@salutejs/plasma-new-hope 0.173.0-canary.1500.11456169969.0 → 0.173.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (639) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +35 -19
  2. package/cjs/components/Autocomplete/Autocomplete.js +4 -2
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Badge/Badge.css +0 -2
  5. package/cjs/components/Badge/Badge.js +2 -9
  6. package/cjs/components/Badge/Badge.js.map +1 -1
  7. package/cjs/components/Badge/Badge.tokens.js +1 -2
  8. package/cjs/components/Badge/Badge.tokens.js.map +1 -1
  9. package/cjs/components/Combobox/ComboboxNew/Combobox.css +39 -18
  10. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +39 -18
  11. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +39 -18
  12. package/cjs/components/DatePicker/RangeDate/RangeDate.css +34 -18
  13. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +34 -18
  14. package/cjs/components/DatePicker/SingleDate/SingleDate.css +36 -20
  15. package/cjs/components/Range/Range.css +40 -19
  16. package/cjs/components/Slider/Slider.css +40 -19
  17. package/cjs/components/Slider/Slider.js +2 -0
  18. package/cjs/components/Slider/Slider.js.map +1 -1
  19. package/cjs/components/Slider/components/Double/Double.css +40 -19
  20. package/cjs/components/Tabs/tokens.js +1 -2
  21. package/cjs/components/Tabs/tokens.js.map +1 -1
  22. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +0 -2
  23. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  24. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js.map +1 -1
  25. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +0 -2
  26. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  27. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js.map +1 -1
  28. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +5 -7
  29. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  30. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js.map +1 -1
  31. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  32. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
  33. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_1yspq9o.css → VerticalTabItem.styles_16d3lah.css} +1 -1
  34. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.css +0 -2
  35. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  36. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js.map +1 -1
  37. package/cjs/components/TextArea/TextArea.js +111 -19
  38. package/cjs/components/TextArea/TextArea.js.map +1 -1
  39. package/cjs/components/TextArea/TextArea.styles.js +166 -63
  40. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  41. package/cjs/components/TextArea/TextArea.styles_1ke2ihc.css +18 -0
  42. package/cjs/components/TextArea/TextArea.tokens.js +45 -5
  43. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  44. package/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  45. package/cjs/components/TextArea/hooks/useAutoResize.js.map +1 -1
  46. package/cjs/components/TextArea/ui/Hint/Hint.css +30 -0
  47. package/cjs/components/TextArea/ui/Hint/Hint.js +53 -0
  48. package/cjs/components/TextArea/ui/Hint/Hint.js.map +1 -0
  49. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  50. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -1
  51. package/cjs/components/TextArea/variations/_clear/base_iz2qkw.css +1 -0
  52. package/cjs/components/{Badge/variations/_truncate → TextArea/variations/_hint-size}/base.js +2 -2
  53. package/cjs/components/TextArea/variations/_hint-size/base.js.map +1 -0
  54. package/cjs/components/TextArea/variations/_hint-size/base_1ipgv90.css +1 -0
  55. package/cjs/components/{Tabs/ui/vertical/VerticalTabItem/variations/_truncate → TextArea/variations/_hint-view}/base.js +2 -2
  56. package/cjs/components/TextArea/variations/_hint-view/base.js.map +1 -0
  57. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  58. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  59. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  60. package/cjs/components/TextArea/variations/_view/base_1xgrm3x.css +1 -0
  61. package/cjs/components/TextField/TextField.js +100 -10
  62. package/cjs/components/TextField/TextField.js.map +1 -1
  63. package/cjs/components/TextField/TextField.styles.js +82 -23
  64. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  65. package/cjs/components/TextField/TextField.styles_grgg7q.css +22 -0
  66. package/cjs/components/TextField/TextField.tokens.js +42 -2
  67. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  68. package/cjs/components/TextField/ui/Hint/Hint.css +34 -0
  69. package/cjs/components/TextField/ui/Hint/Hint.js +53 -0
  70. package/cjs/components/TextField/ui/Hint/Hint.js.map +1 -0
  71. package/cjs/components/TextField/variations/_clear/base.js +1 -1
  72. package/cjs/components/TextField/variations/_clear/base.js.map +1 -1
  73. package/cjs/components/TextField/variations/_clear/base_1i91sjp.css +1 -0
  74. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  75. package/cjs/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  76. package/cjs/components/{Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate → TextField/variations/_hint-size}/base.js +2 -2
  77. package/cjs/components/TextField/variations/_hint-size/base.js.map +1 -0
  78. package/cjs/components/TextField/variations/_hint-size/base_1x99605.css +1 -0
  79. package/cjs/components/{Tabs/ui/horizontal/HorizontalTabs/variations/_truncate → TextField/variations/_hint-view}/base.js +2 -2
  80. package/cjs/components/TextField/variations/_hint-view/base.js.map +1 -0
  81. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  82. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  83. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  84. package/cjs/components/TextField/variations/_label-placement/base_3domm.css +1 -0
  85. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  86. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  87. package/cjs/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  88. package/cjs/components/TextField/variations/_size/base.js +1 -1
  89. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  90. package/cjs/components/TextField/variations/_size/base_1xdmaqh.css +1 -0
  91. package/cjs/components/TextField/variations/_view/base.js +1 -1
  92. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  93. package/cjs/components/TextField/variations/_view/base_qhyte8.css +1 -0
  94. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  95. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  96. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  97. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +23 -0
  98. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  99. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +23 -0
  100. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  101. package/cjs/index.css +61 -49
  102. package/cjs/utils/index.js.map +1 -1
  103. package/emotion/cjs/components/Autocomplete/Autocomplete.js +4 -2
  104. package/emotion/cjs/components/Badge/Badge.js +2 -9
  105. package/emotion/cjs/components/Badge/Badge.tokens.js +1 -2
  106. package/emotion/cjs/components/Tabs/tokens.js +1 -2
  107. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  108. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  109. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  110. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +5 -5
  111. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  112. package/emotion/cjs/components/TextArea/TextArea.js +115 -23
  113. package/emotion/cjs/components/TextArea/TextArea.styles.js +103 -41
  114. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +6 -1
  115. package/emotion/cjs/components/TextArea/TextArea.tokens.js +45 -5
  116. package/emotion/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  117. package/emotion/cjs/components/TextArea/ui/Hint/Hint.js +53 -0
  118. package/emotion/cjs/components/TextArea/ui/Hint/Hint.types.js +5 -0
  119. package/emotion/cjs/components/TextArea/variations/_clear/base.js +1 -1
  120. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  121. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  122. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  123. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  124. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -1
  125. package/emotion/cjs/components/TextField/TextField.js +103 -13
  126. package/emotion/cjs/components/TextField/TextField.styles.js +88 -37
  127. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +6 -1
  128. package/emotion/cjs/components/TextField/TextField.tokens.js +42 -2
  129. package/emotion/cjs/components/TextField/ui/Hint/Hint.js +53 -0
  130. package/emotion/cjs/components/TextField/ui/Hint/Hint.types.js +5 -0
  131. package/emotion/cjs/components/TextField/variations/_clear/base.js +1 -1
  132. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  133. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  134. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  135. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  136. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  137. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  138. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  139. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  140. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  141. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  142. package/emotion/cjs/components/_Icon/index.js +8 -1
  143. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +14 -17
  144. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  145. package/emotion/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  146. package/emotion/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +15 -18
  147. package/emotion/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +15 -18
  148. package/emotion/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +6 -9
  149. package/emotion/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +6 -9
  150. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -10
  151. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  152. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +20 -13
  153. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  154. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +17 -10
  155. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  156. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +20 -13
  157. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  158. package/emotion/es/components/Autocomplete/Autocomplete.js +4 -2
  159. package/emotion/es/components/Badge/Badge.js +2 -9
  160. package/emotion/es/components/Badge/Badge.tokens.js +1 -2
  161. package/emotion/es/components/Tabs/tokens.js +1 -2
  162. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  163. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  164. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  165. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +5 -5
  166. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  167. package/emotion/es/components/TextArea/TextArea.js +115 -23
  168. package/emotion/es/components/TextArea/TextArea.styles.js +102 -40
  169. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +6 -1
  170. package/emotion/es/components/TextArea/TextArea.tokens.js +45 -5
  171. package/emotion/es/components/TextArea/hooks/useAutoResize.js +2 -4
  172. package/emotion/es/components/TextArea/ui/Hint/Hint.js +44 -0
  173. package/emotion/es/components/TextArea/ui/Hint/Hint.types.js +1 -0
  174. package/emotion/es/components/TextArea/variations/_clear/base.js +2 -2
  175. package/emotion/es/components/TextArea/variations/_hint-size/base.js +5 -0
  176. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  177. package/emotion/es/components/TextArea/variations/_hint-view/base.js +5 -0
  178. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  179. package/emotion/es/components/TextArea/variations/_view/base.js +2 -1
  180. package/emotion/es/components/TextField/TextField.js +102 -12
  181. package/emotion/es/components/TextField/TextField.styles.js +87 -36
  182. package/emotion/es/components/TextField/TextField.template-doc.mdx +6 -1
  183. package/emotion/es/components/TextField/TextField.tokens.js +42 -2
  184. package/emotion/es/components/TextField/ui/Hint/Hint.js +44 -0
  185. package/emotion/es/components/TextField/ui/Hint/Hint.types.js +1 -0
  186. package/emotion/es/components/TextField/variations/_clear/base.js +2 -2
  187. package/emotion/es/components/TextField/variations/_hint-size/base.js +5 -0
  188. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  189. package/emotion/es/components/TextField/variations/_hint-view/base.js +5 -0
  190. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  191. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  192. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  193. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  194. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  195. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  196. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  197. package/emotion/es/components/_Icon/index.js +2 -1
  198. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.config.js +14 -17
  199. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  200. package/emotion/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  201. package/emotion/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +15 -18
  202. package/emotion/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +15 -18
  203. package/emotion/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +6 -9
  204. package/emotion/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +6 -9
  205. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -10
  206. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  207. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +20 -13
  208. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  209. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +17 -10
  210. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  211. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +20 -13
  212. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  213. package/es/components/Autocomplete/Autocomplete.css +35 -19
  214. package/es/components/Autocomplete/Autocomplete.js +4 -2
  215. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  216. package/es/components/Badge/Badge.css +0 -2
  217. package/es/components/Badge/Badge.js +2 -9
  218. package/es/components/Badge/Badge.js.map +1 -1
  219. package/es/components/Badge/Badge.tokens.js +1 -2
  220. package/es/components/Badge/Badge.tokens.js.map +1 -1
  221. package/es/components/Combobox/ComboboxNew/Combobox.css +39 -18
  222. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +39 -18
  223. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +39 -18
  224. package/es/components/DatePicker/RangeDate/RangeDate.css +34 -18
  225. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +34 -18
  226. package/es/components/DatePicker/SingleDate/SingleDate.css +36 -20
  227. package/es/components/Range/Range.css +40 -19
  228. package/es/components/Slider/Slider.css +40 -19
  229. package/es/components/Slider/Slider.js +2 -0
  230. package/es/components/Slider/Slider.js.map +1 -1
  231. package/es/components/Slider/components/Double/Double.css +40 -19
  232. package/es/components/Tabs/tokens.js +1 -2
  233. package/es/components/Tabs/tokens.js.map +1 -1
  234. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +0 -2
  235. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  236. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js.map +1 -1
  237. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +0 -2
  238. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  239. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js.map +1 -1
  240. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +5 -7
  241. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  242. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js.map +1 -1
  243. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  244. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
  245. package/es/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_1yspq9o.css → VerticalTabItem.styles_16d3lah.css} +1 -1
  246. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.css +0 -2
  247. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  248. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js.map +1 -1
  249. package/es/components/TextArea/TextArea.js +115 -23
  250. package/es/components/TextArea/TextArea.js.map +1 -1
  251. package/es/components/TextArea/TextArea.styles.js +160 -64
  252. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  253. package/es/components/TextArea/TextArea.styles_1ke2ihc.css +18 -0
  254. package/es/components/TextArea/TextArea.tokens.js +45 -5
  255. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  256. package/es/components/TextArea/hooks/useAutoResize.js +2 -4
  257. package/es/components/TextArea/hooks/useAutoResize.js.map +1 -1
  258. package/es/components/TextArea/ui/Hint/Hint.css +30 -0
  259. package/es/components/TextArea/ui/Hint/Hint.js +49 -0
  260. package/es/components/TextArea/ui/Hint/Hint.js.map +1 -0
  261. package/es/components/TextArea/variations/_clear/base.js +1 -1
  262. package/es/components/TextArea/variations/_clear/base.js.map +1 -1
  263. package/es/components/TextArea/variations/_clear/base_iz2qkw.css +1 -0
  264. package/es/components/{Tabs/ui/vertical/VerticalTabs/variations/_truncate → TextArea/variations/_hint-size}/base.js +2 -2
  265. package/es/components/TextArea/variations/_hint-size/base.js.map +1 -0
  266. package/es/components/TextArea/variations/_hint-size/base_1ipgv90.css +1 -0
  267. package/es/components/TextArea/variations/_hint-view/base.js +5 -0
  268. package/es/components/TextArea/variations/_hint-view/base.js.map +1 -0
  269. package/es/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  270. package/es/components/TextArea/variations/_view/base.js +1 -1
  271. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  272. package/es/components/TextArea/variations/_view/base_1xgrm3x.css +1 -0
  273. package/es/components/TextField/TextField.js +101 -11
  274. package/es/components/TextField/TextField.js.map +1 -1
  275. package/es/components/TextField/TextField.styles.js +76 -24
  276. package/es/components/TextField/TextField.styles.js.map +1 -1
  277. package/es/components/TextField/TextField.styles_grgg7q.css +22 -0
  278. package/es/components/TextField/TextField.tokens.js +42 -2
  279. package/es/components/TextField/TextField.tokens.js.map +1 -1
  280. package/es/components/TextField/ui/Hint/Hint.css +34 -0
  281. package/es/components/TextField/ui/Hint/Hint.js +49 -0
  282. package/es/components/TextField/ui/Hint/Hint.js.map +1 -0
  283. package/es/components/TextField/variations/_clear/base.js +1 -1
  284. package/es/components/TextField/variations/_clear/base.js.map +1 -1
  285. package/es/components/TextField/variations/_clear/base_1i91sjp.css +1 -0
  286. package/es/components/TextField/variations/_disabled/base.js +1 -1
  287. package/es/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  288. package/es/components/TextField/variations/_hint-size/base.js +5 -0
  289. package/es/components/TextField/variations/_hint-size/base.js.map +1 -0
  290. package/es/components/TextField/variations/_hint-size/base_1x99605.css +1 -0
  291. package/es/components/{Tabs/ui/horizontal/HorizontalTabs/variations/_truncate → TextField/variations/_hint-view}/base.js +2 -2
  292. package/es/components/TextField/variations/_hint-view/base.js.map +1 -0
  293. package/es/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  294. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  295. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  296. package/es/components/TextField/variations/_label-placement/base_3domm.css +1 -0
  297. package/es/components/TextField/variations/_read-only/base.js +1 -1
  298. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  299. package/es/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  300. package/es/components/TextField/variations/_size/base.js +1 -1
  301. package/es/components/TextField/variations/_size/base.js.map +1 -1
  302. package/es/components/TextField/variations/_size/base_1xdmaqh.css +1 -0
  303. package/es/components/TextField/variations/_view/base.js +1 -1
  304. package/es/components/TextField/variations/_view/base.js.map +1 -1
  305. package/es/components/TextField/variations/_view/base_qhyte8.css +1 -0
  306. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  307. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  308. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  309. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js +19 -0
  310. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  311. package/es/components/_Icon/Icons/IconInfoCircleOutline.js +19 -0
  312. package/es/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  313. package/es/index.css +61 -49
  314. package/es/utils/index.js.map +1 -1
  315. package/package.json +2 -2
  316. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +4 -2
  317. package/styled-components/cjs/components/Badge/Badge.js +2 -9
  318. package/styled-components/cjs/components/Badge/Badge.tokens.js +1 -2
  319. package/styled-components/cjs/components/Tabs/tokens.js +1 -2
  320. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  321. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  322. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  323. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  324. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  325. package/styled-components/cjs/components/TextArea/TextArea.js +114 -22
  326. package/styled-components/cjs/components/TextArea/TextArea.styles.js +88 -42
  327. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +6 -1
  328. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +45 -5
  329. package/styled-components/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  330. package/styled-components/cjs/components/TextArea/ui/Hint/Hint.js +53 -0
  331. package/styled-components/cjs/components/TextArea/ui/Hint/Hint.types.js +5 -0
  332. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +1 -1
  333. package/styled-components/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  334. package/styled-components/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  335. package/styled-components/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  336. package/styled-components/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  337. package/styled-components/cjs/components/TextArea/variations/_view/base.js +2 -1
  338. package/styled-components/cjs/components/TextField/TextField.js +102 -12
  339. package/styled-components/cjs/components/TextField/TextField.styles.js +49 -21
  340. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +6 -1
  341. package/styled-components/cjs/components/TextField/TextField.tokens.js +42 -2
  342. package/styled-components/cjs/components/TextField/ui/Hint/Hint.js +53 -0
  343. package/styled-components/cjs/components/TextField/ui/Hint/Hint.types.js +5 -0
  344. package/styled-components/cjs/components/TextField/variations/_clear/base.js +1 -1
  345. package/styled-components/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  346. package/styled-components/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  347. package/styled-components/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  348. package/styled-components/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  349. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  350. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  351. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  352. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  353. package/styled-components/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  354. package/styled-components/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  355. package/styled-components/cjs/components/_Icon/index.js +8 -1
  356. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +0 -3
  357. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  358. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  359. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +0 -3
  360. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +0 -3
  361. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +0 -3
  362. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +0 -3
  363. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +16 -9
  364. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  365. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +16 -9
  366. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  367. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +16 -9
  368. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  369. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +16 -9
  370. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  371. package/styled-components/es/components/Autocomplete/Autocomplete.js +4 -2
  372. package/styled-components/es/components/Badge/Badge.js +2 -9
  373. package/styled-components/es/components/Badge/Badge.tokens.js +1 -2
  374. package/styled-components/es/components/Tabs/tokens.js +1 -2
  375. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  376. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  377. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  378. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  379. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  380. package/styled-components/es/components/TextArea/TextArea.js +114 -22
  381. package/styled-components/es/components/TextArea/TextArea.styles.js +87 -41
  382. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +6 -1
  383. package/styled-components/es/components/TextArea/TextArea.tokens.js +45 -5
  384. package/styled-components/es/components/TextArea/hooks/useAutoResize.js +2 -4
  385. package/styled-components/es/components/TextArea/ui/Hint/Hint.js +44 -0
  386. package/styled-components/es/components/TextArea/ui/Hint/Hint.types.js +1 -0
  387. package/styled-components/es/components/TextArea/variations/_clear/base.js +2 -2
  388. package/styled-components/es/components/TextArea/variations/_hint-size/base.js +5 -0
  389. package/styled-components/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  390. package/styled-components/es/components/TextArea/variations/_hint-view/base.js +5 -0
  391. package/styled-components/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  392. package/styled-components/es/components/TextArea/variations/_view/base.js +2 -1
  393. package/styled-components/es/components/TextField/TextField.js +101 -11
  394. package/styled-components/es/components/TextField/TextField.styles.js +48 -20
  395. package/styled-components/es/components/TextField/TextField.template-doc.mdx +6 -1
  396. package/styled-components/es/components/TextField/TextField.tokens.js +42 -2
  397. package/styled-components/es/components/TextField/ui/Hint/Hint.js +44 -0
  398. package/styled-components/es/components/TextField/ui/Hint/Hint.types.js +1 -0
  399. package/styled-components/es/components/TextField/variations/_clear/base.js +2 -2
  400. package/styled-components/es/components/TextField/variations/_hint-size/base.js +5 -0
  401. package/styled-components/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  402. package/styled-components/es/components/TextField/variations/_hint-view/base.js +5 -0
  403. package/styled-components/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  404. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  405. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  406. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  407. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  408. package/styled-components/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  409. package/styled-components/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  410. package/styled-components/es/components/_Icon/index.js +2 -1
  411. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.config.js +0 -3
  412. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  413. package/styled-components/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  414. package/styled-components/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +0 -3
  415. package/styled-components/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +0 -3
  416. package/styled-components/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +0 -3
  417. package/styled-components/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +0 -3
  418. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +16 -9
  419. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  420. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +16 -9
  421. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  422. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +16 -9
  423. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  424. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +16 -9
  425. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  426. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  427. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +408 -0
  428. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  429. package/types/components/Badge/Badge.d.ts +0 -4
  430. package/types/components/Badge/Badge.d.ts.map +1 -1
  431. package/types/components/Badge/Badge.tokens.d.ts +0 -1
  432. package/types/components/Badge/Badge.tokens.d.ts.map +1 -1
  433. package/types/components/Badge/Badge.types.d.ts +0 -5
  434. package/types/components/Badge/Badge.types.d.ts.map +1 -1
  435. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +408 -0
  436. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  437. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +408 -0
  438. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  439. package/types/components/Dropdown/ui/DropdownOld/utils/index.d.ts +3 -2
  440. package/types/components/Dropdown/ui/DropdownOld/utils/index.d.ts.map +1 -1
  441. package/types/components/Popover/Popover.types.d.ts +2 -3
  442. package/types/components/Popover/Popover.types.d.ts.map +1 -1
  443. package/types/components/Range/Range.styles.d.ts +408 -0
  444. package/types/components/Range/Range.styles.d.ts.map +1 -1
  445. package/types/components/Slider/components/Double/Double.styles.d.ts +408 -0
  446. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  447. package/types/components/Tabs/TabItem.types.d.ts +0 -5
  448. package/types/components/Tabs/TabItem.types.d.ts.map +1 -1
  449. package/types/components/Tabs/Tabs.types.d.ts +0 -5
  450. package/types/components/Tabs/Tabs.types.d.ts.map +1 -1
  451. package/types/components/Tabs/tokens.d.ts +0 -1
  452. package/types/components/Tabs/tokens.d.ts.map +1 -1
  453. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts +0 -3
  454. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts.map +1 -1
  455. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts +0 -3
  456. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts.map +1 -1
  457. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts +0 -3
  458. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts.map +1 -1
  459. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.d.ts.map +1 -1
  460. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +0 -4
  461. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  462. package/types/components/TextArea/TextArea.d.ts +9 -3
  463. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  464. package/types/components/TextArea/TextArea.styles.d.ts +12 -1
  465. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  466. package/types/components/TextArea/TextArea.tokens.d.ts +40 -0
  467. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  468. package/types/components/TextArea/TextArea.types.d.ts +78 -3
  469. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  470. package/types/components/TextArea/hooks/useAutoResize.d.ts.map +1 -1
  471. package/types/components/TextArea/ui/Hint/Hint.d.ts +4 -0
  472. package/types/components/TextArea/ui/Hint/Hint.d.ts.map +1 -0
  473. package/types/components/TextArea/ui/Hint/Hint.types.d.ts +17 -0
  474. package/types/components/TextArea/ui/Hint/Hint.types.d.ts.map +1 -0
  475. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -1
  476. package/types/components/TextArea/variations/_hint-size/base.d.ts.map +1 -0
  477. package/types/components/TextArea/variations/_hint-view/base.d.ts.map +1 -0
  478. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  479. package/types/components/TextField/TextField.d.ts +9 -3
  480. package/types/components/TextField/TextField.d.ts.map +1 -1
  481. package/types/components/TextField/TextField.styles.d.ts +9 -0
  482. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  483. package/types/components/TextField/TextField.tokens.d.ts +40 -0
  484. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  485. package/types/components/TextField/TextField.types.d.ts +73 -2
  486. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  487. package/types/components/TextField/ui/Hint/Hint.d.ts +4 -0
  488. package/types/components/TextField/ui/Hint/Hint.d.ts.map +1 -0
  489. package/types/components/TextField/ui/Hint/Hint.types.d.ts +17 -0
  490. package/types/components/TextField/ui/Hint/Hint.types.d.ts.map +1 -0
  491. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -1
  492. package/types/components/TextField/variations/_hint-size/base.d.ts.map +1 -0
  493. package/types/components/TextField/variations/_hint-view/base.d.ts.map +1 -0
  494. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  495. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  496. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  497. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  498. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts +4 -0
  499. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts.map +1 -0
  500. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts +4 -0
  501. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts.map +1 -0
  502. package/types/components/_Icon/index.d.ts +1 -0
  503. package/types/components/_Icon/index.d.ts.map +1 -1
  504. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts +0 -3
  505. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts.map +1 -1
  506. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts +0 -6
  507. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts.map +1 -1
  508. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +740 -12
  509. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  510. package/types/examples/plasma_b2c/components/Tabs/TabItem.d.ts +0 -6
  511. package/types/examples/plasma_b2c/components/Tabs/TabItem.d.ts.map +1 -1
  512. package/types/examples/plasma_b2c/components/Tabs/Tabs.d.ts +0 -6
  513. package/types/examples/plasma_b2c/components/Tabs/Tabs.d.ts.map +1 -1
  514. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +0 -3
  515. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.d.ts.map +1 -1
  516. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.d.ts +0 -3
  517. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.d.ts.map +1 -1
  518. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.d.ts +0 -3
  519. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.d.ts.map +1 -1
  520. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.d.ts +0 -3
  521. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.d.ts.map +1 -1
  522. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +7 -0
  523. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  524. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +455 -0
  525. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  526. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +7 -0
  527. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  528. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +415 -0
  529. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  530. package/types/examples/plasma_web/components/Badge/Badge.d.ts +0 -3
  531. package/types/examples/plasma_web/components/Badge/Badge.d.ts.map +1 -1
  532. package/types/examples/plasma_web/components/Mask/Mask.d.ts +740 -12
  533. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  534. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +7 -0
  535. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  536. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +455 -0
  537. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  538. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +7 -0
  539. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  540. package/types/examples/plasma_web/components/TextField/TextField.d.ts +415 -0
  541. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  542. package/types/utils/getPopoverPlacement.d.ts +3 -2
  543. package/types/utils/getPopoverPlacement.d.ts.map +1 -1
  544. package/types/utils/index.d.ts +1 -1
  545. package/types/utils/index.d.ts.map +1 -1
  546. package/cjs/components/Badge/variations/_truncate/base.js.map +0 -1
  547. package/cjs/components/Badge/variations/_truncate/base_nf9u2h.css +0 -1
  548. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js.map +0 -1
  549. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base_1b34xv3.css +0 -1
  550. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js.map +0 -1
  551. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base_1kepful.css +0 -1
  552. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js.map +0 -1
  553. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base_1nwonlh.css +0 -1
  554. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -9
  555. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js.map +0 -1
  556. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base_14x17ie.css +0 -1
  557. package/cjs/components/TextArea/TextArea.styles_es0miz.css +0 -11
  558. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +0 -1
  559. package/cjs/components/TextArea/variations/_view/base_td55th.css +0 -1
  560. package/cjs/components/TextField/TextField.styles_1d2ryq.css +0 -15
  561. package/cjs/components/TextField/variations/_clear/base_rit6gc.css +0 -1
  562. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  563. package/cjs/components/TextField/variations/_read-only/base_1n7tghz.css +0 -1
  564. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  565. package/cjs/components/TextField/variations/_view/base_1noe46b.css +0 -1
  566. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  567. package/emotion/cjs/components/Badge/variations/_truncate/base.js +0 -10
  568. package/emotion/cjs/components/Badge/variations/_truncate/tokens.json +0 -1
  569. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -10
  570. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  571. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -11
  572. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  573. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -10
  574. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  575. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -10
  576. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  577. package/emotion/es/components/Badge/variations/_truncate/base.js +0 -4
  578. package/emotion/es/components/Badge/variations/_truncate/tokens.json +0 -1
  579. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -4
  580. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  581. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -5
  582. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  583. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -4
  584. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  585. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -4
  586. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  587. package/es/components/Badge/variations/_truncate/base.js +0 -5
  588. package/es/components/Badge/variations/_truncate/base.js.map +0 -1
  589. package/es/components/Badge/variations/_truncate/base_nf9u2h.css +0 -1
  590. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -5
  591. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js.map +0 -1
  592. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base_1b34xv3.css +0 -1
  593. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js.map +0 -1
  594. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base_1kepful.css +0 -1
  595. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -5
  596. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js.map +0 -1
  597. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base_1nwonlh.css +0 -1
  598. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js.map +0 -1
  599. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base_14x17ie.css +0 -1
  600. package/es/components/TextArea/TextArea.styles_es0miz.css +0 -11
  601. package/es/components/TextArea/variations/_clear/base_vidplj.css +0 -1
  602. package/es/components/TextArea/variations/_view/base_td55th.css +0 -1
  603. package/es/components/TextField/TextField.styles_1d2ryq.css +0 -15
  604. package/es/components/TextField/variations/_clear/base_rit6gc.css +0 -1
  605. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  606. package/es/components/TextField/variations/_read-only/base_1n7tghz.css +0 -1
  607. package/es/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  608. package/es/components/TextField/variations/_view/base_1noe46b.css +0 -1
  609. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  610. package/styled-components/cjs/components/Badge/variations/_truncate/base.js +0 -10
  611. package/styled-components/cjs/components/Badge/variations/_truncate/tokens.json +0 -1
  612. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -10
  613. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  614. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -11
  615. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  616. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -10
  617. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  618. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -10
  619. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  620. package/styled-components/es/components/Badge/variations/_truncate/base.js +0 -4
  621. package/styled-components/es/components/Badge/variations/_truncate/tokens.json +0 -1
  622. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -4
  623. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  624. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -5
  625. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  626. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -4
  627. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  628. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -4
  629. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  630. package/types/components/Badge/variations/_truncate/base.d.ts.map +0 -1
  631. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.d.ts.map +0 -1
  632. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.d.ts.map +0 -1
  633. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.d.ts.map +0 -1
  634. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.d.ts +0 -2
  635. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.d.ts.map +0 -1
  636. /package/types/components/{Badge/variations/_truncate → TextArea/variations/_hint-size}/base.d.ts +0 -0
  637. /package/types/components/{Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate → TextArea/variations/_hint-view}/base.d.ts +0 -0
  638. /package/types/components/{Tabs/ui/horizontal/HorizontalTabs/variations/_truncate → TextField/variations/_hint-size}/base.d.ts +0 -0
  639. /package/types/components/{Tabs/ui/vertical/VerticalTabItem/variations/_truncate → TextField/variations/_hint-view}/base.d.ts +0 -0
