@salutejs/plasma-web 1.585.0-canary.2021.15824070198.0 → 1.585.0-canary.2022.15754718552.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (535) hide show
  1. package/components/Accordion/Accordion.config.js +32 -359
  2. package/components/Accordion/Accordion.js +12 -12
  3. package/components/Accordion/index.js +15 -16
  4. package/components/Attach/Attach.config.js +36 -818
  5. package/components/Attach/Attach.js +11 -11
  6. package/components/Attach/index.js +7 -6
  7. package/components/AudioPlayer/index.js +7 -6
  8. package/components/Autocomplete/Autocomplete.config.js +42 -636
  9. package/components/Autocomplete/Autocomplete.js +7 -11
  10. package/components/Autocomplete/index.js +7 -6
  11. package/components/Avatar/Avatar.config.js +44 -419
  12. package/components/Avatar/Avatar.js +7 -19
  13. package/components/Avatar/index.js +7 -6
  14. package/components/AvatarGroup/AvatarGroup.js +6 -10
  15. package/components/AvatarGroup/index.js +7 -6
  16. package/components/Badge/Badge.config.js +41 -285
  17. package/components/Badge/Badge.js +11 -11
  18. package/components/Badge/Badge.perftest.js +20 -54
  19. package/components/Badge/index.js +7 -6
  20. package/components/Breadcrumbs/Breadcrumbs.config.js +21 -111
  21. package/components/Breadcrumbs/Breadcrumbs.js +12 -12
  22. package/components/Breadcrumbs/index.js +7 -6
  23. package/components/Button/Button.config.js +54 -542
  24. package/components/Button/Button.js +12 -12
  25. package/components/Button/Button.perftest.js +34 -76
  26. package/components/Button/index.js +7 -6
  27. package/components/ButtonBase/index.js +7 -6
  28. package/components/ButtonGroup/ButtonGroup.config.js +59 -570
  29. package/components/ButtonGroup/ButtonGroup.js +11 -11
  30. package/components/ButtonGroup/index.js +7 -6
  31. package/components/Calendar/Calendar.js +18 -39
  32. package/components/Calendar/Calendar.perftest.js +82 -122
  33. package/components/Calendar/CalendarBase.config.js +21 -318
  34. package/components/Calendar/CalendarDouble.config.js +21 -320
  35. package/components/Calendar/index.js +32 -24
  36. package/components/Card/index.js +38 -27
  37. package/components/Carousel/Carousel.config.js +18 -50
  38. package/components/Carousel/Carousel.js +20 -55
  39. package/components/Carousel/Legacy/Carousel.examples.js +40 -74
  40. package/components/Carousel/Legacy/Carousel.js +7 -11
  41. package/components/Carousel/index.js +21 -19
  42. package/components/Cell/Cell.config.js +18 -180
  43. package/components/Cell/Cell.js +12 -12
  44. package/components/Cell/index.js +33 -25
  45. package/components/Checkbox/Checkbox.config.js +42 -297
  46. package/components/Checkbox/Checkbox.js +11 -12
  47. package/components/Checkbox/Checkbox.perftest.js +22 -57
  48. package/components/Checkbox/index.js +7 -6
  49. package/components/Chip/Chip.config.js +41 -322
  50. package/components/Chip/Chip.js +12 -12
  51. package/components/Chip/index.js +7 -6
  52. package/components/ChipGroup/ChipGroup.config.js +27 -208
  53. package/components/ChipGroup/ChipGroup.js +7 -11
  54. package/components/ChipGroup/index.js +7 -6
  55. package/components/CodeField/CodeField.config.js +27 -145
  56. package/components/CodeField/CodeField.js +7 -11
  57. package/components/CodeField/index.js +39 -28
  58. package/components/Combobox/Combobox.config.js +42 -819
  59. package/components/Combobox/Combobox.d.ts +24 -24
  60. package/components/Combobox/Combobox.js +20 -55
  61. package/components/Combobox/Legacy/Combobox.config.js +21 -354
  62. package/components/Combobox/Legacy/Combobox.d.ts +2 -2
  63. package/components/Combobox/Legacy/Combobox.js +17 -41
  64. package/components/Combobox/Legacy/index.js +38 -27
  65. package/components/Combobox/index.js +39 -28
  66. package/components/Counter/Counter.config.js +33 -222
  67. package/components/Counter/Counter.js +11 -11
  68. package/components/Counter/index.js +15 -16
  69. package/components/DatePicker/DatePicker.config.js +27 -586
  70. package/components/DatePicker/DatePicker.js +9 -21
  71. package/components/DatePicker/index.js +27 -22
  72. package/components/Divider/Divider.config.js +27 -109
  73. package/components/Divider/Divider.js +11 -11
  74. package/components/Divider/index.js +15 -16
  75. package/components/Drawer/Drawer.config.js +22 -78
  76. package/components/Drawer/Drawer.js +29 -31
  77. package/components/Drawer/index.js +26 -21
  78. package/components/Dropdown/Dropdown.config.js +22 -245
  79. package/components/Dropdown/Dropdown.js +15 -50
  80. package/components/Dropdown/components/DropdownItem.js +73 -200
  81. package/components/Dropdown/components/DropdownList.js +8 -19
  82. package/components/Dropdown/components/DropdownOld.config.js +23 -142
  83. package/components/Dropdown/components/DropdownPopup.js +37 -158
  84. package/components/Dropdown/index.js +36 -28
  85. package/components/Dropzone/Dropzone.config.js +21 -86
  86. package/components/Dropzone/Dropzone.js +7 -11
  87. package/components/Dropzone/index.js +21 -19
  88. package/components/Editable/Editable.config.js +18 -56
  89. package/components/Editable/Editable.js +13 -63
  90. package/components/Editable/index.js +7 -6
  91. package/components/ElasticGrid/ElasticGrid.perftest.js +28 -49
  92. package/components/ElasticGrid/index.js +7 -6
  93. package/components/EmptyState/EmptyState.config.js +18 -114
  94. package/components/EmptyState/EmptyState.js +7 -19
  95. package/components/EmptyState/index.js +7 -6
  96. package/components/Flow/Flow.js +6 -10
  97. package/components/Flow/index.js +7 -6
  98. package/components/Grid/Grid.config.js +22 -102
  99. package/components/Grid/Grid.js +18 -21
  100. package/components/Grid/index.js +20 -18
  101. package/components/IconButton/IconButton.config.js +43 -425
  102. package/components/IconButton/IconButton.js +12 -12
  103. package/components/IconButton/index.js +7 -6
  104. package/components/Image/Image.js +11 -11
  105. package/components/Image/index.js +7 -6
  106. package/components/Indicator/Indicator.config.js +27 -149
  107. package/components/Indicator/Indicator.js +7 -19
  108. package/components/Indicator/index.js +7 -6
  109. package/components/Link/Link.config.js +34 -235
  110. package/components/Link/Link.js +12 -12
  111. package/components/Link/index.js +7 -6
  112. package/components/LinkButton/LinkButton.config.js +31 -274
  113. package/components/LinkButton/LinkButton.js +7 -11
  114. package/components/LinkButton/index.js +7 -6
  115. package/components/List/List.config.js +25 -177
  116. package/components/List/List.js +12 -12
  117. package/components/List/index.js +15 -16
  118. package/components/Mask/Mask.js +6 -10
  119. package/components/Mask/index.js +7 -6
  120. package/components/Modal/Modal.perftest.js +20 -25
  121. package/components/Modal/index.js +20 -18
  122. package/components/ModalBase/Modal.config.js +15 -47
  123. package/components/ModalBase/ModalBase.js +12 -12
  124. package/components/ModalBase/index.js +15 -16
  125. package/components/Note/Note.config.js +25 -245
  126. package/components/Note/Note.js +7 -11
  127. package/components/Note/index.js +21 -19
  128. package/components/Notification/Notification.config.js +30 -361
  129. package/components/Notification/Notification.js +23 -38
  130. package/components/Notification/index.js +27 -22
  131. package/components/NumberFormat/NumberFormat.js +13 -10
  132. package/components/NumberFormat/index.js +7 -6
  133. package/components/NumberInput/NumberInput.config.js +42 -394
  134. package/components/NumberInput/NumberInput.js +7 -11
  135. package/components/NumberInput/index.js +21 -19
  136. package/components/Overlay/index.js +7 -6
  137. package/components/Pagination/Pagination.config.js +43 -399
  138. package/components/Pagination/Pagination.js +12 -12
  139. package/components/Pagination/index.js +7 -6
  140. package/components/PaginationDots/index.js +20 -18
  141. package/components/Popover/Popover.config.js +15 -43
  142. package/components/Popover/Popover.js +7 -11
  143. package/components/Popover/index.js +7 -6
  144. package/components/Popup/index.js +7 -6
  145. package/components/PopupBase/PopupBase.js +10 -10
  146. package/components/PopupBase/index.js +27 -22
  147. package/components/Portal/index.js +7 -6
  148. package/components/PreviewGallery/PreviewGallery.perftest.js +74 -104
  149. package/components/PreviewGallery/index.js +32 -24
  150. package/components/Price/Price.config.js +11 -15
  151. package/components/Price/Price.js +12 -12
  152. package/components/Price/index.js +15 -16
  153. package/components/Progress/Progress.config.js +25 -147
  154. package/components/Progress/Progress.js +8 -12
  155. package/components/Progress/index.js +7 -6
  156. package/components/Radiobox/Radiobox.config.js +49 -304
  157. package/components/Radiobox/Radiobox.d.ts +48 -2
  158. package/components/Radiobox/Radiobox.js +16 -19
  159. package/components/Radiobox/Radiobox.perftest.js +31 -35
  160. package/components/Radiobox/index.js +14 -15
  161. package/components/Range/Range.config.js +27 -319
  162. package/components/Range/Range.js +11 -11
  163. package/components/Range/index.js +15 -16
  164. package/components/Rating/Rating.config.js +31 -469
  165. package/components/Rating/Rating.js +7 -11
  166. package/components/Rating/index.js +21 -19
  167. package/components/SSRProvider/index.js +7 -6
  168. package/components/Segment/Segment.js +32 -27
  169. package/components/Segment/SegmentGroup.config.js +38 -196
  170. package/components/Segment/SegmentItem.config.js +31 -266
  171. package/components/Segment/index.js +26 -21
  172. package/components/Select/Select.config.js +54 -1017
  173. package/components/Select/Select.d.ts +6 -6
  174. package/components/Select/Select.js +15 -50
  175. package/components/Select/Select.perftest.js +33 -46
  176. package/components/Select/index.js +15 -16
  177. package/components/Sheet/Sheet.config.js +18 -63
  178. package/components/Sheet/Sheet.js +12 -12
  179. package/components/Sheet/index.js +15 -16
  180. package/components/Skeleton/LineSkeleton.config.js +49 -446
  181. package/components/Skeleton/Skeleton.js +28 -23
  182. package/components/Skeleton/index.js +20 -18
  183. package/components/Slider/Slider.config.js +25 -273
  184. package/components/Slider/Slider.js +13 -12
  185. package/components/Slider/index.js +7 -6
  186. package/components/Spinner/Spinner.config.js +32 -151
  187. package/components/Spinner/Spinner.js +16 -23
  188. package/components/Spinner/index.js +7 -6
  189. package/components/Steps/Steps.config.js +47 -366
  190. package/components/Steps/Steps.js +8 -12
  191. package/components/Steps/index.js +7 -6
  192. package/components/Switch/Switch.config.js +33 -193
  193. package/components/Switch/Switch.js +8 -12
  194. package/components/Switch/Switch.perftest.js +23 -61
  195. package/components/Switch/index.js +7 -6
  196. package/components/Table/Table.config.js +21 -257
  197. package/components/Table/Table.js +12 -12
  198. package/components/Table/index.js +7 -6
  199. package/components/Tabs/TabItem.js +24 -26
  200. package/components/Tabs/Tabs.js +24 -26
  201. package/components/Tabs/Tabs.perftest.js +53 -72
  202. package/components/Tabs/TabsController.js +16 -15
  203. package/components/Tabs/horizontal/HorizontalTabItem.config.js +38 -398
  204. package/components/Tabs/horizontal/HorizontalTabs.config.js +37 -256
  205. package/components/Tabs/index.js +35 -27
  206. package/components/Tabs/vertical/VerticalTabItem.config.js +27 -186
  207. package/components/Tabs/vertical/VerticalTabs.config.js +27 -133
  208. package/components/TextArea/TextArea.config.js +43 -695
  209. package/components/TextArea/TextArea.js +12 -12
  210. package/components/TextArea/TextArea.perftest.js +28 -62
  211. package/components/TextArea/index.js +7 -6
  212. package/components/TextField/TextField.config.js +54 -856
  213. package/components/TextField/TextField.js +88 -206
  214. package/components/TextField/TextField.perftest.js +37 -103
  215. package/components/TextField/index.js +15 -16
  216. package/components/TextFieldGroup/TextFieldGroup.config.js +34 -356
  217. package/components/TextFieldGroup/TextFieldGroup.js +11 -11
  218. package/components/TextFieldGroup/index.js +7 -6
  219. package/components/Toast/Toast.config.js +42 -174
  220. package/components/Toast/Toast.js +14 -26
  221. package/components/Toast/index.js +20 -18
  222. package/components/Tokens/Colors/Colors.styles.d.ts +1 -1
  223. package/components/Tokens/Colors/Colors.styles.js +51 -147
  224. package/components/Tokens/NumberTokens/NumberTokens.styles.js +23 -70
  225. package/components/Tokens/Typography/Typography.styles.d.ts +1 -1
  226. package/components/Tokens/Typography/Typography.styles.js +77 -205
  227. package/components/Toolbar/Toolbar.config.js +21 -105
  228. package/components/Toolbar/Toolbar.js +13 -21
  229. package/components/Toolbar/index.js +21 -19
  230. package/components/Tooltip/Tooltip.config.js +20 -100
  231. package/components/Tooltip/Tooltip.js +7 -11
  232. package/components/Tooltip/Tooltip.perftest.js +78 -87
  233. package/components/Tooltip/index.js +7 -6
  234. package/components/Tree/Tree.config.js +21 -176
  235. package/components/Tree/Tree.js +7 -11
  236. package/components/Tree/index.js +7 -6
  237. package/components/Typography/Body.config.js +47 -161
  238. package/components/Typography/Dspl.config.js +31 -105
  239. package/components/Typography/Heading.config.js +47 -161
  240. package/components/Typography/Old/Body.config.js +31 -99
  241. package/components/Typography/Old/Button.config.js +23 -73
  242. package/components/Typography/Old/Caption.config.js +15 -42
  243. package/components/Typography/Old/Display.config.js +31 -99
  244. package/components/Typography/Old/Footnote.config.js +23 -73
  245. package/components/Typography/Old/Headline.config.js +47 -151
  246. package/components/Typography/Old/Paragraph.config.js +23 -73
  247. package/components/Typography/Old/ParagraphText.config.js +23 -73
  248. package/components/Typography/Old/Subtitle.config.js +15 -42
  249. package/components/Typography/Old/Underline.config.js +15 -42
  250. package/components/Typography/Old/index.js +80 -152
  251. package/components/Typography/Text.config.js +39 -133
  252. package/components/Typography/Typography.js +59 -116
  253. package/components/Typography/index.js +215 -117
  254. package/components/Upload/Upload.perftest.js +30 -65
  255. package/components/Upload/index.js +20 -18
  256. package/components/UploadAudio/index.js +7 -6
  257. package/components/UploadVisual/index.js +7 -6
  258. package/es/components/Accordion/Accordion.config.js +27 -350
  259. package/es/components/Accordion/Accordion.js +5 -3
  260. package/es/components/Accordion/index.js +1 -1
  261. package/es/components/Attach/Attach.config.js +31 -809
  262. package/es/components/Attach/Attach.js +4 -2
  263. package/es/components/Attach/index.js +1 -1
  264. package/es/components/AudioPlayer/index.js +1 -1
  265. package/es/components/Autocomplete/Autocomplete.config.js +37 -627
  266. package/es/components/Autocomplete/Autocomplete.js +2 -2
  267. package/es/components/Autocomplete/index.js +1 -1
  268. package/es/components/Avatar/Avatar.config.js +39 -410
  269. package/es/components/Avatar/Avatar.js +3 -3
  270. package/es/components/Avatar/index.js +1 -1
  271. package/es/components/AvatarGroup/AvatarGroup.js +2 -2
  272. package/es/components/AvatarGroup/index.js +1 -1
  273. package/es/components/Badge/Badge.config.js +36 -276
  274. package/es/components/Badge/Badge.js +4 -2
  275. package/es/components/Badge/Badge.perftest.js +13 -39
  276. package/es/components/Badge/index.js +1 -1
  277. package/es/components/Breadcrumbs/Breadcrumbs.config.js +16 -102
  278. package/es/components/Breadcrumbs/Breadcrumbs.js +5 -3
  279. package/es/components/Breadcrumbs/index.js +1 -1
  280. package/es/components/Button/Button.config.js +49 -533
  281. package/es/components/Button/Button.js +5 -3
  282. package/es/components/Button/Button.perftest.js +27 -53
  283. package/es/components/Button/index.js +1 -1
  284. package/es/components/ButtonBase/index.js +1 -1
  285. package/es/components/ButtonGroup/ButtonGroup.config.js +54 -561
  286. package/es/components/ButtonGroup/ButtonGroup.js +4 -2
  287. package/es/components/ButtonGroup/index.js +1 -1
  288. package/es/components/Calendar/Calendar.js +12 -12
  289. package/es/components/Calendar/Calendar.perftest.js +76 -97
  290. package/es/components/Calendar/CalendarBase.config.js +16 -309
  291. package/es/components/Calendar/CalendarDouble.config.js +16 -311
  292. package/es/components/Calendar/index.js +1 -1
  293. package/es/components/Card/index.js +1 -1
  294. package/es/components/Carousel/Carousel.config.js +13 -41
  295. package/es/components/Carousel/Carousel.js +13 -40
  296. package/es/components/Carousel/Legacy/Carousel.examples.js +28 -57
  297. package/es/components/Carousel/Legacy/Carousel.js +3 -3
  298. package/es/components/Carousel/index.js +1 -1
  299. package/es/components/Cell/Cell.config.js +13 -171
  300. package/es/components/Cell/Cell.js +5 -3
  301. package/es/components/Cell/index.js +1 -1
  302. package/es/components/Checkbox/Checkbox.config.js +37 -288
  303. package/es/components/Checkbox/Checkbox.js +4 -3
  304. package/es/components/Checkbox/Checkbox.perftest.js +16 -43
  305. package/es/components/Checkbox/index.js +1 -1
  306. package/es/components/Chip/Chip.config.js +36 -313
  307. package/es/components/Chip/Chip.js +5 -3
  308. package/es/components/Chip/index.js +1 -1
  309. package/es/components/ChipGroup/ChipGroup.config.js +22 -199
  310. package/es/components/ChipGroup/ChipGroup.js +2 -2
  311. package/es/components/ChipGroup/index.js +1 -1
  312. package/es/components/CodeField/CodeField.config.js +22 -136
  313. package/es/components/CodeField/CodeField.js +2 -2
  314. package/es/components/CodeField/index.js +1 -1
  315. package/es/components/Combobox/Combobox.config.js +37 -810
  316. package/es/components/Combobox/Combobox.js +13 -40
  317. package/es/components/Combobox/Legacy/Combobox.config.js +16 -345
  318. package/es/components/Combobox/Legacy/Combobox.js +12 -12
  319. package/es/components/Combobox/Legacy/index.js +1 -1
  320. package/es/components/Combobox/index.js +1 -1
  321. package/es/components/Counter/Counter.config.js +28 -213
  322. package/es/components/Counter/Counter.js +4 -2
  323. package/es/components/Counter/index.js +1 -1
  324. package/es/components/DatePicker/DatePicker.config.js +22 -577
  325. package/es/components/DatePicker/DatePicker.js +4 -4
  326. package/es/components/DatePicker/index.js +1 -1
  327. package/es/components/Divider/Divider.config.js +22 -100
  328. package/es/components/Divider/Divider.js +4 -2
  329. package/es/components/Divider/index.js +1 -1
  330. package/es/components/Drawer/Drawer.config.js +17 -69
  331. package/es/components/Drawer/Drawer.js +16 -8
  332. package/es/components/Drawer/index.js +1 -1
  333. package/es/components/Dropdown/Dropdown.config.js +17 -236
  334. package/es/components/Dropdown/Dropdown.js +9 -36
  335. package/es/components/Dropdown/components/DropdownItem.js +63 -135
  336. package/es/components/Dropdown/components/DropdownList.js +3 -6
  337. package/es/components/Dropdown/components/DropdownOld.config.js +18 -133
  338. package/es/components/Dropdown/components/DropdownPopup.js +28 -107
  339. package/es/components/Dropdown/index.js +1 -1
  340. package/es/components/Dropzone/Dropzone.config.js +16 -77
  341. package/es/components/Dropzone/Dropzone.js +2 -2
  342. package/es/components/Dropzone/index.js +1 -1
  343. package/es/components/Editable/Editable.config.js +13 -47
  344. package/es/components/Editable/Editable.js +3 -3
  345. package/es/components/Editable/index.js +1 -1
  346. package/es/components/ElasticGrid/ElasticGrid.perftest.js +21 -34
  347. package/es/components/ElasticGrid/index.js +1 -1
  348. package/es/components/EmptyState/EmptyState.config.js +13 -105
  349. package/es/components/EmptyState/EmptyState.js +2 -2
  350. package/es/components/EmptyState/index.js +1 -1
  351. package/es/components/Flow/Flow.js +2 -2
  352. package/es/components/Flow/index.js +1 -1
  353. package/es/components/Grid/Grid.config.js +17 -93
  354. package/es/components/Grid/Grid.js +2 -2
  355. package/es/components/Grid/index.js +1 -1
  356. package/es/components/IconButton/IconButton.config.js +38 -416
  357. package/es/components/IconButton/IconButton.js +5 -3
  358. package/es/components/IconButton/index.js +1 -1
  359. package/es/components/Image/Image.js +5 -3
  360. package/es/components/Image/index.js +1 -1
  361. package/es/components/Indicator/Indicator.config.js +22 -140
  362. package/es/components/Indicator/Indicator.js +3 -3
  363. package/es/components/Indicator/index.js +1 -1
  364. package/es/components/Link/Link.config.js +29 -226
  365. package/es/components/Link/Link.js +5 -3
  366. package/es/components/Link/index.js +1 -1
  367. package/es/components/LinkButton/LinkButton.config.js +26 -265
  368. package/es/components/LinkButton/LinkButton.js +2 -2
  369. package/es/components/LinkButton/index.js +1 -1
  370. package/es/components/List/List.config.js +20 -168
  371. package/es/components/List/List.js +5 -3
  372. package/es/components/List/index.js +1 -1
  373. package/es/components/Mask/Mask.js +1 -1
  374. package/es/components/Mask/index.js +1 -1
  375. package/es/components/Modal/Modal.perftest.js +12 -10
  376. package/es/components/Modal/index.js +1 -1
  377. package/es/components/ModalBase/Modal.config.js +10 -38
  378. package/es/components/ModalBase/ModalBase.js +5 -3
  379. package/es/components/ModalBase/index.js +1 -1
  380. package/es/components/Note/Note.config.js +20 -236
  381. package/es/components/Note/Note.js +2 -2
  382. package/es/components/Note/index.js +1 -1
  383. package/es/components/Notification/Notification.config.js +25 -352
  384. package/es/components/Notification/Notification.js +15 -11
  385. package/es/components/Notification/index.js +1 -1
  386. package/es/components/NumberFormat/NumberFormat.js +9 -1
  387. package/es/components/NumberFormat/index.js +1 -1
  388. package/es/components/NumberInput/NumberInput.config.js +37 -385
  389. package/es/components/NumberInput/NumberInput.js +2 -2
  390. package/es/components/NumberInput/index.js +1 -1
  391. package/es/components/Overlay/index.js +1 -1
  392. package/es/components/Pagination/Pagination.config.js +38 -390
  393. package/es/components/Pagination/Pagination.js +5 -3
  394. package/es/components/Pagination/index.js +1 -1
  395. package/es/components/PaginationDots/index.js +1 -1
  396. package/es/components/Popover/Popover.config.js +10 -34
  397. package/es/components/Popover/Popover.js +2 -2
  398. package/es/components/Popover/index.js +1 -1
  399. package/es/components/Popup/index.js +1 -1
  400. package/es/components/PopupBase/PopupBase.js +4 -2
  401. package/es/components/PopupBase/index.js +1 -1
  402. package/es/components/Portal/index.js +1 -1
  403. package/es/components/PreviewGallery/PreviewGallery.perftest.js +65 -76
  404. package/es/components/PreviewGallery/index.js +1 -1
  405. package/es/components/Price/Price.config.js +7 -7
  406. package/es/components/Price/Price.js +5 -3
  407. package/es/components/Price/index.js +1 -1
  408. package/es/components/Progress/Progress.config.js +20 -138
  409. package/es/components/Progress/Progress.js +3 -3
  410. package/es/components/Progress/index.js +1 -1
  411. package/es/components/Radiobox/Radiobox.config.js +44 -295
  412. package/es/components/Radiobox/Radiobox.js +5 -4
  413. package/es/components/Radiobox/Radiobox.perftest.js +25 -21
  414. package/es/components/Radiobox/index.js +1 -1
  415. package/es/components/Range/Range.config.js +22 -310
  416. package/es/components/Range/Range.js +4 -2
  417. package/es/components/Range/index.js +1 -1
  418. package/es/components/Rating/Rating.config.js +26 -460
  419. package/es/components/Rating/Rating.js +2 -2
  420. package/es/components/Rating/index.js +1 -1
  421. package/es/components/SSRProvider/index.js +1 -1
  422. package/es/components/Segment/Segment.js +10 -5
  423. package/es/components/Segment/SegmentGroup.config.js +33 -187
  424. package/es/components/Segment/SegmentItem.config.js +26 -257
  425. package/es/components/Segment/index.js +1 -1
  426. package/es/components/Select/Select.config.js +49 -1008
  427. package/es/components/Select/Select.js +9 -36
  428. package/es/components/Select/Select.perftest.js +27 -32
  429. package/es/components/Select/index.js +1 -1
  430. package/es/components/Sheet/Sheet.config.js +13 -54
  431. package/es/components/Sheet/Sheet.js +5 -3
  432. package/es/components/Sheet/index.js +1 -1
  433. package/es/components/Skeleton/LineSkeleton.config.js +44 -437
  434. package/es/components/Skeleton/Skeleton.js +11 -5
  435. package/es/components/Skeleton/index.js +1 -1
  436. package/es/components/Slider/Slider.config.js +20 -264
  437. package/es/components/Slider/Slider.js +5 -3
  438. package/es/components/Slider/index.js +1 -1
  439. package/es/components/Spinner/Spinner.config.js +27 -142
  440. package/es/components/Spinner/Spinner.js +7 -8
  441. package/es/components/Spinner/index.js +1 -1
  442. package/es/components/Steps/Steps.config.js +42 -357
  443. package/es/components/Steps/Steps.js +3 -3
  444. package/es/components/Steps/index.js +1 -1
  445. package/es/components/Switch/Switch.config.js +28 -184
  446. package/es/components/Switch/Switch.js +3 -3
  447. package/es/components/Switch/Switch.perftest.js +16 -46
  448. package/es/components/Switch/index.js +1 -1
  449. package/es/components/Table/Table.config.js +16 -248
  450. package/es/components/Table/Table.js +5 -3
  451. package/es/components/Table/index.js +1 -1
  452. package/es/components/Tabs/TabItem.js +14 -10
  453. package/es/components/Tabs/Tabs.js +14 -10
  454. package/es/components/Tabs/Tabs.perftest.js +46 -49
  455. package/es/components/Tabs/TabsController.js +7 -5
  456. package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +33 -389
  457. package/es/components/Tabs/horizontal/HorizontalTabs.config.js +32 -247
  458. package/es/components/Tabs/index.js +1 -1
  459. package/es/components/Tabs/vertical/VerticalTabItem.config.js +22 -177
  460. package/es/components/Tabs/vertical/VerticalTabs.config.js +22 -124
  461. package/es/components/TextArea/TextArea.config.js +38 -686
  462. package/es/components/TextArea/TextArea.js +5 -3
  463. package/es/components/TextArea/TextArea.perftest.js +21 -47
  464. package/es/components/TextArea/index.js +1 -1
  465. package/es/components/TextField/TextField.config.js +49 -847
  466. package/es/components/TextField/TextField.js +77 -147
  467. package/es/components/TextField/TextField.perftest.js +30 -80
  468. package/es/components/TextField/index.js +1 -1
  469. package/es/components/TextFieldGroup/TextFieldGroup.config.js +29 -347
  470. package/es/components/TextFieldGroup/TextFieldGroup.js +4 -2
  471. package/es/components/TextFieldGroup/index.js +1 -1
  472. package/es/components/Toast/Toast.config.js +37 -165
  473. package/es/components/Toast/Toast.js +4 -4
  474. package/es/components/Toast/index.js +1 -1
  475. package/es/components/Tokens/Colors/Colors.styles.js +43 -90
  476. package/es/components/Tokens/NumberTokens/NumberTokens.styles.js +18 -37
  477. package/es/components/Tokens/Typography/Typography.styles.js +68 -135
  478. package/es/components/Toolbar/Toolbar.config.js +16 -96
  479. package/es/components/Toolbar/Toolbar.js +6 -4
  480. package/es/components/Toolbar/index.js +1 -1
  481. package/es/components/Tooltip/Tooltip.config.js +15 -91
  482. package/es/components/Tooltip/Tooltip.js +2 -2
  483. package/es/components/Tooltip/Tooltip.perftest.js +69 -70
  484. package/es/components/Tooltip/index.js +1 -1
  485. package/es/components/Tree/Tree.config.js +16 -167
  486. package/es/components/Tree/Tree.js +2 -2
  487. package/es/components/Tree/index.js +1 -1
  488. package/es/components/Typography/Body.config.js +38 -131
  489. package/es/components/Typography/Dspl.config.js +24 -83
  490. package/es/components/Typography/Heading.config.js +38 -131
  491. package/es/components/Typography/Old/Body.config.js +24 -77
  492. package/es/components/Typography/Old/Button.config.js +17 -55
  493. package/es/components/Typography/Old/Caption.config.js +10 -33
  494. package/es/components/Typography/Old/Display.config.js +24 -77
  495. package/es/components/Typography/Old/Footnote.config.js +17 -55
  496. package/es/components/Typography/Old/Headline.config.js +38 -121
  497. package/es/components/Typography/Old/Paragraph.config.js +17 -55
  498. package/es/components/Typography/Old/ParagraphText.config.js +17 -55
  499. package/es/components/Typography/Old/Subtitle.config.js +10 -33
  500. package/es/components/Typography/Old/Underline.config.js +10 -33
  501. package/es/components/Typography/Old/index.js +45 -45
  502. package/es/components/Typography/Text.config.js +31 -107
  503. package/es/components/Typography/Typography.js +35 -35
  504. package/es/components/Typography/index.js +1 -1
  505. package/es/components/Upload/Upload.perftest.js +24 -51
  506. package/es/components/Upload/index.js +1 -1
  507. package/es/components/UploadAudio/index.js +1 -1
  508. package/es/components/UploadVisual/index.js +1 -1
  509. package/es/hocs/index.js +1 -1
  510. package/es/hooks/index.js +1 -1
  511. package/es/hooks/useFocusTrap.component-test.js +165 -0
  512. package/es/index.js +1 -1
  513. package/es/mixins/index.js +1 -1
  514. package/es/tokens/colors.js +1 -1
  515. package/es/tokens/index.js +1 -1
  516. package/es/tokens/sizes.js +1 -1
  517. package/es/tokens/typography.js +37 -37
  518. package/es/types/index.js +1 -1
  519. package/es/utils/index.js +1 -1
  520. package/hocs/index.js +15 -16
  521. package/hooks/index.js +27 -22
  522. package/hooks/useFocusTrap.component-test.js +171 -0
  523. package/index.js +927 -99
  524. package/mixins/index.js +119 -112
  525. package/package.json +10 -10
  526. package/tokens/colors.js +48 -189
  527. package/tokens/index.js +35 -17
  528. package/tokens/sizes.js +9 -33
  529. package/tokens/typography.js +362 -228
  530. package/types/index.js +3 -2
  531. package/utils/index.js +125 -72
  532. package/.swc/plugins/v7_linux_x86_64_14.0.0/358fecaab1701de64a7bceee21e5f3a204d1107aa33eb372d1dab77a43118622 +0 -0
  533. package/.swc/plugins/v7_linux_x86_64_14.0.0/cce279a62b5dde357ee7b421711ef357c3f0a29cd3cb6e86336f7345fd604d8e +0 -0
  534. package/es/helpers/index.js +0 -1
  535. package/helpers/index.js +0 -31
