@salutejs/plasma-new-hope 0.195.2-canary.1577.11938240958.0 → 0.195.2-canary.1580.11946918297.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (648) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +1 -2
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -2
  3. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -2
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -2
  5. package/cjs/components/DatePicker/RangeDate/RangeDate.css +1 -2
  6. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +1 -2
  7. package/cjs/components/DatePicker/SingleDate/SingleDate.css +1 -2
  8. package/cjs/components/Pagination/Pagination.css +1 -2
  9. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
  10. package/cjs/components/Range/Range.css +1 -2
  11. package/cjs/components/Select/Select.css +1 -2
  12. package/cjs/components/Select/ui/Inner/Inner.css +1 -2
  13. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +1 -2
  14. package/cjs/components/Select/ui/Target/Target.css +1 -2
  15. package/cjs/components/Select/ui/Target/Target.js +1 -2
  16. package/cjs/components/Select/ui/Target/Target.js.map +1 -1
  17. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
  18. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  19. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  20. package/cjs/components/Slider/Slider.css +1 -2
  21. package/cjs/components/Slider/components/Double/Double.css +1 -2
  22. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
  23. package/cjs/components/TextField/TextField.js +4 -7
  24. package/cjs/components/TextField/TextField.js.map +1 -1
  25. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  26. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  27. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  28. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
  29. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  30. package/cjs/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
  31. package/cjs/index.css +1 -2
  32. package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
  33. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  34. package/emotion/cjs/components/TextField/TextField.js +5 -8
  35. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  36. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
  37. package/emotion/cjs/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx +1 -1
  38. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +1 -1
  39. package/emotion/cjs/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  40. package/emotion/cjs/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -1
  41. package/emotion/cjs/examples/plasma_b2c/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  42. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  43. package/emotion/cjs/examples/plasma_b2c/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  44. package/emotion/cjs/examples/plasma_b2c/components/Button/Button.stories.tsx +1 -1
  45. package/emotion/cjs/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  46. package/emotion/cjs/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
  47. package/emotion/cjs/examples/plasma_b2c/components/Cell/Cell.stories.tsx +1 -1
  48. package/emotion/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +1 -1
  49. package/emotion/cjs/examples/plasma_b2c/components/Chip/Chip.stories.tsx +1 -1
  50. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  51. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  52. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  53. package/emotion/cjs/examples/plasma_b2c/components/Counter/Counter.stories.tsx +1 -1
  54. package/emotion/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  55. package/emotion/cjs/examples/plasma_b2c/components/Divider/Divider.stories.tsx +1 -1
  56. package/emotion/cjs/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
  57. package/emotion/cjs/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +1 -1
  58. package/emotion/cjs/examples/plasma_b2c/components/Editable/Editable.stories.tsx +1 -1
  59. package/emotion/cjs/examples/plasma_b2c/components/EmptyState/EmptyState.stories.tsx +1 -1
  60. package/emotion/cjs/examples/plasma_b2c/components/Grid/Grid.stories.tsx +1 -1
  61. package/emotion/cjs/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +1 -1
  62. package/emotion/cjs/examples/plasma_b2c/components/Image/Image.stories.tsx +1 -1
  63. package/emotion/cjs/examples/plasma_b2c/components/Indicator/Indicator.stories.tsx +1 -1
  64. package/emotion/cjs/examples/plasma_b2c/components/Link/Link.stories.tsx +1 -1
  65. package/emotion/cjs/examples/plasma_b2c/components/Mask/Mask.stories.tsx +1 -1
  66. package/emotion/cjs/examples/plasma_b2c/components/Modal/Modal.stories.tsx +1 -1
  67. package/emotion/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +1 -1
  68. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -1
  69. package/emotion/cjs/examples/plasma_b2c/components/Overlay/Overlay.stories.tsx +1 -1
  70. package/emotion/cjs/examples/plasma_b2c/components/Pagination/Pagination.stories.tsx +1 -1
  71. package/emotion/cjs/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
  72. package/emotion/cjs/examples/plasma_b2c/components/Popover/Popover.stories.tsx +1 -1
  73. package/emotion/cjs/examples/plasma_b2c/components/Popup/Popup.stories.tsx +1 -1
  74. package/emotion/cjs/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
  75. package/emotion/cjs/examples/plasma_b2c/components/Price/Price.stories.tsx +1 -1
  76. package/emotion/cjs/examples/plasma_b2c/components/Progress/Progress.stories.tsx +1 -1
  77. package/emotion/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +1 -1
  78. package/emotion/cjs/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  79. package/emotion/cjs/examples/plasma_b2c/components/Segment/Segment.stories.tsx +1 -1
  80. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +2 -9
  81. package/emotion/cjs/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
  82. package/emotion/cjs/examples/plasma_b2c/components/Skeleton/Skeleton.stories.tsx +1 -1
  83. package/emotion/cjs/examples/plasma_b2c/components/Slider/Slider.stories.tsx +1 -1
  84. package/emotion/cjs/examples/plasma_b2c/components/Spinner/Spinner.stories.tsx +1 -1
  85. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  86. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -1
  87. package/emotion/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +1 -1
  88. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
  89. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -11
  90. package/emotion/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  91. package/emotion/cjs/examples/plasma_b2c/components/Toast/Toast.stories.tsx +1 -1
  92. package/emotion/cjs/examples/plasma_b2c/components/Toolbar/Toolbar.stories.tsx +1 -1
  93. package/emotion/cjs/examples/plasma_b2c/components/Tooltip/Tooltip.stories.tsx +1 -1
  94. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  95. package/emotion/cjs/examples/plasma_web/components/Accordion/Accordion.stories.tsx +1 -1
  96. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +1 -1
  97. package/emotion/cjs/examples/plasma_web/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  98. package/emotion/cjs/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -1
  99. package/emotion/cjs/examples/plasma_web/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  100. package/emotion/cjs/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  101. package/emotion/cjs/examples/plasma_web/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  102. package/emotion/cjs/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  103. package/emotion/cjs/examples/plasma_web/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  104. package/emotion/cjs/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
  105. package/emotion/cjs/examples/plasma_web/components/Cell/Cell.stories.tsx +1 -1
  106. package/emotion/cjs/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +1 -1
  107. package/emotion/cjs/examples/plasma_web/components/Chip/Chip.stories.tsx +1 -1
  108. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  109. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +1 -1
  110. package/emotion/cjs/examples/plasma_web/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  111. package/emotion/cjs/examples/plasma_web/components/Counter/Counter.stories.tsx +1 -1
  112. package/emotion/cjs/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +1 -1
  113. package/emotion/cjs/examples/plasma_web/components/Divider/Divider.stories.tsx +1 -1
  114. package/emotion/cjs/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
  115. package/emotion/cjs/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +1 -1
  116. package/emotion/cjs/examples/plasma_web/components/Editable/Editable.stories.tsx +1 -1
  117. package/emotion/cjs/examples/plasma_web/components/EmptyState/EmptyState.stories.tsx +1 -1
  118. package/emotion/cjs/examples/plasma_web/components/Grid/Grid.stories.tsx +1 -1
  119. package/emotion/cjs/examples/plasma_web/components/IconButton/IconButton.stories.tsx +1 -1
  120. package/emotion/cjs/examples/plasma_web/components/Image/Image.stories.tsx +1 -1
  121. package/emotion/cjs/examples/plasma_web/components/Indicator/Indicator.stories.tsx +1 -1
  122. package/emotion/cjs/examples/plasma_web/components/Link/Link.stories.tsx +1 -1
  123. package/emotion/cjs/examples/plasma_web/components/Mask/Mask.stories.tsx +1 -1
  124. package/emotion/cjs/examples/plasma_web/components/Modal/Modal.stories.tsx +1 -1
  125. package/emotion/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +1 -1
  126. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -1
  127. package/emotion/cjs/examples/plasma_web/components/Overlay/Overlay.stories.tsx +1 -1
  128. package/emotion/cjs/examples/plasma_web/components/Pagination/Pagination.stories.tsx +1 -1
  129. package/emotion/cjs/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
  130. package/emotion/cjs/examples/plasma_web/components/Popover/Popover.stories.tsx +1 -1
  131. package/emotion/cjs/examples/plasma_web/components/Popup/Popup.stories.tsx +1 -1
  132. package/emotion/cjs/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
  133. package/emotion/cjs/examples/plasma_web/components/Price/Price.stories.tsx +1 -1
  134. package/emotion/cjs/examples/plasma_web/components/Progress/Progress.stories.tsx +1 -1
  135. package/emotion/cjs/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +1 -1
  136. package/emotion/cjs/examples/plasma_web/components/Range/Range.stories.tsx +1 -1
  137. package/emotion/cjs/examples/plasma_web/components/Segment/Segment.stories.tsx +1 -1
  138. package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +2 -9
  139. package/emotion/cjs/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
  140. package/emotion/cjs/examples/plasma_web/components/Skeleton/Skeleton.stories.tsx +1 -1
  141. package/emotion/cjs/examples/plasma_web/components/Slider/Slider.stories.tsx +1 -1
  142. package/emotion/cjs/examples/plasma_web/components/Spinner/Spinner.stories.tsx +1 -1
  143. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  144. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -1
  145. package/emotion/cjs/examples/plasma_web/components/Tabs/Tabs.stories.tsx +1 -1
  146. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
  147. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -11
  148. package/emotion/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  149. package/emotion/cjs/examples/plasma_web/components/Toast/Toast.stories.tsx +1 -1
  150. package/emotion/cjs/examples/plasma_web/components/Toolbar/Toolbar.stories.tsx +1 -1
  151. package/emotion/cjs/examples/plasma_web/components/Tooltip/Tooltip.stories.tsx +1 -1
  152. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  153. package/emotion/cjs/examples/typograpy/components/Body/Body.stories.tsx +1 -1
  154. package/emotion/cjs/examples/typograpy/components/Dspl/Dspl.stories.tsx +1 -1
  155. package/emotion/cjs/examples/typograpy/components/Heading/Heading.stories.tsx +1 -1
  156. package/emotion/cjs/examples/typograpy/components/Old/Body/Body.stories.tsx +1 -1
  157. package/emotion/cjs/examples/typograpy/components/Old/Button/Button.stories.tsx +1 -1
  158. package/emotion/cjs/examples/typograpy/components/Old/Caption/Caption.stories.tsx +1 -1
  159. package/emotion/cjs/examples/typograpy/components/Old/Display/Display.stories.tsx +1 -1
  160. package/emotion/cjs/examples/typograpy/components/Old/Footnote/Footnote.stories.tsx +1 -1
  161. package/emotion/cjs/examples/typograpy/components/Old/Headline/Headline.stories.tsx +1 -1
  162. package/emotion/cjs/examples/typograpy/components/Old/Paragraph/Paragraph.stories.tsx +1 -1
  163. package/emotion/cjs/examples/typograpy/components/Old/Subtitle/Subtitle.stories.tsx +1 -1
  164. package/emotion/cjs/examples/typograpy/components/Old/Underline/Underline.stories.tsx +1 -1
  165. package/emotion/cjs/examples/typograpy/components/Text/Text.stories.tsx +1 -1
  166. package/emotion/es/components/Select/ui/Target/Target.js +1 -2
  167. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  168. package/emotion/es/components/TextField/TextField.js +5 -8
  169. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  170. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
  171. package/emotion/es/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx +1 -1
  172. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +1 -1
  173. package/emotion/es/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  174. package/emotion/es/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -1
  175. package/emotion/es/examples/plasma_b2c/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  176. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  177. package/emotion/es/examples/plasma_b2c/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  178. package/emotion/es/examples/plasma_b2c/components/Button/Button.stories.tsx +1 -1
  179. package/emotion/es/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  180. package/emotion/es/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
  181. package/emotion/es/examples/plasma_b2c/components/Cell/Cell.stories.tsx +1 -1
  182. package/emotion/es/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +1 -1
  183. package/emotion/es/examples/plasma_b2c/components/Chip/Chip.stories.tsx +1 -1
  184. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  185. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  186. package/emotion/es/examples/plasma_b2c/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  187. package/emotion/es/examples/plasma_b2c/components/Counter/Counter.stories.tsx +1 -1
  188. package/emotion/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  189. package/emotion/es/examples/plasma_b2c/components/Divider/Divider.stories.tsx +1 -1
  190. package/emotion/es/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
  191. package/emotion/es/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +1 -1
  192. package/emotion/es/examples/plasma_b2c/components/Editable/Editable.stories.tsx +1 -1
  193. package/emotion/es/examples/plasma_b2c/components/EmptyState/EmptyState.stories.tsx +1 -1
  194. package/emotion/es/examples/plasma_b2c/components/Grid/Grid.stories.tsx +1 -1
  195. package/emotion/es/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +1 -1
  196. package/emotion/es/examples/plasma_b2c/components/Image/Image.stories.tsx +1 -1
  197. package/emotion/es/examples/plasma_b2c/components/Indicator/Indicator.stories.tsx +1 -1
  198. package/emotion/es/examples/plasma_b2c/components/Link/Link.stories.tsx +1 -1
  199. package/emotion/es/examples/plasma_b2c/components/Mask/Mask.stories.tsx +1 -1
  200. package/emotion/es/examples/plasma_b2c/components/Modal/Modal.stories.tsx +1 -1
  201. package/emotion/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +1 -1
  202. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -1
  203. package/emotion/es/examples/plasma_b2c/components/Overlay/Overlay.stories.tsx +1 -1
  204. package/emotion/es/examples/plasma_b2c/components/Pagination/Pagination.stories.tsx +1 -1
  205. package/emotion/es/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
  206. package/emotion/es/examples/plasma_b2c/components/Popover/Popover.stories.tsx +1 -1
  207. package/emotion/es/examples/plasma_b2c/components/Popup/Popup.stories.tsx +1 -1
  208. package/emotion/es/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
  209. package/emotion/es/examples/plasma_b2c/components/Price/Price.stories.tsx +1 -1
  210. package/emotion/es/examples/plasma_b2c/components/Progress/Progress.stories.tsx +1 -1
  211. package/emotion/es/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +1 -1
  212. package/emotion/es/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  213. package/emotion/es/examples/plasma_b2c/components/Segment/Segment.stories.tsx +1 -1
  214. package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +2 -9
  215. package/emotion/es/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
  216. package/emotion/es/examples/plasma_b2c/components/Skeleton/Skeleton.stories.tsx +1 -1
  217. package/emotion/es/examples/plasma_b2c/components/Slider/Slider.stories.tsx +1 -1
  218. package/emotion/es/examples/plasma_b2c/components/Spinner/Spinner.stories.tsx +1 -1
  219. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  220. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -1
  221. package/emotion/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +1 -1
  222. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
  223. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -11
  224. package/emotion/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  225. package/emotion/es/examples/plasma_b2c/components/Toast/Toast.stories.tsx +1 -1
  226. package/emotion/es/examples/plasma_b2c/components/Toolbar/Toolbar.stories.tsx +1 -1
  227. package/emotion/es/examples/plasma_b2c/components/Tooltip/Tooltip.stories.tsx +1 -1
  228. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  229. package/emotion/es/examples/plasma_web/components/Accordion/Accordion.stories.tsx +1 -1
  230. package/emotion/es/examples/plasma_web/components/Attach/Attach.stories.tsx +1 -1
  231. package/emotion/es/examples/plasma_web/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  232. package/emotion/es/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -1
  233. package/emotion/es/examples/plasma_web/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  234. package/emotion/es/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  235. package/emotion/es/examples/plasma_web/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  236. package/emotion/es/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  237. package/emotion/es/examples/plasma_web/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  238. package/emotion/es/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
  239. package/emotion/es/examples/plasma_web/components/Cell/Cell.stories.tsx +1 -1
  240. package/emotion/es/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +1 -1
  241. package/emotion/es/examples/plasma_web/components/Chip/Chip.stories.tsx +1 -1
  242. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  243. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +1 -1
  244. package/emotion/es/examples/plasma_web/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  245. package/emotion/es/examples/plasma_web/components/Counter/Counter.stories.tsx +1 -1
  246. package/emotion/es/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +1 -1
  247. package/emotion/es/examples/plasma_web/components/Divider/Divider.stories.tsx +1 -1
  248. package/emotion/es/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
  249. package/emotion/es/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +1 -1
  250. package/emotion/es/examples/plasma_web/components/Editable/Editable.stories.tsx +1 -1
  251. package/emotion/es/examples/plasma_web/components/EmptyState/EmptyState.stories.tsx +1 -1
  252. package/emotion/es/examples/plasma_web/components/Grid/Grid.stories.tsx +1 -1
  253. package/emotion/es/examples/plasma_web/components/IconButton/IconButton.stories.tsx +1 -1
  254. package/emotion/es/examples/plasma_web/components/Image/Image.stories.tsx +1 -1
  255. package/emotion/es/examples/plasma_web/components/Indicator/Indicator.stories.tsx +1 -1
  256. package/emotion/es/examples/plasma_web/components/Link/Link.stories.tsx +1 -1
  257. package/emotion/es/examples/plasma_web/components/Mask/Mask.stories.tsx +1 -1
  258. package/emotion/es/examples/plasma_web/components/Modal/Modal.stories.tsx +1 -1
  259. package/emotion/es/examples/plasma_web/components/Notification/Notification.stories.tsx +1 -1
  260. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -1
  261. package/emotion/es/examples/plasma_web/components/Overlay/Overlay.stories.tsx +1 -1
  262. package/emotion/es/examples/plasma_web/components/Pagination/Pagination.stories.tsx +1 -1
  263. package/emotion/es/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
  264. package/emotion/es/examples/plasma_web/components/Popover/Popover.stories.tsx +1 -1
  265. package/emotion/es/examples/plasma_web/components/Popup/Popup.stories.tsx +1 -1
  266. package/emotion/es/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
  267. package/emotion/es/examples/plasma_web/components/Price/Price.stories.tsx +1 -1
  268. package/emotion/es/examples/plasma_web/components/Progress/Progress.stories.tsx +1 -1
  269. package/emotion/es/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +1 -1
  270. package/emotion/es/examples/plasma_web/components/Range/Range.stories.tsx +1 -1
  271. package/emotion/es/examples/plasma_web/components/Segment/Segment.stories.tsx +1 -1
  272. package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +2 -9
  273. package/emotion/es/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
  274. package/emotion/es/examples/plasma_web/components/Skeleton/Skeleton.stories.tsx +1 -1
  275. package/emotion/es/examples/plasma_web/components/Slider/Slider.stories.tsx +1 -1
  276. package/emotion/es/examples/plasma_web/components/Spinner/Spinner.stories.tsx +1 -1
  277. package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  278. package/emotion/es/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -1
  279. package/emotion/es/examples/plasma_web/components/Tabs/Tabs.stories.tsx +1 -1
  280. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
  281. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -11
  282. package/emotion/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  283. package/emotion/es/examples/plasma_web/components/Toast/Toast.stories.tsx +1 -1
  284. package/emotion/es/examples/plasma_web/components/Toolbar/Toolbar.stories.tsx +1 -1
  285. package/emotion/es/examples/plasma_web/components/Tooltip/Tooltip.stories.tsx +1 -1
  286. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  287. package/emotion/es/examples/typograpy/components/Body/Body.stories.tsx +1 -1
  288. package/emotion/es/examples/typograpy/components/Dspl/Dspl.stories.tsx +1 -1
  289. package/emotion/es/examples/typograpy/components/Heading/Heading.stories.tsx +1 -1
  290. package/emotion/es/examples/typograpy/components/Old/Body/Body.stories.tsx +1 -1
  291. package/emotion/es/examples/typograpy/components/Old/Button/Button.stories.tsx +1 -1
  292. package/emotion/es/examples/typograpy/components/Old/Caption/Caption.stories.tsx +1 -1
  293. package/emotion/es/examples/typograpy/components/Old/Display/Display.stories.tsx +1 -1
  294. package/emotion/es/examples/typograpy/components/Old/Footnote/Footnote.stories.tsx +1 -1
  295. package/emotion/es/examples/typograpy/components/Old/Headline/Headline.stories.tsx +1 -1
  296. package/emotion/es/examples/typograpy/components/Old/Paragraph/Paragraph.stories.tsx +1 -1
  297. package/emotion/es/examples/typograpy/components/Old/Subtitle/Subtitle.stories.tsx +1 -1
  298. package/emotion/es/examples/typograpy/components/Old/Underline/Underline.stories.tsx +1 -1
  299. package/emotion/es/examples/typograpy/components/Text/Text.stories.tsx +1 -1
  300. package/es/components/Autocomplete/Autocomplete.css +1 -2
  301. package/es/components/Combobox/ComboboxNew/Combobox.css +1 -2
  302. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -2
  303. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -2
  304. package/es/components/DatePicker/RangeDate/RangeDate.css +1 -2
  305. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +1 -2
  306. package/es/components/DatePicker/SingleDate/SingleDate.css +1 -2
  307. package/es/components/Pagination/Pagination.css +1 -2
  308. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
  309. package/es/components/Range/Range.css +1 -2
  310. package/es/components/Select/Select.css +1 -2
  311. package/es/components/Select/ui/Inner/Inner.css +1 -2
  312. package/es/components/Select/ui/Inner/ui/Item/Item.css +1 -2
  313. package/es/components/Select/ui/Target/Target.css +1 -2
  314. package/es/components/Select/ui/Target/Target.js +1 -2
  315. package/es/components/Select/ui/Target/Target.js.map +1 -1
  316. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
  317. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  318. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  319. package/es/components/Slider/Slider.css +1 -2
  320. package/es/components/Slider/components/Double/Double.css +1 -2
  321. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
  322. package/es/components/TextField/TextField.js +4 -7
  323. package/es/components/TextField/TextField.js.map +1 -1
  324. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  325. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  326. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  327. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
  328. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  329. package/es/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
  330. package/es/index.css +1 -2
  331. package/package.json +2 -2
  332. package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
  333. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  334. package/styled-components/cjs/components/TextField/TextField.js +4 -7
  335. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  336. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
  337. package/styled-components/cjs/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx +1 -1
  338. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +1 -1
  339. package/styled-components/cjs/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  340. package/styled-components/cjs/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -1
  341. package/styled-components/cjs/examples/plasma_b2c/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  342. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  343. package/styled-components/cjs/examples/plasma_b2c/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  344. package/styled-components/cjs/examples/plasma_b2c/components/Button/Button.stories.tsx +1 -1
  345. package/styled-components/cjs/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  346. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
  347. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.stories.tsx +1 -1
  348. package/styled-components/cjs/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +1 -1
  349. package/styled-components/cjs/examples/plasma_b2c/components/Chip/Chip.stories.tsx +1 -1
  350. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  351. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  352. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  353. package/styled-components/cjs/examples/plasma_b2c/components/Counter/Counter.stories.tsx +1 -1
  354. package/styled-components/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  355. package/styled-components/cjs/examples/plasma_b2c/components/Divider/Divider.stories.tsx +1 -1
  356. package/styled-components/cjs/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
  357. package/styled-components/cjs/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +1 -1
  358. package/styled-components/cjs/examples/plasma_b2c/components/Editable/Editable.stories.tsx +1 -1
  359. package/styled-components/cjs/examples/plasma_b2c/components/EmptyState/EmptyState.stories.tsx +1 -1
  360. package/styled-components/cjs/examples/plasma_b2c/components/Grid/Grid.stories.tsx +1 -1
  361. package/styled-components/cjs/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +1 -1
  362. package/styled-components/cjs/examples/plasma_b2c/components/Image/Image.stories.tsx +1 -1
  363. package/styled-components/cjs/examples/plasma_b2c/components/Indicator/Indicator.stories.tsx +1 -1
  364. package/styled-components/cjs/examples/plasma_b2c/components/Link/Link.stories.tsx +1 -1
  365. package/styled-components/cjs/examples/plasma_b2c/components/Mask/Mask.stories.tsx +1 -1
  366. package/styled-components/cjs/examples/plasma_b2c/components/Modal/Modal.stories.tsx +1 -1
  367. package/styled-components/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +1 -1
  368. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -1
  369. package/styled-components/cjs/examples/plasma_b2c/components/Overlay/Overlay.stories.tsx +1 -1
  370. package/styled-components/cjs/examples/plasma_b2c/components/Pagination/Pagination.stories.tsx +1 -1
  371. package/styled-components/cjs/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
  372. package/styled-components/cjs/examples/plasma_b2c/components/Popover/Popover.stories.tsx +1 -1
  373. package/styled-components/cjs/examples/plasma_b2c/components/Popup/Popup.stories.tsx +1 -1
  374. package/styled-components/cjs/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
  375. package/styled-components/cjs/examples/plasma_b2c/components/Price/Price.stories.tsx +1 -1
  376. package/styled-components/cjs/examples/plasma_b2c/components/Progress/Progress.stories.tsx +1 -1
  377. package/styled-components/cjs/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +1 -1
  378. package/styled-components/cjs/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  379. package/styled-components/cjs/examples/plasma_b2c/components/Segment/Segment.stories.tsx +1 -1
  380. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +2 -9
  381. package/styled-components/cjs/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
  382. package/styled-components/cjs/examples/plasma_b2c/components/Skeleton/Skeleton.stories.tsx +1 -1
  383. package/styled-components/cjs/examples/plasma_b2c/components/Slider/Slider.stories.tsx +1 -1
  384. package/styled-components/cjs/examples/plasma_b2c/components/Spinner/Spinner.stories.tsx +1 -1
  385. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  386. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -1
  387. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +1 -1
  388. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
  389. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -11
  390. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  391. package/styled-components/cjs/examples/plasma_b2c/components/Toast/Toast.stories.tsx +1 -1
  392. package/styled-components/cjs/examples/plasma_b2c/components/Toolbar/Toolbar.stories.tsx +1 -1
  393. package/styled-components/cjs/examples/plasma_b2c/components/Tooltip/Tooltip.stories.tsx +1 -1
  394. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  395. package/styled-components/cjs/examples/plasma_web/components/Accordion/Accordion.stories.tsx +1 -1
  396. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +1 -1
  397. package/styled-components/cjs/examples/plasma_web/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  398. package/styled-components/cjs/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -1
  399. package/styled-components/cjs/examples/plasma_web/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  400. package/styled-components/cjs/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  401. package/styled-components/cjs/examples/plasma_web/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  402. package/styled-components/cjs/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  403. package/styled-components/cjs/examples/plasma_web/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  404. package/styled-components/cjs/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
  405. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.stories.tsx +1 -1
  406. package/styled-components/cjs/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +1 -1
  407. package/styled-components/cjs/examples/plasma_web/components/Chip/Chip.stories.tsx +1 -1
  408. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  409. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +1 -1
  410. package/styled-components/cjs/examples/plasma_web/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  411. package/styled-components/cjs/examples/plasma_web/components/Counter/Counter.stories.tsx +1 -1
  412. package/styled-components/cjs/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +1 -1
  413. package/styled-components/cjs/examples/plasma_web/components/Divider/Divider.stories.tsx +1 -1
  414. package/styled-components/cjs/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
  415. package/styled-components/cjs/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +1 -1
  416. package/styled-components/cjs/examples/plasma_web/components/Editable/Editable.stories.tsx +1 -1
  417. package/styled-components/cjs/examples/plasma_web/components/EmptyState/EmptyState.stories.tsx +1 -1
  418. package/styled-components/cjs/examples/plasma_web/components/Grid/Grid.stories.tsx +1 -1
  419. package/styled-components/cjs/examples/plasma_web/components/IconButton/IconButton.stories.tsx +1 -1
  420. package/styled-components/cjs/examples/plasma_web/components/Image/Image.stories.tsx +1 -1
  421. package/styled-components/cjs/examples/plasma_web/components/Indicator/Indicator.stories.tsx +1 -1
  422. package/styled-components/cjs/examples/plasma_web/components/Link/Link.stories.tsx +1 -1
  423. package/styled-components/cjs/examples/plasma_web/components/Mask/Mask.stories.tsx +1 -1
  424. package/styled-components/cjs/examples/plasma_web/components/Modal/Modal.stories.tsx +1 -1
  425. package/styled-components/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +1 -1
  426. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -1
  427. package/styled-components/cjs/examples/plasma_web/components/Overlay/Overlay.stories.tsx +1 -1
  428. package/styled-components/cjs/examples/plasma_web/components/Pagination/Pagination.stories.tsx +1 -1
  429. package/styled-components/cjs/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
  430. package/styled-components/cjs/examples/plasma_web/components/Popover/Popover.stories.tsx +1 -1
  431. package/styled-components/cjs/examples/plasma_web/components/Popup/Popup.stories.tsx +1 -1
  432. package/styled-components/cjs/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
  433. package/styled-components/cjs/examples/plasma_web/components/Price/Price.stories.tsx +1 -1
  434. package/styled-components/cjs/examples/plasma_web/components/Progress/Progress.stories.tsx +1 -1
  435. package/styled-components/cjs/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +1 -1
  436. package/styled-components/cjs/examples/plasma_web/components/Range/Range.stories.tsx +1 -1
  437. package/styled-components/cjs/examples/plasma_web/components/Segment/Segment.stories.tsx +1 -1
  438. package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +2 -9
  439. package/styled-components/cjs/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
  440. package/styled-components/cjs/examples/plasma_web/components/Skeleton/Skeleton.stories.tsx +1 -1
  441. package/styled-components/cjs/examples/plasma_web/components/Slider/Slider.stories.tsx +1 -1
  442. package/styled-components/cjs/examples/plasma_web/components/Spinner/Spinner.stories.tsx +1 -1
  443. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  444. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -1
  445. package/styled-components/cjs/examples/plasma_web/components/Tabs/Tabs.stories.tsx +1 -1
  446. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
  447. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -11
  448. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  449. package/styled-components/cjs/examples/plasma_web/components/Toast/Toast.stories.tsx +1 -1
  450. package/styled-components/cjs/examples/plasma_web/components/Toolbar/Toolbar.stories.tsx +1 -1
  451. package/styled-components/cjs/examples/plasma_web/components/Tooltip/Tooltip.stories.tsx +1 -1
  452. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  453. package/styled-components/cjs/examples/typograpy/components/Body/Body.stories.tsx +1 -1
  454. package/styled-components/cjs/examples/typograpy/components/Dspl/Dspl.stories.tsx +1 -1
  455. package/styled-components/cjs/examples/typograpy/components/Heading/Heading.stories.tsx +1 -1
  456. package/styled-components/cjs/examples/typograpy/components/Old/Body/Body.stories.tsx +1 -1
  457. package/styled-components/cjs/examples/typograpy/components/Old/Button/Button.stories.tsx +1 -1
  458. package/styled-components/cjs/examples/typograpy/components/Old/Caption/Caption.stories.tsx +1 -1
  459. package/styled-components/cjs/examples/typograpy/components/Old/Display/Display.stories.tsx +1 -1
  460. package/styled-components/cjs/examples/typograpy/components/Old/Footnote/Footnote.stories.tsx +1 -1
  461. package/styled-components/cjs/examples/typograpy/components/Old/Headline/Headline.stories.tsx +1 -1
  462. package/styled-components/cjs/examples/typograpy/components/Old/Paragraph/Paragraph.stories.tsx +1 -1
  463. package/styled-components/cjs/examples/typograpy/components/Old/Subtitle/Subtitle.stories.tsx +1 -1
  464. package/styled-components/cjs/examples/typograpy/components/Old/Underline/Underline.stories.tsx +1 -1
  465. package/styled-components/cjs/examples/typograpy/components/Text/Text.stories.tsx +1 -1
  466. package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
  467. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  468. package/styled-components/es/components/TextField/TextField.js +4 -7
  469. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  470. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
  471. package/styled-components/es/examples/plasma_b2c/components/Accordion/Accordion.stories.tsx +1 -1
  472. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +1 -1
  473. package/styled-components/es/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  474. package/styled-components/es/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -1
  475. package/styled-components/es/examples/plasma_b2c/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  476. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  477. package/styled-components/es/examples/plasma_b2c/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  478. package/styled-components/es/examples/plasma_b2c/components/Button/Button.stories.tsx +1 -1
  479. package/styled-components/es/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  480. package/styled-components/es/examples/plasma_b2c/components/Calendar/Calendar.stories.tsx +1 -1
  481. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.stories.tsx +1 -1
  482. package/styled-components/es/examples/plasma_b2c/components/Checkbox/Checkbox.stories.tsx +1 -1
  483. package/styled-components/es/examples/plasma_b2c/components/Chip/Chip.stories.tsx +1 -1
  484. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  485. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  486. package/styled-components/es/examples/plasma_b2c/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  487. package/styled-components/es/examples/plasma_b2c/components/Counter/Counter.stories.tsx +1 -1
  488. package/styled-components/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  489. package/styled-components/es/examples/plasma_b2c/components/Divider/Divider.stories.tsx +1 -1
  490. package/styled-components/es/examples/plasma_b2c/components/Drawer/Drawer.stories.tsx +1 -1
  491. package/styled-components/es/examples/plasma_b2c/components/Dropdown/Dropdown.stories.tsx +1 -1
  492. package/styled-components/es/examples/plasma_b2c/components/Editable/Editable.stories.tsx +1 -1
  493. package/styled-components/es/examples/plasma_b2c/components/EmptyState/EmptyState.stories.tsx +1 -1
  494. package/styled-components/es/examples/plasma_b2c/components/Grid/Grid.stories.tsx +1 -1
  495. package/styled-components/es/examples/plasma_b2c/components/IconButton/IconButton.stories.tsx +1 -1
  496. package/styled-components/es/examples/plasma_b2c/components/Image/Image.stories.tsx +1 -1
  497. package/styled-components/es/examples/plasma_b2c/components/Indicator/Indicator.stories.tsx +1 -1
  498. package/styled-components/es/examples/plasma_b2c/components/Link/Link.stories.tsx +1 -1
  499. package/styled-components/es/examples/plasma_b2c/components/Mask/Mask.stories.tsx +1 -1
  500. package/styled-components/es/examples/plasma_b2c/components/Modal/Modal.stories.tsx +1 -1
  501. package/styled-components/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +1 -1
  502. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -1
  503. package/styled-components/es/examples/plasma_b2c/components/Overlay/Overlay.stories.tsx +1 -1
  504. package/styled-components/es/examples/plasma_b2c/components/Pagination/Pagination.stories.tsx +1 -1
  505. package/styled-components/es/examples/plasma_b2c/components/Panel/Panel.stories.tsx +1 -1
  506. package/styled-components/es/examples/plasma_b2c/components/Popover/Popover.stories.tsx +1 -1
  507. package/styled-components/es/examples/plasma_b2c/components/Popup/Popup.stories.tsx +1 -1
  508. package/styled-components/es/examples/plasma_b2c/components/Portal/Portal.stories.tsx +1 -1
  509. package/styled-components/es/examples/plasma_b2c/components/Price/Price.stories.tsx +1 -1
  510. package/styled-components/es/examples/plasma_b2c/components/Progress/Progress.stories.tsx +1 -1
  511. package/styled-components/es/examples/plasma_b2c/components/Radiobox/Radiobox.stories.tsx +1 -1
  512. package/styled-components/es/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  513. package/styled-components/es/examples/plasma_b2c/components/Segment/Segment.stories.tsx +1 -1
  514. package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +2 -9
  515. package/styled-components/es/examples/plasma_b2c/components/Sheet/Sheet.stories.tsx +1 -1
  516. package/styled-components/es/examples/plasma_b2c/components/Skeleton/Skeleton.stories.tsx +1 -1
  517. package/styled-components/es/examples/plasma_b2c/components/Slider/Slider.stories.tsx +1 -1
  518. package/styled-components/es/examples/plasma_b2c/components/Spinner/Spinner.stories.tsx +1 -1
  519. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  520. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -1
  521. package/styled-components/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +1 -1
  522. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
  523. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -11
  524. package/styled-components/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  525. package/styled-components/es/examples/plasma_b2c/components/Toast/Toast.stories.tsx +1 -1
  526. package/styled-components/es/examples/plasma_b2c/components/Toolbar/Toolbar.stories.tsx +1 -1
  527. package/styled-components/es/examples/plasma_b2c/components/Tooltip/Tooltip.stories.tsx +1 -1
  528. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  529. package/styled-components/es/examples/plasma_web/components/Accordion/Accordion.stories.tsx +1 -1
  530. package/styled-components/es/examples/plasma_web/components/Attach/Attach.stories.tsx +1 -1
  531. package/styled-components/es/examples/plasma_web/components/Autocomplete/Autocomplete.stories.tsx +1 -1
  532. package/styled-components/es/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -1
  533. package/styled-components/es/examples/plasma_web/components/AvatarGroup/AvatarGroup.stories.tsx +1 -1
  534. package/styled-components/es/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  535. package/styled-components/es/examples/plasma_web/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  536. package/styled-components/es/examples/plasma_web/components/Button/Button.stories.tsx +1 -1
  537. package/styled-components/es/examples/plasma_web/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  538. package/styled-components/es/examples/plasma_web/components/Calendar/Calendar.stories.tsx +1 -1
  539. package/styled-components/es/examples/plasma_web/components/Cell/Cell.stories.tsx +1 -1
  540. package/styled-components/es/examples/plasma_web/components/Checkbox/Checkbox.stories.tsx +1 -1
  541. package/styled-components/es/examples/plasma_web/components/Chip/Chip.stories.tsx +1 -1
  542. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +1 -1
  543. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +1 -1
  544. package/styled-components/es/examples/plasma_web/components/Combobox/Legacy/Combobox.stories.tsx +1 -1
  545. package/styled-components/es/examples/plasma_web/components/Counter/Counter.stories.tsx +1 -1
  546. package/styled-components/es/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +1 -1
  547. package/styled-components/es/examples/plasma_web/components/Divider/Divider.stories.tsx +1 -1
  548. package/styled-components/es/examples/plasma_web/components/Drawer/Drawer.stories.tsx +1 -1
  549. package/styled-components/es/examples/plasma_web/components/Dropdown/Dropdown.stories.tsx +1 -1
  550. package/styled-components/es/examples/plasma_web/components/Editable/Editable.stories.tsx +1 -1
  551. package/styled-components/es/examples/plasma_web/components/EmptyState/EmptyState.stories.tsx +1 -1
  552. package/styled-components/es/examples/plasma_web/components/Grid/Grid.stories.tsx +1 -1
  553. package/styled-components/es/examples/plasma_web/components/IconButton/IconButton.stories.tsx +1 -1
  554. package/styled-components/es/examples/plasma_web/components/Image/Image.stories.tsx +1 -1
  555. package/styled-components/es/examples/plasma_web/components/Indicator/Indicator.stories.tsx +1 -1
  556. package/styled-components/es/examples/plasma_web/components/Link/Link.stories.tsx +1 -1
  557. package/styled-components/es/examples/plasma_web/components/Mask/Mask.stories.tsx +1 -1
  558. package/styled-components/es/examples/plasma_web/components/Modal/Modal.stories.tsx +1 -1
  559. package/styled-components/es/examples/plasma_web/components/Notification/Notification.stories.tsx +1 -1
  560. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -1
  561. package/styled-components/es/examples/plasma_web/components/Overlay/Overlay.stories.tsx +1 -1
  562. package/styled-components/es/examples/plasma_web/components/Pagination/Pagination.stories.tsx +1 -1
  563. package/styled-components/es/examples/plasma_web/components/Panel/Panel.stories.tsx +1 -1
  564. package/styled-components/es/examples/plasma_web/components/Popover/Popover.stories.tsx +1 -1
  565. package/styled-components/es/examples/plasma_web/components/Popup/Popup.stories.tsx +1 -1
  566. package/styled-components/es/examples/plasma_web/components/Portal/Portal.stories.tsx +1 -1
  567. package/styled-components/es/examples/plasma_web/components/Price/Price.stories.tsx +1 -1
  568. package/styled-components/es/examples/plasma_web/components/Progress/Progress.stories.tsx +1 -1
  569. package/styled-components/es/examples/plasma_web/components/Radiobox/Radiobox.stories.tsx +1 -1
  570. package/styled-components/es/examples/plasma_web/components/Range/Range.stories.tsx +1 -1
  571. package/styled-components/es/examples/plasma_web/components/Segment/Segment.stories.tsx +1 -1
  572. package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +2 -9
  573. package/styled-components/es/examples/plasma_web/components/Sheet/Sheet.stories.tsx +1 -1
  574. package/styled-components/es/examples/plasma_web/components/Skeleton/Skeleton.stories.tsx +1 -1
  575. package/styled-components/es/examples/plasma_web/components/Slider/Slider.stories.tsx +1 -1
  576. package/styled-components/es/examples/plasma_web/components/Spinner/Spinner.stories.tsx +1 -1
  577. package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  578. package/styled-components/es/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -1
  579. package/styled-components/es/examples/plasma_web/components/Tabs/Tabs.stories.tsx +1 -1
  580. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
  581. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -11
  582. package/styled-components/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +1 -1
  583. package/styled-components/es/examples/plasma_web/components/Toast/Toast.stories.tsx +1 -1
  584. package/styled-components/es/examples/plasma_web/components/Toolbar/Toolbar.stories.tsx +1 -1
  585. package/styled-components/es/examples/plasma_web/components/Tooltip/Tooltip.stories.tsx +1 -1
  586. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +1 -1
  587. package/styled-components/es/examples/typograpy/components/Body/Body.stories.tsx +1 -1
  588. package/styled-components/es/examples/typograpy/components/Dspl/Dspl.stories.tsx +1 -1
  589. package/styled-components/es/examples/typograpy/components/Heading/Heading.stories.tsx +1 -1
  590. package/styled-components/es/examples/typograpy/components/Old/Body/Body.stories.tsx +1 -1
  591. package/styled-components/es/examples/typograpy/components/Old/Button/Button.stories.tsx +1 -1
  592. package/styled-components/es/examples/typograpy/components/Old/Caption/Caption.stories.tsx +1 -1
  593. package/styled-components/es/examples/typograpy/components/Old/Display/Display.stories.tsx +1 -1
  594. package/styled-components/es/examples/typograpy/components/Old/Footnote/Footnote.stories.tsx +1 -1
  595. package/styled-components/es/examples/typograpy/components/Old/Headline/Headline.stories.tsx +1 -1
  596. package/styled-components/es/examples/typograpy/components/Old/Paragraph/Paragraph.stories.tsx +1 -1
  597. package/styled-components/es/examples/typograpy/components/Old/Subtitle/Subtitle.stories.tsx +1 -1
  598. package/styled-components/es/examples/typograpy/components/Old/Underline/Underline.stories.tsx +1 -1
  599. package/styled-components/es/examples/typograpy/components/Text/Text.stories.tsx +1 -1
  600. package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
  601. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  602. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -16
  603. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  604. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -16
  605. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  606. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -16
  607. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  608. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +0 -6
  609. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  610. package/types/components/Range/Range.styles.d.ts +0 -16
  611. package/types/components/Range/Range.styles.d.ts.map +1 -1
  612. package/types/components/Select/Select.types.d.ts +0 -5
  613. package/types/components/Select/Select.types.d.ts.map +1 -1
  614. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  615. package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
  616. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  617. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  618. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  619. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -16
  620. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  621. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  622. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  623. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -16
  624. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  625. package/types/components/TextField/TextField.d.ts.map +1 -1
  626. package/types/components/TextField/TextField.types.d.ts +0 -8
  627. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  628. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  629. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
  630. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  631. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
  632. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
  633. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +3 -553
  634. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  635. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -16
  636. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  637. package/types/examples/plasma_b2c/components/Select/Select.d.ts +0 -6
  638. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  639. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -16
  640. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  641. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +3 -553
  642. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  643. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -16
  644. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  645. package/types/examples/plasma_web/components/Select/Select.d.ts +0 -6
  646. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  647. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -16
  648. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
