react-miui 0.27.7 → 0.27.9

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.
Files changed (215) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/form/Checkbox.js +17 -7
  3. package/dist/components/form/Checkbox.js.map +1 -1
  4. package/dist/components/form/Checkbox.stories.js +17 -7
  5. package/dist/components/form/Checkbox.stories.js.map +1 -1
  6. package/dist/components/form/Checkbox.styled.d.ts +174 -174
  7. package/dist/components/form/Select.styled.d.ts +58 -58
  8. package/dist/components/form/Suggestions.d.ts.map +1 -1
  9. package/dist/components/form/Toggle.js +17 -7
  10. package/dist/components/form/Toggle.js.map +1 -1
  11. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  12. package/dist/components/form/choice/ChoiceItem.d.ts.map +1 -1
  13. package/dist/components/form/choice/ChoiceItem.js +17 -7
  14. package/dist/components/form/choice/ChoiceItem.js.map +1 -1
  15. package/dist/components/form/input/Input.d.ts.map +1 -1
  16. package/dist/components/form/input/Input.js +17 -7
  17. package/dist/components/form/input/Input.js.map +1 -1
  18. package/dist/components/form/input/Input.styled.d.ts +232 -232
  19. package/dist/components/form/textarea/TextArea.js +17 -7
  20. package/dist/components/form/textarea/TextArea.js.map +1 -1
  21. package/dist/components/form/textarea/TextArea.styled.d.ts +58 -58
  22. package/dist/components/layout/header/Header.styled.d.ts +232 -232
  23. package/dist/components/layout/header/HeaderIconAction.styled.d.ts +174 -174
  24. package/dist/components/layout/header/StickyHeader.js +17 -7
  25. package/dist/components/layout/header/StickyHeader.js.map +1 -1
  26. package/dist/components/layout/header/StickyHeader.stories.js +17 -7
  27. package/dist/components/layout/header/StickyHeader.stories.js.map +1 -1
  28. package/dist/components/layout/header/StickyHeader.styled.d.ts +116 -116
  29. package/dist/components/layout/list/Header.d.ts +116 -116
  30. package/dist/components/layout/list/Item.d.ts +4 -87
  31. package/dist/components/layout/list/Item.d.ts.map +1 -1
  32. package/dist/components/layout/list/Item.js +40 -71
  33. package/dist/components/layout/list/Item.js.map +1 -1
  34. package/dist/components/layout/list/Item.stories.d.ts +2 -1
  35. package/dist/components/layout/list/Item.stories.d.ts.map +1 -1
  36. package/dist/components/layout/list/Item.stories.js +49 -9
  37. package/dist/components/layout/list/Item.stories.js.map +1 -1
  38. package/dist/components/layout/list/Item.styled.d.ts +337 -0
  39. package/dist/components/layout/list/Item.styled.d.ts.map +1 -0
  40. package/dist/components/layout/list/Item.styled.js +55 -0
  41. package/dist/components/layout/list/Item.styled.js.map +1 -0
  42. package/dist/components/layout/list/Label.d.ts +58 -58
  43. package/dist/components/layout/list/List.d.ts +58 -58
  44. package/dist/components/layout/list/Value.d.ts +58 -58
  45. package/dist/components/layout/section/Section.d.ts +58 -58
  46. package/dist/components/layout/section/SectionContainer.d.ts +58 -58
  47. package/dist/components/layout/table/Table.styled.d.ts +58 -58
  48. package/dist/components/native/index.d.ts +58 -58
  49. package/dist/components/ui/action/Action.styled.d.ts +232 -232
  50. package/dist/components/ui/button/Button.stories.js +17 -7
  51. package/dist/components/ui/button/Button.stories.js.map +1 -1
  52. package/dist/components/ui/button/Button.styled.d.ts +58 -58
  53. package/dist/components/ui/drawer/Drawer.js +17 -7
  54. package/dist/components/ui/drawer/Drawer.js.map +1 -1
  55. package/dist/components/ui/line/Line.d.ts +58 -58
  56. package/dist/components/ui/loader/Loader.js +17 -7
  57. package/dist/components/ui/loader/Loader.js.map +1 -1
  58. package/dist/components/ui/message/Message.styled.d.ts +58 -58
  59. package/dist/components/ui/modal/Modal.js +17 -7
  60. package/dist/components/ui/modal/Modal.js.map +1 -1
  61. package/dist/components/ui/modal/Modal.stories.js +17 -7
  62. package/dist/components/ui/modal/Modal.stories.js.map +1 -1
  63. package/dist/components/ui/modal/Modal.styled.d.ts +232 -232
  64. package/dist/components/ui/modal/ModalButtons.styled.d.ts +116 -116
  65. package/dist/components/ui/pop/OnButtonClick.js +17 -7
  66. package/dist/components/ui/pop/OnButtonClick.js.map +1 -1
  67. package/dist/components/ui/pop/Pop.js +17 -7
  68. package/dist/components/ui/pop/Pop.js.map +1 -1
  69. package/dist/components/ui/pop/Pop.stories.js +17 -7
  70. package/dist/components/ui/pop/Pop.stories.js.map +1 -1
  71. package/dist/components/ui/pop/Pop.styled.d.ts +348 -348
  72. package/dist/components/ui/progress/Progress.styled.d.ts +174 -174
  73. package/dist/components/ui/tabs/Item.js +17 -7
  74. package/dist/components/ui/tabs/Item.js.map +1 -1
  75. package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
  76. package/dist/components/ui/tabs/Selector.js +17 -7
  77. package/dist/components/ui/tabs/Selector.js.map +1 -1
  78. package/dist/components/ui/toaster/Notification.js +17 -7
  79. package/dist/components/ui/toaster/Notification.js.map +1 -1
  80. package/dist/components/ui/toaster/Toaster.js +17 -7
  81. package/dist/components/ui/toaster/Toaster.js.map +1 -1
  82. package/dist/components/ui/toaster/Toaster.styled.d.ts +58 -58
  83. package/dist/components/ui/toolButton/ToolButton.styled.d.ts +58 -58
  84. package/dist/theme.d.ts +406 -406
  85. package/dist/theme.d.ts.map +1 -1
  86. package/dist/utils/makeVariants.d.ts.map +1 -1
  87. package/dist/utils/toObjectValue.d.ts.map +1 -1
  88. package/dist/utils/useKeyPress.d.ts.map +1 -1
  89. package/docs/classes/Drawer.html +30 -30
  90. package/docs/classes/Pop.html +32 -32
  91. package/docs/classes/ToasterProvider.html +29 -29
  92. package/docs/enums/ICON.html +14 -14
  93. package/docs/functions/Action.html +5 -5
  94. package/docs/functions/Button.html +5 -5
  95. package/docs/functions/Card.html +5 -5
  96. package/docs/functions/Checkbox.html +5 -5
  97. package/docs/functions/Choice.html +5 -5
  98. package/docs/functions/CoveringLoader.html +5 -5
  99. package/docs/functions/DirectionPad.html +5 -5
  100. package/docs/functions/EqualActions.html +5 -5
  101. package/docs/functions/FullLoader.html +5 -5
  102. package/docs/functions/HandleEsc.html +5 -5
  103. package/docs/functions/Header.html +5 -5
  104. package/docs/functions/HeaderIconAction.html +5 -5
  105. package/docs/functions/Icon-1.html +5 -5
  106. package/docs/functions/If.html +5 -5
  107. package/docs/functions/Input.html +5 -5
  108. package/docs/functions/KeyValue.html +5 -5
  109. package/docs/functions/Label.html +5 -5
  110. package/docs/functions/Line.html +5 -5
  111. package/docs/functions/List-1.html +5 -5
  112. package/docs/functions/Loader.html +5 -5
  113. package/docs/functions/Loading.html +5 -5
  114. package/docs/functions/Message.html +5 -5
  115. package/docs/functions/Modal-1.html +5 -5
  116. package/docs/functions/ModalButtons.html +5 -5
  117. package/docs/functions/PopLoader.html +5 -5
  118. package/docs/functions/PopOption.html +5 -5
  119. package/docs/functions/Progress.html +5 -5
  120. package/docs/functions/SearchContainer.html +5 -5
  121. package/docs/functions/Section.html +5 -5
  122. package/docs/functions/Select.html +5 -5
  123. package/docs/functions/Selector.html +5 -5
  124. package/docs/functions/Spacer.html +5 -5
  125. package/docs/functions/Stats.html +5 -5
  126. package/docs/functions/StickyHeader.html +5 -5
  127. package/docs/functions/Table.html +5 -5
  128. package/docs/functions/TextArea.html +5 -5
  129. package/docs/functions/Toggle.html +5 -5
  130. package/docs/functions/ToolButton.html +5 -5
  131. package/docs/functions/borderPxToRem.html +5 -5
  132. package/docs/functions/createTheme.html +4 -4
  133. package/docs/functions/css.html +4 -4
  134. package/docs/functions/dimensionsPxToRem.html +5 -5
  135. package/docs/functions/fontPxToRem.html +5 -5
  136. package/docs/functions/getCssText.html +4 -4
  137. package/docs/functions/globalCss.html +4 -4
  138. package/docs/functions/keyframes.html +4 -4
  139. package/docs/functions/pxToRem.html +5 -5
  140. package/docs/functions/styled.html +4 -4
  141. package/docs/functions/useToaster.html +5 -5
  142. package/docs/index.html +4 -4
  143. package/docs/interfaces/ChoiceProps.html +11 -11
  144. package/docs/interfaces/IconProps.html +7 -7
  145. package/docs/interfaces/InputCustomProps.html +11 -11
  146. package/docs/interfaces/StickyHeaderProps.html +9 -9
  147. package/docs/modules/List.html +7 -7
  148. package/docs/modules/Modal.html +6 -6
  149. package/docs/modules.html +4 -4
  150. package/docs/pages/tutorials/Test.html +4 -4
  151. package/docs/types/ActionProps.html +5 -5
  152. package/docs/types/InputProps.html +5 -5
  153. package/docs/types/OverwriteProps.html +5 -5
  154. package/docs/types/ThemeCSS.html +5 -5
  155. package/docs/variables/BackgroundClassName.html +5 -5
  156. package/docs/variables/List.Header.html +5 -5
  157. package/docs/variables/List.Item.html +5 -5
  158. package/docs/variables/Modal.RemovePadding.html +5 -5
  159. package/docs/variables/ValueClassName.html +5 -5
  160. package/docs/variables/config.html +5 -5
  161. package/docs/variables/cssReset.html +5 -5
  162. package/docs/variables/miuiScrollbars.html +5 -5
  163. package/docs/variables/theme.html +5 -5
  164. package/esm/components/form/Checkbox.styled.d.ts +174 -174
  165. package/esm/components/form/Select.styled.d.ts +58 -58
  166. package/esm/components/form/Suggestions.d.ts.map +1 -1
  167. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  168. package/esm/components/form/choice/ChoiceItem.d.ts.map +1 -1
  169. package/esm/components/form/input/Input.d.ts.map +1 -1
  170. package/esm/components/form/input/Input.styled.d.ts +232 -232
  171. package/esm/components/form/textarea/TextArea.styled.d.ts +58 -58
  172. package/esm/components/layout/header/Header.styled.d.ts +232 -232
  173. package/esm/components/layout/header/HeaderIconAction.styled.d.ts +174 -174
  174. package/esm/components/layout/header/StickyHeader.styled.d.ts +116 -116
  175. package/esm/components/layout/list/Header.d.ts +116 -116
  176. package/esm/components/layout/list/Item.d.ts +4 -87
  177. package/esm/components/layout/list/Item.d.ts.map +1 -1
  178. package/esm/components/layout/list/Item.js +34 -65
  179. package/esm/components/layout/list/Item.js.map +1 -1
  180. package/esm/components/layout/list/Item.stories.d.ts +2 -1
  181. package/esm/components/layout/list/Item.stories.d.ts.map +1 -1
  182. package/esm/components/layout/list/Item.stories.js +52 -9
  183. package/esm/components/layout/list/Item.stories.js.map +1 -1
  184. package/esm/components/layout/list/Item.styled.d.ts +337 -0
  185. package/esm/components/layout/list/Item.styled.d.ts.map +1 -0
  186. package/esm/components/layout/list/Item.styled.js +49 -0
  187. package/esm/components/layout/list/Item.styled.js.map +1 -0
  188. package/esm/components/layout/list/Label.d.ts +58 -58
  189. package/esm/components/layout/list/List.d.ts +58 -58
  190. package/esm/components/layout/list/Value.d.ts +58 -58
  191. package/esm/components/layout/section/Section.d.ts +58 -58
  192. package/esm/components/layout/section/SectionContainer.d.ts +58 -58
  193. package/esm/components/layout/table/Table.styled.d.ts +58 -58
  194. package/esm/components/native/index.d.ts +58 -58
  195. package/esm/components/ui/action/Action.styled.d.ts +232 -232
  196. package/esm/components/ui/button/Button.styled.d.ts +58 -58
  197. package/esm/components/ui/line/Line.d.ts +58 -58
  198. package/esm/components/ui/message/Message.styled.d.ts +58 -58
  199. package/esm/components/ui/modal/Modal.styled.d.ts +232 -232
  200. package/esm/components/ui/modal/ModalButtons.styled.d.ts +116 -116
  201. package/esm/components/ui/pop/Pop.styled.d.ts +348 -348
  202. package/esm/components/ui/progress/Progress.styled.d.ts +174 -174
  203. package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
  204. package/esm/components/ui/toaster/Toaster.styled.d.ts +58 -58
  205. package/esm/components/ui/toolButton/ToolButton.styled.d.ts +58 -58
  206. package/esm/theme.d.ts +406 -406
  207. package/esm/theme.d.ts.map +1 -1
  208. package/esm/utils/makeVariants.d.ts.map +1 -1
  209. package/esm/utils/toObjectValue.d.ts.map +1 -1
  210. package/esm/utils/useKeyPress.d.ts.map +1 -1
  211. package/package.json +3 -3
  212. package/pnpm-lock.yaml +7530 -6066
  213. package/src/components/layout/list/Item.stories.tsx +72 -5
  214. package/src/components/layout/list/Item.styled.ts +61 -0
  215. package/src/components/layout/list/Item.tsx +41 -79
