react-miui 0.30.2 → 0.32.0

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 (373) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/components/form/Checkbox.styled.d.ts +6 -0
  3. package/dist/components/form/Checkbox.styled.d.ts.map +1 -1
  4. package/dist/components/form/ColorPicker.styled.d.ts +4 -0
  5. package/dist/components/form/ColorPicker.styled.d.ts.map +1 -1
  6. package/dist/components/form/Label.d.ts +2 -0
  7. package/dist/components/form/Label.d.ts.map +1 -1
  8. package/dist/components/form/Label.styled.d.ts +4 -0
  9. package/dist/components/form/Label.styled.d.ts.map +1 -1
  10. package/dist/components/form/Select.styled.d.ts +2 -0
  11. package/dist/components/form/Select.styled.d.ts.map +1 -1
  12. package/dist/components/form/Select.styled.js +1 -1
  13. package/dist/components/form/Select.styled.js.map +1 -1
  14. package/dist/components/form/Toggle.d.ts +2 -0
  15. package/dist/components/form/Toggle.d.ts.map +1 -1
  16. package/dist/components/form/Toggle.styled.d.ts +4 -0
  17. package/dist/components/form/Toggle.styled.d.ts.map +1 -1
  18. package/dist/components/form/choice/Choice.styled.d.ts +2 -0
  19. package/dist/components/form/choice/Choice.styled.d.ts.map +1 -1
  20. package/dist/components/form/choice/ChoiceItem.styled.d.ts +2 -0
  21. package/dist/components/form/choice/ChoiceItem.styled.d.ts.map +1 -1
  22. package/dist/components/form/input/Input.css.d.ts +1 -1
  23. package/dist/components/form/input/Input.css.js +1 -1
  24. package/dist/components/form/input/Input.css.js.map +1 -1
  25. package/dist/components/form/input/Input.styled.d.ts +8 -0
  26. package/dist/components/form/input/Input.styled.d.ts.map +1 -1
  27. package/dist/components/form/textarea/TextArea.styled.d.ts +2 -0
  28. package/dist/components/form/textarea/TextArea.styled.d.ts.map +1 -1
  29. package/dist/components/layout/card/Card.styled.d.ts +2 -0
  30. package/dist/components/layout/card/Card.styled.d.ts.map +1 -1
  31. package/dist/components/layout/header/Header.styled.d.ts +8 -0
  32. package/dist/components/layout/header/Header.styled.d.ts.map +1 -1
  33. package/dist/components/layout/header/HeaderIconAction.styled.d.ts +6 -0
  34. package/dist/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  35. package/dist/components/layout/header/StickyHeader.d.ts +2 -0
  36. package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
  37. package/dist/components/layout/header/StickyHeader.styled.d.ts +4 -0
  38. package/dist/components/layout/header/StickyHeader.styled.d.ts.map +1 -1
  39. package/dist/components/layout/list/Header.d.ts +4 -0
  40. package/dist/components/layout/list/Header.d.ts.map +1 -1
  41. package/dist/components/layout/list/Item.styled.d.ts +8 -0
  42. package/dist/components/layout/list/Item.styled.d.ts.map +1 -1
  43. package/dist/components/layout/list/Label.d.ts +2 -0
  44. package/dist/components/layout/list/Label.d.ts.map +1 -1
  45. package/dist/components/layout/list/List.d.ts +2 -0
  46. package/dist/components/layout/list/List.d.ts.map +1 -1
  47. package/dist/components/layout/list/Value.d.ts +2 -0
  48. package/dist/components/layout/list/Value.d.ts.map +1 -1
  49. package/dist/components/layout/section/SearchContainer.d.ts +2 -0
  50. package/dist/components/layout/section/SearchContainer.d.ts.map +1 -1
  51. package/dist/components/layout/section/Section.d.ts +4 -0
  52. package/dist/components/layout/section/Section.d.ts.map +1 -1
  53. package/dist/components/layout/section/SectionContainer.d.ts +2 -0
  54. package/dist/components/layout/section/SectionContainer.d.ts.map +1 -1
  55. package/dist/components/layout/table/Table.styled.d.ts +2 -0
  56. package/dist/components/layout/table/Table.styled.d.ts.map +1 -1
  57. package/dist/components/native/index.d.ts +2 -0
  58. package/dist/components/native/index.d.ts.map +1 -1
  59. package/dist/components/ui/action/Action.styled.d.ts +8 -0
  60. package/dist/components/ui/action/Action.styled.d.ts.map +1 -1
  61. package/dist/components/ui/action/Action.styled.js +2 -2
  62. package/dist/components/ui/action/Action.styled.js.map +1 -1
  63. package/dist/components/ui/action/EqualActions.styled.d.ts +2 -0
  64. package/dist/components/ui/action/EqualActions.styled.d.ts.map +1 -1
  65. package/dist/components/ui/button/Button.styled.d.ts +2 -0
  66. package/dist/components/ui/button/Button.styled.d.ts.map +1 -1
  67. package/dist/components/ui/button/Button.styled.js +2 -2
  68. package/dist/components/ui/button/Button.styled.js.map +1 -1
  69. package/dist/components/ui/directionPad/Button.styled.d.ts +4 -0
  70. package/dist/components/ui/directionPad/Button.styled.d.ts.map +1 -1
  71. package/dist/components/ui/directionPad/Button.styled.js +1 -1
  72. package/dist/components/ui/directionPad/Button.styled.js.map +1 -1
  73. package/dist/components/ui/directionPad/Middle.styled.d.ts +2 -0
  74. package/dist/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
  75. package/dist/components/ui/directionPad/Pad.styled.d.ts +4 -0
  76. package/dist/components/ui/directionPad/Pad.styled.d.ts.map +1 -1
  77. package/dist/components/ui/directionPad/Pad.styled.js +1 -1
  78. package/dist/components/ui/directionPad/Pad.styled.js.map +1 -1
  79. package/dist/components/ui/drawer/Drawer.styled.d.ts +4 -0
  80. package/dist/components/ui/drawer/Drawer.styled.d.ts.map +1 -1
  81. package/dist/components/ui/drawer/Drawer.styled.js +1 -1
  82. package/dist/components/ui/drawer/Drawer.styled.js.map +1 -1
  83. package/dist/components/ui/keyValue/KeyValue.styled.d.ts +12 -0
  84. package/dist/components/ui/keyValue/KeyValue.styled.d.ts.map +1 -1
  85. package/dist/components/ui/keyValue/KeyValue.styled.js +1 -1
  86. package/dist/components/ui/keyValue/KeyValue.styled.js.map +1 -1
  87. package/dist/components/ui/line/Line.d.ts +2 -0
  88. package/dist/components/ui/line/Line.d.ts.map +1 -1
  89. package/dist/components/ui/loader/PopLoader.d.ts.map +1 -1
  90. package/dist/components/ui/loader/PopLoader.js +1 -1
  91. package/dist/components/ui/loader/PopLoader.js.map +1 -1
  92. package/dist/components/ui/message/Message.styled.d.ts +2 -0
  93. package/dist/components/ui/message/Message.styled.d.ts.map +1 -1
  94. package/dist/components/ui/modal/Modal.styled.d.ts +8 -0
  95. package/dist/components/ui/modal/Modal.styled.d.ts.map +1 -1
  96. package/dist/components/ui/modal/Modal.styled.js +3 -3
  97. package/dist/components/ui/modal/Modal.styled.js.map +1 -1
  98. package/dist/components/ui/modal/ModalButtons.styled.d.ts +4 -0
  99. package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  100. package/dist/components/ui/pop/Pop.styled.d.ts +12 -0
  101. package/dist/components/ui/pop/Pop.styled.d.ts.map +1 -1
  102. package/dist/components/ui/pop/Pop.styled.js +2 -2
  103. package/dist/components/ui/pop/Pop.styled.js.map +1 -1
  104. package/dist/components/ui/progress/Progress.styled.d.ts +6 -0
  105. package/dist/components/ui/progress/Progress.styled.d.ts.map +1 -1
  106. package/dist/components/ui/stats/Stats.styled.d.ts +10 -0
  107. package/dist/components/ui/stats/Stats.styled.d.ts.map +1 -1
  108. package/dist/components/ui/toaster/Toaster.styled.d.ts +2 -0
  109. package/dist/components/ui/toaster/Toaster.styled.d.ts.map +1 -1
  110. package/dist/components/ui/toolButton/ToolButton.styled.d.ts +2 -0
  111. package/dist/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
  112. package/dist/components/utils/Gap.d.ts +2 -0
  113. package/dist/components/utils/Gap.d.ts.map +1 -1
  114. package/dist/components/utils/Spacer.d.ts +2 -0
  115. package/dist/components/utils/Spacer.d.ts.map +1 -1
  116. package/dist/theme.d.ts +89 -2
  117. package/dist/theme.d.ts.map +1 -1
  118. package/dist/theme.js +68 -1
  119. package/dist/theme.js.map +1 -1
  120. package/docs/assets/navigation.js +1 -1
  121. package/docs/assets/search.js +1 -1
  122. package/docs/classes/index.Pop.html +7 -7
  123. package/docs/classes/index.ToasterProvider.html +4 -4
  124. package/docs/documents/Test.html +2 -2
  125. package/docs/enums/index.ICON.html +2 -2
  126. package/docs/functions/index.Action.html +3 -3
  127. package/docs/functions/index.Button.html +4 -4
  128. package/docs/functions/index.Card.html +3 -3
  129. package/docs/functions/index.Checkbox.html +3 -3
  130. package/docs/functions/index.Choice.html +2 -2
  131. package/docs/functions/index.ColorPicker.html +3 -3
  132. package/docs/functions/index.CoveringLoader.html +3 -3
  133. package/docs/functions/index.DirectionPad.html +2 -2
  134. package/docs/functions/index.Drawer.html +2 -2
  135. package/docs/functions/index.EqualActions.html +2 -2
  136. package/docs/functions/index.FullLoader.html +3 -3
  137. package/docs/functions/index.Gap.html +3 -3
  138. package/docs/functions/index.HandleEsc.html +3 -3
  139. package/docs/functions/index.Header.html +3 -3
  140. package/docs/functions/index.HeaderIconAction.html +3 -3
  141. package/docs/functions/index.Icon-1.html +3 -3
  142. package/docs/functions/index.If.html +3 -3
  143. package/docs/functions/index.Input.html +1 -1
  144. package/docs/functions/index.KeyValue.html +2 -2
  145. package/docs/functions/index.Label.html +3 -3
  146. package/docs/functions/index.Line.html +4 -4
  147. package/docs/functions/index.List.html +6 -6
  148. package/docs/functions/index.Loader.html +3 -3
  149. package/docs/functions/index.Loading.html +3 -3
  150. package/docs/functions/index.Message.html +3 -3
  151. package/docs/functions/index.Modal.html +3 -3
  152. package/docs/functions/index.ModalButtons.html +3 -3
  153. package/docs/functions/index.PopLoader.html +3 -3
  154. package/docs/functions/index.PopOption.html +3 -3
  155. package/docs/functions/index.Progress.html +2 -2
  156. package/docs/functions/index.SearchContainer.html +3 -3
  157. package/docs/functions/index.Section.html +4 -4
  158. package/docs/functions/index.Select.html +3 -3
  159. package/docs/functions/index.Selector.html +2 -2
  160. package/docs/functions/index.Spacer.html +3 -3
  161. package/docs/functions/index.Stats.html +2 -2
  162. package/docs/functions/index.StickyHeader.html +4 -4
  163. package/docs/functions/index.Table.html +3 -3
  164. package/docs/functions/index.TextArea.html +2 -2
  165. package/docs/functions/index.Toggle.html +4 -4
  166. package/docs/functions/index.ToolButton.html +4 -4
  167. package/docs/functions/index.borderPxToRem.html +1 -1
  168. package/docs/functions/index.createTheme.html +1 -1
  169. package/docs/functions/index.css.html +1 -1
  170. package/docs/functions/index.dimensionsPxToRem.html +1 -1
  171. package/docs/functions/index.fontPxToRem.html +1 -1
  172. package/docs/functions/index.getCssText.html +1 -1
  173. package/docs/functions/index.globalCss.html +2 -2
  174. package/docs/functions/index.injectGlobalStyles.html +1 -1
  175. package/docs/functions/index.keyframes.html +1 -1
  176. package/docs/functions/index.pxToRem.html +1 -1
  177. package/docs/functions/index.styled.html +1 -1
  178. package/docs/functions/index.useToaster.html +1 -1
  179. package/docs/index.html +2 -2
  180. package/docs/interfaces/index.IconProps.html +2 -2
  181. package/docs/interfaces/index.InputCustomProps.html +2 -2
  182. package/docs/interfaces/index.LoaderProps.html +5 -5
  183. package/docs/interfaces/index.StickyHeaderProps.html +4 -4
  184. package/docs/modules/index.html +1 -1
  185. package/docs/modules.html +1 -1
  186. package/docs/types/index.ActionProps.html +1 -1
  187. package/docs/types/index.CardProps.html +1 -1
  188. package/docs/types/index.CheckboxProps.html +2 -2
  189. package/docs/types/index.ChoiceProps.html +1 -1
  190. package/docs/types/index.ColorPickerProps.html +1 -1
  191. package/docs/types/index.DirectionPadProps.html +1 -1
  192. package/docs/types/index.DrawerProps.html +1 -1
  193. package/docs/types/index.EqualActionsProps.html +1 -1
  194. package/docs/types/index.HeaderProps.html +1 -1
  195. package/docs/types/index.InputProps.html +1 -1
  196. package/docs/types/index.KeyValueProps.html +1 -1
  197. package/docs/types/index.LabelProps.html +1 -1
  198. package/docs/types/index.OverwriteProps.html +1 -1
  199. package/docs/types/index.ProgressProps.html +2 -2
  200. package/docs/types/index.SelectProps.html +1 -1
  201. package/docs/types/index.SelectorProps.html +1 -1
  202. package/docs/types/index.Stat.html +1 -1
  203. package/docs/types/index.StatsProps.html +1 -1
  204. package/docs/types/index.TextAreaProps.html +1 -1
  205. package/docs/types/index.ThemeCSS.html +1 -1
  206. package/docs/types/index.ToggleProps.html +2 -2
  207. package/docs/variables/index.CheckboxCheckmarkWrapperSelector.html +1 -1
  208. package/docs/variables/index.CheckboxTextLabelSelector.html +1 -1
  209. package/docs/variables/index.ChoiceItemSelector.html +1 -1
  210. package/docs/variables/index.ColorPickerColorDisplaySelector.html +1 -1
  211. package/docs/variables/index.DirectionPadButtonDotSelector.html +1 -1
  212. package/docs/variables/index.DirectionPadButtonSelector.html +1 -1
  213. package/docs/variables/index.DirectionPadLineSelector.html +1 -1
  214. package/docs/variables/index.DirectionPadMiddleSelector.html +1 -1
  215. package/docs/variables/index.DrawerContentSelector.html +1 -1
  216. package/docs/variables/index.HeaderAfterSelector.html +1 -1
  217. package/docs/variables/index.HeaderBeforeSelector.html +1 -1
  218. package/docs/variables/index.HeaderContentsSelector.html +1 -1
  219. package/docs/variables/index.KeyValueIconSelector.html +1 -1
  220. package/docs/variables/index.KeyValueItemSelector.html +1 -1
  221. package/docs/variables/index.KeyValueKeySelector.html +1 -1
  222. package/docs/variables/index.KeyValuePairSelector.html +1 -1
  223. package/docs/variables/index.KeyValueValueSelector.html +1 -1
  224. package/docs/variables/index.LabelTextSelector.html +1 -1
  225. package/docs/variables/index.ProgressBackgroundSelector.html +1 -1
  226. package/docs/variables/index.ProgressValueSelector.html +1 -1
  227. package/docs/variables/index.SelectorItemSelector.html +1 -1
  228. package/docs/variables/index.StatsItemSelector.html +1 -1
  229. package/docs/variables/index.StatsLabelSelector.html +1 -1
  230. package/docs/variables/index.StatsSeparatorSelector.html +1 -1
  231. package/docs/variables/index.StatsValueSelector.html +1 -1
  232. package/docs/variables/index.ToggleStyledToggleSelector.html +1 -1
  233. package/docs/variables/index.config.html +1 -1
  234. package/docs/variables/index.cssReset.html +2 -2
  235. package/docs/variables/index.darkTheme.html +1 -0
  236. package/docs/variables/index.miuiScrollbars.html +1 -1
  237. package/docs/variables/index.theme.html +1 -1
  238. package/esm/components/form/Checkbox.styled.d.ts +6 -0
  239. package/esm/components/form/Checkbox.styled.d.ts.map +1 -1
  240. package/esm/components/form/ColorPicker.styled.d.ts +4 -0
  241. package/esm/components/form/ColorPicker.styled.d.ts.map +1 -1
  242. package/esm/components/form/Label.d.ts +2 -0
  243. package/esm/components/form/Label.d.ts.map +1 -1
  244. package/esm/components/form/Label.styled.d.ts +4 -0
  245. package/esm/components/form/Label.styled.d.ts.map +1 -1
  246. package/esm/components/form/Select.styled.d.ts +2 -0
  247. package/esm/components/form/Select.styled.d.ts.map +1 -1
  248. package/esm/components/form/Select.styled.js +1 -1
  249. package/esm/components/form/Select.styled.js.map +1 -1
  250. package/esm/components/form/Toggle.d.ts +2 -0
  251. package/esm/components/form/Toggle.d.ts.map +1 -1
  252. package/esm/components/form/Toggle.styled.d.ts +4 -0
  253. package/esm/components/form/Toggle.styled.d.ts.map +1 -1
  254. package/esm/components/form/choice/Choice.styled.d.ts +2 -0
  255. package/esm/components/form/choice/Choice.styled.d.ts.map +1 -1
  256. package/esm/components/form/choice/ChoiceItem.styled.d.ts +2 -0
  257. package/esm/components/form/choice/ChoiceItem.styled.d.ts.map +1 -1
  258. package/esm/components/form/input/Input.css.d.ts +1 -1
  259. package/esm/components/form/input/Input.css.js +2 -2
  260. package/esm/components/form/input/Input.css.js.map +1 -1
  261. package/esm/components/form/input/Input.styled.d.ts +8 -0
  262. package/esm/components/form/input/Input.styled.d.ts.map +1 -1
  263. package/esm/components/form/textarea/TextArea.styled.d.ts +2 -0
  264. package/esm/components/form/textarea/TextArea.styled.d.ts.map +1 -1
  265. package/esm/components/layout/card/Card.styled.d.ts +2 -0
  266. package/esm/components/layout/card/Card.styled.d.ts.map +1 -1
  267. package/esm/components/layout/header/Header.styled.d.ts +8 -0
  268. package/esm/components/layout/header/Header.styled.d.ts.map +1 -1
  269. package/esm/components/layout/header/HeaderIconAction.styled.d.ts +6 -0
  270. package/esm/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  271. package/esm/components/layout/header/StickyHeader.d.ts +2 -0
  272. package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
  273. package/esm/components/layout/header/StickyHeader.styled.d.ts +4 -0
  274. package/esm/components/layout/header/StickyHeader.styled.d.ts.map +1 -1
  275. package/esm/components/layout/list/Header.d.ts +4 -0
  276. package/esm/components/layout/list/Header.d.ts.map +1 -1
  277. package/esm/components/layout/list/Item.styled.d.ts +8 -0
  278. package/esm/components/layout/list/Item.styled.d.ts.map +1 -1
  279. package/esm/components/layout/list/Label.d.ts +2 -0
  280. package/esm/components/layout/list/Label.d.ts.map +1 -1
  281. package/esm/components/layout/list/List.d.ts +2 -0
  282. package/esm/components/layout/list/List.d.ts.map +1 -1
  283. package/esm/components/layout/list/Value.d.ts +2 -0
  284. package/esm/components/layout/list/Value.d.ts.map +1 -1
  285. package/esm/components/layout/section/SearchContainer.d.ts +2 -0
  286. package/esm/components/layout/section/SearchContainer.d.ts.map +1 -1
  287. package/esm/components/layout/section/Section.d.ts +4 -0
  288. package/esm/components/layout/section/Section.d.ts.map +1 -1
  289. package/esm/components/layout/section/SectionContainer.d.ts +2 -0
  290. package/esm/components/layout/section/SectionContainer.d.ts.map +1 -1
  291. package/esm/components/layout/table/Table.styled.d.ts +2 -0
  292. package/esm/components/layout/table/Table.styled.d.ts.map +1 -1
  293. package/esm/components/native/index.d.ts +2 -0
  294. package/esm/components/native/index.d.ts.map +1 -1
  295. package/esm/components/ui/action/Action.styled.d.ts +8 -0
  296. package/esm/components/ui/action/Action.styled.d.ts.map +1 -1
  297. package/esm/components/ui/action/Action.styled.js +3 -3
  298. package/esm/components/ui/action/Action.styled.js.map +1 -1
  299. package/esm/components/ui/action/EqualActions.styled.d.ts +2 -0
  300. package/esm/components/ui/action/EqualActions.styled.d.ts.map +1 -1
  301. package/esm/components/ui/button/Button.styled.d.ts +2 -0
  302. package/esm/components/ui/button/Button.styled.d.ts.map +1 -1
  303. package/esm/components/ui/button/Button.styled.js +2 -2
  304. package/esm/components/ui/button/Button.styled.js.map +1 -1
  305. package/esm/components/ui/directionPad/Button.styled.d.ts +4 -0
  306. package/esm/components/ui/directionPad/Button.styled.d.ts.map +1 -1
  307. package/esm/components/ui/directionPad/Button.styled.js +1 -1
  308. package/esm/components/ui/directionPad/Button.styled.js.map +1 -1
  309. package/esm/components/ui/directionPad/Middle.styled.d.ts +2 -0
  310. package/esm/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
  311. package/esm/components/ui/directionPad/Pad.styled.d.ts +4 -0
  312. package/esm/components/ui/directionPad/Pad.styled.d.ts.map +1 -1
  313. package/esm/components/ui/directionPad/Pad.styled.js +1 -1
  314. package/esm/components/ui/directionPad/Pad.styled.js.map +1 -1
  315. package/esm/components/ui/drawer/Drawer.styled.d.ts +4 -0
  316. package/esm/components/ui/drawer/Drawer.styled.d.ts.map +1 -1
  317. package/esm/components/ui/drawer/Drawer.styled.js +1 -1
  318. package/esm/components/ui/drawer/Drawer.styled.js.map +1 -1
  319. package/esm/components/ui/keyValue/KeyValue.styled.d.ts +12 -0
  320. package/esm/components/ui/keyValue/KeyValue.styled.d.ts.map +1 -1
  321. package/esm/components/ui/keyValue/KeyValue.styled.js +1 -1
  322. package/esm/components/ui/keyValue/KeyValue.styled.js.map +1 -1
  323. package/esm/components/ui/line/Line.d.ts +2 -0
  324. package/esm/components/ui/line/Line.d.ts.map +1 -1
  325. package/esm/components/ui/loader/PopLoader.d.ts.map +1 -1
  326. package/esm/components/ui/loader/PopLoader.js +1 -1
  327. package/esm/components/ui/loader/PopLoader.js.map +1 -1
  328. package/esm/components/ui/message/Message.styled.d.ts +2 -0
  329. package/esm/components/ui/message/Message.styled.d.ts.map +1 -1
  330. package/esm/components/ui/modal/Modal.styled.d.ts +8 -0
  331. package/esm/components/ui/modal/Modal.styled.d.ts.map +1 -1
  332. package/esm/components/ui/modal/Modal.styled.js +3 -3
  333. package/esm/components/ui/modal/Modal.styled.js.map +1 -1
  334. package/esm/components/ui/modal/ModalButtons.styled.d.ts +4 -0
  335. package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  336. package/esm/components/ui/pop/Pop.styled.d.ts +12 -0
  337. package/esm/components/ui/pop/Pop.styled.d.ts.map +1 -1
  338. package/esm/components/ui/pop/Pop.styled.js +2 -2
  339. package/esm/components/ui/pop/Pop.styled.js.map +1 -1
  340. package/esm/components/ui/progress/Progress.styled.d.ts +6 -0
  341. package/esm/components/ui/progress/Progress.styled.d.ts.map +1 -1
  342. package/esm/components/ui/stats/Stats.styled.d.ts +10 -0
  343. package/esm/components/ui/stats/Stats.styled.d.ts.map +1 -1
  344. package/esm/components/ui/toaster/Toaster.styled.d.ts +2 -0
  345. package/esm/components/ui/toaster/Toaster.styled.d.ts.map +1 -1
  346. package/esm/components/ui/toolButton/ToolButton.stories.d.ts.map +1 -1
  347. package/esm/components/ui/toolButton/ToolButton.stories.js.map +1 -1
  348. package/esm/components/ui/toolButton/ToolButton.styled.d.ts +2 -0
  349. package/esm/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
  350. package/esm/components/utils/Gap.d.ts +2 -0
  351. package/esm/components/utils/Gap.d.ts.map +1 -1
  352. package/esm/components/utils/Spacer.d.ts +2 -0
  353. package/esm/components/utils/Spacer.d.ts.map +1 -1
  354. package/esm/theme.d.ts +89 -2
  355. package/esm/theme.d.ts.map +1 -1
  356. package/esm/theme.js +67 -1
  357. package/esm/theme.js.map +1 -1
  358. package/package.json +1 -1
  359. package/src/components/form/Checkbox.styled.ts +1 -1
  360. package/src/components/form/ColorPicker.styled.ts +1 -1
  361. package/src/components/form/Select.styled.ts +1 -2
  362. package/src/components/form/input/Input.css.ts +2 -2
  363. package/src/components/ui/action/Action.styled.ts +6 -6
  364. package/src/components/ui/button/Button.styled.ts +2 -2
  365. package/src/components/ui/directionPad/Button.styled.ts +1 -1
  366. package/src/components/ui/directionPad/Pad.styled.ts +1 -1
  367. package/src/components/ui/drawer/Drawer.styled.ts +1 -1
  368. package/src/components/ui/keyValue/KeyValue.styled.ts +1 -1
  369. package/src/components/ui/loader/PopLoader.tsx +1 -2
  370. package/src/components/ui/modal/Modal.styled.ts +3 -3
  371. package/src/components/ui/pop/Pop.styled.ts +2 -2
  372. package/src/components/ui/toolButton/ToolButton.stories.tsx +0 -1
  373. package/src/theme.ts +82 -3
