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 Overlay: 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 Overlay: import("@stitches/react/types/styled-component").StyledCo
83
83
  }>>;
84
84
  declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {}, 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 List: import("@stitches/react/types/styled-component").StyledCompo
166
166
  }>>;
167
167
  declare const ListItem: import("@stitches/react/types/styled-component").StyledComponent<"li", {}, {}, 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) => {
@@ -249,64 +249,64 @@ declare const ListItem: import("@stitches/react/types/styled-component").StyledC
249
249
  }>>;
250
250
  declare const Button: import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
251
251
  colors: {
252
- background: string;
253
- mainColor: string;
254
- mainColorAlt: string;
255
- activeBg: string;
256
- inactiveBg: string;
257
- inactiveDarkBg: string;
258
- toggleHandleBg: string;
259
- toggleHandleBorder: string;
260
- toggleBgDisabled: string;
261
- toggleHandleBorderDisabled: string;
262
- toggleHandleBgDisabled: string;
263
- icon: string;
264
- border: string;
265
- buttonBorder: string;
266
- headerBorder: string;
267
- headerBg: string;
268
- headerText: string;
269
- text: string;
270
- sub: string;
271
- popText: string;
272
- toolbarBorder: string;
273
- toolbarBg: string;
274
- modalBg: string;
275
- modalButtonBg: string;
276
- modalButtonBorder: string;
277
- inputDisabledBg: string;
278
- inputDisabledText: string;
279
- choiceBg: string;
280
- choiceText: string;
281
- choiceActiveBg: string;
282
- choiceActiveText: string;
283
- choiceBorder: string;
284
- selectorText: string;
285
- selectorActive: string;
286
- blue1: string;
287
- blue2: string;
288
- blue3: string;
289
- blue4: string;
290
- blue5: string;
291
- orange1: string;
292
- orange1Darker: string;
293
- purple1: string;
294
- green1: string;
295
- green1Darker: string;
296
- pink1: string;
297
- red1: string;
298
- yellow1: string;
299
- yellow2: string;
300
- yellow3: string;
301
- pinky1: string;
302
- pinky2: string;
303
- pinky3: string;
304
- grey1: string;
305
- focusColor: string;
306
- scrollbarsThumb: string;
307
- scrollbarsBg: string;
308
- tableStripedBg: string;
309
- toolButtonText: string;
252
+ background: "white";
253
+ mainColor: "#008ad2";
254
+ mainColorAlt: "#006AA9";
255
+ activeBg: "#e7e7e7";
256
+ inactiveBg: "#d3d3de";
257
+ inactiveDarkBg: "#999";
258
+ toggleHandleBg: "#e0e0e0";
259
+ toggleHandleBorder: "#cdcdcd";
260
+ toggleBgDisabled: "#f0f0f0";
261
+ toggleHandleBorderDisabled: "#c29f7d";
262
+ toggleHandleBgDisabled: "#deae84";
263
+ icon: "#636363";
264
+ border: "#d5d5d5";
265
+ buttonBorder: "#bababa";
266
+ headerBorder: "#c8c8c9";
267
+ headerBg: "#efeff0";
268
+ headerText: "#484848";
269
+ text: "#323232";
270
+ sub: "#959595";
271
+ popText: "#666";
272
+ toolbarBorder: "#ababab";
273
+ toolbarBg: "#f8f8f8";
274
+ modalBg: "#f7f7f7";
275
+ modalButtonBg: "#f8f8f8";
276
+ modalButtonBorder: "#c2c2c2";
277
+ inputDisabledBg: "#f3f3f3";
278
+ inputDisabledText: "#959595";
279
+ choiceBg: "#ffffff";
280
+ choiceText: "#999999";
281
+ choiceActiveBg: "#f3f3f3";
282
+ choiceActiveText: "#313131";
283
+ choiceBorder: "#cfcfcf";
284
+ selectorText: "#606060";
285
+ selectorActive: "#008ad2";
286
+ blue1: "#038bf4";
287
+ blue2: "#b7d6f5";
288
+ blue3: "#dbe6ff";
289
+ blue4: "#33b4ff";
290
+ blue5: "#30a2e6";
291
+ orange1: "#ff7200";
292
+ orange1Darker: "#cc5b00";
293
+ purple1: "#7357e8";
294
+ green1: "#3ec234";
295
+ green1Darker: "#38af2f";
296
+ pink1: "#ff388f";
297
+ red1: "#ea2700";
298
+ yellow1: "#ffde9d";
299
+ yellow2: "#e4a429";
300
+ yellow3: "#fff5db";
301
+ pinky1: "#f5c0b7";
302
+ pinky2: "#e07b67";
303
+ pinky3: "#ffe1db";
304
+ grey1: "#737373";
305
+ focusColor: "#dcaf00";
306
+ scrollbarsThumb: "#737373";
307
+ scrollbarsBg: "transparent";
308
+ tableStripedBg: "#fafafa";
309
+ toolButtonText: "#666e80";
310
310
  };
