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