@salutejs/sdds-cs 0.318.1-canary.1741.15821189176.0 → 0.318.1-canary.2018.15641070716.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 (967) hide show
  1. package/components/Accordion/Accordion.config.js +19 -101
  2. package/components/Accordion/Accordion.js +12 -18
  3. package/components/Accordion/index.js +14 -15
  4. package/components/Attach/Attach.config.js +26 -267
  5. package/components/Attach/Attach.js +11 -11
  6. package/components/Attach/index.js +7 -6
  7. package/components/Autocomplete/Autocomplete.config.js +30 -247
  8. package/components/Autocomplete/Autocomplete.js +7 -11
  9. package/components/Autocomplete/index.js +7 -6
  10. package/components/Avatar/Avatar.config.js +31 -197
  11. package/components/Avatar/Avatar.js +7 -19
  12. package/components/Avatar/index.js +7 -6
  13. package/components/AvatarGroup/AvatarGroup.js +6 -10
  14. package/components/AvatarGroup/index.js +7 -6
  15. package/components/Badge/Badge.config.js +30 -145
  16. package/components/Badge/Badge.js +11 -11
  17. package/components/Badge/index.js +7 -6
  18. package/components/Breadcrumbs/Breadcrumbs.config.js +18 -60
  19. package/components/Breadcrumbs/Breadcrumbs.js +12 -12
  20. package/components/Breadcrumbs/index.js +7 -6
  21. package/components/Button/Button.config.js +30 -174
  22. package/components/Button/Button.js +41 -146
  23. package/components/Button/index.js +7 -6
  24. package/components/ButtonBase/index.js +7 -6
  25. package/components/ButtonGroup/ButtonGroup.config.js +38 -228
  26. package/components/ButtonGroup/ButtonGroup.js +11 -11
  27. package/components/ButtonGroup/index.js +7 -6
  28. package/components/Calendar/Calendar.js +18 -39
  29. package/components/Calendar/CalendarBase.config.js +18 -128
  30. package/components/Calendar/CalendarDouble.config.js +18 -128
  31. package/components/Calendar/index.js +32 -24
  32. package/components/Card/Card.config.js +20 -81
  33. package/components/Card/Card.js +23 -22
  34. package/components/Card/index.js +20 -18
  35. package/components/Carousel/Carousel.config.d.ts +14 -0
  36. package/components/Carousel/Carousel.config.js +23 -0
  37. package/components/Carousel/Carousel.d.ts +9 -0
  38. package/components/Carousel/Carousel.js +10 -0
  39. package/components/Carousel/index.d.ts +2 -0
  40. package/components/Carousel/index.js +19 -0
  41. package/components/Cell/Cell.config.js +16 -110
  42. package/components/Cell/Cell.js +12 -12
  43. package/components/Cell/index.js +33 -25
  44. package/components/Checkbox/Checkbox.config.js +25 -104
  45. package/components/Checkbox/Checkbox.js +11 -12
  46. package/components/Checkbox/index.js +7 -6
  47. package/components/Chip/Chip.config.js +25 -162
  48. package/components/Chip/Chip.js +12 -12
  49. package/components/Chip/index.js +7 -6
  50. package/components/ChipGroup/ChipGroup.config.js +24 -127
  51. package/components/ChipGroup/ChipGroup.js +7 -11
  52. package/components/ChipGroup/index.js +7 -6
  53. package/components/Combobox/Combobox.config.js +30 -313
  54. package/components/Combobox/Combobox.d.ts +24 -24
  55. package/components/Combobox/Combobox.js +15 -50
  56. package/components/Combobox/index.js +7 -6
  57. package/components/Counter/Counter.config.js +21 -95
  58. package/components/Counter/Counter.js +11 -11
  59. package/components/Counter/index.js +15 -16
  60. package/components/DatePicker/DatePicker.config.js +24 -264
  61. package/components/DatePicker/DatePicker.js +9 -21
  62. package/components/DatePicker/index.js +27 -22
  63. package/components/Divider/Divider.config.js +27 -109
  64. package/components/Divider/Divider.js +11 -11
  65. package/components/Divider/index.js +15 -16
  66. package/components/Drawer/Drawer.config.js +22 -79
  67. package/components/Drawer/Drawer.js +29 -31
  68. package/components/Drawer/index.js +26 -21
  69. package/components/Dropdown/Dropdown.config.js +18 -94
  70. package/components/Dropdown/Dropdown.js +15 -50
  71. package/components/Dropdown/index.js +7 -6
  72. package/components/Dropzone/Dropzone.config.js +21 -86
  73. package/components/Dropzone/Dropzone.js +7 -11
  74. package/components/Dropzone/index.js +21 -19
  75. package/components/EmptyState/EmptyState.config.js +18 -114
  76. package/components/EmptyState/EmptyState.js +7 -19
  77. package/components/EmptyState/index.js +7 -6
  78. package/components/Flow/Flow.config.js +7 -11
  79. package/components/Flow/Flow.js +7 -11
  80. package/components/Flow/index.js +7 -6
  81. package/components/Grid/Grid.config.js +19 -71
  82. package/components/Grid/Grid.js +18 -21
  83. package/components/Grid/index.js +20 -18
  84. package/components/IconButton/IconButton.config.js +28 -146
  85. package/components/IconButton/IconButton.js +12 -12
  86. package/components/IconButton/index.js +7 -6
  87. package/components/Image/Image.component-test.js +92 -0
  88. package/components/Image/Image.js +11 -11
  89. package/components/Image/index.js +7 -6
  90. package/components/Indicator/Indicator.config.js +26 -138
  91. package/components/Indicator/Indicator.js +7 -19
  92. package/components/Indicator/index.js +7 -6
  93. package/components/Link/Link.config.js +29 -214
  94. package/components/Link/Link.js +11 -12
  95. package/components/Link/index.js +7 -6
  96. package/components/Mask/Mask.js +6 -10
  97. package/components/Mask/index.js +7 -6
  98. package/components/Modal/Modal.config.js +15 -47
  99. package/components/Modal/Modal.js +12 -12
  100. package/components/Modal/index.js +15 -16
  101. package/components/Notification/Notification.config.js +26 -163
  102. package/components/Notification/Notification.js +23 -38
  103. package/components/Notification/index.js +27 -22
  104. package/components/NumberFormat/NumberFormat.js +13 -10
  105. package/components/NumberFormat/index.js +7 -6
  106. package/components/NumberInput/NumberInput.config.js +34 -154
  107. package/components/NumberInput/NumberInput.js +7 -11
  108. package/components/NumberInput/index.js +21 -19
  109. package/components/Overlay/index.js +7 -6
  110. package/components/Pagination/Pagination.component-test.js +298 -0
  111. package/components/Pagination/Pagination.config.js +26 -139
  112. package/components/Pagination/Pagination.js +12 -12
  113. package/components/Pagination/index.js +7 -6
  114. package/components/Popover/Popover.config.js +15 -43
  115. package/components/Popover/Popover.js +7 -11
  116. package/components/Popover/index.js +7 -6
  117. package/components/Popup/Popup.js +10 -10
  118. package/components/Popup/index.js +27 -22
  119. package/components/Portal/index.js +7 -6
  120. package/components/Price/Price.config.js +11 -15
  121. package/components/Price/Price.js +12 -12
  122. package/components/Price/index.js +15 -16
  123. package/components/Progress/Progress.config.js +21 -95
  124. package/components/Progress/Progress.js +8 -12
  125. package/components/Progress/index.js +7 -6
  126. package/components/Radiobox/Radiobox.config.js +31 -106
  127. package/components/Radiobox/Radiobox.d.ts +28 -2
  128. package/components/Radiobox/Radiobox.js +16 -19
  129. package/components/Radiobox/index.js +14 -15
  130. package/components/Range/Range.config.js +24 -157
  131. package/components/Range/Range.js +11 -11
  132. package/components/Range/index.js +15 -16
  133. package/components/Rating/Rating.config.js +20 -117
  134. package/components/Rating/Rating.js +7 -11
  135. package/components/Rating/index.js +21 -19
  136. package/components/SSRProvider/index.js +7 -6
  137. package/components/Segment/Segment.js +32 -27
  138. package/components/Segment/SegmentGroup.config.js +34 -130
  139. package/components/Segment/SegmentItem.config.js +25 -124
  140. package/components/Segment/index.js +26 -21
  141. package/components/Select/Select.config.js +35 -305
  142. package/components/Select/Select.d.ts +6 -6
  143. package/components/Select/Select.js +15 -50
  144. package/components/Select/index.js +7 -6
  145. package/components/Sheet/Sheet.config.js +18 -63
  146. package/components/Sheet/Sheet.js +12 -12
  147. package/components/Sheet/index.js +15 -16
  148. package/components/Skeleton/LineSkeleton.config.js +31 -230
  149. package/components/Skeleton/Skeleton.js +20 -25
  150. package/components/Skeleton/index.js +26 -21
  151. package/components/Slider/Slider.component-test.js +223 -0
  152. package/components/Slider/Slider.config.js +22 -147
  153. package/components/Slider/Slider.js +13 -12
  154. package/components/Slider/index.js +7 -6
  155. package/components/Spinner/Spinner.config.js +23 -107
  156. package/components/Spinner/Spinner.js +15 -23
  157. package/components/Spinner/index.js +7 -6
  158. package/components/Steps/Steps.config.js +18 -105
  159. package/components/Steps/Steps.js +8 -12
  160. package/components/Steps/index.js +7 -6
  161. package/components/Switch/Switch.config.js +31 -149
  162. package/components/Switch/Switch.js +8 -12
  163. package/components/Switch/index.js +7 -6
  164. package/components/Table/Table.config.js +21 -257
  165. package/components/Table/Table.js +12 -12
  166. package/components/Table/index.js +7 -6
  167. package/components/Tabs/TabItem.js +21 -26
  168. package/components/Tabs/Tabs.js +21 -26
  169. package/components/Tabs/TabsController.js +16 -15
  170. package/components/Tabs/horizontal/HorizontalTabItem.config.js +30 -230
  171. package/components/Tabs/horizontal/HorizontalTabs.config.js +37 -266
  172. package/components/Tabs/index.js +35 -27
  173. package/components/Tabs/vertical/VerticalTabItem.config.js +24 -125
  174. package/components/Tabs/vertical/VerticalTabs.config.js +24 -98
  175. package/components/TextArea/TextArea.config.js +42 -367
  176. package/components/TextArea/TextArea.js +12 -12
  177. package/components/TextArea/index.js +7 -6
  178. package/components/TextField/TextField.config.js +40 -338
  179. package/components/TextField/TextField.js +11 -11
  180. package/components/TextField/index.js +15 -16
  181. package/components/Toast/Toast.config.js +35 -127
  182. package/components/Toast/Toast.js +14 -26
  183. package/components/Toast/index.js +20 -18
  184. package/components/ToastNew/ToastNew.config.js +21 -80
  185. package/components/ToastNew/ToastNew.js +8 -20
  186. package/components/ToastNew/index.js +14 -15
  187. package/components/Tokens/Colors/Colors.styles.d.ts +1 -1
  188. package/components/Tokens/Colors/Colors.styles.js +51 -147
  189. package/components/Tokens/NumberTokens/NumberTokens.styles.js +23 -70
  190. package/components/Tokens/Typography/Typography.styles.d.ts +1 -1
  191. package/components/Tokens/Typography/Typography.styles.js +76 -204
  192. package/components/Toolbar/Toolbar.config.js +18 -57
  193. package/components/Toolbar/Toolbar.js +13 -21
  194. package/components/Toolbar/index.js +21 -19
  195. package/components/Tooltip/Tooltip.config.js +19 -71
  196. package/components/Tooltip/Tooltip.js +7 -11
  197. package/components/Tooltip/index.js +7 -6
  198. package/components/Tree/Tree.config.js +18 -83
  199. package/components/Tree/Tree.js +7 -11
  200. package/components/Tree/index.js +7 -6
  201. package/components/Typography/Body.config.js +47 -161
  202. package/components/Typography/Dspl.config.js +31 -105
  203. package/components/Typography/Heading.config.js +47 -161
  204. package/components/Typography/Text.config.js +39 -133
  205. package/components/Typography/Typography.js +59 -116
  206. package/components/Typography/index.js +106 -62
  207. package/components/ViewContainer/ViewContainer.config.js +14 -46
  208. package/components/ViewContainer/ViewContainer.js +7 -11
  209. package/components/ViewContainer/index.js +7 -6
  210. package/emotion/cjs/components/Accordion/Accordion.config.js +19 -101
  211. package/emotion/cjs/components/Accordion/Accordion.js +12 -18
  212. package/emotion/cjs/components/Accordion/Accordion.stories.tsx +159 -0
  213. package/emotion/cjs/components/Accordion/index.js +14 -15
  214. package/emotion/cjs/components/Attach/Attach.config.js +26 -267
  215. package/emotion/cjs/components/Attach/Attach.js +11 -11
  216. package/emotion/cjs/components/Attach/Attach.stories.tsx +157 -0
  217. package/emotion/cjs/components/Attach/index.js +7 -6
  218. package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +30 -247
  219. package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -11
  220. package/emotion/cjs/components/Autocomplete/Autocomplete.stories.tsx +170 -0
  221. package/emotion/cjs/components/Autocomplete/index.js +7 -6
  222. package/emotion/cjs/components/Avatar/Avatar.config.js +31 -197
  223. package/emotion/cjs/components/Avatar/Avatar.js +7 -19
  224. package/emotion/cjs/components/Avatar/Avatar.stories.tsx +74 -0
  225. package/emotion/cjs/components/Avatar/index.js +7 -6
  226. package/emotion/cjs/components/AvatarGroup/AvatarGroup.js +6 -10
  227. package/emotion/cjs/components/AvatarGroup/AvatarGroup.stories.tsx +71 -0
  228. package/emotion/cjs/components/AvatarGroup/index.js +7 -6
  229. package/emotion/cjs/components/Badge/Badge.config.js +30 -145
  230. package/emotion/cjs/components/Badge/Badge.js +11 -11
  231. package/emotion/cjs/components/Badge/Badge.stories.tsx +87 -0
  232. package/emotion/cjs/components/Badge/index.js +7 -6
  233. package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.config.js +18 -60
  234. package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.js +12 -12
  235. package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.stories.tsx +82 -0
  236. package/emotion/cjs/components/Breadcrumbs/index.js +7 -6
  237. package/emotion/cjs/components/Button/Button.config.js +30 -174
  238. package/emotion/cjs/components/Button/Button.js +41 -146
  239. package/emotion/cjs/components/Button/Button.stories.tsx +212 -0
  240. package/emotion/cjs/components/Button/index.js +7 -6
  241. package/emotion/cjs/components/ButtonBase/index.js +7 -6
  242. package/emotion/cjs/components/ButtonGroup/ButtonGroup.config.js +38 -228
  243. package/emotion/cjs/components/ButtonGroup/ButtonGroup.js +11 -11
  244. package/emotion/cjs/components/ButtonGroup/ButtonGroup.stories.tsx +109 -0
  245. package/emotion/cjs/components/ButtonGroup/index.js +7 -6
  246. package/emotion/cjs/components/Calendar/Calendar.js +18 -39
  247. package/emotion/cjs/components/Calendar/Calendar.stories.tsx +304 -0
  248. package/emotion/cjs/components/Calendar/CalendarBase.config.js +18 -128
  249. package/emotion/cjs/components/Calendar/CalendarDouble.config.js +18 -128
  250. package/emotion/cjs/components/Calendar/index.js +32 -24
  251. package/emotion/cjs/components/Card/Card.config.js +20 -81
  252. package/emotion/cjs/components/Card/Card.js +23 -22
  253. package/emotion/cjs/components/Card/Card.stories.tsx +281 -0
  254. package/emotion/cjs/components/Card/index.js +20 -18
  255. package/emotion/cjs/components/Carousel/Carousel.config.js +23 -0
  256. package/emotion/cjs/components/Carousel/Carousel.js +10 -0
  257. package/emotion/cjs/components/Carousel/Carousel.stories.tsx +133 -0
  258. package/emotion/cjs/components/Carousel/index.js +19 -0
  259. package/emotion/cjs/components/Cell/Cell.config.js +16 -110
  260. package/emotion/cjs/components/Cell/Cell.js +12 -12
  261. package/emotion/cjs/components/Cell/Cell.stories.tsx +97 -0
  262. package/emotion/cjs/components/Cell/index.js +33 -25
  263. package/emotion/cjs/components/Checkbox/Checkbox.config.js +25 -104
  264. package/emotion/cjs/components/Checkbox/Checkbox.js +11 -12
  265. package/emotion/cjs/components/Checkbox/Checkbox.stories.tsx +232 -0
  266. package/emotion/cjs/components/Checkbox/index.js +7 -6
  267. package/emotion/cjs/components/Chip/Chip.config.js +25 -162
  268. package/emotion/cjs/components/Chip/Chip.js +12 -12
  269. package/emotion/cjs/components/Chip/Chip.stories.tsx +93 -0
  270. package/emotion/cjs/components/Chip/index.js +7 -6
  271. package/emotion/cjs/components/ChipGroup/ChipGroup.config.js +24 -127
  272. package/emotion/cjs/components/ChipGroup/ChipGroup.js +7 -11
  273. package/emotion/cjs/components/ChipGroup/ChipGroup.stories.tsx +79 -0
  274. package/emotion/cjs/components/ChipGroup/index.js +7 -6
  275. package/emotion/cjs/components/Combobox/Combobox.config.js +30 -313
  276. package/emotion/cjs/components/Combobox/Combobox.js +15 -50
  277. package/emotion/cjs/components/Combobox/Combobox.stories.tsx +604 -0
  278. package/emotion/cjs/components/Combobox/index.js +7 -6
  279. package/emotion/cjs/components/Counter/Counter.config.js +21 -95
  280. package/emotion/cjs/components/Counter/Counter.js +11 -11
  281. package/emotion/cjs/components/Counter/Counter.stories.tsx +34 -0
  282. package/emotion/cjs/components/Counter/index.js +15 -16
  283. package/emotion/cjs/components/DatePicker/DatePicker.config.js +24 -264
  284. package/emotion/cjs/components/DatePicker/DatePicker.js +9 -21
  285. package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +309 -0
  286. package/emotion/cjs/components/DatePicker/index.js +27 -22
  287. package/emotion/cjs/components/Divider/Divider.config.js +27 -109
  288. package/emotion/cjs/components/Divider/Divider.js +11 -11
  289. package/emotion/cjs/components/Divider/Divider.stories.tsx +58 -0
  290. package/emotion/cjs/components/Divider/index.js +15 -16
  291. package/emotion/cjs/components/Drawer/Drawer.config.js +22 -79
  292. package/emotion/cjs/components/Drawer/Drawer.js +29 -31
  293. package/emotion/cjs/components/Drawer/Drawer.stories.tsx +217 -0
  294. package/emotion/cjs/components/Drawer/index.js +26 -21
  295. package/emotion/cjs/components/Dropdown/Dropdown.config.js +18 -94
  296. package/emotion/cjs/components/Dropdown/Dropdown.js +15 -50
  297. package/emotion/cjs/components/Dropdown/Dropdown.stories.tsx +331 -0
  298. package/emotion/cjs/components/Dropdown/index.js +7 -6
  299. package/emotion/cjs/components/Dropzone/Dropzone.config.js +21 -86
  300. package/emotion/cjs/components/Dropzone/Dropzone.js +7 -11
  301. package/emotion/cjs/components/Dropzone/Dropzone.stories.tsx +58 -0
  302. package/emotion/cjs/components/Dropzone/index.js +21 -19
  303. package/emotion/cjs/components/EmptyState/EmptyState.config.js +18 -114
  304. package/emotion/cjs/components/EmptyState/EmptyState.js +7 -19
  305. package/emotion/cjs/components/EmptyState/EmptyState.stories.tsx +43 -0
  306. package/emotion/cjs/components/EmptyState/index.js +7 -6
  307. package/emotion/cjs/components/Flow/Flow.config.js +7 -11
  308. package/emotion/cjs/components/Flow/Flow.js +7 -11
  309. package/emotion/cjs/components/Flow/Flow.stories.tsx +133 -0
  310. package/emotion/cjs/components/Flow/index.js +7 -6
  311. package/emotion/cjs/components/Grid/Grid.config.js +19 -71
  312. package/emotion/cjs/components/Grid/Grid.js +18 -21
  313. package/emotion/cjs/components/Grid/Grid.stories.tsx +119 -0
  314. package/emotion/cjs/components/Grid/index.js +20 -18
  315. package/emotion/cjs/components/IconButton/IconButton.config.js +28 -146
  316. package/emotion/cjs/components/IconButton/IconButton.js +12 -12
  317. package/emotion/cjs/components/IconButton/IconButton.stories.tsx +94 -0
  318. package/emotion/cjs/components/IconButton/index.js +7 -6
  319. package/emotion/cjs/components/Image/Image.component-test.js +91 -0
  320. package/emotion/cjs/components/Image/Image.js +11 -11
  321. package/emotion/cjs/components/Image/Image.stories.tsx +44 -0
  322. package/emotion/cjs/components/Image/index.js +7 -6
  323. package/emotion/cjs/components/Indicator/Indicator.config.js +26 -138
  324. package/emotion/cjs/components/Indicator/Indicator.js +7 -19
  325. package/emotion/cjs/components/Indicator/Indicator.stories.tsx +34 -0
  326. package/emotion/cjs/components/Indicator/index.js +7 -6
  327. package/emotion/cjs/components/Link/Link.config.js +29 -214
  328. package/emotion/cjs/components/Link/Link.js +11 -12
  329. package/emotion/cjs/components/Link/Link.stories.tsx +57 -0
  330. package/emotion/cjs/components/Link/index.js +7 -6
  331. package/emotion/cjs/components/Mask/Mask.js +6 -10
  332. package/emotion/cjs/components/Mask/Mask.stories.tsx +176 -0
  333. package/emotion/cjs/components/Mask/index.js +7 -6
  334. package/emotion/cjs/components/Modal/Modal.config.js +15 -47
  335. package/emotion/cjs/components/Modal/Modal.js +12 -12
  336. package/emotion/cjs/components/Modal/Modal.stories.tsx +426 -0
  337. package/emotion/cjs/components/Modal/index.js +15 -16
  338. package/emotion/cjs/components/Notification/Notification.config.js +26 -163
  339. package/emotion/cjs/components/Notification/Notification.js +23 -38
  340. package/emotion/cjs/components/Notification/Notification.stories.tsx +221 -0
  341. package/emotion/cjs/components/Notification/index.js +27 -22
  342. package/emotion/cjs/components/NumberFormat/NumberFormat.js +13 -10
  343. package/emotion/cjs/components/NumberFormat/NumberFormat.stories.tsx +186 -0
  344. package/emotion/cjs/components/NumberFormat/index.js +7 -6
  345. package/emotion/cjs/components/NumberInput/NumberInput.config.js +34 -154
  346. package/emotion/cjs/components/NumberInput/NumberInput.js +7 -11
  347. package/emotion/cjs/components/NumberInput/NumberInput.stories.tsx +81 -0
  348. package/emotion/cjs/components/NumberInput/index.js +21 -19
  349. package/emotion/cjs/components/Overlay/Overlay.stories.tsx +76 -0
  350. package/emotion/cjs/components/Overlay/index.js +7 -6
  351. package/emotion/cjs/components/Pagination/Pagination.component-test.js +298 -0
  352. package/emotion/cjs/components/Pagination/Pagination.config.js +26 -139
  353. package/emotion/cjs/components/Pagination/Pagination.js +12 -12
  354. package/emotion/cjs/components/Pagination/Pagination.stories.tsx +139 -0
  355. package/emotion/cjs/components/Pagination/index.js +7 -6
  356. package/emotion/cjs/components/Popover/Popover.config.js +15 -43
  357. package/emotion/cjs/components/Popover/Popover.js +7 -11
  358. package/emotion/cjs/components/Popover/Popover.stories.tsx +127 -0
  359. package/emotion/cjs/components/Popover/index.js +7 -6
  360. package/emotion/cjs/components/Popover/style.css +4 -0
  361. package/emotion/cjs/components/Popup/Popup.js +10 -10
  362. package/emotion/cjs/components/Popup/Popup.stories.tsx +171 -0
  363. package/emotion/cjs/components/Popup/index.js +27 -22
  364. package/emotion/cjs/components/Portal/Portal.stories.tsx +57 -0
  365. package/emotion/cjs/components/Portal/index.js +7 -6
  366. package/emotion/cjs/components/Price/Price.config.js +11 -15
  367. package/emotion/cjs/components/Price/Price.js +12 -12
  368. package/emotion/cjs/components/Price/Price.stories.tsx +34 -0
  369. package/emotion/cjs/components/Price/index.js +15 -16
  370. package/emotion/cjs/components/Progress/Progress.config.js +21 -95
  371. package/emotion/cjs/components/Progress/Progress.js +8 -12
  372. package/emotion/cjs/components/Progress/Progress.stories.tsx +32 -0
  373. package/emotion/cjs/components/Progress/index.js +7 -6
  374. package/emotion/cjs/components/Radiobox/Radiobox.config.js +31 -106
  375. package/emotion/cjs/components/Radiobox/Radiobox.js +16 -19
  376. package/emotion/cjs/components/Radiobox/Radiobox.stories.tsx +139 -0
  377. package/emotion/cjs/components/Radiobox/index.js +14 -15
  378. package/emotion/cjs/components/Range/Range.config.js +24 -157
  379. package/emotion/cjs/components/Range/Range.js +11 -11
  380. package/emotion/cjs/components/Range/Range.stories.tsx +343 -0
  381. package/emotion/cjs/components/Range/index.js +15 -16
  382. package/emotion/cjs/components/Rating/Rating.config.js +20 -117
  383. package/emotion/cjs/components/Rating/Rating.js +7 -11
  384. package/emotion/cjs/components/Rating/Rating.stories.tsx +125 -0
  385. package/emotion/cjs/components/Rating/index.js +21 -19
  386. package/emotion/cjs/components/SSRProvider/index.js +7 -6
  387. package/emotion/cjs/components/Segment/Segment.js +32 -27
  388. package/emotion/cjs/components/Segment/Segment.stories.tsx +162 -0
  389. package/emotion/cjs/components/Segment/SegmentGroup.config.js +34 -130
  390. package/emotion/cjs/components/Segment/SegmentItem.config.js +25 -124
  391. package/emotion/cjs/components/Segment/index.js +26 -21
  392. package/emotion/cjs/components/Select/Select.config.js +35 -305
  393. package/emotion/cjs/components/Select/Select.js +15 -50
  394. package/emotion/cjs/components/Select/Select.stories.tsx +642 -0
  395. package/emotion/cjs/components/Select/index.js +7 -6
  396. package/emotion/cjs/components/Select/style.css +37 -0
  397. package/emotion/cjs/components/Sheet/Sheet.config.js +18 -63
  398. package/emotion/cjs/components/Sheet/Sheet.js +12 -12
  399. package/emotion/cjs/components/Sheet/Sheet.stories.tsx +361 -0
  400. package/emotion/cjs/components/Sheet/index.js +15 -16
  401. package/emotion/cjs/components/Skeleton/LineSkeleton.config.js +31 -230
  402. package/emotion/cjs/components/Skeleton/Skeleton.js +20 -25
  403. package/emotion/cjs/components/Skeleton/Skeleton.stories.tsx +116 -0
  404. package/emotion/cjs/components/Skeleton/index.js +26 -21
  405. package/emotion/cjs/components/Slider/Slider.component-test.js +223 -0
  406. package/emotion/cjs/components/Slider/Slider.config.js +22 -147
  407. package/emotion/cjs/components/Slider/Slider.js +13 -12
  408. package/emotion/cjs/components/Slider/Slider.stories.tsx +277 -0
  409. package/emotion/cjs/components/Slider/index.js +7 -6
  410. package/emotion/cjs/components/Spinner/Spinner.config.js +23 -107
  411. package/emotion/cjs/components/Spinner/Spinner.js +15 -23
  412. package/emotion/cjs/components/Spinner/Spinner.stories.tsx +109 -0
  413. package/emotion/cjs/components/Spinner/index.js +7 -6
  414. package/emotion/cjs/components/Steps/Steps.config.js +18 -105
  415. package/emotion/cjs/components/Steps/Steps.js +8 -12
  416. package/emotion/cjs/components/Steps/Steps.stories.tsx +191 -0
  417. package/emotion/cjs/components/Steps/index.js +7 -6
  418. package/emotion/cjs/components/Switch/Switch.config.js +31 -149
  419. package/emotion/cjs/components/Switch/Switch.js +8 -12
  420. package/emotion/cjs/components/Switch/Switch.stories.tsx +100 -0
  421. package/emotion/cjs/components/Switch/index.js +7 -6
  422. package/emotion/cjs/components/Table/Table.config.js +21 -257
  423. package/emotion/cjs/components/Table/Table.js +12 -12
  424. package/emotion/cjs/components/Table/Table.stories.tsx +551 -0
  425. package/emotion/cjs/components/Table/index.js +7 -6
  426. package/emotion/cjs/components/Tabs/TabItem.js +21 -26
  427. package/emotion/cjs/components/Tabs/Tabs.js +21 -26
  428. package/emotion/cjs/components/Tabs/Tabs.stories.tsx +639 -0
  429. package/emotion/cjs/components/Tabs/TabsController.js +16 -15
  430. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +30 -230
  431. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +37 -266
  432. package/emotion/cjs/components/Tabs/index.js +35 -27
  433. package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +24 -125
  434. package/emotion/cjs/components/Tabs/vertical/VerticalTabs.config.js +24 -98
  435. package/emotion/cjs/components/TextArea/TextArea.config.js +42 -367
  436. package/emotion/cjs/components/TextArea/TextArea.js +12 -12
  437. package/emotion/cjs/components/TextArea/TextArea.stories.tsx +228 -0
  438. package/emotion/cjs/components/TextArea/index.js +7 -6
  439. package/emotion/cjs/components/TextField/TextField.config.js +40 -338
  440. package/emotion/cjs/components/TextField/TextField.js +11 -11
  441. package/emotion/cjs/components/TextField/TextField.stories.tsx +260 -0
  442. package/emotion/cjs/components/TextField/index.js +15 -16
  443. package/emotion/cjs/components/Toast/Toast.config.js +35 -127
  444. package/emotion/cjs/components/Toast/Toast.js +14 -26
  445. package/emotion/cjs/components/Toast/Toast.stories.tsx +156 -0
  446. package/emotion/cjs/components/Toast/index.js +20 -18
  447. package/emotion/cjs/components/ToastNew/ToastNew.config.js +21 -80
  448. package/emotion/cjs/components/ToastNew/ToastNew.js +8 -20
  449. package/emotion/cjs/components/ToastNew/ToastNew.stories.tsx +87 -0
  450. package/emotion/cjs/components/ToastNew/index.js +14 -15
  451. package/emotion/cjs/components/Tokens/Colors/Colors.stories.tsx +196 -0
  452. package/emotion/cjs/components/Tokens/Colors/Colors.styles.js +27 -147
  453. package/emotion/cjs/components/Tokens/NumberTokens/CornerRadius.stories.tsx +93 -0
  454. package/emotion/cjs/components/Tokens/NumberTokens/NumberTokens.styles.js +13 -70
  455. package/emotion/cjs/components/Tokens/NumberTokens/Spacing.stories.tsx +93 -0
  456. package/emotion/cjs/components/Tokens/Typography/Typography.stories.tsx +277 -0
  457. package/emotion/cjs/components/Tokens/Typography/Typography.styles.js +44 -204
  458. package/emotion/cjs/components/Toolbar/Toolbar.config.js +18 -57
  459. package/emotion/cjs/components/Toolbar/Toolbar.js +13 -21
  460. package/emotion/cjs/components/Toolbar/Toolbar.stories.tsx +64 -0
  461. package/emotion/cjs/components/Toolbar/index.js +21 -19
  462. package/emotion/cjs/components/Tooltip/Tooltip.config.js +19 -71
  463. package/emotion/cjs/components/Tooltip/Tooltip.js +7 -11
  464. package/emotion/cjs/components/Tooltip/Tooltip.stories.tsx +152 -0
  465. package/emotion/cjs/components/Tooltip/index.js +7 -6
  466. package/emotion/cjs/components/Tree/Tree.config.js +18 -83
  467. package/emotion/cjs/components/Tree/Tree.js +7 -11
  468. package/emotion/cjs/components/Tree/Tree.stories.tsx +146 -0
  469. package/emotion/cjs/components/Tree/index.js +7 -6
  470. package/emotion/cjs/components/Typography/Body.config.js +47 -161
  471. package/emotion/cjs/components/Typography/Dspl.config.js +31 -105
  472. package/emotion/cjs/components/Typography/Heading.config.js +47 -161
  473. package/emotion/cjs/components/Typography/Text.config.js +39 -133
  474. package/emotion/cjs/components/Typography/Typography.js +59 -116
  475. package/emotion/cjs/components/Typography/Typography.stories.tsx +243 -0
  476. package/emotion/cjs/components/Typography/index.js +106 -62
  477. package/emotion/cjs/components/ViewContainer/ViewContainer.config.js +14 -46
  478. package/emotion/cjs/components/ViewContainer/ViewContainer.js +7 -11
  479. package/emotion/cjs/components/ViewContainer/index.js +7 -6
  480. package/emotion/cjs/index.js +740 -81
  481. package/emotion/cjs/mixins/index.js +20 -61
  482. package/emotion/cjs/tokens/index.js +255 -126
  483. package/emotion/es/components/Accordion/Accordion.config.js +14 -92
  484. package/emotion/es/components/Accordion/Accordion.js +3 -3
  485. package/emotion/es/components/Accordion/Accordion.stories.tsx +159 -0
  486. package/emotion/es/components/Accordion/index.js +1 -1
  487. package/emotion/es/components/Attach/Attach.config.js +21 -258
  488. package/emotion/es/components/Attach/Attach.js +4 -2
  489. package/emotion/es/components/Attach/Attach.stories.tsx +157 -0
  490. package/emotion/es/components/Attach/index.js +1 -1
  491. package/emotion/es/components/Autocomplete/Autocomplete.config.js +25 -238
  492. package/emotion/es/components/Autocomplete/Autocomplete.js +2 -2
  493. package/emotion/es/components/Autocomplete/Autocomplete.stories.tsx +170 -0
  494. package/emotion/es/components/Autocomplete/index.js +1 -1
  495. package/emotion/es/components/Avatar/Avatar.config.js +26 -188
  496. package/emotion/es/components/Avatar/Avatar.js +3 -3
  497. package/emotion/es/components/Avatar/Avatar.stories.tsx +74 -0
  498. package/emotion/es/components/Avatar/index.js +1 -1
  499. package/emotion/es/components/AvatarGroup/AvatarGroup.js +2 -2
  500. package/emotion/es/components/AvatarGroup/AvatarGroup.stories.tsx +71 -0
  501. package/emotion/es/components/AvatarGroup/index.js +1 -1
  502. package/emotion/es/components/Badge/Badge.config.js +25 -136
  503. package/emotion/es/components/Badge/Badge.js +4 -2
  504. package/emotion/es/components/Badge/Badge.stories.tsx +87 -0
  505. package/emotion/es/components/Badge/index.js +1 -1
  506. package/emotion/es/components/Breadcrumbs/Breadcrumbs.config.js +13 -51
  507. package/emotion/es/components/Breadcrumbs/Breadcrumbs.js +5 -3
  508. package/emotion/es/components/Breadcrumbs/Breadcrumbs.stories.tsx +82 -0
  509. package/emotion/es/components/Breadcrumbs/index.js +1 -1
  510. package/emotion/es/components/Button/Button.config.js +25 -165
  511. package/emotion/es/components/Button/Button.js +28 -89
  512. package/emotion/es/components/Button/Button.stories.tsx +212 -0
  513. package/emotion/es/components/Button/index.js +1 -1
  514. package/emotion/es/components/ButtonBase/index.js +1 -1
  515. package/emotion/es/components/ButtonGroup/ButtonGroup.config.js +33 -219
  516. package/emotion/es/components/ButtonGroup/ButtonGroup.js +4 -2
  517. package/emotion/es/components/ButtonGroup/ButtonGroup.stories.tsx +109 -0
  518. package/emotion/es/components/ButtonGroup/index.js +1 -1
  519. package/emotion/es/components/Calendar/Calendar.js +12 -12
  520. package/emotion/es/components/Calendar/Calendar.stories.tsx +304 -0
  521. package/emotion/es/components/Calendar/CalendarBase.config.js +13 -119
  522. package/emotion/es/components/Calendar/CalendarDouble.config.js +13 -119
  523. package/emotion/es/components/Calendar/index.js +1 -1
  524. package/emotion/es/components/Card/Card.config.js +15 -72
  525. package/emotion/es/components/Card/Card.js +6 -4
  526. package/emotion/es/components/Card/Card.stories.tsx +281 -0
  527. package/emotion/es/components/Card/index.js +1 -1
  528. package/emotion/es/components/Carousel/Carousel.config.js +17 -0
  529. package/emotion/es/components/Carousel/Carousel.js +5 -0
  530. package/emotion/es/components/Carousel/Carousel.stories.tsx +133 -0
  531. package/emotion/es/components/Carousel/index.js +2 -0
  532. package/emotion/es/components/Cell/Cell.config.js +11 -101
  533. package/emotion/es/components/Cell/Cell.js +5 -3
  534. package/emotion/es/components/Cell/Cell.stories.tsx +97 -0
  535. package/emotion/es/components/Cell/index.js +1 -1
  536. package/emotion/es/components/Checkbox/Checkbox.config.js +20 -95
  537. package/emotion/es/components/Checkbox/Checkbox.js +4 -3
  538. package/emotion/es/components/Checkbox/Checkbox.stories.tsx +232 -0
  539. package/emotion/es/components/Checkbox/index.js +1 -1
  540. package/emotion/es/components/Chip/Chip.config.js +20 -153
  541. package/emotion/es/components/Chip/Chip.js +5 -3
  542. package/emotion/es/components/Chip/Chip.stories.tsx +93 -0
  543. package/emotion/es/components/Chip/index.js +1 -1
  544. package/emotion/es/components/ChipGroup/ChipGroup.config.js +19 -118
  545. package/emotion/es/components/ChipGroup/ChipGroup.js +2 -2
  546. package/emotion/es/components/ChipGroup/ChipGroup.stories.tsx +79 -0
  547. package/emotion/es/components/ChipGroup/index.js +1 -1
  548. package/emotion/es/components/Combobox/Combobox.config.js +25 -304
  549. package/emotion/es/components/Combobox/Combobox.js +9 -36
  550. package/emotion/es/components/Combobox/Combobox.stories.tsx +604 -0
  551. package/emotion/es/components/Combobox/index.js +1 -1
  552. package/emotion/es/components/Counter/Counter.config.js +16 -86
  553. package/emotion/es/components/Counter/Counter.js +4 -2
  554. package/emotion/es/components/Counter/Counter.stories.tsx +34 -0
  555. package/emotion/es/components/Counter/index.js +1 -1
  556. package/emotion/es/components/DatePicker/DatePicker.config.js +19 -255
  557. package/emotion/es/components/DatePicker/DatePicker.js +4 -4
  558. package/emotion/es/components/DatePicker/DatePicker.stories.tsx +309 -0
  559. package/emotion/es/components/DatePicker/index.js +1 -1
  560. package/emotion/es/components/Divider/Divider.config.js +22 -100
  561. package/emotion/es/components/Divider/Divider.js +4 -2
  562. package/emotion/es/components/Divider/Divider.stories.tsx +58 -0
  563. package/emotion/es/components/Divider/index.js +1 -1
  564. package/emotion/es/components/Drawer/Drawer.config.js +17 -70
  565. package/emotion/es/components/Drawer/Drawer.js +16 -8
  566. package/emotion/es/components/Drawer/Drawer.stories.tsx +217 -0
  567. package/emotion/es/components/Drawer/index.js +1 -1
  568. package/emotion/es/components/Dropdown/Dropdown.config.js +13 -85
  569. package/emotion/es/components/Dropdown/Dropdown.js +9 -36
  570. package/emotion/es/components/Dropdown/Dropdown.stories.tsx +331 -0
  571. package/emotion/es/components/Dropdown/index.js +1 -1
  572. package/emotion/es/components/Dropzone/Dropzone.config.js +16 -77
  573. package/emotion/es/components/Dropzone/Dropzone.js +2 -2
  574. package/emotion/es/components/Dropzone/Dropzone.stories.tsx +58 -0
  575. package/emotion/es/components/Dropzone/index.js +1 -1
  576. package/emotion/es/components/EmptyState/EmptyState.config.js +13 -105
  577. package/emotion/es/components/EmptyState/EmptyState.js +2 -2
  578. package/emotion/es/components/EmptyState/EmptyState.stories.tsx +43 -0
  579. package/emotion/es/components/EmptyState/index.js +1 -1
  580. package/emotion/es/components/Flow/Flow.config.js +3 -3
  581. package/emotion/es/components/Flow/Flow.js +2 -2
  582. package/emotion/es/components/Flow/Flow.stories.tsx +133 -0
  583. package/emotion/es/components/Flow/index.js +1 -1
  584. package/emotion/es/components/Grid/Grid.config.js +14 -62
  585. package/emotion/es/components/Grid/Grid.js +2 -2
  586. package/emotion/es/components/Grid/Grid.stories.tsx +119 -0
  587. package/emotion/es/components/Grid/index.js +1 -1
  588. package/emotion/es/components/IconButton/IconButton.config.js +23 -137
  589. package/emotion/es/components/IconButton/IconButton.js +5 -3
  590. package/emotion/es/components/IconButton/IconButton.stories.tsx +94 -0
  591. package/emotion/es/components/IconButton/index.js +1 -1
  592. package/emotion/es/components/Image/Image.component-test.js +85 -0
  593. package/emotion/es/components/Image/Image.js +5 -3
  594. package/emotion/es/components/Image/Image.stories.tsx +44 -0
  595. package/emotion/es/components/Image/index.js +1 -1
  596. package/emotion/es/components/Indicator/Indicator.config.js +21 -129
  597. package/emotion/es/components/Indicator/Indicator.js +3 -3
  598. package/emotion/es/components/Indicator/Indicator.stories.tsx +34 -0
  599. package/emotion/es/components/Indicator/index.js +1 -1
  600. package/emotion/es/components/Link/Link.config.js +24 -205
  601. package/emotion/es/components/Link/Link.js +4 -3
  602. package/emotion/es/components/Link/Link.stories.tsx +57 -0
  603. package/emotion/es/components/Link/index.js +1 -1
  604. package/emotion/es/components/Mask/Mask.js +1 -1
  605. package/emotion/es/components/Mask/Mask.stories.tsx +176 -0
  606. package/emotion/es/components/Mask/index.js +1 -1
  607. package/emotion/es/components/Modal/Modal.config.js +10 -38
  608. package/emotion/es/components/Modal/Modal.js +5 -3
  609. package/emotion/es/components/Modal/Modal.stories.tsx +426 -0
  610. package/emotion/es/components/Modal/index.js +1 -1
  611. package/emotion/es/components/Notification/Notification.config.js +21 -154
  612. package/emotion/es/components/Notification/Notification.js +15 -11
  613. package/emotion/es/components/Notification/Notification.stories.tsx +221 -0
  614. package/emotion/es/components/Notification/index.js +1 -1
  615. package/emotion/es/components/NumberFormat/NumberFormat.js +9 -1
  616. package/emotion/es/components/NumberFormat/NumberFormat.stories.tsx +186 -0
  617. package/emotion/es/components/NumberFormat/index.js +1 -1
  618. package/emotion/es/components/NumberInput/NumberInput.config.js +29 -145
  619. package/emotion/es/components/NumberInput/NumberInput.js +2 -2
  620. package/emotion/es/components/NumberInput/NumberInput.stories.tsx +81 -0
  621. package/emotion/es/components/NumberInput/index.js +1 -1
  622. package/emotion/es/components/Overlay/Overlay.stories.tsx +76 -0
  623. package/emotion/es/components/Overlay/index.js +1 -1
  624. package/emotion/es/components/Pagination/Pagination.component-test.js +293 -0
  625. package/emotion/es/components/Pagination/Pagination.config.js +21 -130
  626. package/emotion/es/components/Pagination/Pagination.js +5 -3
  627. package/emotion/es/components/Pagination/Pagination.stories.tsx +139 -0
  628. package/emotion/es/components/Pagination/index.js +1 -1
  629. package/emotion/es/components/Popover/Popover.config.js +10 -34
  630. package/emotion/es/components/Popover/Popover.js +2 -2
  631. package/emotion/es/components/Popover/Popover.stories.tsx +127 -0
  632. package/emotion/es/components/Popover/index.js +1 -1
  633. package/emotion/es/components/Popover/style.css +4 -0
  634. package/emotion/es/components/Popup/Popup.js +4 -2
  635. package/emotion/es/components/Popup/Popup.stories.tsx +171 -0
  636. package/emotion/es/components/Popup/index.js +1 -1
  637. package/emotion/es/components/Portal/Portal.stories.tsx +57 -0
  638. package/emotion/es/components/Portal/index.js +1 -1
  639. package/emotion/es/components/Price/Price.config.js +7 -7
  640. package/emotion/es/components/Price/Price.js +5 -3
  641. package/emotion/es/components/Price/Price.stories.tsx +34 -0
  642. package/emotion/es/components/Price/index.js +1 -1
  643. package/emotion/es/components/Progress/Progress.config.js +16 -86
  644. package/emotion/es/components/Progress/Progress.js +3 -3
  645. package/emotion/es/components/Progress/Progress.stories.tsx +32 -0
  646. package/emotion/es/components/Progress/index.js +1 -1
  647. package/emotion/es/components/Radiobox/Radiobox.config.js +26 -97
  648. package/emotion/es/components/Radiobox/Radiobox.js +5 -4
  649. package/emotion/es/components/Radiobox/Radiobox.stories.tsx +139 -0
  650. package/emotion/es/components/Radiobox/index.js +1 -1
  651. package/emotion/es/components/Range/Range.config.js +19 -148
  652. package/emotion/es/components/Range/Range.js +4 -2
  653. package/emotion/es/components/Range/Range.stories.tsx +343 -0
  654. package/emotion/es/components/Range/index.js +1 -1
  655. package/emotion/es/components/Rating/Rating.config.js +15 -108
  656. package/emotion/es/components/Rating/Rating.js +2 -2
  657. package/emotion/es/components/Rating/Rating.stories.tsx +125 -0
  658. package/emotion/es/components/Rating/index.js +1 -1
  659. package/emotion/es/components/SSRProvider/index.js +1 -1
  660. package/emotion/es/components/Segment/Segment.js +10 -5
  661. package/emotion/es/components/Segment/Segment.stories.tsx +162 -0
  662. package/emotion/es/components/Segment/SegmentGroup.config.js +29 -121
  663. package/emotion/es/components/Segment/SegmentItem.config.js +20 -115
  664. package/emotion/es/components/Segment/index.js +1 -1
  665. package/emotion/es/components/Select/Select.config.js +29 -295
  666. package/emotion/es/components/Select/Select.js +9 -36
  667. package/emotion/es/components/Select/Select.stories.tsx +642 -0
  668. package/emotion/es/components/Select/index.js +1 -1
  669. package/emotion/es/components/Select/style.css +37 -0
  670. package/emotion/es/components/Sheet/Sheet.config.js +13 -54
  671. package/emotion/es/components/Sheet/Sheet.js +5 -3
  672. package/emotion/es/components/Sheet/Sheet.stories.tsx +361 -0
  673. package/emotion/es/components/Sheet/index.js +1 -1
  674. package/emotion/es/components/Skeleton/LineSkeleton.config.js +26 -221
  675. package/emotion/es/components/Skeleton/Skeleton.js +4 -4
  676. package/emotion/es/components/Skeleton/Skeleton.stories.tsx +116 -0
  677. package/emotion/es/components/Skeleton/index.js +1 -1
  678. package/emotion/es/components/Slider/Slider.component-test.js +220 -0
  679. package/emotion/es/components/Slider/Slider.config.js +17 -138
  680. package/emotion/es/components/Slider/Slider.js +5 -3
  681. package/emotion/es/components/Slider/Slider.stories.tsx +277 -0
  682. package/emotion/es/components/Slider/index.js +1 -1
  683. package/emotion/es/components/Spinner/Spinner.config.js +18 -98
  684. package/emotion/es/components/Spinner/Spinner.js +6 -8
  685. package/emotion/es/components/Spinner/Spinner.stories.tsx +109 -0
  686. package/emotion/es/components/Spinner/index.js +1 -1
  687. package/emotion/es/components/Steps/Steps.config.js +13 -96
  688. package/emotion/es/components/Steps/Steps.js +3 -3
  689. package/emotion/es/components/Steps/Steps.stories.tsx +191 -0
  690. package/emotion/es/components/Steps/index.js +1 -1
  691. package/emotion/es/components/Switch/Switch.config.js +26 -140
  692. package/emotion/es/components/Switch/Switch.js +3 -3
  693. package/emotion/es/components/Switch/Switch.stories.tsx +100 -0
  694. package/emotion/es/components/Switch/index.js +1 -1
  695. package/emotion/es/components/Table/Table.config.js +16 -248
  696. package/emotion/es/components/Table/Table.js +5 -3
  697. package/emotion/es/components/Table/Table.stories.tsx +551 -0
  698. package/emotion/es/components/Table/index.js +1 -1
  699. package/emotion/es/components/Tabs/TabItem.js +11 -10
  700. package/emotion/es/components/Tabs/Tabs.js +11 -10
  701. package/emotion/es/components/Tabs/Tabs.stories.tsx +639 -0
  702. package/emotion/es/components/Tabs/TabsController.js +7 -5
  703. package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +25 -221
  704. package/emotion/es/components/Tabs/horizontal/HorizontalTabs.config.js +32 -257
  705. package/emotion/es/components/Tabs/index.js +1 -1
  706. package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +19 -116
  707. package/emotion/es/components/Tabs/vertical/VerticalTabs.config.js +19 -89
  708. package/emotion/es/components/TextArea/TextArea.config.js +37 -358
  709. package/emotion/es/components/TextArea/TextArea.js +5 -3
  710. package/emotion/es/components/TextArea/TextArea.stories.tsx +228 -0
  711. package/emotion/es/components/TextArea/index.js +1 -1
  712. package/emotion/es/components/TextField/TextField.config.js +35 -329
  713. package/emotion/es/components/TextField/TextField.js +4 -2
  714. package/emotion/es/components/TextField/TextField.stories.tsx +260 -0
  715. package/emotion/es/components/TextField/index.js +1 -1
  716. package/emotion/es/components/Toast/Toast.config.js +30 -118
  717. package/emotion/es/components/Toast/Toast.js +4 -4
  718. package/emotion/es/components/Toast/Toast.stories.tsx +156 -0
  719. package/emotion/es/components/Toast/index.js +1 -1
  720. package/emotion/es/components/ToastNew/ToastNew.config.js +16 -71
  721. package/emotion/es/components/ToastNew/ToastNew.js +3 -3
  722. package/emotion/es/components/ToastNew/ToastNew.stories.tsx +87 -0
  723. package/emotion/es/components/ToastNew/index.js +1 -1
  724. package/emotion/es/components/Tokens/Colors/Colors.stories.tsx +196 -0
  725. package/emotion/es/components/Tokens/Colors/Colors.styles.js +19 -90
  726. package/emotion/es/components/Tokens/NumberTokens/CornerRadius.stories.tsx +93 -0
  727. package/emotion/es/components/Tokens/NumberTokens/NumberTokens.styles.js +8 -37
  728. package/emotion/es/components/Tokens/NumberTokens/Spacing.stories.tsx +93 -0
  729. package/emotion/es/components/Tokens/Typography/Typography.stories.tsx +277 -0
  730. package/emotion/es/components/Tokens/Typography/Typography.styles.js +36 -135
  731. package/emotion/es/components/Toolbar/Toolbar.config.js +13 -48
  732. package/emotion/es/components/Toolbar/Toolbar.js +6 -4
  733. package/emotion/es/components/Toolbar/Toolbar.stories.tsx +64 -0
  734. package/emotion/es/components/Toolbar/index.js +1 -1
  735. package/emotion/es/components/Tooltip/Tooltip.config.js +14 -62
  736. package/emotion/es/components/Tooltip/Tooltip.js +2 -2
  737. package/emotion/es/components/Tooltip/Tooltip.stories.tsx +152 -0
  738. package/emotion/es/components/Tooltip/index.js +1 -1
  739. package/emotion/es/components/Tree/Tree.config.js +13 -74
  740. package/emotion/es/components/Tree/Tree.js +2 -2
  741. package/emotion/es/components/Tree/Tree.stories.tsx +146 -0
  742. package/emotion/es/components/Tree/index.js +1 -1
  743. package/emotion/es/components/Typography/Body.config.js +38 -131
  744. package/emotion/es/components/Typography/Dspl.config.js +24 -83
  745. package/emotion/es/components/Typography/Heading.config.js +38 -131
  746. package/emotion/es/components/Typography/Text.config.js +31 -107
  747. package/emotion/es/components/Typography/Typography.js +35 -35
  748. package/emotion/es/components/Typography/Typography.stories.tsx +243 -0
  749. package/emotion/es/components/Typography/index.js +1 -1
  750. package/emotion/es/components/ViewContainer/ViewContainer.config.js +8 -36
  751. package/emotion/es/components/ViewContainer/ViewContainer.js +2 -2
  752. package/emotion/es/components/ViewContainer/index.js +1 -1
  753. package/emotion/es/index.js +2 -1
  754. package/emotion/es/mixins/index.js +1 -1
  755. package/emotion/es/tokens/index.js +1 -1
  756. package/es/components/Accordion/Accordion.config.js +14 -92
  757. package/es/components/Accordion/Accordion.js +3 -3
  758. package/es/components/Accordion/index.js +1 -1
  759. package/es/components/Attach/Attach.config.js +21 -258
  760. package/es/components/Attach/Attach.js +4 -2
  761. package/es/components/Attach/index.js +1 -1
  762. package/es/components/Autocomplete/Autocomplete.config.js +25 -238
  763. package/es/components/Autocomplete/Autocomplete.js +2 -2
  764. package/es/components/Autocomplete/index.js +1 -1
  765. package/es/components/Avatar/Avatar.config.js +26 -188
  766. package/es/components/Avatar/Avatar.js +3 -3
  767. package/es/components/Avatar/index.js +1 -1
  768. package/es/components/AvatarGroup/AvatarGroup.js +2 -2
  769. package/es/components/AvatarGroup/index.js +1 -1
  770. package/es/components/Badge/Badge.config.js +25 -136
  771. package/es/components/Badge/Badge.js +4 -2
  772. package/es/components/Badge/index.js +1 -1
  773. package/es/components/Breadcrumbs/Breadcrumbs.config.js +13 -51
  774. package/es/components/Breadcrumbs/Breadcrumbs.js +5 -3
  775. package/es/components/Breadcrumbs/index.js +1 -1
  776. package/es/components/Button/Button.config.js +25 -165
  777. package/es/components/Button/Button.js +28 -89
  778. package/es/components/Button/index.js +1 -1
  779. package/es/components/ButtonBase/index.js +1 -1
  780. package/es/components/ButtonGroup/ButtonGroup.config.js +33 -219
  781. package/es/components/ButtonGroup/ButtonGroup.js +4 -2
  782. package/es/components/ButtonGroup/index.js +1 -1
  783. package/es/components/Calendar/Calendar.js +12 -12
  784. package/es/components/Calendar/CalendarBase.config.js +13 -119
  785. package/es/components/Calendar/CalendarDouble.config.js +13 -119
  786. package/es/components/Calendar/index.js +1 -1
  787. package/es/components/Card/Card.config.js +15 -72
  788. package/es/components/Card/Card.js +6 -4
  789. package/es/components/Card/index.js +1 -1
  790. package/es/components/Carousel/Carousel.config.js +17 -0
  791. package/es/components/Carousel/Carousel.js +5 -0
  792. package/es/components/Carousel/index.js +2 -0
  793. package/es/components/Cell/Cell.config.js +11 -101
  794. package/es/components/Cell/Cell.js +5 -3
  795. package/es/components/Cell/index.js +1 -1
  796. package/es/components/Checkbox/Checkbox.config.js +20 -95
  797. package/es/components/Checkbox/Checkbox.js +4 -3
  798. package/es/components/Checkbox/index.js +1 -1
  799. package/es/components/Chip/Chip.config.js +20 -153
  800. package/es/components/Chip/Chip.js +5 -3
  801. package/es/components/Chip/index.js +1 -1
  802. package/es/components/ChipGroup/ChipGroup.config.js +19 -118
  803. package/es/components/ChipGroup/ChipGroup.js +2 -2
  804. package/es/components/ChipGroup/index.js +1 -1
  805. package/es/components/Combobox/Combobox.config.js +25 -304
  806. package/es/components/Combobox/Combobox.js +9 -36
  807. package/es/components/Combobox/index.js +1 -1
  808. package/es/components/Counter/Counter.config.js +16 -86
  809. package/es/components/Counter/Counter.js +4 -2
  810. package/es/components/Counter/index.js +1 -1
  811. package/es/components/DatePicker/DatePicker.config.js +19 -255
  812. package/es/components/DatePicker/DatePicker.js +4 -4
  813. package/es/components/DatePicker/index.js +1 -1
  814. package/es/components/Divider/Divider.config.js +22 -100
  815. package/es/components/Divider/Divider.js +4 -2
  816. package/es/components/Divider/index.js +1 -1
  817. package/es/components/Drawer/Drawer.config.js +17 -70
  818. package/es/components/Drawer/Drawer.js +16 -8
  819. package/es/components/Drawer/index.js +1 -1
  820. package/es/components/Dropdown/Dropdown.config.js +13 -85
  821. package/es/components/Dropdown/Dropdown.js +9 -36
  822. package/es/components/Dropdown/index.js +1 -1
  823. package/es/components/Dropzone/Dropzone.config.js +16 -77
  824. package/es/components/Dropzone/Dropzone.js +2 -2
  825. package/es/components/Dropzone/index.js +1 -1
  826. package/es/components/EmptyState/EmptyState.config.js +13 -105
  827. package/es/components/EmptyState/EmptyState.js +2 -2
  828. package/es/components/EmptyState/index.js +1 -1
  829. package/es/components/Flow/Flow.config.js +3 -3
  830. package/es/components/Flow/Flow.js +2 -2
  831. package/es/components/Flow/index.js +1 -1
  832. package/es/components/Grid/Grid.config.js +14 -62
  833. package/es/components/Grid/Grid.js +2 -2
  834. package/es/components/Grid/index.js +1 -1
  835. package/es/components/IconButton/IconButton.config.js +23 -137
  836. package/es/components/IconButton/IconButton.js +5 -3
  837. package/es/components/IconButton/index.js +1 -1
  838. package/es/components/Image/Image.component-test.js +86 -0
  839. package/es/components/Image/Image.js +5 -3
  840. package/es/components/Image/index.js +1 -1
  841. package/es/components/Indicator/Indicator.config.js +21 -129
  842. package/es/components/Indicator/Indicator.js +3 -3
  843. package/es/components/Indicator/index.js +1 -1
  844. package/es/components/Link/Link.config.js +24 -205
  845. package/es/components/Link/Link.js +4 -3
  846. package/es/components/Link/index.js +1 -1
  847. package/es/components/Mask/Mask.js +1 -1
  848. package/es/components/Mask/index.js +1 -1
  849. package/es/components/Modal/Modal.config.js +10 -38
  850. package/es/components/Modal/Modal.js +5 -3
  851. package/es/components/Modal/index.js +1 -1
  852. package/es/components/Notification/Notification.config.js +21 -154
  853. package/es/components/Notification/Notification.js +15 -11
  854. package/es/components/Notification/index.js +1 -1
  855. package/es/components/NumberFormat/NumberFormat.js +9 -1
  856. package/es/components/NumberFormat/index.js +1 -1
  857. package/es/components/NumberInput/NumberInput.config.js +29 -145
  858. package/es/components/NumberInput/NumberInput.js +2 -2
  859. package/es/components/NumberInput/index.js +1 -1
  860. package/es/components/Overlay/index.js +1 -1
  861. package/es/components/Pagination/Pagination.component-test.js +293 -0
  862. package/es/components/Pagination/Pagination.config.js +21 -130
  863. package/es/components/Pagination/Pagination.js +5 -3
  864. package/es/components/Pagination/index.js +1 -1
  865. package/es/components/Popover/Popover.config.js +10 -34
  866. package/es/components/Popover/Popover.js +2 -2
  867. package/es/components/Popover/index.js +1 -1
  868. package/es/components/Popup/Popup.js +4 -2
  869. package/es/components/Popup/index.js +1 -1
  870. package/es/components/Portal/index.js +1 -1
  871. package/es/components/Price/Price.config.js +7 -7
  872. package/es/components/Price/Price.js +5 -3
  873. package/es/components/Price/index.js +1 -1
  874. package/es/components/Progress/Progress.config.js +16 -86
  875. package/es/components/Progress/Progress.js +3 -3
  876. package/es/components/Progress/index.js +1 -1
  877. package/es/components/Radiobox/Radiobox.config.js +26 -97
  878. package/es/components/Radiobox/Radiobox.js +5 -4
  879. package/es/components/Radiobox/index.js +1 -1
  880. package/es/components/Range/Range.config.js +19 -148
  881. package/es/components/Range/Range.js +4 -2
  882. package/es/components/Range/index.js +1 -1
  883. package/es/components/Rating/Rating.config.js +15 -108
  884. package/es/components/Rating/Rating.js +2 -2
  885. package/es/components/Rating/index.js +1 -1
  886. package/es/components/SSRProvider/index.js +1 -1
  887. package/es/components/Segment/Segment.js +10 -5
  888. package/es/components/Segment/SegmentGroup.config.js +29 -121
  889. package/es/components/Segment/SegmentItem.config.js +20 -115
  890. package/es/components/Segment/index.js +1 -1
  891. package/es/components/Select/Select.config.js +29 -295
  892. package/es/components/Select/Select.js +9 -36
  893. package/es/components/Select/index.js +1 -1
  894. package/es/components/Sheet/Sheet.config.js +13 -54
  895. package/es/components/Sheet/Sheet.js +5 -3
  896. package/es/components/Sheet/index.js +1 -1
  897. package/es/components/Skeleton/LineSkeleton.config.js +26 -221
  898. package/es/components/Skeleton/Skeleton.js +4 -4
  899. package/es/components/Skeleton/index.js +1 -1
  900. package/es/components/Slider/Slider.component-test.js +220 -0
  901. package/es/components/Slider/Slider.config.js +17 -138
  902. package/es/components/Slider/Slider.js +5 -3
  903. package/es/components/Slider/index.js +1 -1
  904. package/es/components/Spinner/Spinner.config.js +18 -98
  905. package/es/components/Spinner/Spinner.js +6 -8
  906. package/es/components/Spinner/index.js +1 -1
  907. package/es/components/Steps/Steps.config.js +13 -96
  908. package/es/components/Steps/Steps.js +3 -3
  909. package/es/components/Steps/index.js +1 -1
  910. package/es/components/Switch/Switch.config.js +26 -140
  911. package/es/components/Switch/Switch.js +3 -3
  912. package/es/components/Switch/index.js +1 -1
  913. package/es/components/Table/Table.config.js +16 -248
  914. package/es/components/Table/Table.js +5 -3
  915. package/es/components/Table/index.js +1 -1
  916. package/es/components/Tabs/TabItem.js +11 -10
  917. package/es/components/Tabs/Tabs.js +11 -10
  918. package/es/components/Tabs/TabsController.js +7 -5
  919. package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +25 -221
  920. package/es/components/Tabs/horizontal/HorizontalTabs.config.js +32 -257
  921. package/es/components/Tabs/index.js +1 -1
  922. package/es/components/Tabs/vertical/VerticalTabItem.config.js +19 -116
  923. package/es/components/Tabs/vertical/VerticalTabs.config.js +19 -89
  924. package/es/components/TextArea/TextArea.config.js +37 -358
  925. package/es/components/TextArea/TextArea.js +5 -3
  926. package/es/components/TextArea/index.js +1 -1
  927. package/es/components/TextField/TextField.config.js +35 -329
  928. package/es/components/TextField/TextField.js +4 -2
  929. package/es/components/TextField/index.js +1 -1
  930. package/es/components/Toast/Toast.config.js +30 -118
  931. package/es/components/Toast/Toast.js +4 -4
  932. package/es/components/Toast/index.js +1 -1
  933. package/es/components/ToastNew/ToastNew.config.js +16 -71
  934. package/es/components/ToastNew/ToastNew.js +3 -3
  935. package/es/components/ToastNew/index.js +1 -1
  936. package/es/components/Tokens/Colors/Colors.styles.js +43 -90
  937. package/es/components/Tokens/NumberTokens/NumberTokens.styles.js +18 -37
  938. package/es/components/Tokens/Typography/Typography.styles.js +68 -135
  939. package/es/components/Toolbar/Toolbar.config.js +13 -48
  940. package/es/components/Toolbar/Toolbar.js +6 -4
  941. package/es/components/Toolbar/index.js +1 -1
  942. package/es/components/Tooltip/Tooltip.config.js +14 -62
  943. package/es/components/Tooltip/Tooltip.js +2 -2
  944. package/es/components/Tooltip/index.js +1 -1
  945. package/es/components/Tree/Tree.config.js +13 -74
  946. package/es/components/Tree/Tree.js +2 -2
  947. package/es/components/Tree/index.js +1 -1
  948. package/es/components/Typography/Body.config.js +38 -131
  949. package/es/components/Typography/Dspl.config.js +24 -83
  950. package/es/components/Typography/Heading.config.js +38 -131
  951. package/es/components/Typography/Text.config.js +31 -107
  952. package/es/components/Typography/Typography.js +35 -35
  953. package/es/components/Typography/index.js +1 -1
  954. package/es/components/ViewContainer/ViewContainer.config.js +8 -36
  955. package/es/components/ViewContainer/ViewContainer.js +2 -2
  956. package/es/components/ViewContainer/index.js +1 -1
  957. package/es/index.js +2 -1
  958. package/es/mixins/index.js +1 -1
  959. package/es/tokens/index.js +1 -1
  960. package/index.d.ts +1 -0
  961. package/index.js +740 -81
  962. package/mixins/index.js +20 -61
  963. package/package.json +10 -10
  964. package/tokens/index.js +255 -126
  965. package/emotion/cjs/helpers/index.js +0 -25
  966. /package/emotion/{es/helpers/index.js → cjs/helpers/index.ts} +0 -0
  967. /package/{es/helpers/index.js → emotion/es/helpers/index.ts} +0 -0
