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
@@ -4,64 +4,64 @@ declare const OverlayStyled: import("@stitches/react/types/styled-component").St
4
4
  isClosing?: 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) => {
@@ -87,64 +87,64 @@ declare const OverlayStyled: import("@stitches/react/types/styled-component").St
87
87
  }>>;
88
88
  declare const RemovePadding: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
89
89
  colors: {
90
- background: string;
91
- mainColor: string;
92
- mainColorAlt: string;
93
- activeBg: string;
94
- inactiveBg: string;
95
- inactiveDarkBg: string;
96
- toggleHandleBg: string;
97
- toggleHandleBorder: string;
98
- toggleBgDisabled: string;
99
- toggleHandleBorderDisabled: string;
100
- toggleHandleBgDisabled: string;
101
- icon: string;
102
- border: string;
103
- buttonBorder: string;
104
- headerBorder: string;
105
- headerBg: string;
106
- headerText: string;
107
- text: string;
108
- sub: string;
109
- popText: string;
110
- toolbarBorder: string;
111
- toolbarBg: string;
112
- modalBg: string;
113
- modalButtonBg: string;
114
- modalButtonBorder: string;
115
- inputDisabledBg: string;
116
- inputDisabledText: string;
117
- choiceBg: string;
118
- choiceText: string;
119
- choiceActiveBg: string;
120
- choiceActiveText: string;
121
- choiceBorder: string;
122
- selectorText: string;
123
- selectorActive: string;
124
- blue1: string;
125
- blue2: string;
126
- blue3: string;
127
- blue4: string;
128
- blue5: string;
129
- orange1: string;
130
- orange1Darker: string;
131
- purple1: string;
132
- green1: string;
133
- green1Darker: string;
134
- pink1: string;
135
- red1: string;
136
- yellow1: string;
137
- yellow2: string;
138
- yellow3: string;
139
- pinky1: string;
140
- pinky2: string;
141
- pinky3: string;
142
- grey1: string;
143
- focusColor: string;
144
- scrollbarsThumb: string;
145
- scrollbarsBg: string;
146
- tableStripedBg: string;
147
- toolButtonText: string;
90
+ background: "white";
91
+ mainColor: "#008ad2";
92
+ mainColorAlt: "#006AA9";
93
+ activeBg: "#e7e7e7";
94
+ inactiveBg: "#d3d3de";
95
+ inactiveDarkBg: "#999";
96
+ toggleHandleBg: "#e0e0e0";
97
+ toggleHandleBorder: "#cdcdcd";
98
+ toggleBgDisabled: "#f0f0f0";
99
+ toggleHandleBorderDisabled: "#c29f7d";
100
+ toggleHandleBgDisabled: "#deae84";
101
+ icon: "#636363";
102
+ border: "#d5d5d5";
103
+ buttonBorder: "#bababa";
104
+ headerBorder: "#c8c8c9";
105
+ headerBg: "#efeff0";
106
+ headerText: "#484848";
107
+ text: "#323232";
108
+ sub: "#959595";
109
+ popText: "#666";
110
+ toolbarBorder: "#ababab";
111
+ toolbarBg: "#f8f8f8";
112
+ modalBg: "#f7f7f7";
113
+ modalButtonBg: "#f8f8f8";
114
+ modalButtonBorder: "#c2c2c2";
115
+ inputDisabledBg: "#f3f3f3";
116
+ inputDisabledText: "#959595";
117
+ choiceBg: "#ffffff";
118
+ choiceText: "#999999";
119
+ choiceActiveBg: "#f3f3f3";
120
+ choiceActiveText: "#313131";
121
+ choiceBorder: "#cfcfcf";
122
+ selectorText: "#606060";
123
+ selectorActive: "#008ad2";
124
+ blue1: "#038bf4";
125
+ blue2: "#b7d6f5";
126
+ blue3: "#dbe6ff";
127
+ blue4: "#33b4ff";
128
+ blue5: "#30a2e6";
129
+ orange1: "#ff7200";
130
+ orange1Darker: "#cc5b00";
131
+ purple1: "#7357e8";
132
+ green1: "#3ec234";
133
+ green1Darker: "#38af2f";
134
+ pink1: "#ff388f";
135
+ red1: "#ea2700";
136
+ yellow1: "#ffde9d";
137
+ yellow2: "#e4a429";
138
+ yellow3: "#fff5db";
139
+ pinky1: "#f5c0b7";
140
+ pinky2: "#e07b67";
141
+ pinky3: "#ffe1db";
142
+ grey1: "#737373";
143
+ focusColor: "#dcaf00";
144
+ scrollbarsThumb: "#737373";
145
+ scrollbarsBg: "transparent";
146
+ tableStripedBg: "#fafafa";
147
+ toolButtonText: "#666e80";
148
148
  };
