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
@@ -9,64 +9,64 @@ declare const StyledList: import("@stitches/react/types/styled-component").Style
9
9
  inset?: boolean | "true";
10
10
  }, {}, import("@stitches/react/types/css-util").CSS<{}, {
11
11
  colors: {
12
- background: string;
13
- mainColor: string;
14
- mainColorAlt: string;
15
- activeBg: string;
16
- inactiveBg: string;
17
- inactiveDarkBg: string;
18
- toggleHandleBg: string;
19
- toggleHandleBorder: string;
20
- toggleBgDisabled: string;
21
- toggleHandleBorderDisabled: string;
22
- toggleHandleBgDisabled: string;
23
- icon: string;
24
- border: string;
25
- buttonBorder: string;
26
- headerBorder: string;
27
- headerBg: string;
28
- headerText: string;
29
- text: string;
30
- sub: string;
31
- popText: string;
32
- toolbarBorder: string;
33
- toolbarBg: string;
34
- modalBg: string;
35
- modalButtonBg: string;
36
- modalButtonBorder: string;
37
- inputDisabledBg: string;
38
- inputDisabledText: string;
39
- choiceBg: string;
40
- choiceText: string;
41
- choiceActiveBg: string;
42
- choiceActiveText: string;
43
- choiceBorder: string;
44
- selectorText: string;
45
- selectorActive: string;
46
- blue1: string;
47
- blue2: string;
48
- blue3: string;
49
- blue4: string;
50
- blue5: string;
51
- orange1: string;
52
- orange1Darker: string;
53
- purple1: string;
54
- green1: string;
55
- green1Darker: string;
56
- pink1: string;
57
- red1: string;
58
- yellow1: string;
59
- yellow2: string;
60
- yellow3: string;
61
- pinky1: string;
62
- pinky2: string;
63
- pinky3: string;
64
- grey1: string;
65
- focusColor: string;
66
- scrollbarsThumb: string;
67
- scrollbarsBg: string;
68
- tableStripedBg: string;
69
- toolButtonText: string;
12
+ background: "white";
13
+ mainColor: "#008ad2";
14
+ mainColorAlt: "#006AA9";
15
+ activeBg: "#e7e7e7";
16
+ inactiveBg: "#d3d3de";
17
+ inactiveDarkBg: "#999";
18
+ toggleHandleBg: "#e0e0e0";
19
+ toggleHandleBorder: "#cdcdcd";
20
+ toggleBgDisabled: "#f0f0f0";
21
+ toggleHandleBorderDisabled: "#c29f7d";
22
+ toggleHandleBgDisabled: "#deae84";
23
+ icon: "#636363";
24
+ border: "#d5d5d5";
25
+ buttonBorder: "#bababa";
26
+ headerBorder: "#c8c8c9";
27
+ headerBg: "#efeff0";
28
+ headerText: "#484848";
29
+ text: "#323232";
30
+ sub: "#959595";
31
+ popText: "#666";
32
+ toolbarBorder: "#ababab";
33
+ toolbarBg: "#f8f8f8";
34
+ modalBg: "#f7f7f7";
35
+ modalButtonBg: "#f8f8f8";
36
+ modalButtonBorder: "#c2c2c2";
37
+ inputDisabledBg: "#f3f3f3";
38
+ inputDisabledText: "#959595";
39
+ choiceBg: "#ffffff";
40
+ choiceText: "#999999";
41
+ choiceActiveBg: "#f3f3f3";
42
+ choiceActiveText: "#313131";
43
+ choiceBorder: "#cfcfcf";
44
+ selectorText: "#606060";
45
+ selectorActive: "#008ad2";
46
+ blue1: "#038bf4";
47
+ blue2: "#b7d6f5";
48
+ blue3: "#dbe6ff";
49
+ blue4: "#33b4ff";
50
+ blue5: "#30a2e6";
51
+ orange1: "#ff7200";
52
+ orange1Darker: "#cc5b00";
53
+ purple1: "#7357e8";
54
+ green1: "#3ec234";
55
+ green1Darker: "#38af2f";
56
+ pink1: "#ff388f";
57
+ red1: "#ea2700";
58
+ yellow1: "#ffde9d";
59
+ yellow2: "#e4a429";
60
+ yellow3: "#fff5db";
61
+ pinky1: "#f5c0b7";
62
+ pinky2: "#e07b67";
63
+ pinky3: "#ffe1db";
64
+ grey1: "#737373";
65
+ focusColor: "#dcaf00";
66
+ scrollbarsThumb: "#737373";
67
+ scrollbarsBg: "transparent";
68
+ tableStripedBg: "#fafafa";
69
+ toolButtonText: "#666e80";
70
70
  };
71
71
  }, import("@stitches/react/types/config").DefaultThemeMap, {
72
72
  mx: (value: string | number) => {
@@ -1,63 +1,63 @@
1
1
  declare const Value: 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) => {
@@ -7,64 +7,64 @@ declare const SectionCmp: import("@stitches/react/types/styled-component").Style
7
7
  horizontal?: boolean | "true";
8
8
  }, {}, import("@stitches/react/types/css-util").CSS<{}, {
9
9
  colors: {
10
- background: string;
11
- mainColor: string;
12
- mainColorAlt: string;
13
- activeBg: string;
14
- inactiveBg: string;
15
- inactiveDarkBg: string;
16
- toggleHandleBg: string;
17
- toggleHandleBorder: string;
18
- toggleBgDisabled: string;
19
- toggleHandleBorderDisabled: string;
20
- toggleHandleBgDisabled: string;
21
- icon: string;
22
- border: string;
23
- buttonBorder: string;
24
- headerBorder: string;
25
- headerBg: string;
26
- headerText: string;
27
- text: string;
28
- sub: string;
29
- popText: string;
30
- toolbarBorder: string;
31
- toolbarBg: string;
32
- modalBg: string;
33
- modalButtonBg: string;
34
- modalButtonBorder: string;
35
- inputDisabledBg: string;
36
- inputDisabledText: string;
37
- choiceBg: string;
38
- choiceText: string;
39
- choiceActiveBg: string;
40
- choiceActiveText: string;
41
- choiceBorder: string;
42
- selectorText: string;
43
- selectorActive: string;
44
- blue1: string;
45
- blue2: string;
46
- blue3: string;
47
- blue4: string;
48
- blue5: string;
49
- orange1: string;
50
- orange1Darker: string;
51
- purple1: string;
52
- green1: string;
53
- green1Darker: string;
54
- pink1: string;
55
- red1: string;
56
- yellow1: string;
57
- yellow2: string;
58
- yellow3: string;
59
- pinky1: string;
60
- pinky2: string;
61
- pinky3: string;
62
- grey1: string;
63
- focusColor: string;
64
- scrollbarsThumb: string;
65
- scrollbarsBg: string;
66
- tableStripedBg: string;
67
- toolButtonText: string;
10
+ background: "white";
11
+ mainColor: "#008ad2";
12
+ mainColorAlt: "#006AA9";
13
+ activeBg: "#e7e7e7";
14
+ inactiveBg: "#d3d3de";
15
+ inactiveDarkBg: "#999";
16
+ toggleHandleBg: "#e0e0e0";
17
+ toggleHandleBorder: "#cdcdcd";
18
+ toggleBgDisabled: "#f0f0f0";
19
+ toggleHandleBorderDisabled: "#c29f7d";
20
+ toggleHandleBgDisabled: "#deae84";
21
+ icon: "#636363";
22
+ border: "#d5d5d5";
23
+ buttonBorder: "#bababa";
24
+ headerBorder: "#c8c8c9";
25
+ headerBg: "#efeff0";
26
+ headerText: "#484848";
27
+ text: "#323232";
28
+ sub: "#959595";
29
+ popText: "#666";
30
+ toolbarBorder: "#ababab";
31
+ toolbarBg: "#f8f8f8";
32
+ modalBg: "#f7f7f7";
33
+ modalButtonBg: "#f8f8f8";
34
+ modalButtonBorder: "#c2c2c2";
35
+ inputDisabledBg: "#f3f3f3";
36
+ inputDisabledText: "#959595";
37
+ choiceBg: "#ffffff";
38
+ choiceText: "#999999";
39
+ choiceActiveBg: "#f3f3f3";
40
+ choiceActiveText: "#313131";
41
+ choiceBorder: "#cfcfcf";
42
+ selectorText: "#606060";
43
+ selectorActive: "#008ad2";
44
+ blue1: "#038bf4";
45
+ blue2: "#b7d6f5";
46
+ blue3: "#dbe6ff";
47
+ blue4: "#33b4ff";
48
+ blue5: "#30a2e6";
49
+ orange1: "#ff7200";
50
+ orange1Darker: "#cc5b00";
51
+ purple1: "#7357e8";
52
+ green1: "#3ec234";
53
+ green1Darker: "#38af2f";
54
+ pink1: "#ff388f";
55
+ red1: "#ea2700";
56
+ yellow1: "#ffde9d";
57
+ yellow2: "#e4a429";
58
+ yellow3: "#fff5db";
59
+ pinky1: "#f5c0b7";
60
+ pinky2: "#e07b67";
61
+ pinky3: "#ffe1db";
62
+ grey1: "#737373";
63
+ focusColor: "#dcaf00";
64
+ scrollbarsThumb: "#737373";
65
+ scrollbarsBg: "transparent";
66
+ tableStripedBg: "#fafafa";
67
+ toolButtonText: "#666e80";
68
68
  };
69
69
  }, import("@stitches/react/types/config").DefaultThemeMap, {
70
70
  mx: (value: string | number) => {
@@ -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) => {