@@ -1,362 +1,41 @@
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
- ": 100%;\n ",
15
- ": 7.187rem;\n ",
16
- ": 0.625rem;\n ",
17
- ": 0.75rem;\n ",
18
- ": 0.125rem;\n ",
19
- ": 0.625rem 0.625rem 0 0;\n ",
20
- ": 0.688rem;\n ",
21
- ": 0.875rem;\n ",
22
- ": 3.125rem;\n ",
23
- ": 2rem;\n ",
24
- ": 0.75rem;\n ",
25
- ": 0.875rem;\n ",
26
- ": 0.75rem;\n ",
27
- ": 0.25rem;\n ",
28
- ": 0.875rem;\n ",
29
- ": 0.75rem;\n ",
30
- ": 0.875rem;\n ",
31
- ": 0rem;\n ",
32
- ": 0.688rem;\n ",
33
- ": 0.75rem;\n ",
34
- ": 1.25rem;\n ",
35
- ": 0.25rem;\n ",
36
- ": 0.5rem;\n ",
37
- ": 0.25rem;\n ",
38
- ": var(--plasma-typo-body-s-font-size);\n ",
39
- ": var(--plasma-typo-body-s-font-family);\n ",
40
- ": var(--plasma-typo-body-s-font-size);\n ",
41
- ": var(--plasma-typo-body-s-font-style);\n ",
42
- ": var(--plasma-typo-body-s-font-weight);\n ",
43
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
44
- ": var(--plasma-typo-body-s-line-height);\n ",
45
- ": 0.375rem;\n ",
46
- ": 0.125rem;\n ",
47
- ": var(--plasma-typo-body-m-font-family);\n ",
48
- ": var(--plasma-typo-body-m-font-size);\n ",
49
- ": var(--plasma-typo-body-m-font-style);\n ",
50
- ": var(--plasma-typo-body-m-font-weight);\n ",
51
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
52
- ": var(--plasma-typo-body-m-line-height);\n ",
53
- ": var(--plasma-typo-body-s-font-family);\n ",
54
- ": var(--plasma-typo-body-s-font-size);\n ",
55
- ": var(--plasma-typo-body-s-font-style);\n ",
56
- ": var(--plasma-typo-body-s-font-weight);\n ",
57
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
58
- ": var(--plasma-typo-body-s-line-height);\n\n ",
59
- ": 0.375rem;\n ",
60
- ": 0.375rem;\n ",
61
- ": 0 0 0 0;\n /* stylelint-disable-next-line number-max-precision */\n ",
62
- ": 0.3125rem auto auto -0.6875rem;\n ",
63
- ": 0 0 auto auto;\n ",
64
- ": 0.25rem -0.625rem auto auto;\n ",
65
- ": 1.063rem auto auto -0.75rem;\n ",
66
- ": 1.063rem -0.75rem auto auto;\n ",
67
- ": 1.063rem -2.125rem auto auto;\n\n ",
68
- ": 0.375rem;\n ",
69
- ": 0.125rem;\n\n ",
70
- ": -0.688rem -0.5rem;\n ",
71
- ": 2.375rem;\n ",
72
- ": -0.751rem -2rem auto auto;\n ",
73
- ": 0.062rem -2.063rem auto auto;\n\n ",
74
- ": 0.25rem;\n ",
75
- ": var(--plasma-typo-body-xs-font-family);\n ",
76
- ": var(--plasma-typo-body-xs-font-size);\n ",
77
- ": var(--plasma-typo-body-xs-font-style);\n ",
78
- ": var(--plasma-typo-body-xs-font-weight);\n ",
79
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
80
- ": var(--plasma-typo-body-xs-line-height);\n "
81
- ]);
82
- _templateObject = function _templateObject() {
83
- return data;
84
- };
85
- return data;
86
- }
87
- function _templateObject1() {
88
- var data = _tagged_template_literal([
89
- "\n ",
90
- ": var(--outline-solid-primary);\n ",
91
- ": var(--outline-solid-primary-hover);\n ",
92
- ": var(--outline-accent);\n ",
93
- ": var(--surface-solid-card);\n ",
94
- ": var(--surface-solid-card-hover);\n ",
95
- ": var(--surface-solid-card-active);\n ",
96
- ": var(--surface-solid-card);\n ",
97
- ": var(--text-primary);\n ",
98
- ": var(--text-primary);\n ",
99
- ": var(--text-primary);\n ",
100
- ": var(--text-accent);\n ",
101
- ": var(--text-secondary);\n ",
102
- ": var(--text-secondary);\n ",
103
- ": var(--text-secondary);\n ",
104
- ": var(--text-tertiary);\n ",
105
- ": var(--text-secondary);\n ",
106
- ": var(--text-secondary);\n ",
107
- ": var(--text-negative);\n ",
108
- ": var(--text-secondary);\n ",
109
- ": var(--text-accent);\n\n ",
110
- ": var(--surface-solid-default);\n ",
111
- ": var(--surface-solid-default-hover);\n ",
112
- ": var(--surface-solid-default-active);\n ",
113
- ": var(--surface-solid-primary);\n ",
114
- ": var(--surface-solid-primary-active);\n ",
115
- ": var(--surface-solid-primary-hover);\n\n ",
116
- ": var(--outline-solid-primary);\n ",
117
- ": var(--text-secondary);\n ",
118
- ": var(--surface-accent);\n ",
119
- ": var(--text-secondary);\n ",
120
- ": var(--text-secondary);\n "
121
- ]);
122
- _templateObject1 = function _templateObject() {
123
- return data;
124
- };
125
- return data;
126
- }
127
- function _templateObject2() {
128
- var data = _tagged_template_literal([
129
- "\n ",
130
- ": var(--outline-solid-primary);\n ",
131
- ": var(--outline-solid-primary-hover);\n ",
132
- ": var(--outline-accent);\n ",
133
- ": var(--surface-solid-card);\n ",
134
- ": var(--surface-solid-card-hover);\n ",
135
- ": var(--surface-solid-card-active);\n ",
136
- ": var(--surface-solid-card);\n ",
137
- ": var(--text-primary);\n ",
138
- ": var(--text-primary);\n ",
139
- ": var(--text-primary);\n ",
140
- ": var(--text-accent);\n ",
141
- ": var(--text-secondary);\n ",
142
- ": var(--text-secondary);\n ",
143
- ": var(--text-secondary);\n ",
144
- ": var(--text-tertiary);\n ",
145
- ": var(--text-secondary);\n ",
146
- ": var(--text-secondary);\n ",
147
- ": var(--text-negative);\n ",
148
- ": var(--text-secondary);\n ",
149
- ": var(--text-accent);\n\n ",
150
- ": var(--surface-solid-default);\n ",
151
- ": var(--surface-solid-default-hover);\n ",
152
- ": var(--surface-solid-default-active);\n ",
153
- ": var(--surface-solid-primary);\n ",
154
- ": var(--surface-solid-primary-active);\n ",
155
- ": var(--surface-solid-primary-hover);\n\n ",
156
- ": var(--outline-solid-primary);\n ",
157
- ": var(--text-secondary);\n ",
158
- ": var(--surface-accent);\n ",
159
- ": var(--text-secondary);\n ",
160
- ": var(--text-secondary);\n "
161
- ]);
162
- _templateObject2 = function _templateObject() {
163
- return data;
164
- };
165
- return data;
166
- }
167
- function _templateObject3() {
168
- var data = _tagged_template_literal([
169
- "\n ",
170
- ": var(--text-negative);\n ",
171
- ": var(--text-negative-hover);\n ",
172
- ": var(--outline-accent);\n ",
173
- ": var(--surface-solid-card);\n ",
174
- ": var(--surface-solid-card-hover);\n ",
175
- ": var(--surface-solid-card-active);\n ",
176
- ": var(--surface-solid-card);\n ",
177
- ": var(--text-primary);\n ",
178
- ": var(--text-negative);\n ",
179
- ": var(--text-primary);\n ",
180
- ": var(--text-negative);\n ",
181
- ": var(--text-secondary);\n ",
182
- ": var(--text-secondary);\n ",
183
- ": var--text-negative);\n ",
184
- ": var(--text-negative);\n ",
185
- ": var(--text-negative);\n ",
186
- ": var(--text-secondary);\n ",
187
- ": var(--text-negative);\n ",
188
- ": var(--text-secondary);\n ",
189
- ": var(--text-accent);\n\n ",
190
- ": var(--surface-solid-default);\n ",
191
- ": var(--surface-solid-default-hover);\n ",
192
- ": var(--surface-solid-default-active);\n ",
193
- ": var(--surface-solid-primary);\n ",
194
- ": var(--surface-solid-primary-active);\n ",
195
- ": var(--surface-solid-primary-hover);\n\n ",
196
- ": var(--outline-negative);\n ",
197
- ": var(--outline-negative-hover);\n ",
198
- ": var(--outline-negative-focus);\n ",
199
- ": var(--text-secondary);\n ",
200
- ": var(--text-secondary);\n "
201
- ]);
202
- _templateObject3 = function _templateObject() {
203
- return data;
204
- };
205
- return data;
206
- }
207
- function _templateObject4() {
208
- var data = _tagged_template_literal([
209
- "\n ",
210
- ": var(--surface-solid-card-brightness);\n ",
211
- ": 0px 4px 12px 0px rgba(0, 0, 0, 0.16), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);\n ",
212
- ": var(--text-primary);\n ",
213
- ": var(--surface-solid-card-brightness);\n "
214
- ]);
215
- _templateObject4 = function _templateObject() {
216
- return data;
217
- };
218
- return data;
219
- }
220
- function _templateObject5() {
221
- var data = _tagged_template_literal([
222
- "\n /* stylelint-disable-next-line number-max-precision */\n ",
223
- ": 0.6875rem;\n ",
224
- ": 0.875rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
225
- ": 0.6875rem;\n ",
226
- ": 0.875rem;\n\n ",
227
- ": 2.5rem;\n ",
228
- ": 0.625rem;\n\n ",
229
- ": var(--plasma-typo-body-s-font-family);\n ",
230
- ": var(--plasma-typo-body-s-font-size);\n ",
231
- ": var(--plasma-typo-body-s-font-style);\n ",
232
- ": var(--plasma-typo-body-s-font-weight);\n ",
233
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
234
- ": var(--plasma-typo-body-s-line-height);\n\n ",
235
- ": 0.375rem;\n\n ",
236
- ": 1.25rem;\n ",
237
- ": 1.25rem;\n /* stylelint-disable-next-line */\n ",
238
- ': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");\n ',
239
- ": 0.5rem;\n ",
240
- ": 0.625rem;\n "
241
- ]);
242
- _templateObject5 = function _templateObject() {
243
- return data;
244
- };
245
- return data;
246
- }
247
- function _templateObject6() {
248
- var data = _tagged_template_literal([
249
- "\n ",
250
- ": 0.5rem;\n ",
251
- ": 0.75rem;\n ",
252
- ": 0.5rem;\n ",
253
- ": 0.75rem;\n\n ",
254
- ": 2rem;\n ",
255
- ": 0.5rem;\n\n ",
256
- ": var(--plasma-typo-body-xs-font-family);\n ",
257
- ": var(--plasma-typo-body-xs-font-size);\n ",
258
- ": var(--plasma-typo-body-xs-font-style);\n ",
259
- ": var(--plasma-typo-body-xs-font-weight);\n ",
260
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
261
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
262
- ": 0.25rem;\n\n ",
263
- ": 1rem;\n ",
264
- ": 1rem;\n /* stylelint-disable-next-line */\n ",
265
- ': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");\n ',
266
- ": 0.375rem;\n /* stylelint-disable-next-line number-max-precision */\n ",
267
- ": 0.5625rem;\n "
268
- ]);
269
- _templateObject6 = function _templateObject() {
270
- return data;
271
- };
272
- return data;
273
- }
274
- function _templateObject7() {
275
- var data = _tagged_template_literal([
276
- "\n ",
277
- ": transparent;\n ",
278
- ": transparent;\n ",
279
- ": transparent;\n ",
280
- ": transparent;\n ",
281
- ": transparent;\n ",
282
- ": transparent;\n "
283
- ]);
284
- _templateObject7 = function _templateObject() {
285
- return data;
286
- };
287
- return data;
288
- }
289
- function _templateObject8() {
290
- var data = _tagged_template_literal([
291
- "\n ",
292
- ": 1;\n ",
293
- ": var(--surface-solid-primary);\n ",
294
- ": var(--surface-solid-primary);\n ",
295
- ": var(--surface-solid-primary);\n ",
296
- ": var(--surface-solid-primary);\n ",
297
- ": var(--text-secondary);\n ",
298
- ": var(--text-secondary);\n ",
299
- ": var(--text-secondary);\n ",
300
- ": var(--text-primary);\n ",
301
- ": var(--text-secondary);\n "
302
- ]);
303
- _templateObject8 = function _templateObject() {
304
- return data;
305
- };
306
- return data;
307
- }
308
- function _templateObject9() {
309
- var data = _tagged_template_literal([
310
- "\n ",
311
- ": transparent;\n ",
312
- ": transparent;\n ",
313
- ": transparent;\n ",
314
- ": transparent;\n ",
315
- ": var(--text-primary);\n ",
316
- ": var(--text-primary);\n ",
317
- ": var(--text-secondary);\n ",
318
- ": var(--text-secondary);\n "
319
- ]);
320
- _templateObject9 = function _templateObject() {
321
- return data;
322
- };
323
- return data;
324
- }
1
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
2
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
325
3
  import { css, textAreaTokens } from '@salutejs/plasma-new-hope/emotion';