@@ -18,6 +18,8 @@ declare const SectionContainer: import("@stitches/react/types/styled-component")
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"SectionContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/section/SectionContainer.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOpB,CAAC;AAEH,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"SectionContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/section/SectionContainer.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOpB,CAAC;AAEH,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
@@ -22,6 +22,8 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
22
22
  headerBg: "#efeff0";
23
23
  headerText: "#484848";
24
24
  text: "#323232";
25
+ text2: "#181818";
26
+ text3: "#000000";
25
27
  sub: "#959595";
26
28
  popText: "#666";
27
29
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Table.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCf,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"Table.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCf,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -18,6 +18,8 @@ declare const Div: import("@stitches/react/types/styled-component").StyledCompon
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/native/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEP,CAAC;AAEH,OAAO,EAAE,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/native/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEP,CAAC;AAEH,OAAO,EAAE,GAAG,EAAE,CAAC"}
@@ -18,6 +18,8 @@ declare const StyledAction: import("@stitches/react/types/styled-component").Sty
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -101,6 +103,8 @@ declare const Badge: import("@stitches/react/types/styled-component").StyledComp
101
103
  headerBg: "#efeff0";
102
104
  headerText: "#484848";
103
105
  text: "#323232";
106
+ text2: "#181818";
107
+ text3: "#000000";
104
108
  sub: "#959595";