@@ -4,7 +4,8 @@ import { action } from '@storybook/addon-actions';
4
4
  import { IconPlaceholder } from '@salutejs/plasma-sb-utils';
5
5
 
6
6
  import { WithTheme } from '../../../_helpers';
7
- import { IconChevronLeft } from '../../../../components/_Icon';
7
+ import { IconCross } from '../../../../components/_Icon';
8
+ import type { PopoverPlacement } from '../Popover/Popover';
8
9
 
9
10
  import { TextField } from './TextField';
10
11
 
@@ -16,7 +17,29 @@ const onChipsChange = action('onChipsChange');
16
17
 
17
18
  const sizes = ['l', 'm', 's', 'xs'];
18
19
  const views = ['default', 'positive', 'warning', 'negative'];
20
+ const hintViews = ['default'];
21
+ const hintSizes = ['m', 's'];
22
+ const hintTriggers = ['hover', 'click'];
19
23
  const labelPlacements = ['outer', 'inner'];
24
+ const placements: Array<PopoverPlacement> = [
25
+ 'top',
26
+ 'top-start',
27
+ 'top-end',
28
+
29
+ 'bottom',
30
+ 'bottom-start',
31
+ 'bottom-end',
32
+
33
+ 'left',
34
+ 'left-start',
35
+ 'left-end',
36
+
37
+ 'right',
38
+ 'right-start',
39
+ 'right-end',
40
+
41
+ 'auto',
42
+ ];
20
43
 