326
4
  export var config = {
327
- defaults: {
328
- view: 'default',
329
- focused: 'true',
330
- size: 's'
5
+ defaults: {
6
+ view: 'default',
7
+ focused: 'true',
8
+ size: 's'
9
+ },
10
+ variations: {
11
+ size: {
12
+ s: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n ", ": 7.187rem;\n ", ": 0.625rem;\n ", ": 0.75rem;\n ", ": 0.125rem;\n ", ": 0.625rem 0.625rem 0 0;\n ", ": 0.688rem;\n ", ": 0.875rem;\n ", ": 3.125rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.875rem;\n ", ": 0.75rem;\n ", ": 0.25rem;\n ", ": 0.875rem;\n ", ": 0.75rem;\n ", ": 0.875rem;\n ", ": 0rem;\n ", ": 0.688rem;\n ", ": 0.75rem;\n ", ": 1.25rem;\n ", ": 0.25rem;\n ", ": 0.5rem;\n ", ": 0.25rem;\n ", ": var(--plasma-typo-body-s-font-size);\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-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": 0.375rem;\n ", ": 0.125rem;\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-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\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-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 /* stylelint-disable-next-line number-max-precision */\n ", ": 0.3125rem auto auto -0.6875rem;\n ", ": 0 0 auto auto;\n ", ": 0.25rem -0.625rem auto auto;\n ", ": 1.063rem auto auto -0.75rem;\n ", ": 1.063rem -0.75rem auto auto;\n ", ": 1.063rem -2.125rem auto auto;\n\n ", ": 0.375rem;\n ", ": 0.125rem;\n\n ", ": -0.688rem -0.5rem;\n ", ": 2.375rem;\n ", ": -0.751rem -2rem auto auto;\n ", ": 0.062rem -2.063rem auto auto;\n\n ", ": 0.25rem;\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 "])), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelOuterFontSize, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight)
13
+ },
14
+ view: {
15
+ "default": /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--outline-solid-primary);\n ", ": var(--outline-solid-primary-hover);\n ", ": var(--outline-accent);\n ", ": var(--surface-solid-card);\n ", ": var(--surface-solid-card-hover);\n ", ": var(--surface-solid-card-active);\n ", ": var(--surface-solid-card);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-tertiary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-negative);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--surface-solid-default-active);\n ", ": var(--surface-solid-primary);\n ", ": var(--surface-solid-primary-active);\n ", ": var(--surface-solid-primary-hover);\n\n ", ": var(--outline-solid-primary);\n ", ": var(--text-secondary);\n ", ": var(--surface-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n "])), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
16
+ /**
17
+ * @deprecated
18
+ * использовать `default`
19
+ */
20
+ primary: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--outline-solid-primary);\n ", ": var(--outline-solid-primary-hover);\n ", ": var(--outline-accent);\n ", ": var(--surface-solid-card);\n ", ": var(--surface-solid-card-hover);\n ", ": var(--surface-solid-card-active);\n ", ": var(--surface-solid-card);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-tertiary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-negative);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--surface-solid-default-active);\n ", ": var(--surface-solid-primary);\n ", ": var(--surface-solid-primary-active);\n ", ": var(--surface-solid-primary-hover);\n\n ", ": var(--outline-solid-primary);\n ", ": var(--text-secondary);\n ", ": var(--surface-accent);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n "])), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
21
+ negative: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-negative);\n ", ": var(--text-negative-hover);\n ", ": var(--outline-accent);\n ", ": var(--surface-solid-card);\n ", ": var(--surface-solid-card-hover);\n ", ": var(--surface-solid-card-active);\n ", ": var(--surface-solid-card);\n ", ": var(--text-primary);\n ", ": var(--text-negative);\n ", ": var(--text-primary);\n ", ": var(--text-negative);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var--text-negative);\n ", ": var(--text-negative);\n ", ": var(--text-negative);\n ", ": var(--text-secondary);\n ", ": var(--text-negative);\n ", ": var(--text-secondary);\n ", ": var(--text-accent);\n\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--surface-solid-default-active);\n ", ": var(--surface-solid-primary);\n ", ": var(--surface-solid-primary-active);\n ", ": var(--surface-solid-primary-hover);\n\n ", ": var(--outline-negative);\n ", ": var(--outline-negative-hover);\n ", ": var(--outline-negative-focus);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n "])), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor)
22
+ },
23
+ hintView: {
24
+ // TODO: заменить тень на токен https://github.com/salute-developers/plasma/issues/1131
25
+ "default": /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-solid-card-brightness);\n ", ": 0px 4px 12px 0px rgba(0, 0, 0, 0.16), 0px 1px 4px 0px rgba(0, 0, 0, 0.08);\n ", ": var(--text-primary);\n ", ": var(--surface-solid-card-brightness);\n "])), textAreaTokens.tooltipBackgroundColor, textAreaTokens.tooltipBoxShadow, textAreaTokens.tooltipColor, textAreaTokens.tooltipArrowBackground)
26
+ },
27
+ hintSize: {
28
+ m: /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n /* stylelint-disable-next-line number-max-precision */\n ", ": 0.6875rem;\n ", ": 0.875rem;\n /* stylelint-disable-next-line number-max-precision */\n ", ": 0.6875rem;\n ", ": 0.875rem;\n\n ", ": 2.5rem;\n ", ": 0.625rem;\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-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 0.375rem;\n\n ", ": 1.25rem;\n ", ": 1.25rem;\n /* stylelint-disable-next-line */\n ", ": url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==\");\n ", ": 0.5rem;\n ", ": 0.625rem;\n "])), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin),
29
+ s: /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.5rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": 0.75rem;\n\n ", ": 2rem;\n ", ": 0.5rem;\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 ", ": 0.25rem;\n\n ", ": 1rem;\n ", ": 1rem;\n /* stylelint-disable-next-line */\n ", ": url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+\");\n ", ": 0.375rem;\n /* stylelint-disable-next-line number-max-precision */\n ", ": 0.5625rem;\n "])), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin)
30
+ },
31
+ clear: {
32
+ "true": /*#__PURE__*/css(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": transparent;\n ", ": transparent;\n ", ": transparent;\n ", ": transparent;\n ", ": transparent;\n ", ": transparent;\n "])), textAreaTokens.backgroundColor, textAreaTokens.backgroundColorFocus, textAreaTokens.backgroundColorHover, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus)
33
+ },
34
+ disabled: {
35
+ "true": /*#__PURE__*/css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1;\n ", ": var(--surface-solid-primary);\n ", ": var(--surface-solid-primary);\n ", ": var(--surface-solid-primary);\n ", ": var(--surface-solid-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n "])), textAreaTokens.disabledOpacity, textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColorDisabled)
331
36
  },
332
- variations: {
333
- size: {
334
- s: css(_templateObject(), textAreaTokens.inputWidth, textAreaTokens.inputHeight, textAreaTokens.inputMinHeight, textAreaTokens.borderRadius, textAreaTokens.borderSize, textAreaTokens.borderRadiusWithHelpers, textAreaTokens.inputPaddingTop, textAreaTokens.inputPaddingRight, textAreaTokens.inputPaddingRightWithRightContent, textAreaTokens.clearInputPaddingRightWithRightContent, textAreaTokens.inputPaddingBottom, textAreaTokens.inputPaddingLeft, textAreaTokens.helpersPaddingTop, textAreaTokens.clearHelpersPaddingTop, textAreaTokens.helpersPaddingRight, textAreaTokens.helpersPaddingBottom, textAreaTokens.helpersPaddingLeft, textAreaTokens.helpersOffset, textAreaTokens.rightContentTop, textAreaTokens.rightContentRight, textAreaTokens.rightContentHeight, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelMarginBottom, textAreaTokens.clearLabelMarginBottom, textAreaTokens.labelOuterFontSize, textAreaTokens.labelInnerFontFamily, textAreaTokens.labelInnerFontSize, textAreaTokens.labelInnerFontStyle, textAreaTokens.labelInnerFontWeight, textAreaTokens.labelInnerLetterSpacing, textAreaTokens.labelInnerLineHeight, textAreaTokens.labelInnerTop, textAreaTokens.labelInnerMarginBottom, textAreaTokens.inputFontFamily, textAreaTokens.inputFontSize, textAreaTokens.inputFontStyle, textAreaTokens.inputFontWeight, textAreaTokens.inputLetterSpacing, textAreaTokens.inputLineHeight, textAreaTokens.helpersFontFamily, textAreaTokens.helpersFontSize, textAreaTokens.helpersFontStyle, textAreaTokens.helpersFontWeight, textAreaTokens.helpersLetterSpacing, textAreaTokens.helpersLineHeight, textAreaTokens.indicatorSizeInner, textAreaTokens.indicatorSizeOuter, textAreaTokens.indicatorLabelPlacementInner, textAreaTokens.indicatorLabelPlacementOuter, textAreaTokens.indicatorLabelPlacementInnerRight, textAreaTokens.indicatorLabelPlacementOuterRight, textAreaTokens.clearIndicatorLabelPlacementInner, textAreaTokens.clearIndicatorLabelPlacementInnerRight, textAreaTokens.clearIndicatorHintInnerRight, textAreaTokens.scrollbarWidth, textAreaTokens.scrollbarBorderWidth, textAreaTokens.hintMargin, textAreaTokens.hintTargetSize, textAreaTokens.hintInnerLabelPlacementOffset, textAreaTokens.clearHintInnerLabelPlacementOffset, textAreaTokens.titleCaptionInnerLabelOffset, textAreaTokens.titleCaptionFontFamily, textAreaTokens.titleCaptionFontSize, textAreaTokens.titleCaptionFontStyle, textAreaTokens.titleCaptionFontWeight, textAreaTokens.titleCaptionLetterSpacing, textAreaTokens.titleCaptionLineHeight)
335
- },
336
- view: {
337
- default: css(_templateObject1(), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
338
- /**
339
- * @deprecated
340
- * использовать `default`
341
- */ primary: css(_templateObject2(), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor),
342
- negative: css(_templateObject3(), textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.backgroundColor, textAreaTokens.backgroundColorHover, textAreaTokens.backgroundColorActive, textAreaTokens.backgroundColorFocus, textAreaTokens.inputColor, textAreaTokens.clearInputColor, textAreaTokens.inputColorFocus, textAreaTokens.inputCaretColor, textAreaTokens.placeholderColor, textAreaTokens.placeholderColorFocus, textAreaTokens.clearPlaceholderColor, textAreaTokens.clearPlaceholderColorFocus, textAreaTokens.leftHelperColor, textAreaTokens.rightHelperColor, textAreaTokens.indicatorColor, textAreaTokens.optionalColor, textAreaTokens.rightContentColor, textAreaTokens.scrollbarThumbBackgroundColor, textAreaTokens.scrollbarThumbBackgroundColorHover, textAreaTokens.scrollbarThumbBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColor, textAreaTokens.scrollbarTrackBackgroundColorActive, textAreaTokens.scrollbarTrackBackgroundColorHover, textAreaTokens.dividerColor, textAreaTokens.dividerColorHover, textAreaTokens.dividerColorFocus, textAreaTokens.titleCaptionColor, textAreaTokens.hintIconColor)
343
- },
344
- hintView: {
345
- // TODO: заменить тень на токен https://github.com/salute-developers/plasma/issues/1131
346
- default: css(_templateObject4(), textAreaTokens.tooltipBackgroundColor, textAreaTokens.tooltipBoxShadow, textAreaTokens.tooltipColor, textAreaTokens.tooltipArrowBackground)
347
- },
348
- hintSize: {
349
- m: css(_templateObject5(), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin),
350
- s: css(_templateObject6(), textAreaTokens.tooltipPaddingTop, textAreaTokens.tooltipPaddingRight, textAreaTokens.tooltipPaddingBottom, textAreaTokens.tooltipPaddingLeft, textAreaTokens.tooltipMinHeight, textAreaTokens.tooltipBorderRadius, textAreaTokens.tooltipTextFontFamily, textAreaTokens.tooltipTextFontSize, textAreaTokens.tooltipTextFontStyle, textAreaTokens.tooltipTextFontWeight, textAreaTokens.tooltipTextFontLetterSpacing, textAreaTokens.tooltipTextFontLineHeight, textAreaTokens.tooltipContentLeftMargin, textAreaTokens.tooltipArrowMaskWidth, textAreaTokens.tooltipArrowMaskHeight, textAreaTokens.tooltipArrowMaskImage, textAreaTokens.tooltipArrowHeight, textAreaTokens.tooltipArrowEdgeMargin)
351
- },
352
- clear: {
353
- true: css(_templateObject7(), textAreaTokens.backgroundColor, textAreaTokens.backgroundColorFocus, textAreaTokens.backgroundColorHover, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus)
354
- },
355
- disabled: {
356
- true: css(_templateObject8(), textAreaTokens.disabledOpacity, textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor, textAreaTokens.inputColorDisabled)
357
- },
358
- readOnly: {
359
- true: css(_templateObject9(), textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor)
360
- }
37
+ readOnly: {
38
+ "true": /*#__PURE__*/css(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": transparent;\n ", ": transparent;\n ", ": transparent;\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n "])), textAreaTokens.backgroundColor, textAreaTokens.borderColor, textAreaTokens.borderColorHover, textAreaTokens.borderColorFocus, textAreaTokens.inputColor, textAreaTokens.inputColorFocus, textAreaTokens.placeholderColorFocus, textAreaTokens.labelOuterColor)
361
39
  }
362
- };
40
+ }
41
+ };
@@ -1,7 +1,9 @@
1
1
  import { textAreaConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/emotion';
2
2
  import { config } from './TextArea.config';
3
- var mergedConfig = mergeConfig(textAreaConfig, config);
4
- var TextAreaComponent = component(mergedConfig);
3
+ var mergedConfig = /*#__PURE__*/mergeConfig(textAreaConfig, config);
4
+ var TextAreaComponent = /*#__PURE__*/component(mergedConfig);
5
+
5
6
  /**
6
7
  * Поле ввода многострочного текста.
7
- */ export var TextArea = TextAreaComponent;
8
+ */
9
+ export var TextArea = TextAreaComponent;