149
149
  }, import("@stitches/react/types/config").DefaultThemeMap, {
150
150
  mx: (value: string | number) => {
@@ -173,64 +173,64 @@ declare const ContainerStyled: import("@stitches/react/types/styled-component").
173
173
  isClosing?: boolean | "true";
174
174
  }, {}, import("@stitches/react/types/css-util").CSS<{}, {
175
175
  colors: {
176
- background: string;
177
- mainColor: string;
178
- mainColorAlt: string;
179
- activeBg: string;
180
- inactiveBg: string;
181
- inactiveDarkBg: string;
182
- toggleHandleBg: string;
183
- toggleHandleBorder: string;
184
- toggleBgDisabled: string;
185
- toggleHandleBorderDisabled: string;
186
- toggleHandleBgDisabled: string;
187
- icon: string;
188
- border: string;
189
- buttonBorder: string;
190
- headerBorder: string;
191
- headerBg: string;
192
- headerText: string;
193
- text: string;
194
- sub: string;
195
- popText: string;
196
- toolbarBorder: string;
197
- toolbarBg: string;
198
- modalBg: string;
199
- modalButtonBg: string;
200
- modalButtonBorder: string;
201
- inputDisabledBg: string;
202
- inputDisabledText: string;
203
- choiceBg: string;
204
- choiceText: string;
205
- choiceActiveBg: string;
206
- choiceActiveText: string;
207
- choiceBorder: string;
208
- selectorText: string;
209
- selectorActive: string;
210
- blue1: string;
211
- blue2: string;
212
- blue3: string;
213
- blue4: string;
214
- blue5: string;
215
- orange1: string;
216
- orange1Darker: string;
217
- purple1: string;
218
- green1: string;
219
- green1Darker: string;
220
- pink1: string;
221
- red1: string;
222
- yellow1: string;
223
- yellow2: string;
224
- yellow3: string;
225
- pinky1: string;
226
- pinky2: string;
227
- pinky3: string;
228
- grey1: string;
229
- focusColor: string;
230
- scrollbarsThumb: string;
231
- scrollbarsBg: string;
232
- tableStripedBg: string;
233
- toolButtonText: string;
176
+ background: "white";
177
+ mainColor: "#008ad2";
178
+ mainColorAlt: "#006AA9";
179
+ activeBg: "#e7e7e7";
180
+ inactiveBg: "#d3d3de";
181
+ inactiveDarkBg: "#999";
182
+ toggleHandleBg: "#e0e0e0";
183
+ toggleHandleBorder: "#cdcdcd";
184
+ toggleBgDisabled: "#f0f0f0";
185
+ toggleHandleBorderDisabled: "#c29f7d";
186
+ toggleHandleBgDisabled: "#deae84";
187
+ icon: "#636363";
188
+ border: "#d5d5d5";
189
+ buttonBorder: "#bababa";
190
+ headerBorder: "#c8c8c9";
191
+ headerBg: "#efeff0";
192
+ headerText: "#484848";
193
+ text: "#323232";
194
+ sub: "#959595";
195
+ popText: "#666";
196
+ toolbarBorder: "#ababab";
197
+ toolbarBg: "#f8f8f8";
198
+ modalBg: "#f7f7f7";
199
+ modalButtonBg: "#f8f8f8";
200
+ modalButtonBorder: "#c2c2c2";
201
+ inputDisabledBg: "#f3f3f3";
202
+ inputDisabledText: "#959595";
203
+ choiceBg: "#ffffff";
204
+ choiceText: "#999999";
205
+ choiceActiveBg: "#f3f3f3";
206
+ choiceActiveText: "#313131";
207
+ choiceBorder: "#cfcfcf";
208
+ selectorText: "#606060";
209
+ selectorActive: "#008ad2";
210
+ blue1: "#038bf4";
211
+ blue2: "#b7d6f5";
212
+ blue3: "#dbe6ff";
213
+ blue4: "#33b4ff";
214
+ blue5: "#30a2e6";
215
+ orange1: "#ff7200";
216
+ orange1Darker: "#cc5b00";
217
+ purple1: "#7357e8";
218
+ green1: "#3ec234";
219
+ green1Darker: "#38af2f";
220
+ pink1: "#ff388f";
221
+ red1: "#ea2700";
222
+ yellow1: "#ffde9d";
223
+ yellow2: "#e4a429";
224
+ yellow3: "#fff5db";
225
+ pinky1: "#f5c0b7";
226
+ pinky2: "#e07b67";
227
+ pinky3: "#ffe1db";
228
+ grey1: "#737373";
229
+ focusColor: "#dcaf00";
230
+ scrollbarsThumb: "#737373";
231
+ scrollbarsBg: "transparent";
232
+ tableStripedBg: "#fafafa";
233
+ toolButtonText: "#666e80";
234
234
  };
235
235
  }, import("@stitches/react/types/config").DefaultThemeMap, {
236
236
  mx: (value: string | number) => {
@@ -256,64 +256,64 @@ declare const ContainerStyled: import("@stitches/react/types/styled-component").
256
256
  }>>;
257
257
  declare const TitleStyled: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
258
258
  colors: {
259
- background: string;
260
- mainColor: string;
261
- mainColorAlt: string;
262
- activeBg: string;
263
- inactiveBg: string;
264
- inactiveDarkBg: string;
265
- toggleHandleBg: string;
266
- toggleHandleBorder: string;
267
- toggleBgDisabled: string;
268
- toggleHandleBorderDisabled: string;
269
- toggleHandleBgDisabled: string;
270
- icon: string;
271
- border: string;
272
- buttonBorder: string;
273
- headerBorder: string;
274
- headerBg: string;
275
- headerText: string;
276
- text: string;
277
- sub: string;
278
- popText: string;
279
- toolbarBorder: string;
280
- toolbarBg: string;
281
- modalBg: string;
282
- modalButtonBg: string;
283
- modalButtonBorder: string;
284
- inputDisabledBg: string;
285
- inputDisabledText: string;
286
- choiceBg: string;
287
- choiceText: string;
288
- choiceActiveBg: string;
289
- choiceActiveText: string;
290
- choiceBorder: string;
291
- selectorText: string;
292
- selectorActive: string;
293
- blue1: string;
294
- blue2: string;
295
- blue3: string;
296
- blue4: string;
297
- blue5: string;
298
- orange1: string;
299
- orange1Darker: string;
300
- purple1: string;
301
- green1: string;
302
- green1Darker: string;
303
- pink1: string;
304
- red1: string;
305
- yellow1: string;
306
- yellow2: string;
307
- yellow3: string;
308
- pinky1: string;
309
- pinky2: string;
310
- pinky3: string;
311
- grey1: string;
312
- focusColor: string;
313
- scrollbarsThumb: string;
314
- scrollbarsBg: string;
315
- tableStripedBg: string;
316
- toolButtonText: string;
259
+ background: "white";
260
+ mainColor: "#008ad2";
261
+ mainColorAlt: "#006AA9";
262
+ activeBg: "#e7e7e7";
263
+ inactiveBg: "#d3d3de";
264
+ inactiveDarkBg: "#999";
265
+ toggleHandleBg: "#e0e0e0";
266
+ toggleHandleBorder: "#cdcdcd";
267
+ toggleBgDisabled: "#f0f0f0";
268
+ toggleHandleBorderDisabled: "#c29f7d";
269
+ toggleHandleBgDisabled: "#deae84";
270
+ icon: "#636363";
271
+ border: "#d5d5d5";
272
+ buttonBorder: "#bababa";
273
+ headerBorder: "#c8c8c9";
274
+ headerBg: "#efeff0";
275
+ headerText: "#484848";
276
+ text: "#323232";
277
+ sub: "#959595";
278
+ popText: "#666";
279
+ toolbarBorder: "#ababab";
280
+ toolbarBg: "#f8f8f8";
281
+ modalBg: "#f7f7f7";
282
+ modalButtonBg: "#f8f8f8";
283
+ modalButtonBorder: "#c2c2c2";
284
+ inputDisabledBg: "#f3f3f3";
285
+ inputDisabledText: "#959595";
286
+ choiceBg: "#ffffff";
287
+ choiceText: "#999999";
288
+ choiceActiveBg: "#f3f3f3";
289
+ choiceActiveText: "#313131";
290
+ choiceBorder: "#cfcfcf";
291
+ selectorText: "#606060";
292
+ selectorActive: "#008ad2";
293
+ blue1: "#038bf4";
294
+ blue2: "#b7d6f5";
295
+ blue3: "#dbe6ff";
296
+ blue4: "#33b4ff";
297
+ blue5: "#30a2e6";
298
+ orange1: "#ff7200";
299
+ orange1Darker: "#cc5b00";
300
+ purple1: "#7357e8";
301
+ green1: "#3ec234";
302
+ green1Darker: "#38af2f";
303
+ pink1: "#ff388f";
304
+ red1: "#ea2700";
305
+ yellow1: "#ffde9d";
306
+ yellow2: "#e4a429";
307
+ yellow3: "#fff5db";
308
+ pinky1: "#f5c0b7";
309
+ pinky2: "#e07b67";
310
+ pinky3: "#ffe1db";
311
+ grey1: "#737373";
312
+ focusColor: "#dcaf00";
313
+ scrollbarsThumb: "#737373";
314
+ scrollbarsBg: "transparent";
315
+ tableStripedBg: "#fafafa";
316
+ toolButtonText: "#666e80";
317
317
  };
318
318
  }, import("@stitches/react/types/config").DefaultThemeMap, {
319
319
  mx: (value: string | number) => {