norma-library 0.4.3 → 0.4.5
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/.babelrc.json +18 -0
- package/buildcache/front-end +1 -0
- package/dist/esm/components/Accordion.d.ts +3 -0
- package/dist/esm/components/Accordion.js +24 -0
- package/dist/esm/components/Accordion.js.map +1 -0
- package/dist/esm/components/Button.d.ts +3 -0
- package/dist/esm/components/Button.js +22 -0
- package/dist/esm/components/Button.js.map +1 -0
- package/dist/esm/components/Card.d.ts +7 -0
- package/dist/esm/components/Card.js +31 -0
- package/dist/esm/components/Card.js.map +1 -0
- package/dist/esm/components/CheckBox.d.ts +3 -0
- package/dist/esm/components/CheckBox.js +13 -0
- package/dist/esm/components/CheckBox.js.map +1 -0
- package/dist/esm/components/DropDown.d.ts +3 -0
- package/dist/esm/components/DropDown.js +17 -0
- package/dist/esm/components/DropDown.js.map +1 -0
- package/dist/esm/components/IconButton.d.ts +3 -0
- package/dist/esm/components/IconButton.js +31 -0
- package/dist/esm/components/IconButton.js.map +1 -0
- package/dist/esm/components/Icons.d.ts +7 -0
- package/dist/esm/components/Icons.js +49 -0
- package/dist/esm/components/Icons.js.map +1 -0
- package/dist/esm/components/Modal.d.ts +4 -0
- package/dist/esm/components/Modal.js +32 -0
- package/dist/esm/components/Modal.js.map +1 -0
- package/dist/esm/components/Paper.d.ts +3 -0
- package/dist/esm/components/Paper.js +14 -0
- package/dist/esm/components/Paper.js.map +1 -0
- package/dist/esm/components/ProgressBar.d.ts +6 -0
- package/dist/esm/components/ProgressBar.js +31 -0
- package/dist/esm/components/ProgressBar.js.map +1 -0
- package/dist/esm/components/RadioGroup.d.ts +3 -0
- package/dist/esm/components/RadioGroup.js +18 -0
- package/dist/esm/components/RadioGroup.js.map +1 -0
- package/dist/esm/components/RangerSlider.d.ts +3 -0
- package/dist/esm/components/RangerSlider.js +64 -0
- package/dist/esm/components/RangerSlider.js.map +1 -0
- package/dist/esm/components/Select.d.ts +3 -0
- package/dist/esm/components/Select.js +45 -0
- package/dist/esm/components/Select.js.map +1 -0
- package/dist/{components/icon/norma.d.ts → esm/components/Svgs.d.ts} +29 -30
- package/dist/esm/components/Svgs.js +102 -0
- package/dist/esm/components/Svgs.js.map +1 -0
- package/dist/esm/components/Tabs.d.ts +3 -0
- package/dist/esm/components/Tabs.js +78 -0
- package/dist/esm/components/Tabs.js.map +1 -0
- package/dist/esm/components/Tag.d.ts +3 -0
- package/dist/esm/components/Tag.js +27 -0
- package/dist/esm/components/Tag.js.map +1 -0
- package/dist/esm/components/TextField.d.ts +3 -0
- package/dist/esm/components/TextField.js +18 -0
- package/dist/esm/components/TextField.js.map +1 -0
- package/dist/esm/components/button/index.d.ts +3 -0
- package/dist/esm/components/button/index.js +22 -0
- package/dist/esm/components/button/index.js.map +1 -0
- package/dist/esm/components/checkbox/index.d.ts +3 -0
- package/dist/esm/components/checkbox/index.js +13 -0
- package/dist/esm/components/checkbox/index.js.map +1 -0
- package/dist/esm/components/icons/index.d.ts +7 -0
- package/dist/esm/components/icons/index.js +49 -0
- package/dist/esm/components/icons/index.js.map +1 -0
- package/dist/esm/components/icons/svgs.d.ts +29 -0
- package/dist/esm/components/icons/svgs.js +102 -0
- package/dist/esm/components/icons/svgs.js.map +1 -0
- package/dist/esm/components/index.d.ts +16 -0
- package/dist/esm/components/index.js +17 -0
- package/dist/esm/components/index.js.map +1 -0
- package/dist/esm/components/textfield/index.d.ts +3 -0
- package/dist/esm/components/textfield/index.js +18 -0
- package/dist/esm/components/textfield/index.js.map +1 -0
- package/dist/esm/helpers/alignments.d.ts +2 -0
- package/dist/esm/helpers/alignments.js +14 -0
- package/dist/esm/helpers/alignments.js.map +1 -0
- package/dist/esm/helpers/borders.d.ts +2 -0
- package/dist/esm/helpers/borders.js +18 -0
- package/dist/esm/helpers/borders.js.map +1 -0
- package/dist/{helpers → esm/helpers}/colors.d.ts +172 -174
- package/dist/esm/helpers/colors.js +156 -0
- package/dist/esm/helpers/colors.js.map +1 -0
- package/dist/esm/helpers/index.d.ts +5 -0
- package/dist/esm/helpers/index.js +6 -0
- package/dist/esm/helpers/index.js.map +1 -0
- package/dist/esm/helpers/radios.d.ts +2 -0
- package/dist/esm/helpers/radios.js +24 -0
- package/dist/esm/helpers/radios.js.map +1 -0
- package/dist/esm/helpers/sizes.d.ts +11 -0
- package/dist/esm/helpers/sizes.js +67 -0
- package/dist/esm/helpers/sizes.js.map +1 -0
- package/dist/esm/index.d.ts +17 -0
- package/dist/esm/index.js +18 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/interfaces/Accordion.d.ts +12 -0
- package/dist/esm/interfaces/Accordion.js +2 -0
- package/dist/esm/interfaces/Accordion.js.map +1 -0
- package/dist/esm/interfaces/Button.d.ts +14 -0
- package/dist/esm/interfaces/Button.js +2 -0
- package/dist/esm/interfaces/Button.js.map +1 -0
- package/dist/esm/interfaces/Card.d.ts +11 -0
- package/dist/esm/interfaces/Card.js +2 -0
- package/dist/esm/interfaces/Card.js.map +1 -0
- package/dist/esm/interfaces/CheckBox.d.ts +19 -0
- package/dist/esm/interfaces/CheckBox.js +2 -0
- package/dist/esm/interfaces/CheckBox.js.map +1 -0
- package/dist/esm/interfaces/DropDown.d.ts +11 -0
- package/dist/esm/interfaces/DropDown.js +2 -0
- package/dist/esm/interfaces/DropDown.js.map +1 -0
- package/dist/esm/interfaces/Icon.d.ts +15 -0
- package/dist/esm/interfaces/Icon.js +2 -0
- package/dist/esm/interfaces/Icon.js.map +1 -0
- package/dist/esm/interfaces/IconButton.d.ts +14 -0
- package/dist/esm/interfaces/IconButton.js +2 -0
- package/dist/esm/interfaces/IconButton.js.map +1 -0
- package/dist/esm/interfaces/Icons.d.ts +15 -0
- package/dist/esm/interfaces/Icons.js +2 -0
- package/dist/esm/interfaces/Icons.js.map +1 -0
- package/dist/esm/interfaces/Modal.d.ts +15 -0
- package/dist/esm/interfaces/Modal.js +2 -0
- package/dist/esm/interfaces/Modal.js.map +1 -0
- package/dist/esm/interfaces/Paper.d.ts +12 -0
- package/dist/esm/interfaces/Paper.js +2 -0
- package/dist/esm/interfaces/Paper.js.map +1 -0
- package/dist/esm/interfaces/ProgressBar.d.ts +17 -0
- package/dist/esm/interfaces/ProgressBar.js +2 -0
- package/dist/esm/interfaces/ProgressBar.js.map +1 -0
- package/dist/esm/interfaces/RadioGroup.d.ts +15 -0
- package/dist/esm/interfaces/RadioGroup.js +2 -0
- package/dist/esm/interfaces/RadioGroup.js.map +1 -0
- package/dist/esm/interfaces/RangerSlider.d.ts +18 -0
- package/dist/esm/interfaces/RangerSlider.js +2 -0
- package/dist/esm/interfaces/RangerSlider.js.map +1 -0
- package/dist/esm/interfaces/Select.d.ts +17 -0
- package/dist/esm/interfaces/Select.js +2 -0
- package/dist/esm/interfaces/Select.js.map +1 -0
- package/dist/esm/interfaces/Tabs.d.ts +18 -0
- package/dist/esm/interfaces/Tabs.js +2 -0
- package/dist/esm/interfaces/Tabs.js.map +1 -0
- package/dist/esm/interfaces/Tag.d.ts +18 -0
- package/dist/esm/interfaces/Tag.js +2 -0
- package/dist/esm/interfaces/Tag.js.map +1 -0
- package/dist/esm/interfaces/TextField.d.ts +40 -0
- package/dist/esm/interfaces/TextField.js +2 -0
- package/dist/esm/interfaces/TextField.js.map +1 -0
- package/dist/esm/interfaces/index.d.ts +17 -0
- package/dist/esm/interfaces/index.js +18 -0
- package/dist/esm/interfaces/index.js.map +1 -0
- package/dist/esm/types/index.d.ts +78 -0
- package/dist/esm/types/index.js +10 -0
- package/dist/esm/types/index.js.map +1 -0
- package/dist/index.css +8363 -0
- package/norma-library.tar +0 -0
- package/package.json +75 -90
- package/postcss.config.js +6 -0
- package/src/components/Accordion.tsx +64 -0
- package/src/components/Button.tsx +38 -0
- package/src/components/Card.tsx +47 -0
- package/src/components/CheckBox.tsx +35 -0
- package/src/components/DropDown.tsx +38 -0
- package/src/components/IconButton.tsx +58 -0
- package/src/components/Icons.tsx +87 -0
- package/src/components/Modal.tsx +123 -0
- package/src/components/Paper.tsx +22 -0
- package/src/components/ProgressBar.tsx +62 -0
- package/src/components/RadioGroup.tsx +55 -0
- package/src/components/RangerSlider.tsx +81 -0
- package/src/components/Select.tsx +98 -0
- package/src/components/{icon/norma.tsx → Svgs.tsx} +54 -55
- package/src/components/Tabs.tsx +140 -0
- package/src/components/Tag.tsx +45 -0
- package/src/components/TextField.tsx +35 -0
- package/src/components/index.ts +16 -8
- package/src/helpers/alignments.ts +14 -0
- package/src/helpers/borders.ts +18 -0
- package/src/helpers/colors.ts +173 -209
- package/src/helpers/index.ts +5 -3
- package/src/helpers/radios.ts +24 -0
- package/src/helpers/sizes.ts +79 -26
- package/src/index.css +2 -0
- package/src/index.ts +36 -0
- package/src/interfaces/Accordion.ts +12 -0
- package/src/interfaces/Button.ts +27 -0
- package/src/interfaces/Card.ts +11 -0
- package/src/interfaces/CheckBox.ts +33 -0
- package/src/interfaces/DropDown.ts +14 -0
- package/src/interfaces/IconButton.ts +27 -0
- package/src/interfaces/Icons.ts +17 -0
- package/src/interfaces/Modal.ts +15 -0
- package/src/interfaces/Paper.ts +12 -0
- package/src/interfaces/ProgressBar.ts +25 -0
- package/src/interfaces/RadioGroup.ts +28 -0
- package/src/interfaces/RangerSlider.ts +32 -0
- package/src/interfaces/Select.ts +17 -0
- package/src/interfaces/Tabs.ts +24 -0
- package/src/interfaces/Tag.ts +17 -0
- package/src/interfaces/TextField.ts +63 -0
- package/src/interfaces/index.ts +17 -0
- package/src/stories/Accordion.stories.tsx +65 -0
- package/src/stories/Button.stories.tsx +99 -0
- package/src/stories/Card.stories.tsx +55 -0
- package/src/stories/CheckBox.stories.tsx +94 -0
- package/src/stories/Colors.stories.mdx +127 -0
- package/src/stories/DropDown.stories.tsx +57 -0
- package/src/stories/IconButton.stories.tsx +114 -0
- package/src/stories/Icons.stories.mdx +27 -0
- package/src/stories/Modal.stories.tsx +190 -0
- package/src/stories/Paper.stories.tsx +53 -0
- package/src/stories/ProgressBar.stories.tsx +139 -0
- package/src/stories/RadioGroup.stories.tsx +94 -0
- package/src/stories/RangerSlider.stories.tsx +68 -0
- package/src/stories/Select.stories.tsx +128 -0
- package/src/stories/Tabs.stories.tsx +62 -0
- package/src/stories/Tag.stories.tsx +76 -0
- package/src/{components/textfield/textfield.stories.tsx → stories/TextField.stories.tsx} +445 -376
- package/src/styles/custom.css +5 -0
- package/src/styles/globals.css +21 -0
- package/src/types/index.ts +220 -0
- package/tailwind.config.js +58 -0
- package/tsconfig.json +32 -0
- package/README.md +0 -160
- package/dist/components/button/button.d.ts +0 -3
- package/dist/components/button/index.d.ts +0 -1
- package/dist/components/button/types.d.ts +0 -18
- package/dist/components/card/card-header.d.ts +0 -3
- package/dist/components/card/card.d.ts +0 -3
- package/dist/components/card/index.d.ts +0 -1
- package/dist/components/card/styles.d.ts +0 -811
- package/dist/components/card/types.d.ts +0 -12
- package/dist/components/checkbox/checkbox.d.ts +0 -3
- package/dist/components/checkbox/index.d.ts +0 -1
- package/dist/components/checkbox/types.d.ts +0 -23
- package/dist/components/icon/default.d.ts +0 -210
- package/dist/components/icon/defaultIcon.d.ts +0 -5
- package/dist/components/icon/icons-ia.d.ts +0 -71
- package/dist/components/icon/index.d.ts +0 -234
- package/dist/components/icon/normaIcon.d.ts +0 -13
- package/dist/components/icon/styles.d.ts +0 -481
- package/dist/components/icon/svg.d.ts +0 -6
- package/dist/components/icon/types.d.ts +0 -12
- package/dist/components/index.d.ts +0 -8
- package/dist/components/modal/index.d.ts +0 -1
- package/dist/components/modal/modal.d.ts +0 -3
- package/dist/components/modal/modalFooter.d.ts +0 -3
- package/dist/components/modal/modalHeader.d.ts +0 -3
- package/dist/components/modal/styles.d.ts +0 -540
- package/dist/components/modal/types.d.ts +0 -27
- package/dist/components/progress-bar/index.d.ts +0 -1
- package/dist/components/progress-bar/progress-bar.d.ts +0 -7
- package/dist/components/progress-bar/styles.d.ts +0 -272
- package/dist/components/progress-bar/types.d.ts +0 -22
- package/dist/components/radio/index.d.ts +0 -1
- package/dist/components/radio/radio.d.ts +0 -3
- package/dist/components/radio/types.d.ts +0 -16
- package/dist/components/tag/index.d.ts +0 -1
- package/dist/components/tag/tag.d.ts +0 -3
- package/dist/components/tag/types.d.ts +0 -25
- package/dist/components/textfield/index.d.ts +0 -1
- package/dist/components/textfield/textfield.d.ts +0 -3
- package/dist/components/textfield/types.d.ts +0 -42
- package/dist/helpers/clients.d.ts +0 -5
- package/dist/helpers/index.d.ts +0 -3
- package/dist/helpers/sizes.d.ts +0 -6
- package/dist/helpers/variants.d.ts +0 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -8
- package/dist/norma-library.cjs.development.js +0 -1286
- package/dist/norma-library.cjs.development.js.map +0 -1
- package/dist/norma-library.cjs.production.min.js +0 -2
- package/dist/norma-library.cjs.production.min.js.map +0 -1
- package/dist/norma-library.esm.js +0 -1274
- package/dist/norma-library.esm.js.map +0 -1
- package/src/components/button/button.stories.tsx +0 -44
- package/src/components/button/button.tsx +0 -18
- package/src/components/button/index.ts +0 -1
- package/src/components/button/types.ts +0 -48
- package/src/components/card/card-header.tsx +0 -8
- package/src/components/card/card.stories.tsx +0 -28
- package/src/components/card/card.tsx +0 -13
- package/src/components/card/index.ts +0 -1
- package/src/components/card/styles.tsx +0 -29
- package/src/components/card/types.ts +0 -14
- package/src/components/checkbox/checkbox.stories.tsx +0 -66
- package/src/components/checkbox/checkbox.tsx +0 -13
- package/src/components/checkbox/index.ts +0 -1
- package/src/components/checkbox/types.ts +0 -30
- package/src/components/icon/default.tsx +0 -1459
- package/src/components/icon/defaultIcon.tsx +0 -82
- package/src/components/icon/icon.stories.tsx +0 -44
- package/src/components/icon/icons-ia.tsx +0 -107
- package/src/components/icon/index.ts +0 -11
- package/src/components/icon/normaIcon.tsx +0 -94
- package/src/components/icon/styles.ts +0 -11
- package/src/components/icon/svg.tsx +0 -24
- package/src/components/icon/types.ts +0 -14
- package/src/components/modal/index.ts +0 -1
- package/src/components/modal/modal.stories.tsx +0 -55
- package/src/components/modal/modal.tsx +0 -42
- package/src/components/modal/modalFooter.tsx +0 -32
- package/src/components/modal/modalHeader.tsx +0 -46
- package/src/components/modal/styles.tsx +0 -13
- package/src/components/modal/types.ts +0 -47
- package/src/components/progress-bar/index.ts +0 -1
- package/src/components/progress-bar/progress-bar.stories.tsx +0 -68
- package/src/components/progress-bar/progress-bar.tsx +0 -38
- package/src/components/progress-bar/styles.tsx +0 -27
- package/src/components/progress-bar/types.ts +0 -35
- package/src/components/radio/index.ts +0 -1
- package/src/components/radio/radio.stories.tsx +0 -150
- package/src/components/radio/radio.tsx +0 -13
- package/src/components/radio/types.ts +0 -27
- package/src/components/tag/index.ts +0 -1
- package/src/components/tag/tag.stories.tsx +0 -80
- package/src/components/tag/tag.tsx +0 -13
- package/src/components/tag/types.ts +0 -47
- package/src/components/textfield/index.ts +0 -1
- package/src/components/textfield/textfield.tsx +0 -23
- package/src/components/textfield/types.ts +0 -93
- package/src/helpers/clients.ts +0 -6
- package/src/helpers/variants.ts +0 -3
- package/src/index.tsx +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svgs.js","sourceRoot":"","sources":["../../../../src/components/icons/svgs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,aAAa;AACb,MAAM,CAAC,IAAM,QAAQ,GAAG;IACtB,OAAO,EAAE,CACP;QACE,8BACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,4TAA4T,EAC9T,SAAS,EAAC,kBAAkB,eAClB,SAAS,GACnB,CACD,CACJ;IACD,SAAS,EAAE,CACT;QACE,2BAAG,EAAE,EAAC,YAAY,EAAC,SAAS,EAAC,oBAAoB;YAC/C,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,0JAA0J,EAC5J,SAAS,EAAC,gBAAgB,GAC1B;YACF,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,yFAAyF,EAC3F,SAAS,EAAC,8BAA8B,GACxC;YACF,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,8EAA8E,EAChF,SAAS,EAAC,6BAA6B,GACvC;YACF,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,6EAA6E,EAC/E,SAAS,EAAC,8BAA8B,GACxC,CACA,CACH,CACJ;IACD,WAAW,EAAE,CACX;QACE,2BAAG,EAAE,EAAC,cAAc,EAAC,SAAS,EAAC,sBAAsB;YACnD,gCACE,EAAE,EAAC,UAAU,eACH,UAAU,EACpB,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,CAAC,EAAC,MAAM,EACR,SAAS,EAAC,sBAAsB,EAChC,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,oBACE,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB;YACF,8BACE,EAAE,EAAC,eAAe,eACR,eAAe,EACzB,CAAC,EAAC,gDAAgD,EAClD,SAAS,EAAC,0BAA0B,EACpC,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,oBACE,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACH,CACJ;IACD,SAAS,EAAE,CACT;QACE,2BAAG,EAAE,EAAC,YAAY,EAAC,SAAS,EAAC,kBAAkB;YAC7C,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,4EAA4E,EAC9E,SAAS,EAAC,yBAAyB,GACnC;YACF,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,4EAA4E,EAC9E,SAAS,EAAC,0BAA0B,GACpC;YACF,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,sWAAsW,EACxW,SAAS,EAAC,yBAAyB,GACnC;YACF,8BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,CAAC,EAAC,iHAAiH,GACnH,CACA,CACH,CACJ;IACD,QAAQ,EAAE,CACR;QACE,2BAAG,EAAE,EAAC,WAAW,EAAC,SAAS,EAAC,wBAAwB;YAClD,8BACE,EAAE,EAAC,YAAY,eACL,YAAY,EACtB,CAAC,EAAC,2YAA2Y,EAC7Y,SAAS,EAAC,mBAAmB,eACnB,SAAS,GACnB;YACF,8BACE,EAAE,EAAC,YAAY,eACL,YAAY,EACtB,CAAC,EAAC,8IAA8I,EAChJ,SAAS,EAAC,oBAAoB,GAC9B,CACA,CACH,CACJ;IAED,IAAI,EAAE,CACJ;QACE,2BAAG,EAAE,EAAC,MAAM,EAAC,SAAS,EAAC,qBAAqB;YAC1C,8BACE,EAAE,EAAC,QAAQ,eACD,QAAQ,EAClB,CAAC,EAAC,SAAS,EACX,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,oBACE,OAAO,kBACT,GAAG,GAChB;YACF,8BACE,EAAE,EAAC,QAAQ,eACD,QAAQ,EAClB,CAAC,EAAC,YAAY,EACd,SAAS,EAAC,wBAAwB,EAClC,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,oBACE,OAAO,kBACT,GAAG,GAChB;YACF,8BACE,EAAE,EAAC,QAAQ,eACD,QAAQ,EAClB,CAAC,EAAC,YAAY,EACd,SAAS,EAAC,uBAAuB,EACjC,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,MAAM,oBACE,OAAO,kBACT,GAAG,GAChB,CACA,CACH,CACJ;IACD,UAAU,EAAE,CACV;QACE,2BACE,EAAE,EAAC,YAAY,eACL,gBAAgB,EAC1B,SAAS,EAAC,kBAAkB;YAE5B,8BACE,EAAE,EAAC,gBAAgB,eACT,gBAAgB,EAC1B,CAAC,EAAC,gPAAgP,EAClP,SAAS,EAAC,4BAA4B,GACtC;YACF,8BACE,EAAE,EAAC,gBAAgB,eACT,gBAAgB,EAC1B,CAAC,EAAC,2HAA2H,EAC7H,SAAS,EAAC,4BAA4B,GACtC,CACA,CACH,CACJ;IACD,GAAG,EAAE,CACH;QACE,2BAAG,EAAE,EAAC,KAAK,EAAC,SAAS,EAAC,wBAAwB;YAC5C,8BACE,EAAE,EAAC,OAAO,eACA,OAAO,EACjB,CAAC,EAAC,8RAA8R,EAChS,SAAS,EAAC,gBAAgB,GAC1B;YACF,iCACE,EAAE,EAAC,UAAU,eACH,UAAU,EACpB,EAAE,EAAC,OAAO,EACV,EAAE,EAAC,OAAO,EACV,EAAE,EAAC,OAAO,EACV,EAAE,EAAC,OAAO,EACV,SAAS,EAAC,0BAA0B,GACpC,CACA,CACH,CACJ;IACD,SAAS,EAAE,CACT;QACE,8BACE,EAAE,EAAC,YAAY,EACf,CAAC,EAAC,qIAAqI,EACvI,SAAS,EAAC,kBAAkB,GAC5B,CACD,CACJ;IACD,YAAY,EAAE,CACZ;QACE,8BACE,EAAE,EAAC,eAAe,EAClB,CAAC,EAAC,y1BAAy1B,EAC31B,SAAS,EAAC,yBAAyB,GACnC,CACD,CACJ;IAED,IAAI,EAAE,CACJ;QACE,2BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,SAAS,EAAC,wBAAwB;YAElC,2BAAG,EAAE,EAAC,MAAM,EAAC,SAAS,EAAC,oBAAoB;gBACzC,8BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,CAAC,EAAC,6HAA6H,EAC/H,SAAS,EAAC,sBAAsB,EAChC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB;gBACF,8BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,CAAC,EAAC,iFAAiF,EACnF,SAAS,EAAC,yBAAyB,EACnC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACF,CACH,CACJ;IACD,QAAQ,EAAE,CACR;QACE,2BAAG,EAAE,EAAC,WAAW,eAAW,UAAU,EAAC,SAAS,EAAC,wBAAwB;YACvE,8BACE,EAAE,EAAC,YAAY,eACL,YAAY,EACtB,CAAC,EAAC,0dAA0d,EAC5d,SAAS,EAAC,kBAAkB,GAC5B,CACA,CACH,CACJ;IACD,eAAe,EAAE,CACf;QACE,2BACE,EAAE,EAAC,uBAAuB,eAChB,uBAAuB,EACjC,SAAS,EAAC,wBAAwB;YAElC,2BAAG,EAAE,EAAC,mBAAmB,EAAC,SAAS,EAAC,wBAAwB;gBAC1D,8BACE,EAAE,EAAC,kBAAkB,eACX,sBAAsB,EAChC,CAAC,EAAC,yOAAyO,EAC3O,SAAS,EAAC,wBAAwB,GAClC,CACA,CACF,CACH,CACJ;IAED,GAAG,EAAE,CACH;QACE,2BAAG,EAAE,EAAC,UAAU,eAAW,UAAU,EAAC,SAAS,EAAC,oBAAoB;YAClE,2BAAG,EAAE,EAAC,KAAK,EAAC,SAAS,EAAC,oBAAoB;gBACxC,8BACE,EAAE,EAAC,SAAS,eACF,SAAS,EACnB,CAAC,EAAC,sdAAsd,EACxd,SAAS,EAAC,2BAA2B,GACrC,CACA,CACF,CACH,CACJ;IAED,IAAI,EAAE,CACJ;QACE,8BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,CAAC,EAAC,uNAAuN,EACzN,SAAS,EAAC,qBAAqB,GAC/B;QACF,8BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,CAAC,EAAC,iNAAiN,EACnN,SAAS,EAAC,qBAAqB,GAC/B,CACD,CACJ;IACD,UAAU,EAAE,CACV;QACE,8BACE,EAAE,EAAC,mBAAmB,eACZ,mBAAmB,EAC7B,CAAC,EAAC,6MAA6M,GAC/M,CACD,CACJ;IACD,IAAI,EAAE,CACJ;QACE,8BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,CAAC,EAAC,qJAAqJ,EACvJ,SAAS,EAAC,mBAAmB,EAC7B,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB;QACF,8BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,CAAC,EAAC,gBAAgB,EAClB,SAAS,EAAC,mBAAmB,EAC7B,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACD,CACJ;IACD,SAAS,EAAE,CACT;QACE,2BAAG,EAAE,EAAC,WAAW,EAAC,SAAS,EAAC,oBAAoB;YAC9C,2BAAG,EAAE,EAAC,WAAW,eAAW,eAAe;gBACzC,8BACE,EAAE,EAAC,gBAAgB,eACT,oBAAoB,EAC9B,CAAC,EAAC,6JAA6J,EAC/J,SAAS,EAAC,sBAAsB,EAChC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB;gBACF,8BACE,EAAE,EAAC,gBAAgB,eACT,oBAAoB,EAC9B,CAAC,EAAC,2FAA2F,EAC7F,SAAS,EAAC,uBAAuB,EACjC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACF,CACH,CACJ;IACD,WAAW,EAAE,CACX;QACE,2BAAG,EAAE,EAAC,MAAM,EAAC,SAAS,EAAC,uBAAuB;YAC5C,2BAAG,EAAE,EAAC,cAAc,eAAW,iBAAiB;gBAC9C,2BAAG,EAAE,EAAC,kBAAkB,eAAW,kBAAkB;oBACnD,8BACE,EAAE,EAAC,kBAAkB,eACX,uBAAuB,EACjC,CAAC,EAAC,uDAAuD,EACzD,SAAS,EAAC,sBAAsB,EAChC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB;oBACF,8BACE,EAAE,EAAC,kBAAkB,eACX,uBAAuB,EACjC,CAAC,EAAC,qCAAqC,EACvC,SAAS,EAAC,wBAAwB,EAClC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACF,CACF,CACH,CACJ;IACD,IAAI,EAAE,CACJ;QACE,8BACE,EAAE,EAAC,MAAM,eACC,WAAW,EACrB,CAAC,EAAC,6sBAA6sB,EAC/sB,SAAS,EAAC,yBAAyB,GACnC,CACD,CACJ;IACD,MAAM,EAAE,CACN;QACE,2BACE,EAAE,EAAC,aAAa,eACN,aAAa,EACvB,SAAS,EAAC,wBAAwB;YAElC,2BAAG,EAAE,EAAC,QAAQ,EAAC,SAAS,EAAC,oBAAoB;gBAC3C,8BACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,iHAAiH,EACnH,SAAS,EAAC,kBAAkB,EAC5B,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACF,CACH,CACJ;IACD,IAAI,EAAE,CACJ;QACE,2BACE,EAAE,EAAC,WAAW,eACJ,WAAW,EACrB,SAAS,EAAC,yBAAyB;YAEnC,2BAAG,EAAE,EAAC,MAAM,EAAC,SAAS,EAAC,kBAAkB;gBACvC,8BACE,EAAE,EAAC,MAAM,EACT,CAAC,EAAC,gIAAgI,EAClI,SAAS,EAAC,kBAAkB,EAC5B,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACF,CACH,CACJ;IACD,SAAS,EAAE,CACT;QACE,2BACE,EAAE,EAAC,gBAAgB,eACT,gBAAgB,EAC1B,SAAS,EAAC,wBAAwB;YAElC,2BAAG,EAAE,EAAC,WAAW,EAAC,SAAS,EAAC,oBAAoB;gBAC9C,2BAAG,EAAE,EAAC,MAAM;oBACV,2BAAG,EAAE,EAAC,WAAW,eAAW,gBAAgB;wBAC1C,8BACE,EAAE,EAAC,qBAAqB,eACd,qBAAqB,EAC/B,CAAC,EAAC,sFAAsF,EACxF,SAAS,EAAC,sBAAsB,EAChC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB;wBACF,8BACE,EAAE,EAAC,qBAAqB,eACd,qBAAqB,EAC/B,CAAC,EAAC,+OAA+O,EACjP,SAAS,EAAC,wBAAwB,EAClC,IAAI,EAAC,MAAM,oBACI,OAAO,qBACN,OAAO,kBACV,GAAG,GAChB,CACA,CACF,CACF,CACF,CACH,CACJ;IACD,YAAY,EAAE,CACZ;QACE,8BACE,EAAE,EAAC,OAAO,EACV,CAAC,EAAC,oLAAoL,EACtL,SAAS,EAAC,kBAAkB,GAC5B,CACD,CACJ;IACD,OAAO,EAAE,CACP;QACE,8BACE,EAAE,EAAC,SAAS,EACZ,CAAC,EAAC,8LAA8L,EAChM,SAAS,EAAC,kBAAkB,GAC5B,CACD,CACJ;IACD,SAAS,EAAE,CACT;QACE,8BACE,EAAE,EAAC,YAAY,EACf,CAAC,EAAC,kVAAkV,EACpV,SAAS,EAAC,sBAAsB,eACtB,SAAS,GACnB,CACD,CACJ;CACO,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./Accordion";
|
|
2
|
+
export * from "./Button";
|
|
3
|
+
export * from "./Card";
|
|
4
|
+
export * from "./CheckBox";
|
|
5
|
+
export * from "./DropDown";
|
|
6
|
+
export * from "./IconButton";
|
|
7
|
+
export * from "./Icons";
|
|
8
|
+
export * from "./Modal";
|
|
9
|
+
export * from "./Paper";
|
|
10
|
+
export * from "./ProgressBar";
|
|
11
|
+
export * from "./RadioGroup";
|
|
12
|
+
export * from "./RangerSlider";
|
|
13
|
+
export * from "./Select";
|
|
14
|
+
export * from "./Tabs";
|
|
15
|
+
export * from "./Tag";
|
|
16
|
+
export * from "./TextField";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./Accordion";
|
|
2
|
+
export * from "./Button";
|
|
3
|
+
export * from "./Card";
|
|
4
|
+
export * from "./CheckBox";
|
|
5
|
+
export * from "./DropDown";
|
|
6
|
+
export * from "./IconButton";
|
|
7
|
+
export * from "./Icons";
|
|
8
|
+
export * from "./Modal";
|
|
9
|
+
export * from "./Paper";
|
|
10
|
+
export * from "./ProgressBar";
|
|
11
|
+
export * from "./RadioGroup";
|
|
12
|
+
export * from "./RangerSlider";
|
|
13
|
+
export * from "./Select";
|
|
14
|
+
export * from "./Tabs";
|
|
15
|
+
export * from "./Tag";
|
|
16
|
+
export * from "./TextField";
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
import React, { useMemo } from "react";
|
|
3
|
+
import { FormControl, ThemeProvider, useMediaQuery, TextField as MuiTextField, } from "@mui/material";
|
|
4
|
+
import { themes } from "../../helpers/colors";
|
|
5
|
+
import { styled } from "@mui/material/styles";
|
|
6
|
+
var TextFieldStyled = styled(MuiTextField)({
|
|
7
|
+
textTransform: "none",
|
|
8
|
+
color: "currentcolor",
|
|
9
|
+
});
|
|
10
|
+
export var TextField = function (_a) {
|
|
11
|
+
var label = _a.label, props = __rest(_a, ["label"]);
|
|
12
|
+
var prefersDarkMode = useMediaQuery("(prefers-color-scheme: dark)");
|
|
13
|
+
var theme = useMemo(function () { return (prefersDarkMode ? themes.light : themes.dark); }, [prefersDarkMode]);
|
|
14
|
+
return (React.createElement(ThemeProvider, { theme: theme },
|
|
15
|
+
React.createElement(FormControl, { sx: { width: "100%" } },
|
|
16
|
+
React.createElement(TextFieldStyled, __assign({}, props, { label: label })))));
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/textfield/index.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EACL,WAAW,EACX,aAAa,EACb,aAAa,EACb,SAAS,IAAI,YAAY,GAC1B,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,IAAM,eAAe,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC;IAC3C,aAAa,EAAE,MAAM;IACrB,KAAK,EAAE,cAAc;CACtB,CAAC,CAAC;AAEH,MAAM,CAAC,IAAM,SAAS,GAAiC,UAAC,EAGvD;IAFC,IAAA,KAAK,WAAA,EACF,KAAK,cAF8C,SAGvD,CADS;IAER,IAAM,eAAe,GAAG,aAAa,CAAC,8BAA8B,CAAC,CAAC;IACtE,IAAM,KAAK,GAAG,OAAO,CACnB,cAAM,OAAA,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,EAA9C,CAA8C,EACpD,CAAC,eAAe,CAAC,CAClB,CAAC;IACF,OAAO,CACL,oBAAC,aAAa,IAAC,KAAK,EAAE,KAAK;QACzB,oBAAC,WAAW,IAAC,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;YAChC,oBAAC,eAAe,eAAK,KAAK,IAAE,KAAK,EAAE,KAAK,IAAI,CAChC,CACA,CACjB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
function getAlign(border) {
|
|
2
|
+
switch (border) {
|
|
3
|
+
case "left":
|
|
4
|
+
return "text-start justify-items-start";
|
|
5
|
+
case "center":
|
|
6
|
+
return "justify-items-center";
|
|
7
|
+
case "right":
|
|
8
|
+
return "text-end justify-items-end";
|
|
9
|
+
default:
|
|
10
|
+
return "text-center inline-flex";
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export { getAlign };
|
|
14
|
+
//# sourceMappingURL=alignments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alignments.js","sourceRoot":"","sources":["../../../src/helpers/alignments.ts"],"names":[],"mappings":"AAAA,SAAS,QAAQ,CAAC,MAAc;IAC9B,QAAQ,MAAM,EAAE;QACd,KAAK,MAAM;YACT,OAAO,gCAAgC,CAAC;QAC1C,KAAK,QAAQ;YACX,OAAO,sBAAsB,CAAC;QAChC,KAAK,OAAO;YACV,OAAO,4BAA4B,CAAC;QACtC;YACE,OAAO,yBAAyB,CAAC;KACpC;AACH,CAAC;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function getBorderSize(size) {
|
|
2
|
+
switch (size.toString()) {
|
|
3
|
+
case "0":
|
|
4
|
+
return "border-0";
|
|
5
|
+
case "1":
|
|
6
|
+
return "border border-[0.05rem]";
|
|
7
|
+
case "2":
|
|
8
|
+
return "border border-2";
|
|
9
|
+
case "4":
|
|
10
|
+
return "border border-4";
|
|
11
|
+
case "8":
|
|
12
|
+
return "border border-8";
|
|
13
|
+
default:
|
|
14
|
+
return "border border-2";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export { getBorderSize };
|
|
18
|
+
//# sourceMappingURL=borders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"borders.js","sourceRoot":"","sources":["../../../src/helpers/borders.ts"],"names":[],"mappings":"AAAA,SAAS,aAAa,CAAC,IAAY;IACjC,QAAQ,IAAI,CAAC,QAAQ,EAAE,EAAE;QACvB,KAAK,GAAG;YACN,OAAO,UAAU,CAAC;QACpB,KAAK,GAAG;YACN,OAAO,yBAAyB,CAAC;QACnC,KAAK,GAAG;YACN,OAAO,iBAAiB,CAAC;QAC3B,KAAK,GAAG;YACN,OAAO,iBAAiB,CAAC;QAC3B,KAAK,GAAG;YACN,OAAO,iBAAiB,CAAC;QAC3B;YACE,OAAO,iBAAiB,CAAC;KAC5B;AACH,CAAC;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,174 +1,172 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
main: string;
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
main: string;
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
main: string;
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
main: string;
|
|
159
|
-
};
|
|
160
|
-
|
|
161
|
-
main: string;
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
};
|
|
173
|
-
export declare function getIconsColorsArray(): IconsColors[];
|
|
174
|
-
export declare const getBtnColorsArray: BtnColors[];
|
|
1
|
+
export declare const getPalette: () => {
|
|
2
|
+
primary: string;
|
|
3
|
+
primaryLight: string;
|
|
4
|
+
primaryMedium: string;
|
|
5
|
+
primaryDark: string;
|
|
6
|
+
inherit: string;
|
|
7
|
+
secondary: string;
|
|
8
|
+
error: string;
|
|
9
|
+
warning: string;
|
|
10
|
+
info: string;
|
|
11
|
+
success: string;
|
|
12
|
+
white: string;
|
|
13
|
+
black: string;
|
|
14
|
+
helper: string;
|
|
15
|
+
secondaryLight: string;
|
|
16
|
+
secondaryMedium: string;
|
|
17
|
+
secondaryDark: string;
|
|
18
|
+
inheritLight: string;
|
|
19
|
+
inheritMedium: string;
|
|
20
|
+
inheritDark: string;
|
|
21
|
+
whiteLight: string;
|
|
22
|
+
whiteMedium: string;
|
|
23
|
+
whiteDark: string;
|
|
24
|
+
successLight: string;
|
|
25
|
+
successMedium: string;
|
|
26
|
+
successDark: string;
|
|
27
|
+
errorLight: string;
|
|
28
|
+
errorMedium: string;
|
|
29
|
+
errorDark: string;
|
|
30
|
+
warningLight: string;
|
|
31
|
+
warningMedium: string;
|
|
32
|
+
warningDark: string;
|
|
33
|
+
helperLight: string;
|
|
34
|
+
helperMedium: string;
|
|
35
|
+
helperDark: string;
|
|
36
|
+
};
|
|
37
|
+
export declare const palette: {
|
|
38
|
+
primary: string;
|
|
39
|
+
primaryLight: string;
|
|
40
|
+
primaryMedium: string;
|
|
41
|
+
primaryDark: string;
|
|
42
|
+
inherit: string;
|
|
43
|
+
secondary: string;
|
|
44
|
+
error: string;
|
|
45
|
+
warning: string;
|
|
46
|
+
info: string;
|
|
47
|
+
success: string;
|
|
48
|
+
white: string;
|
|
49
|
+
black: string;
|
|
50
|
+
helper: string;
|
|
51
|
+
secondaryLight: string;
|
|
52
|
+
secondaryMedium: string;
|
|
53
|
+
secondaryDark: string;
|
|
54
|
+
inheritLight: string;
|
|
55
|
+
inheritMedium: string;
|
|
56
|
+
inheritDark: string;
|
|
57
|
+
whiteLight: string;
|
|
58
|
+
whiteMedium: string;
|
|
59
|
+
whiteDark: string;
|
|
60
|
+
successLight: string;
|
|
61
|
+
successMedium: string;
|
|
62
|
+
successDark: string;
|
|
63
|
+
errorLight: string;
|
|
64
|
+
errorMedium: string;
|
|
65
|
+
errorDark: string;
|
|
66
|
+
warningLight: string;
|
|
67
|
+
warningMedium: string;
|
|
68
|
+
warningDark: string;
|
|
69
|
+
helperLight: string;
|
|
70
|
+
helperMedium: string;
|
|
71
|
+
helperDark: string;
|
|
72
|
+
};
|
|
73
|
+
export declare const textColors: {
|
|
74
|
+
inherit: string;
|
|
75
|
+
primary: string;
|
|
76
|
+
secondary: string;
|
|
77
|
+
error: string;
|
|
78
|
+
warning: string;
|
|
79
|
+
info: string;
|
|
80
|
+
success: string;
|
|
81
|
+
white: string;
|
|
82
|
+
black: string;
|
|
83
|
+
helper: string;
|
|
84
|
+
primaryLight: string;
|
|
85
|
+
primaryMedium: string;
|
|
86
|
+
primaryDark: string;
|
|
87
|
+
secondaryLight: string;
|
|
88
|
+
secondaryMedium: string;
|
|
89
|
+
secondaryDark: string;
|
|
90
|
+
inheritLight: string;
|
|
91
|
+
inheritMedium: string;
|
|
92
|
+
inheritDark: string;
|
|
93
|
+
whiteLight: string;
|
|
94
|
+
whiteMedium: string;
|
|
95
|
+
whiteDark: string;
|
|
96
|
+
successLight: string;
|
|
97
|
+
successMedium: string;
|
|
98
|
+
successDark: string;
|
|
99
|
+
errorLight: string;
|
|
100
|
+
errorMedium: string;
|
|
101
|
+
errorDark: string;
|
|
102
|
+
warningLight: string;
|
|
103
|
+
warningMedium: string;
|
|
104
|
+
warningDark: string;
|
|
105
|
+
helperLight: string;
|
|
106
|
+
helperMedium: string;
|
|
107
|
+
helperDark: string;
|
|
108
|
+
};
|
|
109
|
+
export declare const backgroundColors: {
|
|
110
|
+
inherit: string;
|
|
111
|
+
primary: string;
|
|
112
|
+
secondary: string;
|
|
113
|
+
error: string;
|
|
114
|
+
warning: string;
|
|
115
|
+
info: string;
|
|
116
|
+
success: string;
|
|
117
|
+
white: string;
|
|
118
|
+
black: string;
|
|
119
|
+
primaryLight: string;
|
|
120
|
+
primaryMedium: string;
|
|
121
|
+
primaryDark: string;
|
|
122
|
+
secondaryLight: string;
|
|
123
|
+
secondaryMedium: string;
|
|
124
|
+
secondaryDark: string;
|
|
125
|
+
inheritLight: string;
|
|
126
|
+
inheritMedium: string;
|
|
127
|
+
inheritDark: string;
|
|
128
|
+
whiteLight: string;
|
|
129
|
+
whiteMedium: string;
|
|
130
|
+
whiteDark: string;
|
|
131
|
+
successLight: string;
|
|
132
|
+
successMedium: string;
|
|
133
|
+
successDark: string;
|
|
134
|
+
errorLight: string;
|
|
135
|
+
errorMedium: string;
|
|
136
|
+
errorDark: string;
|
|
137
|
+
warningLight: string;
|
|
138
|
+
warningMedium: string;
|
|
139
|
+
warningDark: string;
|
|
140
|
+
helperLight: string;
|
|
141
|
+
helperMedium: string;
|
|
142
|
+
helperDark: string;
|
|
143
|
+
};
|
|
144
|
+
export declare const olosPalette: {
|
|
145
|
+
primary: {
|
|
146
|
+
main: string;
|
|
147
|
+
};
|
|
148
|
+
secondary: {
|
|
149
|
+
main: string;
|
|
150
|
+
};
|
|
151
|
+
error: {
|
|
152
|
+
main: string;
|
|
153
|
+
};
|
|
154
|
+
warning: {
|
|
155
|
+
main: string;
|
|
156
|
+
};
|
|
157
|
+
info: {
|
|
158
|
+
main: string;
|
|
159
|
+
};
|
|
160
|
+
success: {
|
|
161
|
+
main: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
export declare const lightTheme: import("@mui/material/styles").Theme;
|
|
165
|
+
export declare const darkTheme: import("@mui/material/styles").Theme;
|
|
166
|
+
export declare const themes: {
|
|
167
|
+
light: import("@mui/material/styles").Theme;
|
|
168
|
+
dark: import("@mui/material/styles").Theme;
|
|
169
|
+
};
|
|
170
|
+
type PaletteKey = keyof typeof getPalette;
|
|
171
|
+
declare const getColor: (key: PaletteKey) => string;
|
|
172
|
+
export { getColor };
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { createTheme } from "@mui/material/styles";
|
|
3
|
+
export var getPalette = function () {
|
|
4
|
+
return {
|
|
5
|
+
primary: "#FF7F11",
|
|
6
|
+
primaryLight: "#FFDB9F",
|
|
7
|
+
primaryMedium: "#FFA84C",
|
|
8
|
+
primaryDark: "#B74608",
|
|
9
|
+
inherit: "#000000",
|
|
10
|
+
secondary: "#43BBF2",
|
|
11
|
+
error: "#D63643",
|
|
12
|
+
warning: "#FFC300",
|
|
13
|
+
info: "#71D5F7",
|
|
14
|
+
success: "#6BC235",
|
|
15
|
+
white: "#ffffff",
|
|
16
|
+
black: "#666666",
|
|
17
|
+
helper: "#5A2A79",
|
|
18
|
+
secondaryLight: "#D9FCFE",
|
|
19
|
+
secondaryMedium: "#71D5F7",
|
|
20
|
+
secondaryDark: "#154F8C",
|
|
21
|
+
inheritLight: "#A3A3A3",
|
|
22
|
+
inheritMedium: "#666666",
|
|
23
|
+
inheritDark: "#292929",
|
|
24
|
+
whiteLight: "#F5F5F5",
|
|
25
|
+
whiteMedium: "#E0E0E0",
|
|
26
|
+
whiteDark: "#CCCCCC",
|
|
27
|
+
successLight: "#D9F8B0",
|
|
28
|
+
successMedium: "#B9EC85",
|
|
29
|
+
successDark: "#247010",
|
|
30
|
+
errorLight: "#FABEAF",
|
|
31
|
+
errorMedium: "#F29085",
|
|
32
|
+
errorDark: "#F29085",
|
|
33
|
+
warningLight: "#FFF7CC",
|
|
34
|
+
warningMedium: "#FFE266",
|
|
35
|
+
warningDark: "#936600",
|
|
36
|
+
helperLight: "#F3D7F8",
|
|
37
|
+
helperMedium: "#BF82D6",
|
|
38
|
+
helperDark: "#250D46",
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export var palette = getPalette();
|
|
42
|
+
export var textColors = {
|
|
43
|
+
inherit: palette.inherit,
|
|
44
|
+
primary: palette.primary,
|
|
45
|
+
secondary: palette.secondary,
|
|
46
|
+
error: palette.error,
|
|
47
|
+
warning: palette.warning,
|
|
48
|
+
info: palette.info,
|
|
49
|
+
success: palette.success,
|
|
50
|
+
white: palette.white,
|
|
51
|
+
black: palette.black,
|
|
52
|
+
helper: palette.helper,
|
|
53
|
+
primaryLight: palette.primaryLight,
|
|
54
|
+
primaryMedium: palette.primaryMedium,
|
|
55
|
+
primaryDark: palette.primaryDark,
|
|
56
|
+
secondaryLight: palette.secondaryLight,
|
|
57
|
+
secondaryMedium: palette.secondaryMedium,
|
|
58
|
+
secondaryDark: palette.secondaryDark,
|
|
59
|
+
inheritLight: palette.inheritLight,
|
|
60
|
+
inheritMedium: palette.inheritMedium,
|
|
61
|
+
inheritDark: palette.inheritDark,
|
|
62
|
+
whiteLight: palette.whiteLight,
|
|
63
|
+
whiteMedium: palette.whiteMedium,
|
|
64
|
+
whiteDark: palette.whiteDark,
|
|
65
|
+
successLight: palette.successLight,
|
|
66
|
+
successMedium: palette.successMedium,
|
|
67
|
+
successDark: palette.successDark,
|
|
68
|
+
errorLight: palette.errorLight,
|
|
69
|
+
errorMedium: palette.errorMedium,
|
|
70
|
+
errorDark: palette.errorDark,
|
|
71
|
+
warningLight: palette.warningLight,
|
|
72
|
+
warningMedium: palette.warningMedium,
|
|
73
|
+
warningDark: palette.warningDark,
|
|
74
|
+
helperLight: palette.helperLight,
|
|
75
|
+
helperMedium: palette.helperMedium,
|
|
76
|
+
helperDark: palette.helperDark,
|
|
77
|
+
};
|
|
78
|
+
export var backgroundColors = {
|
|
79
|
+
inherit: palette.inherit,
|
|
80
|
+
primary: palette.primary,
|
|
81
|
+
secondary: palette.secondary,
|
|
82
|
+
error: palette.error,
|
|
83
|
+
warning: palette.warning,
|
|
84
|
+
info: palette.info,
|
|
85
|
+
success: palette.success,
|
|
86
|
+
white: palette.white,
|
|
87
|
+
black: palette.black,
|
|
88
|
+
primaryLight: palette.primaryLight,
|
|
89
|
+
primaryMedium: palette.primaryMedium,
|
|
90
|
+
primaryDark: palette.primaryDark,
|
|
91
|
+
secondaryLight: palette.secondaryLight,
|
|
92
|
+
secondaryMedium: palette.secondaryMedium,
|
|
93
|
+
secondaryDark: palette.secondaryDark,
|
|
94
|
+
inheritLight: palette.inheritLight,
|
|
95
|
+
inheritMedium: palette.inheritMedium,
|
|
96
|
+
inheritDark: palette.inheritDark,
|
|
97
|
+
whiteLight: palette.whiteLight,
|
|
98
|
+
whiteMedium: palette.whiteMedium,
|
|
99
|
+
whiteDark: palette.whiteDark,
|
|
100
|
+
successLight: palette.successLight,
|
|
101
|
+
successMedium: palette.successMedium,
|
|
102
|
+
successDark: palette.successDark,
|
|
103
|
+
errorLight: palette.errorLight,
|
|
104
|
+
errorMedium: palette.errorMedium,
|
|
105
|
+
errorDark: palette.errorDark,
|
|
106
|
+
warningLight: palette.warningLight,
|
|
107
|
+
warningMedium: palette.warningMedium,
|
|
108
|
+
warningDark: palette.warningDark,
|
|
109
|
+
helperLight: palette.helperLight,
|
|
110
|
+
helperMedium: palette.helperMedium,
|
|
111
|
+
helperDark: palette.helperDark,
|
|
112
|
+
};
|
|
113
|
+
export var olosPalette = {
|
|
114
|
+
primary: {
|
|
115
|
+
main: palette.primary,
|
|
116
|
+
},
|
|
117
|
+
secondary: {
|
|
118
|
+
main: palette.secondary,
|
|
119
|
+
},
|
|
120
|
+
error: {
|
|
121
|
+
main: palette.error,
|
|
122
|
+
},
|
|
123
|
+
warning: {
|
|
124
|
+
main: palette.warning,
|
|
125
|
+
},
|
|
126
|
+
info: {
|
|
127
|
+
main: palette.info,
|
|
128
|
+
},
|
|
129
|
+
success: {
|
|
130
|
+
main: palette.success,
|
|
131
|
+
},
|
|
132
|
+
};
|
|
133
|
+
export var lightTheme = createTheme({
|
|
134
|
+
palette: __assign({ mode: "light" }, olosPalette),
|
|
135
|
+
});
|
|
136
|
+
export var darkTheme = createTheme({
|
|
137
|
+
palette: __assign(__assign({ mode: "dark" }, olosPalette), { background: {
|
|
138
|
+
default: palette.inheritLight,
|
|
139
|
+
paper: palette.inheritDark,
|
|
140
|
+
} }),
|
|
141
|
+
});
|
|
142
|
+
export var themes = {
|
|
143
|
+
light: lightTheme,
|
|
144
|
+
dark: darkTheme,
|
|
145
|
+
};
|
|
146
|
+
var getColor = function (key) {
|
|
147
|
+
var palette = getPalette();
|
|
148
|
+
if (palette.hasOwnProperty(key)) {
|
|
149
|
+
return palette[key];
|
|
150
|
+
}
|
|
151
|
+
else {
|
|
152
|
+
return "#CCC";
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
export { getColor };
|
|
156
|
+
//# sourceMappingURL=colors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.js","sourceRoot":"","sources":["../../../src/helpers/colors.ts"],"names":[],"mappings":"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"}
|