21
44
  const meta: Meta<typeof TextField> = {
22
45
  title: 'plasma_web/TextField',
@@ -70,6 +93,46 @@ const meta: Meta<typeof TextField> = {
70
93
  type: 'inline-radio',
71
94
  },
72
95
  },
96
+ hintText: {
97
+ control: { type: 'text' },
98
+ },
99
+ hintView: {
100
+ options: hintViews,
101
+ control: {
102
+ type: 'select',
103
+ },
104
+ if: { arg: 'hintText', neq: '' },
105
+ },
106
+ hintSize: {
107
+ options: hintSizes,
108
+ control: {
109
+ type: 'select',
110
+ },
111
+ if: { arg: 'hintText', neq: '' },
112
+ },
113
+ hintTrigger: {
114
+ options: hintTriggers,
115
+ control: {
116
+ type: 'inline-radio',
117
+ },
118
+ if: { arg: 'hintText', neq: '' },
119
+ },
120
+ hintPlacement: {
121
+ options: placements,
122
+ control: {
123
+ type: 'select',
124
+ },
125
+ if: { arg: 'hintText', neq: '' },
126
+ mappers: placements,
127
+ },
128
+ hintHasArrow: {
129
+ control: { type: 'boolean' },
130
+ if: { arg: 'hintText', neq: '' },
131
+ },
132
+ hintWidth: {
133
+ control: { type: 'text' },
134
+ if: { arg: 'hintText', neq: '' },
135
+ },
73
136
  },
