@jenesei-software/jenesei-kit-react 1.3.40 → 2.0.1

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 (754) hide show
  1. package/README.md +0 -37
  2. package/build/AnimatePresence-19yP-TCg.js +134 -0
  3. package/build/AnimatePresence-19yP-TCg.js.map +1 -0
  4. package/build/AnimatePresence-BdBJCJuf.cjs +11 -0
  5. package/build/AnimatePresence-BdBJCJuf.cjs.map +1 -0
  6. package/build/area-outside.cjs.js +1 -2
  7. package/build/area-outside.d.ts +2 -28
  8. package/build/area-outside.es.js +2 -3
  9. package/build/area-preview.cjs.js +1 -2
  10. package/build/area-preview.d.ts +2 -48
  11. package/build/area-preview.es.js +3 -5
  12. package/build/area-skeleton.cjs.js +1 -2
  13. package/build/area-skeleton.d.ts +2 -68
  14. package/build/area-skeleton.es.js +2 -4
  15. package/build/areas/outside/area.d.ts +7 -0
  16. package/build/areas/outside/index.d.ts +1 -0
  17. package/build/areas/preview/area.d.ts +3 -0
  18. package/build/areas/preview/area.hooks.d.ts +1 -0
  19. package/build/areas/preview/area.types.d.ts +19 -0
  20. package/build/areas/preview/index.d.ts +3 -0
  21. package/build/areas/skeleton/area.d.ts +3 -0
  22. package/build/areas/skeleton/area.types.d.ts +21 -0
  23. package/build/areas/skeleton/index.d.ts +2 -0
  24. package/build/build-info.txt +3 -3
  25. package/build/button-BbGiFvok.js +102 -0
  26. package/build/button-BbGiFvok.js.map +1 -0
  27. package/build/button-BuPpgfL_.cjs +3 -0
  28. package/build/button-BuPpgfL_.cjs.map +1 -0
  29. package/build/checkbox-CXxWDklX.js +98 -0
  30. package/build/checkbox-CXxWDklX.js.map +1 -0
  31. package/build/checkbox-qgc_Ntc3.cjs +3 -0
  32. package/build/checkbox-qgc_Ntc3.cjs.map +1 -0
  33. package/build/chunk-Dd8m0Ver.cjs +1 -0
  34. package/build/chunk-cI0lbGMq.js +31 -0
  35. package/build/component-BHyXT2-h.js +71 -0
  36. package/build/component-BHyXT2-h.js.map +1 -0
  37. package/build/component-button.cjs.js +1 -2
  38. package/build/component-button.d.ts +2 -208
  39. package/build/component-button.es.js +2 -5
  40. package/build/component-checkbox.cjs.js +1 -2
  41. package/build/component-checkbox.d.ts +2 -208
  42. package/build/component-checkbox.es.js +2 -8
  43. package/build/component-date-picker.cjs.js +1 -2
  44. package/build/component-date-picker.d.ts +2 -582
  45. package/build/component-date-picker.es.js +2 -19
  46. package/build/component-icon.cjs.js +1 -2
  47. package/build/component-icon.d.ts +2 -136
  48. package/build/component-icon.es.js +4 -8
  49. package/build/component-input-otp.cjs.js +1 -2
  50. package/build/component-input-otp.d.ts +2 -211
  51. package/build/component-input-otp.es.js +2 -7
  52. package/build/component-input.cjs.js +1 -2
  53. package/build/component-input.d.ts +2 -286
  54. package/build/component-input.es.js +2 -18
  55. package/build/component-jsn2T8Hu.cjs +3 -0
  56. package/build/component-jsn2T8Hu.cjs.map +1 -0
  57. package/build/component-pagination.cjs.js +1 -2
  58. package/build/component-pagination.d.ts +2 -196
  59. package/build/component-pagination.es.js +2 -4
  60. package/build/component-popover.cjs.js +1 -0
  61. package/build/component-popover.d.ts +2 -0
  62. package/build/component-popover.es.js +5 -0
  63. package/build/component-select.cjs.js +1 -2
  64. package/build/component-select.d.ts +2 -411
  65. package/build/component-select.es.js +6 -18
  66. package/build/component-separator.cjs.js +1 -2
  67. package/build/component-separator.d.ts +2 -49
  68. package/build/component-separator.es.js +2 -5
  69. package/build/component-stack.cjs.js +1 -2
  70. package/build/component-stack.d.ts +2 -72
  71. package/build/component-stack.es.js +3 -6
  72. package/build/component-textarea.cjs.js +1 -2
  73. package/build/component-textarea.d.ts +2 -202
  74. package/build/component-textarea.es.js +2 -6
  75. package/build/component-toggle.cjs.js +1 -2
  76. package/build/component-toggle.d.ts +2 -150
  77. package/build/component-toggle.es.js +2 -6
  78. package/build/component-tooltip.cjs.js +1 -2
  79. package/build/component-tooltip.d.ts +2 -360
  80. package/build/component-tooltip.es.js +2 -10
  81. package/build/component-typography.cjs.js +1 -2
  82. package/build/component-typography.d.ts +2 -316
  83. package/build/component-typography.es.js +3 -9
  84. package/build/components/button/component.d.ts +3 -0
  85. package/build/components/button/component.types.d.ts +41 -0
  86. package/build/components/button/index.d.ts +2 -0
  87. package/build/components/checkbox/component.d.ts +3 -0
  88. package/build/components/checkbox/component.types.d.ts +51 -0
  89. package/build/components/checkbox/index.d.ts +2 -0
  90. package/build/components/date-picker/component.d.ts +2 -0
  91. package/build/components/date-picker/component.types.d.ts +86 -0
  92. package/build/components/date-picker/index.d.ts +2 -0
  93. package/build/components/error/component.d.ts +3 -0
  94. package/build/components/error/component.types.d.ts +11 -0
  95. package/build/components/error/index.d.ts +2 -0
  96. package/build/components/icon/component.consts.d.ts +6 -0
  97. package/build/components/icon/component.d.ts +9 -0
  98. package/build/components/icon/component.functions.d.ts +2 -0
  99. package/build/components/icon/component.hooks.d.ts +5 -0
  100. package/build/components/icon/component.types.d.ts +47 -0
  101. package/build/components/icon/index.d.ts +4 -0
  102. package/build/components/input/component.d.ts +6 -0
  103. package/build/components/input/component.types.d.ts +78 -0
  104. package/build/components/input/index.d.ts +2 -0
  105. package/build/components/input-otp/component.d.ts +2 -0
  106. package/build/components/input-otp/component.types.d.ts +8 -0
  107. package/build/components/input-otp/index.d.ts +2 -0
  108. package/build/components/pagination/component.constants.d.ts +1 -0
  109. package/build/components/pagination/component.d.ts +3 -0
  110. package/build/components/pagination/component.types.d.ts +22 -0
  111. package/build/components/pagination/index.d.ts +2 -0
  112. package/build/components/popover/component.constants.d.ts +3 -0
  113. package/build/components/popover/component.d.ts +34 -0
  114. package/build/components/popover/component.types.d.ts +113 -0
  115. package/build/components/popover/index.d.ts +2 -0
  116. package/build/components/select/component.d.ts +4 -0
  117. package/build/components/select/component.examples.d.ts +6 -0
  118. package/build/components/select/component.types.d.ts +109 -0
  119. package/build/components/select/index.d.ts +3 -0
  120. package/build/components/separator/component.d.ts +3 -0
  121. package/build/components/separator/component.types.d.ts +10 -0
  122. package/build/components/separator/index.d.ts +2 -0
  123. package/build/components/stack/component.d.ts +4 -0
  124. package/build/components/stack/component.types.d.ts +20 -0
  125. package/build/components/stack/index.d.ts +2 -0
  126. package/build/components/textarea/component.d.ts +2 -0
  127. package/build/components/textarea/component.types.d.ts +67 -0
  128. package/build/components/textarea/index.d.ts +2 -0
  129. package/build/components/toggle/component.d.ts +2 -0
  130. package/build/components/toggle/component.types.d.ts +25 -0
  131. package/build/components/toggle/index.d.ts +2 -0
  132. package/build/components/tooltip/component.constants.d.ts +3 -0
  133. package/build/components/tooltip/component.d.ts +4 -0
  134. package/build/components/tooltip/component.types.d.ts +12 -0
  135. package/build/components/tooltip/index.d.ts +2 -0
  136. package/build/components/typography/component.d.ts +3 -0
  137. package/build/components/typography/component.types.d.ts +18 -0
  138. package/build/components/typography/index.d.ts +2 -0
  139. package/build/components-error.cjs.js +1 -0
  140. package/build/components-error.d.ts +2 -0
  141. package/build/components-error.es.js +4 -0
  142. package/build/context-app-CMK9g6MI.js +417 -0
  143. package/build/context-app-CMK9g6MI.js.map +1 -0
  144. package/build/context-app-HhFcx1wY.cjs +9 -0
  145. package/build/context-app-HhFcx1wY.cjs.map +1 -0
  146. package/build/context-app.cjs.js +1 -2
  147. package/build/context-app.d.ts +2 -224
  148. package/build/context-app.es.js +3 -19
  149. package/build/context-browser-theme-Cb6siWO0.js +35 -0
  150. package/build/context-browser-theme-Cb6siWO0.js.map +1 -0
  151. package/build/context-browser-theme-Cso_rAT5.cjs +3 -0
  152. package/build/context-browser-theme-Cso_rAT5.cjs.map +1 -0
  153. package/build/context-browser-theme.cjs.js +1 -0
  154. package/build/context-browser-theme.d.ts +2 -0
  155. package/build/context-browser-theme.es.js +5 -0
  156. package/build/context-cookie-5CBhf-gb.js +138 -0
  157. package/build/context-cookie-5CBhf-gb.js.map +1 -0
  158. package/build/context-cookie-Btkd2aXy.cjs +3 -0
  159. package/build/context-cookie-Btkd2aXy.cjs.map +1 -0
  160. package/build/context-cookie.cjs.js +1 -2
  161. package/build/context-cookie.d.ts +2 -67
  162. package/build/context-cookie.es.js +3 -8
  163. package/build/context-dialog-B67-_jMH.cjs +3 -0
  164. package/build/context-dialog-B67-_jMH.cjs.map +1 -0
  165. package/build/context-dialog-CxGGmBqC.js +176 -0
  166. package/build/context-dialog-CxGGmBqC.js.map +1 -0
  167. package/build/context-dialog.cjs.js +1 -2
  168. package/build/context-dialog.d.ts +2 -106
  169. package/build/context-dialog.es.js +4 -17
  170. package/build/context-geolocation-C7PYGQ2g.js +42 -0
  171. package/build/context-geolocation-C7PYGQ2g.js.map +1 -0
  172. package/build/context-geolocation-CV4hV0NX.cjs +3 -0
  173. package/build/context-geolocation-CV4hV0NX.cjs.map +1 -0
  174. package/build/context-geolocation.cjs.js +1 -2
  175. package/build/context-geolocation.d.ts +2 -22
  176. package/build/context-geolocation.es.js +3 -6
  177. package/build/context-local-storage-Bb_vktd8.js +83 -0
  178. package/build/context-local-storage-Bb_vktd8.js.map +1 -0
  179. package/build/context-local-storage-DUKHVPAA.cjs +3 -0
  180. package/build/context-local-storage-DUKHVPAA.cjs.map +1 -0
  181. package/build/context-local-storage.cjs.js +1 -2
  182. package/build/context-local-storage.d.ts +2 -54
  183. package/build/context-local-storage.es.js +3 -8
  184. package/build/context-permission-Co4BKDOu.js +77 -0
  185. package/build/context-permission-Co4BKDOu.js.map +1 -0
  186. package/build/context-permission-DrcIwK9y.cjs +3 -0
  187. package/build/context-permission-DrcIwK9y.cjs.map +1 -0
  188. package/build/context-permission.cjs.js +1 -2
  189. package/build/context-permission.d.ts +2 -28
  190. package/build/context-permission.es.js +3 -7
  191. package/build/context-screen-width-CFexCIzV.js +53 -0
  192. package/build/context-screen-width-CFexCIzV.js.map +1 -0
  193. package/build/context-screen-width-hcRkxzy7.cjs +3 -0
  194. package/build/context-screen-width-hcRkxzy7.cjs.map +1 -0
  195. package/build/context-screen-width.cjs.js +1 -2
  196. package/build/context-screen-width.d.ts +2 -34
  197. package/build/context-screen-width.es.js +3 -5
  198. package/build/context-sonner-4gBa1F7G.cjs +3 -0
  199. package/build/context-sonner-4gBa1F7G.cjs.map +1 -0
  200. package/build/context-sonner-qDPLFpD5.js +218 -0
  201. package/build/context-sonner-qDPLFpD5.js.map +1 -0
  202. package/build/context-sonner.cjs.js +1 -2
  203. package/build/context-sonner.d.ts +2 -457
  204. package/build/context-sonner.es.js +3 -20
  205. package/build/contexts/context-app/context.d.ts +33 -0
  206. package/build/contexts/context-app/context.hooks.d.ts +2 -0
  207. package/build/contexts/context-app/context.styles.d.ts +14 -0
  208. package/build/contexts/context-app/context.types.d.ts +87 -0
  209. package/build/contexts/context-app/index.d.ts +2 -0
  210. package/build/contexts/context-browser-theme/context.d.ts +4 -0
  211. package/build/contexts/context-browser-theme/context.hooks.d.ts +2 -0
  212. package/build/contexts/context-browser-theme/context.types.d.ts +12 -0
  213. package/build/contexts/context-browser-theme/index.d.ts +2 -0
  214. package/build/contexts/context-cookie/context.d.ts +27 -0
  215. package/build/contexts/context-cookie/context.functions.d.ts +3 -0
  216. package/build/contexts/context-cookie/context.hooks.d.ts +9 -0
  217. package/build/contexts/context-cookie/context.types.d.ts +18 -0
  218. package/build/contexts/context-cookie/index.d.ts +3 -0
  219. package/build/contexts/context-dialog/context.constants.d.ts +8 -0
  220. package/build/contexts/context-dialog/context.d.ts +4 -0
  221. package/build/contexts/context-dialog/context.hooks.d.ts +3 -0
  222. package/build/contexts/context-dialog/context.styles.d.ts +9 -0
  223. package/build/contexts/context-dialog/context.types.d.ts +47 -0
  224. package/build/contexts/context-dialog/index.d.ts +3 -0
  225. package/build/contexts/context-geolocation/context.d.ts +4 -0
  226. package/build/contexts/context-geolocation/context.hooks.d.ts +2 -0
  227. package/build/contexts/context-geolocation/context.types.d.ts +10 -0
  228. package/build/contexts/context-geolocation/index.d.ts +2 -0
  229. package/build/contexts/context-local-storage/context.d.ts +21 -0
  230. package/build/contexts/context-local-storage/context.functions.d.ts +2 -0
  231. package/build/contexts/context-local-storage/context.hooks.d.ts +5 -0
  232. package/build/contexts/context-local-storage/context.types.d.ts +16 -0
  233. package/build/contexts/context-local-storage/index.d.ts +3 -0
  234. package/build/contexts/context-permission/context.d.ts +3 -0
  235. package/build/contexts/context-permission/context.functions.d.ts +1 -0
  236. package/build/contexts/context-permission/context.hooks.d.ts +5 -0
  237. package/build/contexts/context-permission/context.types.d.ts +11 -0
  238. package/build/contexts/context-permission/index.d.ts +2 -0
  239. package/build/contexts/context-screen-width/context.d.ts +4 -0
  240. package/build/contexts/context-screen-width/context.hooks.d.ts +2 -0
  241. package/build/contexts/context-screen-width/context.types.d.ts +11 -0
  242. package/build/contexts/context-screen-width/index.d.ts +3 -0
  243. package/build/contexts/context-sonner/context.constants.d.ts +9 -0
  244. package/build/contexts/context-sonner/context.d.ts +4 -0
  245. package/build/contexts/context-sonner/context.hooks.d.ts +2 -0
  246. package/build/contexts/context-sonner/context.styles.d.ts +30 -0
  247. package/build/contexts/context-sonner/context.types.d.ts +59 -0
  248. package/build/contexts/context-sonner/index.d.ts +3 -0
  249. package/build/cores/consts.d.ts +30 -0
  250. package/build/{functions.d.ts → cores/functions.d.ts} +18 -22
  251. package/build/cores/logger.d.ts +1 -0
  252. package/build/cores/types.d.ts +18 -0
  253. package/build/date-picker-CPNNIEa-.cjs +3 -0
  254. package/build/date-picker-CPNNIEa-.cjs.map +1 -0
  255. package/build/date-picker-Uuce_InW.js +689 -0
  256. package/build/date-picker-Uuce_InW.js.map +1 -0
  257. package/build/dist-BV0C3tLK.js +483 -0
  258. package/build/dist-BV0C3tLK.js.map +1 -0
  259. package/build/dist-DswBAjW1.cjs +3 -0
  260. package/build/dist-DswBAjW1.cjs.map +1 -0
  261. package/build/error-DzkkNL2H.cjs +3 -0
  262. package/build/error-DzkkNL2H.cjs.map +1 -0
  263. package/build/error-L2fvWcNv.js +50 -0
  264. package/build/error-L2fvWcNv.js.map +1 -0
  265. package/build/functions-CLGf7hqw.js +20 -0
  266. package/build/functions-CLGf7hqw.js.map +1 -0
  267. package/build/functions-Dwo54amB.cjs +3 -0
  268. package/build/functions-Dwo54amB.cjs.map +1 -0
  269. package/build/hooks/use-debounced-callback/index.d.ts +1 -0
  270. package/build/hooks/use-debounced-callback/use.d.ts +1 -0
  271. package/build/hooks/use-deep-compare-memoize/index.d.ts +1 -0
  272. package/build/hooks/use-deep-compare-memoize/use.d.ts +1 -0
  273. package/build/hooks/use-deep-memo/index.d.ts +1 -0
  274. package/build/hooks/use-deep-memo/use.d.ts +1 -0
  275. package/build/hooks/use-merge-refs/index.d.ts +1 -0
  276. package/build/hooks/use-merge-refs/use.d.ts +2 -0
  277. package/build/hooks/use-overflowing/index.d.ts +2 -0
  278. package/build/hooks/use-overflowing/use.d.ts +12 -0
  279. package/build/hooks/use-overflowing/use.types.d.ts +6 -0
  280. package/build/hooks/use-overflowing-advanced/index.d.ts +2 -0
  281. package/build/hooks/use-overflowing-advanced/use.d.ts +7 -0
  282. package/build/hooks/use-overflowing-advanced/use.types.d.ts +5 -0
  283. package/build/hooks/use-overflowing-in-container/index.d.ts +2 -0
  284. package/build/hooks/use-overflowing-in-container/use.d.ts +7 -0
  285. package/build/hooks/use-overflowing-in-container/use.types.d.ts +7 -0
  286. package/build/hooks/use-responsive-layout/index.d.ts +1 -0
  287. package/build/hooks/use-responsive-layout/use.d.ts +2 -0
  288. package/build/hooks/use-typography-styles/index.d.ts +2 -0
  289. package/build/hooks/use-typography-styles/use.d.ts +2 -0
  290. package/build/hooks/use-typography-styles/use.types.d.ts +11 -0
  291. package/build/hooks-use-debounced-callback.cjs.js +3 -2
  292. package/build/hooks-use-debounced-callback.cjs.js.map +1 -1
  293. package/build/hooks-use-debounced-callback.d.ts +2 -3
  294. package/build/hooks-use-debounced-callback.es.js +12 -3
  295. package/build/hooks-use-debounced-callback.es.js.map +1 -1
  296. package/build/hooks-use-deep-compare-memoize.cjs.js +3 -2
  297. package/build/hooks-use-deep-compare-memoize.cjs.js.map +1 -1
  298. package/build/hooks-use-deep-compare-memoize.d.ts +2 -3
  299. package/build/hooks-use-deep-compare-memoize.es.js +10 -3
  300. package/build/hooks-use-deep-compare-memoize.es.js.map +1 -1
  301. package/build/hooks-use-deep-memo.cjs.js +3 -0
  302. package/build/hooks-use-deep-memo.cjs.js.map +1 -0
  303. package/build/hooks-use-deep-memo.d.ts +2 -0
  304. package/build/hooks-use-deep-memo.es.js +13 -0
  305. package/build/hooks-use-deep-memo.es.js.map +1 -0
  306. package/build/hooks-use-merge-refs.cjs.js +3 -0
  307. package/build/hooks-use-merge-refs.cjs.js.map +1 -0
  308. package/build/hooks-use-merge-refs.d.ts +2 -0
  309. package/build/hooks-use-merge-refs.es.js +13 -0
  310. package/build/hooks-use-merge-refs.es.js.map +1 -0
  311. package/build/hooks-use-overflowing-advanced.cjs.js +3 -0
  312. package/build/hooks-use-overflowing-advanced.cjs.js.map +1 -0
  313. package/build/hooks-use-overflowing-advanced.d.ts +2 -0
  314. package/build/hooks-use-overflowing-advanced.es.js +24 -0
  315. package/build/hooks-use-overflowing-advanced.es.js.map +1 -0
  316. package/build/hooks-use-overflowing-in-container.cjs.js +3 -0
  317. package/build/hooks-use-overflowing-in-container.cjs.js.map +1 -0
  318. package/build/hooks-use-overflowing-in-container.d.ts +2 -0
  319. package/build/hooks-use-overflowing-in-container.es.js +20 -0
  320. package/build/hooks-use-overflowing-in-container.es.js.map +1 -0
  321. package/build/hooks-use-overflowing.cjs.js +3 -0
  322. package/build/hooks-use-overflowing.cjs.js.map +1 -0
  323. package/build/hooks-use-overflowing.d.ts +2 -0
  324. package/build/hooks-use-overflowing.es.js +28 -0
  325. package/build/hooks-use-overflowing.es.js.map +1 -0
  326. package/build/hooks-use-responsive-layout.cjs.js +3 -0
  327. package/build/hooks-use-responsive-layout.cjs.js.map +1 -0
  328. package/build/hooks-use-responsive-layout.d.ts +2 -0
  329. package/build/hooks-use-responsive-layout.es.js +22 -0
  330. package/build/hooks-use-responsive-layout.es.js.map +1 -0
  331. package/build/hooks-use-typography-styles.cjs.js +3 -0
  332. package/build/hooks-use-typography-styles.cjs.js.map +1 -0
  333. package/build/hooks-use-typography-styles.d.ts +2 -0
  334. package/build/hooks-use-typography-styles.es.js +37 -0
  335. package/build/hooks-use-typography-styles.es.js.map +1 -0
  336. package/build/icon-CoIQwke4.cjs +3 -0
  337. package/build/icon-CoIQwke4.cjs.map +1 -0
  338. package/build/icon-DzAWOQJg.js +277 -0
  339. package/build/icon-DzAWOQJg.js.map +1 -0
  340. package/build/index.cjs.js +1 -2
  341. package/build/index.d.ts +39 -2494
  342. package/build/index.es.js +104 -309
  343. package/build/input-CV02F03L.js +917 -0
  344. package/build/input-CV02F03L.js.map +1 -0
  345. package/build/input-otp-B9cYxJ7X.js +106 -0
  346. package/build/input-otp-B9cYxJ7X.js.map +1 -0
  347. package/build/input-otp-BVRCfoRK.cjs +3 -0
  348. package/build/input-otp-BVRCfoRK.cjs.map +1 -0
  349. package/build/input-zXF5f99Z.cjs +11 -0
  350. package/build/input-zXF5f99Z.cjs.map +1 -0
  351. package/build/isEqual-DeC2HFe5.cjs +3 -0
  352. package/build/isEqual-DeC2HFe5.cjs.map +1 -0
  353. package/build/isEqual-Qb81B2zH.js +676 -0
  354. package/build/isEqual-Qb81B2zH.js.map +1 -0
  355. package/build/logger-BRWLzI5S.js +174 -0
  356. package/build/logger-BRWLzI5S.js.map +1 -0
  357. package/build/logger-DZFY33QY.cjs +5 -0
  358. package/build/logger-DZFY33QY.cjs.map +1 -0
  359. package/build/motion-CAPq8wSn.cjs +3 -0
  360. package/build/motion-CAPq8wSn.cjs.map +1 -0
  361. package/build/motion-Dt6TyEjN.js +128 -0
  362. package/build/motion-Dt6TyEjN.js.map +1 -0
  363. package/build/outside-B3nRnDGb.cjs +3 -0
  364. package/build/outside-B3nRnDGb.cjs.map +1 -0
  365. package/build/outside-DpK1pI8b.js +24 -0
  366. package/build/outside-DpK1pI8b.js.map +1 -0
  367. package/build/pagination-Dbs4Lrpt.cjs +3 -0
  368. package/build/pagination-Dbs4Lrpt.cjs.map +1 -0
  369. package/build/pagination-YXSjZsMZ.js +110 -0
  370. package/build/pagination-YXSjZsMZ.js.map +1 -0
  371. package/build/popover-1k1MNFwv.js +1948 -0
  372. package/build/popover-1k1MNFwv.js.map +1 -0
  373. package/build/popover-CgwGn-55.cjs +3 -0
  374. package/build/popover-CgwGn-55.cjs.map +1 -0
  375. package/build/preview-C_yFxoFH.js +65 -0
  376. package/build/preview-C_yFxoFH.js.map +1 -0
  377. package/build/preview-dT7fmxcc.cjs +3 -0
  378. package/build/preview-dT7fmxcc.cjs.map +1 -0
  379. package/build/proxy-_gZenxVU.cjs +3 -0
  380. package/build/proxy-_gZenxVU.cjs.map +1 -0
  381. package/build/proxy-wCWa57J3.js +4354 -0
  382. package/build/proxy-wCWa57J3.js.map +1 -0
  383. package/build/select-B0adRX2_.cjs +9 -0
  384. package/build/select-B0adRX2_.cjs.map +1 -0
  385. package/build/select-D7EyxR2l.js +3443 -0
  386. package/build/select-D7EyxR2l.js.map +1 -0
  387. package/build/separator-CbeH8Lug.cjs +3 -0
  388. package/build/separator-CbeH8Lug.cjs.map +1 -0
  389. package/build/separator-hWp-s54-.js +29 -0
  390. package/build/separator-hWp-s54-.js.map +1 -0
  391. package/build/skeleton-BoVFwt7y.cjs +3 -0
  392. package/build/skeleton-BoVFwt7y.cjs.map +1 -0
  393. package/build/skeleton-DNwTI6w0.js +39 -0
  394. package/build/skeleton-DNwTI6w0.js.map +1 -0
  395. package/build/style-motion.cjs.js +1 -2
  396. package/build/style-motion.d.ts +2 -20
  397. package/build/style-motion.es.js +5 -6
  398. package/build/style-utils.cjs.js +1 -0
  399. package/build/style-utils.d.ts +2 -0
  400. package/build/style-utils.es.js +7 -0
  401. package/build/styles/motion/index.d.ts +1 -0
  402. package/build/styles/motion/motion.d.ts +13 -0
  403. package/build/styles/utils/constants.d.ts +1797 -0
  404. package/build/styles/utils/functions.d.ts +3 -0
  405. package/build/styles/utils/index.d.ts +3 -0
  406. package/build/styles/utils/types.d.ts +68 -0
  407. package/build/textarea-CbZSeqGR.cjs +3 -0
  408. package/build/textarea-CbZSeqGR.cjs.map +1 -0
  409. package/build/textarea-ChkjV_Ha.js +132 -0
  410. package/build/textarea-ChkjV_Ha.js.map +1 -0
  411. package/build/toggle-I6YvEX4w.js +86 -0
  412. package/build/toggle-I6YvEX4w.js.map +1 -0
  413. package/build/toggle-gYw5FUp-.cjs +3 -0
  414. package/build/toggle-gYw5FUp-.cjs.map +1 -0
  415. package/build/typography-B2KioMfq.js +116 -0
  416. package/build/typography-B2KioMfq.js.map +1 -0
  417. package/build/typography-DcxhX_9e.cjs +3 -0
  418. package/build/typography-DcxhX_9e.cjs.map +1 -0
  419. package/build/utils-Cona48dZ.js +925 -0
  420. package/build/utils-Cona48dZ.js.map +1 -0
  421. package/build/utils-DtinAjAU.cjs +3 -0
  422. package/build/utils-DtinAjAU.cjs.map +1 -0
  423. package/build/v4-BDi_Luux.cjs +3 -0
  424. package/build/v4-BDi_Luux.cjs.map +1 -0
  425. package/build/v4-CYaPyb-W.js +31 -0
  426. package/build/v4-CYaPyb-W.js.map +1 -0
  427. package/package.json +185 -194
  428. package/build/area-0BNtBqG8.cjs +0 -2
  429. package/build/area-0BNtBqG8.cjs.map +0 -1
  430. package/build/area-B6xxVQ87.js +0 -35
  431. package/build/area-B6xxVQ87.js.map +0 -1
  432. package/build/area-B7-4IFQB.js +0 -19
  433. package/build/area-B7-4IFQB.js.map +0 -1
  434. package/build/area-DxKLtDFZ.cjs +0 -2
  435. package/build/area-DxKLtDFZ.cjs.map +0 -1
  436. package/build/area-outside.cjs.js.map +0 -1
  437. package/build/area-outside.es.js.map +0 -1
  438. package/build/area-preview.cjs.js.map +0 -1
  439. package/build/area-preview.es.js.map +0 -1
  440. package/build/area-scroll.cjs.js +0 -2
  441. package/build/area-scroll.cjs.js.map +0 -1
  442. package/build/area-scroll.d.ts +0 -57
  443. package/build/area-scroll.es.js +0 -7
  444. package/build/area-scroll.es.js.map +0 -1
  445. package/build/area-skeleton.cjs.js.map +0 -1
  446. package/build/area-skeleton.es.js.map +0 -1
  447. package/build/area-smooth.cjs.js +0 -2
  448. package/build/area-smooth.cjs.js.map +0 -1
  449. package/build/area-smooth.d.ts +0 -37
  450. package/build/area-smooth.es.js +0 -5
  451. package/build/area-smooth.es.js.map +0 -1
  452. package/build/area.hooks-Bk04M7mk.js +0 -26
  453. package/build/area.hooks-Bk04M7mk.js.map +0 -1
  454. package/build/area.hooks-C_UKZzcb.cjs +0 -2
  455. package/build/area.hooks-C_UKZzcb.cjs.map +0 -1
  456. package/build/area.styles-Cpx4H0gc.cjs +0 -27
  457. package/build/area.styles-Cpx4H0gc.cjs.map +0 -1
  458. package/build/area.styles-DhCCEhuq.js +0 -32
  459. package/build/area.styles-DhCCEhuq.js.map +0 -1
  460. package/build/component-B72M2Tpw.js +0 -84
  461. package/build/component-B72M2Tpw.js.map +0 -1
  462. package/build/component-BIxOOifU.cjs +0 -2
  463. package/build/component-BIxOOifU.cjs.map +0 -1
  464. package/build/component-BMIqhbpK.js +0 -23
  465. package/build/component-BMIqhbpK.js.map +0 -1
  466. package/build/component-BQru5uoj.js +0 -10
  467. package/build/component-BQru5uoj.js.map +0 -1
  468. package/build/component-BRCDQbb-.js +0 -50
  469. package/build/component-BRCDQbb-.js.map +0 -1
  470. package/build/component-BUkf5TLO.js +0 -170
  471. package/build/component-BUkf5TLO.js.map +0 -1
  472. package/build/component-BmccRQ_Y.cjs +0 -2
  473. package/build/component-BmccRQ_Y.cjs.map +0 -1
  474. package/build/component-Bvq-fgCN.cjs +0 -2
  475. package/build/component-Bvq-fgCN.cjs.map +0 -1
  476. package/build/component-C448kBTA.js +0 -443
  477. package/build/component-C448kBTA.js.map +0 -1
  478. package/build/component-C6I01Mel.cjs +0 -2
  479. package/build/component-C6I01Mel.cjs.map +0 -1
  480. package/build/component-C8mTuBua.js +0 -74
  481. package/build/component-C8mTuBua.js.map +0 -1
  482. package/build/component-CVWsmIlg.cjs +0 -2
  483. package/build/component-CVWsmIlg.cjs.map +0 -1
  484. package/build/component-C_6x7Mk8.js +0 -88
  485. package/build/component-C_6x7Mk8.js.map +0 -1
  486. package/build/component-CbWtsuhz.js +0 -60
  487. package/build/component-CbWtsuhz.js.map +0 -1
  488. package/build/component-Cfs39n8Q.js +0 -21
  489. package/build/component-Cfs39n8Q.js.map +0 -1
  490. package/build/component-CoOTSdM5.cjs +0 -28
  491. package/build/component-CoOTSdM5.cjs.map +0 -1
  492. package/build/component-Cu2i_-RT.cjs +0 -2
  493. package/build/component-Cu2i_-RT.cjs.map +0 -1
  494. package/build/component-CyZbUCkT.js +0 -39
  495. package/build/component-CyZbUCkT.js.map +0 -1
  496. package/build/component-D-HMYzXU.js +0 -65
  497. package/build/component-D-HMYzXU.js.map +0 -1
  498. package/build/component-D2vDwS60.cjs +0 -2
  499. package/build/component-D2vDwS60.cjs.map +0 -1
  500. package/build/component-D3KCIC-G.js +0 -64
  501. package/build/component-D3KCIC-G.js.map +0 -1
  502. package/build/component-DJAq34yj.cjs +0 -2
  503. package/build/component-DJAq34yj.cjs.map +0 -1
  504. package/build/component-DRMRXUJA.cjs +0 -2
  505. package/build/component-DRMRXUJA.cjs.map +0 -1
  506. package/build/component-DfSTPgfj.js +0 -248
  507. package/build/component-DfSTPgfj.js.map +0 -1
  508. package/build/component-DqV_-YxZ.cjs +0 -2
  509. package/build/component-DqV_-YxZ.cjs.map +0 -1
  510. package/build/component-DrmSI_ni.cjs +0 -2
  511. package/build/component-DrmSI_ni.cjs.map +0 -1
  512. package/build/component-Qxjnm7yi.cjs +0 -2
  513. package/build/component-Qxjnm7yi.cjs.map +0 -1
  514. package/build/component-WmDPzhcW.cjs +0 -2
  515. package/build/component-WmDPzhcW.cjs.map +0 -1
  516. package/build/component-accordion.cjs.js +0 -2
  517. package/build/component-accordion.cjs.js.map +0 -1
  518. package/build/component-accordion.d.ts +0 -100
  519. package/build/component-accordion.es.js +0 -11
  520. package/build/component-accordion.es.js.map +0 -1
  521. package/build/component-button-group.cjs.js +0 -2
  522. package/build/component-button-group.cjs.js.map +0 -1
  523. package/build/component-button-group.d.ts +0 -195
  524. package/build/component-button-group.es.js +0 -7
  525. package/build/component-button-group.es.js.map +0 -1
  526. package/build/component-button.cjs.js.map +0 -1
  527. package/build/component-button.es.js.map +0 -1
  528. package/build/component-checkbox-group.cjs.js +0 -2
  529. package/build/component-checkbox-group.cjs.js.map +0 -1
  530. package/build/component-checkbox-group.d.ts +0 -224
  531. package/build/component-checkbox-group.es.js +0 -12
  532. package/build/component-checkbox-group.es.js.map +0 -1
  533. package/build/component-checkbox.cjs.js.map +0 -1
  534. package/build/component-checkbox.es.js.map +0 -1
  535. package/build/component-date-picker.cjs.js.map +0 -1
  536. package/build/component-date-picker.es.js.map +0 -1
  537. package/build/component-gcvwlILJ.js +0 -76
  538. package/build/component-gcvwlILJ.js.map +0 -1
  539. package/build/component-icon.cjs.js.map +0 -1
  540. package/build/component-icon.es.js.map +0 -1
  541. package/build/component-image-button.cjs.js +0 -2
  542. package/build/component-image-button.cjs.js.map +0 -1
  543. package/build/component-image-button.d.ts +0 -215
  544. package/build/component-image-button.es.js +0 -5
  545. package/build/component-image-button.es.js.map +0 -1
  546. package/build/component-image-select.cjs.js +0 -2
  547. package/build/component-image-select.cjs.js.map +0 -1
  548. package/build/component-image-select.d.ts +0 -313
  549. package/build/component-image-select.es.js +0 -12
  550. package/build/component-image-select.es.js.map +0 -1
  551. package/build/component-image-slider.cjs.js +0 -2
  552. package/build/component-image-slider.cjs.js.map +0 -1
  553. package/build/component-image-slider.d.ts +0 -108
  554. package/build/component-image-slider.es.js +0 -9
  555. package/build/component-image-slider.es.js.map +0 -1
  556. package/build/component-image.cjs.js +0 -2
  557. package/build/component-image.cjs.js.map +0 -1
  558. package/build/component-image.d.ts +0 -51
  559. package/build/component-image.es.js +0 -7
  560. package/build/component-image.es.js.map +0 -1
  561. package/build/component-input-otp.cjs.js.map +0 -1
  562. package/build/component-input-otp.es.js.map +0 -1
  563. package/build/component-input.cjs.js.map +0 -1
  564. package/build/component-input.es.js.map +0 -1
  565. package/build/component-mFXKTq1K.cjs +0 -2
  566. package/build/component-mFXKTq1K.cjs.map +0 -1
  567. package/build/component-pagination.cjs.js.map +0 -1
  568. package/build/component-pagination.es.js.map +0 -1
  569. package/build/component-range.cjs.js +0 -2
  570. package/build/component-range.cjs.js.map +0 -1
  571. package/build/component-range.d.ts +0 -212
  572. package/build/component-range.es.js +0 -9
  573. package/build/component-range.es.js.map +0 -1
  574. package/build/component-ripple.cjs.js +0 -2
  575. package/build/component-ripple.cjs.js.map +0 -1
  576. package/build/component-ripple.d.ts +0 -47
  577. package/build/component-ripple.es.js +0 -12
  578. package/build/component-ripple.es.js.map +0 -1
  579. package/build/component-select.cjs.js.map +0 -1
  580. package/build/component-select.es.js.map +0 -1
  581. package/build/component-separator.cjs.js.map +0 -1
  582. package/build/component-separator.es.js.map +0 -1
  583. package/build/component-stack.cjs.js.map +0 -1
  584. package/build/component-stack.es.js.map +0 -1
  585. package/build/component-textarea.cjs.js.map +0 -1
  586. package/build/component-textarea.es.js.map +0 -1
  587. package/build/component-toggle.cjs.js.map +0 -1
  588. package/build/component-toggle.es.js.map +0 -1
  589. package/build/component-tooltip.cjs.js.map +0 -1
  590. package/build/component-tooltip.es.js.map +0 -1
  591. package/build/component-typography.cjs.js.map +0 -1
  592. package/build/component-typography.es.js.map +0 -1
  593. package/build/component.constants-BQOzGr0l.js +0 -757
  594. package/build/component.constants-BQOzGr0l.js.map +0 -1
  595. package/build/component.constants-CFLrPu5_.cjs +0 -2
  596. package/build/component.constants-CFLrPu5_.cjs.map +0 -1
  597. package/build/component.constants-DI22AYyi.js +0 -142
  598. package/build/component.constants-DI22AYyi.js.map +0 -1
  599. package/build/component.constants-DnHO8qFb.cjs +0 -2
  600. package/build/component.constants-DnHO8qFb.cjs.map +0 -1
  601. package/build/component.functions-D9ffjEok.cjs +0 -8
  602. package/build/component.functions-D9ffjEok.cjs.map +0 -1
  603. package/build/component.functions-DNW6h8kk.js +0 -12
  604. package/build/component.functions-DNW6h8kk.js.map +0 -1
  605. package/build/component.styles-BX2Aiqp_.cjs +0 -43
  606. package/build/component.styles-BX2Aiqp_.cjs.map +0 -1
  607. package/build/component.styles-C0oU5oX_.js +0 -59
  608. package/build/component.styles-C0oU5oX_.js.map +0 -1
  609. package/build/component.styles-CD6ZzRrk.cjs +0 -14
  610. package/build/component.styles-CD6ZzRrk.cjs.map +0 -1
  611. package/build/component.styles-SZ5VuhNG.js +0 -20
  612. package/build/component.styles-SZ5VuhNG.js.map +0 -1
  613. package/build/component.types-6hyRS9ZB.cjs +0 -2
  614. package/build/component.types-6hyRS9ZB.cjs.map +0 -1
  615. package/build/component.types-e2YpVj0l.js +0 -907
  616. package/build/component.types-e2YpVj0l.js.map +0 -1
  617. package/build/consts.cjs.js +0 -2
  618. package/build/consts.cjs.js.map +0 -1
  619. package/build/consts.d.ts +0 -77
  620. package/build/consts.es.js +0 -151
  621. package/build/consts.es.js.map +0 -1
  622. package/build/context-BK9a46O1.cjs +0 -4
  623. package/build/context-BK9a46O1.cjs.map +0 -1
  624. package/build/context-CPZf131N.cjs +0 -2
  625. package/build/context-CPZf131N.cjs.map +0 -1
  626. package/build/context-Cr80KOpF.js +0 -122
  627. package/build/context-Cr80KOpF.js.map +0 -1
  628. package/build/context-DssNKJ_n.cjs +0 -2
  629. package/build/context-DssNKJ_n.cjs.map +0 -1
  630. package/build/context-PFdUnKga.js +0 -44
  631. package/build/context-PFdUnKga.js.map +0 -1
  632. package/build/context-app.cjs.js.map +0 -1
  633. package/build/context-app.es.js.map +0 -1
  634. package/build/context-cookie.cjs.js.map +0 -1
  635. package/build/context-cookie.es.js.map +0 -1
  636. package/build/context-dialog.cjs.js.map +0 -1
  637. package/build/context-dialog.es.js.map +0 -1
  638. package/build/context-geolocation.cjs.js.map +0 -1
  639. package/build/context-geolocation.es.js.map +0 -1
  640. package/build/context-local-storage.cjs.js.map +0 -1
  641. package/build/context-local-storage.es.js.map +0 -1
  642. package/build/context-permission.cjs.js.map +0 -1
  643. package/build/context-permission.es.js.map +0 -1
  644. package/build/context-screen-width.cjs.js.map +0 -1
  645. package/build/context-screen-width.es.js.map +0 -1
  646. package/build/context-sonner.cjs.js.map +0 -1
  647. package/build/context-sonner.es.js.map +0 -1
  648. package/build/context-w9weDPCZ.js +0 -200
  649. package/build/context-w9weDPCZ.js.map +0 -1
  650. package/build/context.constants-B14bB8O1.js +0 -254
  651. package/build/context.constants-B14bB8O1.js.map +0 -1
  652. package/build/context.constants-BA1u2p1r.cjs +0 -32
  653. package/build/context.constants-BA1u2p1r.cjs.map +0 -1
  654. package/build/context.constants-BWLe7YHv.js +0 -12598
  655. package/build/context.constants-BWLe7YHv.js.map +0 -1
  656. package/build/context.constants-baqYH-_k.cjs +0 -1742
  657. package/build/context.constants-baqYH-_k.cjs.map +0 -1
  658. package/build/context.functions--v7FClEV.cjs +0 -2
  659. package/build/context.functions--v7FClEV.cjs.map +0 -1
  660. package/build/context.functions-B8FDl7nJ.js +0 -14
  661. package/build/context.functions-B8FDl7nJ.js.map +0 -1
  662. package/build/context.functions-CB6--UcR.js +0 -35
  663. package/build/context.functions-CB6--UcR.js.map +0 -1
  664. package/build/context.functions-CHaPcuVS.cjs +0 -2
  665. package/build/context.functions-CHaPcuVS.cjs.map +0 -1
  666. package/build/context.functions-CPP8X6so.js +0 -35
  667. package/build/context.functions-CPP8X6so.js.map +0 -1
  668. package/build/context.functions-ar41xFVo.cjs +0 -2
  669. package/build/context.functions-ar41xFVo.cjs.map +0 -1
  670. package/build/context.hooks-B-YcyJ5E.cjs +0 -2
  671. package/build/context.hooks-B-YcyJ5E.cjs.map +0 -1
  672. package/build/context.hooks-B9dsW2kz.js +0 -117
  673. package/build/context.hooks-B9dsW2kz.js.map +0 -1
  674. package/build/context.hooks-Bi7spFak.cjs +0 -2
  675. package/build/context.hooks-Bi7spFak.cjs.map +0 -1
  676. package/build/context.hooks-BnHnPV_i.js +0 -49
  677. package/build/context.hooks-BnHnPV_i.js.map +0 -1
  678. package/build/context.hooks-CDnjxy35.cjs +0 -2
  679. package/build/context.hooks-CDnjxy35.cjs.map +0 -1
  680. package/build/context.hooks-DDD8ffJI.cjs +0 -2
  681. package/build/context.hooks-DDD8ffJI.cjs.map +0 -1
  682. package/build/context.hooks-Df0m0Voe.js +0 -13
  683. package/build/context.hooks-Df0m0Voe.js.map +0 -1
  684. package/build/context.hooks-DjafkFMD.cjs +0 -2
  685. package/build/context.hooks-DjafkFMD.cjs.map +0 -1
  686. package/build/context.hooks-DpwnIiRj.cjs +0 -2
  687. package/build/context.hooks-DpwnIiRj.cjs.map +0 -1
  688. package/build/context.hooks-HEeFGka7.js +0 -13
  689. package/build/context.hooks-HEeFGka7.js.map +0 -1
  690. package/build/context.hooks-NDk5ehgk.js +0 -13
  691. package/build/context.hooks-NDk5ehgk.js.map +0 -1
  692. package/build/context.hooks-oclt34zD.js +0 -68
  693. package/build/context.hooks-oclt34zD.js.map +0 -1
  694. package/build/functions.cjs.js +0 -2
  695. package/build/functions.cjs.js.map +0 -1
  696. package/build/functions.es.js +0 -50
  697. package/build/functions.es.js.map +0 -1
  698. package/build/index.cjs.js.map +0 -1
  699. package/build/index.es.js.map +0 -1
  700. package/build/jsx-runtime-C6yv_9g1.cjs +0 -11
  701. package/build/jsx-runtime-C6yv_9g1.cjs.map +0 -1
  702. package/build/jsx-runtime-DZS36FSE.js +0 -316
  703. package/build/jsx-runtime-DZS36FSE.js.map +0 -1
  704. package/build/motion-DrSN18V7.cjs +0 -2
  705. package/build/motion-DrSN18V7.cjs.map +0 -1
  706. package/build/motion-K7hUU4gL.js +0 -85
  707. package/build/motion-K7hUU4gL.js.map +0 -1
  708. package/build/style-BfuEu91g.js +0 -176
  709. package/build/style-BfuEu91g.js.map +0 -1
  710. package/build/style-Drq-Q1Im.cjs +0 -136
  711. package/build/style-Drq-Q1Im.cjs.map +0 -1
  712. package/build/style-add.cjs.js +0 -2
  713. package/build/style-add.cjs.js.map +0 -1
  714. package/build/style-add.d.ts +0 -88
  715. package/build/style-add.es.js +0 -17
  716. package/build/style-add.es.js.map +0 -1
  717. package/build/style-error.cjs.js +0 -2
  718. package/build/style-error.cjs.js.map +0 -1
  719. package/build/style-error.d.ts +0 -99
  720. package/build/style-error.es.js +0 -7
  721. package/build/style-error.es.js.map +0 -1
  722. package/build/style-fRZ6xrVp.cjs +0 -10
  723. package/build/style-fRZ6xrVp.cjs.map +0 -1
  724. package/build/style-motion.cjs.js.map +0 -1
  725. package/build/style-motion.es.js.map +0 -1
  726. package/build/style-plT9Ah7t.js +0 -33
  727. package/build/style-plT9Ah7t.js.map +0 -1
  728. package/build/style-sx.cjs.js +0 -2
  729. package/build/style-sx.cjs.js.map +0 -1
  730. package/build/style-sx.d.ts +0 -33
  731. package/build/style-sx.es.js +0 -5
  732. package/build/style-sx.es.js.map +0 -1
  733. package/build/style-theme.cjs.js +0 -2
  734. package/build/style-theme.cjs.js.map +0 -1
  735. package/build/style-theme.d.ts +0 -293
  736. package/build/style-theme.es.js +0 -16
  737. package/build/style-theme.es.js.map +0 -1
  738. package/build/types.cjs.js +0 -2
  739. package/build/types.cjs.js.map +0 -1
  740. package/build/types.d.ts +0 -27
  741. package/build/types.es.js +0 -2
  742. package/build/types.es.js.map +0 -1
  743. package/build/use-BF8VW4MA.cjs +0 -16
  744. package/build/use-BF8VW4MA.cjs.map +0 -1
  745. package/build/use-Bp8UVw4Y.js +0 -16
  746. package/build/use-Bp8UVw4Y.js.map +0 -1
  747. package/build/use-C7vngeRk.js +0 -882
  748. package/build/use-C7vngeRk.js.map +0 -1
  749. package/build/use-DdGWsOBo.js +0 -1577
  750. package/build/use-DdGWsOBo.js.map +0 -1
  751. package/build/use-IhzeVumv.cjs +0 -2
  752. package/build/use-IhzeVumv.cjs.map +0 -1
  753. package/build/use-zW3LuRc_.cjs +0 -2
  754. package/build/use-zW3LuRc_.cjs.map +0 -1