105
109
  popText: "#666";
106
110
  toolbarBorder: "#ababab";
@@ -184,6 +188,8 @@ declare const Anchor: import("@stitches/react/types/styled-component").StyledCom
184
188
  headerBg: "#efeff0";
185
189
  headerText: "#484848";
186
190
  text: "#323232";
191
+ text2: "#181818";
192
+ text3: "#000000";
187
193
  sub: "#959595";
188
194
  popText: "#666";
189
195
  toolbarBorder: "#ababab";
@@ -267,6 +273,8 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
267
273
  headerBg: "#efeff0";
268
274
  headerText: "#484848";
269
275
  text: "#323232";
276
+ text2: "#181818";
277
+ text3: "#000000";
270
278
  sub: "#959595";
271
279
  popText: "#666";
272
280
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Action.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWhB,CAAC;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBT,CAAC;AAUH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEV,CAAC;AAEH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKV,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,KAAK,EACL,MAAM,EACN,MAAM,GACT,CAAC"}
1
+ {"version":3,"file":"Action.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWhB,CAAC;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBT,CAAC;AAUH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEV,CAAC;AAEH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKV,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,KAAK,EACL,MAAM,EACN,MAAM,GACT,CAAC"}
@@ -7,7 +7,7 @@ const StyledAction = (0, theme_1.styled)("div", {
7
7
  width: (0, theme_1.dimensionsPxToRem)(102),
8
8
  borderRadius: (0, theme_1.dimensionsPxToRem)(102),
9
9
  border: `${(0, theme_1.borderPxToRem)(1)} solid $buttonBorder`,
10
- background: "white",
10
+ background: "$background",
11
11
  padding: 0,
12
12
  display: "flex",
13
13
  alignItems: "center",
@@ -18,7 +18,7 @@ exports.StyledAction = StyledAction;
18
18
  const Badge = (0, theme_1.styled)("div", {
19
19
  position: "absolute",
20
20
  background: "$red1",
21
- color: "white",
21
+ color: "$background",
22
22
  fontWeight: "bold",
23
23
  top: "-25%",
24
24
  right: "-25%",
@@ -1 +1 @@
1
- {"version":3,"file":"Action.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":";;;AAEA,0CAAuF;AAEvF,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,MAAM,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC7B,YAAY,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IACpC,MAAM,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACjD,UAAU,EAAE,OAAO;IACnB,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,QAAQ,EAAE,UAAU;CACvB,CAAC,CAAC;AAwCC,oCAAY;AAtChB,MAAM,KAAK,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACxB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,OAAO;IACnB,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,MAAM;IAClB,GAAG,EAAE,MAAM;IACX,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,OAAO,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC5B,MAAM,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC7B,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,YAAY,EAAE,KAAK;CACtB,CAAC,CAAC;AAuBC,sBAAK;AArBT,MAAM,SAAS,GAAa;IACxB,OAAO,EAAE,aAAa;IACtB,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CAE7B,CAAC;AAEF,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,GAAG,oBAClB,SAAS,EACd,CAAC;AAYC,wBAAM;AAVV,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,kCACvB,SAAS,KACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,CAAC,EACV,UAAU,EAAE,MAAM,IACpB,CAAC;AAMC,wBAAM"}
1
+ {"version":3,"file":"Action.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":";;;AAEA,0CAAuF;AAEvF,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,MAAM,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC7B,YAAY,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IACpC,MAAM,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACjD,UAAU,EAAE,aAAa;IACzB,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,QAAQ,EAAE,UAAU;CACvB,CAAC,CAAC;AAwCC,oCAAY;AAtChB,MAAM,KAAK,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACxB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,OAAO;IACnB,KAAK,EAAE,aAAa;IACpB,UAAU,EAAE,MAAM;IAClB,GAAG,EAAE,MAAM;IACX,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,OAAO,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC5B,MAAM,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC7B,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,YAAY,EAAE,KAAK;CACtB,CAAC,CAAC;AAuBC,sBAAK;AArBT,MAAM,SAAS,GAAa;IACxB,OAAO,EAAE,aAAa;IACtB,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CAE7B,CAAC;AAEF,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,GAAG,oBAClB,SAAS,EACd,CAAC;AAYC,wBAAM;AAVV,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,kCACvB,SAAS,KACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,CAAC,EACV,UAAU,EAAE,MAAM,IACpB,CAAC;AAMC,wBAAM"}
@@ -20,6 +20,8 @@ declare const StyledEqualActions: import("@stitches/react/types/styled-component
20
20
  headerBg: "#efeff0";
21
21
  headerText: "#484848";
22
22
  text: "#323232";
23
+ text2: "#181818";
24
+ text3: "#000000";
23
25
  sub: "#959595";
24
26
  popText: "#666";
25
27
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"EqualActions.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/EqualActions.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GActB,CAAC;AAEH,OAAO,EACH,kBAAkB,GACrB,CAAC"}
1
+ {"version":3,"file":"EqualActions.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/EqualActions.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GActB,CAAC;AAEH,OAAO,EACH,kBAAkB,GACrB,CAAC"}
@@ -21,6 +21,8 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
21
21
  headerBg: "#efeff0";
22
22
  headerText: "#484848";
23
23
  text: "#323232";
24
+ text2: "#181818";
25
+ text3: "#000000";
24
26
  sub: "#959595";
25
27
  popText: "#666";
26
28
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCV,CAAC;AAEH,OAAO,EACH,MAAM,GACT,CAAC"}
1
+ {"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCV,CAAC;AAEH,OAAO,EACH,MAAM,GACT,CAAC"}
@@ -6,7 +6,7 @@ const Button = (0, theme_1.styled)("button", {
6
6
  "height": (0, theme_1.dimensionsPxToRem)(118),
7
7
  "background": "$green1",
8
8
  "border": `${(0, theme_1.borderPxToRem)(1)} solid $green1Darker`,
9
- "color": "white",
9
+ "color": "$background",
10
10
  "borderRadius": "1000px",
11
11
  "display": "flex",
12
12
  "alignItems": "center",
@@ -27,7 +27,7 @@ const Button = (0, theme_1.styled)("button", {
27
27
  },
28
28
  outline: {
29
29
  true: {
30
- background: "white",
30
+ background: "$background",
31
31
  borderColor: "$buttonBorder",
32
32
  color: "$grey1",
33
33
  },
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAgG;AAKhG,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,SAAS;IACvB,QAAQ,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACnD,OAAO,EAAE,OAAO;IAChB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IACtB,gBAAgB,EAAE,QAAQ;IAC1B,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IAC3B,SAAS,EAAE,OAAO;IAClB,KAAK,EAAE,IAAA,eAAO,EAAC,EAAE,CAAC;IAElB,YAAY,EAAE;QACV,OAAO,EAAE,GAAG;KACf;IAED,UAAU,EAAE;QACR,MAAM,EAAE;YACJ,IAAI,EAAE;gBACF,KAAK,EAAE,MAAM;gBACb,OAAO,EAAE,aAAa;aACzB;SACJ;QACD,OAAO,EAAE;YACL,IAAI,EAAE;gBACF,UAAU,EAAE,OAAO;gBACnB,WAAW,EAAE,eAAe;gBAC5B,KAAK,EAAE,QAAQ;aAClB;SACJ;KACJ;CACJ,CAAC,CAAC;AAGC,wBAAM"}
1
+ {"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAgG;AAKhG,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,SAAS;IACvB,QAAQ,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACnD,OAAO,EAAE,aAAa;IACtB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IACtB,gBAAgB,EAAE,QAAQ;IAC1B,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IAC3B,SAAS,EAAE,OAAO;IAClB,KAAK,EAAE,IAAA,eAAO,EAAC,EAAE,CAAC;IAElB,YAAY,EAAE;QACV,OAAO,EAAE,GAAG;KACf;IAED,UAAU,EAAE;QACR,MAAM,EAAE;YACJ,IAAI,EAAE;gBACF,KAAK,EAAE,MAAM;gBACb,OAAO,EAAE,aAAa;aACzB;SACJ;QACD,OAAO,EAAE;YACL,IAAI,EAAE;gBACF,UAAU,EAAE,aAAa;gBACzB,WAAW,EAAE,eAAe;gBAC5B,KAAK,EAAE,QAAQ;aAClB;SACJ;KACJ;CACJ,CAAC,CAAC;AAGC,wBAAM"}
@@ -18,6 +18,8 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -101,6 +103,8 @@ declare const StyledDot: import("@stitches/react/types/styled-component").Styled
101
103
  headerBg: "#efeff0";
102
104
  headerText: "#484848";
103
105
  text: "#323232";
106
+ text2: "#181818";
107
+ text3: "#000000";
104
108
  sub: "#959595";
105
109
  popText: "#666";
106
110
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQhB,CAAC;AAEH,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOb,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,SAAS,GACZ,CAAC"}
1
+ {"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQhB,CAAC;AAEH,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOb,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,SAAS,GACZ,CAAC"}
@@ -17,7 +17,7 @@ const StyledDot = (0, theme_1.styled)("span", {
17
17
  width: "4px",
18
18
  height: "4px",
19
19
  borderRadius: "666px",
20
- background: "black",
20
+ background: "$text3",
21
21
  margin: "auto",
22
22
  });
23
23
  exports.StyledDot = StyledDot;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,GAAG;IACX,YAAY,EAAE,OAAO;IACrB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAYC,oCAAY;AAVhB,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,MAAM,EAAE;IAC7B,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,KAAK;IACb,YAAY,EAAE,OAAO;IACrB,UAAU,EAAE,OAAO;IACnB,MAAM,EAAE,MAAM;CACjB,CAAC,CAAC;AAIC,8BAAS"}
1
+ {"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,GAAG;IACX,YAAY,EAAE,OAAO;IACrB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAYC,oCAAY;AAVhB,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,MAAM,EAAE;IAC7B,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,KAAK;IACb,YAAY,EAAE,OAAO;IACrB,UAAU,EAAE,QAAQ;IACpB,MAAM,EAAE,MAAM;CACjB,CAAC,CAAC;AAIC,8BAAS"}
@@ -18,6 +18,8 @@ declare const StyledMiddle: import("@stitches/react/types/styled-component").Sty
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Middle.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Middle.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAYhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
1
+ {"version":3,"file":"Middle.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Middle.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAYhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
@@ -18,6 +18,8 @@ declare const StyledPad: import("@stitches/react/types/styled-component").Styled
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -101,6 +103,8 @@ declare const StyledLine: import("@stitches/react/types/styled-component").Style
101
103
  headerBg: "#efeff0";
102
104
  headerText: "#484848";
103
105
  text: "#323232";
106
+ text2: "#181818";
107
+ text3: "#000000";
104
108
  sub: "#959595";
105
109
  popText: "#666";
106
110
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Pad.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUb,CAAC;AAEH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEd,CAAC;AAEH,OAAO,EACH,SAAS,EACT,UAAU,GACb,CAAC"}
1
+ {"version":3,"file":"Pad.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUb,CAAC;AAEH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEd,CAAC;AAEH,OAAO,EACH,SAAS,EACT,UAAU,GACb,CAAC"}
@@ -11,7 +11,7 @@ const StyledPad = (0, theme_1.styled)("div", {
11
11
  borderRadius: "666px",
12
12
  width: "150px",
13
13
  border: "1px solid #aaa",
14
- background: "white",
14
+ background: "$background",
15
15
  });
16
16
  exports.StyledPad = StyledPad;
17
17
  const StyledLine = (0, theme_1.styled)("div", {
@@ -1 +1 @@
1
- {"version":3,"file":"Pad.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,MAAM,EAAE,OAAO;IACf,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,gBAAgB;IACxB,UAAU,EAAE,OAAO;CACtB,CAAC,CAAC;AAOC,8BAAS;AALb,MAAM,UAAU,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC7B,OAAO,EAAE,MAAM;CAClB,CAAC,CAAC;AAIC,gCAAU"}
1
+ {"version":3,"file":"Pad.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,MAAM,EAAE,OAAO;IACf,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,gBAAgB;IACxB,UAAU,EAAE,aAAa;CAC5B,CAAC,CAAC;AAOC,8BAAS;AALb,MAAM,UAAU,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC7B,OAAO,EAAE,MAAM;CAClB,CAAC,CAAC;AAIC,gCAAU"}
@@ -18,6 +18,8 @@ declare const StyledDrawer: import("@stitches/react/types/styled-component").Sty
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -101,6 +103,8 @@ declare const Content: import("@stitches/react/types/styled-component").StyledCo
101
103
  headerBg: "#efeff0";
102
104
  headerText: "#484848";
103
105
  text: "#323232";
106
+ text2: "#181818";
107
+ text3: "#000000";
104
108
  sub: "#959595";
105
109
  popText: "#666";
106
110
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUhB,CAAC;AAEH,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEX,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,OAAO,GACV,CAAC"}
1
+ {"version":3,"file":"Drawer.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUhB,CAAC;AAEH,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEX,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,OAAO,GACV,CAAC"}
@@ -8,7 +8,7 @@ const StyledDrawer = (0, theme_1.styled)("div", {
8
8
  left: 0,
9
9
  right: 0,
10
10
  bottom: 0,
11
- background: "white",
11
+ background: "$background",
12
12
  zIndex: 1,
13
13
  transition: "transform 300ms",
14
14
  overflow: "auto",
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,QAAQ,EAAE,OAAO;IACjB,GAAG,EAAE,CAAC;IACN,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,OAAO;IACnB,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,iBAAiB;IAC7B,QAAQ,EAAE,MAAM;CACnB,CAAC,CAAC;AAOC,oCAAY;AALhB,MAAM,OAAO,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC1B,MAAM,EAAE,MAAM;CACjB,CAAC,CAAC;AAIC,0BAAO"}
1
+ {"version":3,"file":"Drawer.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,QAAQ,EAAE,OAAO;IACjB,GAAG,EAAE,CAAC;IACN,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,iBAAiB;IAC7B,QAAQ,EAAE,MAAM;CACnB,CAAC,CAAC;AAOC,oCAAY;AALhB,MAAM,OAAO,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC1B,MAAM,EAAE,MAAM;CACjB,CAAC,CAAC;AAIC,0BAAO"}
@@ -18,6 +18,8 @@ declare const Container: import("@stitches/react/types/styled-component").Styled
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -104,6 +106,8 @@ declare const Item: import("@stitches/react/types/styled-component").StyledCompo
104
106
  headerBg: "#efeff0";
105
107
  headerText: "#484848";
106
108
  text: "#323232";
109
+ text2: "#181818";
110
+ text3: "#000000";
107
111
  sub: "#959595";
108
112
  popText: "#666";
109
113
  toolbarBorder: "#ababab";
@@ -187,6 +191,8 @@ declare const KeyValuePair: import("@stitches/react/types/styled-component").Sty
187
191
  headerBg: "#efeff0";
188
192
  headerText: "#484848";
189
193
  text: "#323232";
194
+ text2: "#181818";
195
+ text3: "#000000";
190
196
  sub: "#959595";
191
197
  popText: "#666";
192
198
  toolbarBorder: "#ababab";
@@ -270,6 +276,8 @@ declare const Key: import("@stitches/react/types/styled-component").StyledCompon
270
276
  headerBg: "#efeff0";
271
277
  headerText: "#484848";
272
278
  text: "#323232";
279
+ text2: "#181818";
280
+ text3: "#000000";
273
281
  sub: "#959595";
274
282
  popText: "#666";
275
283
  toolbarBorder: "#ababab";
@@ -353,6 +361,8 @@ declare const Value: import("@stitches/react/types/styled-component").StyledComp
353
361
  headerBg: "#efeff0";
354
362
  headerText: "#484848";
355
363
  text: "#323232";
364
+ text2: "#181818";
365
+ text3: "#000000";
356
366
  sub: "#959595";
357
367
  popText: "#666";
358
368
  toolbarBorder: "#ababab";
@@ -436,6 +446,8 @@ declare const Icon: import("@stitches/react/types/styled-component").StyledCompo
436
446
  headerBg: "#efeff0";
437
447
  headerText: "#484848";
438
448
  text: "#323232";
449
+ text2: "#181818";
450
+ text3: "#000000";
439
451
  sub: "#959595";
440
452
  popText: "#666";
441
453
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"KeyValue.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUb,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiBR,CAAC;AAEH,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIhB,CAAC;AAEH,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGP,CAAC;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAET,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAER,CAAC;AAEH,OAAO,EACH,SAAS,EACT,IAAI,EACJ,YAAY,EACZ,GAAG,EACH,KAAK,EACL,IAAI,GACP,CAAC"}
1
+ {"version":3,"file":"KeyValue.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUb,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiBR,CAAC;AAEH,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIhB,CAAC;AAEH,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGP,CAAC;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAET,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAER,CAAC;AAEH,OAAO,EACH,SAAS,EACT,IAAI,EACJ,YAAY,EACZ,GAAG,EACH,KAAK,EACL,IAAI,GACP,CAAC"}
@@ -14,7 +14,7 @@ const item = (0, theme_1.css)({
14
14
  const Container = (0, theme_1.styled)("div", {
15
15
  "--kv-border-color": "$colors$headerBorder",
16
16
  "--kv-border": `${(0, theme_1.borderPxToRem)(1)} solid var(--kv-border-color)`,
17
- "--kv-background-color": "white",
17
+ "--kv-background-color": "$colors$background",
18
18
  "--kv-hover-background-color": "$colors$activeBg",
19
19
  "border": "1px solid var(--kv-border-color)",
20
20
  "backgroundColor": "var(--kv-background-color)",
@@ -1 +1 @@
1
- {"version":3,"file":"KeyValue.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAyE;AAEzE,MAAM,IAAI,GAAG,IAAA,WAAG,EAAC;IACb,OAAO,EAAE,aAAa;IACtB,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,MAAM;IACX,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,mBAAmB,EAAE,sBAAsB;IAC3C,aAAa,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,+BAA+B;IACjE,uBAAuB,EAAE,OAAO;IAChC,6BAA6B,EAAE,kBAAkB;IACjD,QAAQ,EAAE,kCAAkC;IAC5C,iBAAiB,EAAE,4BAA4B;IAC/C,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,MAAM;IACjB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAyCC,8BAAS;AAvCb,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE,IAAI,EAAE;IAC7B,oBAAoB,EAAE;QAClB,UAAU,EAAE,kCAAkC;KACjD;IAED,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE;gBACF,SAAS,EAAE,kBAAkB;aAChC;SACJ;QACD,WAAW,EAAE;YACT,IAAI,EAAE;gBACF,UAAU,EAAE,kBAAkB;aACjC;SACJ;KACJ;CACJ,CAAC,CAAC;AAuBC,oBAAI;AArBR,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,GAAG,EAAE,KAAK;CACb,CAAC,CAAC;AAkBC,oCAAY;AAhBhB,MAAM,GAAG,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACtB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM;CAChB,CAAC,CAAC;AAcC,kBAAG;AAZP,MAAM,KAAK,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACxB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;CAC5B,CAAC,CAAC;AAWC,sBAAK;AATT,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACvB,8BAA8B,EAAE,GAAG;CACtC,CAAC,CAAC;AAQC,oBAAI"}
1
+ {"version":3,"file":"KeyValue.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAyE;AAEzE,MAAM,IAAI,GAAG,IAAA,WAAG,EAAC;IACb,OAAO,EAAE,aAAa;IACtB,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,MAAM;IACX,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,mBAAmB,EAAE,sBAAsB;IAC3C,aAAa,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,+BAA+B;IACjE,uBAAuB,EAAE,oBAAoB;IAC7C,6BAA6B,EAAE,kBAAkB;IACjD,QAAQ,EAAE,kCAAkC;IAC5C,iBAAiB,EAAE,4BAA4B;IAC/C,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,MAAM;IACjB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAyCC,8BAAS;AAvCb,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE,IAAI,EAAE;IAC7B,oBAAoB,EAAE;QAClB,UAAU,EAAE,kCAAkC;KACjD;IAED,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE;gBACF,SAAS,EAAE,kBAAkB;aAChC;SACJ;QACD,WAAW,EAAE;YACT,IAAI,EAAE;gBACF,UAAU,EAAE,kBAAkB;aACjC;SACJ;KACJ;CACJ,CAAC,CAAC;AAuBC,oBAAI;AArBR,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,GAAG,EAAE,KAAK;CACb,CAAC,CAAC;AAkBC,oCAAY;AAhBhB,MAAM,GAAG,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACtB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM;CAChB,CAAC,CAAC;AAcC,kBAAG;AAZP,MAAM,KAAK,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACxB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;CAC5B,CAAC,CAAC;AAWC,sBAAK;AATT,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACvB,8BAA8B,EAAE,GAAG;CACtC,CAAC,CAAC;AAQC,oBAAI"}
@@ -20,6 +20,8 @@ declare const Line: import("@stitches/react/types/styled-component").StyledCompo
20
20
  headerBg: "#efeff0";
21
21
  headerText: "#484848";
22
22
  text: "#323232";
23
+ text2: "#181818";
24
+ text3: "#000000";
23
25
  sub: "#959595";
24
26
  popText: "#666";
25
27
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Line.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/line/Line.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBR,CAAC;AAEH,OAAO,EACH,IAAI,GACP,CAAC"}
1
+ {"version":3,"file":"Line.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/line/Line.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBR,CAAC;AAEH,OAAO,EACH,IAAI,GACP,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PopLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,KAAK,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAsBjD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAE9B,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"PopLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,KAAK,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAsBjD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAE9B,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -22,7 +22,7 @@ const Container = (0, theme_1.styled)("div", {
22
22
  position: "absolute",
23
23
  right: 20,
24
24
  top: 20,
25
- background: "white",
25
+ background: "$background",
26
26
  border: "1px solid $toolbarBorder",
27
27
  borderRadius: 666,
28
28
  padding: 10,
@@ -1 +1 @@
1
- {"version":3,"file":"PopLoader.js","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAE1B,0CAAwC;AAExC,qCAAkC;AAIlC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;IACP,UAAU,EAAE,OAAO;IACnB,MAAM,EAAE,0BAA0B;IAClC,YAAY,EAAE,GAAG;IACjB,OAAO,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,WAAW,GAAG,IAAA,cAAM,EAAC,eAAM,EAAE;IAC/B,OAAO,EAAE,OAAO;CACnB,CAAC,CAAC;AAQH,MAAM,SAAS,GAAoB,CAAC,EAAY,EAAE,EAAE;QAAX,KAAK,cAAV,EAAY,CAAF;IAC1C,OAAO,8BAAC,SAAS;QAAC,8BAAC,WAAW,kBAAC,IAAI,EAAE,MAAM,IAAM,KAAK,EAAI,CAAY,CAAC;AAC3E,CAAC,CAAC;AAEO,8BAAS"}
1
+ {"version":3,"file":"PopLoader.js","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAE1B,0CAAwC;AACxC,qCAAkC;AAIlC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;IACP,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,0BAA0B;IAClC,YAAY,EAAE,GAAG;IACjB,OAAO,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,WAAW,GAAG,IAAA,cAAM,EAAC,eAAM,EAAE;IAC/B,OAAO,EAAE,OAAO;CACnB,CAAC,CAAC;AAQH,MAAM,SAAS,GAAoB,CAAC,EAAY,EAAE,EAAE;QAAX,KAAK,cAAV,EAAY,CAAF;IAC1C,OAAO,8BAAC,SAAS;QAAC,8BAAC,WAAW,kBAAC,IAAI,EAAE,MAAM,IAAM,KAAK,EAAI,CAAY,CAAC;AAC3E,CAAC,CAAC;AAEO,8BAAS"}
@@ -21,6 +21,8 @@ declare const StyledMessage: import("@stitches/react/types/styled-component").St
21
21
  headerBg: "#efeff0";
22
22
  headerText: "#484848";
23
23
  text: "#323232";
24
+ text2: "#181818";
25
+ text3: "#000000";
24
26
  sub: "#959595";
25
27
  popText: "#666";
26
28
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Message.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCjB,CAAC;AAEH,OAAO,EACH,aAAa,GAChB,CAAC"}
1
+ {"version":3,"file":"Message.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCjB,CAAC;AAEH,OAAO,EACH,aAAa,GAChB,CAAC"}
@@ -22,6 +22,8 @@ declare const OverlayStyled: import("@stitches/react/types/styled-component").St
22
22
  headerBg: "#efeff0";
23
23
  headerText: "#484848";
24
24
  text: "#323232";
25
+ text2: "#181818";
26
+ text3: "#000000";
25
27
  sub: "#959595";
26
28
  popText: "#666";
27
29
  toolbarBorder: "#ababab";
@@ -105,6 +107,8 @@ declare const RemovePadding: import("@stitches/react/types/styled-component").St
105
107
  headerBg: "#efeff0";
106
108
  headerText: "#484848";
107
109
  text: "#323232";
110
+ text2: "#181818";
111
+ text3: "#000000";
108
112
  sub: "#959595";
109
113
  popText: "#666";
110
114
  toolbarBorder: "#ababab";
@@ -191,6 +195,8 @@ declare const ContainerStyled: import("@stitches/react/types/styled-component").
191
195
  headerBg: "#efeff0";
192
196
  headerText: "#484848";
193
197
  text: "#323232";
198
+ text2: "#181818";
199
+ text3: "#000000";
194
200
  sub: "#959595";
195
201
  popText: "#666";
196
202
  toolbarBorder: "#ababab";
@@ -274,6 +280,8 @@ declare const TitleStyled: import("@stitches/react/types/styled-component").Styl
274
280
  headerBg: "#efeff0";
275
281
  headerText: "#484848";
276
282
  text: "#323232";
283
+ text2: "#181818";
284
+ text3: "#000000";
277
285
  sub: "#959595";
278
286
  popText: "#666";
279
287
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,QAAe,CAAC;AAWtC,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BjB,CAAC;AAaH,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEjB,CAAC;AAEH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BnB,CAAC;AAEH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKf,CAAC;AAEH,OAAO,EACH,aAAa,EACb,aAAa,EACb,eAAe,EACf,WAAW,EAEX,gBAAgB,GACnB,CAAC"}
1
+ {"version":3,"file":"Modal.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,QAAe,CAAC;AAWtC,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BjB,CAAC;AAaH,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEjB,CAAC;AAEH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BnB,CAAC;AAEH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKf,CAAC;AAEH,OAAO,EACH,aAAa,EACb,aAAa,EACb,eAAe,EACf,WAAW,EAEX,gBAAgB,GACnB,CAAC"}
@@ -7,10 +7,10 @@ const NEGATIVE_PADDING = (0, theme_1.pxToRem)(-20);
7
7
  exports.NEGATIVE_PADDING = NEGATIVE_PADDING;
8
8
  const overlay = (0, theme_1.keyframes)({
9
9
  from: {
10
- background: "#00000000",
10
+ background: "rgba($background, 0)",
11
11
  },
12
12
  to: {
13
- background: "#0000004c",
13
+ background: "rgba($background, 0.3)",
14
14
  },
15
15
  });
16
16
  const OverlayStyled = (0, theme_1.styled)("div", {
@@ -83,7 +83,7 @@ exports.ContainerStyled = ContainerStyled;
83
83
  const TitleStyled = (0, theme_1.styled)("div", {
84
84
  fontSize: (0, theme_1.fontPxToRem)(40),
85
85
  textAlign: "center",
86
- color: "black",
86
+ color: "$text3",
87
87
  margin: `${(0, theme_1.dimensionsPxToRem)(90)} 0`,
88
88
  });
89
89
  exports.TitleStyled = TitleStyled;
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":";;;AAAA,0CAA4F;AAE5F,MAAM,OAAO,GAAG,IAAA,eAAO,EAAC,EAAE,CAAC,CAAC;AAC5B,MAAM,gBAAgB,GAAG,IAAA,eAAO,EAAC,CAAC,EAAE,CAAC,CAAC;AA+FlC,4CAAgB;AA7FpB,MAAM,OAAO,GAAG,IAAA,iBAAS,EAAC;IACtB,IAAI,EAAE;QACF,UAAU,EAAE,WAAW;KAC1B;IACD,EAAE,EAAE;QACA,UAAU,EAAE,WAAW;KAC1B;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAChC,QAAQ,EAAE,OAAO;IACjB,MAAM,EAAE,CAAC;IACT,GAAG,EAAE,CAAC;IACN,MAAM,EAAE,CAAC;IACT,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,GAAG,OAAO,CAAC,QAAQ,EAAE,QAAQ;IACxC,iBAAiB,EAAE,UAAU;IAE7B,QAAQ,EAAE;QACN,QAAQ,EAAE;YACN,MAAM,EAAE;gBACJ,UAAU,EAAE,UAAU;gBACtB,aAAa,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;aACvC;SACJ;QACD,SAAS,EAAE;YACP,IAAI,EAAE;gBACF,kBAAkB,EAAE,SAAS;aAChC;SACJ;KACJ;CACJ,CAAC,CAAC;AAqDC,sCAAa;AAnDjB,MAAM,SAAS,GAAG,IAAA,iBAAS,EAAC;IACxB,IAAI,EAAE;QACF,SAAS,EAAE,kBAAkB;QAC7B,OAAO,EAAE,CAAC;KACb;IACD,EAAE,EAAE;QACA,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,CAAC;KACb;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAChC,EAAE,EAAE,gBAAgB;CACvB,CAAC,CAAC;AAuCC,sCAAa;AArCjB,MAAM,eAAe,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAClC,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IACnC,QAAQ,EAAE,IAAA,eAAO,EAAC,GAAG,CAAC;IACtB,SAAS,EAAE,MAAM;IACjB,KAAK,EAAE,mBAAmB;IAC1B,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,GAAG,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC1C,iBAAiB,EAAE,UAAU;IAE7B,QAAQ,EAAE;QAEN,IAAI,EAAE;YACF,IAAI,EAAE;gBACF,KAAK,EAAE,oBAAoB;gBAC3B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,IAAI,CAAC;aACpC;SACJ;QACD,SAAS,EAAE;YACP,IAAI,EAAE;gBACF,kBAAkB,EAAE,SAAS;aAChC;SACJ;KACJ;CACJ,CAAC,CAAC;AAYC,0CAAe;AAVnB,MAAM,WAAW,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC9B,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,SAAS,EAAE,QAAQ;IACnB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,GAAG,IAAA,yBAAiB,EAAC,EAAE,CAAC,IAAI;CACvC,CAAC,CAAC;AAMC,kCAAW"}
1
+ {"version":3,"file":"Modal.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":";;;AAAA,0CAA4F;AAE5F,MAAM,OAAO,GAAG,IAAA,eAAO,EAAC,EAAE,CAAC,CAAC;AAC5B,MAAM,gBAAgB,GAAG,IAAA,eAAO,EAAC,CAAC,EAAE,CAAC,CAAC;AA+FlC,4CAAgB;AA7FpB,MAAM,OAAO,GAAG,IAAA,iBAAS,EAAC;IACtB,IAAI,EAAE;QACF,UAAU,EAAE,sBAAsB;KACrC;IACD,EAAE,EAAE;QACA,UAAU,EAAE,wBAAwB;KACvC;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAChC,QAAQ,EAAE,OAAO;IACjB,MAAM,EAAE,CAAC;IACT,GAAG,EAAE,CAAC;IACN,MAAM,EAAE,CAAC;IACT,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,GAAG,OAAO,CAAC,QAAQ,EAAE,QAAQ;IACxC,iBAAiB,EAAE,UAAU;IAE7B,QAAQ,EAAE;QACN,QAAQ,EAAE;YACN,MAAM,EAAE;gBACJ,UAAU,EAAE,UAAU;gBACtB,aAAa,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;aACvC;SACJ;QACD,SAAS,EAAE;YACP,IAAI,EAAE;gBACF,kBAAkB,EAAE,SAAS;aAChC;SACJ;KACJ;CACJ,CAAC,CAAC;AAqDC,sCAAa;AAnDjB,MAAM,SAAS,GAAG,IAAA,iBAAS,EAAC;IACxB,IAAI,EAAE;QACF,SAAS,EAAE,kBAAkB;QAC7B,OAAO,EAAE,CAAC;KACb;IACD,EAAE,EAAE;QACA,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,CAAC;KACb;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAChC,EAAE,EAAE,gBAAgB;CACvB,CAAC,CAAC;AAuCC,sCAAa;AArCjB,MAAM,eAAe,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAClC,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IACnC,QAAQ,EAAE,IAAA,eAAO,EAAC,GAAG,CAAC;IACtB,SAAS,EAAE,MAAM;IACjB,KAAK,EAAE,mBAAmB;IAC1B,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,GAAG,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC1C,iBAAiB,EAAE,UAAU;IAE7B,QAAQ,EAAE;QAEN,IAAI,EAAE;YACF,IAAI,EAAE;gBACF,KAAK,EAAE,oBAAoB;gBAC3B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,IAAI,CAAC;aACpC;SACJ;QACD,SAAS,EAAE;YACP,IAAI,EAAE;gBACF,kBAAkB,EAAE,SAAS;aAChC;SACJ;KACJ;CACJ,CAAC,CAAC;AAYC,0CAAe;AAVnB,MAAM,WAAW,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC9B,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,SAAS,EAAE,QAAQ;IACnB,KAAK,EAAE,QAAQ;IACf,MAAM,EAAE,GAAG,IAAA,yBAAiB,EAAC,EAAE,CAAC,IAAI;CACvC,CAAC,CAAC;AAMC,kCAAW"}
@@ -18,6 +18,8 @@ declare const ModalButtons: import("@stitches/react/types/styled-component").Sty
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -103,6 +105,8 @@ declare const ModalButtons: import("@stitches/react/types/styled-component").Sty
103
105
  headerBg: "#efeff0";
104
106
  headerText: "#484848";
105
107
  text: "#323232";
108
+ text2: "#181818";
109
+ text3: "#000000";
106
110
  sub: "#959595";
107
111
  popText: "#666";
108
112
  toolbarBorder: "#ababab";
@@ -1 +1 @@
1
- {"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AA4CA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
1
+ {"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AA4CA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
@@ -18,6 +18,8 @@ declare const Overlay: import("@stitches/react/types/styled-component").StyledCo
18
18
  headerBg: "#efeff0";
19
19
  headerText: "#484848";
20
20
  text: "#323232";
21
+ text2: "#181818";
22
+ text3: "#000000";
21
23
  sub: "#959595";
22
24
  popText: "#666";
23
25
  toolbarBorder: "#ababab";
@@ -101,6 +103,8 @@ declare const List: import("@stitches/react/types/styled-component").StyledCompo
101
103
  headerBg: "#efeff0";
102
104
  headerText: "#484848";
103
105
  text: "#323232";
106
+ text2: "#181818";
107
+ text3: "#000000";
104
108
  sub: "#959595";
105
109
  popText: "#666";
106
110
  toolbarBorder: "#ababab";
@@ -184,6 +188,8 @@ declare const ListItem: import("@stitches/react/types/styled-component").StyledC
184
188
  headerBg: "#efeff0";
185
189
  headerText: "#484848";
186
190
  text: "#323232";
191
+ text2: "#181818";
192
+ text3: "#000000";
187
193
  sub: "#959595";
188
194
  popText: "#666";
189
195
  toolbarBorder: "#ababab";
@@ -267,6 +273,8 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
267
273
  headerBg: "#efeff0";
268
274
  headerText: "#484848";
269
275
  text: "#323232";
276
+ text2: "#181818";
277
+ text3: "#000000";
270
278
  sub: "#959595";
271
279
  popText: "#666";
272
280
  toolbarBorder: "#ababab";
@@ -350,6 +358,8 @@ declare const Icon: import("@stitches/react/types/styled-component").StyledCompo
350
358
  headerBg: "#efeff0";
351
359
  headerText: "#484848";
352
360
  text: "#323232";
361
+ text2: "#181818";
362
+ text3: "#000000";
353
363
  sub: "#959595";
354
364
  popText: "#666";
355
365
  toolbarBorder: "#ababab";
@@ -433,6 +443,8 @@ declare const FakeIcon: import("@stitches/react/types/styled-component").StyledC
433
443
  headerBg: "#efeff0";
434
444
  headerText: "#484848";
435
445
  text: "#323232";
446
+ text2: "#181818";
447
+ text3: "#000000";
436
448
  sub: "#959595";
437
449
  popText: "#666";
438
450
  toolbarBorder: "#ababab";