74
137
  };
75
138
 
@@ -105,13 +168,13 @@ const StoryDemo = ({ enableContentLeft, enableContentRight, view, ...rest }: Sto
105
168
  const iconSize = rest.size === 'xs' ? 'xs' : 's';
106
169
 
107
170
  return (
108
- <div style={{ display: 'flex', flexDirection: 'column', gap: '2rem' }}>
171
+ <div style={{ display: 'flex', flexDirection: 'column', gap: '2rem', width: '70%', margin: '0 auto' }}>
109
172
  <TextField
110
173
  {...rest}
111
174
  enumerationType="plain"
112
175
  value={text}
113
- contentLeft={enableContentLeft ? <IconPlaceholder size={iconSize} /> : undefined}
114
- contentRight={enableContentRight ? <IconPlaceholder size={iconSize} /> : undefined}
176
+ contentLeft={enableContentLeft ? <IconCross color="inherit" size={iconSize} /> : undefined}
177
+ contentRight={enableContentRight ? <IconCross color="inherit" size={iconSize} /> : undefined}
115
178
  view={view}
116
179
  onChange={(e) => {
117
180
  setText(e.target.value);
@@ -145,17 +208,27 @@ export const Default: StoryObj<StoryPropsDefault> = {
145
208
  view: 'default',
146
209
  label: 'Лейбл',
147
210
  labelPlacement: 'outer',
211
+ titleCaption: 'Подпись к полю',
212
+ textBefore: '',
213
+ textAfter: '',
148
214
  placeholder: 'Заполните поле',
149
215
  leftHelper: 'Подсказка к полю',
150
216
  disabled: false,
151
217
  readOnly: false,
152
- required: false,
153
- requiredPlacement: 'right',
154
- optional: false,
155
218
  enableContentLeft: true,
156
219
  enableContentRight: true,
157
220
  clear: false,
158
221
  hasDivider: false,
222
+ optional: false,
223
+ required: false,
224
+ requiredPlacement: 'right',
225
+ hintText: 'Текст подсказки',
226
+ hintTrigger: 'hover',
227
+ hintView: 'default',
228
+ hintSize: 'm',
229
+ hintPlacement: 'auto',
230
+ hintWidth: '10rem',
231
+ hintHasArrow: true,
159
232
  },
160
233
  render: (args) => <StoryDemo {...args} />,
161
234
  };
@@ -176,8 +249,6 @@ type StoryPropsChips = Omit<
176
249
  | 'checked'
177
250
  | 'maxLength'
178
251
  | 'minLength'
179
- | 'required'
180
- | 'optional'
181
252
  | 'enumerationType'
182
253
  > & {
183
254
  enableContentLeft: boolean;
@@ -194,7 +265,7 @@ const StoryChips = ({ enableContentLeft, enableContentRight, view, ...rest }: St
194
265
  {...rest}
195
266
  enumerationType="chip"
196
267
  value={text}
197
- contentLeft={enableContentLeft ? <IconChevronLeft color="inherit" size={iconSize} /> : undefined}
268
+ contentLeft={enableContentLeft ? <IconPlaceholder size={iconSize} /> : undefined}
198
269
  contentRight={enableContentRight ? <IconPlaceholder size={iconSize} /> : undefined}
199
270
  view={view}
200
271
  onChange={(e) => {
@@ -204,6 +275,7 @@ const StoryChips = ({ enableContentLeft, enableContentRight, view, ...rest }: St
204
275
  onFocus={onFocus}
205
276
  onBlur={onBlur}
206
277
  onChangeChips={onChipsChange}
278
+ style={{ width: '70%', margin: '0 auto' }}
207
279
  />
208
280
  );
209
281
  };
@@ -1,4 +1,4 @@
1
- var _excluded = ["value", "onChange", "suggestions", "view", "size", "labelPlacement", "disabled", "readOnly", "label", "leftHelper", "contentLeft", "contentRight", "textBefore", "textAfter", "onScroll", "listMaxHeight", "listWidth", "portal", "filter", "onSuggestionSelect", "threshold", "renderList", "renderListEnd", "onSearch"];
1
+ var _excluded = ["value", "onChange", "suggestions", "view", "size", "labelPlacement", "disabled", "readOnly", "label", "leftHelper", "contentLeft", "contentRight", "textBefore", "textAfter", "onScroll", "listMaxHeight", "listWidth", "portal", "filter", "onSuggestionSelect", "threshold", "renderList", "renderListEnd", "onSearch", "hintText"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
4
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -47,6 +47,7 @@ export var autocompleteRoot = function autocompleteRoot(Root) {
47
47
  renderList = _ref.renderList,
48
48
  renderListEnd = _ref.renderListEnd,
49
49
  onSearch = _ref.onSearch,
50
+ hintText = _ref.hintText,
50
51
  rest = _objectWithoutProperties(_ref, _excluded);
51
52
  var _useReducer = useReducer(focusedReducer, null),
52
53
  _useReducer2 = _slicedToArray(_useReducer, 2),
@@ -144,7 +145,8 @@ export var autocompleteRoot = function autocompleteRoot(Root) {
144
145
  "aria-controls": listId,
145
146
  "aria-expanded": isOpen,
146
147
  "aria-activedescendant": "".concat(listId, "/").concat(focused),
147
- "aria-describedby": helperTextId
148
+ "aria-describedby": helperTextId,
149
+ hintText: String(hintText || '')
148
150
  }, rest)),
149
151
  preventOverflow: false,
150
152
  ref: targetRef,
@@ -1,4 +1,4 @@
1
- var _excluded = ["children", "className", "text", "contentLeft", "contentRight", "size", "view", "pilled", "transparent", "clear", "truncate"];
1
+ var _excluded = ["children", "className", "text", "contentLeft", "contentRight", "size", "view", "pilled", "transparent", "clear"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -9,7 +9,6 @@ import { base as sizeCSS } from './variations/_size/base';
9
9
  import { base as pilledCSS } from './variations/_pilled/base';
10
10
  import { base as transparentCSS } from './variations/_transparent/base';
11
11
  import { base as clearCSS } from './variations/_clear/base';
12
- import { base as truncateCSS } from './variations/_truncate/base';
13
12
  import { StyledContentLeft, StyledContentMain, StyledContentRight, base } from './Badge.styles';
14
13
  import { classes } from './Badge.tokens';
15
14
  export var badgeRoot = function badgeRoot(Root) {
@@ -27,8 +26,6 @@ export var badgeRoot = function badgeRoot(Root) {
27
26
  transparent = _props$transparent === void 0 ? false : _props$transparent,
28
27
  _props$clear = props.clear,
29
28
  clear = _props$clear === void 0 ? false : _props$clear,
30
- _props$truncate = props.truncate,
31
- truncate = _props$truncate === void 0 ? false : _props$truncate,
32
29
  rest = _objectWithoutProperties(props, _excluded);
33
30
  var pilledClass = pilled ? classes.badgePilled : undefined;
34
31
  var transparentClass = transparent ? classes.badgeTransparent : undefined;
@@ -36,7 +33,7 @@ export var badgeRoot = function badgeRoot(Root) {
36
33
  var txt = !text && typeof children === 'string' ? children : text;
37
34
  return /*#__PURE__*/React.createElement(Root, _extends({
38
35
  ref: ref,
39
- className: cx(pilledClass, transparentClass, clearClass, truncate && classes.badgeTruncate, className),
36
+ className: cx(pilledClass, transparentClass, clearClass, className),
40
37
  view: view,
41
38
  size: size,
42
39
  pilled: pilled,
@@ -68,10 +65,6 @@ export var badgeConfig = {
68
65
  clear: {
69
66
  css: clearCSS,
70
67
  attrs: true
71
- },
72
- truncate: {
73
- css: truncateCSS,
74
- attrs: true
75
68
  }
76
69
  },
77
70
  defaults: {
@@ -1,8 +1,7 @@
1
1
  export var classes = {
2
2
  badgePilled: 'badge-pilled',
3
3
  badgeTransparent: 'badge-transparent',
4
- badgeClear: 'badge-clear',
5
- badgeTruncate: 'badge-truncate'
4
+ badgeClear: 'badge-clear'
6
5
  };
7
6
  export var tokens = {
8
7
  background: '--plasma-badge-background',
@@ -14,8 +14,7 @@ export var classes = {
14
14
  tabsHasTopArrow: 'tabs-has-top-arrow',
15
15
  tabsHasBottomArrow: 'tabs-has-bottom-arrow',
16
16
  tabsClipScroll: 'tabs-clip-scroll',
17
- tabsClipShowAll: 'tabs-clip-show-all',
18
- tabsTruncate: 'tabs-truncate'
17
+ tabsClipShowAll: 'tabs-clip-show-all'
19
18
  };
20
19
  export var tokens = {
21
20
  disabledOpacity: '--plasma-tabs-disabled-opacity',
@@ -1,4 +1,4 @@
1
- var _excluded = ["size", "view", "isActive", "selected", "disabled", "pilled", "children", "value", "contentLeft", "contentRight", "animated", "onIndexChange", "itemIndex", "tabIndex", "className", "onClick", "truncate"];
1
+ var _excluded = ["size", "view", "isActive", "selected", "disabled", "pilled", "children", "value", "contentLeft", "contentRight", "animated", "onIndexChange", "itemIndex", "tabIndex", "className", "onClick"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -11,7 +11,6 @@ import { base as viewCSS } from './variations/_view/base';
11
11
  import { base as sizeCSS } from './variations/_size/base';
12
12
  import { base as pilledCSS } from './variations/_pilled/base';
13
13
  import { base as disabledCSS } from './variations/_disabled/base';
14
- import { base as truncateCSS } from './variations/_truncate/base';
15
14
  import { LeftContent, RightContent, StyledContent, TabItemValue, base } from './HorizontalTabItem.styles';
16
15
  export var horizontalTabItemRoot = function horizontalTabItemRoot(Root) {
17
16
  return /*#__PURE__*/forwardRef(function (props, outerRef) {
@@ -34,7 +33,6 @@ export var horizontalTabItemRoot = function horizontalTabItemRoot(Root) {
34
33
  tabIndex = props.tabIndex,
35
34
  className = props.className,
36
35
  onClick = props.onClick,
37
- truncate = props.truncate,
38
36
  rest = _objectWithoutProperties(props, _excluded);
39
37
  var innerRef = useRef(null);
40
38
  var ref = useForkRef(outerRef, innerRef);
@@ -96,10 +94,9 @@ export var horizontalTabItemRoot = function horizontalTabItemRoot(Root) {
96
94
  role: role,
97
95
  view: view,
98
96
  size: size,
99
- truncate: truncate,
100
97
  onFocus: onItemFocus,
101
98
  tabIndex: hasKeyNavigation ? navigationTabIndex : tabIndex,
102
- className: cx(pilledClass, selectedClass, animatedClass, truncate && classes.tabsTruncate, className),
99
+ className: cx(pilledClass, selectedClass, animatedClass, className),
103
100
  onClick: handleClick
104
101
  }, rest), /*#__PURE__*/React.createElement(React.Fragment, null, contentLeft && /*#__PURE__*/React.createElement(LeftContent, {
105
102
  className: classes.tabLeftContent
@@ -128,9 +125,6 @@ export var horizontalTabItemConfig = {
128
125
  },
129
126
  pilled: {
130
127
  css: pilledCSS
131
- },
132
- truncate: {
133
- css: truncateCSS
134
128
  }
135
129
  },
136
130
  defaults: {
@@ -1,4 +1,4 @@
1
- var _excluded = ["id", "stretch", "disabled", "clip", "size", "view", "children", "pilled", "index", "className", "truncate"];
1
+ var _excluded = ["id", "stretch", "disabled", "clip", "size", "view", "children", "pilled", "index", "className"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
4
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -19,7 +19,6 @@ import { base as viewCSS } from './variations/_view/base';
19
19
  import { base as disabledCSS } from './variations/_disabled/base';
20
20
  import { base as pilledCSS } from './variations/_pilled/base';
21
21
  import { base as stretchCSS } from './variations/_stretch/base';
22
- import { base as truncateCSS } from './variations/_truncate/base';
23
22
  import { StyledArrow, StyledContent, StyledContentWrapper, base } from './HorizontalTabs.styles';
24
23
  var Keys = /*#__PURE__*/function (Keys) {
25
24
  Keys[Keys["end"] = 35] = "end";
@@ -44,8 +43,6 @@ export var horizontalTabsRoot = function horizontalTabsRoot(Root) {
44
43
  pilled = _props$pilled === void 0 ? false : _props$pilled,
45
44
  index = props.index,
46
45
  className = props.className,
47
- _props$truncate = props.truncate,
48
- truncate = _props$truncate === void 0 ? false : _props$truncate,
49
46
  rest = _objectWithoutProperties(props, _excluded);
50
47
  var _useState = useState(true),
51
48
  _useState2 = _slicedToArray(_useState, 2),
@@ -63,8 +60,7 @@ export var horizontalTabsRoot = function horizontalTabsRoot(Root) {
63
60
  var isFilled = view === 'filled'; // outer padding is only for filled view
64
61
  var pilledAttr = view !== 'clear' && pilled;
65
62
  var pilledClass = pilledAttr ? classes.tabsPilled : undefined;
66
- var canStretch = truncate ? true : firstItemVisible && lastItemVisible;
67
- var stretchClass = canStretch && stretch ? classes.tabsStretch : undefined;
63
+ var stretchClass = firstItemVisible && lastItemVisible && stretch ? classes.tabsStretch : undefined;
68
64
  var hasLeftArrowClass = !firstItemVisible ? classes.tabsHasLeftArrow : undefined;
69
65
  var hasRightArrowClass = !lastItemVisible ? classes.tabsHasRightArrow : undefined;
70
66
  var clipScrollClass = clip === 'scroll' ? classes.tabsClipScroll : undefined;
@@ -199,8 +195,7 @@ export var horizontalTabsRoot = function horizontalTabsRoot(Root) {
199
195
  id: tabsId,
200
196
  ref: outerRef,
201
197
  disabled: disabled,
202
- truncate: truncate,
203
- className: cx(pilledClass, stretchClass, hasLeftArrowClass, hasRightArrowClass, truncate && classes.tabsTruncate, className),
198
+ className: cx(pilledClass, stretchClass, hasLeftArrowClass, hasRightArrowClass, className),
204
199
  onKeyDown: onKeyDown
205
200
  }, rest), !firstItemVisible && PreviousButton, /*#__PURE__*/React.createElement(StyledContentWrapper, {
206
201
  className: cx(clipScrollClass, clipShowAllClass),
@@ -233,9 +228,6 @@ export var horizontalTabsConfig = {
233
228
  },
234
229
  pilled: {
235
230
  css: pilledCSS
236
- },
237
- truncate: {
238
- css: truncateCSS
239
231
  }
240
232
  },
241
233
  defaults: {
@@ -1,4 +1,4 @@
1
- var _excluded = ["size", "view", "selected", "disabled", "children", "value", "contentLeft", "contentRight", "onIndexChange", "itemIndex", "tabIndex", "className", "onClick", "truncate"];
1
+ var _excluded = ["size", "view", "selected", "disabled", "children", "value", "contentLeft", "contentRight", "onIndexChange", "itemIndex", "tabIndex", "className", "onClick"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -11,7 +11,6 @@ import { base, LeftContent, RightContent, StyledContent, TabItemValue } from './
11
11
  import { base as viewCSS } from './variations/_view/base';
12
12
  import { base as sizeCSS } from './variations/_size/base';
13
13
  import { base as disabledCSS } from './variations/_disabled/base';
14
- import { base as truncateCSS } from './variations/_truncate/base';
15
14
  export var verticalTabItemRoot = function verticalTabItemRoot(Root) {
16
15
  return /*#__PURE__*/forwardRef(function (props, outerRef) {
17
16
  var size = props.size,
@@ -28,7 +27,6 @@ export var verticalTabItemRoot = function verticalTabItemRoot(Root) {
28
27
  tabIndex = props.tabIndex,
29
28
  className = props.className,
30
29
  onClick = props.onClick,
31
- truncate = props.truncate,
32
30
  rest = _objectWithoutProperties(props, _excluded);
33
31
  var innerRef = useRef(null);
34
32
  var ref = useForkRef(outerRef, innerRef);
@@ -85,10 +83,9 @@ export var verticalTabItemRoot = function verticalTabItemRoot(Root) {
85
83
  role: role,
86
84
  view: view,
87
85
  size: size,
88
- truncate: truncate,
89
86
  onFocus: onItemFocus,
90
87
  tabIndex: hasKeyNavigation ? navigationTabIndex : tabIndex,
91
- className: cx(selectedClass, truncate && classes.tabsTruncate, className),
88
+ className: cx(selectedClass, className),
92
89
  onClick: handleClick
93
90
  }, rest), /*#__PURE__*/React.createElement(React.Fragment, null, contentLeft && /*#__PURE__*/React.createElement(LeftContent, {
94
91
  className: classes.tabLeftContent
@@ -114,9 +111,6 @@ export var verticalTabItemConfig = {
114
111
  disabled: {
115
112
  css: disabledCSS,
116
113
  attrs: true
117
- },
118
- truncate: {
119
- css: truncateCSS
120
114
  }
121
115
  },
122
116
  defaults: {
@@ -9,15 +9,15 @@ export var base = /*#__PURE__*/css("position:relative;display:flex;align-items:c
9
9
  outlineColor: /*#__PURE__*/"var(".concat(tokens.outlineFocusColor, ")"),
10
10
  outlineRadius: 'calc(var(--plasma_private-outline-radius) + 0.063rem)',
11
11
  customFocusRules: /*#__PURE__*/"\n &.focus-visible:focus,\n &[data-focus-visible-added] {\n &::before {\n z-index: 1;\n outline: none;\n box-shadow: 0 0 0 0.063rem var(".concat(tokens.outlineFocusColor, ");\n }\n }\n ")
12
- }), ";;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFiSXRlbS9WZXJ0aWNhbFRhYkl0ZW0uc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBhZGRGb2N1cyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL21peGlucyc7XG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICBnYXA6IHZhcigke3Rva2Vucy5pdGVtQ29udGVudEdhcH0pO1xuICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5pdGVtUGFkZGluZ09yaWVudGF0aW9uVmVydGljYWx9KTtcblxuICAgIGFwcGVhcmFuY2U6IG5vbmU7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIG91dGxpbmU6IG5vbmU7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7XG5cbiAgICAke2FkZEZvY3VzKHtcbiAgICAgICAgb3V0bGluZVNpemU6ICcwLjA2M3JlbScsXG4gICAgICAgIG91dGxpbmVPZmZzZXQ6ICctMC4xMjVyZW0nLFxuICAgICAgICBvdXRsaW5lQ29sb3I6IGB2YXIoJHt0b2tlbnMub3V0bGluZUZvY3VzQ29sb3J9KWAsXG4gICAgICAgIG91dGxpbmVSYWRpdXM6ICdjYWxjKHZhcigtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzKSArIDAuMDYzcmVtKScsXG4gICAgICAgIGN1c3RvbUZvY3VzUnVsZXM6IGBcbiAgICAgICAgICAgICYuZm9jdXMtdmlzaWJsZTpmb2N1cyxcbiAgICAgICAgICAgICZbZGF0YS1mb2N1cy12aXNpYmxlLWFkZGVkXSB7XG4gICAgICAgICAgICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgei1pbmRleDogMTtcbiAgICAgICAgICAgICAgICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdzogMCAwIDAgMC4wNjNyZW0gdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICBgLFxuICAgIH0pfTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuXG4gICAgcGFkZGluZzogMCB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRQYWRkaW5nQ2xlYXJ9LCB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRQYWRkaW5nfSkpO1xuYDtcblxuZXhwb3J0IGNvbnN0IFRhYkl0ZW1WYWx1ZSA9IHN0eWxlZC5zcGFuYFxuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtVmFsdWVDb2xvcn0pO1xuYDtcblxuZXhwb3J0IGNvbnN0IFJpZ2h0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgTGVmdENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcbiJdfQ== */"));
12
+ }), ";;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFiSXRlbS9WZXJ0aWNhbFRhYkl0ZW0uc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBhZGRGb2N1cyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL21peGlucyc7XG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICBnYXA6IHZhcigke3Rva2Vucy5pdGVtQ29udGVudEdhcH0pO1xuICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5pdGVtUGFkZGluZ09yaWVudGF0aW9uVmVydGljYWx9KTtcblxuICAgIGFwcGVhcmFuY2U6IG5vbmU7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIG91dGxpbmU6IG5vbmU7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7XG5cbiAgICAke2FkZEZvY3VzKHtcbiAgICAgICAgb3V0bGluZVNpemU6ICcwLjA2M3JlbScsXG4gICAgICAgIG91dGxpbmVPZmZzZXQ6ICctMC4xMjVyZW0nLFxuICAgICAgICBvdXRsaW5lQ29sb3I6IGB2YXIoJHt0b2tlbnMub3V0bGluZUZvY3VzQ29sb3J9KWAsXG4gICAgICAgIG91dGxpbmVSYWRpdXM6ICdjYWxjKHZhcigtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzKSArIDAuMDYzcmVtKScsXG4gICAgICAgIGN1c3RvbUZvY3VzUnVsZXM6IGBcbiAgICAgICAgICAgICYuZm9jdXMtdmlzaWJsZTpmb2N1cyxcbiAgICAgICAgICAgICZbZGF0YS1mb2N1cy12aXNpYmxlLWFkZGVkXSB7XG4gICAgICAgICAgICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgei1pbmRleDogMTtcbiAgICAgICAgICAgICAgICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdzogMCAwIDAgMC4wNjNyZW0gdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICBgLFxuICAgIH0pfTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuXG4gICAgcGFkZGluZzogMCB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRQYWRkaW5nQ2xlYXJ9LCB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRQYWRkaW5nfSkpO1xuYDtcblxuZXhwb3J0IGNvbnN0IFRhYkl0ZW1WYWx1ZSA9IHN0eWxlZC5zcGFuYFxuICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3J9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBSaWdodENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IExlZnRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG4iXX0= */"));
13
13
  export var StyledContent = /*#__PURE__*/_styled("div", {
14
14
  target: "e14j6us03",
15
15
  label: "plasma-new-hope__StyledContent"
16
- })("display:inline-block;width:fit-content;padding:0 var(", tokens.itemContentPaddingClear, ", var(", tokens.itemContentPadding, "));" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5Q3VDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3J9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBSaWdodENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IExlZnRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG4iXX0= */"));
16
+ })("display:inline-block;width:fit-content;padding:0 var(", tokens.itemContentPaddingClear, ", var(", tokens.itemContentPadding, "));" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5Q3VDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */"));
17
17
  export var TabItemValue = /*#__PURE__*/_styled("span", {
18
18
  target: "e14j6us02",
19
19
  label: "plasma-new-hope__TabItemValue"
20
- })("white-space:nowrap;color:var(", tokens.itemValueColor, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnRHVDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3J9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBSaWdodENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IExlZnRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG4iXX0= */"));
20
+ })("color:var(", tokens.itemValueColor, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnRHVDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */"));
21
21
  export var RightContent = /*#__PURE__*/_styled("div", {
22
22
  target: "e14j6us01",
23
23
  label: "plasma-new-hope__RightContent"
@@ -27,7 +27,7 @@ export var RightContent = /*#__PURE__*/_styled("div", {
27
27
  } : {
28
28
  name: "uvu4os",
29
29
  styles: "display:flex;color:inherit;&:hover{color:inherit;}",
30
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFxRHNDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3J9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBSaWdodENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IExlZnRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG4iXX0= */",
30
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvRHNDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */",
31
31
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
32
32
  });
33
33
  export var LeftContent = /*#__PURE__*/_styled("div", {
@@ -39,6 +39,6 @@ export var LeftContent = /*#__PURE__*/_styled("div", {
39
39
  } : {
40
40
  name: "uvu4os",
41
41
  styles: "display:flex;color:inherit;&:hover{color:inherit;}",
42
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE4RHFDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3J9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBSaWdodENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IExlZnRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG4iXX0= */",
42
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE2RHFDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */",
43
43
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
44
44
  });
@@ -1,4 +1,4 @@
1
- var _excluded = ["id", "disabled", "clip", "size", "view", "children", "index", "className", "orientation", "hasDivider", "truncate"];
1
+ var _excluded = ["id", "disabled", "clip", "size", "view", "children", "index", "className", "orientation", "hasDivider"];
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
3
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
4
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -18,7 +18,6 @@ import { base, StyledArrow, StyledContent, StyledContentWrapper } from './Vertic
18
18
  import { base as sizeCSS } from './variations/_size/base';
19
19
  import { base as viewCSS } from './variations/_view/base';
20
20
  import { base as disabledCSS } from './variations/_disabled/base';
21
- import { base as truncateCSS } from './variations/_truncate/base';
22
21
  var Keys = /*#__PURE__*/function (Keys) {
23
22
  Keys[Keys["end"] = 35] = "end";
24
23
  Keys[Keys["home"] = 36] = "home";
@@ -41,8 +40,6 @@ export var verticalTabsRoot = function verticalTabsRoot(Root) {
41
40
  orientation = props.orientation,
42
41
  _props$hasDivider = props.hasDivider,
43
42
  hasDivider = _props$hasDivider === void 0 ? true : _props$hasDivider,
44
- _props$truncate = props.truncate,
45
- truncate = _props$truncate === void 0 ? false : _props$truncate,
46
43
  rest = _objectWithoutProperties(props, _excluded);
47
44
  var _useState = useState(true),
48
45
  _useState2 = _slicedToArray(_useState, 2),
@@ -184,8 +181,7 @@ export var verticalTabsRoot = function verticalTabsRoot(Root) {
184
181
  id: tabsId,
185
182
  ref: outerRef,
186
183
  disabled: disabled,
187
- truncate: truncate,
188
- className: cx(hasTopArrowClass, hasBottomArrowClass, noDividerClass, truncate && classes.tabsTruncate, className),
184
+ className: cx(hasTopArrowClass, hasBottomArrowClass, noDividerClass, className),
189
185
  onKeyDown: onKeyDown,
190
186
  orientation: orientation
191
187
  }, rest), !firstItemVisible && PreviousButton, /*#__PURE__*/React.createElement(StyledContentWrapper, {
@@ -212,10 +208,6 @@ export var verticalTabsConfig = {
212
208
  disabled: {
213
209
  css: disabledCSS,
214
210
  attrs: true
215
- },
216
- truncate: {
217
- css: truncateCSS,
218
- attrs: true
219
211
  }
220
212
  },
221
213
  defaults: {