@axa-fr/design-system-slash-css 0.2.0-beta.278
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.client.css +1 -0
- package/dist/Accordion/Accordion.client.css.map +1 -0
- package/dist/Accordion/Accordion.client.scss +74 -0
- package/dist/Action/Action.css +1 -0
- package/dist/Action/Action.css.map +1 -0
- package/dist/Action/Action.scss +300 -0
- package/dist/Alert/Alert.agent.css +1 -0
- package/dist/Alert/Alert.agent.css.map +1 -0
- package/dist/Alert/Alert.agent.scss +109 -0
- package/dist/Alert/Alert.client.css +1 -0
- package/dist/Alert/Alert.client.css.map +1 -0
- package/dist/Alert/Alert.client.scss +105 -0
- package/dist/Badge/Badge.css +1 -0
- package/dist/Badge/Badge.css.map +1 -0
- package/dist/Badge/Badge.scss +31 -0
- package/dist/Button/Button.agent.css +1 -0
- package/dist/Button/Button.agent.css.map +1 -0
- package/dist/Button/Button.agent.scss +300 -0
- package/dist/Button/Button.client.css +1 -0
- package/dist/Button/Button.client.css.map +1 -0
- package/dist/Button/Button.client.scss +151 -0
- package/dist/Card/Card.client.css +1 -0
- package/dist/Card/Card.client.css.map +1 -0
- package/dist/Card/Card.client.scss +48 -0
- package/dist/Form/Checkbox/Agent/Checkbox.css +1 -0
- package/dist/Form/Checkbox/Agent/Checkbox.css.map +1 -0
- package/dist/Form/Checkbox/Agent/Checkbox.scss +252 -0
- package/dist/Form/Checkbox/Client/Checkbox.css +1 -0
- package/dist/Form/Checkbox/Client/Checkbox.css.map +1 -0
- package/dist/Form/Checkbox/Client/Checkbox.scss +224 -0
- package/dist/Form/Choice/Choice.agent.css +1 -0
- package/dist/Form/Choice/Choice.agent.css.map +1 -0
- package/dist/Form/Choice/Choice.agent.scss +187 -0
- package/dist/Form/Date/Date.agent.css +1 -0
- package/dist/Form/Date/Date.agent.css.map +1 -0
- package/dist/Form/Date/Date.agent.scss +95 -0
- package/dist/Form/FileUpload/Client/FileUpload.client.css +1 -0
- package/dist/Form/FileUpload/Client/FileUpload.client.css.map +1 -0
- package/dist/Form/FileUpload/Client/FileUpload.client.scss +183 -0
- package/dist/Form/InputError/InputError.client.css +1 -0
- package/dist/Form/InputError/InputError.client.css.map +1 -0
- package/dist/Form/InputError/InputError.client.scss +19 -0
- package/dist/Form/MultiSelect/MultiSelect.agent.css +1 -0
- package/dist/Form/MultiSelect/MultiSelect.agent.css.map +1 -0
- package/dist/Form/MultiSelect/MultiSelect.agent.scss +22 -0
- package/dist/Form/Pass/Pass.agent.css +1 -0
- package/dist/Form/Pass/Pass.agent.css.map +1 -0
- package/dist/Form/Pass/Pass.agent.scss +87 -0
- package/dist/Form/Radio/Agent/Radio.css +1 -0
- package/dist/Form/Radio/Agent/Radio.css.map +1 -0
- package/dist/Form/Radio/Agent/Radio.scss +188 -0
- package/dist/Form/Radio/Client/Radio.css +1 -0
- package/dist/Form/Radio/Client/Radio.css.map +1 -0
- package/dist/Form/Radio/Client/Radio.scss +223 -0
- package/dist/Form/Select/Agent/Select.agent.css +1 -0
- package/dist/Form/Select/Agent/Select.agent.css.map +1 -0
- package/dist/Form/Select/Agent/Select.agent.scss +113 -0
- package/dist/Form/Select/Client/Select.client.css +1 -0
- package/dist/Form/Select/Client/Select.client.css.map +1 -0
- package/dist/Form/Select/Client/Select.client.scss +118 -0
- package/dist/Form/Slider/Slider.agent.css +1 -0
- package/dist/Form/Slider/Slider.agent.css.map +1 -0
- package/dist/Form/Slider/Slider.agent.scss +71 -0
- package/dist/Form/Text/Agent/Text.agent.css +1 -0
- package/dist/Form/Text/Agent/Text.agent.css.map +1 -0
- package/dist/Form/Text/Agent/Text.agent.scss +105 -0
- package/dist/Form/Text/Client/Text.client.css +1 -0
- package/dist/Form/Text/Client/Text.client.css.map +1 -0
- package/dist/Form/Text/Client/Text.client.scss +56 -0
- package/dist/Form/Textarea/Textarea.agent.css +1 -0
- package/dist/Form/Textarea/Textarea.agent.css.map +1 -0
- package/dist/Form/Textarea/Textarea.agent.scss +44 -0
- package/dist/Form/core/FormCore.agent.css +1 -0
- package/dist/Form/core/FormCore.agent.css.map +1 -0
- package/dist/Form/core/FormCore.agent.scss +114 -0
- package/dist/Form/core/FormCore.client.css +0 -0
- package/dist/Form/core/FormCore.client.scss +1 -0
- package/dist/IconBg/IconBg.client.css +1 -0
- package/dist/IconBg/IconBg.client.css.map +1 -0
- package/dist/IconBg/IconBg.client.scss +38 -0
- package/dist/Layout/Footer/Footer.agent.css +1 -0
- package/dist/Layout/Footer/Footer.agent.css.map +1 -0
- package/dist/Layout/Footer/Footer.agent.scss +25 -0
- package/dist/Layout/Footer/Footer.client.css +1 -0
- package/dist/Layout/Footer/Footer.client.css.map +1 -0
- package/dist/Layout/Footer/Footer.client.scss +173 -0
- package/dist/Layout/Header/Agent/Drawer/Drawer.css +1 -0
- package/dist/Layout/Header/Agent/Drawer/Drawer.css.map +1 -0
- package/dist/Layout/Header/Agent/Drawer/Drawer.scss +25 -0
- package/dist/Layout/Header/Agent/Header.agent.css +1 -0
- package/dist/Layout/Header/Agent/Header.agent.css.map +1 -0
- package/dist/Layout/Header/Agent/Header.agent.scss +33 -0
- package/dist/Layout/Header/Agent/Infos/Infos.css +1 -0
- package/dist/Layout/Header/Agent/Infos/Infos.css.map +1 -0
- package/dist/Layout/Header/Agent/Infos/Infos.scss +45 -0
- package/dist/Layout/Header/Agent/Logo/Logo.css +1 -0
- package/dist/Layout/Header/Agent/Logo/Logo.css.map +1 -0
- package/dist/Layout/Header/Agent/Logo/Logo.scss +42 -0
- package/dist/Layout/Header/Agent/Name/Name.css +1 -0
- package/dist/Layout/Header/Agent/Name/Name.css.map +1 -0
- package/dist/Layout/Header/Agent/Name/Name.scss +32 -0
- package/dist/Layout/Header/Agent/NavBar/NavBar.css +1 -0
- package/dist/Layout/Header/Agent/NavBar/NavBar.css.map +1 -0
- package/dist/Layout/Header/Agent/NavBar/NavBar.scss +217 -0
- package/dist/Layout/Header/Agent/TitleHeader/TitleHeader.css +1 -0
- package/dist/Layout/Header/Agent/TitleHeader/TitleHeader.css.map +1 -0
- package/dist/Layout/Header/Agent/TitleHeader/TitleHeader.scss +122 -0
- package/dist/Layout/Header/Agent/User/User.css +1 -0
- package/dist/Layout/Header/Agent/User/User.css.map +1 -0
- package/dist/Layout/Header/Agent/User/User.scss +43 -0
- package/dist/Layout/Header/Client/Header.client.css +1 -0
- package/dist/Layout/Header/Client/Header.client.css.map +1 -0
- package/dist/Layout/Header/Client/Header.client.scss +41 -0
- package/dist/Layout/Header/Client/NavBar/NavBar.css +1 -0
- package/dist/Layout/Header/Client/NavBar/NavBar.css.map +1 -0
- package/dist/Layout/Header/Client/NavBar/NavBar.scss +50 -0
- package/dist/Layout/Header/Client/PreviousLink/PreviousLink.css +1 -0
- package/dist/Layout/Header/Client/PreviousLink/PreviousLink.css.map +1 -0
- package/dist/Layout/Header/Client/PreviousLink/PreviousLink.scss +37 -0
- package/dist/Link/Link.client.css +1 -0
- package/dist/Link/Link.client.css.map +1 -0
- package/dist/Link/Link.client.scss +44 -0
- package/dist/List/ClickList/ClickList.client.css +1 -0
- package/dist/List/ClickList/ClickList.client.css.map +1 -0
- package/dist/List/ClickList/ClickList.client.scss +228 -0
- package/dist/List/ContentTabList/ContentTabList.client.css +1 -0
- package/dist/List/ContentTabList/ContentTabList.client.css.map +1 -0
- package/dist/List/ContentTabList/ContentTabList.client.scss +168 -0
- package/dist/List/List.css +1 -0
- package/dist/List/List.css.map +1 -0
- package/dist/List/List.scss +27 -0
- package/dist/Loader/Loader.client.css +1 -0
- package/dist/Loader/Loader.client.css.map +1 -0
- package/dist/Loader/Loader.client.scss +26 -0
- package/dist/Modal/Modal.agent.css +1 -0
- package/dist/Modal/Modal.agent.css.map +1 -0
- package/dist/Modal/Modal.agent.scss +122 -0
- package/dist/Modal/Modal.client.css +1 -0
- package/dist/Modal/Modal.client.css.map +1 -0
- package/dist/Modal/Modal.client.scss +128 -0
- package/dist/Pagination/Pagination.client.css +1 -0
- package/dist/Pagination/Pagination.client.css.map +1 -0
- package/dist/Pagination/Pagination.client.scss +8 -0
- package/dist/Pagination/PaginationDesktop.client.css +1 -0
- package/dist/Pagination/PaginationDesktop.client.css.map +1 -0
- package/dist/Pagination/PaginationDesktop.client.scss +68 -0
- package/dist/Pagination/PaginationMobile.client.css +1 -0
- package/dist/Pagination/PaginationMobile.client.css.map +1 -0
- package/dist/Pagination/PaginationMobile.client.scss +35 -0
- package/dist/Stepper/Stepper.client.css +1 -0
- package/dist/Stepper/Stepper.client.css.map +1 -0
- package/dist/Stepper/Stepper.client.scss +53 -0
- package/dist/Steps/Steps.css +1 -0
- package/dist/Steps/Steps.css.map +1 -0
- package/dist/Steps/Steps.scss +181 -0
- package/dist/Table/Pager.agent.css +1 -0
- package/dist/Table/Pager.agent.css.map +1 -0
- package/dist/Table/Pager.agent.scss +78 -0
- package/dist/Table/Paging.agent.css +1 -0
- package/dist/Table/Paging.agent.css.map +1 -0
- package/dist/Table/Paging.agent.scss +61 -0
- package/dist/Table/Table.agent.css +1 -0
- package/dist/Table/Table.agent.css.map +1 -0
- package/dist/Table/Table.agent.scss +72 -0
- package/dist/Tabs/Tabs.agent.css +1 -0
- package/dist/Tabs/Tabs.agent.css.map +1 -0
- package/dist/Tabs/Tabs.agent.scss +138 -0
- package/dist/Tabs/Tabs.client.css +1 -0
- package/dist/Tabs/Tabs.client.css.map +1 -0
- package/dist/Tabs/Tabs.client.scss +63 -0
- package/dist/Tag/Tag.client.css +1 -0
- package/dist/Tag/Tag.client.css.map +1 -0
- package/dist/Tag/Tag.client.scss +48 -0
- package/dist/Title/Title.agent.css +1 -0
- package/dist/Title/Title.agent.css.map +1 -0
- package/dist/Title/Title.agent.scss +54 -0
- package/dist/agent.css +1 -0
- package/dist/agent.css.map +1 -0
- package/dist/agent.scss +28 -0
- package/dist/client.css +1 -0
- package/dist/client.css.map +1 -0
- package/dist/client.scss +24 -0
- package/dist/common/assets/logo-axa.svg +40 -0
- package/dist/common/common.agent.css +0 -0
- package/dist/common/common.agent.scss +1453 -0
- package/dist/common/common.client.css +0 -0
- package/dist/common/common.client.scss +107 -0
- package/dist/common/glyphicons/icons.eot +0 -0
- package/dist/common/glyphicons/icons.svg +918 -0
- package/dist/common/glyphicons/icons.ttf +0 -0
- package/dist/common/glyphicons/icons.woff +0 -0
- package/dist/common/grid.css +1 -0
- package/dist/common/grid.css.map +1 -0
- package/dist/common/grid.scss +1029 -0
- package/dist/common/icons.css +1 -0
- package/dist/common/icons.css.map +1 -0
- package/dist/common/icons.scss +1232 -0
- package/dist/common/reboot.css +1 -0
- package/dist/common/reboot.css.map +1 -0
- package/dist/common/reboot.scss +337 -0
- package/dist/icons/icons.stories.css +25 -0
- package/package.json +107 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#333;font-family:Source Sans Pro,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#00008f;text-decoration:none}a:hover{color:#000043;text-decoration:underline}a:not([href],[tabindex]),a:not([href],[tabindex]):focus,a:not([href],[tabindex]):hover{color:inherit;text-decoration:none}a:not([href],[tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox;appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/common/reboot.scss%23sass","../../src/common/reboot.scss"],"names":[],"mappings":"AAAA,iBAGE,qBCCF,CDEA,KACE,sBAAA,CACA,gBAAA,CACA,6BAAA,CAAA,0BAAA,CAAA,qBAAA,CACA,uCCCF,CDEA,sEAUE,aCCF,CDEA,KAQE,qBAAA,CADA,UAAA,CALA,4CAAA,CACA,cAAA,CACA,eAAA,CACA,eAAA,CAJA,QAAA,CAKA,eCGF,CDEA,sBACE,mBCCF,CDEA,GACE,kBAAA,CACA,QAAA,CACA,gBCCF,CDEA,kBAOE,mBAAA,CADA,YCEF,CDEA,EAEE,kBAAA,CADA,YCEF,CDEA,sCAEE,eAAA,CAIA,WAAA,CAHA,yBAAA,CACA,wCAAA,CAAA,gCAAA,CACA,qCAAA,CAAA,6BCEF,CDEA,QAEE,iBAAA,CACA,mBCCF,CDEA,iBALE,kBCUF,CDLA,SAGE,YCEF,CDEA,wBAIE,eCCF,CDEA,GACE,eCCF,CDEA,GACE,mBAAA,CACA,aCCF,CDEA,WACE,eCCF,CDEA,SAEE,kBCCF,CDEA,MACE,aCCF,CDEA,QAIE,aAAA,CACA,aAAA,CAHA,iBAAA,CACA,sBCGF,CDEA,IACE,aCCF,CDEA,IACE,SCCF,CDEA,EAGE,wBAAA,CADA,aAAA,CADA,oBCGF,CDEA,QAEE,aAAA,CADA,yBCEF,CDOA,uFAGE,aAAA,CADA,oBCEF,CDEA,+BACE,SCCF,CDEA,kBAIE,sFAAA,CAEA,aCAF,CDGA,IAEE,kBAAA,CCFF,YAAA,CDGE,aCAF,CDGA,OCAA,eACA,CDGA,ICAA,iBAEA,CDGA,QAHE,qBCKF,CDFA,IAEE,eCAF,CDGA,MCAA,wBACA,CDGA,QAGE,mBAAA,CAEA,aAAA,CAHA,oBAAA,CCFF,iBAAA,CDIE,eCCF,CDGA,GCAA,kBACA,CDGA,MCAA,oBAAA,CDEE,mBCAF,CDGA,OCAA,eACA,CDGA,sCAME,mBAAA,CACA,iBAAA,CACA,mBAAA,CAHA,QCGF,CDGA,aAEE,gBCAF,CDGA,cAEE,mBCAF,CDGA,OCAA,gBACA,CDGA,gDAIE,yBAAA,CAAA,iBCAF,CDGA,aCAA,kBAAA,CDEE,yCCAF,CDGA,4GAIE,cCAF,CDGA,wHAKE,iBAAA,CADA,SCCF,CDGA,uCAEE,qBAAA,CACA,SCAF,CDGA,+EAIE,0BAAA,CAAA,kBCAF,CDGA,SCAA,aAAA,CDEE,eCAF,CDGA,SAIE,QAAA,CAFA,QAAA,CCFF,WAAA,CDGE,SCCF,CDGA,OASE,aAAA,CCTF,aAAA,CDME,gBAAA,CACA,mBAAA,CAHA,mBAAA,CADA,cAAA,CAEA,SAAA,CAGA,kBAAA,CANA,UCOF,CDGA,SCAA,sBACA,CDGA,kFAEE,WCAF,CDGA,cAEE,uBAAA,CAAA,eAAA,CCFF,mBAEA,CDGA,yCCAA,uBAAA,CAAA,eACA,CDGA,6BAEE,yBAAA,CAAA,iBAAA,CCFF,YAEA,CDGA,OCAA,oBACA,CDGA,QAEE,cAAA,CCFF,iBAEA,CDGA,SCAA,YACA,CDGA,SCAA,sBACA","file":"reboot.css","sourcesContent":["*,\n::after,\n::before {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n text-size-adjust: 100%;\n -webkit-tap-highlight-color: transparent;\n}\n\narticle,\naside,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Source Sans Pro\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n color: #333;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[data-original-title],\nabbr[title] {\n border-bottom: 0;\n text-decoration: underline;\n text-decoration: underline dotted;\n text-decoration-skip-ink: none;\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\ndl,\nol,\nul {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n text-decoration: none;\n color: #00008f;\n background-color: transparent;\n}\n\na:hover {\n text-decoration: underline;\n color: #000043;\n}\n\na:not([href], [tabindex]) {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus,\na:not([href], [tabindex]):hover {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus {\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n border-style: none;\n vertical-align: middle;\n}\n\nsvg {\n vertical-align: middle;\n overflow: hidden;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n caption-side: bottom;\n text-align: left;\n color: #6c757d;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"],\nbutton {\n appearance: button;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled),\nbutton:not(:disabled) {\n cursor: pointer;\n}\n\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"],\ninput[type=\"time\"] {\n appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n font-size: 1.5rem;\n line-height: inherit;\n white-space: normal;\n color: inherit;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n","*,\n::after,\n::before {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n text-size-adjust: 100%;\n -webkit-tap-highlight-color: transparent;\n}\n\narticle,\naside,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Source Sans Pro\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n color: #333;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[data-original-title],\nabbr[title] {\n border-bottom: 0;\n text-decoration: underline;\n text-decoration: underline dotted;\n text-decoration-skip-ink: none;\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\ndl,\nol,\nul {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n text-decoration: none;\n color: #00008f;\n background-color: transparent;\n}\n\na:hover {\n text-decoration: underline;\n color: #000043;\n}\n\na:not([href], [tabindex]) {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus,\na:not([href], [tabindex]):hover {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus {\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n border-style: none;\n vertical-align: middle;\n}\n\nsvg {\n vertical-align: middle;\n overflow: hidden;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n caption-side: bottom;\n text-align: left;\n color: #6c757d;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"],\nbutton {\n appearance: button;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled),\nbutton:not(:disabled) {\n cursor: pointer;\n}\n\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"],\ninput[type=\"time\"] {\n appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n font-size: 1.5rem;\n line-height: inherit;\n white-space: normal;\n color: inherit;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n"]}
|
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
*,
|
|
2
|
+
::after,
|
|
3
|
+
::before {
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
html {
|
|
8
|
+
font-family: sans-serif;
|
|
9
|
+
line-height: 1.15;
|
|
10
|
+
text-size-adjust: 100%;
|
|
11
|
+
-webkit-tap-highlight-color: transparent;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
article,
|
|
15
|
+
aside,
|
|
16
|
+
figcaption,
|
|
17
|
+
figure,
|
|
18
|
+
footer,
|
|
19
|
+
header,
|
|
20
|
+
hgroup,
|
|
21
|
+
main,
|
|
22
|
+
nav,
|
|
23
|
+
section {
|
|
24
|
+
display: block;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
body {
|
|
28
|
+
margin: 0;
|
|
29
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
30
|
+
font-size: 1rem;
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
line-height: 1.5;
|
|
33
|
+
text-align: left;
|
|
34
|
+
color: #333;
|
|
35
|
+
background-color: #fff;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
[tabindex="-1"]:focus {
|
|
39
|
+
outline: 0 !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
hr {
|
|
43
|
+
box-sizing: content-box;
|
|
44
|
+
height: 0;
|
|
45
|
+
overflow: visible;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
h1,
|
|
49
|
+
h2,
|
|
50
|
+
h3,
|
|
51
|
+
h4,
|
|
52
|
+
h5,
|
|
53
|
+
h6 {
|
|
54
|
+
margin-top: 0;
|
|
55
|
+
margin-bottom: 0.5rem;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
p {
|
|
59
|
+
margin-top: 0;
|
|
60
|
+
margin-bottom: 1rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
abbr[data-original-title],
|
|
64
|
+
abbr[title] {
|
|
65
|
+
border-bottom: 0;
|
|
66
|
+
text-decoration: underline;
|
|
67
|
+
text-decoration: underline dotted;
|
|
68
|
+
text-decoration-skip-ink: none;
|
|
69
|
+
cursor: help;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
address {
|
|
73
|
+
margin-bottom: 1rem;
|
|
74
|
+
font-style: normal;
|
|
75
|
+
line-height: inherit;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
dl,
|
|
79
|
+
ol,
|
|
80
|
+
ul {
|
|
81
|
+
margin-top: 0;
|
|
82
|
+
margin-bottom: 1rem;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
ol ol,
|
|
86
|
+
ol ul,
|
|
87
|
+
ul ol,
|
|
88
|
+
ul ul {
|
|
89
|
+
margin-bottom: 0;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
dt {
|
|
93
|
+
font-weight: 700;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
dd {
|
|
97
|
+
margin-bottom: 0.5rem;
|
|
98
|
+
margin-left: 0;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
blockquote {
|
|
102
|
+
margin: 0 0 1rem;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
b,
|
|
106
|
+
strong {
|
|
107
|
+
font-weight: bolder;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
small {
|
|
111
|
+
font-size: 80%;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
sub,
|
|
115
|
+
sup {
|
|
116
|
+
position: relative;
|
|
117
|
+
vertical-align: baseline;
|
|
118
|
+
font-size: 75%;
|
|
119
|
+
line-height: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
sub {
|
|
123
|
+
bottom: -0.25em;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
sup {
|
|
127
|
+
top: -0.5em;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
a {
|
|
131
|
+
text-decoration: none;
|
|
132
|
+
color: #00008f;
|
|
133
|
+
background-color: transparent;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
a:hover {
|
|
137
|
+
text-decoration: underline;
|
|
138
|
+
color: #000043;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
a:not([href], [tabindex]) {
|
|
142
|
+
text-decoration: none;
|
|
143
|
+
color: inherit;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
a:not([href], [tabindex]):focus,
|
|
147
|
+
a:not([href], [tabindex]):hover {
|
|
148
|
+
text-decoration: none;
|
|
149
|
+
color: inherit;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
a:not([href], [tabindex]):focus {
|
|
153
|
+
outline: 0;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
code,
|
|
157
|
+
kbd,
|
|
158
|
+
pre,
|
|
159
|
+
samp {
|
|
160
|
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
161
|
+
"Courier New", monospace;
|
|
162
|
+
font-size: 1em;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
pre {
|
|
166
|
+
margin-top: 0;
|
|
167
|
+
margin-bottom: 1rem;
|
|
168
|
+
overflow: auto;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
figure {
|
|
172
|
+
margin: 0 0 1rem;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
img {
|
|
176
|
+
border-style: none;
|
|
177
|
+
vertical-align: middle;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
svg {
|
|
181
|
+
vertical-align: middle;
|
|
182
|
+
overflow: hidden;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
table {
|
|
186
|
+
border-collapse: collapse;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
caption {
|
|
190
|
+
padding-top: 0.5rem;
|
|
191
|
+
padding-bottom: 0.5rem;
|
|
192
|
+
caption-side: bottom;
|
|
193
|
+
text-align: left;
|
|
194
|
+
color: #6c757d;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
th {
|
|
198
|
+
text-align: inherit;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
label {
|
|
202
|
+
display: inline-block;
|
|
203
|
+
margin-bottom: 0.5rem;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
button {
|
|
207
|
+
border-radius: 0;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
button,
|
|
211
|
+
input,
|
|
212
|
+
optgroup,
|
|
213
|
+
select,
|
|
214
|
+
textarea {
|
|
215
|
+
margin: 0;
|
|
216
|
+
font-family: inherit;
|
|
217
|
+
font-size: inherit;
|
|
218
|
+
line-height: inherit;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
button,
|
|
222
|
+
input {
|
|
223
|
+
overflow: visible;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
button,
|
|
227
|
+
select {
|
|
228
|
+
text-transform: none;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
select {
|
|
232
|
+
word-wrap: normal;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
[type="button"],
|
|
236
|
+
[type="reset"],
|
|
237
|
+
[type="submit"],
|
|
238
|
+
button {
|
|
239
|
+
appearance: button;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
button:focus {
|
|
243
|
+
outline: 1px dotted;
|
|
244
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
[type="button"]:not(:disabled),
|
|
248
|
+
[type="reset"]:not(:disabled),
|
|
249
|
+
[type="submit"]:not(:disabled),
|
|
250
|
+
button:not(:disabled) {
|
|
251
|
+
cursor: pointer;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
[type="button"]::-moz-focus-inner,
|
|
255
|
+
[type="reset"]::-moz-focus-inner,
|
|
256
|
+
[type="submit"]::-moz-focus-inner,
|
|
257
|
+
button::-moz-focus-inner {
|
|
258
|
+
padding: 0;
|
|
259
|
+
border-style: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
input[type="checkbox"],
|
|
263
|
+
input[type="radio"] {
|
|
264
|
+
box-sizing: border-box;
|
|
265
|
+
padding: 0;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
input[type="date"],
|
|
269
|
+
input[type="datetime-local"],
|
|
270
|
+
input[type="month"],
|
|
271
|
+
input[type="time"] {
|
|
272
|
+
appearance: listbox;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
textarea {
|
|
276
|
+
overflow: auto;
|
|
277
|
+
resize: vertical;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
fieldset {
|
|
281
|
+
min-width: 0;
|
|
282
|
+
margin: 0;
|
|
283
|
+
padding: 0;
|
|
284
|
+
border: 0;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
legend {
|
|
288
|
+
display: block;
|
|
289
|
+
width: 100%;
|
|
290
|
+
max-width: 100%;
|
|
291
|
+
margin-bottom: 0.5rem;
|
|
292
|
+
padding: 0;
|
|
293
|
+
font-size: 1.5rem;
|
|
294
|
+
line-height: inherit;
|
|
295
|
+
white-space: normal;
|
|
296
|
+
color: inherit;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
progress {
|
|
300
|
+
vertical-align: baseline;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
[type="number"]::-webkit-inner-spin-button,
|
|
304
|
+
[type="number"]::-webkit-outer-spin-button {
|
|
305
|
+
height: auto;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
[type="search"] {
|
|
309
|
+
outline-offset: -2px;
|
|
310
|
+
appearance: none;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
[type="search"]::-webkit-search-decoration {
|
|
314
|
+
appearance: none;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
::-webkit-file-upload-button {
|
|
318
|
+
font: inherit;
|
|
319
|
+
appearance: button;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
output {
|
|
323
|
+
display: inline-block;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
summary {
|
|
327
|
+
display: list-item;
|
|
328
|
+
cursor: pointer;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
template {
|
|
332
|
+
display: none;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
[hidden] {
|
|
336
|
+
display: none !important;
|
|
337
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.icon-list {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-wrap: wrap;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
gap: 1rem;
|
|
7
|
+
list-style: none;
|
|
8
|
+
|
|
9
|
+
li {
|
|
10
|
+
display: flex;
|
|
11
|
+
width: 10rem;
|
|
12
|
+
height: 10rem;
|
|
13
|
+
margin-bottom: 1rem;
|
|
14
|
+
border: 1px solid #ccc;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: space-evenly;
|
|
18
|
+
background: #fff;
|
|
19
|
+
box-shadow: 0 0 5px 0 rgba(250, 250, 250, 50%);
|
|
20
|
+
|
|
21
|
+
.glyphicon {
|
|
22
|
+
font-size: 8rem;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@axa-fr/design-system-slash-css",
|
|
3
|
+
"version": "0.2.0-beta.278",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"prebuild": "rimraf dist",
|
|
11
|
+
"start": "postcss \"src/**/*.scss\" --base src --dir dist --ext css --verbose --watch --config ../../config/postcss.config.js",
|
|
12
|
+
"build": "postcss \"src/**/*.scss\" --base src --dir dist --ext css --verbose --env production --config ../../config/postcss.config.js",
|
|
13
|
+
"start:storybook": "storybook dev -p 6006",
|
|
14
|
+
"build:storybook": "storybook build",
|
|
15
|
+
"eslint": "eslint src --ext js,jsx,ts,tsx",
|
|
16
|
+
"eslint:fix": "eslint src --ext js,jsx,ts,tsx --fix",
|
|
17
|
+
"stylelint": "stylelint \"src/**/*.{scss,css}\"",
|
|
18
|
+
"stylelint:fix": "stylelint \"src/**/*.{scss,css}\" --fix",
|
|
19
|
+
"prettier": "prettier \"src/**/*\" --check",
|
|
20
|
+
"prettier:fix": "prettier \"src/**/*\" --write",
|
|
21
|
+
"tsc": "tsc --noEmit"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"rc-slider": "^10.5.0"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"@material-symbols/svg-400": ">= 0.19.0"
|
|
28
|
+
},
|
|
29
|
+
"peerDependenciesMeta": {
|
|
30
|
+
"@material-symbols/svg-400": {
|
|
31
|
+
"optional": true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@csstools/postcss-sass": "^5.1.1",
|
|
36
|
+
"@storybook/addon-essentials": "^7.6.14",
|
|
37
|
+
"@storybook/addon-interactions": "^7.6.14",
|
|
38
|
+
"@storybook/addon-links": "^7.6.14",
|
|
39
|
+
"@storybook/addon-storysource": "^7.6.14",
|
|
40
|
+
"@storybook/addons": "^7.6.14",
|
|
41
|
+
"@storybook/blocks": "^7.6.14",
|
|
42
|
+
"@storybook/html": "^7.6.14",
|
|
43
|
+
"@storybook/html-vite": "^7.6.14",
|
|
44
|
+
"@storybook/test": "^7.6.14",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
46
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
47
|
+
"browserslist": "^4.23.0",
|
|
48
|
+
"copyfiles": "^2.4.1",
|
|
49
|
+
"cssnano": "^7.0.3",
|
|
50
|
+
"eslint": "^8.57.0",
|
|
51
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
52
|
+
"eslint-config-prettier": "^9.1.0",
|
|
53
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
54
|
+
"eslint-plugin-import": "^2.29.1",
|
|
55
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
56
|
+
"eslint-plugin-prettier": "^5.1.0",
|
|
57
|
+
"eslint-plugin-react": "^7.34.1",
|
|
58
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
59
|
+
"postcss": "^8.4.35",
|
|
60
|
+
"postcss-cli": "^11.0.0",
|
|
61
|
+
"postcss-flexbugs-fixes": "^5.0.2",
|
|
62
|
+
"postcss-normalize": "^10.0.1",
|
|
63
|
+
"postcss-preset-env": "^9.5.2",
|
|
64
|
+
"postcss-scss": "^4.0.9",
|
|
65
|
+
"prettier": "^3.3.3",
|
|
66
|
+
"rimraf": "^5.0.5",
|
|
67
|
+
"storybook": "^7.6.14",
|
|
68
|
+
"stylelint": "^16.3.1",
|
|
69
|
+
"stylelint-config-pretty-order": "^0.5.1",
|
|
70
|
+
"stylelint-config-recommended-scss": "^14.0.0",
|
|
71
|
+
"stylelint-config-standard": "^36.0.0",
|
|
72
|
+
"stylelint-prettier": "^5.0.0",
|
|
73
|
+
"tsc-files": "^1.1.4"
|
|
74
|
+
},
|
|
75
|
+
"repository": {
|
|
76
|
+
"type": "git",
|
|
77
|
+
"url": "git+https://github.com/AxaFrance/design-system.git"
|
|
78
|
+
},
|
|
79
|
+
"author": "AxaFrance",
|
|
80
|
+
"license": "MIT",
|
|
81
|
+
"bugs": {
|
|
82
|
+
"url": "https://github.com/AxaFrance/design-system/issues"
|
|
83
|
+
},
|
|
84
|
+
"homepage": "https://github.com/AxaFrance/design-system#readme",
|
|
85
|
+
"browserslist": {
|
|
86
|
+
"production": [
|
|
87
|
+
">0.2%",
|
|
88
|
+
"not dead",
|
|
89
|
+
"not op_mini all"
|
|
90
|
+
],
|
|
91
|
+
"development": [
|
|
92
|
+
"last 1 chrome version",
|
|
93
|
+
"last 1 firefox version",
|
|
94
|
+
"last 1 safari version"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"lint-staged": {
|
|
98
|
+
"*.(js|jsx|ts|tsx)": "eslint --fix",
|
|
99
|
+
"*.(ts|tsx)": "tsc-files --noEmit",
|
|
100
|
+
"*.(scss|css)": "stylelint --fix",
|
|
101
|
+
"*.mdx": "prettier --write"
|
|
102
|
+
},
|
|
103
|
+
"volta": {
|
|
104
|
+
"node": "20.10.0",
|
|
105
|
+
"npm": "10.2.5"
|
|
106
|
+
}
|
|
107
|
+
}
|