@@ -1,581 +1,26 @@
1
- function _tagged_template_literal(strings, raw) {
2
- if (!raw) {
3
- raw = strings.slice(0);
4
- }
5
- return Object.freeze(Object.defineProperties(strings, {
6
- raw: {
7
- value: Object.freeze(raw)
8
- }
9
- }));
10
- }
11
- function _templateObject() {
12
- var data = _tagged_template_literal([
13
- "\n ",
14
- ": var(--surface-clear);\n ",
15
- ": var(--surface-transparent-tertiary);\n ",
16
- ": var(--surface-negative);\n ",
17
- ": var(--surface-positive);\n ",
18
- ": var(--text-secondary);\n ",
19
- ": var(--surface-accent);\n\n ",
20
- ": var(--text-primary);\n ",
21
- ": var(--text-primary);\n ",
22
- ": var(--text-secondary);\n ",
23
- ": var(--text-negative);\n ",
24
- ": var(--text-positive);\n\n ",
25
- ": var(--text-primary);\n ",
26
- ": var(--text-secondary);\n ",
27
- ": var(--text-accent);\n\n ",
28
- ": var(--plasma-typo-body-xs-font-family);\n ",
29
- ": var(--plasma-typo-body-xs-font-size);\n ",
30
- ": var(--plasma-typo-body-xs-font-style);\n ",
31
- ": var(--plasma-typo-body-xs-font-weight);\n ",
32
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
33
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
34
- ": var(--surface-negative);\n\n ",
35
- ": var(--surface-accent);\n ",
36
- ": var(--surface-negative);\n ",
37
- ": var(--surface-accent);\n ",
38
- ": var(--surface-positive);\n ",
39
- ": var(--surface-accent);\n\n ",
40
- ": var(--text-tertiary);\n ",
41
- ": var(--text-tertiary);\n\n ",
42
- ": var(--text-accent);\n ",
43
- ": var(--text-secondary);\n\n ",
44
- ": var(--shadow-down-soft-s);\n ",
45
- ": var(--surface-transparent-secondary);\n ",
46
- ": var(--surface-solid-card);\n ",
47
- ": var(--surface-solid-default);\n ",
48
- ": var(--inverse-text-primary);\n ",
49
- ": var(--surface-transparent-secondary);\n ",
50
- ": var(--surface-solid-default);\n ",
51
- ": transparent;\n ",
52
- ": var(--text-primary);\n ",
53
- ": var(--surface-transparent-secondary);\n ",
54
- ": var(--surface-solid-default);\n ",
55
- ": var(--inverse-text-primary);\n ",
56
- ": var(--surface-accent);\n ",
57
- ": var(--text-primary);\n ",
58
- ": var(--surface-transparent-secondary);\n ",
59
- ": var(--surface-accent);\n ",
60
- ": var(--surface-solid-default);\n ",
61
- ": var(--surface-solid-default);\n ",
62
- ": ",
63
- ";\n ",
64
- ": var(--text-secondary);\n ",
65
- ": var(--text-secondary);\n ",
66
- ": 0.4;\n\n ",
67
- ": var(--text-primary);\n ",
68
- ": var(--surface-clear);\n ",
69
- ": var(--text-primary-hover);\n ",
70
- ": var(--surface-clear);\n ",
71
- ": var(--text-primary-hover);\n ",
72
- ": var(--surface-clear);\n ",
73
- ": var(--surface-accent);\n "
74
- ]);
75
- _templateObject = function _templateObject() {
76
- return data;
77
- };
78
- return data;
79
- }
80
- function _templateObject1() {
81
- var data = _tagged_template_literal([
82
- "\n ",
83
- ": 26.5rem;\n ",
84
- ": 0.875rem;\n ",
85
- ": 0.0625rem;\n\n ",
86
- ": 0 0.375rem;\n ",
87
- ": var(--plasma-typo-body-l-font-family);\n ",
88
- ": var(--plasma-typo-body-l-font-style);\n ",
89
- ": var(--plasma-typo-body-l-font-size);\n ",
90
- ": var(--plasma-typo-body-l-font-weight);\n ",
91
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
92
- ": var(--plasma-typo-body-l-line-height);\n\n ",
93
- ": 0 0 0 1rem;\n ",
94
- ": 0;\n\n ",
95
- ": 0.75rem;\n ",
96
- ": 0.5625rem 0 0.125rem 0;\n ",
97
- ": 1.5625rem 0 0.5625rem 0;\n\n ",
98
- ": var(--plasma-typo-body-l-font-family);\n ",
99
- ": var(--plasma-typo-body-l-font-style);\n ",
100
- ": var(--plasma-typo-body-l-font-size);\n ",
101
- ": var(--plasma-typo-body-l-font-weight);\n ",
102
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
103
- ": var(--plasma-typo-body-l-line-height);\n\n ",
104
- ": 0.5rem;\n ",
105
- ": 0.375rem;\n ",
106
- ": 0 0 0 0;\n ",
107
- ": 0.5rem auto auto -0.75rem;\n ",
108
- ": 0 0 auto auto;\n ",
109
- ": 0.25rem -0.625rem auto auto;\n\n ",
110
- ": 3.5rem;\n ",
111
- ": 0.875rem;\n ",
112
- ": 0.0625rem;\n ",
113
- ": 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ",
114
- ": var(--plasma-typo-body-l-font-family);\n ",
115
- ": var(--plasma-typo-body-l-font-style);\n ",
116
- ": var(--plasma-typo-body-l-font-size);\n ",
117
- ": var(--plasma-typo-body-l-font-weight);\n ",
118
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
119
- ": var(--plasma-typo-body-l-line-height);\n\n ",
120
- ": 0.25rem 0 0 0;\n ",
121
- ": var(--plasma-typo-body-xs-font-family);\n ",
122
- ": var(--plasma-typo-body-xs-font-style);\n ",
123
- ": var(--plasma-typo-body-xs-font-size);\n ",
124
- ": var(--plasma-typo-body-xs-font-weight);\n ",
125
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
126
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
127
- ": -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ",
128
- ": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ",
129
- ": 0 0.25rem 0 0;\n ",
130
- ": 0 0 0 0.25rem;\n\n ",
131
- ": 0.875rem;\n ",
132
- ": 0.875rem;\n ",
133
- ": 26.5rem;\n ",
134
- ": 27rem;\n\n ",
135
- ": 0.5rem 1rem 1.125rem 1rem;\n ",
136
- ": 0.75rem;\n\n ",
137
- ": var(--plasma-typo-body-l-font-family);\n ",
138
- ": var(--plasma-typo-body-l-font-size);\n ",
139
- ": var(--plasma-typo-body-l-font-style);\n ",
140
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
141
- ": var(--plasma-typo-body-l-line-height);\n ",
142
- ": var(--plasma-typo-body-l-font-weight);\n ",
143
- ": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
144
- ": 0.5rem 0.5rem 0 0.5rem;\n ",
145
- ": 0.75rem;\n\n ",
146
- ": var(--plasma-typo-body-l-font-family);\n ",
147
- ": var(--plasma-typo-body-l-font-size);\n ",
148
- ": var(--plasma-typo-body-l-font-style);\n ",
149
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
150
- ": var(--plasma-typo-body-l-line-height);\n ",
151
- ": var(--plasma-typo-body-l-font-weight);\n ",
152
- ": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
153
- ": 0.5rem 1rem 1.125rem 1rem;\n ",
154
- ": 0.75rem;\n\n ",
155
- ": var(--plasma-typo-body-l-font-family);\n ",
156
- ": var(--plasma-typo-body-l-font-size);\n ",
157
- ": var(--plasma-typo-body-l-font-style);\n ",
158
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
159
- ": var(--plasma-typo-body-l-line-height);\n ",
160
- ": var(--plasma-typo-body-l-font-weight);\n ",
161
- ": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
162
- ": 0.5rem 1rem 1.125rem 1rem;\n ",
163
- ": 0.75rem;\n\n ",
164
- ": var(--plasma-typo-body-l-font-family);\n ",
165
- ": var(--plasma-typo-body-l-font-size);\n ",
166
- ": var(--plasma-typo-body-l-font-style);\n ",
167
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
168
- ": var(--plasma-typo-body-l-line-height);\n ",
169
- ": var(--plasma-typo-body-l-font-weight);\n ",
170
- ": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
171
- ": 0.063rem;\n\n ",
172
- ": 0.875rem 1rem 0 1rem;\n ",
173
- ": 0.5rem;\n\n ",
174
- ": 0 0 0 1rem;\n ",
175
- ": 0.5rem;\n\n ",
176
- ": var(--plasma-typo-h3-font-family);\n ",
177
- ": var(--plasma-typo-h3-font-size);\n ",
178
- ": var(--plasma-typo-h3-font-style);\n ",
179
- ": var(--plasma-typo-h3-letter-spacing);\n ",
180
- ": var(--plasma-typo-h3-line-height);\n ",
181
- ": var(--plasma-typo-h3-font-weight);\n ",
182
- ": var(--plasma-typo-h3-bold-font-weight);\n\n ",
183
- ": 3.5rem;\n ",
184
- ": 3.5rem;\n ",
185
- ": 1.5rem;\n ",
186
- ": 0.875rem;\n "
187
- ]);
188
- _templateObject1 = function _templateObject() {
189
- return data;
190
- };
191
- return data;
192
- }
193
- function _templateObject2() {
194
- var data = _tagged_template_literal([
195
- "\n ",
196
- ": 23rem;\n ",
197
- ": 0.75rem;\n ",
198
- ": 0.0625rem;\n\n ",
199
- ": 0 0.375rem;\n ",
200
- ": var(--plasma-typo-body-m-font-family);\n ",
201
- ": var(--plasma-typo-body-m-font-style);\n ",
202
- ": var(--plasma-typo-body-m-font-size);\n ",
203
- ": var(--plasma-typo-body-m-font-weight);\n ",
204
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
205
- ": var(--plasma-typo-body-m-line-height);\n\n ",
206
- ": 0 0 0 0.875rem;\n ",
207
- ": 0;\n\n ",
208
- ": 0.625rem;\n ",
209
- ": 0.375rem 0 0.125rem 0;\n ",
210
- ": 1.375rem 0 0.375rem 0;\n\n ",
211
- ": var(--plasma-typo-body-m-font-family);\n ",
212
- ": var(--plasma-typo-body-m-font-style);\n ",
213
- ": var(--plasma-typo-body-m-font-size);\n ",
214
- ": var(--plasma-typo-body-m-font-weight);\n ",
215
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
216
- ": var(--plasma-typo-body-m-line-height);\n\n ",
217
- ": 0.5rem;\n ",
218
- ": 0.375rem;\n ",
219
- ": 0 0 0 0;\n ",
220
- ": 0.375rem auto auto -0.75rem;\n ",
221
- ": 0 0 auto auto;\n ",
222
- ": 0.25rem -0.6875rem auto auto;\n\n ",
223
- ": 3rem;\n ",
224
- ": 0.75rem;\n ",
225
- ": 0.0625rem;\n ",
226
- ": 0.875rem 1rem 0.875rem 1rem;\n ",
227
- ": var(--plasma-typo-body-m-font-family);\n ",
228
- ": var(--plasma-typo-body-m-font-style);\n ",
229
- ": var(--plasma-typo-body-m-font-size);\n ",
230
- ": var(--plasma-typo-body-m-font-weight);\n ",
231
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
232
- ": var(--plasma-typo-body-m-line-height);\n\n ",
233
- ": 0.25rem 0 0 0;\n ",
234
- ": var(--plasma-typo-body-xs-font-family);\n ",
235
- ": var(--plasma-typo-body-xs-font-style);\n ",
236
- ": var(--plasma-typo-body-xs-font-size);\n ",
237
- ": var(--plasma-typo-body-xs-font-weight);\n ",
238
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
239
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
240
- ": -0.125rem 0.375rem -0.125rem -0.125rem;\n ",
241
- ": -0.125rem -0.125rem -0.125rem 0.75rem;\n ",
242
- ": 0 0.25rem 0 0;\n ",
243
- ": 0 0 0 0.25rem;\n\n ",
244
- ": 23rem;\n ",
245
- ": 22.875rem;\n ",
246
- ": 0.875rem;\n\n ",
247
- ": 0.5rem 1rem 1.125rem 1rem;\n ",
248
- ": 0.625rem;\n\n ",
249
- ": var(--plasma-typo-body-m-font-family);\n ",
250
- ": var(--plasma-typo-body-m-font-size);\n ",
251
- ": var(--plasma-typo-body-m-font-style);\n ",
252
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
253
- ": var(--plasma-typo-body-m-line-height);\n ",
254
- ": var(--plasma-typo-body-m-font-weight);\n ",
255
- ": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
256
- ": 0.5rem 0.5rem 0 0.5rem;\n ",
257
- ": 0.625rem;\n\n ",
258
- ": var(--plasma-typo-body-m-font-family);\n ",
259
- ": var(--plasma-typo-body-m-font-size);\n ",
260
- ": var(--plasma-typo-body-m-font-style);\n ",
261
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
262
- ": var(--plasma-typo-body-m-line-height);\n ",
263
- ": var(--plasma-typo-body-m-font-weight);\n ",
264
- ": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
265
- ": 0.5rem 1rem 1.125rem 1rem;\n ",
266
- ": 0.625rem;\n\n ",
267
- ": var(--plasma-typo-body-m-font-family);\n ",
268
- ": var(--plasma-typo-body-m-font-size);\n ",
269
- ": var(--plasma-typo-body-m-font-style);\n ",
270
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
271
- ": var(--plasma-typo-body-m-line-height);\n ",
272
- ": var(--plasma-typo-body-m-font-weight);\n ",
273
- ": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
274
- ": 0.5rem 1rem 1.125rem 1rem;\n ",
275
- ": 0.625rem;\n\n ",
276
- ": var(--plasma-typo-body-m-font-family);\n ",
277
- ": var(--plasma-typo-body-m-font-size);\n ",
278
- ": var(--plasma-typo-body-m-font-style);\n ",
279
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
280
- ": var(--plasma-typo-body-m-line-height);\n ",
281
- ": var(--plasma-typo-body-m-font-weight);\n ",
282
- ": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
283
- ": 0.063rem;\n\n ",
284
- ": 0.75rem 1rem 0 1rem;\n ",
285
- ": 0.5rem;\n\n ",
286
- ": 0 0 0 0.875rem;\n ",
287
- ": 0.375rem;\n\n ",
288
- ": var(--plasma-typo-h4-font-family);\n ",
289
- ": var(--plasma-typo-h4-font-size);\n ",
290
- ": var(--plasma-typo-h4-font-style);\n ",
291
- ": var(--plasma-typo-h4-letter-spacing);\n ",
292
- ": var(--plasma-typo-h4-line-height);\n ",
293
- ": var(--plasma-typo-h4-font-weight);\n ",
294
- ": var(--plasma-typo-h4-bold-font-weight);\n\n ",
295
- ": 3rem;\n ",
296
- ": 3rem;\n ",
297
- ": 1.25rem;\n ",
298
- ": 0.75rem;\n "
299
- ]);
300
- _templateObject2 = function _templateObject() {
301
- return data;
302
- };
303
- return data;
304
- }
305
- function _templateObject3() {
306
- var data = _tagged_template_literal([
307
- "\n ",
308
- ": 19.5rem;\n ",
309
- ": 0.625rem;\n ",
310
- ": 0.0625rem;\n\n ",
311
- ": 0 0.375rem;\n ",
312
- ": var(--plasma-typo-body-s-font-family);\n ",
313
- ": var(--plasma-typo-body-s-font-style);\n ",
314
- ": var(--plasma-typo-body-s-font-size);\n ",
315
- ": var(--plasma-typo-body-s-font-weight);\n ",
316
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
317
- ": var(--plasma-typo-body-s-line-height);\n\n ",
318
- ": 0 0.375rem 0 0.75rem;\n ",
319
- ": 0;\n\n ",
320
- ": 0.5rem;\n ",
321
- ": 0.3125rem 0 0 0;\n ",
322
- ": 1.0625rem 0 0.3125rem 0;\n\n ",
323
- ": var(--plasma-typo-body-s-font-family);\n ",
324
- ": var(--plasma-typo-body-s-font-style);\n ",
325
- ": var(--plasma-typo-body-s-font-size);\n ",
326
- ": var(--plasma-typo-body-s-font-weight);\n ",
327
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
328
- ": var(--plasma-typo-body-s-line-height);\n\n ",
329
- ": 0.375rem;\n ",
330
- ": 0.375rem;\n ",
331
- ": 0 0 0 0;\n ",
332
- ": 0.3125rem auto auto -0.6875rem;\n ",
333
- ": 0 0 auto auto;\n ",
334
- ": 0.25rem -0.625rem auto auto;\n\n ",
335
- ": 2.5rem;\n ",
336
- ": 0.625rem;\n ",
337
- ": 0.0625rem;\n ",
338
- ": 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ",
339
- ": var(--plasma-typo-body-s-font-family);\n ",
340
- ": var(--plasma-typo-body-s-font-style);\n ",
341
- ": var(--plasma-typo-body-s-font-size);\n ",
342
- ": var(--plasma-typo-body-s-font-weight);\n ",
343
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
344
- ": var(--plasma-typo-body-s-line-height);\n\n ",
345
- ": 0.25rem 0 0 0;\n ",
346
- ": var(--plasma-typo-body-xs-font-family);\n ",
347
- ": var(--plasma-typo-body-xs-font-style);\n ",
348
- ": var(--plasma-typo-body-xs-font-size);\n ",
349
- ": var(--plasma-typo-body-xs-font-weight);\n ",
350
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
351
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
352
- ": -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ",
353
- ": -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ",
354
- ": 0 0.25rem 0 0;\n ",
355
- ": 0 0 0 0.25rem;\n\n ",
356
- ": 19.5rem;\n ",
357
- ": 18.125rem;\n ",
358
- ": 0.875rem;\n\n ",
359
- ": 0.5rem 1rem 0.875rem 1rem;\n ",
360
- ": 0.5rem;\n\n ",
361
- ": var(--plasma-typo-body-s-font-family);\n ",
362
- ": var(--plasma-typo-body-s-font-size);\n ",
363
- ": var(--plasma-typo-body-s-font-style);\n ",
364
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
365
- ": var(--plasma-typo-body-s-line-height);\n ",
366
- ": var(--plasma-typo-body-s-font-weight);\n ",
367
- ": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
368
- ": 0.5rem 0.5rem 0 0.5rem;\n ",
369
- ": 0.5rem;\n\n ",
370
- ": var(--plasma-typo-body-s-font-family);\n ",
371
- ": var(--plasma-typo-body-s-font-size);\n ",
372
- ": var(--plasma-typo-body-s-font-style);\n ",
373
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
374
- ": var(--plasma-typo-body-s-line-height);\n ",
375
- ": var(--plasma-typo-body-s-font-weight);\n ",
376
- ": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
377
- ": 0.5rem 1rem 0.875rem 1rem;\n ",
378
- ": 0.5rem;\n\n ",
379
- ": var(--plasma-typo-body-s-font-family);\n ",
380
- ": var(--plasma-typo-body-s-font-size);\n ",
381
- ": var(--plasma-typo-body-s-font-style);\n ",
382
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
383
- ": var(--plasma-typo-body-s-line-height);\n ",
384
- ": var(--plasma-typo-body-s-font-weight);\n ",
385
- ": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
386
- ": 0.5rem 1rem 0.875rem 1rem;\n ",
387
- ": 0.5rem;\n\n ",
388
- ": var(--plasma-typo-body-s-font-family);\n ",
389
- ": var(--plasma-typo-body-s-font-size);\n ",
390
- ": var(--plasma-typo-body-s-font-style);\n ",
391
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
392
- ": var(--plasma-typo-body-s-line-height);\n ",
393
- ": var(--plasma-typo-body-s-font-weight);\n ",
394
- ": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
395
- ": 0.063rem;\n\n ",
396
- ": 0.75rem 1rem 0 1rem;\n ",
397
- ": 0.5rem;\n\n ",
398
- ": 0 0 0 0.5rem;\n ",
399
- ": 0.25rem;\n\n ",
400
- ": var(--plasma-typo-h4-font-family);\n ",
401
- ": var(--plasma-typo-h4-font-size);\n ",
402
- ": var(--plasma-typo-h4-font-style);\n ",
403
- ": var(--plasma-typo-h4-letter-spacing);\n ",
404
- ": var(--plasma-typo-h4-line-height);\n ",
405
- ": var(--plasma-typo-h4-font-weight);\n ",
406
- ": var(--plasma-typo-h4-bold-font-weight);\n\n ",
407
- ": 2rem;\n ",
408
- ": 2rem;\n ",
409
- ": 0.75rem;\n ",
410
- ": 0.5rem;\n "
411
- ]);
412
- _templateObject3 = function _templateObject() {
413
- return data;
414
- };
415
- return data;
416
- }
417
- function _templateObject4() {
418
- var data = _tagged_template_literal([
419
- "\n ",
420
- ": 19rem;\n ",
421
- ": 0.5rem;\n ",
422
- ": 0.0625rem;\n\n ",
423
- ": 0 0.375rem;\n ",
424
- ": var(--plasma-typo-body-xs-font-family);\n ",
425
- ": var(--plasma-typo-body-xs-font-style);\n ",
426
- ": var(--plasma-typo-body-xs-font-size);\n ",
427
- ": var(--plasma-typo-body-xs-font-weight);\n ",
428
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
429
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
430
- ": 0 0 0 0.5rem;\n ",
431
- ": 0;\n\n ",
432
- ": 0.375rem;\n ",
433
- ": 0.3125rem 0 0 0;\n ",
434
- ": 1.0625rem 0 0.3125rem 0;\n\n ",
435
- ": var(--plasma-typo-body-xs-font-family);\n ",
436
- ": var(--plasma-typo-body-xs-font-style);\n ",
437
- ": var(--plasma-typo-body-xs-font-size);\n ",
438
- ": var(--plasma-typo-body-xs-font-weight);\n ",
439
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
440
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
441
- ": 0.375rem;\n ",
442
- ": 0.375rem;\n ",
443
- ": 0 0 0 0;\n ",
444
- ": 0.25rem auto auto -0.625rem;\n ",
445
- ": 0 0 auto auto;\n ",
446
- ": 0.125rem -0.6875rem auto auto;\n\n ",
447
- ": 2rem;\n ",
448
- ": 0.5rem;\n ",
449
- ": 0.0625rem;\n ",
450
- ": 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ",
451
- ": var(--plasma-typo-body-xs-font-family);\n ",
452
- ": var(--plasma-typo-body-xs-font-style);\n ",
453
- ": var(--plasma-typo-body-xs-font-size);\n ",
454
- ": var(--plasma-typo-body-xs-font-weight);\n ",
455
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
456
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
457
- ": 0.25rem 0 0 0;\n ",
458
- ": var(--plasma-typo-body-xs-font-family);\n ",
459
- ": var(--plasma-typo-body-xs-font-style);\n ",
460
- ": var(--plasma-typo-body-xs-font-size);\n ",
461
- ": var(--plasma-typo-body-xs-font-weight);\n ",
462
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
463
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
464
- ": -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ",
465
- ": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ",
466
- ": 0 0.25rem 0 0;\n ",
467
- ": 0 0 0 0.25rem;\n\n ",
468
- ": 19rem;\n ",
469
- ": 17.5rem;\n ",
470
- ": 0.5rem;\n ",
471
- ": 0.5rem;\n\n ",
472
- ": 0.5rem 0.75rem 0.625rem 0.75rem;\n ",
473
- ": 0.375rem;\n\n ",
474
- ": var(--plasma-typo-body-xs-font-family);\n ",
475
- ": var(--plasma-typo-body-xs-font-size);\n ",
476
- ": var(--plasma-typo-body-xs-font-style);\n ",
477
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
478
- ": var(--plasma-typo-body-xs-line-height);\n ",
479
- ": var(--plasma-typo-body-xs-font-weight);\n ",
480
- ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
481
- ": 0.375rem 0.25rem 0 0.25rem;\n ",
482
- ": 0.375rem;\n\n ",
483
- ": var(--plasma-typo-body-xs-font-family);\n ",
484
- ": var(--plasma-typo-body-xs-font-size);\n ",
485
- ": var(--plasma-typo-body-xs-font-style);\n ",
486
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
487
- ": var(--plasma-typo-body-xs-line-height);\n ",
488
- ": var(--plasma-typo-body-xs-font-weight);\n ",
489
- ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
490
- ": 0.5rem 0.75rem 0.625rem 0.75rem;\n ",
491
- ": 0.375rem;\n\n ",
492
- ": var(--plasma-typo-body-xs-font-family);\n ",
493
- ": var(--plasma-typo-body-xs-font-size);\n ",
494
- ": var(--plasma-typo-body-xs-font-style);\n ",
495
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
496
- ": var(--plasma-typo-body-xs-line-height);\n ",
497
- ": var(--plasma-typo-body-xs-font-weight);\n ",
498
- ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
499
- ": 0.375rem 0.75rem 0.625rem 0.75rem;\n ",
500
- ": 0.375rem;\n\n ",
501
- ": var(--plasma-typo-body-xs-font-family);\n ",
502
- ": var(--plasma-typo-body-xs-font-size);\n ",
503
- ": var(--plasma-typo-body-xs-font-style);\n ",
504
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
505
- ": var(--plasma-typo-body-xs-line-height);\n ",
506
- ": var(--plasma-typo-body-xs-font-weight);\n ",
507
- ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
508
- ": 0.063rem;\n\n ",
509
- ": 0.5rem 0.75rem 0 0.75rem;\n ",
510
- ": 0;\n\n ",
511
- ": 0 0 0 0.5rem;\n ",
512
- ": 0.25rem;\n\n ",
513
- ": var(--plasma-typo-h5-font-family);\n ",
514
- ": var(--plasma-typo-h5-font-size);\n ",
515
- ": var(--plasma-typo-h5-font-style);\n ",
516
- ": var(--plasma-typo-h5-letter-spacing);\n ",
517
- ": var(--plasma-typo-h5-line-height);\n ",
518
- ": var(--plasma-typo-h5-font-weight);\n ",
519
- ": var(--plasma-typo-h5-bold-font-weight);\n\n ",
520
- ": 2rem;\n ",
521
- ": 2rem;\n ",
522
- ": 0.75rem;\n ",
523
- ": 0.5rem;\n "
524
- ]);
525
- _templateObject4 = function _templateObject() {
526
- return data;
527
- };
528
- return data;
529
- }
530
- function _templateObject5() {
531
- var data = _tagged_template_literal([
532
- "\n ",
533
- ": 0.4;\n "
534
- ]);
535
- _templateObject5 = function _templateObject() {
536
- return data;
537
- };
538
- return data;
539
- }
540
- function _templateObject6() {
541
- var data = _tagged_template_literal([
542
- "\n ",
543
- ": var(--surface-clear);\n ",
544
- ": var(--surface-transparent-tertiary);\n ",
545
- ": var(--surface-transparent-tertiary);\n ",
546
- ": var(--text-secondary);\n ",
547
- ": var(--text-secondary);\n ",
548
- ": var(--text-secondary);\n\n ",
549
- ": var(--text-secondary);\n ",
550
- ": var(--surface-clear);\n ",
551
- ": var(--text-secondary);\n "
552
- ]);
553
- _templateObject6 = function _templateObject() {
554
- return data;
555
- };
556
- return data;
557
- }
1
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
2
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
558
3
  import { datePickerTokens as tokens, css } from '@salutejs/plasma-new-hope/styled-components';