311
311
  }, import("@stitches/react/types/config").DefaultThemeMap, {
312
312
  mx: (value: string | number) => {
@@ -332,64 +332,64 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
332
332
  }>>;
333
333
  declare const Icon: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
334
334
  colors: {
335
- background: string;
336
- mainColor: string;
337
- mainColorAlt: string;
338
- activeBg: string;
339
- inactiveBg: string;
340
- inactiveDarkBg: string;
341
- toggleHandleBg: string;
342
- toggleHandleBorder: string;
343
- toggleBgDisabled: string;
344
- toggleHandleBorderDisabled: string;
345
- toggleHandleBgDisabled: string;
346
- icon: string;
347
- border: string;
348
- buttonBorder: string;
349
- headerBorder: string;
350
- headerBg: string;
351
- headerText: string;
352
- text: string;
353
- sub: string;
354
- popText: string;
355
- toolbarBorder: string;
356
- toolbarBg: string;
357
- modalBg: string;
358
- modalButtonBg: string;
359
- modalButtonBorder: string;
360
- inputDisabledBg: string;
361
- inputDisabledText: string;
362
- choiceBg: string;
363
- choiceText: string;
364
- choiceActiveBg: string;
365
- choiceActiveText: string;
366
- choiceBorder: string;
367
- selectorText: string;
368
- selectorActive: string;
369
- blue1: string;
370
- blue2: string;
371
- blue3: string;
372
- blue4: string;
373
- blue5: string;
374
- orange1: string;
375
- orange1Darker: string;
376
- purple1: string;
377
- green1: string;
378
- green1Darker: string;
379
- pink1: string;
380
- red1: string;
381
- yellow1: string;
382
- yellow2: string;
383
- yellow3: string;
384
- pinky1: string;
385
- pinky2: string;
386
- pinky3: string;
387
- grey1: string;
388
- focusColor: string;
389
- scrollbarsThumb: string;
390
- scrollbarsBg: string;
391
- tableStripedBg: string;
392
- toolButtonText: string;
335
+ background: "white";
336
+ mainColor: "#008ad2";
337
+ mainColorAlt: "#006AA9";
338
+ activeBg: "#e7e7e7";
339
+ inactiveBg: "#d3d3de";
340
+ inactiveDarkBg: "#999";
341
+ toggleHandleBg: "#e0e0e0";
342
+ toggleHandleBorder: "#cdcdcd";
343
+ toggleBgDisabled: "#f0f0f0";
344
+ toggleHandleBorderDisabled: "#c29f7d";
345
+ toggleHandleBgDisabled: "#deae84";
346
+ icon: "#636363";
347
+ border: "#d5d5d5";
348
+ buttonBorder: "#bababa";
349
+ headerBorder: "#c8c8c9";
350
+ headerBg: "#efeff0";
351
+ headerText: "#484848";
352
+ text: "#323232";
353
+ sub: "#959595";
354
+ popText: "#666";
355
+ toolbarBorder: "#ababab";
356
+ toolbarBg: "#f8f8f8";
357
+ modalBg: "#f7f7f7";
358
+ modalButtonBg: "#f8f8f8";
359
+ modalButtonBorder: "#c2c2c2";
360
+ inputDisabledBg: "#f3f3f3";
361
+ inputDisabledText: "#959595";
362
+ choiceBg: "#ffffff";
363
+ choiceText: "#999999";
364
+ choiceActiveBg: "#f3f3f3";
365
+ choiceActiveText: "#313131";
366
+ choiceBorder: "#cfcfcf";
367
+ selectorText: "#606060";
368
+ selectorActive: "#008ad2";
369
+ blue1: "#038bf4";
370
+ blue2: "#b7d6f5";
371
+ blue3: "#dbe6ff";
372
+ blue4: "#33b4ff";
373
+ blue5: "#30a2e6";
374
+ orange1: "#ff7200";
375
+ orange1Darker: "#cc5b00";
376
+ purple1: "#7357e8";
377
+ green1: "#3ec234";
378
+ green1Darker: "#38af2f";
379
+ pink1: "#ff388f";
380
+ red1: "#ea2700";
381
+ yellow1: "#ffde9d";
382
+ yellow2: "#e4a429";
383
+ yellow3: "#fff5db";
384
+ pinky1: "#f5c0b7";
385
+ pinky2: "#e07b67";
386
+ pinky3: "#ffe1db";
387
+ grey1: "#737373";
388
+ focusColor: "#dcaf00";
389
+ scrollbarsThumb: "#737373";
390
+ scrollbarsBg: "transparent";
391
+ tableStripedBg: "#fafafa";
392
+ toolButtonText: "#666e80";
393
393
  };
394
394
  }, import("@stitches/react/types/config").DefaultThemeMap, {
395
395
  mx: (value: string | number) => {
@@ -415,64 +415,64 @@ declare const Icon: import("@stitches/react/types/styled-component").StyledCompo
415
415
  }>>;
416
416
  declare const FakeIcon: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
417
417
  colors: {
418
- background: string;
419
- mainColor: string;
420
- mainColorAlt: string;
421
- activeBg: string;
422
- inactiveBg: string;
423
- inactiveDarkBg: string;
424
- toggleHandleBg: string;
425
- toggleHandleBorder: string;
426
- toggleBgDisabled: string;
427
- toggleHandleBorderDisabled: string;
428
- toggleHandleBgDisabled: string;
429
- icon: string;
430
- border: string;
431
- buttonBorder: string;
432
- headerBorder: string;
433
- headerBg: string;
434
- headerText: string;
435
- text: string;
436
- sub: string;
437
- popText: string;
438
- toolbarBorder: string;
439
- toolbarBg: string;
440
- modalBg: string;
441
- modalButtonBg: string;
442
- modalButtonBorder: string;
443
- inputDisabledBg: string;
444
- inputDisabledText: string;
445
- choiceBg: string;
446
- choiceText: string;
447
- choiceActiveBg: string;
448
- choiceActiveText: string;
449
- choiceBorder: string;
450
- selectorText: string;
451
- selectorActive: string;
452
- blue1: string;
453
- blue2: string;
454
- blue3: string;
455
- blue4: string;
456
- blue5: string;
457
- orange1: string;
458
- orange1Darker: string;
459
- purple1: string;
460
- green1: string;
461
- green1Darker: string;
462
- pink1: string;
463
- red1: string;
464
- yellow1: string;
465
- yellow2: string;
466
- yellow3: string;
467
- pinky1: string;
468
- pinky2: string;
469
- pinky3: string;
470
- grey1: string;
471
- focusColor: string;
472
- scrollbarsThumb: string;
473
- scrollbarsBg: string;
474
- tableStripedBg: string;
475
- toolButtonText: string;
418
+ background: "white";
419
+ mainColor: "#008ad2";
420
+ mainColorAlt: "#006AA9";
421
+ activeBg: "#e7e7e7";
422
+ inactiveBg: "#d3d3de";
423
+ inactiveDarkBg: "#999";
424
+ toggleHandleBg: "#e0e0e0";
425
+ toggleHandleBorder: "#cdcdcd";
426
+ toggleBgDisabled: "#f0f0f0";
427
+ toggleHandleBorderDisabled: "#c29f7d";
428
+ toggleHandleBgDisabled: "#deae84";
429
+ icon: "#636363";
430
+ border: "#d5d5d5";
431
+ buttonBorder: "#bababa";
432
+ headerBorder: "#c8c8c9";
433
+ headerBg: "#efeff0";
434
+ headerText: "#484848";
435
+ text: "#323232";
436
+ sub: "#959595";
437
+ popText: "#666";
438
+ toolbarBorder: "#ababab";
439
+ toolbarBg: "#f8f8f8";
440
+ modalBg: "#f7f7f7";
441
+ modalButtonBg: "#f8f8f8";
442
+ modalButtonBorder: "#c2c2c2";
443
+ inputDisabledBg: "#f3f3f3";
444
+ inputDisabledText: "#959595";
445
+ choiceBg: "#ffffff";
446
+ choiceText: "#999999";
447
+ choiceActiveBg: "#f3f3f3";
448
+ choiceActiveText: "#313131";
449
+ choiceBorder: "#cfcfcf";
450
+ selectorText: "#606060";
451
+ selectorActive: "#008ad2";
452
+ blue1: "#038bf4";
453
+ blue2: "#b7d6f5";
454
+ blue3: "#dbe6ff";
455
+ blue4: "#33b4ff";
456
+ blue5: "#30a2e6";
457
+ orange1: "#ff7200";
458
+ orange1Darker: "#cc5b00";
459
+ purple1: "#7357e8";
460
+ green1: "#3ec234";
461
+ green1Darker: "#38af2f";
462
+ pink1: "#ff388f";
463
+ red1: "#ea2700";
464
+ yellow1: "#ffde9d";
465
+ yellow2: "#e4a429";
466
+ yellow3: "#fff5db";
467
+ pinky1: "#f5c0b7";
468
+ pinky2: "#e07b67";
469
+ pinky3: "#ffe1db";
470
+ grey1: "#737373";
471
+ focusColor: "#dcaf00";
472
+ scrollbarsThumb: "#737373";
473
+ scrollbarsBg: "transparent";
474
+ tableStripedBg: "#fafafa";
475
+ toolButtonText: "#666e80";
476
476
  };
477
477
  }, import("@stitches/react/types/config").DefaultThemeMap, {
478
478
  mx: (value: string | number) => {