@@ -1,63 +1,63 @@
1
1
  declare const SectionContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
2
2
  colors: {
3
- background: string;
4
- mainColor: string;
5
- mainColorAlt: string;
6
- activeBg: string;
7
- inactiveBg: string;
8
- inactiveDarkBg: string;
9
- toggleHandleBg: string;
10
- toggleHandleBorder: string;
11
- toggleBgDisabled: string;
12
- toggleHandleBorderDisabled: string;
13
- toggleHandleBgDisabled: string;
14
- icon: string;
15
- border: string;
16
- buttonBorder: string;
17
- headerBorder: string;
18
- headerBg: string;
19
- headerText: string;
20
- text: string;
21
- sub: string;
22
- popText: string;
23
- toolbarBorder: string;
24
- toolbarBg: string;
25
- modalBg: string;
26
- modalButtonBg: string;
27
- modalButtonBorder: string;
28
- inputDisabledBg: string;
29
- inputDisabledText: string;
30
- choiceBg: string;
31
- choiceText: string;
32
- choiceActiveBg: string;
33
- choiceActiveText: string;
34
- choiceBorder: string;
35
- selectorText: string;
36
- selectorActive: string;
37
- blue1: string;
38
- blue2: string;
39
- blue3: string;
40
- blue4: string;
41
- blue5: string;
42
- orange1: string;
43
- orange1Darker: string;
44
- purple1: string;
45
- green1: string;
46
- green1Darker: string;
47
- pink1: string;
48
- red1: string;
49
- yellow1: string;
50
- yellow2: string;
51
- yellow3: string;
52
- pinky1: string;
53
- pinky2: string;
54
- pinky3: string;
55
- grey1: string;
56
- focusColor: string;
57
- scrollbarsThumb: string;
58
- scrollbarsBg: string;
59
- tableStripedBg: string;
60
- toolButtonText: string;
3
+ background: "white";
4
+ mainColor: "#008ad2";
5
+ mainColorAlt: "#006AA9";
6
+ activeBg: "#e7e7e7";
7
+ inactiveBg: "#d3d3de";
8
+ inactiveDarkBg: "#999";
9
+ toggleHandleBg: "#e0e0e0";
10
+ toggleHandleBorder: "#cdcdcd";
11
+ toggleBgDisabled: "#f0f0f0";
12
+ toggleHandleBorderDisabled: "#c29f7d";
13
+ toggleHandleBgDisabled: "#deae84";
14
+ icon: "#636363";
15
+ border: "#d5d5d5";
16
+ buttonBorder: "#bababa";
17
+ headerBorder: "#c8c8c9";
18
+ headerBg: "#efeff0";
19
+ headerText: "#484848";
20
+ text: "#323232";
21
+ sub: "#959595";
22
+ popText: "#666";
23
+ toolbarBorder: "#ababab";
24
+ toolbarBg: "#f8f8f8";
25
+ modalBg: "#f7f7f7";
26
+ modalButtonBg: "#f8f8f8";
27
+ modalButtonBorder: "#c2c2c2";
28
+ inputDisabledBg: "#f3f3f3";
29
+ inputDisabledText: "#959595";
30
+ choiceBg: "#ffffff";
31
+ choiceText: "#999999";
32
+ choiceActiveBg: "#f3f3f3";
33
+ choiceActiveText: "#313131";
34
+ choiceBorder: "#cfcfcf";
35
+ selectorText: "#606060";
36
+ selectorActive: "#008ad2";
37
+ blue1: "#038bf4";
38
+ blue2: "#b7d6f5";
39
+ blue3: "#dbe6ff";
40
+ blue4: "#33b4ff";
41
+ blue5: "#30a2e6";
42
+ orange1: "#ff7200";
43
+ orange1Darker: "#cc5b00";
44
+ purple1: "#7357e8";
45
+ green1: "#3ec234";
46
+ green1Darker: "#38af2f";
47
+ pink1: "#ff388f";
48
+ red1: "#ea2700";
49
+ yellow1: "#ffde9d";
50
+ yellow2: "#e4a429";
51
+ yellow3: "#fff5db";
52
+ pinky1: "#f5c0b7";
53
+ pinky2: "#e07b67";
54
+ pinky3: "#ffe1db";
55
+ grey1: "#737373";
56
+ focusColor: "#dcaf00";
57
+ scrollbarsThumb: "#737373";
58
+ scrollbarsBg: "transparent";
59
+ tableStripedBg: "#fafafa";
60
+ toolButtonText: "#666e80";
61
61
  };