559
4
  export var config = {
560
- defaults: {
561
- view: 'default',
562
- size: 'm'
5
+ defaults: {
6
+ view: 'default',
7
+ size: 'm'
8
+ },
9
+ variations: {
10
+ view: {
11
+ "default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-tertiary);\n ", ": var(--surface-negative);\n ", ": var(--surface-positive);\n ", ": var(--text-secondary);\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-negative);\n ", ": var(--text-positive);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--surface-negative);\n\n ", ": var(--surface-accent);\n ", ": var(--surface-negative);\n ", ": var(--surface-accent);\n ", ": var(--surface-positive);\n ", ": var(--surface-accent);\n\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary);\n\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n\n ", ": var(--shadow-down-soft-s);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-card);\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-default);\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-accent);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-accent);\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default);\n ", ": ", ";\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": 0.4;\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--surface-accent);\n "])), tokens.background, tokens.borderColor, tokens.borderColorError, tokens.borderColorSuccess, tokens.borderColorHover, tokens.borderColorFocus, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBorderColorFocus, tokens.textFieldBorderColorError, tokens.textFieldBorderColorErrorFocus, tokens.textFieldBorderColorSuccess, tokens.textFieldBorderColorSuccessFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor)
12
+ },
13
+ size: {
14
+ l: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 26.5rem;\n ", ": 0.875rem;\n ", ": 0.0625rem;\n\n ", ": 0 0.375rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 0 0 0 1rem;\n ", ": 0;\n\n ", ": 0.75rem;\n ", ": 0.5625rem 0 0.125rem 0;\n ", ": 1.5625rem 0 0.5625rem 0;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 0.5rem;\n ", ": 0.375rem;\n ", ": 0 0 0 0;\n ", ": 0.5rem auto auto -0.75rem;\n ", ": 0 0 auto auto;\n ", ": 0.25rem -0.625rem auto auto;\n\n ", ": 3.5rem;\n ", ": 0.875rem;\n ", ": 0.0625rem;\n ", ": 1.0625rem 1.125rem 1.0625rem 1.125rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 0.25rem 0 0 0;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": -0.0625rem 0.5rem -0.0625rem -0.125rem;\n ", ": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n\n ", ": 0.875rem;\n ", ": 0.875rem;\n ", ": 26.5rem;\n ", ": 27rem;\n\n ", ": 0.5rem 1rem 1.125rem 1rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 1rem 1.125rem 1rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 1rem 1.125rem 1rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.875rem 1rem 0 1rem;\n ", ": 0.5rem;\n\n ", ": 0 0 0 1rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n ", ": var(--plasma-typo-h3-font-weight);\n ", ": var(--plasma-typo-h3-bold-font-weight);\n\n ", ": 3.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n "])), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderRadius, tokens.calendarPaddingTop, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
15
+ m: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 23rem;\n ", ": 0.75rem;\n ", ": 0.0625rem;\n\n ", ": 0 0.375rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 0 0 0 0.875rem;\n ", ": 0;\n\n ", ": 0.625rem;\n ", ": 0.375rem 0 0.125rem 0;\n ", ": 1.375rem 0 0.375rem 0;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 0.5rem;\n ", ": 0.375rem;\n ", ": 0 0 0 0;\n ", ": 0.375rem auto auto -0.75rem;\n ", ": 0 0 auto auto;\n ", ": 0.25rem -0.6875rem auto auto;\n\n ", ": 3rem;\n ", ": 0.75rem;\n ", ": 0.0625rem;\n ", ": 0.875rem 1rem 0.875rem 1rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 0.25rem 0 0 0;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": -0.125rem 0.375rem -0.125rem -0.125rem;\n ", ": -0.125rem -0.125rem -0.125rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n\n ", ": 23rem;\n ", ": 22.875rem;\n ", ": 0.875rem;\n\n ", ": 0.5rem 1rem 1.125rem 1rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 1rem 1.125rem 1rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 1rem 1.125rem 1rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.75rem 1rem 0 1rem;\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.875rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 3rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n "])), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
16
+ s: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 19.5rem;\n ", ": 0.625rem;\n ", ": 0.0625rem;\n\n ", ": 0 0.375rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 0 0.375rem 0 0.75rem;\n ", ": 0;\n\n ", ": 0.5rem;\n ", ": 0.3125rem 0 0 0;\n ", ": 1.0625rem 0 0.3125rem 0;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 0.375rem;\n ", ": 0.375rem;\n ", ": 0 0 0 0;\n ", ": 0.3125rem auto auto -0.6875rem;\n ", ": 0 0 auto auto;\n ", ": 0.25rem -0.625rem auto auto;\n\n ", ": 2.5rem;\n ", ": 0.625rem;\n ", ": 0.0625rem;\n ", ": 0.6875rem 0.875rem 0.6875rem 0.875rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 0.25rem 0 0 0;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": -0.1875rem 0.25rem -0.1875rem -0.125rem;\n ", ": -0.1875rem -0.125rem -0.1875rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n\n ", ": 19.5rem;\n ", ": 18.125rem;\n ", ": 0.875rem;\n\n ", ": 0.5rem 1rem 0.875rem 1rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 1rem 0.875rem 1rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 1rem 0.875rem 1rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.75rem 1rem 0 1rem;\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n "])), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
17
+ xs: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 19rem;\n ", ": 0.5rem;\n ", ": 0.0625rem;\n\n ", ": 0 0.375rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0 0 0 0.5rem;\n ", ": 0;\n\n ", ": 0.375rem;\n ", ": 0.3125rem 0 0 0;\n ", ": 1.0625rem 0 0.3125rem 0;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.375rem;\n ", ": 0.375rem;\n ", ": 0 0 0 0;\n ", ": 0.25rem auto auto -0.625rem;\n ", ": 0 0 auto auto;\n ", ": 0.125rem -0.6875rem auto auto;\n\n ", ": 2rem;\n ", ": 0.5rem;\n ", ": 0.0625rem;\n ", ": 0.5625rem 0.625rem 0.5625rem 0.625rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.25rem 0 0 0;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": -0.0625rem 0.25rem -0.0625rem -0.125rem;\n ", ": -0.0625rem -0.125rem -0.0625rem 0.75rem;\n ", ": 0 0.25rem 0 0;\n ", ": 0 0 0 0.25rem;\n\n ", ": 19rem;\n ", ": 17.5rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n\n ", ": 0.5rem 0.75rem 0.625rem 0.75rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.5rem 0.75rem 0.625rem 0.75rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0.75rem 0.625rem 0.75rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.5rem 0.75rem 0 0.75rem;\n ", ": 0;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n "])), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarPaddingTop, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
18
+ },
19
+ disabled: {
20
+ "true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), tokens.disabledOpacity)
563
21
  },
564
- variations: {
565
- view: {
566
- default: css(_templateObject(), tokens.background, tokens.borderColor, tokens.borderColorError, tokens.borderColorSuccess, tokens.borderColorHover, tokens.borderColorFocus, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBorderColorFocus, tokens.textFieldBorderColorError, tokens.textFieldBorderColorErrorFocus, tokens.textFieldBorderColorSuccess, tokens.textFieldBorderColorSuccessFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor)
567
- },
568
- size: {
569
- l: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderRadius, tokens.calendarPaddingTop, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
570
- m: css(_templateObject2(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
571
- s: css(_templateObject3(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
572
- xs: css(_templateObject4(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarPaddingTop, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
573
- },
574
- disabled: {
575
- true: css(_templateObject5(), tokens.disabledOpacity)
576
- },
577
- readOnly: {
578
- true: css(_templateObject6(), tokens.backgroundReadOnly, tokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
579
- }
22
+ readOnly: {
23
+ "true": /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-tertiary);\n ", ": var(--surface-transparent-tertiary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n\n ", ": var(--text-secondary);\n ", ": var(--surface-clear);\n ", ": var(--text-secondary);\n "])), tokens.backgroundReadOnly, tokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly)
580
24
  }
581
- };
25
+ }
26
+ };