@@ -12,7 +12,7 @@ import { WithTheme } from '../../../_helpers';
12
12
  import { Modal, modalClasses } from './Modal';
13
13
 
14
14
  export default {
15
- title: 'plasma_web/Modal',
15
+ title: 'web/Overlay/Modal',
16
16
  decorators: [WithTheme],
17
17
  parameters: {
18
18
  docs: { story: { inline: false, iframeHeight: '30rem' } },
@@ -37,7 +37,7 @@ const getNotificationProps = (i: number) => ({
37
37
  const placements = ['top', 'left'];
38
38
 
39
39
  const meta: Meta<NotificationProps> = {
40
- title: 'plasma_web/Notification',
40
+ title: 'web/Overlay/Notification',
41
41
  decorators: [WithTheme],
42
42
  };
43
43
 
@@ -17,7 +17,7 @@ const inputBackgroundTypes = ['fill', 'clear'];
17
17
  const segmentation = ['default', 'segmented', 'solid'];
18
18
 
19
19
  const meta: Meta<typeof NumberInput> = {
20
- title: 'plasma_web/NumberInput',
20
+ title: 'web/Data Entry/NumberInput',
21
21
  component: NumberInput,
22
22
  decorators: [WithTheme],
23
23
  argTypes: {
@@ -14,7 +14,7 @@ const onOverlayClick = action('onOverlayClick');
14
14
  type StoryOverlayProps = ComponentProps<typeof Overlay>;
15
15
 
16
16
  const meta: Meta<StoryOverlayProps> = {
17
- title: 'plasma_web/Overlay',
17
+ title: 'web/Overlay/Overlay',
18
18
  decorators: [WithTheme],
19
19
  argTypes: {
20
20
  isClickable: {
@@ -8,7 +8,7 @@ import { Button } from '../Button/Button';
8
8
  import { Pagination } from './Pagination';
9
9
 
10
10
  const meta: Meta<typeof Pagination> = {
11
- title: 'plasma_web/Pagination',
11
+ title: 'web/Navigation/Pagination',
12
12
  component: Pagination,
13
13
  decorators: [WithTheme],
14
14
  argTypes: {
@@ -13,7 +13,7 @@ import { SSRProvider } from '../../../../components/SSRProvider';
13
13
  import { Panel, PanelContent, PanelFooter, PanelHeader } from './Panel';
14
14
 
15
15
  export default {
16
- title: 'plasma_web/Panel',
16
+ title: 'web/Overlay/Panel',
17
17
  decorators: [WithTheme],
18
18
  argTypes: {
19
19
  borderRadius: {
@@ -9,7 +9,7 @@ import { WithTheme } from '../../../_helpers';
9
9
  import { Popover } from './Popover';
10
10
 
11
11
  const meta: Meta<typeof Popover> = {
12
- title: 'plasma_web/Popover',
12
+ title: 'web/Overlay/Popover',
13
13
  decorators: [WithTheme],
14
14
  component: Popover,
15
15
  argTypes: {
@@ -10,7 +10,7 @@ import { WithTheme } from '../../../_helpers';
10
10
  import { Popup, popupClasses, PopupProvider } from './Popup';
11
11
 
12
12
  const meta: Meta<typeof Popup> = {
13
- title: 'plasma_web/Popup',
13
+ title: 'web/Overlay/Popup',
14
14
  decorators: [WithTheme],
15
15
  parameters: {
16
16
  docs: { story: { inline: false, iframeHeight: '30rem' } },
@@ -9,7 +9,7 @@ import { Body } from '../../../typograpy/components/Body/Body';
9
9
  import { Portal } from '../../../../components/Portal';
10
10
 
11
11
  const meta: Meta<typeof Portal> = {
12
- title: 'plasma_web/Portal',
12
+ title: 'web/Data Entry/Portal',
13
13
  decorators: [WithTheme],
14
14
  args: {
15
15
  disabled: false,
@@ -9,7 +9,7 @@ import { Price } from './Price';
9
9
  const currencies = ['rub', 'usd', 'eur', 'inr'];
10
10
 
11
11
  const meta: Meta<typeof Price> = {
12
- title: 'plasma_web/Price',
12
+ title: 'web/Data Display/Price',
13
13
  decorators: [WithTheme],
14
14
  argTypes: {
15
15
  currency: {
@@ -8,7 +8,7 @@ import { Progress } from './Progress';
8
8
  const views = ['default', 'secondary', 'primary', 'accent', 'success', 'warning', 'error'];
9
9
 
10
10
  const meta: Meta<typeof Progress> = {
11
- title: 'plasma_web/Progress',
11
+ title: 'web/Overlay/Progress',
12
12
  component: Progress,
13
13
  decorators: [WithTheme],
14
14
  argTypes: {
@@ -16,7 +16,7 @@ const onFocus = action('onFocus');
16
16
  const onBlur = action('onBlur');
17
17
 
18
18
  const meta: Meta<typeof Radiobox> = {
19
- title: 'plasma_web/Radiobox',
19
+ title: 'web/Data Entry/Radiobox',
20
20
  decorators: [WithTheme],
21
21
  component: Radiobox,
22
22
  argTypes: argTypesFromConfig(mergeConfig(radioboxConfig, config)),
@@ -23,7 +23,7 @@ const views = ['default'];
23
23
  const dividers = ['none', 'dash', 'icon'];
24
24
 
25
25
  const meta: Meta<typeof Range> = {
26
- title: 'plasma_web/Range',
26
+ title: 'web/Data Entry/Range',
27
27
  component: Range,
28
28
  decorators: [WithTheme],
29
29
  argTypes: {
@@ -52,7 +52,7 @@ const getContentRight = (contentRightOption: string, size: Size) => {
52
52
  };
53
53
 
54
54
  const meta: Meta<StorySegmentProps> = {
55
- title: 'plasma_web/Segment',
55
+ title: 'web/Data Entry/Segment',
56
56
  decorators: [WithTheme],
57
57
  component: SegmentGroup,
58
58
  argTypes: {
@@ -20,7 +20,7 @@ const chip = ['default', 'secondary', 'accent'];
20
20
  const variant = ['normal', 'tight'];
21
21
 
22
22
  const meta: Meta<StorySelectProps> = {
23
- title: 'plasma_web/Select',
23
+ title: 'web/Data Entry/Select',
24
24
  decorators: [WithTheme],
25
25
  component: Select,
26
26
  argTypes: {
@@ -103,11 +103,6 @@ const meta: Meta<StorySelectProps> = {
103
103
  },
104
104
  if: { arg: 'required', truthy: false },
105
105
  },
106
- chipType: {
107
- control: 'select',
108
- options: ['default', 'text'],
109
- if: { arg: 'target', eq: 'textfield-like' },
110
- },
111
106
  },
112
107
  args: {
113
108
  target: 'textfield-like',
@@ -125,7 +120,6 @@ const meta: Meta<StorySelectProps> = {
125
120
  optional: false,
126
121
  required: false,
127
122
  requiredPlacement: 'right',
128
- chipType: 'default',
129
123
  },
130
124
  parameters: {
131
125
  controls: {
@@ -149,7 +143,6 @@ const meta: Meta<StorySelectProps> = {
149
143
  'optional',
150
144
  'required',
151
145
  'requiredPlacement',
152
- 'chipType',
153
146
  ],
154
147
  },
155
148
  },
@@ -388,7 +381,7 @@ const SingleStory = (args: StorySelectProps) => {
388
381
  export const Single: StoryObj<StorySelectProps> = {
389
382
  parameters: {
390
383
  controls: {
391
- exclude: ['chipView', 'isTargetAmount', 'chipType'],
384
+ exclude: ['chipView', 'isTargetAmount'],
392
385
  },
393
386
  },
394
387
  render: (args) => <SingleStory {...args} />,
@@ -10,7 +10,7 @@ import { Body } from '../../../typograpy/components/Body/Body';
10
10
  import { Sheet } from './Sheet';
11
11
 
12
12
  const meta: Meta<typeof Sheet> = {
13
- title: 'plasma_web/Sheet',
13
+ title: 'web/Overlay/Select',
14
14
  decorators: [WithTheme],
15
15
  args: {
16
16
  withBlur: false,
@@ -18,7 +18,7 @@ type StoryRectSkeletonProps = ComponentProps<typeof RectSkeleton>;
18
18
  type BasicButtonProps = ComponentProps<typeof BasicButton>;
19
19
 
20
20
  const meta: Meta = {
21
- title: 'plasma_web/Skeleton',
21
+ title: 'web/Data Display/Skeleton',
22
22
  decorators: [WithTheme],
23
23
  };
24
24
 
@@ -18,7 +18,7 @@ const scaleAligns = ['side', 'bottom'];
18
18
  const orientations: Array<string> = ['vertical', 'horizontal'];
19
19
 
20
20
  const meta: Meta<typeof Slider> = {
21
- title: 'plasma_web/Slider',
21
+ title: 'web/Data Entry/Slider',
22
22
  component: Slider,
23
23
  decorators: [WithTheme],
24
24
  argTypes: {
@@ -10,7 +10,7 @@ import { config } from './Spinner.config';
10
10
  import { Spinner } from './Spinner';
11
11
 
12
12
  const meta: Meta<typeof Spinner> = {
13
- title: 'plasma_web/Spinner',
13
+ title: 'web/Data Display/Spinner',
14
14
  decorators: [WithTheme],
15
15
  component: Spinner,
16
16
  args: {
@@ -10,7 +10,7 @@ import { StepItemProps } from '../../../../components/Steps/ui';
10
10
  import { Steps, mergedConfig } from './Steps';
11
11
 
12
12
  const meta: Meta<typeof Steps> = {
13
- title: 'plasma_web/Steps',
13
+ title: 'web/Navigation/Steps',
14
14
  decorators: [WithTheme],
15
15
  component: Steps,
16
16
  argTypes: {
@@ -14,7 +14,7 @@ import { Switch, SwitchOutline } from './Switch';
14
14
  type SwitchProps = ComponentProps<typeof Switch>;
15
15
 
16
16
  const meta: Meta<SwitchProps> = {
17
- title: 'plasma_web/Switch',
17
+ title: 'web/Data Entry/Switch',
18
18
  decorators: [WithTheme],
19
19
  component: Switch,
20
20
  argTypes: {
@@ -56,7 +56,7 @@ type HorizontalStoryTabsProps = StoryTabsProps & { width: string };
56
56
  type VerticalStoryTabsProps = StoryTabsProps & { height: string };
57
57
 
58
58
  const meta: Meta<StoryTabsProps> = {
59
- title: 'plasma_web/Tabs',
59
+ title: 'web/Navigation/Tabs',
60
60
  component: Tabs,
61
61
  decorators: [WithTheme],
62
62
  argTypes: {
@@ -44,7 +44,7 @@ type StoryTextAreaPropsCustom = {
44
44
  type StoryTextAreaProps = ComponentProps<typeof TextArea> & StoryTextAreaPropsCustom;
45
45
 
46
46
  const meta: Meta<StoryTextAreaProps> = {
47
- title: 'plasma_web/TextArea',
47
+ title: 'web/Data Entry/TextArea',
48
48
  decorators: [WithTheme],
49
49
  component: TextArea,
50
50
  argTypes: {
@@ -42,7 +42,7 @@ const placements: Array<PopoverPlacement> = [
42
42
  ];
43
43
 
44
44
  const meta: Meta<typeof TextField> = {
45
- title: 'plasma_web/TextField',
45
+ title: 'web/Data Entry/TextField',
46
46
  component: TextField,
47
47
  decorators: [WithTheme],
48
48
  argTypes: {
@@ -134,10 +134,6 @@ const meta: Meta<typeof TextField> = {
134
134
  control: { type: 'text' },
135
135
  if: { arg: 'hasHint', truthy: true },
136
136
  },
137
- chipType: {
138
- control: 'select',
139
- options: ['default', 'text'],
140
- },
141
137
  },
142
138
  };
143
139
 
@@ -237,11 +233,6 @@ export const Default: StoryObj<StoryPropsDefault> = {
237
233
  hintWidth: '10rem',
238
234
  hintHasArrow: true,
239
235
  },
240
- parameters: {
241
- controls: {
242
- exclude: ['chipType'],
243
- },
244
- },
245
236
  render: (args) => <StoryDemo {...args} />,
246
237
  };
247
238
 
@@ -297,7 +288,6 @@ export const Chips: StoryObj<StoryPropsChips> = {
297
288
  args: {
298
289
  ...Default.args,
299
290
  chips: ['1 value', '2 value', '3 value', '4 value'],
300
- chipType: 'default',
301
291
  },
302
292
  render: (args) => <StoryChips {...args} />,
303
293
  };
@@ -23,7 +23,7 @@ const shapeValues = ['segmented', 'default'];
23
23
  const stretchingValues = ['auto', 'filled'];
24
24
 
25
25
  const meta: Meta<typeof TextFieldGroup> = {
26
- title: 'plasma_web/TextFieldGroup',
26
+ title: 'web/Data Entry/TextFieldGroup',
27
27
  decorators: [WithTheme],
28
28
  argTypes: {
29
29
  size: {
@@ -17,7 +17,7 @@ import { config } from './Toast.config';
17
17
  import { Toast, ToastController, ToastProvider, useToast } from './Toast';
18
18
 
19
19
  const meta: Meta<typeof ToastController> = {
20
- title: 'plasma_web/Toast',
20
+ title: 'web/Overlay/Toast',
21
21
  decorators: [WithTheme],
22
22
  };
23
23
 
@@ -25,7 +25,7 @@ const ToolbarWrapper = (props: ComponentProps<typeof Toolbar>) => {
25
25
  };
26
26
 
27
27
  const meta: Meta<typeof Toolbar> = {
28
- title: 'plasma_web/Toolbar',
28
+ title: 'web/Overlay/Toolbar',
29
29
  component: ToolbarWrapper,
30
30
  decorators: [WithTheme],
31
31
  argTypes: {
@@ -31,7 +31,7 @@ const placements: Array<PopoverPlacement> = [
31
31
  ];
32
32
 
33
33
  const meta: Meta<TooltipProps> = {
34
- title: 'plasma_web/Tooltip',
34
+ title: 'web/Overlay/Tooltip',
35
35
  decorators: [WithTheme],
36
36
  component: Tooltip,
37
37
  parameters: {
@@ -10,7 +10,7 @@ import { ViewContainer } from './ViewContainer';
10
10
  type StoryViewProps = ComponentProps<typeof ViewContainer>;
11
11
 
12
12
  const meta: Meta<StoryViewProps> = {
13
- title: 'plasma_web/ViewContainer',
13
+ title: 'web/Data Display/ViewContainer',
14
14
  };
15
15
 
16
16
  export default meta;
@@ -9,7 +9,7 @@ import { Body } from './Body';
9
9
  import { config } from './Body.config';
10
10
 
11
11
  const meta: Meta<typeof Body> = {
12
- title: 'typography/Body',
12
+ title: 'Data Display/Typography/Body',
13
13
  decorators: [WithTheme],
14
14
  component: Body,
15
15
  argTypes: argTypesFromConfig(mergeConfig(bodyConfig, config)),
@@ -9,7 +9,7 @@ import { Dspl } from './Dspl';
9
9
  import { config } from './Dspl.config';
10
10
 
11
11
  const meta: Meta<typeof Dspl> = {
12
- title: 'typography/Dspl',
12
+ title: 'Data Display/Typography/Dspl',
13
13
  decorators: [WithTheme],
14
14
  component: Dspl,
15
15
  argTypes: argTypesFromConfig(mergeConfig(dsplConfig, config)),
@@ -9,7 +9,7 @@ import { Heading } from './Heading';
9
9
  import { config } from './Heading.config';
10
10
 
11
11
  const meta: Meta<typeof Heading> = {
12
- title: 'typography/Heading',
12
+ title: 'Data Display/Typography/Heading',
13
13
  decorators: [WithTheme],
14
14
  component: Heading,
15
15
  argTypes: argTypesFromConfig(mergeConfig(dsplConfig, config)),
@@ -9,7 +9,7 @@ import { OldBody } from './Body';
9
9
  import { config } from './Body.config';
10
10
 
11
11
  const meta: Meta<typeof OldBody> = {
12
- title: 'typography/Old/Body',
12
+ title: 'Data Display/Typography/Old/Body',
13
13
  decorators: [WithTheme],
14
14
  component: OldBody,
15
15
  argTypes: argTypesFromConfig(mergeConfig(oldBodyConfig, config)),
@@ -9,7 +9,7 @@ import { Button } from './Button';
9
9
  import { config } from './Button.config';
10
10
 
11
11
  const meta: Meta<typeof Button> = {
12
- title: 'typography/Old/Button',
12
+ title: 'Data Display/Typography/Old/Button',
13
13
  decorators: [WithTheme],
14
14
  component: Button,
15
15
  argTypes: argTypesFromConfig(mergeConfig(buttonTypographyConfig, config)),
@@ -9,7 +9,7 @@ import { Caption } from './Caption';
9
9
  import { config } from './Caption.config';
10
10
 
11
11
  const meta: Meta<typeof Caption> = {
12
- title: 'typography/Old/Caption',
12
+ title: 'Data Display/Typography/Old/Caption',
13
13
  decorators: [WithTheme],
14
14
  component: Caption,
15
15
  argTypes: argTypesFromConfig(mergeConfig(captionConfig, config)),
@@ -9,7 +9,7 @@ import { Display } from './Display';
9
9
  import { config } from './Display.config';
10
10
 
11
11
  const meta: Meta<typeof Display> = {
12
- title: 'typography/Old/Display',
12
+ title: 'Data Display/Typography/Old/Display',
13
13
  decorators: [WithTheme],
14
14
  component: Display,
15
15
  argTypes: argTypesFromConfig(mergeConfig(displayConfig, config)),
@@ -9,7 +9,7 @@ import { Footnote } from './Footnote';
9
9
  import { config } from './Footnote.config';
10
10
 
11
11
  const meta: Meta<typeof Footnote> = {
12
- title: 'typography/Old/Footnote',
12
+ title: 'Data Display/Typography/Old/Footnote',
13
13
  decorators: [WithTheme],
14
14
  component: Footnote,
15
15
  argTypes: argTypesFromConfig(mergeConfig(footnoteConfig, config)),
@@ -9,7 +9,7 @@ import { Headline } from './Headline';
9
9
  import { config } from './Headline.config';
10
10
 
11
11
  const meta: Meta<typeof Headline> = {
12
- title: 'typography/Old/Headline',
12
+ title: 'Data Display/Typography/Old/Headline',
13
13
  decorators: [WithTheme],
14
14
  component: Headline,
15
15
  argTypes: argTypesFromConfig(mergeConfig(headlineConfig, config)),
@@ -9,7 +9,7 @@ import { Paragraph } from './Paragraph';
9
9
  import { config } from './Paragraph.config';
10
10
 
11
11
  const meta: Meta<typeof Paragraph> = {
12
- title: 'typography/Old/Paragraph',
12
+ title: 'Data Display/Typography/Old/Paragraph',
13
13
  decorators: [WithTheme],
14
14
  component: Paragraph,
15
15
  argTypes: argTypesFromConfig(mergeConfig(paragraphConfig, config)),
@@ -9,7 +9,7 @@ import { Subtitle } from './Subtitle';
9
9
  import { config } from './Subtitle.config';
10
10
 
11
11
  const meta: Meta<typeof Subtitle> = {
12
- title: 'typography/Old/Subtitle',
12
+ title: 'Data Display/Typography/Old/Subtitle',
13
13
  decorators: [WithTheme],
14
14
  component: Subtitle,
15
15
  argTypes: argTypesFromConfig(mergeConfig(subtitleConfig, config)),
@@ -9,7 +9,7 @@ import { Underline } from './Underline';
9
9
  import { config } from './Underline.config';
10
10
 
11
11
  const meta: Meta<typeof Underline> = {
12
- title: 'typography/Old/Underline',
12
+ title: 'Data Display/Typography/Old/Underline',
13
13
  decorators: [WithTheme],
14
14
  component: Underline,
15
15
  argTypes: argTypesFromConfig(mergeConfig(underlineConfig, config)),
@@ -9,7 +9,7 @@ import { Text } from './Text';
9
9
  import { config } from './Text.config';
10
10
 
11
11
  const meta: Meta<typeof Text> = {
12
- title: 'typography/Text',
12
+ title: 'Data Display/Typography/Text',
13
13
  decorators: [WithTheme],
14
14
  component: Text,
15
15
  argTypes: argTypesFromConfig(mergeConfig(textConfig, config)),
@@ -59,8 +59,7 @@
59
59
  .Chip_styles_1mwwhiw_swddmyi__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-right-content-margin-left);margin-right:var(--plasma-chip-right-content-margin-right);}
60
60
  .Chip_styles_1mwwhiw_s1pcflhj__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-clear-content-margin-left);margin-right:var(--plasma-chip-clear-content-margin-right);color:var(--plasma-chip-close-icon-color);}
61
61
 
62
- .TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
63
- .TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb{display:block;-webkit-flex:none;-ms-flex:none;flex:none;background:none;border:none;outline:none;padding:0;white-space:nowrap;cursor:pointer;font-family:var(--plasma-textfield-font-family);font-size:var(--plasma-textfield-font-size);font-style:var(--plasma-textfield-font-style);font-weight:var(--plasma-textfield-font-weight);-webkit-letter-spacing:var(--plasma-textfield-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-letter-spacing);letter-spacing:var(--plasma-textfield-letter-spacing);line-height:var(--plasma-textfield-line-height);color:var(--plasma-textfield-color);position:relative;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:after{content:',';}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:last-child:after{content:'';}
62
+ .TextFieldChip_styles_1y8n7la_s32p7ut__8f291676{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676.TextFieldChip_styles_1y8n7la_focusVisible__8f291676:focus::before,.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
64
63
 
65
64
  .IconRoot_7pl7ig_svvlqhf__32c458a1{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:var(--svvlqhf-0);height:var(--svvlqhf-0);-webkit-flex:0 0 var(--svvlqhf-0);-ms-flex:0 0 var(--svvlqhf-0);flex:0 0 var(--svvlqhf-0);}
66
65
 
@@ -112,8 +112,7 @@
112
112
  .Chip_styles_1mwwhiw_swddmyi__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-right-content-margin-left);margin-right:var(--plasma-chip-right-content-margin-right);}
113
113
  .Chip_styles_1mwwhiw_s1pcflhj__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-clear-content-margin-left);margin-right:var(--plasma-chip-clear-content-margin-right);color:var(--plasma-chip-close-icon-color);}
114
114
 
115
- .TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
116
- .TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb{display:block;-webkit-flex:none;-ms-flex:none;flex:none;background:none;border:none;outline:none;padding:0;white-space:nowrap;cursor:pointer;font-family:var(--plasma-textfield-font-family);font-size:var(--plasma-textfield-font-size);font-style:var(--plasma-textfield-font-style);font-weight:var(--plasma-textfield-font-weight);-webkit-letter-spacing:var(--plasma-textfield-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-letter-spacing);letter-spacing:var(--plasma-textfield-letter-spacing);line-height:var(--plasma-textfield-line-height);color:var(--plasma-textfield-color);position:relative;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:after{content:',';}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:last-child:after{content:'';}
115
+ .TextFieldChip_styles_1y8n7la_s32p7ut__8f291676{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676.TextFieldChip_styles_1y8n7la_focusVisible__8f291676:focus::before,.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
117
116
 
118
117
  .TextField_1lzb2r1_bpunezx__7d079491{display:block;}
119
118
 
@@ -103,8 +103,7 @@
103
103
  .Chip_styles_1mwwhiw_swddmyi__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-right-content-margin-left);margin-right:var(--plasma-chip-right-content-margin-right);}
104
104
  .Chip_styles_1mwwhiw_s1pcflhj__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-clear-content-margin-left);margin-right:var(--plasma-chip-clear-content-margin-right);color:var(--plasma-chip-close-icon-color);}
105
105
 
106
- .TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
107
- .TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb{display:block;-webkit-flex:none;-ms-flex:none;flex:none;background:none;border:none;outline:none;padding:0;white-space:nowrap;cursor:pointer;font-family:var(--plasma-textfield-font-family);font-size:var(--plasma-textfield-font-size);font-style:var(--plasma-textfield-font-style);font-weight:var(--plasma-textfield-font-weight);-webkit-letter-spacing:var(--plasma-textfield-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-letter-spacing);letter-spacing:var(--plasma-textfield-letter-spacing);line-height:var(--plasma-textfield-line-height);color:var(--plasma-textfield-color);position:relative;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:after{content:',';}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:last-child:after{content:'';}
106
+ .TextFieldChip_styles_1y8n7la_s32p7ut__8f291676{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676.TextFieldChip_styles_1y8n7la_focusVisible__8f291676:focus::before,.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
108
107
 
109
108
  .TextField_1lzb2r1_bpunezx__7d079491{display:block;}
110
109
 
@@ -66,8 +66,7 @@
66
66
  .Chip_styles_1mwwhiw_swddmyi__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-right-content-margin-left);margin-right:var(--plasma-chip-right-content-margin-right);}
67
67
  .Chip_styles_1mwwhiw_s1pcflhj__07da4d18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-chip-clear-content-margin-left);margin-right:var(--plasma-chip-clear-content-margin-right);color:var(--plasma-chip-close-icon-color);}
68
68
 
69
- .TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_s32p7ut__b8a89acb[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
70
- .TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb{display:block;-webkit-flex:none;-ms-flex:none;flex:none;background:none;border:none;outline:none;padding:0;white-space:nowrap;cursor:pointer;font-family:var(--plasma-textfield-font-family);font-size:var(--plasma-textfield-font-size);font-style:var(--plasma-textfield-font-style);font-weight:var(--plasma-textfield-font-weight);-webkit-letter-spacing:var(--plasma-textfield-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-letter-spacing);letter-spacing:var(--plasma-textfield-letter-spacing);line-height:var(--plasma-textfield-line-height);color:var(--plasma-textfield-color);position:relative;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb.TextFieldChip_styles_1yosnxc_focusVisible__b8a89acb:focus::before,.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:after{content:',';}.TextFieldChip_styles_1yosnxc_t4nir3h__b8a89acb:last-child:after{content:'';}
69
+ .TextFieldChip_styles_1y8n7la_s32p7ut__8f291676{--plasma-chip-color:var(--plasma-textfield__chip-color);--plasma-chip-background:var(--plasma-textfield__chip-background);--plasma-chip-color-hover:var(--plasma-textfield__chip-color-hover);--plasma-chip-background-hover:var(--plasma-textfield__chip-background-hover);--plasma-chip-color-active:var(--plasma-textfield__chip-color-active);--plasma-chip-background-active:var(--plasma-textfield__chip-background-active);--plasma-chip-background-readonly:var(--plasma-textfield__chip-background-readonly);--plasma-chip-color-readonly:var(--plasma-textfield__chip-color-readonly);--plasma-chip-background-readonly-hover:var(--plasma-textfield__chip-background-readonly-hover);--plasma-chip-color-readonly-hover:var(--plasma-textfield__chip-color-readonly-hover);--plasma-chip-border-radius:var(--plasma-textfield__chip-border-radius);--plasma-chip-width:var(--plasma-textfield__chip-width);--plasma-chip-height:var(--plasma-textfield__chip-height);--plasma-chip-padding-right:var(--plasma-textfield__chip-padding-right);--plasma-chip-padding-left:var(--plasma-textfield__chip-padding-left);--plasma-chip-font-family:var(--plasma-textfield__chip-font-family);--plasma-chip-font-size:var(--plasma-textfield__chip-font-size);--plasma-chip-font-style:var(--plasma-textfield__chip-font-style);--plasma-chip-font-weight:var(--plasma-textfield__chip-font-weight);--plasma-chip-letter-spacing:var(--plasma-textfield__chip-letter-spacing);--plasma-chip-lineheight:var(--plasma-textfield__chip-line-height);--plasma-chip-clear-content-margin-left:var(--plasma-textfield__chip-clear-content-margin-left);--plasma-chip-clear-content-margin-right:var(--plasma-textfield__chip-clear-content-margin-right);--plasma-chip-scale-hover:var(--plasma-textfield__chip-scale-hover);--plasma-chip-scale-active:var(--plasma-textfield__chip-scale-active);--plasma-chip-close-icon-size:var(--plasma-textfield__chip-close-icon-size);--plasma-chip-close-icon-color:var(--plasma-textfield__chip-close-icon-color);--plasma-chip-focus-color:var(--plasma-textfield-focus-color);-webkit-scroll-snap-align:center;-moz-scroll-snap-align:center;-ms-scroll-snap-align:center;scroll-snap-align:center;-webkit-scroll-snap-stop:normal;-moz-scroll-snap-stop:normal;-ms-scroll-snap-stop:normal;scroll-snap-stop:normal;position:relative;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676::before{content:'';position:absolute;top:0.0625rem;left:0.0625rem;right:0.0625rem;bottom:0.0625rem;z-index:1;display:block;box-sizing:content-box;border:0.0625rem solid transparent;border-radius:calc(var(--plasma-textfield__chip-border-radius) - 0.1rem);-webkit-transition:box-shadow 0.2s ease-in-out;transition:box-shadow 0.2s ease-in-out;pointer-events:none;}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676.TextFieldChip_styles_1y8n7la_focusVisible__8f291676:focus::before,.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[data-focus-visible-added]::before{outline:none;box-shadow:0 0 0 0.0625rem var(--plasma-textfield-focus-color);}.TextFieldChip_styles_1y8n7la_s32p7ut__8f291676[readonly]{opacity:var(--plasma-textfield__chip-opacity-readonly);}
71
70
 
72
71
  .TextField_1lzb2r1_bpunezx__7d079491{display:block;}
73
72