62
62
  }, import("@stitches/react/types/config").DefaultThemeMap, {
63
63
  mx: (value: string | number) => {
@@ -4,64 +4,64 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
4
4
  wide?: boolean | "true";
5
5
  }, {}, import("@stitches/react/types/css-util").CSS<{}, {
6
6
  colors: {
7
- background: string;
8
- mainColor: string;
9
- mainColorAlt: string;
10
- activeBg: string;
11
- inactiveBg: string;
12
- inactiveDarkBg: string;
13
- toggleHandleBg: string;
14
- toggleHandleBorder: string;
15
- toggleBgDisabled: string;
16
- toggleHandleBorderDisabled: string;
17
- toggleHandleBgDisabled: string;
18
- icon: string;
19
- border: string;
20
- buttonBorder: string;
21
- headerBorder: string;
22
- headerBg: string;
23
- headerText: string;
24
- text: string;
25
- sub: string;
26
- popText: string;
27
- toolbarBorder: string;
28
- toolbarBg: string;
29
- modalBg: string;
30
- modalButtonBg: string;
31
- modalButtonBorder: string;
32
- inputDisabledBg: string;
33
- inputDisabledText: string;
34
- choiceBg: string;
35
- choiceText: string;
36
- choiceActiveBg: string;
37
- choiceActiveText: string;
38
- choiceBorder: string;
39
- selectorText: string;
40
- selectorActive: string;
41
- blue1: string;
42
- blue2: string;
43
- blue3: string;
44
- blue4: string;
45
- blue5: string;
46
- orange1: string;
47
- orange1Darker: string;
48
- purple1: string;
49
- green1: string;
50
- green1Darker: string;
51
- pink1: string;
52
- red1: string;
53
- yellow1: string;
54
- yellow2: string;
55
- yellow3: string;
56
- pinky1: string;
57
- pinky2: string;
58
- pinky3: string;
59
- grey1: string;
60
- focusColor: string;
61
- scrollbarsThumb: string;
62
- scrollbarsBg: string;
63
- tableStripedBg: string;
64
- toolButtonText: string;
7
+ background: "white";
8
+ mainColor: "#008ad2";
9
+ mainColorAlt: "#006AA9";
10
+ activeBg: "#e7e7e7";
11
+ inactiveBg: "#d3d3de";
12
+ inactiveDarkBg: "#999";
13
+ toggleHandleBg: "#e0e0e0";
14
+ toggleHandleBorder: "#cdcdcd";
15
+ toggleBgDisabled: "#f0f0f0";
16
+ toggleHandleBorderDisabled: "#c29f7d";
17
+ toggleHandleBgDisabled: "#deae84";
18
+ icon: "#636363";
19
+ border: "#d5d5d5";
20
+ buttonBorder: "#bababa";
21
+ headerBorder: "#c8c8c9";
22
+ headerBg: "#efeff0";
23
+ headerText: "#484848";
24
+ text: "#323232";
25
+ sub: "#959595";
26
+ popText: "#666";
27
+ toolbarBorder: "#ababab";
28
+ toolbarBg: "#f8f8f8";
29
+ modalBg: "#f7f7f7";
30
+ modalButtonBg: "#f8f8f8";
31
+ modalButtonBorder: "#c2c2c2";
32
+ inputDisabledBg: "#f3f3f3";
33
+ inputDisabledText: "#959595";
34
+ choiceBg: "#ffffff";
35
+ choiceText: "#999999";
36
+ choiceActiveBg: "#f3f3f3";
37
+ choiceActiveText: "#313131";
38
+ choiceBorder: "#cfcfcf";
39
+ selectorText: "#606060";
40
+ selectorActive: "#008ad2";
41
+ blue1: "#038bf4";
42
+ blue2: "#b7d6f5";
43
+ blue3: "#dbe6ff";
44
+ blue4: "#33b4ff";
45
+ blue5: "#30a2e6";
46
+ orange1: "#ff7200";
47
+ orange1Darker: "#cc5b00";
48
+ purple1: "#7357e8";
49
+ green1: "#3ec234";
50
+ green1Darker: "#38af2f";
51
+ pink1: "#ff388f";
52
+ red1: "#ea2700";
53
+ yellow1: "#ffde9d";
54
+ yellow2: "#e4a429";
55
+ yellow3: "#fff5db";
56
+ pinky1: "#f5c0b7";
57
+ pinky2: "#e07b67";
58
+ pinky3: "#ffe1db";
59
+ grey1: "#737373";
60
+ focusColor: "#dcaf00";
61
+ scrollbarsThumb: "#737373";
62
+ scrollbarsBg: "transparent";
63
+ tableStripedBg: "#fafafa";
64
+ toolButtonText: "#666e80";
65
65
  };
66
66
  }, import("@stitches/react/types/config").DefaultThemeMap, {
67
67
  mx: (value: string | number) => {
@@ -1,63 +1,63 @@
1
1
  declare const Div: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
2
2
  colors: {
3
- background: string;
4
- mainColor: string;
5
- mainColorAlt: string;
6
- activeBg: string;
7
- inactiveBg: string;
8
- inactiveDarkBg: string;
9
- toggleHandleBg: string;
10
- toggleHandleBorder: string;
11
- toggleBgDisabled: string;
12
- toggleHandleBorderDisabled: string;
13
- toggleHandleBgDisabled: string;
14
- icon: string;
15
- border: string;
16
- buttonBorder: string;
17
- headerBorder: string;
18
- headerBg: string;
19
- headerText: string;
20
- text: string;
21
- sub: string;
22
- popText: string;
23
- toolbarBorder: string;
24
- toolbarBg: string;
25
- modalBg: string;
26
- modalButtonBg: string;
27
- modalButtonBorder: string;
28
- inputDisabledBg: string;
29
- inputDisabledText: string;
30
- choiceBg: string;
31
- choiceText: string;
32
- choiceActiveBg: string;
33
- choiceActiveText: string;
34
- choiceBorder: string;
35
- selectorText: string;
36
- selectorActive: string;
37
- blue1: string;
38
- blue2: string;
39
- blue3: string;
40
- blue4: string;
41
- blue5: string;
42
- orange1: string;
43
- orange1Darker: string;
44
- purple1: string;
45
- green1: string;
46
- green1Darker: string;
47
- pink1: string;
48
- red1: string;
49
- yellow1: string;
50
- yellow2: string;
51
- yellow3: string;
52
- pinky1: string;
53
- pinky2: string;
54
- pinky3: string;
55
- grey1: string;
56
- focusColor: string;
57
- scrollbarsThumb: string;
58
- scrollbarsBg: string;
59
- tableStripedBg: string;
60
- toolButtonText: string;
3
+ background: "white";
4
+ mainColor: "#008ad2";
5
+ mainColorAlt: "#006AA9";
6
+ activeBg: "#e7e7e7";
7
+ inactiveBg: "#d3d3de";
8
+ inactiveDarkBg: "#999";
9
+ toggleHandleBg: "#e0e0e0";
10
+ toggleHandleBorder: "#cdcdcd";
11
+ toggleBgDisabled: "#f0f0f0";
12
+ toggleHandleBorderDisabled: "#c29f7d";
13
+ toggleHandleBgDisabled: "#deae84";
14
+ icon: "#636363";
15
+ border: "#d5d5d5";
16
+ buttonBorder: "#bababa";
17
+ headerBorder: "#c8c8c9";
18
+ headerBg: "#efeff0";
19
+ headerText: "#484848";
20
+ text: "#323232";
21
+ sub: "#959595";
22
+ popText: "#666";
23
+ toolbarBorder: "#ababab";
24
+ toolbarBg: "#f8f8f8";
25
+ modalBg: "#f7f7f7";
26
+ modalButtonBg: "#f8f8f8";
27
+ modalButtonBorder: "#c2c2c2";
28
+ inputDisabledBg: "#f3f3f3";
29
+ inputDisabledText: "#959595";
30
+ choiceBg: "#ffffff";
31
+ choiceText: "#999999";
32
+ choiceActiveBg: "#f3f3f3";
33
+ choiceActiveText: "#313131";
34
+ choiceBorder: "#cfcfcf";
35
+ selectorText: "#606060";
36
+ selectorActive: "#008ad2";
37
+ blue1: "#038bf4";
38
+ blue2: "#b7d6f5";
39
+ blue3: "#dbe6ff";
40
+ blue4: "#33b4ff";
41
+ blue5: "#30a2e6";
42
+ orange1: "#ff7200";
43
+ orange1Darker: "#cc5b00";
44
+ purple1: "#7357e8";
45
+ green1: "#3ec234";
46
+ green1Darker: "#38af2f";
47
+ pink1: "#ff388f";
48
+ red1: "#ea2700";
49
+ yellow1: "#ffde9d";
50
+ yellow2: "#e4a429";
51
+ yellow3: "#fff5db";
52
+ pinky1: "#f5c0b7";
53
+ pinky2: "#e07b67";
54
+ pinky3: "#ffe1db";
55
+ grey1: "#737373";
56
+ focusColor: "#dcaf00";
57
+ scrollbarsThumb: "#737373";
58
+ scrollbarsBg: "transparent";
59
+ tableStripedBg: "#fafafa";
60
+ toolButtonText: "#666e80";
61
61
  };
62
62
  }, import("@stitches/react/types/config").DefaultThemeMap, {
63
63
  mx: (value: string | number) => {