@@ -0,0 +1,1797 @@
1
+ export declare const CSS_VARS: {
2
+ readonly font: {
3
+ readonly family: "var(--font-family)";
4
+ readonly weight: "var(--font-weight)";
5
+ readonly height: "var(--font-height)";
6
+ readonly size: "var(--font-size)";
7
+ readonly sizeHeading: {
8
+ readonly headline: "var(--font-size-heading-headline)";
9
+ readonly 'sub-headline': "var(--font-size-heading-sub-headline)";
10
+ readonly 'title-1': "var(--font-size-heading-title-1)";
11
+ readonly 'title-2': "var(--font-size-heading-title-2)";
12
+ readonly 'title-3': "var(--font-size-heading-title-3)";
13
+ readonly 'title-4': "var(--font-size-heading-title-4)";
14
+ readonly 'title-5': "var(--font-size-heading-title-5)";
15
+ readonly body: "var(--font-size-heading-body)";
16
+ readonly callout: "var(--font-size-heading-callout)";
17
+ readonly footnote: "var(--font-size-heading-footnote)";
18
+ readonly 'caption-1': "var(--font-size-heading-caption-1)";
19
+ readonly 'caption-2': "var(--font-size-heading-caption-2)";
20
+ readonly 'controller-large': "var(--font-size-heading-controller-large)";
21
+ readonly 'controller-large-medium': "var(--font-size-heading-controller-large-medium)";
22
+ readonly 'controller-medium': "var(--font-size-heading-controller-medium)";
23
+ readonly 'controller-medium-small': "var(--font-size-heading-controller-medium-small)";
24
+ readonly 'controller-small': "var(--font-size-heading-controller-small)";
25
+ };
26
+ };
27
+ readonly screen: {
28
+ readonly breakpoint: {
29
+ readonly tablet: "1290px";
30
+ readonly mobile: "850px";
31
+ };
32
+ readonly orientation: {
33
+ readonly landscape: "landscape";
34
+ readonly portrait: "portrait";
35
+ };
36
+ };
37
+ readonly animation: {
38
+ readonly duration: "var(--duration)";
39
+ readonly easing: "var(--easing)";
40
+ };
41
+ readonly palette: {
42
+ readonly accentRedLight: "var(--accent-red-light)";
43
+ readonly accentOrangeLight: "var(--accent-orange-light)";
44
+ readonly accentYellowLight: "var(--accent-yellow-light)";
45
+ readonly accentGreenLight: "var(--accent-green-light)";
46
+ readonly accentMintLight: "var(--accent-mint-light)";
47
+ readonly accentTealLight: "var(--accent-teal-light)";
48
+ readonly accentCyanLight: "var(--accent-cyan-light)";
49
+ readonly accentBlueLight: "var(--accent-blue-light)";
50
+ readonly accentIndigoLight: "var(--accent-indigo-light)";
51
+ readonly accentPurpleLight: "var(--accent-purple-light)";
52
+ readonly accentPinkLight: "var(--accent-pink-light)";
53
+ readonly accentBrownLight: "var(--accent-brown-light)";
54
+ readonly accentGrayLight: "var(--accent-gray-light)";
55
+ readonly fillLight: "var(--fill-light)";
56
+ readonly fillPrimaryLight: "var(--fill-primary-light)";
57
+ readonly fillSecondaryLight: "var(--fill-secondary-light)";
58
+ readonly fillTertiaryLight: "var(--fill-tertiary-light)";
59
+ readonly fillQuaternaryLight: "var(--fill-quaternary-light)";
60
+ readonly fillQuinaryLight: "var(--fill-quinary-light)";
61
+ readonly textPrimaryLight: "var(--text-primary-light)";
62
+ readonly textSecondaryLight: "var(--text-secondary-light)";
63
+ readonly textTertiaryLight: "var(--text-tertiary-light)";
64
+ readonly controlMenuLight: "var(--control-menu-light)";
65
+ readonly controlTooltipLight: "var(--control-tooltip-light)";
66
+ readonly controlTransparent: "var(--control-transparent)";
67
+ readonly shadowGlassLight: "var(--shadow-glass-light)";
68
+ readonly shadowPrimaryLight: "var(--shadow-primary-light)";
69
+ readonly shadowSecondaryLight: "var(--shadow-secondary-light)";
70
+ readonly shadowTertiaryLight: "var(--shadow-tertiary-light)";
71
+ readonly shadowQuaternaryLight: "var(--shadow-quaternary-light)";
72
+ readonly shadowWindowInnerShadowLight: "var(--shadow-window-inner-shadow-light)";
73
+ readonly productPrimaryLight: "var(--product-primary-light)";
74
+ readonly productSecondaryLight: "var(--product-secondary-light)";
75
+ readonly productTertiaryLight: "var(--product-tertiary-light)";
76
+ readonly productQuaternaryLight: "var(--product-quaternary-light)";
77
+ readonly productQuinaryLight: "var(--product-quinary-light)";
78
+ readonly current: "var(--current-color)";
79
+ readonly inherit: "var(--inherit)";
80
+ readonly transparent: "var(--transparent)";
81
+ readonly accentRedDark: "var(--accent-red-dark)";
82
+ readonly accentOrangeDark: "var(--accent-orange-dark)";
83
+ readonly accentYellowDark: "var(--accent-yellow-dark)";
84
+ readonly accentGreenDark: "var(--accent-green-dark)";
85
+ readonly accentMintDark: "var(--accent-mint-dark)";
86
+ readonly accentTealDark: "var(--accent-teal-dark)";
87
+ readonly accentCyanDark: "var(--accent-cyan-dark)";
88
+ readonly accentBlueDark: "var(--accent-blue-dark)";
89
+ readonly accentIndigoDark: "var(--accent-indigo-dark)";
90
+ readonly accentPurpleDark: "var(--accent-purple-dark)";
91
+ readonly accentPinkDark: "var(--accent-pink-dark)";
92
+ readonly accentBrownDark: "var(--accent-brown-dark)";
93
+ readonly accentGrayDark: "var(--accent-gray-dark)";
94
+ readonly fillDark: "var(--fill-dark)";
95
+ readonly fillPrimaryDark: "var(--fill-primary-dark)";
96
+ readonly fillSecondaryDark: "var(--fill-secondary-dark)";
97
+ readonly fillTertiaryDark: "var(--fill-tertiary-dark)";
98
+ readonly fillQuaternaryDark: "var(--fill-quaternary-dark)";
99
+ readonly fillQuinaryDark: "var(--fill-quinary-dark)";
100
+ readonly textPrimaryDark: "var(--text-primary-dark)";
101
+ readonly textSecondaryDark: "var(--text-secondary-dark)";
102
+ readonly textTertiaryDark: "var(--text-tertiary-dark)";
103
+ readonly controlMenuDark: "var(--control-menu-dark)";
104
+ readonly controlTooltipDark: "var(--control-tooltip-dark)";
105
+ readonly productPrimaryDark: "var(--product-primary-dark)";
106
+ readonly productSecondaryDark: "var(--product-secondary-dark)";
107
+ readonly productTertiaryDark: "var(--product-tertiary-dark)";
108
+ readonly productQuaternaryDark: "var(--product-quaternary-dark)";
109
+ readonly productQuinaryDark: "var(--product-quinary-dark)";
110
+ readonly shadowGlassDark: "var(--shadow-glass-dark)";
111
+ readonly shadowPrimaryDark: "var(--shadow-primary-dark)";
112
+ readonly shadowSecondaryDark: "var(--shadow-secondary-dark)";
113
+ readonly shadowTertiaryDark: "var(--shadow-tertiary-dark)";
114
+ readonly shadowQuaternaryDark: "var(--shadow-quaternary-dark)";
115
+ readonly shadowWindowInnerShadowDark: "var(--shadow-window-inner-shadow-dark)";
116
+ readonly accentRedLightStable: "var(--accent-red-light-stable)";
117
+ readonly accentOrangeLightStable: "var(--accent-orange-light-stable)";
118
+ readonly accentYellowLightStable: "var(--accent-yellow-light-stable)";
119
+ readonly accentGreenLightStable: "var(--accent-green-light-stable)";
120
+ readonly accentMintLightStable: "var(--accent-mint-light-stable)";
121
+ readonly accentTealLightStable: "var(--accent-teal-light-stable)";
122
+ readonly accentCyanLightStable: "var(--accent-cyan-light-stable)";
123
+ readonly accentBlueLightStable: "var(--accent-blue-light-stable)";
124
+ readonly accentIndigoLightStable: "var(--accent-indigo-light-stable)";
125
+ readonly accentPurpleLightStable: "var(--accent-purple-light-stable)";
126
+ readonly accentPinkLightStable: "var(--accent-pink-light-stable)";
127
+ readonly accentBrownLightStable: "var(--accent-brown-light-stable)";
128
+ readonly accentGrayLightStable: "var(--accent-gray-light-stable)";
129
+ readonly fillLightStable: "var(--fill-light-stable)";
130
+ readonly fillPrimaryLightStable: "var(--fill-primary-light-stable)";
131
+ readonly fillSecondaryLightStable: "var(--fill-secondary-light-stable)";
132
+ readonly fillTertiaryLightStable: "var(--fill-tertiary-light-stable)";
133
+ readonly fillQuaternaryLightStable: "var(--fill-quaternary-light-stable)";
134
+ readonly fillQuinaryLightStable: "var(--fill-quinary-light-stable)";
135
+ readonly textPrimaryLightStable: "var(--text-primary-light-stable)";
136
+ readonly textSecondaryLightStable: "var(--text-secondary-light-stable)";
137
+ readonly textTertiaryLightStable: "var(--text-tertiary-light-stable)";
138
+ readonly controlMenuLightStable: "var(--control-menu-light-stable)";
139
+ readonly controlTooltipLightStable: "var(--control-tooltip-light-stable)";
140
+ readonly controlTransparentStable: "var(--control-transparent-stable)";
141
+ readonly shadowGlassLightStable: "var(--shadow-glass-light-stable)";
142
+ readonly shadowPrimaryLightStable: "var(--shadow-primary-light-stable)";
143
+ readonly shadowSecondaryLightStable: "var(--shadow-secondary-light-stable)";
144
+ readonly shadowTertiaryLightStable: "var(--shadow-tertiary-light-stable)";
145
+ readonly shadowQuaternaryLightStable: "var(--shadow-quaternary-light-stable)";
146
+ readonly shadowWindowInnerShadowLightStable: "var(--shadow-window-inner-shadow-light-stable)";
147
+ readonly productPrimaryLightStable: "var(--product-primary-light-stable)";
148
+ readonly productSecondaryLightStable: "var(--product-secondary-light-stable)";
149
+ readonly productTertiaryLightStable: "var(--product-tertiary-light-stable)";
150
+ readonly productQuaternaryLightStable: "var(--product-quaternary-light-stable)";
151
+ readonly productQuinaryLightStable: "var(--product-quinary-light-stable)";
152
+ readonly accentRedDarkStable: "var(--accent-red-dark-stable)";
153
+ readonly accentOrangeDarkStable: "var(--accent-orange-dark-stable)";
154
+ readonly accentYellowDarkStable: "var(--accent-yellow-dark-stable)";
155
+ readonly accentGreenDarkStable: "var(--accent-green-dark-stable)";
156
+ readonly accentMintDarkStable: "var(--accent-mint-dark-stable)";
157
+ readonly accentTealDarkStable: "var(--accent-teal-dark-stable)";
158
+ readonly accentCyanDarkStable: "var(--accent-cyan-dark-stable)";
159
+ readonly accentBlueDarkStable: "var(--accent-blue-dark-stable)";
160
+ readonly accentIndigoDarkStable: "var(--accent-indigo-dark-stable)";
161
+ readonly accentPurpleDarkStable: "var(--accent-purple-dark-stable)";
162
+ readonly accentPinkDarkStable: "var(--accent-pink-dark-stable)";
163
+ readonly accentBrownDarkStable: "var(--accent-brown-dark-stable)";
164
+ readonly accentGrayDarkStable: "var(--accent-gray-dark-stable)";
165
+ readonly fillDarkStable: "var(--fill-dark-stable)";
166
+ readonly fillPrimaryDarkStable: "var(--fill-primary-dark-stable)";
167
+ readonly fillSecondaryDarkStable: "var(--fill-secondary-dark-stable)";
168
+ readonly fillTertiaryDarkStable: "var(--fill-tertiary-dark-stable)";
169
+ readonly fillQuaternaryDarkStable: "var(--fill-quaternary-dark-stable)";
170
+ readonly fillQuinaryDarkStable: "var(--fill-quinary-dark-stable)";
171
+ readonly textPrimaryDarkStable: "var(--text-primary-dark-stable)";
172
+ readonly textSecondaryDarkStable: "var(--text-secondary-dark-stable)";
173
+ readonly textTertiaryDarkStable: "var(--text-tertiary-dark-stable)";
174
+ readonly controlMenuDarkStable: "var(--control-menu-dark-stable)";
175
+ readonly controlTooltipDarkStable: "var(--control-tooltip-dark-stable)";
176
+ readonly productPrimaryDarkStable: "var(--product-primary-dark-stable)";
177
+ readonly productSecondaryDarkStable: "var(--product-secondary-dark-stable)";
178
+ readonly productTertiaryDarkStable: "var(--product-tertiary-dark-stable)";
179
+ readonly productQuaternaryDarkStable: "var(--product-quaternary-dark-stable)";
180
+ readonly productQuinaryDarkStable: "var(--product-quinary-dark-stable)";
181
+ readonly shadowGlassDarkStable: "var(--shadow-glass-dark-stable)";
182
+ readonly shadowPrimaryDarkStable: "var(--shadow-primary-dark-stable)";
183
+ readonly shadowSecondaryDarkStable: "var(--shadow-secondary-dark-stable)";
184
+ readonly shadowTertiaryDarkStable: "var(--shadow-tertiary-dark-stable)";
185
+ readonly shadowQuaternaryDarkStable: "var(--shadow-quaternary-dark-stable)";
186
+ readonly shadowWindowInnerShadowDarkStable: "var(--shadow-window-inner-shadow-dark-stable)";
187
+ };
188
+ readonly size: {
189
+ readonly large: {
190
+ readonly height: "var(--size-large-height)";
191
+ readonly heightIcon: "var(--size-large-height-icon)";
192
+ readonly radius: "var(--size-large-radius)";
193
+ readonly padding: "var(--size-large-padding)";
194
+ readonly font: "var(--size-large-font)";
195
+ };
196
+ readonly largeMedium: {
197
+ readonly height: "var(--size-large-medium-height)";
198
+ readonly heightIcon: "var(--size-large-medium-height-icon)";
199
+ readonly radius: "var(--size-large-medium-radius)";
200
+ readonly padding: "var(--size-large-medium-padding)";
201
+ readonly font: "var(--size-large-medium-font)";
202
+ };
203
+ readonly medium: {
204
+ readonly height: "var(--size-medium-height)";
205
+ readonly heightIcon: "var(--size-medium-height-icon)";
206
+ readonly radius: "var(--size-medium-radius)";
207
+ readonly padding: "var(--size-medium-padding)";
208
+ readonly font: "var(--size-medium-font)";
209
+ };
210
+ readonly mediumSmall: {
211
+ readonly height: "var(--size-medium-small-height)";
212
+ readonly heightIcon: "var(--size-medium-small-height-icon)";
213
+ readonly radius: "var(--size-medium-small-radius)";
214
+ readonly padding: "var(--size-medium-small-padding)";
215
+ readonly font: "var(--size-medium-small-font)";
216
+ };
217
+ readonly small: {
218
+ readonly height: "var(--size-small-height)";
219
+ readonly heightIcon: "var(--size-small-height-icon)";
220
+ readonly radius: "var(--size-small-radius)";
221
+ readonly padding: "var(--size-small-padding)";
222
+ readonly font: "var(--size-small-font)";
223
+ };
224
+ };
225
+ readonly sizeValue: {
226
+ readonly large: {
227
+ readonly height: 46;
228
+ readonly heightIcon: 24;
229
+ readonly radius: 6;
230
+ readonly padding: 16;
231
+ readonly font: 20;
232
+ };
233
+ readonly largeMedium: {
234
+ readonly height: 42;
235
+ readonly heightIcon: 22;
236
+ readonly radius: 6;
237
+ readonly padding: 14;
238
+ readonly font: 18;
239
+ };
240
+ readonly medium: {
241
+ readonly height: 38;
242
+ readonly heightIcon: 20;
243
+ readonly radius: 6;
244
+ readonly padding: 12;
245
+ readonly font: 14;
246
+ };
247
+ readonly mediumSmall: {
248
+ readonly height: 34;
249
+ readonly heightIcon: 18;
250
+ readonly radius: 6;
251
+ readonly padding: 10;
252
+ readonly font: 14;
253
+ };
254
+ readonly small: {
255
+ readonly height: 30;
256
+ readonly heightIcon: 16;
257
+ readonly radius: 8;
258
+ readonly padding: 8;
259
+ readonly font: 12;
260
+ };
261
+ };
262
+ readonly sizeToggle: {
263
+ readonly large: {
264
+ readonly height: "var(--size-toggle-large-height)";
265
+ readonly width: "var(--size-toggle-large-width)";
266
+ readonly padding: "var(--size-toggle-large-padding)";
267
+ readonly thumb: "var(--size-toggle-large-thumb)";
268
+ };
269
+ readonly largeMedium: {
270
+ readonly height: "var(--size-toggle-large-medium-height)";
271
+ readonly width: "var(--size-toggle-large-medium-width)";
272
+ readonly padding: "var(--size-toggle-large-medium-padding)";
273
+ readonly thumb: "var(--size-toggle-large-medium-thumb)";
274
+ };
275
+ readonly medium: {
276
+ readonly height: "var(--size-toggle-medium-height)";
277
+ readonly width: "var(--size-toggle-medium-width)";
278
+ readonly padding: "var(--size-toggle-medium-padding)";
279
+ readonly thumb: "var(--size-toggle-medium-thumb)";
280
+ };
281
+ readonly mediumSmall: {
282
+ readonly height: "var(--size-toggle-medium-small-height)";
283
+ readonly width: "var(--size-toggle-medium-small-width)";
284
+ readonly padding: "var(--size-toggle-medium-small-padding)";
285
+ readonly thumb: "var(--size-toggle-medium-small-thumb)";
286
+ };
287
+ readonly small: {
288
+ readonly height: "var(--size-toggle-small-height)";
289
+ readonly width: "var(--size-toggle-small-width)";
290
+ readonly padding: "var(--size-toggle-small-padding)";
291
+ readonly thumb: "var(--size-toggle-small-thumb)";
292
+ };
293
+ };
294
+ readonly component: {
295
+ readonly select: {
296
+ readonly padding: "var(--component-select-padding)";
297
+ readonly height: "var(--component-select-height)";
298
+ readonly borderRadius: "var(--component-select-border-radius)";
299
+ readonly background: "var(--component-select-background)";
300
+ readonly borderColor: "var(--component-select-border-color)";
301
+ readonly borderColorSelect: "var(--component-select-border-color-select)";
302
+ readonly color: "var(--component-select-color)";
303
+ readonly backgroundChecked: "var(--component-select-background-checked)";
304
+ readonly borderColorChecked: "var(--component-select-border-color-checked)";
305
+ readonly backgroundInput: "var(--component-select-background-input)";
306
+ readonly borderColorInput: "var(--component-select-border-color-input)";
307
+ readonly colorInput: "var(--component-select-color-input)";
308
+ readonly backgroundOption: "var(--component-select-background-option)";
309
+ };
310
+ readonly tooltip: {
311
+ readonly padding: "var(--component-tooltip-padding)";
312
+ readonly height: "var(--component-tooltip-height)";
313
+ };
314
+ readonly popover: {
315
+ readonly padding: "var(--component-popover-padding)";
316
+ readonly borderRadius: "var(--component-popover-border-radius)";
317
+ readonly maxWidth: "var(--component-popover-max-width)";
318
+ readonly maxHeight: "var(--component-popover-max-height)";
319
+ readonly background: "var(--component-popover-background)";
320
+ readonly borderColor: "var(--component-popover-border-color)";
321
+ readonly color: "var(--component-popover-color)";
322
+ readonly boxShadow: "var(--component-popover-box-shadow)";
323
+ };
324
+ readonly error: {
325
+ readonly padding: "var(--component-error-padding)";
326
+ readonly color: "var(--component-error-color)";
327
+ };
328
+ readonly checkbox: {
329
+ readonly height: "var(--component-checkbox-height)";
330
+ readonly padding: "var(--component-checkbox-padding)";
331
+ readonly radius: "var(--component-checkbox-radius)";
332
+ readonly gap: "var(--component-checkbox-gap)";
333
+ readonly background: "var(--component-checkbox-background)";
334
+ readonly border: "var(--component-checkbox-border)";
335
+ readonly color: "var(--component-checkbox-color)";
336
+ };
337
+ readonly toggle: {
338
+ readonly height: "var(--component-toggle-height)";
339
+ readonly width: "var(--component-toggle-width)";
340
+ readonly padding: "var(--component-toggle-padding)";
341
+ readonly backgroundActive: "var(--component-toggle-active-background)";
342
+ readonly borderActive: "var(--component-toggle-active-border)";
343
+ readonly backgroundUnActive: "var(--component-toggle-un-active-background)";
344
+ readonly borderUnActive: "var(--component-toggle-un-active-border)";
345
+ readonly centerHeight: "var(--component-toggle-center-height)";
346
+ readonly centerWidth: "var(--component-toggle-center-width)";
347
+ readonly centerBackgroundActive: "var(--component-toggle-center-active-background)";
348
+ readonly centerBorderActive: "var(--component-toggle-center-active-border)";
349
+ readonly centerBackgroundUnActive: "var(--component-toggle-center-un-active-background)";
350
+ readonly centerBorderUnActive: "var(--component-toggle-center-un-active-border)";
351
+ readonly centerBoxShadowActive: "var(--component-toggle-center-active-box-shadow)";
352
+ readonly centerBoxShadowUnActive: "var(--component-toggle-center-un-active-box-shadow)";
353
+ readonly centerX: "var(--component-toggle-center-x)";
354
+ };
355
+ readonly button: {
356
+ readonly height: "var(--component-button-height)";
357
+ readonly padding: "var(--component-button-padding)";
358
+ readonly radius: "var(--component-button-radius)";
359
+ readonly gap: "var(--component-button-gap)";
360
+ readonly background: "var(--component-button-background)";
361
+ readonly border: "var(--component-button-border)";
362
+ readonly color: "var(--component-button-color)";
363
+ readonly iconGroupOrder: "var(--component-button-icon-group-order)";
364
+ };
365
+ readonly icon: {
366
+ readonly order: "var(--component-icon-order)";
367
+ readonly color: "var(--component-icon-color)";
368
+ readonly heightIcon: "var(--component-icon-height-icon)";
369
+ readonly turn: "var(--component-icon-turn)";
370
+ readonly skeletonHeightIcon: "var(--component-icon-skeleton-height-icon)";
371
+ readonly skeletonOrder: "var(--component-icon-skeleton-order)";
372
+ };
373
+ readonly typography: {
374
+ readonly letterSpacing: "var(--component-typography-letter-spacing)";
375
+ readonly flex: "var(--component-typography-flex)";
376
+ readonly cursor: "var(--component-typography-cursor)";
377
+ readonly overflow: "var(--component-typography-overflow)";
378
+ readonly line: {
379
+ readonly single: "var(--component-typography-line-single)";
380
+ readonly multiline: "var(--component-typography-line-multiline)";
381
+ };
382
+ readonly family: "var(--component-typography-family)";
383
+ readonly weight: "var(--component-typography-weight)";
384
+ readonly height: "var(--component-typography-height)";
385
+ readonly color: "var(--component-typography-color)";
386
+ readonly align: "var(--component-typography-align)";
387
+ readonly wrap: "var(--component-typography-wrap)";
388
+ readonly decoration: "var(--component-typography-decoration)";
389
+ readonly transform: "var(--component-typography-transform)";
390
+ readonly size: "var(--component-typography-size)";
391
+ readonly variant: "var(--component-typography-variant)";
392
+ readonly variantHeight: "var(--component-typography-variant-height)";
393
+ };
394
+ readonly separator: {
395
+ readonly width: "var(--component-separator-width)";
396
+ readonly height: "var(--component-separator-height)";
397
+ readonly maxWidth: "var(--component-separator-max-width)";
398
+ readonly maxHeight: "var(--component-separator-max-height)";
399
+ readonly background: "var(--component-separator-background)";
400
+ readonly radius: "var(--component-separator-radius)";
401
+ };
402
+ readonly input: {
403
+ readonly boxShadow: "var(--component-input-box-shadow)";
404
+ readonly background: "var(--component-input-background)";
405
+ readonly borderColor: "var(--component-input-border-color)";
406
+ readonly color: "var(--component-input-color)";
407
+ readonly placeholderColor: "var(--component-input-placeholder-color)";
408
+ readonly height: "var(--component-input-height)";
409
+ readonly padding: "var(--component-input-padding)";
410
+ readonly radius: "var(--component-input-radius)";
411
+ readonly prefixWidth: "var(--component-input-prefix-width)";
412
+ readonly prefixRight: "var(--component-input-prefix-right)";
413
+ readonly prefixLeft: "var(--component-input-prefix-left)";
414
+ readonly postfixWidth: "var(--component-input-postfix-width)";
415
+ readonly postfixRight: "var(--component-input-postfix-right)";
416
+ readonly postfixLeft: "var(--component-input-postfix-left)";
417
+ };
418
+ readonly textarea: {
419
+ readonly boxShadow: "var(--component-textarea-box-shadow)";
420
+ readonly background: "var(--component-textarea-background)";
421
+ readonly borderColor: "var(--component-textarea-border-color)";
422
+ readonly color: "var(--component-textarea-color)";
423
+ readonly placeholderColor: "var(--component-textarea-placeholder-color)";
424
+ readonly padding: "var(--component-textarea-padding)";
425
+ readonly radius: "var(--component-textarea-radius)";
426
+ };
427
+ readonly datePicker: {
428
+ readonly rows: "var(--component-date-picker-rows)";
429
+ readonly row: "var(--component-date-picker-row)";
430
+ readonly column: "var(--component-date-picker-column)";
431
+ readonly padding: "var(--component-date-picker-padding)";
432
+ readonly dayRadius: "var(--component-date-picker-day-radius)";
433
+ readonly dayBackgroundRest: "var(--component-date-picker-day-background-rest)";
434
+ readonly dayBackgroundHover: "var(--component-date-picker-day-background-hover)";
435
+ readonly dayBackgroundWeekend: "var(--component-date-picker-day-background-weekend)";
436
+ readonly dayBackgroundToday: "var(--component-date-picker-day-background-today)";
437
+ readonly dayBackgroundChoice: "var(--component-date-picker-day-background-choice)";
438
+ readonly dayBorderRest: "var(--component-date-picker-day-border-rest)";
439
+ readonly dayBorderWeekend: "var(--component-date-picker-day-border-weekend)";
440
+ readonly dayBorderToday: "var(--component-date-picker-day-border-today)";
441
+ readonly dayBorderChoice: "var(--component-date-picker-day-border-choice)";
442
+ readonly dayBorderHover: "var(--component-date-picker-day-border-hover)";
443
+ readonly dayColorRest: "var(--component-date-picker-day-color-rest)";
444
+ readonly dayColorHover: "var(--component-date-picker-day-color-hover)";
445
+ readonly dayColorWeekend: "var(--component-date-picker-day-color-weekend)";
446
+ readonly dayColorToday: "var(--component-date-picker-day-color-today)";
447
+ readonly dayColorChoice: "var(--component-date-picker-day-color-choice)";
448
+ readonly inputBackground: "var(--component-date-picker-input-background)";
449
+ readonly inputBackgroundHover: "var(--component-date-picker-input-background-hover)";
450
+ readonly inputSegmentBackgroundActive: "var(--component-date-picker-input-segment-background-active)";
451
+ readonly inputBorderColor: "var(--component-date-picker-input-border-color)";
452
+ readonly inputBorderColorHover: "var(--component-date-picker-input-border-color-hover)";
453
+ readonly inputColor: "var(--component-date-picker-input-color)";
454
+ readonly inputColorHover: "var(--component-date-picker-input-color-hover)";
455
+ readonly inputPadding: "var(--component-date-picker-input-padding)";
456
+ readonly inputHeight: "var(--component-date-picker-input-height)";
457
+ readonly inputRadius: "var(--component-date-picker-input-radius)";
458
+ readonly inputValueColor: "var(--component-date-picker-input-value-color)";
459
+ readonly inputPlaceholderColor: "var(--component-date-picker-input-placeholder-color)";
460
+ readonly buttonToggleRight: "var(--component-date-picker-button-toggle-right)";
461
+ readonly buttonClearRight: "var(--component-date-picker-button-clear-right)";
462
+ };
463
+ };
464
+ readonly area: {
465
+ readonly skeleton: {
466
+ readonly color: "var(--area-skeleton-color)";
467
+ readonly line: "var(--area-skeleton-line)";
468
+ };
469
+ };
470
+ readonly genre: {
471
+ readonly popover: {
472
+ readonly primary: {
473
+ readonly background: "var(--fill-dark)";
474
+ readonly color: "var(--text-primary-light)";
475
+ readonly border: "var(--transparent)";
476
+ readonly boxShadow: "var(--shadow-primary-dark)";
477
+ };
478
+ readonly secondary: {
479
+ readonly background: "var(--fill-light)";
480
+ readonly color: "var(--text-primary-dark)";
481
+ readonly border: "var(--transparent)";
482
+ readonly boxShadow: "var(--shadow-primary-light)";
483
+ };
484
+ };
485
+ readonly checkbox: {
486
+ readonly green: {
487
+ readonly background: {
488
+ readonly index: "var(--accent-green-light)";
489
+ };
490
+ readonly color: {
491
+ readonly index: "var(--text-primary-dark)";
492
+ };
493
+ readonly border: {
494
+ readonly index: "var(--transparent)";
495
+ };
496
+ };
497
+ readonly red: {
498
+ readonly background: {
499
+ readonly index: "var(--accent-red-light)";
500
+ };
501
+ readonly color: {
502
+ readonly index: "var(--text-primary-dark)";
503
+ };
504
+ readonly border: {
505
+ readonly index: "var(--transparent)";
506
+ };
507
+ };
508
+ readonly yellow: {
509
+ readonly background: {
510
+ readonly index: "var(--accent-yellow-light)";
511
+ };
512
+ readonly color: {
513
+ readonly index: "var(--text-primary-dark)";
514
+ };
515
+ readonly border: {
516
+ readonly index: "var(--transparent)";
517
+ };
518
+ };
519
+ readonly blue: {
520
+ readonly background: {
521
+ readonly index: "var(--accent-blue-light)";
522
+ };
523
+ readonly color: {
524
+ readonly index: "var(--text-primary-dark)";
525
+ };
526
+ readonly border: {
527
+ readonly index: "var(--transparent)";
528
+ };
529
+ };
530
+ readonly primary: {
531
+ readonly background: {
532
+ readonly index: "var(--fill-primary-dark)";
533
+ };
534
+ readonly color: {
535
+ readonly index: "var(--text-primary-light)";
536
+ };
537
+ readonly border: {
538
+ readonly index: "var(--text-primary-light)";
539
+ };
540
+ };
541
+ readonly secondary: {
542
+ readonly background: {
543
+ readonly index: "var(--fill-primary-light)";
544
+ };
545
+ readonly color: {
546
+ readonly index: "var(--text-primary-dark)";
547
+ };
548
+ readonly border: {
549
+ readonly index: "var(--text-primary-dark)";
550
+ };
551
+ };
552
+ readonly product: {
553
+ readonly background: {
554
+ readonly index: "var(--product-primary-light)";
555
+ };
556
+ readonly color: {
557
+ readonly index: "var(--text-primary-dark)";
558
+ };
559
+ readonly border: {
560
+ readonly index: "var(--transparent)";
561
+ };
562
+ };
563
+ };
564
+ readonly button: {
565
+ readonly green: {
566
+ readonly background: {
567
+ readonly index: "var(--accent-green-light)";
568
+ };
569
+ readonly color: {
570
+ readonly index: "var(--text-primary-dark)";
571
+ };
572
+ readonly border: {
573
+ readonly index: "var(--transparent)";
574
+ };
575
+ };
576
+ readonly red: {
577
+ readonly background: {
578
+ readonly index: "var(--accent-red-light)";
579
+ };
580
+ readonly color: {
581
+ readonly index: "var(--text-primary-dark)";
582
+ };
583
+ readonly border: {
584
+ readonly index: "var(--transparent)";
585
+ };
586
+ };
587
+ readonly yellow: {
588
+ readonly background: {
589
+ readonly index: "var(--accent-yellow-light)";
590
+ };
591
+ readonly color: {
592
+ readonly index: "var(--text-primary-dark)";
593
+ };
594
+ readonly border: {
595
+ readonly index: "var(--transparent)";
596
+ };
597
+ };
598
+ readonly blue: {
599
+ readonly background: {
600
+ readonly index: "var(--accent-blue-light)";
601
+ };
602
+ readonly color: {
603
+ readonly index: "var(--text-primary-dark)";
604
+ };
605
+ readonly border: {
606
+ readonly index: "var(--transparent)";
607
+ };
608
+ };
609
+ readonly primary: {
610
+ readonly background: {
611
+ readonly index: "var(--fill-primary-dark)";
612
+ };
613
+ readonly color: {
614
+ readonly index: "var(--text-primary-light)";
615
+ };
616
+ readonly border: {
617
+ readonly index: "var(--text-primary-light)";
618
+ };
619
+ };
620
+ readonly secondary: {
621
+ readonly background: {
622
+ readonly index: "var(--fill-primary-light)";
623
+ };
624
+ readonly color: {
625
+ readonly index: "var(--text-primary-dark)";
626
+ };
627
+ readonly border: {
628
+ readonly index: "var(--text-primary-dark)";
629
+ };
630
+ };
631
+ readonly product: {
632
+ readonly background: {
633
+ readonly index: "var(--product-primary-light)";
634
+ };
635
+ readonly color: {
636
+ readonly index: "var(--text-primary-dark)";
637
+ };
638
+ readonly border: {
639
+ readonly index: "var(--transparent)";
640
+ };
641
+ };
642
+ };
643
+ readonly toggle: {
644
+ readonly primary: {
645
+ readonly active: {
646
+ readonly border: "var(--transparent)";
647
+ readonly track: "var(--product-primary-light)";
648
+ readonly thumb: "var(--fill-primary-dark)";
649
+ readonly thumbBoxShadow: "var(--shadow-primary-light)";
650
+ };
651
+ readonly unActive: {
652
+ readonly border: "var(--transparent)";
653
+ readonly track: "var(--fill-primary-light)";
654
+ readonly thumb: "var(--fill-primary-dark)";
655
+ readonly thumbBoxShadow: "var(--shadow-primary-light)";
656
+ };
657
+ };
658
+ };
659
+ readonly input: {
660
+ readonly primary: {
661
+ readonly color: "var(--text-primary-light)";
662
+ readonly background: "var(--fill-primary-dark)";
663
+ readonly backgroundOption: "var(--fill-dark)";
664
+ readonly border: "var(--text-primary-light)";
665
+ readonly placeholder: "var(--text-secondary-light)";
666
+ };
667
+ readonly secondary: {
668
+ readonly color: "var(--text-primary-dark)";
669
+ readonly background: "var(--fill-primary-light)";
670
+ readonly backgroundOption: "var(--fill-light)";
671
+ readonly border: "var(--text-primary-dark)";
672
+ readonly placeholder: "var(--text-secondary-dark)";
673
+ };
674
+ };
675
+ readonly select: {
676
+ readonly primary: {
677
+ readonly color: {
678
+ readonly index: "var(--text-primary-light)";
679
+ };
680
+ readonly background: {
681
+ readonly index: "var(--fill-primary-dark)";
682
+ readonly select: "var(--product-quaternary-light)";
683
+ };
684
+ readonly border: {
685
+ readonly index: "var(--text-primary-light)";
686
+ readonly select: "var(--product-primary-light)";
687
+ };
688
+ readonly placeholder: {
689
+ readonly index: "var(--text-secondary-light)";
690
+ };
691
+ };
692
+ readonly secondary: {
693
+ readonly color: {
694
+ readonly index: "var(--text-primary-dark)";
695
+ };
696
+ readonly background: {
697
+ readonly index: "var(--fill-primary-light)";
698
+ readonly select: "var(--product-quaternary-light)";
699
+ };
700
+ readonly border: {
701
+ readonly index: "var(--text-primary-dark)";
702
+ readonly select: "var(--product-primary-light)";
703
+ };
704
+ readonly placeholder: {
705
+ readonly index: "var(--text-secondary-dark)";
706
+ };
707
+ };
708
+ };
709
+ readonly textarea: {
710
+ readonly primary: {
711
+ readonly color: "var(--text-primary-light)";
712
+ readonly background: "var(--fill-primary-dark)";
713
+ readonly border: "var(--text-primary-light)";
714
+ readonly placeholder: "var(--text-secondary-light)";
715
+ };
716
+ readonly secondary: {
717
+ readonly color: "var(--text-primary-dark)";
718
+ readonly background: "var(--fill-primary-light)";
719
+ readonly border: "var(--text-primary-dark)";
720
+ readonly placeholder: "var(--text-secondary-dark)";
721
+ };
722
+ };
723
+ readonly datepicker: {
724
+ readonly primary: {
725
+ readonly color: {
726
+ readonly index: "var(--text-primary-light)";
727
+ readonly hover: "var(--text-primary-light)";
728
+ readonly weekend: "var(--text-primary-light)";
729
+ readonly today: "var(--text-primary-light)";
730
+ readonly choice: "var(--text-primary-dark)";
731
+ };
732
+ readonly background: {
733
+ readonly index: "var(--transparent)";
734
+ readonly hover: "var(--fill-quaternary-light)";
735
+ readonly weekend: "var(--fill-quaternary-light)";
736
+ readonly today: "var(--transparent)";
737
+ readonly choice: "var(--product-primary-light)";
738
+ };
739
+ readonly border: {
740
+ readonly index: "var(--transparent)";
741
+ readonly hover: "var(--transparent)";
742
+ readonly weekend: "var(--transparent)";
743
+ readonly today: "var(--text-primary-light)";
744
+ readonly choice: "var(--product-primary-light)";
745
+ };
746
+ };
747
+ readonly secondary: {
748
+ readonly color: {
749
+ readonly index: "var(--text-primary-dark)";
750
+ readonly hover: "var(--text-primary-dark)";
751
+ readonly weekend: "var(--text-primary-dark)";
752
+ readonly today: "var(--text-primary-dark)";
753
+ readonly choice: "var(--text-primary-light)";
754
+ };
755
+ readonly background: {
756
+ readonly index: "var(--transparent)";
757
+ readonly hover: "var(--fill-quaternary-dark)";
758
+ readonly weekend: "var(--fill-quaternary-dark)";
759
+ readonly today: "var(--transparent)";
760
+ readonly choice: "var(--product-primary-dark)";
761
+ };
762
+ readonly border: {
763
+ readonly index: "var(--transparent)";
764
+ readonly hover: "var(--transparent)";
765
+ readonly weekend: "var(--transparent)";
766
+ readonly today: "var(--text-primary-dark)";
767
+ readonly choice: "var(--product-primary-dark)";
768
+ };
769
+ };
770
+ };
771
+ };
772
+ };
773
+ export declare const CSS_CLASS: {
774
+ /**
775
+ * Убирает скроллбар (Firefox + Webkit + IE)
776
+ * Контент остаётся скроллируемым.
777
+ */
778
+ readonly removeScrollbar: "u-remove-scrollbar";
779
+ /**
780
+ * Полностью убирает outline.
781
+ * Использовать аккуратно — может повлиять на accessibility.
782
+ */
783
+ readonly removeOutline: "u-remove-outline";
784
+ /**
785
+ * Включает табличные цифры (одинаковая ширина.
786
+ * Полезно для счётчиков, цен, таймеров.
787
+ */
788
+ readonly tabularNumbers: "u-tabular-numbers";
789
+ /**
790
+ * Добавляет контейнер для ripple-эффекта.
791
+ * Требует position: relative + overflow: hidden.
792
+ */
793
+ readonly isRipple: "u-is-ripple";
794
+ readonly transition: {
795
+ readonly default: "u-transition--default";
796
+ readonly fontSize: "u-transition--font-size";
797
+ readonly icon: "u-transition--icon";
798
+ readonly color: "u-transition--color";
799
+ readonly grid: "u-transition--grid";
800
+ readonly withoutSize: "u-transition--without-size";
801
+ readonly all: "u-transition--all";
802
+ };
803
+ readonly control: {
804
+ readonly default: "u-control--default";
805
+ readonly boxShadow: "u-control--boxShadow";
806
+ readonly boxShadowSelect: "u-control--boxShadow-select";
807
+ readonly boxShadowOnlyHover: "u-control--boxShadow-only-hover";
808
+ readonly onlyActive: "u-control--only-active";
809
+ readonly none: "u-control--none";
810
+ };
811
+ readonly scrollbarGutter: {
812
+ readonly stable: "u-scrollbar-gutter--stable";
813
+ readonly stableBoth: "u-scrollbar-gutter--stable-both";
814
+ };
815
+ /**
816
+ * Состояние disabled.
817
+ * Делает элемент полупрозрачным.
818
+ */
819
+ readonly isDisabled: "u-is-disabled";
820
+ /**
821
+ * Состояние hover.
822
+ * Добавляет transition background + outline.
823
+ */
824
+ readonly isHover: "u-is-hover";
825
+ readonly isError: "u-is-error";
826
+ readonly shadow: {
827
+ readonly primary: "u-shadow--primary";
828
+ readonly secondary: "u-shadow--secondary";
829
+ readonly quaternary: "u-shadow--quaternary";
830
+ };
831
+ readonly keyframe: {
832
+ readonly shadowPulse: "keyframe--shadow-pulse";
833
+ readonly backgroundMove: "keyframe--background-move";
834
+ };
835
+ readonly area: {
836
+ readonly preview: {
837
+ readonly root: "area-preview__loader";
838
+ readonly containerIcon: "area-preview__loader__container-icon";
839
+ readonly containerChildren: "area-preview__loader__container-children";
840
+ readonly children: "area-preview__children";
841
+ };
842
+ readonly scroll: {
843
+ readonly root: "area-scroll";
844
+ readonly horizontal: "area-scroll--horizontal";
845
+ readonly vertical: "area-scroll--vertical";
846
+ readonly isAlwaysHorizontal: "area-scroll--is-always-horizontal";
847
+ readonly isAlwaysVertical: "area-scroll--is-always-vertical";
848
+ };
849
+ readonly skeleton: {
850
+ readonly root: "area-skeleton";
851
+ readonly visibleFalse: "area-skeleton--visible-false";
852
+ };
853
+ };
854
+ readonly context: {
855
+ readonly app: {
856
+ readonly wrapper: "context-app__wrapper";
857
+ readonly outlet: "context-app__outlet";
858
+ readonly outletChildren: "context-app__outlet-children";
859
+ readonly outletNotification: "context-app__outlet-notification";
860
+ readonly outletHeader: "context-app__outlet-header";
861
+ readonly outletFooter: "context-app__outlet-footer";
862
+ readonly outletNav: "context-app__outlet-nav";
863
+ readonly outletLeftAside: "context-app__outlet-left-aside";
864
+ readonly outletRightAside: "context-app__outlet-right-aside";
865
+ };
866
+ readonly dialog: {
867
+ readonly layout: "context-dialog__layout";
868
+ readonly element: "context-dialog__element";
869
+ };
870
+ readonly sonner: {
871
+ readonly layout: "context-sonner__layout";
872
+ readonly layoutBottomCenter: "context-sonner__layout--bottom-center";
873
+ readonly layoutBottomLeft: "context-sonner__layout--bottom-left";
874
+ readonly layoutBottomRight: "context-sonner__layout--bottom-right";
875
+ readonly layoutTopRight: "context-sonner__layout--top-right";
876
+ readonly layoutTopLeft: "context-sonner__layout--top-left";
877
+ readonly layoutTopCenter: "context-sonner__layout--top-center";
878
+ readonly elementWrapper: "context-sonner__element-wrapper";
879
+ readonly content: "context-sonner__content";
880
+ readonly icon: "context-sonner__icon";
881
+ readonly contentTitle: "context-sonner__content-title";
882
+ readonly contentDescription: "context-sonner__content-description";
883
+ readonly buttonWrapper: "context-sonner__button-wrapper";
884
+ };
885
+ };
886
+ readonly component: {
887
+ readonly select: {
888
+ readonly wrapper: "component-select__wrapper";
889
+ readonly isCenter: "component-select--is-center";
890
+ readonly isShowScroll: "component-select--is-show-scroll";
891
+ readonly isWrapSelectOption: "component-select--is-wrap-select-option";
892
+ readonly isClearWhenClickSelectListOption: "component-select--is-clear-when-click-select-list-option";
893
+ readonly isOnlyColorInSelectListOption: "component-select--is-only-color-in-select-list-option";
894
+ readonly dropdownList: "component-select__dropdown__list";
895
+ readonly dropdownListWrapper: "component-select__dropdown__list__wrapper";
896
+ readonly dropdownListOption: "component-select__dropdown__list__option";
897
+ readonly dropdownListOptionIsChecked: "component-select__dropdown__list__option--is-checked";
898
+ readonly dropdownListOptionIsBorder: "component-select__dropdown__list__option--is-border";
899
+ readonly dropdownListOptionIsDisabled: "component-select__dropdown__list__option--is-disabled";
900
+ readonly dropdownListOptionIcon: "component-select__dropdown__list__option__icon";
901
+ readonly list: "component-select__list";
902
+ readonly listButton: "component-select__list__button";
903
+ readonly listOption: "component-select__list__option";
904
+ readonly listOptionIsChecked: "component-select__list__option--is-checked";
905
+ readonly textarea: "component-select__textarea";
906
+ };
907
+ readonly tooltip: {
908
+ readonly root: "component-tooltip";
909
+ readonly wrapper: "component-tooltip__wrapper";
910
+ };
911
+ readonly popover: {
912
+ readonly root: "component-popover";
913
+ readonly boxShadow: "component-popover--box-shadow";
914
+ };
915
+ readonly textarea: {
916
+ readonly root: "component-textarea";
917
+ readonly wrapper: "component-textarea__wrapper";
918
+ readonly wrapperIsZeroRadius: "component-textarea__wrapper--is-zero-radius";
919
+ readonly wrapperIsHidden: "component-textarea__wrapper--is-hidden";
920
+ readonly wrapperIsHiddenBorder: "component-textarea__wrapper--is-hidden-border";
921
+ readonly wrapperIsFullRadius: "component-textarea__wrapper--is-full-radius";
922
+ readonly wrapperIsNotResize: "component-textarea__wrapper--is-not-resize";
923
+ };
924
+ readonly input: {
925
+ readonly wrapper: "component-input__wrapper";
926
+ readonly wrapperIsWidthAsHeight: "component-input__wrapper--is-width-as-height";
927
+ readonly wrapperIsZeroRadius: "component-input__wrapper--is-zero-radius";
928
+ readonly wrapperIsHidden: "component-input__wrapper--is-hidden";
929
+ readonly wrapperIsHiddenBorder: "component-input__wrapper--is-hidden-border";
930
+ readonly wrapperIsFullRadius: "component-input__wrapper--is-full-radius";
931
+ readonly wrapperIsMinWidthAsContent: "component-input__wrapper--is-min-width-as-content";
932
+ readonly wrapperIsCenter: "component-input__wrapper--is-center";
933
+ readonly root: "component-input";
934
+ readonly hasPrefix: "component-input--has-prefix";
935
+ readonly hasPostfix: "component-input--has-postfix";
936
+ readonly prefix: "component-input__prefix";
937
+ readonly postfix: "component-input__postfix";
938
+ };
939
+ readonly separator: {
940
+ readonly root: "component-separator";
941
+ };
942
+ readonly error: {
943
+ readonly root: "component-error";
944
+ readonly sizeDefault: "component-error--size-default";
945
+ readonly sizeAbsolute: "component-error--size-absolute";
946
+ };
947
+ readonly typography: {
948
+ readonly root: "component-typography";
949
+ readonly lineSingle: "component-typography--line-single";
950
+ readonly lineMulti: "component-typography--line-multi";
951
+ readonly isBold: "component-typography--is-bold";
952
+ readonly variantCallout: "component-typography--variant-callout";
953
+ readonly shadowShadowPulse: "component-typography--shadow-shadowPulse";
954
+ readonly isHoverUnderlining: "component-typography--is-hover-underlining";
955
+ readonly isNoUserSelect: "component-typography--is-no-user-select";
956
+ readonly size: "component-typography--size";
957
+ readonly variant: "component-typography--variant";
958
+ };
959
+ readonly button: {
960
+ readonly root: "component-button";
961
+ readonly isHidden: "component-button--is-hidden";
962
+ readonly isHiddenBorder: "component-button--is-hidden-border";
963
+ readonly isFullRadius: "component-button--is-full-radius";
964
+ readonly isFullSize: "component-button--is-full-size";
965
+ readonly isWidthAsHeight: "component-button--is-width-as-height";
966
+ readonly isMinWidthAsContent: "component-button--is-min-width-as-content";
967
+ readonly isZeroPadding: "component-button--is-zero-padding";
968
+ readonly isSizeFitContent: "component-button--is-size-fit-content";
969
+ readonly iconGroup: "component-button__icons";
970
+ readonly iconGroupIsIconGroup: "component-button__icons--is-icon-group";
971
+ readonly isZeroRadius: "component-button--is-zero-radius";
972
+ };
973
+ readonly icon: {
974
+ readonly root: "component-icon";
975
+ readonly skeleton: "component-icon__skeleton";
976
+ };
977
+ readonly stack: {
978
+ readonly root: "component-stack";
979
+ };
980
+ readonly checkbox: {
981
+ readonly root: "component-checkbox";
982
+ readonly isHidden: "component-checkbox--is-hidden";
983
+ readonly isHiddenBorder: "component-checkbox--is-hidden-border";
984
+ readonly isFullRadius: "component-checkbox--is-full-radius";
985
+ readonly isFullSize: "component-checkbox--is-full-size";
986
+ readonly isWidthAsHeight: "component-checkbox--is-width-as-height";
987
+ readonly isMinWidthAsContent: "component-checkbox--is-min-width-as-content";
988
+ readonly isZeroRadius: "component-checkbox--is-zero-radius";
989
+ readonly isOnlyIcon: "component-checkbox--is-only-icon";
990
+ };
991
+ readonly toggle: {
992
+ readonly root: "component-toggle";
993
+ readonly active: "component-toggle--active";
994
+ readonly unActive: "component-toggle--un-active";
995
+ readonly isHidden: "component-toggle--is-hidden";
996
+ readonly isHiddenBorder: "component-toggle--is-hidden-border";
997
+ readonly isZeroRadius: "component-toggle--is-zero-radius";
998
+ readonly center: "component-toggle__center";
999
+ readonly centerActive: "component-toggle__center--active";
1000
+ readonly centerUnActive: "component-toggle__center--un-active";
1001
+ };
1002
+ readonly datePicker: {
1003
+ readonly wrapper: "component-date-picker__wrapper";
1004
+ readonly wrapperIsMinWidth: "component-date-picker__wrapper--is-min-width";
1005
+ readonly dropdownList: "component-date-picker__dropdown__list";
1006
+ readonly dropdownListDays: "component-date-picker__dropdown-list__days";
1007
+ readonly day: "component-date-picker__dropdown-list__day";
1008
+ readonly dayIsChoice: "component-date-picker__dropdown-list__day--is-choice";
1009
+ readonly dayIsNotCurrentMonth: "component-date-picker__dropdown-list__day--is-not-current-month";
1010
+ readonly dayIsToday: "component-date-picker__dropdown-list__day--is-today";
1011
+ readonly dayIsWeekend: "component-date-picker__dropdown-list__day--is-weekend";
1012
+ readonly dayIsHidden: "component-date-picker__dropdown-list__day--is-hidden";
1013
+ readonly dayOfWeek: "component-date-picker__dropdown-list__day-of-week";
1014
+ readonly inputWrapper: "component-date-picker__input-wrapper";
1015
+ readonly inputSegment: "component-date-picker__input-segment";
1016
+ readonly inputSegmentHasValue: "component-date-picker__input-segment--has-value";
1017
+ readonly inputSegmentIsActive: "component-date-picker__input-segment--is-active";
1018
+ readonly listButton: "component-date-picker__list__button";
1019
+ };
1020
+ };
1021
+ };
1022
+ type DeepRemoveVar<T> = {
1023
+ [K in keyof T]: T[K] extends string ? string : T[K] extends object ? DeepRemoveVar<T[K]> : T[K];
1024
+ };
1025
+ export declare const CSS_VARS_RAW: DeepRemoveVar<{
1026
+ readonly font: {
1027
+ readonly family: "var(--font-family)";
1028
+ readonly weight: "var(--font-weight)";
1029
+ readonly height: "var(--font-height)";
1030
+ readonly size: "var(--font-size)";
1031
+ readonly sizeHeading: {
1032
+ readonly headline: "var(--font-size-heading-headline)";
1033
+ readonly 'sub-headline': "var(--font-size-heading-sub-headline)";
1034
+ readonly 'title-1': "var(--font-size-heading-title-1)";
1035
+ readonly 'title-2': "var(--font-size-heading-title-2)";
1036
+ readonly 'title-3': "var(--font-size-heading-title-3)";
1037
+ readonly 'title-4': "var(--font-size-heading-title-4)";
1038
+ readonly 'title-5': "var(--font-size-heading-title-5)";
1039
+ readonly body: "var(--font-size-heading-body)";
1040
+ readonly callout: "var(--font-size-heading-callout)";
1041
+ readonly footnote: "var(--font-size-heading-footnote)";
1042
+ readonly 'caption-1': "var(--font-size-heading-caption-1)";
1043
+ readonly 'caption-2': "var(--font-size-heading-caption-2)";
1044
+ readonly 'controller-large': "var(--font-size-heading-controller-large)";
1045
+ readonly 'controller-large-medium': "var(--font-size-heading-controller-large-medium)";
1046
+ readonly 'controller-medium': "var(--font-size-heading-controller-medium)";
1047
+ readonly 'controller-medium-small': "var(--font-size-heading-controller-medium-small)";
1048
+ readonly 'controller-small': "var(--font-size-heading-controller-small)";
1049
+ };
1050
+ };
1051
+ readonly screen: {
1052
+ readonly breakpoint: {
1053
+ readonly tablet: "1290px";
1054
+ readonly mobile: "850px";
1055
+ };
1056
+ readonly orientation: {
1057
+ readonly landscape: "landscape";
1058
+ readonly portrait: "portrait";
1059
+ };
1060
+ };
1061
+ readonly animation: {
1062
+ readonly duration: "var(--duration)";
1063
+ readonly easing: "var(--easing)";
1064
+ };
1065
+ readonly palette: {
1066
+ readonly accentRedLight: "var(--accent-red-light)";
1067
+ readonly accentOrangeLight: "var(--accent-orange-light)";
1068
+ readonly accentYellowLight: "var(--accent-yellow-light)";
1069
+ readonly accentGreenLight: "var(--accent-green-light)";
1070
+ readonly accentMintLight: "var(--accent-mint-light)";
1071
+ readonly accentTealLight: "var(--accent-teal-light)";
1072
+ readonly accentCyanLight: "var(--accent-cyan-light)";
1073
+ readonly accentBlueLight: "var(--accent-blue-light)";
1074
+ readonly accentIndigoLight: "var(--accent-indigo-light)";
1075
+ readonly accentPurpleLight: "var(--accent-purple-light)";
1076
+ readonly accentPinkLight: "var(--accent-pink-light)";
1077
+ readonly accentBrownLight: "var(--accent-brown-light)";
1078
+ readonly accentGrayLight: "var(--accent-gray-light)";
1079
+ readonly fillLight: "var(--fill-light)";
1080
+ readonly fillPrimaryLight: "var(--fill-primary-light)";
1081
+ readonly fillSecondaryLight: "var(--fill-secondary-light)";
1082
+ readonly fillTertiaryLight: "var(--fill-tertiary-light)";
1083
+ readonly fillQuaternaryLight: "var(--fill-quaternary-light)";
1084
+ readonly fillQuinaryLight: "var(--fill-quinary-light)";
1085
+ readonly textPrimaryLight: "var(--text-primary-light)";
1086
+ readonly textSecondaryLight: "var(--text-secondary-light)";
1087
+ readonly textTertiaryLight: "var(--text-tertiary-light)";
1088
+ readonly controlMenuLight: "var(--control-menu-light)";
1089
+ readonly controlTooltipLight: "var(--control-tooltip-light)";
1090
+ readonly controlTransparent: "var(--control-transparent)";
1091
+ readonly shadowGlassLight: "var(--shadow-glass-light)";
1092
+ readonly shadowPrimaryLight: "var(--shadow-primary-light)";
1093
+ readonly shadowSecondaryLight: "var(--shadow-secondary-light)";
1094
+ readonly shadowTertiaryLight: "var(--shadow-tertiary-light)";
1095
+ readonly shadowQuaternaryLight: "var(--shadow-quaternary-light)";
1096
+ readonly shadowWindowInnerShadowLight: "var(--shadow-window-inner-shadow-light)";
1097
+ readonly productPrimaryLight: "var(--product-primary-light)";
1098
+ readonly productSecondaryLight: "var(--product-secondary-light)";
1099
+ readonly productTertiaryLight: "var(--product-tertiary-light)";
1100
+ readonly productQuaternaryLight: "var(--product-quaternary-light)";
1101
+ readonly productQuinaryLight: "var(--product-quinary-light)";
1102
+ readonly current: "var(--current-color)";
1103
+ readonly inherit: "var(--inherit)";
1104
+ readonly transparent: "var(--transparent)";
1105
+ readonly accentRedDark: "var(--accent-red-dark)";
1106
+ readonly accentOrangeDark: "var(--accent-orange-dark)";
1107
+ readonly accentYellowDark: "var(--accent-yellow-dark)";
1108
+ readonly accentGreenDark: "var(--accent-green-dark)";
1109
+ readonly accentMintDark: "var(--accent-mint-dark)";
1110
+ readonly accentTealDark: "var(--accent-teal-dark)";
1111
+ readonly accentCyanDark: "var(--accent-cyan-dark)";
1112
+ readonly accentBlueDark: "var(--accent-blue-dark)";
1113
+ readonly accentIndigoDark: "var(--accent-indigo-dark)";
1114
+ readonly accentPurpleDark: "var(--accent-purple-dark)";
1115
+ readonly accentPinkDark: "var(--accent-pink-dark)";
1116
+ readonly accentBrownDark: "var(--accent-brown-dark)";
1117
+ readonly accentGrayDark: "var(--accent-gray-dark)";
1118
+ readonly fillDark: "var(--fill-dark)";
1119
+ readonly fillPrimaryDark: "var(--fill-primary-dark)";
1120
+ readonly fillSecondaryDark: "var(--fill-secondary-dark)";
1121
+ readonly fillTertiaryDark: "var(--fill-tertiary-dark)";
1122
+ readonly fillQuaternaryDark: "var(--fill-quaternary-dark)";
1123
+ readonly fillQuinaryDark: "var(--fill-quinary-dark)";
1124
+ readonly textPrimaryDark: "var(--text-primary-dark)";
1125
+ readonly textSecondaryDark: "var(--text-secondary-dark)";
1126
+ readonly textTertiaryDark: "var(--text-tertiary-dark)";
1127
+ readonly controlMenuDark: "var(--control-menu-dark)";
1128
+ readonly controlTooltipDark: "var(--control-tooltip-dark)";
1129
+ readonly productPrimaryDark: "var(--product-primary-dark)";
1130
+ readonly productSecondaryDark: "var(--product-secondary-dark)";
1131
+ readonly productTertiaryDark: "var(--product-tertiary-dark)";
1132
+ readonly productQuaternaryDark: "var(--product-quaternary-dark)";
1133
+ readonly productQuinaryDark: "var(--product-quinary-dark)";
1134
+ readonly shadowGlassDark: "var(--shadow-glass-dark)";
1135
+ readonly shadowPrimaryDark: "var(--shadow-primary-dark)";
1136
+ readonly shadowSecondaryDark: "var(--shadow-secondary-dark)";
1137
+ readonly shadowTertiaryDark: "var(--shadow-tertiary-dark)";
1138
+ readonly shadowQuaternaryDark: "var(--shadow-quaternary-dark)";
1139
+ readonly shadowWindowInnerShadowDark: "var(--shadow-window-inner-shadow-dark)";
1140
+ readonly accentRedLightStable: "var(--accent-red-light-stable)";
1141
+ readonly accentOrangeLightStable: "var(--accent-orange-light-stable)";
1142
+ readonly accentYellowLightStable: "var(--accent-yellow-light-stable)";
1143
+ readonly accentGreenLightStable: "var(--accent-green-light-stable)";
1144
+ readonly accentMintLightStable: "var(--accent-mint-light-stable)";
1145
+ readonly accentTealLightStable: "var(--accent-teal-light-stable)";
1146
+ readonly accentCyanLightStable: "var(--accent-cyan-light-stable)";
1147
+ readonly accentBlueLightStable: "var(--accent-blue-light-stable)";
1148
+ readonly accentIndigoLightStable: "var(--accent-indigo-light-stable)";
1149
+ readonly accentPurpleLightStable: "var(--accent-purple-light-stable)";
1150
+ readonly accentPinkLightStable: "var(--accent-pink-light-stable)";
1151
+ readonly accentBrownLightStable: "var(--accent-brown-light-stable)";
1152
+ readonly accentGrayLightStable: "var(--accent-gray-light-stable)";
1153
+ readonly fillLightStable: "var(--fill-light-stable)";
1154
+ readonly fillPrimaryLightStable: "var(--fill-primary-light-stable)";
1155
+ readonly fillSecondaryLightStable: "var(--fill-secondary-light-stable)";
1156
+ readonly fillTertiaryLightStable: "var(--fill-tertiary-light-stable)";
1157
+ readonly fillQuaternaryLightStable: "var(--fill-quaternary-light-stable)";
1158
+ readonly fillQuinaryLightStable: "var(--fill-quinary-light-stable)";
1159
+ readonly textPrimaryLightStable: "var(--text-primary-light-stable)";
1160
+ readonly textSecondaryLightStable: "var(--text-secondary-light-stable)";
1161
+ readonly textTertiaryLightStable: "var(--text-tertiary-light-stable)";
1162
+ readonly controlMenuLightStable: "var(--control-menu-light-stable)";
1163
+ readonly controlTooltipLightStable: "var(--control-tooltip-light-stable)";
1164
+ readonly controlTransparentStable: "var(--control-transparent-stable)";
1165
+ readonly shadowGlassLightStable: "var(--shadow-glass-light-stable)";
1166
+ readonly shadowPrimaryLightStable: "var(--shadow-primary-light-stable)";
1167
+ readonly shadowSecondaryLightStable: "var(--shadow-secondary-light-stable)";
1168
+ readonly shadowTertiaryLightStable: "var(--shadow-tertiary-light-stable)";
1169
+ readonly shadowQuaternaryLightStable: "var(--shadow-quaternary-light-stable)";
1170
+ readonly shadowWindowInnerShadowLightStable: "var(--shadow-window-inner-shadow-light-stable)";
1171
+ readonly productPrimaryLightStable: "var(--product-primary-light-stable)";
1172
+ readonly productSecondaryLightStable: "var(--product-secondary-light-stable)";
1173
+ readonly productTertiaryLightStable: "var(--product-tertiary-light-stable)";
1174
+ readonly productQuaternaryLightStable: "var(--product-quaternary-light-stable)";
1175
+ readonly productQuinaryLightStable: "var(--product-quinary-light-stable)";
1176
+ readonly accentRedDarkStable: "var(--accent-red-dark-stable)";
1177
+ readonly accentOrangeDarkStable: "var(--accent-orange-dark-stable)";
1178
+ readonly accentYellowDarkStable: "var(--accent-yellow-dark-stable)";
1179
+ readonly accentGreenDarkStable: "var(--accent-green-dark-stable)";
1180
+ readonly accentMintDarkStable: "var(--accent-mint-dark-stable)";
1181
+ readonly accentTealDarkStable: "var(--accent-teal-dark-stable)";
1182
+ readonly accentCyanDarkStable: "var(--accent-cyan-dark-stable)";
1183
+ readonly accentBlueDarkStable: "var(--accent-blue-dark-stable)";
1184
+ readonly accentIndigoDarkStable: "var(--accent-indigo-dark-stable)";
1185
+ readonly accentPurpleDarkStable: "var(--accent-purple-dark-stable)";
1186
+ readonly accentPinkDarkStable: "var(--accent-pink-dark-stable)";
1187
+ readonly accentBrownDarkStable: "var(--accent-brown-dark-stable)";
1188
+ readonly accentGrayDarkStable: "var(--accent-gray-dark-stable)";
1189
+ readonly fillDarkStable: "var(--fill-dark-stable)";
1190
+ readonly fillPrimaryDarkStable: "var(--fill-primary-dark-stable)";
1191
+ readonly fillSecondaryDarkStable: "var(--fill-secondary-dark-stable)";
1192
+ readonly fillTertiaryDarkStable: "var(--fill-tertiary-dark-stable)";
1193
+ readonly fillQuaternaryDarkStable: "var(--fill-quaternary-dark-stable)";
1194
+ readonly fillQuinaryDarkStable: "var(--fill-quinary-dark-stable)";
1195
+ readonly textPrimaryDarkStable: "var(--text-primary-dark-stable)";
1196
+ readonly textSecondaryDarkStable: "var(--text-secondary-dark-stable)";
1197
+ readonly textTertiaryDarkStable: "var(--text-tertiary-dark-stable)";
1198
+ readonly controlMenuDarkStable: "var(--control-menu-dark-stable)";
1199
+ readonly controlTooltipDarkStable: "var(--control-tooltip-dark-stable)";
1200
+ readonly productPrimaryDarkStable: "var(--product-primary-dark-stable)";
1201
+ readonly productSecondaryDarkStable: "var(--product-secondary-dark-stable)";
1202
+ readonly productTertiaryDarkStable: "var(--product-tertiary-dark-stable)";
1203
+ readonly productQuaternaryDarkStable: "var(--product-quaternary-dark-stable)";
1204
+ readonly productQuinaryDarkStable: "var(--product-quinary-dark-stable)";
1205
+ readonly shadowGlassDarkStable: "var(--shadow-glass-dark-stable)";
1206
+ readonly shadowPrimaryDarkStable: "var(--shadow-primary-dark-stable)";
1207
+ readonly shadowSecondaryDarkStable: "var(--shadow-secondary-dark-stable)";
1208
+ readonly shadowTertiaryDarkStable: "var(--shadow-tertiary-dark-stable)";
1209
+ readonly shadowQuaternaryDarkStable: "var(--shadow-quaternary-dark-stable)";
1210
+ readonly shadowWindowInnerShadowDarkStable: "var(--shadow-window-inner-shadow-dark-stable)";
1211
+ };
1212
+ readonly size: {
1213
+ readonly large: {
1214
+ readonly height: "var(--size-large-height)";
1215
+ readonly heightIcon: "var(--size-large-height-icon)";
1216
+ readonly radius: "var(--size-large-radius)";
1217
+ readonly padding: "var(--size-large-padding)";
1218
+ readonly font: "var(--size-large-font)";
1219
+ };
1220
+ readonly largeMedium: {
1221
+ readonly height: "var(--size-large-medium-height)";
1222
+ readonly heightIcon: "var(--size-large-medium-height-icon)";
1223
+ readonly radius: "var(--size-large-medium-radius)";
1224
+ readonly padding: "var(--size-large-medium-padding)";
1225
+ readonly font: "var(--size-large-medium-font)";
1226
+ };
1227
+ readonly medium: {
1228
+ readonly height: "var(--size-medium-height)";
1229
+ readonly heightIcon: "var(--size-medium-height-icon)";
1230
+ readonly radius: "var(--size-medium-radius)";
1231
+ readonly padding: "var(--size-medium-padding)";
1232
+ readonly font: "var(--size-medium-font)";
1233
+ };
1234
+ readonly mediumSmall: {
1235
+ readonly height: "var(--size-medium-small-height)";
1236
+ readonly heightIcon: "var(--size-medium-small-height-icon)";
1237
+ readonly radius: "var(--size-medium-small-radius)";
1238
+ readonly padding: "var(--size-medium-small-padding)";
1239
+ readonly font: "var(--size-medium-small-font)";
1240
+ };
1241
+ readonly small: {
1242
+ readonly height: "var(--size-small-height)";
1243
+ readonly heightIcon: "var(--size-small-height-icon)";
1244
+ readonly radius: "var(--size-small-radius)";
1245
+ readonly padding: "var(--size-small-padding)";
1246
+ readonly font: "var(--size-small-font)";
1247
+ };
1248
+ };
1249
+ readonly sizeValue: {
1250
+ readonly large: {
1251
+ readonly height: 46;
1252
+ readonly heightIcon: 24;
1253
+ readonly radius: 6;
1254
+ readonly padding: 16;
1255
+ readonly font: 20;
1256
+ };
1257
+ readonly largeMedium: {
1258
+ readonly height: 42;
1259
+ readonly heightIcon: 22;
1260
+ readonly radius: 6;
1261
+ readonly padding: 14;
1262
+ readonly font: 18;
1263
+ };
1264
+ readonly medium: {
1265
+ readonly height: 38;
1266
+ readonly heightIcon: 20;
1267
+ readonly radius: 6;
1268
+ readonly padding: 12;
1269
+ readonly font: 14;
1270
+ };
1271
+ readonly mediumSmall: {
1272
+ readonly height: 34;
1273
+ readonly heightIcon: 18;
1274
+ readonly radius: 6;
1275
+ readonly padding: 10;
1276
+ readonly font: 14;
1277
+ };
1278
+ readonly small: {
1279
+ readonly height: 30;
1280
+ readonly heightIcon: 16;
1281
+ readonly radius: 8;
1282
+ readonly padding: 8;
1283
+ readonly font: 12;
1284
+ };
1285
+ };
1286
+ readonly sizeToggle: {
1287
+ readonly large: {
1288
+ readonly height: "var(--size-toggle-large-height)";
1289
+ readonly width: "var(--size-toggle-large-width)";
1290
+ readonly padding: "var(--size-toggle-large-padding)";
1291
+ readonly thumb: "var(--size-toggle-large-thumb)";
1292
+ };
1293
+ readonly largeMedium: {
1294
+ readonly height: "var(--size-toggle-large-medium-height)";
1295
+ readonly width: "var(--size-toggle-large-medium-width)";
1296
+ readonly padding: "var(--size-toggle-large-medium-padding)";
1297
+ readonly thumb: "var(--size-toggle-large-medium-thumb)";
1298
+ };
1299
+ readonly medium: {
1300
+ readonly height: "var(--size-toggle-medium-height)";
1301
+ readonly width: "var(--size-toggle-medium-width)";
1302
+ readonly padding: "var(--size-toggle-medium-padding)";
1303
+ readonly thumb: "var(--size-toggle-medium-thumb)";
1304
+ };
1305
+ readonly mediumSmall: {
1306
+ readonly height: "var(--size-toggle-medium-small-height)";
1307
+ readonly width: "var(--size-toggle-medium-small-width)";
1308
+ readonly padding: "var(--size-toggle-medium-small-padding)";
1309
+ readonly thumb: "var(--size-toggle-medium-small-thumb)";
1310
+ };
1311
+ readonly small: {
1312
+ readonly height: "var(--size-toggle-small-height)";
1313
+ readonly width: "var(--size-toggle-small-width)";
1314
+ readonly padding: "var(--size-toggle-small-padding)";
1315
+ readonly thumb: "var(--size-toggle-small-thumb)";
1316
+ };
1317
+ };
1318
+ readonly component: {
1319
+ readonly select: {
1320
+ readonly padding: "var(--component-select-padding)";
1321
+ readonly height: "var(--component-select-height)";
1322
+ readonly borderRadius: "var(--component-select-border-radius)";
1323
+ readonly background: "var(--component-select-background)";
1324
+ readonly borderColor: "var(--component-select-border-color)";
1325
+ readonly borderColorSelect: "var(--component-select-border-color-select)";
1326
+ readonly color: "var(--component-select-color)";
1327
+ readonly backgroundChecked: "var(--component-select-background-checked)";
1328
+ readonly borderColorChecked: "var(--component-select-border-color-checked)";
1329
+ readonly backgroundInput: "var(--component-select-background-input)";
1330
+ readonly borderColorInput: "var(--component-select-border-color-input)";
1331
+ readonly colorInput: "var(--component-select-color-input)";
1332
+ readonly backgroundOption: "var(--component-select-background-option)";
1333
+ };
1334
+ readonly tooltip: {
1335
+ readonly padding: "var(--component-tooltip-padding)";
1336
+ readonly height: "var(--component-tooltip-height)";
1337
+ };
1338
+ readonly popover: {
1339
+ readonly padding: "var(--component-popover-padding)";
1340
+ readonly borderRadius: "var(--component-popover-border-radius)";
1341
+ readonly maxWidth: "var(--component-popover-max-width)";
1342
+ readonly maxHeight: "var(--component-popover-max-height)";
1343
+ readonly background: "var(--component-popover-background)";
1344
+ readonly borderColor: "var(--component-popover-border-color)";
1345
+ readonly color: "var(--component-popover-color)";
1346
+ readonly boxShadow: "var(--component-popover-box-shadow)";
1347
+ };
1348
+ readonly error: {
1349
+ readonly padding: "var(--component-error-padding)";
1350
+ readonly color: "var(--component-error-color)";
1351
+ };
1352
+ readonly checkbox: {
1353
+ readonly height: "var(--component-checkbox-height)";
1354
+ readonly padding: "var(--component-checkbox-padding)";
1355
+ readonly radius: "var(--component-checkbox-radius)";
1356
+ readonly gap: "var(--component-checkbox-gap)";
1357
+ readonly background: "var(--component-checkbox-background)";
1358
+ readonly border: "var(--component-checkbox-border)";
1359
+ readonly color: "var(--component-checkbox-color)";
1360
+ };
1361
+ readonly toggle: {
1362
+ readonly height: "var(--component-toggle-height)";
1363
+ readonly width: "var(--component-toggle-width)";
1364
+ readonly padding: "var(--component-toggle-padding)";
1365
+ readonly backgroundActive: "var(--component-toggle-active-background)";
1366
+ readonly borderActive: "var(--component-toggle-active-border)";
1367
+ readonly backgroundUnActive: "var(--component-toggle-un-active-background)";
1368
+ readonly borderUnActive: "var(--component-toggle-un-active-border)";
1369
+ readonly centerHeight: "var(--component-toggle-center-height)";
1370
+ readonly centerWidth: "var(--component-toggle-center-width)";
1371
+ readonly centerBackgroundActive: "var(--component-toggle-center-active-background)";
1372
+ readonly centerBorderActive: "var(--component-toggle-center-active-border)";
1373
+ readonly centerBackgroundUnActive: "var(--component-toggle-center-un-active-background)";
1374
+ readonly centerBorderUnActive: "var(--component-toggle-center-un-active-border)";
1375
+ readonly centerBoxShadowActive: "var(--component-toggle-center-active-box-shadow)";
1376
+ readonly centerBoxShadowUnActive: "var(--component-toggle-center-un-active-box-shadow)";
1377
+ readonly centerX: "var(--component-toggle-center-x)";
1378
+ };
1379
+ readonly button: {
1380
+ readonly height: "var(--component-button-height)";
1381
+ readonly padding: "var(--component-button-padding)";
1382
+ readonly radius: "var(--component-button-radius)";
1383
+ readonly gap: "var(--component-button-gap)";
1384
+ readonly background: "var(--component-button-background)";
1385
+ readonly border: "var(--component-button-border)";
1386
+ readonly color: "var(--component-button-color)";
1387
+ readonly iconGroupOrder: "var(--component-button-icon-group-order)";
1388
+ };
1389
+ readonly icon: {
1390
+ readonly order: "var(--component-icon-order)";
1391
+ readonly color: "var(--component-icon-color)";
1392
+ readonly heightIcon: "var(--component-icon-height-icon)";
1393
+ readonly turn: "var(--component-icon-turn)";
1394
+ readonly skeletonHeightIcon: "var(--component-icon-skeleton-height-icon)";
1395
+ readonly skeletonOrder: "var(--component-icon-skeleton-order)";
1396
+ };
1397
+ readonly typography: {
1398
+ readonly letterSpacing: "var(--component-typography-letter-spacing)";
1399
+ readonly flex: "var(--component-typography-flex)";
1400
+ readonly cursor: "var(--component-typography-cursor)";
1401
+ readonly overflow: "var(--component-typography-overflow)";
1402
+ readonly line: {
1403
+ readonly single: "var(--component-typography-line-single)";
1404
+ readonly multiline: "var(--component-typography-line-multiline)";
1405
+ };
1406
+ readonly family: "var(--component-typography-family)";
1407
+ readonly weight: "var(--component-typography-weight)";
1408
+ readonly height: "var(--component-typography-height)";
1409
+ readonly color: "var(--component-typography-color)";
1410
+ readonly align: "var(--component-typography-align)";
1411
+ readonly wrap: "var(--component-typography-wrap)";
1412
+ readonly decoration: "var(--component-typography-decoration)";
1413
+ readonly transform: "var(--component-typography-transform)";
1414
+ readonly size: "var(--component-typography-size)";
1415
+ readonly variant: "var(--component-typography-variant)";
1416
+ readonly variantHeight: "var(--component-typography-variant-height)";
1417
+ };
1418
+ readonly separator: {
1419
+ readonly width: "var(--component-separator-width)";
1420
+ readonly height: "var(--component-separator-height)";
1421
+ readonly maxWidth: "var(--component-separator-max-width)";
1422
+ readonly maxHeight: "var(--component-separator-max-height)";
1423
+ readonly background: "var(--component-separator-background)";
1424
+ readonly radius: "var(--component-separator-radius)";
1425
+ };
1426
+ readonly input: {
1427
+ readonly boxShadow: "var(--component-input-box-shadow)";
1428
+ readonly background: "var(--component-input-background)";
1429
+ readonly borderColor: "var(--component-input-border-color)";
1430
+ readonly color: "var(--component-input-color)";
1431
+ readonly placeholderColor: "var(--component-input-placeholder-color)";
1432
+ readonly height: "var(--component-input-height)";
1433
+ readonly padding: "var(--component-input-padding)";
1434
+ readonly radius: "var(--component-input-radius)";
1435
+ readonly prefixWidth: "var(--component-input-prefix-width)";
1436
+ readonly prefixRight: "var(--component-input-prefix-right)";
1437
+ readonly prefixLeft: "var(--component-input-prefix-left)";
1438
+ readonly postfixWidth: "var(--component-input-postfix-width)";
1439
+ readonly postfixRight: "var(--component-input-postfix-right)";
1440
+ readonly postfixLeft: "var(--component-input-postfix-left)";
1441
+ };
1442
+ readonly textarea: {
1443
+ readonly boxShadow: "var(--component-textarea-box-shadow)";
1444
+ readonly background: "var(--component-textarea-background)";
1445
+ readonly borderColor: "var(--component-textarea-border-color)";
1446
+ readonly color: "var(--component-textarea-color)";
1447
+ readonly placeholderColor: "var(--component-textarea-placeholder-color)";
1448
+ readonly padding: "var(--component-textarea-padding)";
1449
+ readonly radius: "var(--component-textarea-radius)";
1450
+ };
1451
+ readonly datePicker: {
1452
+ readonly rows: "var(--component-date-picker-rows)";
1453
+ readonly row: "var(--component-date-picker-row)";
1454
+ readonly column: "var(--component-date-picker-column)";
1455
+ readonly padding: "var(--component-date-picker-padding)";
1456
+ readonly dayRadius: "var(--component-date-picker-day-radius)";
1457
+ readonly dayBackgroundRest: "var(--component-date-picker-day-background-rest)";
1458
+ readonly dayBackgroundHover: "var(--component-date-picker-day-background-hover)";
1459
+ readonly dayBackgroundWeekend: "var(--component-date-picker-day-background-weekend)";
1460
+ readonly dayBackgroundToday: "var(--component-date-picker-day-background-today)";
1461
+ readonly dayBackgroundChoice: "var(--component-date-picker-day-background-choice)";
1462
+ readonly dayBorderRest: "var(--component-date-picker-day-border-rest)";
1463
+ readonly dayBorderWeekend: "var(--component-date-picker-day-border-weekend)";
1464
+ readonly dayBorderToday: "var(--component-date-picker-day-border-today)";
1465
+ readonly dayBorderChoice: "var(--component-date-picker-day-border-choice)";
1466
+ readonly dayBorderHover: "var(--component-date-picker-day-border-hover)";
1467
+ readonly dayColorRest: "var(--component-date-picker-day-color-rest)";
1468
+ readonly dayColorHover: "var(--component-date-picker-day-color-hover)";
1469
+ readonly dayColorWeekend: "var(--component-date-picker-day-color-weekend)";
1470
+ readonly dayColorToday: "var(--component-date-picker-day-color-today)";
1471
+ readonly dayColorChoice: "var(--component-date-picker-day-color-choice)";
1472
+ readonly inputBackground: "var(--component-date-picker-input-background)";
1473
+ readonly inputBackgroundHover: "var(--component-date-picker-input-background-hover)";
1474
+ readonly inputSegmentBackgroundActive: "var(--component-date-picker-input-segment-background-active)";
1475
+ readonly inputBorderColor: "var(--component-date-picker-input-border-color)";
1476
+ readonly inputBorderColorHover: "var(--component-date-picker-input-border-color-hover)";
1477
+ readonly inputColor: "var(--component-date-picker-input-color)";
1478
+ readonly inputColorHover: "var(--component-date-picker-input-color-hover)";
1479
+ readonly inputPadding: "var(--component-date-picker-input-padding)";
1480
+ readonly inputHeight: "var(--component-date-picker-input-height)";
1481
+ readonly inputRadius: "var(--component-date-picker-input-radius)";
1482
+ readonly inputValueColor: "var(--component-date-picker-input-value-color)";
1483
+ readonly inputPlaceholderColor: "var(--component-date-picker-input-placeholder-color)";
1484
+ readonly buttonToggleRight: "var(--component-date-picker-button-toggle-right)";
1485
+ readonly buttonClearRight: "var(--component-date-picker-button-clear-right)";
1486
+ };
1487
+ };
1488
+ readonly area: {
1489
+ readonly skeleton: {
1490
+ readonly color: "var(--area-skeleton-color)";
1491
+ readonly line: "var(--area-skeleton-line)";
1492
+ };
1493
+ };
1494
+ readonly genre: {
1495
+ readonly popover: {
1496
+ readonly primary: {
1497
+ readonly background: "var(--fill-dark)";
1498
+ readonly color: "var(--text-primary-light)";
1499
+ readonly border: "var(--transparent)";
1500
+ readonly boxShadow: "var(--shadow-primary-dark)";
1501
+ };
1502
+ readonly secondary: {
1503
+ readonly background: "var(--fill-light)";
1504
+ readonly color: "var(--text-primary-dark)";
1505
+ readonly border: "var(--transparent)";
1506
+ readonly boxShadow: "var(--shadow-primary-light)";
1507
+ };
1508
+ };
1509
+ readonly checkbox: {
1510
+ readonly green: {
1511
+ readonly background: {
1512
+ readonly index: "var(--accent-green-light)";
1513
+ };
1514
+ readonly color: {
1515
+ readonly index: "var(--text-primary-dark)";
1516
+ };
1517
+ readonly border: {
1518
+ readonly index: "var(--transparent)";
1519
+ };
1520
+ };
1521
+ readonly red: {
1522
+ readonly background: {
1523
+ readonly index: "var(--accent-red-light)";
1524
+ };
1525
+ readonly color: {
1526
+ readonly index: "var(--text-primary-dark)";
1527
+ };
1528
+ readonly border: {
1529
+ readonly index: "var(--transparent)";
1530
+ };
1531
+ };
1532
+ readonly yellow: {
1533
+ readonly background: {
1534
+ readonly index: "var(--accent-yellow-light)";
1535
+ };
1536
+ readonly color: {
1537
+ readonly index: "var(--text-primary-dark)";
1538
+ };
1539
+ readonly border: {
1540
+ readonly index: "var(--transparent)";
1541
+ };
1542
+ };
1543
+ readonly blue: {
1544
+ readonly background: {
1545
+ readonly index: "var(--accent-blue-light)";
1546
+ };
1547
+ readonly color: {
1548
+ readonly index: "var(--text-primary-dark)";
1549
+ };
1550
+ readonly border: {
1551
+ readonly index: "var(--transparent)";
1552
+ };
1553
+ };
1554
+ readonly primary: {
1555
+ readonly background: {
1556
+ readonly index: "var(--fill-primary-dark)";
1557
+ };
1558
+ readonly color: {
1559
+ readonly index: "var(--text-primary-light)";
1560
+ };
1561
+ readonly border: {
1562
+ readonly index: "var(--text-primary-light)";
1563
+ };
1564
+ };
1565
+ readonly secondary: {
1566
+ readonly background: {
1567
+ readonly index: "var(--fill-primary-light)";
1568
+ };
1569
+ readonly color: {
1570
+ readonly index: "var(--text-primary-dark)";
1571
+ };
1572
+ readonly border: {
1573
+ readonly index: "var(--text-primary-dark)";
1574
+ };
1575
+ };
1576
+ readonly product: {
1577
+ readonly background: {
1578
+ readonly index: "var(--product-primary-light)";
1579
+ };
1580
+ readonly color: {
1581
+ readonly index: "var(--text-primary-dark)";
1582
+ };
1583
+ readonly border: {
1584
+ readonly index: "var(--transparent)";
1585
+ };
1586
+ };
1587
+ };
1588
+ readonly button: {
1589
+ readonly green: {
1590
+ readonly background: {
1591
+ readonly index: "var(--accent-green-light)";
1592
+ };
1593
+ readonly color: {
1594
+ readonly index: "var(--text-primary-dark)";
1595
+ };
1596
+ readonly border: {
1597
+ readonly index: "var(--transparent)";
1598
+ };
1599
+ };
1600
+ readonly red: {
1601
+ readonly background: {
1602
+ readonly index: "var(--accent-red-light)";
1603
+ };
1604
+ readonly color: {
1605
+ readonly index: "var(--text-primary-dark)";
1606
+ };
1607
+ readonly border: {
1608
+ readonly index: "var(--transparent)";
1609
+ };
1610
+ };
1611
+ readonly yellow: {
1612
+ readonly background: {
1613
+ readonly index: "var(--accent-yellow-light)";
1614
+ };
1615
+ readonly color: {
1616
+ readonly index: "var(--text-primary-dark)";
1617
+ };
1618
+ readonly border: {
1619
+ readonly index: "var(--transparent)";
1620
+ };
1621
+ };
1622
+ readonly blue: {
1623
+ readonly background: {
1624
+ readonly index: "var(--accent-blue-light)";
1625
+ };
1626
+ readonly color: {
1627
+ readonly index: "var(--text-primary-dark)";
1628
+ };
1629
+ readonly border: {
1630
+ readonly index: "var(--transparent)";
1631
+ };
1632
+ };
1633
+ readonly primary: {
1634
+ readonly background: {
1635
+ readonly index: "var(--fill-primary-dark)";
1636
+ };
1637
+ readonly color: {
1638
+ readonly index: "var(--text-primary-light)";
1639
+ };
1640
+ readonly border: {
1641
+ readonly index: "var(--text-primary-light)";
1642
+ };
1643
+ };
1644
+ readonly secondary: {
1645
+ readonly background: {
1646
+ readonly index: "var(--fill-primary-light)";
1647
+ };
1648
+ readonly color: {
1649
+ readonly index: "var(--text-primary-dark)";
1650
+ };
1651
+ readonly border: {
1652
+ readonly index: "var(--text-primary-dark)";
1653
+ };
1654
+ };
1655
+ readonly product: {
1656
+ readonly background: {
1657
+ readonly index: "var(--product-primary-light)";
1658
+ };
1659
+ readonly color: {
1660
+ readonly index: "var(--text-primary-dark)";
1661
+ };
1662
+ readonly border: {
1663
+ readonly index: "var(--transparent)";
1664
+ };
1665
+ };
1666
+ };
1667
+ readonly toggle: {
1668
+ readonly primary: {
1669
+ readonly active: {
1670
+ readonly border: "var(--transparent)";
1671
+ readonly track: "var(--product-primary-light)";
1672
+ readonly thumb: "var(--fill-primary-dark)";
1673
+ readonly thumbBoxShadow: "var(--shadow-primary-light)";
1674
+ };
1675
+ readonly unActive: {
1676
+ readonly border: "var(--transparent)";
1677
+ readonly track: "var(--fill-primary-light)";
1678
+ readonly thumb: "var(--fill-primary-dark)";
1679
+ readonly thumbBoxShadow: "var(--shadow-primary-light)";
1680
+ };
1681
+ };
1682
+ };
1683
+ readonly input: {
1684
+ readonly primary: {
1685
+ readonly color: "var(--text-primary-light)";
1686
+ readonly background: "var(--fill-primary-dark)";
1687
+ readonly backgroundOption: "var(--fill-dark)";
1688
+ readonly border: "var(--text-primary-light)";
1689
+ readonly placeholder: "var(--text-secondary-light)";
1690
+ };
1691
+ readonly secondary: {
1692
+ readonly color: "var(--text-primary-dark)";
1693
+ readonly background: "var(--fill-primary-light)";
1694
+ readonly backgroundOption: "var(--fill-light)";
1695
+ readonly border: "var(--text-primary-dark)";
1696
+ readonly placeholder: "var(--text-secondary-dark)";
1697
+ };
1698
+ };
1699
+ readonly select: {
1700
+ readonly primary: {
1701
+ readonly color: {
1702
+ readonly index: "var(--text-primary-light)";
1703
+ };
1704
+ readonly background: {
1705
+ readonly index: "var(--fill-primary-dark)";
1706
+ readonly select: "var(--product-quaternary-light)";
1707
+ };
1708
+ readonly border: {
1709
+ readonly index: "var(--text-primary-light)";
1710
+ readonly select: "var(--product-primary-light)";
1711
+ };
1712
+ readonly placeholder: {
1713
+ readonly index: "var(--text-secondary-light)";
1714
+ };
1715
+ };
1716
+ readonly secondary: {
1717
+ readonly color: {
1718
+ readonly index: "var(--text-primary-dark)";
1719
+ };
1720
+ readonly background: {
1721
+ readonly index: "var(--fill-primary-light)";
1722
+ readonly select: "var(--product-quaternary-light)";
1723
+ };
1724
+ readonly border: {
1725
+ readonly index: "var(--text-primary-dark)";
1726
+ readonly select: "var(--product-primary-light)";
1727
+ };
1728
+ readonly placeholder: {
1729
+ readonly index: "var(--text-secondary-dark)";
1730
+ };
1731
+ };
1732
+ };
1733
+ readonly textarea: {
1734
+ readonly primary: {
1735
+ readonly color: "var(--text-primary-light)";
1736
+ readonly background: "var(--fill-primary-dark)";
1737
+ readonly border: "var(--text-primary-light)";
1738
+ readonly placeholder: "var(--text-secondary-light)";
1739
+ };
1740
+ readonly secondary: {
1741
+ readonly color: "var(--text-primary-dark)";
1742
+ readonly background: "var(--fill-primary-light)";
1743
+ readonly border: "var(--text-primary-dark)";
1744
+ readonly placeholder: "var(--text-secondary-dark)";
1745
+ };
1746
+ };
1747
+ readonly datepicker: {
1748
+ readonly primary: {
1749
+ readonly color: {
1750
+ readonly index: "var(--text-primary-light)";
1751
+ readonly hover: "var(--text-primary-light)";
1752
+ readonly weekend: "var(--text-primary-light)";
1753
+ readonly today: "var(--text-primary-light)";
1754
+ readonly choice: "var(--text-primary-dark)";
1755
+ };
1756
+ readonly background: {
1757
+ readonly index: "var(--transparent)";
1758
+ readonly hover: "var(--fill-quaternary-light)";
1759
+ readonly weekend: "var(--fill-quaternary-light)";
1760
+ readonly today: "var(--transparent)";
1761
+ readonly choice: "var(--product-primary-light)";
1762
+ };
1763
+ readonly border: {
1764
+ readonly index: "var(--transparent)";
1765
+ readonly hover: "var(--transparent)";
1766
+ readonly weekend: "var(--transparent)";
1767
+ readonly today: "var(--text-primary-light)";
1768
+ readonly choice: "var(--product-primary-light)";
1769
+ };
1770
+ };
1771
+ readonly secondary: {
1772
+ readonly color: {
1773
+ readonly index: "var(--text-primary-dark)";
1774
+ readonly hover: "var(--text-primary-dark)";
1775
+ readonly weekend: "var(--text-primary-dark)";
1776
+ readonly today: "var(--text-primary-dark)";
1777
+ readonly choice: "var(--text-primary-light)";
1778
+ };
1779
+ readonly background: {
1780
+ readonly index: "var(--transparent)";
1781
+ readonly hover: "var(--fill-quaternary-dark)";
1782
+ readonly weekend: "var(--fill-quaternary-dark)";
1783
+ readonly today: "var(--transparent)";
1784
+ readonly choice: "var(--product-primary-dark)";
1785
+ };
1786
+ readonly border: {
1787
+ readonly index: "var(--transparent)";
1788
+ readonly hover: "var(--transparent)";
1789
+ readonly weekend: "var(--transparent)";
1790
+ readonly today: "var(--text-primary-dark)";
1791
+ readonly choice: "var(--product-primary-dark)";
1792
+ };
1793
+ };
1794
+ };
1795
+ };
1796
+ }>;
1797
+ export {};