@salutejs/plasma-new-hope 0.163.0-canary.1452.11263420833.0 → 0.163.0-canary.1466.11269016047.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (815) hide show
  1. package/cjs/components/Slider/Slider.css +13 -15
  2. package/cjs/components/Slider/Slider.js +3 -11
  3. package/cjs/components/Slider/Slider.js.map +1 -1
  4. package/cjs/components/Slider/Slider.tokens.js +5 -17
  5. package/cjs/components/Slider/Slider.tokens.js.map +1 -1
  6. package/cjs/components/Slider/components/Double/Double.css +8 -8
  7. package/cjs/components/Slider/components/Double/Double.js +9 -17
  8. package/cjs/components/Slider/components/Double/Double.js.map +1 -1
  9. package/cjs/components/Slider/components/Single/Single.css +14 -14
  10. package/cjs/components/Slider/components/Single/Single.js +31 -57
  11. package/cjs/components/Slider/components/Single/Single.js.map +1 -1
  12. package/cjs/components/Slider/components/Single/Single.styles.js +4 -4
  13. package/cjs/components/Slider/components/Single/Single.styles.js.map +1 -1
  14. package/cjs/components/Slider/components/Single/Single.styles_1r9f1e0.css +6 -0
  15. package/cjs/components/Slider/components/SliderBase/SliderBase.css +5 -5
  16. package/cjs/components/Slider/components/SliderBase/SliderBase.js +12 -27
  17. package/cjs/components/Slider/components/SliderBase/SliderBase.js.map +1 -1
  18. package/cjs/components/Slider/components/SliderBase/SliderBase.styles.js +7 -7
  19. package/cjs/components/Slider/components/SliderBase/SliderBase.styles.js.map +1 -1
  20. package/cjs/components/Slider/components/SliderBase/SliderBase.styles_9s4eb3.css +5 -0
  21. package/cjs/components/Slider/ui/Handler/Handler.css +3 -3
  22. package/cjs/components/Slider/ui/Handler/Handler.js +89 -50
  23. package/cjs/components/Slider/ui/Handler/Handler.js.map +1 -1
  24. package/cjs/components/Slider/ui/Handler/Handler.styles.js +7 -17
  25. package/cjs/components/Slider/ui/Handler/Handler.styles.js.map +1 -1
  26. package/cjs/components/Slider/ui/Handler/Handler.styles_8crx5z.css +2 -0
  27. package/cjs/components/Slider/ui/Thumb/Thumb.css +1 -1
  28. package/cjs/components/Slider/ui/Thumb/Thumb.js +2 -3
  29. package/cjs/components/Slider/ui/Thumb/Thumb.js.map +1 -1
  30. package/cjs/components/Slider/ui/Thumb/Thumb.styles.js +1 -1
  31. package/cjs/components/Slider/ui/Thumb/Thumb.styles.js.map +1 -1
  32. package/cjs/components/Slider/ui/Thumb/Thumb.styles_4w4gzn.css +1 -0
  33. package/cjs/components/Slider/utils/index.js +10 -28
  34. package/cjs/components/Slider/utils/index.js.map +1 -1
  35. package/cjs/components/Slider/variations/_view/base.js +1 -1
  36. package/cjs/components/Slider/variations/_view/base.js.map +1 -1
  37. package/cjs/components/Slider/variations/_view/base_x642ct.css +1 -0
  38. package/cjs/components/Tabs/createTabsController.js.map +1 -1
  39. package/cjs/components/Tabs/tokens.js +12 -4
  40. package/cjs/components/Tabs/tokens.js.map +1 -1
  41. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +13 -0
  42. package/cjs/components/Tabs/ui/{TabItem/TabItem.js → horizontal/HorizontalTabItem/HorizontalTabItem.js} +22 -18
  43. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js.map +1 -0
  44. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +35 -0
  45. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js.map +1 -0
  46. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles_hfqv5b.css +5 -0
  47. package/cjs/components/Tabs/ui/{Tabs/variations/_size → horizontal/HorizontalTabItem/variations/_disabled}/base.js +2 -2
  48. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base.js.map +1 -0
  49. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base_1ogr2cm.css +1 -0
  50. package/cjs/components/Tabs/ui/{TabItem/variations/_disabled → horizontal/HorizontalTabItem/variations/_pilled}/base.js +2 -2
  51. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.js.map +1 -0
  52. package/cjs/components/Tabs/ui/{TabItem/variations/_pilled/base_l36za5.css → horizontal/HorizontalTabItem/variations/_pilled/base_1blwjaf.css} +1 -1
  53. package/cjs/components/Tabs/ui/{TabItem/variations/_pilled → horizontal/HorizontalTabItem/variations/_size}/base.js +2 -2
  54. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base.js.map +1 -0
  55. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base_kcn71r.css +1 -0
  56. package/cjs/components/Tabs/ui/{TabItem/variations/_size → horizontal/HorizontalTabItem/variations/_view}/base.js +2 -2
  57. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.js.map +1 -0
  58. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base_4zingj.css +1 -0
  59. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +16 -0
  60. package/cjs/components/Tabs/ui/{Tabs/Tabs.js → horizontal/HorizontalTabs/HorizontalTabs.js} +21 -21
  61. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js.map +1 -0
  62. package/cjs/components/Tabs/ui/{Tabs/Tabs.styles.js → horizontal/HorizontalTabs/HorizontalTabs.styles.js} +10 -10
  63. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.js.map +1 -0
  64. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles_16kuvxt.css +4 -0
  65. package/cjs/components/Tabs/ui/{TabItem/variations/_view → horizontal/HorizontalTabs/variations/_disabled}/base.js +2 -2
  66. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base.js.map +1 -0
  67. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base_j9bg3m.css +1 -0
  68. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js +9 -0
  69. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js.map +1 -0
  70. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base_r0ggur.css +1 -0
  71. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.js +9 -0
  72. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.js.map +1 -0
  73. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base_1sq08yf.css +1 -0
  74. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js +9 -0
  75. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js.map +1 -0
  76. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base_1j9ii1x.css +1 -0
  77. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +9 -0
  78. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js.map +1 -0
  79. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_9miwn.css +1 -0
  80. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +11 -0
  81. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +126 -0
  82. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js.map +1 -0
  83. package/cjs/components/Tabs/ui/{TabItem/TabItem.styles.js → vertical/VerticalTabItem/VerticalTabItem.styles.js} +12 -6
  84. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -0
  85. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles_16d3lah.css +5 -0
  86. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js +9 -0
  87. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js.map +1 -0
  88. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base_13f4t5k.css +1 -0
  89. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js +9 -0
  90. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js.map +1 -0
  91. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base_322rr.css +1 -0
  92. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js +9 -0
  93. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js.map +1 -0
  94. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base_fueiq8.css +1 -0
  95. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.css +12 -0
  96. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +220 -0
  97. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js.map +1 -0
  98. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js +29 -0
  99. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js.map +1 -0
  100. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles_1fr5ovg.css +4 -0
  101. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js +9 -0
  102. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js.map +1 -0
  103. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base_do8935.css +1 -0
  104. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js +9 -0
  105. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js.map +1 -0
  106. package/cjs/components/Tabs/ui/{Tabs/variations/_size/base_iw773q.css → vertical/VerticalTabs/variations/_size/base_1sekozo.css} +1 -1
  107. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js +9 -0
  108. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js.map +1 -0
  109. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base_rze03c.css +1 -0
  110. package/cjs/index.css +54 -32
  111. package/cjs/index.js +12 -6
  112. package/cjs/index.js.map +1 -1
  113. package/cjs/utils/index.js.map +1 -1
  114. package/emotion/cjs/components/Badge/Badge.template-doc.mdx +3 -1
  115. package/emotion/cjs/components/Slider/Slider.js +2 -10
  116. package/emotion/cjs/components/Slider/Slider.tokens.js +5 -17
  117. package/emotion/cjs/components/Slider/components/Double/Double.js +5 -13
  118. package/emotion/cjs/components/Slider/components/Single/Single.js +31 -57
  119. package/emotion/cjs/components/Slider/components/Single/Single.styles.js +9 -18
  120. package/emotion/cjs/components/Slider/components/SliderBase/SliderBase.js +12 -27
  121. package/emotion/cjs/components/Slider/components/SliderBase/SliderBase.styles.js +10 -10
  122. package/emotion/cjs/components/Slider/ui/Handler/Handler.js +89 -53
  123. package/emotion/cjs/components/Slider/ui/Handler/Handler.styles.js +15 -9
  124. package/emotion/cjs/components/Slider/ui/Thumb/Thumb.js +2 -3
  125. package/emotion/cjs/components/Slider/ui/Thumb/Thumb.styles.js +3 -3
  126. package/emotion/cjs/components/Slider/utils/index.js +10 -28
  127. package/emotion/cjs/components/Slider/variations/_view/base.js +1 -2
  128. package/emotion/cjs/components/Tabs/Tabs.template-doc.mdx +86 -21
  129. package/emotion/cjs/components/Tabs/index.js +36 -10
  130. package/emotion/cjs/components/Tabs/tokens.js +12 -4
  131. package/{styled-components/cjs/components/Tabs/ui/TabItem/TabItem.js → emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js} +19 -15
  132. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +51 -0
  133. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base.js +9 -0
  134. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.js +9 -0
  135. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base.js +9 -0
  136. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.js +10 -0
  137. package/{styled-components/cjs/components/Tabs/ui/Tabs/Tabs.js → emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js} +17 -17
  138. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.js +55 -0
  139. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base.js +9 -0
  140. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js +9 -0
  141. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.js +9 -0
  142. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js +10 -0
  143. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +9 -0
  144. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +128 -0
  145. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +51 -0
  146. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js +9 -0
  147. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js +9 -0
  148. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/tokens.json +11 -0
  149. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js +10 -0
  150. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +226 -0
  151. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js +46 -0
  152. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js +9 -0
  153. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js +9 -0
  154. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_size/tokens.json +1 -0
  155. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js +9 -0
  156. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +14 -13
  157. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  158. package/emotion/cjs/examples/plasma_b2c/components/Slider/Slider.config.js +7 -7
  159. package/emotion/cjs/examples/plasma_b2c/components/Slider/Slider.stories.tsx +16 -90
  160. package/emotion/cjs/examples/plasma_b2c/components/Tabs/TabItem.js +14 -3
  161. package/emotion/cjs/examples/plasma_b2c/components/Tabs/Tabs.js +14 -3
  162. package/emotion/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +428 -71
  163. package/emotion/cjs/examples/plasma_b2c/components/Tabs/TabsController.js +8 -3
  164. package/emotion/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +39 -0
  165. package/emotion/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +41 -0
  166. package/emotion/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +28 -0
  167. package/emotion/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +28 -0
  168. package/emotion/cjs/examples/plasma_web/components/Badge/Badge.config.js +14 -13
  169. package/emotion/cjs/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  170. package/emotion/cjs/examples/plasma_web/components/Slider/Slider.config.js +7 -7
  171. package/emotion/cjs/examples/plasma_web/components/Slider/Slider.stories.tsx +15 -90
  172. package/emotion/cjs/examples/plasma_web/components/Tabs/TabItem.js +14 -3
  173. package/emotion/cjs/examples/plasma_web/components/Tabs/Tabs.js +14 -3
  174. package/emotion/cjs/examples/plasma_web/components/Tabs/Tabs.stories.tsx +428 -71
  175. package/emotion/cjs/examples/plasma_web/components/Tabs/TabsController.js +8 -3
  176. package/emotion/cjs/examples/plasma_web/components/Tabs/horizontal/HorizontalTabItem.config.js +39 -0
  177. package/emotion/cjs/examples/plasma_web/components/Tabs/horizontal/HorizontalTabs.config.js +41 -0
  178. package/emotion/cjs/examples/plasma_web/components/Tabs/vertical/VerticalTabItem.config.js +28 -0
  179. package/emotion/cjs/examples/plasma_web/components/Tabs/vertical/VerticalTabs.config.js +28 -0
  180. package/emotion/es/components/Badge/Badge.template-doc.mdx +3 -1
  181. package/emotion/es/components/Slider/Slider.js +2 -11
  182. package/emotion/es/components/Slider/Slider.tokens.js +5 -17
  183. package/emotion/es/components/Slider/components/Double/Double.js +5 -13
  184. package/emotion/es/components/Slider/components/Single/Single.js +32 -58
  185. package/emotion/es/components/Slider/components/Single/Single.styles.js +8 -17
  186. package/emotion/es/components/Slider/components/SliderBase/SliderBase.js +12 -27
  187. package/emotion/es/components/Slider/components/SliderBase/SliderBase.styles.js +11 -11
  188. package/emotion/es/components/Slider/ui/Handler/Handler.js +87 -52
  189. package/emotion/es/components/Slider/ui/Handler/Handler.styles.js +16 -10
  190. package/emotion/es/components/Slider/ui/Thumb/Thumb.js +2 -3
  191. package/emotion/es/components/Slider/ui/Thumb/Thumb.styles.js +3 -3
  192. package/emotion/es/components/Slider/utils/index.js +10 -28
  193. package/emotion/es/components/Slider/variations/_view/base.js +1 -2
  194. package/emotion/es/components/Tabs/Tabs.template-doc.mdx +86 -21
  195. package/emotion/es/components/Tabs/index.js +4 -2
  196. package/emotion/es/components/Tabs/tokens.js +12 -4
  197. package/{styled-components/es/components/Tabs/ui/TabItem/TabItem.js → emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js} +15 -11
  198. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +44 -0
  199. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base.js +3 -0
  200. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.js +3 -0
  201. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base.js +3 -0
  202. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.js +4 -0
  203. package/emotion/es/components/Tabs/ui/{Tabs/Tabs.js → horizontal/HorizontalTabs/HorizontalTabs.js} +11 -11
  204. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.js +48 -0
  205. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base.js +3 -0
  206. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js +3 -0
  207. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.js +3 -0
  208. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js +4 -0
  209. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +3 -0
  210. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +119 -0
  211. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +44 -0
  212. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js +3 -0
  213. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js +3 -0
  214. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/tokens.json +11 -0
  215. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js +4 -0
  216. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +217 -0
  217. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js +39 -0
  218. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js +3 -0
  219. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js +3 -0
  220. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_size/tokens.json +1 -0
  221. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js +3 -0
  222. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.config.js +14 -13
  223. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  224. package/emotion/es/examples/plasma_b2c/components/Slider/Slider.config.js +7 -7
  225. package/emotion/es/examples/plasma_b2c/components/Slider/Slider.stories.tsx +16 -90
  226. package/emotion/es/examples/plasma_b2c/components/Tabs/TabItem.js +14 -4
  227. package/emotion/es/examples/plasma_b2c/components/Tabs/Tabs.js +14 -4
  228. package/emotion/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +428 -71
  229. package/emotion/es/examples/plasma_b2c/components/Tabs/TabsController.js +9 -4
  230. package/emotion/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +33 -0
  231. package/emotion/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +35 -0
  232. package/emotion/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +22 -0
  233. package/emotion/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +22 -0
  234. package/emotion/es/examples/plasma_web/components/Badge/Badge.config.js +14 -13
  235. package/emotion/es/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  236. package/emotion/es/examples/plasma_web/components/Slider/Slider.config.js +7 -7
  237. package/emotion/es/examples/plasma_web/components/Slider/Slider.stories.tsx +15 -90
  238. package/emotion/es/examples/plasma_web/components/Tabs/TabItem.js +14 -4
  239. package/emotion/es/examples/plasma_web/components/Tabs/Tabs.js +14 -4
  240. package/emotion/es/examples/plasma_web/components/Tabs/Tabs.stories.tsx +428 -71
  241. package/emotion/es/examples/plasma_web/components/Tabs/TabsController.js +9 -4
  242. package/emotion/es/examples/plasma_web/components/Tabs/horizontal/HorizontalTabItem.config.js +33 -0
  243. package/emotion/es/examples/plasma_web/components/Tabs/horizontal/HorizontalTabs.config.js +35 -0
  244. package/emotion/es/examples/plasma_web/components/Tabs/vertical/VerticalTabItem.config.js +22 -0
  245. package/emotion/es/examples/plasma_web/components/Tabs/vertical/VerticalTabs.config.js +22 -0
  246. package/es/components/Slider/Slider.css +13 -15
  247. package/es/components/Slider/Slider.js +3 -11
  248. package/es/components/Slider/Slider.js.map +1 -1
  249. package/es/components/Slider/Slider.tokens.js +5 -17
  250. package/es/components/Slider/Slider.tokens.js.map +1 -1
  251. package/es/components/Slider/components/Double/Double.css +8 -8
  252. package/es/components/Slider/components/Double/Double.js +5 -13
  253. package/es/components/Slider/components/Double/Double.js.map +1 -1
  254. package/es/components/Slider/components/Single/Single.css +14 -14
  255. package/es/components/Slider/components/Single/Single.js +32 -58
  256. package/es/components/Slider/components/Single/Single.js.map +1 -1
  257. package/es/components/Slider/components/Single/Single.styles.js +4 -4
  258. package/es/components/Slider/components/Single/Single.styles.js.map +1 -1
  259. package/es/components/Slider/components/Single/Single.styles_1r9f1e0.css +6 -0
  260. package/es/components/Slider/components/SliderBase/SliderBase.css +5 -5
  261. package/es/components/Slider/components/SliderBase/SliderBase.js +12 -27
  262. package/es/components/Slider/components/SliderBase/SliderBase.js.map +1 -1
  263. package/es/components/Slider/components/SliderBase/SliderBase.styles.js +7 -7
  264. package/es/components/Slider/components/SliderBase/SliderBase.styles.js.map +1 -1
  265. package/es/components/Slider/components/SliderBase/SliderBase.styles_9s4eb3.css +5 -0
  266. package/es/components/Slider/ui/Handler/Handler.css +3 -3
  267. package/es/components/Slider/ui/Handler/Handler.js +88 -49
  268. package/es/components/Slider/ui/Handler/Handler.js.map +1 -1
  269. package/es/components/Slider/ui/Handler/Handler.styles.js +7 -17
  270. package/es/components/Slider/ui/Handler/Handler.styles.js.map +1 -1
  271. package/es/components/Slider/ui/Handler/Handler.styles_8crx5z.css +2 -0
  272. package/es/components/Slider/ui/Thumb/Thumb.css +1 -1
  273. package/es/components/Slider/ui/Thumb/Thumb.js +2 -3
  274. package/es/components/Slider/ui/Thumb/Thumb.js.map +1 -1
  275. package/es/components/Slider/ui/Thumb/Thumb.styles.js +1 -1
  276. package/es/components/Slider/ui/Thumb/Thumb.styles.js.map +1 -1
  277. package/es/components/Slider/ui/Thumb/Thumb.styles_4w4gzn.css +1 -0
  278. package/es/components/Slider/utils/index.js +10 -28
  279. package/es/components/Slider/utils/index.js.map +1 -1
  280. package/es/components/Slider/variations/_view/base.js +1 -1
  281. package/es/components/Slider/variations/_view/base.js.map +1 -1
  282. package/es/components/Slider/variations/_view/base_x642ct.css +1 -0
  283. package/es/components/Tabs/createTabsController.js.map +1 -1
  284. package/es/components/Tabs/tokens.js +12 -4
  285. package/es/components/Tabs/tokens.js.map +1 -1
  286. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +13 -0
  287. package/es/components/Tabs/ui/{TabItem/TabItem.js → horizontal/HorizontalTabItem/HorizontalTabItem.js} +18 -14
  288. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js.map +1 -0
  289. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +27 -0
  290. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js.map +1 -0
  291. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles_hfqv5b.css +5 -0
  292. package/es/components/Tabs/ui/{Tabs/variations/_size → horizontal/HorizontalTabItem/variations/_disabled}/base.js +2 -2
  293. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base.js.map +1 -0
  294. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base_1ogr2cm.css +1 -0
  295. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.js +5 -0
  296. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.js.map +1 -0
  297. package/es/components/Tabs/ui/{TabItem/variations/_pilled/base_l36za5.css → horizontal/HorizontalTabItem/variations/_pilled/base_1blwjaf.css} +1 -1
  298. package/es/components/Tabs/ui/{TabItem/variations/_pilled → horizontal/HorizontalTabItem/variations/_size}/base.js +2 -2
  299. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base.js.map +1 -0
  300. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base_kcn71r.css +1 -0
  301. package/es/components/Tabs/ui/{TabItem/variations/_size → horizontal/HorizontalTabItem/variations/_view}/base.js +2 -2
  302. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.js.map +1 -0
  303. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base_4zingj.css +1 -0
  304. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +16 -0
  305. package/es/components/Tabs/ui/{Tabs/Tabs.js → horizontal/HorizontalTabs/HorizontalTabs.js} +15 -15
  306. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js.map +1 -0
  307. package/es/components/Tabs/ui/{Tabs/Tabs.styles.js → horizontal/HorizontalTabs/HorizontalTabs.styles.js} +10 -10
  308. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.js.map +1 -0
  309. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles_16kuvxt.css +4 -0
  310. package/es/components/Tabs/ui/{TabItem/variations/_view → horizontal/HorizontalTabs/variations/_disabled}/base.js +2 -2
  311. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base.js.map +1 -0
  312. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base_j9bg3m.css +1 -0
  313. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js +5 -0
  314. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js.map +1 -0
  315. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base_r0ggur.css +1 -0
  316. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.js +5 -0
  317. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.js.map +1 -0
  318. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base_1sq08yf.css +1 -0
  319. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js +5 -0
  320. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js.map +1 -0
  321. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base_1j9ii1x.css +1 -0
  322. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +5 -0
  323. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js.map +1 -0
  324. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_9miwn.css +1 -0
  325. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +11 -0
  326. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +121 -0
  327. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js.map +1 -0
  328. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +27 -0
  329. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -0
  330. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles_16d3lah.css +5 -0
  331. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js +5 -0
  332. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js.map +1 -0
  333. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base_13f4t5k.css +1 -0
  334. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js +5 -0
  335. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js.map +1 -0
  336. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base_322rr.css +1 -0
  337. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js +5 -0
  338. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js.map +1 -0
  339. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base_fueiq8.css +1 -0
  340. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.css +12 -0
  341. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +215 -0
  342. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js.map +1 -0
  343. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js +22 -0
  344. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js.map +1 -0
  345. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles_1fr5ovg.css +4 -0
  346. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js +5 -0
  347. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js.map +1 -0
  348. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base_do8935.css +1 -0
  349. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js +5 -0
  350. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js.map +1 -0
  351. package/es/components/Tabs/ui/{Tabs/variations/_size/base_iw773q.css → vertical/VerticalTabs/variations/_size/base_1sekozo.css} +1 -1
  352. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js +5 -0
  353. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js.map +1 -0
  354. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base_rze03c.css +1 -0
  355. package/es/index.css +54 -32
  356. package/es/index.js +4 -2
  357. package/es/index.js.map +1 -1
  358. package/es/utils/index.js.map +1 -1
  359. package/package.json +2 -2
  360. package/styled-components/cjs/components/Badge/Badge.template-doc.mdx +3 -1
  361. package/styled-components/cjs/components/Slider/Slider.js +2 -10
  362. package/styled-components/cjs/components/Slider/Slider.tokens.js +5 -17
  363. package/styled-components/cjs/components/Slider/components/Double/Double.js +5 -13
  364. package/styled-components/cjs/components/Slider/components/Single/Single.js +31 -57
  365. package/styled-components/cjs/components/Slider/components/Single/Single.styles.js +5 -5
  366. package/styled-components/cjs/components/Slider/components/SliderBase/SliderBase.js +12 -27
  367. package/styled-components/cjs/components/Slider/components/SliderBase/SliderBase.styles.js +6 -6
  368. package/styled-components/cjs/components/Slider/ui/Handler/Handler.js +89 -53
  369. package/styled-components/cjs/components/Slider/ui/Handler/Handler.styles.js +4 -7
  370. package/styled-components/cjs/components/Slider/ui/Thumb/Thumb.js +2 -3
  371. package/styled-components/cjs/components/Slider/ui/Thumb/Thumb.styles.js +2 -2
  372. package/styled-components/cjs/components/Slider/utils/index.js +10 -28
  373. package/styled-components/cjs/components/Slider/variations/_view/base.js +1 -2
  374. package/styled-components/cjs/components/Tabs/Tabs.template-doc.mdx +86 -21
  375. package/styled-components/cjs/components/Tabs/index.js +36 -10
  376. package/styled-components/cjs/components/Tabs/tokens.js +12 -4
  377. package/{emotion/cjs/components/Tabs/ui/TabItem/TabItem.js → styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js} +19 -15
  378. package/styled-components/cjs/components/Tabs/ui/{TabItem/TabItem.styles.js → horizontal/HorizontalTabItem/HorizontalTabItem.styles.js} +11 -8
  379. package/styled-components/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_disabled/base.js +2 -2
  380. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/tokens.json +4 -0
  381. package/styled-components/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_pilled/base.js +2 -2
  382. package/styled-components/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/base.js +1 -1
  383. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.js +10 -0
  384. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/tokens.json +8 -0
  385. package/{emotion/cjs/components/Tabs/ui/Tabs/Tabs.js → styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js} +17 -17
  386. package/styled-components/cjs/components/Tabs/ui/{Tabs/Tabs.styles.js → horizontal/HorizontalTabs/HorizontalTabs.styles.js} +6 -6
  387. package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_disabled/base.js +1 -1
  388. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/tokens.json +4 -0
  389. package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_pilled/base.js +2 -2
  390. package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/base.js +1 -1
  391. package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_stretch/base.js +3 -3
  392. package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_view/base.js +1 -1
  393. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/tokens.json +1 -0
  394. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +128 -0
  395. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +33 -0
  396. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js +9 -0
  397. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/tokens.json +4 -0
  398. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js +9 -0
  399. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/tokens.json +11 -0
  400. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js +10 -0
  401. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/tokens.json +8 -0
  402. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +226 -0
  403. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js +29 -0
  404. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js +9 -0
  405. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/tokens.json +4 -0
  406. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js +9 -0
  407. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_size/tokens.json +1 -0
  408. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js +9 -0
  409. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_view/tokens.json +1 -0
  410. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +2 -1
  411. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  412. package/styled-components/cjs/examples/plasma_b2c/components/Slider/Slider.config.js +3 -3
  413. package/styled-components/cjs/examples/plasma_b2c/components/Slider/Slider.stories.tsx +16 -90
  414. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/TabItem.js +14 -3
  415. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/Tabs.js +14 -3
  416. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +428 -71
  417. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/TabsController.js +8 -3
  418. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/{TabItem.config.js → horizontal/HorizontalTabItem.config.js} +5 -5
  419. package/styled-components/cjs/examples/{plasma_web/components/Tabs/Tabs.config.js → plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js} +1 -1
  420. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +28 -0
  421. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +28 -0
  422. package/styled-components/cjs/examples/plasma_web/components/Badge/Badge.config.js +2 -1
  423. package/styled-components/cjs/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  424. package/styled-components/cjs/examples/plasma_web/components/Slider/Slider.config.js +3 -3
  425. package/styled-components/cjs/examples/plasma_web/components/Slider/Slider.stories.tsx +15 -90
  426. package/styled-components/cjs/examples/plasma_web/components/Tabs/TabItem.js +14 -3
  427. package/styled-components/cjs/examples/plasma_web/components/Tabs/Tabs.js +14 -3
  428. package/styled-components/cjs/examples/plasma_web/components/Tabs/Tabs.stories.tsx +428 -71
  429. package/styled-components/cjs/examples/plasma_web/components/Tabs/TabsController.js +8 -3
  430. package/styled-components/cjs/examples/plasma_web/components/Tabs/{TabItem.config.js → horizontal/HorizontalTabItem.config.js} +5 -5
  431. package/styled-components/cjs/examples/{plasma_b2c/components/Tabs/Tabs.config.js → plasma_web/components/Tabs/horizontal/HorizontalTabs.config.js} +1 -1
  432. package/styled-components/cjs/examples/plasma_web/components/Tabs/vertical/VerticalTabItem.config.js +28 -0
  433. package/styled-components/cjs/examples/plasma_web/components/Tabs/vertical/VerticalTabs.config.js +28 -0
  434. package/styled-components/es/components/Badge/Badge.template-doc.mdx +3 -1
  435. package/styled-components/es/components/Slider/Slider.js +2 -11
  436. package/styled-components/es/components/Slider/Slider.tokens.js +5 -17
  437. package/styled-components/es/components/Slider/components/Double/Double.js +5 -13
  438. package/styled-components/es/components/Slider/components/Single/Single.js +32 -58
  439. package/styled-components/es/components/Slider/components/Single/Single.styles.js +4 -4
  440. package/styled-components/es/components/Slider/components/SliderBase/SliderBase.js +12 -27
  441. package/styled-components/es/components/Slider/components/SliderBase/SliderBase.styles.js +7 -7
  442. package/styled-components/es/components/Slider/ui/Handler/Handler.js +87 -52
  443. package/styled-components/es/components/Slider/ui/Handler/Handler.styles.js +5 -8
  444. package/styled-components/es/components/Slider/ui/Thumb/Thumb.js +2 -3
  445. package/styled-components/es/components/Slider/ui/Thumb/Thumb.styles.js +2 -2
  446. package/styled-components/es/components/Slider/utils/index.js +10 -28
  447. package/styled-components/es/components/Slider/variations/_view/base.js +1 -2
  448. package/styled-components/es/components/Tabs/Tabs.template-doc.mdx +86 -21
  449. package/styled-components/es/components/Tabs/index.js +4 -2
  450. package/styled-components/es/components/Tabs/tokens.js +12 -4
  451. package/{emotion/es/components/Tabs/ui/TabItem/TabItem.js → styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js} +15 -11
  452. package/styled-components/es/components/Tabs/ui/{TabItem/TabItem.styles.js → horizontal/HorizontalTabItem/HorizontalTabItem.styles.js} +10 -7
  453. package/styled-components/es/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_disabled/base.js +2 -2
  454. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/tokens.json +4 -0
  455. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.js +3 -0
  456. package/styled-components/es/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/base.js +1 -1
  457. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.js +4 -0
  458. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/tokens.json +8 -0
  459. package/styled-components/es/components/Tabs/ui/{Tabs/Tabs.js → horizontal/HorizontalTabs/HorizontalTabs.js} +11 -11
  460. package/styled-components/es/components/Tabs/ui/{Tabs/Tabs.styles.js → horizontal/HorizontalTabs/HorizontalTabs.styles.js} +6 -6
  461. package/styled-components/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_disabled/base.js +1 -1
  462. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/tokens.json +4 -0
  463. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.js +3 -0
  464. package/styled-components/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/base.js +1 -1
  465. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.js +4 -0
  466. package/styled-components/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_view/base.js +1 -1
  467. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/tokens.json +1 -0
  468. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +119 -0
  469. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +25 -0
  470. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.js +3 -0
  471. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/tokens.json +4 -0
  472. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.js +3 -0
  473. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/tokens.json +11 -0
  474. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.js +4 -0
  475. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/tokens.json +8 -0
  476. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +217 -0
  477. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.js +21 -0
  478. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.js +3 -0
  479. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/tokens.json +4 -0
  480. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.js +3 -0
  481. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_size/tokens.json +1 -0
  482. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.js +3 -0
  483. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_view/tokens.json +1 -0
  484. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.config.js +2 -1
  485. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +1 -1
  486. package/styled-components/es/examples/plasma_b2c/components/Slider/Slider.config.js +3 -3
  487. package/styled-components/es/examples/plasma_b2c/components/Slider/Slider.stories.tsx +16 -90
  488. package/styled-components/es/examples/plasma_b2c/components/Tabs/TabItem.js +14 -4
  489. package/styled-components/es/examples/plasma_b2c/components/Tabs/Tabs.js +14 -4
  490. package/styled-components/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +428 -71
  491. package/styled-components/es/examples/plasma_b2c/components/Tabs/TabsController.js +9 -4
  492. package/styled-components/es/examples/{plasma_web/components/Tabs/TabItem.config.js → plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js} +5 -5
  493. package/styled-components/es/examples/{plasma_web/components/Tabs/Tabs.config.js → plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js} +1 -1
  494. package/styled-components/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +22 -0
  495. package/styled-components/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +22 -0
  496. package/styled-components/es/examples/plasma_web/components/Badge/Badge.config.js +2 -1
  497. package/styled-components/es/examples/plasma_web/components/Badge/Badge.stories.tsx +1 -1
  498. package/styled-components/es/examples/plasma_web/components/Slider/Slider.config.js +3 -3
  499. package/styled-components/es/examples/plasma_web/components/Slider/Slider.stories.tsx +15 -90
  500. package/styled-components/es/examples/plasma_web/components/Tabs/TabItem.js +14 -4
  501. package/styled-components/es/examples/plasma_web/components/Tabs/Tabs.js +14 -4
  502. package/styled-components/es/examples/plasma_web/components/Tabs/Tabs.stories.tsx +428 -71
  503. package/styled-components/es/examples/plasma_web/components/Tabs/TabsController.js +9 -4
  504. package/styled-components/es/examples/{plasma_b2c/components/Tabs/TabItem.config.js → plasma_web/components/Tabs/horizontal/HorizontalTabItem.config.js} +5 -5
  505. package/styled-components/es/examples/{plasma_b2c/components/Tabs/Tabs.config.js → plasma_web/components/Tabs/horizontal/HorizontalTabs.config.js} +1 -1
  506. package/styled-components/es/examples/plasma_web/components/Tabs/vertical/VerticalTabItem.config.js +22 -0
  507. package/styled-components/es/examples/plasma_web/components/Tabs/vertical/VerticalTabs.config.js +22 -0
  508. package/types/components/Slider/Slider.d.ts.map +1 -1
  509. package/types/components/Slider/Slider.tokens.d.ts +4 -16
  510. package/types/components/Slider/Slider.tokens.d.ts.map +1 -1
  511. package/types/components/Slider/components/Double/Double.d.ts.map +1 -1
  512. package/types/components/Slider/components/Double/Double.types.d.ts +0 -1
  513. package/types/components/Slider/components/Double/Double.types.d.ts.map +1 -1
  514. package/types/components/Slider/components/Single/Single.d.ts.map +1 -1
  515. package/types/components/Slider/components/Single/Single.styles.d.ts +1 -1
  516. package/types/components/Slider/components/Single/Single.styles.d.ts.map +1 -1
  517. package/types/components/Slider/components/Single/Single.types.d.ts +7 -75
  518. package/types/components/Slider/components/Single/Single.types.d.ts.map +1 -1
  519. package/types/components/Slider/components/SliderBase/SliderBase.d.ts.map +1 -1
  520. package/types/components/Slider/components/SliderBase/SliderBase.styles.d.ts +1 -1
  521. package/types/components/Slider/components/SliderBase/SliderBase.styles.d.ts.map +1 -1
  522. package/types/components/Slider/components/SliderBase/SliderBase.types.d.ts +0 -1
  523. package/types/components/Slider/components/SliderBase/SliderBase.types.d.ts.map +1 -1
  524. package/types/components/Slider/ui/Handler/Handler.d.ts.map +1 -1
  525. package/types/components/Slider/ui/Handler/Handler.styles.d.ts +2 -6
  526. package/types/components/Slider/ui/Handler/Handler.styles.d.ts.map +1 -1
  527. package/types/components/Slider/ui/Handler/Handler.types.d.ts +1 -4
  528. package/types/components/Slider/ui/Handler/Handler.types.d.ts.map +1 -1
  529. package/types/components/Slider/ui/Thumb/Thumb.d.ts +1 -1
  530. package/types/components/Slider/ui/Thumb/Thumb.d.ts.map +1 -1
  531. package/types/components/Slider/ui/Thumb/Thumb.styles.d.ts.map +1 -1
  532. package/types/components/Slider/ui/Thumb/Thumb.types.d.ts +0 -1
  533. package/types/components/Slider/ui/Thumb/Thumb.types.d.ts.map +1 -1
  534. package/types/components/Slider/utils/index.d.ts +8 -26
  535. package/types/components/Slider/utils/index.d.ts.map +1 -1
  536. package/types/components/Slider/variations/_view/base.d.ts.map +1 -1
  537. package/types/components/Tabs/TabItem.types.d.ts +96 -0
  538. package/types/components/Tabs/TabItem.types.d.ts.map +1 -0
  539. package/types/components/Tabs/{ui/Tabs/Tabs.types.d.ts → Tabs.types.d.ts} +36 -9
  540. package/types/components/Tabs/Tabs.types.d.ts.map +1 -0
  541. package/types/components/Tabs/createTabsController.d.ts +5 -4
  542. package/types/components/Tabs/createTabsController.d.ts.map +1 -1
  543. package/types/components/Tabs/index.d.ts +6 -4
  544. package/types/components/Tabs/index.d.ts.map +1 -1
  545. package/types/components/Tabs/tokens.d.ts +12 -4
  546. package/types/components/Tabs/tokens.d.ts.map +1 -1
  547. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts +29 -0
  548. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts.map +1 -0
  549. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.d.ts +7 -0
  550. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.d.ts.map +1 -0
  551. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_disabled/base.d.ts.map +1 -0
  552. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_pilled/base.d.ts.map +1 -0
  553. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_size/base.d.ts.map +1 -0
  554. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_view/base.d.ts.map +1 -0
  555. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts +34 -0
  556. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts.map +1 -0
  557. package/types/components/Tabs/ui/{Tabs/Tabs.styles.d.ts → horizontal/HorizontalTabs/HorizontalTabs.styles.d.ts} +1 -1
  558. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.styles.d.ts.map +1 -0
  559. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_disabled/base.d.ts.map +1 -0
  560. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_pilled/base.d.ts.map +1 -0
  561. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_size/base.d.ts.map +1 -0
  562. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_stretch/base.d.ts.map +1 -0
  563. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.d.ts.map +1 -0
  564. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts +26 -0
  565. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts.map +1 -0
  566. package/types/components/Tabs/ui/{TabItem/TabItem.styles.d.ts → vertical/VerticalTabItem/VerticalTabItem.styles.d.ts} +2 -1
  567. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.d.ts.map +1 -0
  568. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.d.ts +2 -0
  569. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_disabled/base.d.ts.map +1 -0
  570. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.d.ts +2 -0
  571. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_size/base.d.ts.map +1 -0
  572. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.d.ts +2 -0
  573. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_view/base.d.ts.map +1 -0
  574. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +27 -0
  575. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -0
  576. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.d.ts +8 -0
  577. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.styles.d.ts.map +1 -0
  578. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.d.ts +2 -0
  579. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_disabled/base.d.ts.map +1 -0
  580. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.d.ts +2 -0
  581. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_size/base.d.ts.map +1 -0
  582. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.d.ts +2 -0
  583. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_view/base.d.ts.map +1 -0
  584. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts +1 -0
  585. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts.map +1 -1
  586. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts +1 -0
  587. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts.map +1 -1
  588. package/types/examples/plasma_b2c/components/Slider/Slider.config.d.ts.map +1 -1
  589. package/types/examples/plasma_b2c/components/Slider/Slider.d.ts +2 -80
  590. package/types/examples/plasma_b2c/components/Slider/Slider.d.ts.map +1 -1
  591. package/types/examples/plasma_b2c/components/Tabs/TabItem.d.ts +54 -3
  592. package/types/examples/plasma_b2c/components/Tabs/TabItem.d.ts.map +1 -1
  593. package/types/examples/plasma_b2c/components/Tabs/Tabs.d.ts +20 -3
  594. package/types/examples/plasma_b2c/components/Tabs/Tabs.d.ts.map +1 -1
  595. package/types/examples/plasma_b2c/components/Tabs/TabsController.d.ts.map +1 -1
  596. package/types/examples/{plasma_web/components/Tabs/TabItem.config.d.ts → plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.d.ts} +1 -1
  597. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.d.ts.map +1 -0
  598. package/types/examples/{plasma_web/components/Tabs/Tabs.config.d.ts → plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.d.ts} +1 -1
  599. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.d.ts.map +1 -0
  600. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.d.ts +21 -0
  601. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.d.ts.map +1 -0
  602. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.d.ts +21 -0
  603. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.d.ts.map +1 -0
  604. package/types/examples/plasma_web/components/Badge/Badge.config.d.ts +1 -0
  605. package/types/examples/plasma_web/components/Badge/Badge.config.d.ts.map +1 -1
  606. package/types/examples/plasma_web/components/Badge/Badge.d.ts +1 -0
  607. package/types/examples/plasma_web/components/Badge/Badge.d.ts.map +1 -1
  608. package/types/examples/plasma_web/components/Slider/Slider.config.d.ts.map +1 -1
  609. package/types/examples/plasma_web/components/Slider/Slider.d.ts +2 -80
  610. package/types/examples/plasma_web/components/Slider/Slider.d.ts.map +1 -1
  611. package/types/examples/plasma_web/components/Tabs/TabItem.d.ts +54 -3
  612. package/types/examples/plasma_web/components/Tabs/TabItem.d.ts.map +1 -1
  613. package/types/examples/plasma_web/components/Tabs/Tabs.d.ts +20 -3
  614. package/types/examples/plasma_web/components/Tabs/Tabs.d.ts.map +1 -1
  615. package/types/examples/plasma_web/components/Tabs/TabsController.d.ts.map +1 -1
  616. package/types/examples/{plasma_b2c/components/Tabs/TabItem.config.d.ts → plasma_web/components/Tabs/horizontal/HorizontalTabItem.config.d.ts} +1 -1
  617. package/types/examples/plasma_web/components/Tabs/horizontal/HorizontalTabItem.config.d.ts.map +1 -0
  618. package/types/examples/{plasma_b2c/components/Tabs/Tabs.config.d.ts → plasma_web/components/Tabs/horizontal/HorizontalTabs.config.d.ts} +1 -1
  619. package/types/examples/plasma_web/components/Tabs/horizontal/HorizontalTabs.config.d.ts.map +1 -0
  620. package/types/examples/plasma_web/components/Tabs/vertical/VerticalTabItem.config.d.ts +21 -0
  621. package/types/examples/plasma_web/components/Tabs/vertical/VerticalTabItem.config.d.ts.map +1 -0
  622. package/types/examples/plasma_web/components/Tabs/vertical/VerticalTabs.config.d.ts +21 -0
  623. package/types/examples/plasma_web/components/Tabs/vertical/VerticalTabs.config.d.ts.map +1 -0
  624. package/types/utils/index.d.ts +1 -1
  625. package/types/utils/index.d.ts.map +1 -1
  626. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +0 -77
  627. package/cjs/components/Slider/components/Single/Single.styles_17xv9r0.css +0 -6
  628. package/cjs/components/Slider/components/SliderBase/SliderBase.styles_1qt1224.css +0 -5
  629. package/cjs/components/Slider/ui/Handler/Handler.styles_91c1xv.css +0 -2
  630. package/cjs/components/Slider/ui/Handler/computeKeyPressData.js +0 -122
  631. package/cjs/components/Slider/ui/Handler/computeKeyPressData.js.map +0 -1
  632. package/cjs/components/Slider/ui/Thumb/Thumb.styles_wjaol4.css +0 -1
  633. package/cjs/components/Slider/variations/_view/base_1s3f6q8.css +0 -1
  634. package/cjs/components/Tabs/ui/TabItem/TabItem.css +0 -12
  635. package/cjs/components/Tabs/ui/TabItem/TabItem.js.map +0 -1
  636. package/cjs/components/Tabs/ui/TabItem/TabItem.styles.js.map +0 -1
  637. package/cjs/components/Tabs/ui/TabItem/TabItem.styles_pj75hv.css +0 -4
  638. package/cjs/components/Tabs/ui/TabItem/variations/_disabled/base.js.map +0 -1
  639. package/cjs/components/Tabs/ui/TabItem/variations/_disabled/base_1rysr2y.css +0 -1
  640. package/cjs/components/Tabs/ui/TabItem/variations/_pilled/base.js.map +0 -1
  641. package/cjs/components/Tabs/ui/TabItem/variations/_size/base.js.map +0 -1
  642. package/cjs/components/Tabs/ui/TabItem/variations/_size/base_1d7e3fp.css +0 -1
  643. package/cjs/components/Tabs/ui/TabItem/variations/_view/base.js.map +0 -1
  644. package/cjs/components/Tabs/ui/TabItem/variations/_view/base_7pcxtm.css +0 -1
  645. package/cjs/components/Tabs/ui/Tabs/Tabs.css +0 -16
  646. package/cjs/components/Tabs/ui/Tabs/Tabs.js.map +0 -1
  647. package/cjs/components/Tabs/ui/Tabs/Tabs.styles.js.map +0 -1
  648. package/cjs/components/Tabs/ui/Tabs/Tabs.styles_z4dnzh.css +0 -4
  649. package/cjs/components/Tabs/ui/Tabs/variations/_disabled/base.js +0 -9
  650. package/cjs/components/Tabs/ui/Tabs/variations/_disabled/base.js.map +0 -1
  651. package/cjs/components/Tabs/ui/Tabs/variations/_disabled/base_1i8tr9c.css +0 -1
  652. package/cjs/components/Tabs/ui/Tabs/variations/_pilled/base.js +0 -9
  653. package/cjs/components/Tabs/ui/Tabs/variations/_pilled/base.js.map +0 -1
  654. package/cjs/components/Tabs/ui/Tabs/variations/_pilled/base_1ujjl52.css +0 -1
  655. package/cjs/components/Tabs/ui/Tabs/variations/_size/base.js.map +0 -1
  656. package/cjs/components/Tabs/ui/Tabs/variations/_stretch/base.js +0 -9
  657. package/cjs/components/Tabs/ui/Tabs/variations/_stretch/base.js.map +0 -1
  658. package/cjs/components/Tabs/ui/Tabs/variations/_stretch/base_1c7lnrm.css +0 -1
  659. package/cjs/components/Tabs/ui/Tabs/variations/_view/base.js +0 -9
  660. package/cjs/components/Tabs/ui/Tabs/variations/_view/base.js.map +0 -1
  661. package/cjs/components/Tabs/ui/Tabs/variations/_view/base_aij3sf.css +0 -1
  662. package/emotion/cjs/components/Slider/ui/Handler/computeKeyPressData.js +0 -121
  663. package/emotion/cjs/components/Tabs/ui/TabItem/TabItem.styles.js +0 -39
  664. package/emotion/cjs/components/Tabs/ui/TabItem/variations/_disabled/base.js +0 -9
  665. package/emotion/cjs/components/Tabs/ui/TabItem/variations/_pilled/base.js +0 -9
  666. package/emotion/cjs/components/Tabs/ui/TabItem/variations/_size/base.js +0 -9
  667. package/emotion/cjs/components/Tabs/ui/TabItem/variations/_view/base.js +0 -10
  668. package/emotion/cjs/components/Tabs/ui/Tabs/Tabs.styles.js +0 -55
  669. package/emotion/cjs/components/Tabs/ui/Tabs/variations/_disabled/base.js +0 -9
  670. package/emotion/cjs/components/Tabs/ui/Tabs/variations/_pilled/base.js +0 -9
  671. package/emotion/cjs/components/Tabs/ui/Tabs/variations/_size/base.js +0 -9
  672. package/emotion/cjs/components/Tabs/ui/Tabs/variations/_stretch/base.js +0 -10
  673. package/emotion/cjs/components/Tabs/ui/Tabs/variations/_view/base.js +0 -9
  674. package/emotion/cjs/examples/plasma_b2c/components/Tabs/TabItem.config.js +0 -39
  675. package/emotion/cjs/examples/plasma_b2c/components/Tabs/Tabs.config.js +0 -41
  676. package/emotion/cjs/examples/plasma_web/components/Tabs/TabItem.config.js +0 -39
  677. package/emotion/cjs/examples/plasma_web/components/Tabs/Tabs.config.js +0 -41
  678. package/emotion/es/components/Slider/ui/Handler/computeKeyPressData.js +0 -115
  679. package/emotion/es/components/Tabs/ui/TabItem/TabItem.styles.js +0 -32
  680. package/emotion/es/components/Tabs/ui/TabItem/variations/_disabled/base.js +0 -3
  681. package/emotion/es/components/Tabs/ui/TabItem/variations/_pilled/base.js +0 -3
  682. package/emotion/es/components/Tabs/ui/TabItem/variations/_size/base.js +0 -3
  683. package/emotion/es/components/Tabs/ui/TabItem/variations/_view/base.js +0 -4
  684. package/emotion/es/components/Tabs/ui/Tabs/Tabs.styles.js +0 -48
  685. package/emotion/es/components/Tabs/ui/Tabs/variations/_disabled/base.js +0 -3
  686. package/emotion/es/components/Tabs/ui/Tabs/variations/_pilled/base.js +0 -3
  687. package/emotion/es/components/Tabs/ui/Tabs/variations/_size/base.js +0 -3
  688. package/emotion/es/components/Tabs/ui/Tabs/variations/_stretch/base.js +0 -4
  689. package/emotion/es/components/Tabs/ui/Tabs/variations/_view/base.js +0 -3
  690. package/emotion/es/examples/plasma_b2c/components/Tabs/TabItem.config.js +0 -33
  691. package/emotion/es/examples/plasma_b2c/components/Tabs/Tabs.config.js +0 -35
  692. package/emotion/es/examples/plasma_web/components/Tabs/TabItem.config.js +0 -33
  693. package/emotion/es/examples/plasma_web/components/Tabs/Tabs.config.js +0 -35
  694. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +0 -77
  695. package/es/components/Slider/components/Single/Single.styles_17xv9r0.css +0 -6
  696. package/es/components/Slider/components/SliderBase/SliderBase.styles_1qt1224.css +0 -5
  697. package/es/components/Slider/ui/Handler/Handler.styles_91c1xv.css +0 -2
  698. package/es/components/Slider/ui/Handler/computeKeyPressData.js +0 -118
  699. package/es/components/Slider/ui/Handler/computeKeyPressData.js.map +0 -1
  700. package/es/components/Slider/ui/Thumb/Thumb.styles_wjaol4.css +0 -1
  701. package/es/components/Slider/variations/_view/base_1s3f6q8.css +0 -1
  702. package/es/components/Tabs/ui/TabItem/TabItem.css +0 -12
  703. package/es/components/Tabs/ui/TabItem/TabItem.js.map +0 -1
  704. package/es/components/Tabs/ui/TabItem/TabItem.styles.js +0 -22
  705. package/es/components/Tabs/ui/TabItem/TabItem.styles.js.map +0 -1
  706. package/es/components/Tabs/ui/TabItem/TabItem.styles_pj75hv.css +0 -4
  707. package/es/components/Tabs/ui/TabItem/variations/_disabled/base.js +0 -5
  708. package/es/components/Tabs/ui/TabItem/variations/_disabled/base.js.map +0 -1
  709. package/es/components/Tabs/ui/TabItem/variations/_disabled/base_1rysr2y.css +0 -1
  710. package/es/components/Tabs/ui/TabItem/variations/_pilled/base.js.map +0 -1
  711. package/es/components/Tabs/ui/TabItem/variations/_size/base.js.map +0 -1
  712. package/es/components/Tabs/ui/TabItem/variations/_size/base_1d7e3fp.css +0 -1
  713. package/es/components/Tabs/ui/TabItem/variations/_view/base.js.map +0 -1
  714. package/es/components/Tabs/ui/TabItem/variations/_view/base_7pcxtm.css +0 -1
  715. package/es/components/Tabs/ui/Tabs/Tabs.css +0 -16
  716. package/es/components/Tabs/ui/Tabs/Tabs.js.map +0 -1
  717. package/es/components/Tabs/ui/Tabs/Tabs.styles.js.map +0 -1
  718. package/es/components/Tabs/ui/Tabs/Tabs.styles_z4dnzh.css +0 -4
  719. package/es/components/Tabs/ui/Tabs/variations/_disabled/base.js +0 -5
  720. package/es/components/Tabs/ui/Tabs/variations/_disabled/base.js.map +0 -1
  721. package/es/components/Tabs/ui/Tabs/variations/_disabled/base_1i8tr9c.css +0 -1
  722. package/es/components/Tabs/ui/Tabs/variations/_pilled/base.js +0 -5
  723. package/es/components/Tabs/ui/Tabs/variations/_pilled/base.js.map +0 -1
  724. package/es/components/Tabs/ui/Tabs/variations/_pilled/base_1ujjl52.css +0 -1
  725. package/es/components/Tabs/ui/Tabs/variations/_size/base.js.map +0 -1
  726. package/es/components/Tabs/ui/Tabs/variations/_stretch/base.js +0 -5
  727. package/es/components/Tabs/ui/Tabs/variations/_stretch/base.js.map +0 -1
  728. package/es/components/Tabs/ui/Tabs/variations/_stretch/base_1c7lnrm.css +0 -1
  729. package/es/components/Tabs/ui/Tabs/variations/_view/base.js +0 -5
  730. package/es/components/Tabs/ui/Tabs/variations/_view/base.js.map +0 -1
  731. package/es/components/Tabs/ui/Tabs/variations/_view/base_aij3sf.css +0 -1
  732. package/styled-components/cjs/components/Slider/ui/Handler/computeKeyPressData.js +0 -121
  733. package/styled-components/cjs/components/Tabs/ui/TabItem/variations/_view/base.js +0 -10
  734. package/styled-components/es/components/Slider/ui/Handler/computeKeyPressData.js +0 -115
  735. package/styled-components/es/components/Tabs/ui/TabItem/variations/_pilled/base.js +0 -3
  736. package/styled-components/es/components/Tabs/ui/TabItem/variations/_view/base.js +0 -4
  737. package/styled-components/es/components/Tabs/ui/Tabs/variations/_pilled/base.js +0 -3
  738. package/styled-components/es/components/Tabs/ui/Tabs/variations/_stretch/base.js +0 -4
  739. package/types/components/Slider/ui/Handler/computeKeyPressData.d.ts +0 -12
  740. package/types/components/Slider/ui/Handler/computeKeyPressData.d.ts.map +0 -1
  741. package/types/components/Tabs/ui/TabItem/TabItem.d.ts +0 -29
  742. package/types/components/Tabs/ui/TabItem/TabItem.d.ts.map +0 -1
  743. package/types/components/Tabs/ui/TabItem/TabItem.styles.d.ts.map +0 -1
  744. package/types/components/Tabs/ui/TabItem/TabItem.types.d.ts +0 -54
  745. package/types/components/Tabs/ui/TabItem/TabItem.types.d.ts.map +0 -1
  746. package/types/components/Tabs/ui/TabItem/variations/_disabled/base.d.ts.map +0 -1
  747. package/types/components/Tabs/ui/TabItem/variations/_pilled/base.d.ts.map +0 -1
  748. package/types/components/Tabs/ui/TabItem/variations/_size/base.d.ts.map +0 -1
  749. package/types/components/Tabs/ui/TabItem/variations/_view/base.d.ts.map +0 -1
  750. package/types/components/Tabs/ui/Tabs/Tabs.d.ts +0 -34
  751. package/types/components/Tabs/ui/Tabs/Tabs.d.ts.map +0 -1
  752. package/types/components/Tabs/ui/Tabs/Tabs.styles.d.ts.map +0 -1
  753. package/types/components/Tabs/ui/Tabs/Tabs.types.d.ts.map +0 -1
  754. package/types/components/Tabs/ui/Tabs/variations/_disabled/base.d.ts.map +0 -1
  755. package/types/components/Tabs/ui/Tabs/variations/_pilled/base.d.ts.map +0 -1
  756. package/types/components/Tabs/ui/Tabs/variations/_size/base.d.ts.map +0 -1
  757. package/types/components/Tabs/ui/Tabs/variations/_stretch/base.d.ts.map +0 -1
  758. package/types/components/Tabs/ui/Tabs/variations/_view/base.d.ts.map +0 -1
  759. package/types/examples/plasma_b2c/components/Tabs/TabItem.config.d.ts.map +0 -1
  760. package/types/examples/plasma_b2c/components/Tabs/Tabs.config.d.ts.map +0 -1
  761. package/types/examples/plasma_web/components/Tabs/TabItem.config.d.ts.map +0 -1
  762. package/types/examples/plasma_web/components/Tabs/Tabs.config.d.ts.map +0 -1
  763. /package/emotion/cjs/components/Tabs/{ui/TabItem/TabItem.types.js → TabItem.types.js} +0 -0
  764. /package/emotion/cjs/components/Tabs/{ui/Tabs/Tabs.types.js → Tabs.types.js} +0 -0
  765. /package/emotion/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_disabled/tokens.json +0 -0
  766. /package/emotion/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_pilled/tokens.json +0 -0
  767. /package/emotion/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/tokens.json +0 -0
  768. /package/emotion/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_view/tokens.json +0 -0
  769. /package/emotion/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_disabled/tokens.json +0 -0
  770. /package/emotion/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_pilled/tokens.json +0 -0
  771. /package/emotion/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/tokens.json +0 -0
  772. /package/emotion/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_stretch/tokens.json +0 -0
  773. /package/emotion/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_view/tokens.json +0 -0
  774. /package/emotion/{es/components/Tabs/ui/TabItem → cjs/components/Tabs/ui/vertical/VerticalTabItem}/variations/_disabled/tokens.json +0 -0
  775. /package/emotion/{es/components/Tabs/ui/TabItem → cjs/components/Tabs/ui/vertical/VerticalTabItem}/variations/_view/tokens.json +0 -0
  776. /package/emotion/{es/components/Tabs/ui/Tabs → cjs/components/Tabs/ui/vertical/VerticalTabs}/variations/_disabled/tokens.json +0 -0
  777. /package/emotion/{es/components/Tabs/ui/Tabs → cjs/components/Tabs/ui/vertical/VerticalTabs}/variations/_view/tokens.json +0 -0
  778. /package/emotion/es/components/Tabs/{ui/TabItem/TabItem.types.js → TabItem.types.js} +0 -0
  779. /package/emotion/es/components/Tabs/{ui/Tabs/Tabs.types.js → Tabs.types.js} +0 -0
  780. /package/{styled-components/cjs/components/Tabs/ui/TabItem → emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem}/variations/_disabled/tokens.json +0 -0
  781. /package/emotion/es/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_pilled/tokens.json +0 -0
  782. /package/emotion/es/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/tokens.json +0 -0
  783. /package/{styled-components/cjs/components/Tabs/ui/TabItem → emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem}/variations/_view/tokens.json +0 -0
  784. /package/{styled-components/cjs/components/Tabs/ui/Tabs → emotion/es/components/Tabs/ui/horizontal/HorizontalTabs}/variations/_disabled/tokens.json +0 -0
  785. /package/emotion/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_pilled/tokens.json +0 -0
  786. /package/emotion/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/tokens.json +0 -0
  787. /package/emotion/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_stretch/tokens.json +0 -0
  788. /package/{styled-components/cjs/components/Tabs/ui/Tabs → emotion/es/components/Tabs/ui/horizontal/HorizontalTabs}/variations/_view/tokens.json +0 -0
  789. /package/{styled-components/es/components/Tabs/ui/TabItem → emotion/es/components/Tabs/ui/vertical/VerticalTabItem}/variations/_disabled/tokens.json +0 -0
  790. /package/{styled-components/es/components/Tabs/ui/TabItem → emotion/es/components/Tabs/ui/vertical/VerticalTabItem}/variations/_view/tokens.json +0 -0
  791. /package/{styled-components/es/components/Tabs/ui/Tabs → emotion/es/components/Tabs/ui/vertical/VerticalTabs}/variations/_disabled/tokens.json +0 -0
  792. /package/{styled-components/es/components/Tabs/ui/Tabs → emotion/es/components/Tabs/ui/vertical/VerticalTabs}/variations/_view/tokens.json +0 -0
  793. /package/styled-components/cjs/components/Tabs/{ui/TabItem/TabItem.types.js → TabItem.types.js} +0 -0
  794. /package/styled-components/cjs/components/Tabs/{ui/Tabs/Tabs.types.js → Tabs.types.js} +0 -0
  795. /package/styled-components/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_pilled/tokens.json +0 -0
  796. /package/styled-components/cjs/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/tokens.json +0 -0
  797. /package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_pilled/tokens.json +0 -0
  798. /package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/tokens.json +0 -0
  799. /package/styled-components/cjs/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_stretch/tokens.json +0 -0
  800. /package/styled-components/es/components/Tabs/{ui/TabItem/TabItem.types.js → TabItem.types.js} +0 -0
  801. /package/styled-components/es/components/Tabs/{ui/Tabs/Tabs.types.js → Tabs.types.js} +0 -0
  802. /package/styled-components/es/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_pilled/tokens.json +0 -0
  803. /package/styled-components/es/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/tokens.json +0 -0
  804. /package/styled-components/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_pilled/tokens.json +0 -0
  805. /package/styled-components/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/tokens.json +0 -0
  806. /package/styled-components/es/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_stretch/tokens.json +0 -0
  807. /package/types/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_disabled/base.d.ts +0 -0
  808. /package/types/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_pilled/base.d.ts +0 -0
  809. /package/types/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_size/base.d.ts +0 -0
  810. /package/types/components/Tabs/ui/{TabItem → horizontal/HorizontalTabItem}/variations/_view/base.d.ts +0 -0
  811. /package/types/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_disabled/base.d.ts +0 -0
  812. /package/types/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_pilled/base.d.ts +0 -0
  813. /package/types/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_size/base.d.ts +0 -0
  814. /package/types/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_stretch/base.d.ts +0 -0
  815. /package/types/components/Tabs/ui/{Tabs → horizontal/HorizontalTabs}/variations/_view/base.d.ts +0 -0
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.verticalTabItemRoot = exports.verticalTabItemConfig = void 0;
8
+ var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
9
+ var _plasmaCore = /*#__PURE__*/require("@salutejs/plasma-core");
10
+ var _tokens = /*#__PURE__*/require("../../../tokens");
11
+ var _utils = /*#__PURE__*/require("../../../../../utils");
12
+ var _TabsContext = /*#__PURE__*/require("../../../TabsContext");
13
+ var _VerticalTabItem = /*#__PURE__*/require("./VerticalTabItem.styles");
14
+ var _base = /*#__PURE__*/require("./variations/_view/base");
15
+ var _base2 = /*#__PURE__*/require("./variations/_size/base");
16
+ var _base3 = /*#__PURE__*/require("./variations/_disabled/base");
17
+ var _excluded = ["size", "view", "selected", "disabled", "children", "value", "contentLeft", "contentRight", "onIndexChange", "itemIndex", "tabIndex", "className", "onClick"];
18
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
20
+ 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); }
21
+ 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; }
22
+ 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; }
23
+ var verticalTabItemRoot = exports.verticalTabItemRoot = function verticalTabItemRoot(Root) {
24
+ return /*#__PURE__*/(0, _react.forwardRef)(function (props, outerRef) {
25
+ var size = props.size,
26
+ view = props.view,
27
+ selected = props.selected,
28
+ _props$disabled = props.disabled,
29
+ disabled = _props$disabled === void 0 ? false : _props$disabled,
30
+ children = props.children,
31
+ value = props.value,
32
+ contentLeft = props.contentLeft,
33
+ contentRight = props.contentRight,
34
+ onIndexChange = props.onIndexChange,
35
+ itemIndex = props.itemIndex,
36
+ tabIndex = props.tabIndex,
37
+ className = props.className,
38
+ onClick = props.onClick,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+ var innerRef = (0, _react.useRef)(null);
41
+ var ref = (0, _plasmaCore.useForkRef)(outerRef, innerRef);
42
+ var refs = (0, _react.useContext)(_TabsContext.TabsContext);
43
+ var role = 'tab';
44
+ var selectedClass = selected ? _tokens.classes.selectedTabsItem : undefined;
45
+ var hasKeyNavigation = itemIndex !== undefined && onIndexChange !== undefined;
46
+ var navigationTabIndex = !disabled && (refs === null || refs === void 0 ? void 0 : refs.current) === itemIndex ? 0 : -1;
47
+ (0, _react.useEffect)(function () {
48
+ if (!refs) {
49
+ return;
50
+ }
51
+ refs.register(innerRef);
52
+ return function () {
53
+ return refs.unregister(innerRef);
54
+ };
55
+ }, [refs]);
56
+ var onItemFocus = (0, _react.useCallback)(function (event) {
57
+ if (disabled) {
58
+ return;
59
+ }
60
+ if (!hasKeyNavigation && innerRef !== null && innerRef !== void 0 && innerRef.current) {
61
+ innerRef.current.scrollTo({
62
+ top: innerRef.current.offsetTop,
63
+ behavior: 'smooth'
64
+ });
65
+ return;
66
+ }
67
+ if (!refs) {
68
+ return;
69
+ }
70
+ var focusIndex = refs.items.findIndex(function (itemRef) {
71
+ return itemRef.current === event.target;
72
+ });
73
+ if (focusIndex === refs.current) {
74
+ return;
75
+ }
76
+ onIndexChange === null || onIndexChange === void 0 || onIndexChange(focusIndex);
77
+ refs.setCurrent(focusIndex);
78
+ }, [refs, innerRef, onIndexChange, disabled]);
79
+ var handleClick = function handleClick(event) {
80
+ event.currentTarget.scrollIntoView({
81
+ block: 'nearest',
82
+ inline: 'nearest'
83
+ });
84
+ if (!onClick) {
85
+ return;
86
+ }
87
+ onClick(event);
88
+ };
89
+ return /*#__PURE__*/_react["default"].createElement(Root, _extends({
90
+ ref: ref,
91
+ disabled: disabled,
92
+ role: role,
93
+ view: view,
94
+ size: size,
95
+ onFocus: onItemFocus,
96
+ tabIndex: hasKeyNavigation ? navigationTabIndex : tabIndex,
97
+ className: (0, _utils.cx)(selectedClass, className),
98
+ onClick: handleClick
99
+ }, rest), /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, contentLeft && /*#__PURE__*/_react["default"].createElement(_VerticalTabItem.LeftContent, {
100
+ className: _tokens.classes.tabLeftContent
101
+ }, contentLeft), /*#__PURE__*/_react["default"].createElement(_VerticalTabItem.StyledContent, {
102
+ className: _tokens.classes.tabContent
103
+ }, children), !contentRight && value && /*#__PURE__*/_react["default"].createElement(_VerticalTabItem.TabItemValue, null, value), !value && contentRight && /*#__PURE__*/_react["default"].createElement(_VerticalTabItem.RightContent, {
104
+ className: _tokens.classes.tabRightContent
105
+ }, contentRight)));
106
+ });
107
+ };
108
+ var verticalTabItemConfig = exports.verticalTabItemConfig = {
109
+ name: 'VerticalTabItem',
110
+ tag: 'button',
111
+ layout: verticalTabItemRoot,
112
+ base: _VerticalTabItem.base,
113
+ variations: {
114
+ size: {
115
+ css: _base2.base
116
+ },
117
+ view: {
118
+ css: _base.base
119
+ },
120
+ disabled: {
121
+ css: _base3.base,
122
+ attrs: true
123
+ }
124
+ },
125
+ defaults: {
126
+ view: 'divider'
127
+ }
128
+ };
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = exports.TabItemValue = exports.StyledContent = exports.RightContent = exports.LeftContent = void 0;
7
+ var _base = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@emotion/styled/base"));
8
+ var _react = /*#__PURE__*/require("@emotion/react");
9
+ var _mixins = /*#__PURE__*/require("../../../../../mixins");
10
+ var _tokens = /*#__PURE__*/require("../../../tokens");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
13
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("position:relative;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;align-items:center;gap:var(", _tokens.tokens.itemContentGap, ");padding:var(", _tokens.tokens.itemPaddingOrientationVertical, ");appearance:none;border:none;outline:none;cursor:pointer;-webkit-tap-highlight-color:transparent;", /*#__PURE__*/(0, _mixins.addFocus)({
14
+ outlineSize: '0.063rem',
15
+ outlineOffset: '-0.125rem',
16
+ outlineColor: /*#__PURE__*/"var(".concat(_tokens.tokens.outlineFocusColor, ")"),
17
+ outlineRadius: 'calc(var(--plasma_private-outline-radius) + 0.063rem)',
18
+ 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.tokens.outlineFocusColor, ");\n }\n }\n ")
19
+ }), ";;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFiSXRlbS9WZXJ0aWNhbFRhYkl0ZW0uc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBhZGRGb2N1cyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL21peGlucyc7XG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogZmxleC1zdGFydDtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICBnYXA6IHZhcigke3Rva2Vucy5pdGVtQ29udGVudEdhcH0pO1xuICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5pdGVtUGFkZGluZ09yaWVudGF0aW9uVmVydGljYWx9KTtcblxuICAgIGFwcGVhcmFuY2U6IG5vbmU7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIG91dGxpbmU6IG5vbmU7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7XG5cbiAgICAke2FkZEZvY3VzKHtcbiAgICAgICAgb3V0bGluZVNpemU6ICcwLjA2M3JlbScsXG4gICAgICAgIG91dGxpbmVPZmZzZXQ6ICctMC4xMjVyZW0nLFxuICAgICAgICBvdXRsaW5lQ29sb3I6IGB2YXIoJHt0b2tlbnMub3V0bGluZUZvY3VzQ29sb3J9KWAsXG4gICAgICAgIG91dGxpbmVSYWRpdXM6ICdjYWxjKHZhcigtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzKSArIDAuMDYzcmVtKScsXG4gICAgICAgIGN1c3RvbUZvY3VzUnVsZXM6IGBcbiAgICAgICAgICAgICYuZm9jdXMtdmlzaWJsZTpmb2N1cyxcbiAgICAgICAgICAgICZbZGF0YS1mb2N1cy12aXNpYmxlLWFkZGVkXSB7XG4gICAgICAgICAgICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgei1pbmRleDogMTtcbiAgICAgICAgICAgICAgICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdzogMCAwIDAgMC4wNjNyZW0gdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICBgLFxuICAgIH0pfTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgd2lkdGg6IGZpdC1jb250ZW50O1xuXG4gICAgcGFkZGluZzogMCB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRQYWRkaW5nQ2xlYXJ9LCB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRQYWRkaW5nfSkpO1xuYDtcblxuZXhwb3J0IGNvbnN0IFRhYkl0ZW1WYWx1ZSA9IHN0eWxlZC5zcGFuYFxuICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3J9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBSaWdodENvbnRlbnQgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgY29sb3I6IGluaGVyaXQ7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IExlZnRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG4iXX0= */"));
20
+ var StyledContent = exports.StyledContent = /*#__PURE__*/(0, _base["default"])("div", {
21
+ target: "e14j6us03",
22
+ label: "plasma-new-hope__StyledContent"
23
+ })("display:inline-block;width:fit-content;padding:0 var(", _tokens.tokens.itemContentPaddingClear, ", var(", _tokens.tokens.itemContentPadding, "));" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5Q3VDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */"));
24
+ var TabItemValue = exports.TabItemValue = /*#__PURE__*/(0, _base["default"])("span", {
25
+ target: "e14j6us02",
26
+ label: "plasma-new-hope__TabItemValue"
27
+ })("color:var(", _tokens.tokens.itemValueColor, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnRHVDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */"));
28
+ var RightContent = exports.RightContent = /*#__PURE__*/(0, _base["default"])("div", {
29
+ target: "e14j6us01",
30
+ label: "plasma-new-hope__RightContent"
31
+ })(process.env.NODE_ENV === "production" ? {
32
+ name: "uvu4os",
33
+ styles: "display:flex;color:inherit;&:hover{color:inherit;}"
34
+ } : {
35
+ name: "uvu4os",
36
+ styles: "display:flex;color:inherit;&:hover{color:inherit;}",
37
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvRHNDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */",
38
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
39
+ });
40
+ var LeftContent = exports.LeftContent = /*#__PURE__*/(0, _base["default"])("div", {
41
+ target: "e14j6us00",
42
+ label: "plasma-new-hope__LeftContent"
43
+ })(process.env.NODE_ENV === "production" ? {
44
+ name: "uvu4os",
45
+ styles: "display:flex;color:inherit;&:hover{color:inherit;}"
46
+ } : {
47
+ name: "uvu4os",
48
+ styles: "display:flex;color:inherit;&:hover{color:inherit;}",
49
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE2RHFDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vVmVydGljYWxUYWJJdGVtLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtc3RhcnQ7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgZ2FwOiB2YXIoJHt0b2tlbnMuaXRlbUNvbnRlbnRHYXB9KTtcbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmdPcmllbnRhdGlvblZlcnRpY2FsfSk7XG5cbiAgICBhcHBlYXJhbmNlOiBub25lO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJHthZGRGb2N1cyh7XG4gICAgICAgIG91dGxpbmVTaXplOiAnMC4wNjNyZW0nLFxuICAgICAgICBvdXRsaW5lT2Zmc2V0OiAnLTAuMTI1cmVtJyxcbiAgICAgICAgb3V0bGluZUNvbG9yOiBgdmFyKCR7dG9rZW5zLm91dGxpbmVGb2N1c0NvbG9yfSlgLFxuICAgICAgICBvdXRsaW5lUmFkaXVzOiAnY2FsYyh2YXIoLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1cykgKyAwLjA2M3JlbSknLFxuICAgICAgICBjdXN0b21Gb2N1c1J1bGVzOiBgXG4gICAgICAgICAgICAmLmZvY3VzLXZpc2libGU6Zm9jdXMsXG4gICAgICAgICAgICAmW2RhdGEtZm9jdXMtdmlzaWJsZS1hZGRlZF0ge1xuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDAuMDYzcmVtIHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgYCxcbiAgICB9KX07XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHdpZHRoOiBmaXQtY29udGVudDtcblxuICAgIHBhZGRpbmc6IDAgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ0NsZWFyfSwgdmFyKCR7dG9rZW5zLml0ZW1Db250ZW50UGFkZGluZ30pKTtcbmA7XG5cbmV4cG9ydCBjb25zdCBUYWJJdGVtVmFsdWUgPSBzdHlsZWQuc3BhbmBcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yfSk7XG5gO1xuXG5leHBvcnQgY29uc3QgUmlnaHRDb250ZW50ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGNvbG9yOiBpbmhlcml0O1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBMZWZ0Q29udGVudCA9IHN0eWxlZC5kaXZgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjb2xvcjogaW5oZXJpdDtcblxuICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogaW5oZXJpdDtcbiAgICB9XG5gO1xuIl19 */",
50
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
51
+ });
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _tokens = /*#__PURE__*/require("../../../../../tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&[disabled]{cursor:not-allowed;&:hover{color:var(", _tokens.tokens.itemColor, ");background-color:var(", _tokens.tokens.itemBackgroundColor, ");}&.", _tokens.classes.selectedTabsItem, ":hover{color:var(", _tokens.tokens.itemSelectedColor, ");background-color:var(", _tokens.tokens.itemSelectedBackgroundColor, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vdmFyaWF0aW9ucy9fZGlzYWJsZWQvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFiSXRlbS92YXJpYXRpb25zL19kaXNhYmxlZC9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW2Rpc2FibGVkXSB7XG4gICAgICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG5cbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1Db2xvcn0pO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1CYWNrZ3JvdW5kQ29sb3J9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLnNlbGVjdGVkVGFic0l0ZW19OmhvdmVyIHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkQ29sb3J9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRCYWNrZ3JvdW5kQ29sb3J9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _tokens = /*#__PURE__*/require("../../../../../tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("font-family:var(", _tokens.tokens.fontFamily, ");font-size:var(", _tokens.tokens.fontSize, ");font-style:var(", _tokens.tokens.fontStyle, ");font-weight:var(", _tokens.tokens.fontWeight, ");letter-spacing:var(", _tokens.tokens.letterSpacing, ");line-height:var(", _tokens.tokens.lineHeight, ");--plasma_private-outline-radius:var(", _tokens.tokens.itemBorderRadius, ");border-radius:var(", _tokens.tokens.itemBorderRadius, ");width:100%;height:var(", _tokens.tokens.itemHeight, ");;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RhYnMvdWkvdmVydGljYWwvVmVydGljYWxUYWJJdGVtL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5mb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMuZm9udFN0eWxlfSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5mb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5saW5lSGVpZ2h0fSk7XG5cbiAgICAtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5pdGVtQm9yZGVyUmFkaXVzfSk7XG5cbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG5gO1xuIl19 */"));
@@ -0,0 +1,11 @@
1
+ [
2
+ "--plasma-tab-item-font-family",
3
+ "--plasma-tab-item-font-size",
4
+ "--plasma-tab-item-font-style",
5
+ "--plasma-tab-item-font-weight",
6
+ "--plasma-tab-item-letter-spacing",
7
+ "--plasma-tab-item-lineheight",
8
+ "--plasma-tab-item-border-radius",
9
+ "--plasma-tab-item-width",
10
+ "--plasma-tab-item-height"
11
+ ]
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _tokens = /*#__PURE__*/require("../../../../../tokens");
9
+ var _VerticalTabItem = /*#__PURE__*/require("../../VerticalTabItem.styles");
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("color:var(", _tokens.tokens.itemColor, ");background-color:var(", _tokens.tokens.itemBackgroundColor, ");&:hover{color:var(", _tokens.tokens.itemColorHover, ");background-color:var(", _tokens.tokens.itemBackgroundColorHover, ");", _VerticalTabItem.TabItemValue, "{color:var(", _tokens.tokens.itemValueColorHover, ");}}&:active{color:var(", _tokens.tokens.itemColorActive, ");", _VerticalTabItem.TabItemValue, "{color:var(", _tokens.tokens.itemValueColorActive, ");}}&.", _tokens.classes.tabItemAnimated, "{transition:var(", _tokens.tokens.itemBackgroundTransition, ");}&.", _tokens.classes.selectedTabsItem, "{color:var(", _tokens.tokens.itemSelectedColor, ");background-color:var(", _tokens.tokens.itemSelectedBackgroundColor, ");&:hover{color:var(", _tokens.tokens.itemSelectedColorHover, ");background-color:var(", _tokens.tokens.itemSelectedBackgroundColorHover, ");&::after{background:var(", _tokens.tokens.itemSelectedDividerColorHover, ");}}", _VerticalTabItem.TabItemValue, "{color:var(", _tokens.tokens.itemSelectedValueColorHover, ");&:hover{color:var(", _tokens.tokens.itemSelectedValueColorHover, ");}}&::after{content:'';position:absolute;top:0;left:0;bottom:0;background:var(", _tokens.tokens.itemSelectedDividerColor, ");width:var(", _tokens.tokens.itemSelectedDividerWidth, ");border-radius:0.063rem;}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYkl0ZW0vdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RhYnMvdWkvdmVydGljYWwvVmVydGljYWxUYWJJdGVtL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vdG9rZW5zJztcbmltcG9ydCB7IFRhYkl0ZW1WYWx1ZSB9IGZyb20gJy4uLy4uL1ZlcnRpY2FsVGFiSXRlbS5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1Db2xvcn0pO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pdGVtQmFja2dyb3VuZENvbG9yfSk7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtQ29sb3JIb3Zlcn0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRDb2xvckhvdmVyfSk7XG5cbiAgICAgICAgJHtUYWJJdGVtVmFsdWV9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVZhbHVlQ29sb3JIb3Zlcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJjphY3RpdmUge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1Db2xvckFjdGl2ZX0pO1xuXG4gICAgICAgICR7VGFiSXRlbVZhbHVlfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1WYWx1ZUNvbG9yQWN0aXZlfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50YWJJdGVtQW5pbWF0ZWR9IHtcbiAgICAgICAgdHJhbnNpdGlvbjogdmFyKCR7dG9rZW5zLml0ZW1CYWNrZ3JvdW5kVHJhbnNpdGlvbn0pO1xuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnNlbGVjdGVkVGFic0l0ZW19IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRDb2xvcn0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkQmFja2dyb3VuZENvbG9yfSk7XG5cbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZENvbG9ySG92ZXJ9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRCYWNrZ3JvdW5kQ29sb3JIb3Zlcn0pO1xuXG4gICAgICAgICAgICAmOjphZnRlciB7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZERpdmlkZXJDb2xvckhvdmVyfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICAke1RhYkl0ZW1WYWx1ZX0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRWYWx1ZUNvbG9ySG92ZXJ9KTtcblxuICAgICAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRWYWx1ZUNvbG9ySG92ZXJ9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgdG9wOiAwO1xuICAgICAgICAgICAgbGVmdDogMDtcbiAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWREaXZpZGVyQ29sb3J9KTtcbiAgICAgICAgICAgIHdpZHRoOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkRGl2aWRlcldpZHRofSk7XG5cbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDAuMDYzcmVtO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -0,0 +1,226 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.verticalTabsRoot = exports.verticalTabsConfig = void 0;
8
+ var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
9
+ var _plasmaCore = /*#__PURE__*/require("@salutejs/plasma-core");
10
+ var _tokens = /*#__PURE__*/require("../../../tokens");
11
+ var _utils = /*#__PURE__*/require("../../../../../utils");
12
+ var _TabsContext = /*#__PURE__*/require("../../../TabsContext");
13
+ var _Icon = /*#__PURE__*/require("../../../../_Icon");
14
+ var _VerticalTabs = /*#__PURE__*/require("./VerticalTabs.styles");
15
+ var _base = /*#__PURE__*/require("./variations/_size/base");
16
+ var _base2 = /*#__PURE__*/require("./variations/_view/base");
17
+ var _base3 = /*#__PURE__*/require("./variations/_disabled/base");
18
+ var _excluded = ["id", "disabled", "clip", "size", "view", "children", "index", "className", "orientation", "hasDivider"];
19
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
21
+ 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); }
22
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
23
+ 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."); }
24
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
25
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
26
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
27
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
28
+ 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; }
29
+ 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; }
30
+ var Keys = /*#__PURE__*/function (Keys) {
31
+ Keys[Keys["end"] = 35] = "end";
32
+ Keys[Keys["home"] = 36] = "home";
33
+ Keys[Keys["up"] = 38] = "up";
34
+ Keys[Keys["down"] = 40] = "down";
35
+ return Keys;
36
+ }(Keys || {}); // TODO: https://github.com/salute-developers/plasma/issues/1474
37
+ var verticalTabsRoot = exports.verticalTabsRoot = function verticalTabsRoot(Root) {
38
+ return /*#__PURE__*/(0, _react.forwardRef)(function (props, outerRef) {
39
+ var id = props.id,
40
+ _props$disabled = props.disabled,
41
+ disabled = _props$disabled === void 0 ? false : _props$disabled,
42
+ _props$clip = props.clip,
43
+ clip = _props$clip === void 0 ? 'showAll' : _props$clip,
44
+ size = props.size,
45
+ view = props.view,
46
+ children = props.children,
47
+ index = props.index,
48
+ className = props.className,
49
+ orientation = props.orientation,
50
+ _props$hasDivider = props.hasDivider,
51
+ hasDivider = _props$hasDivider === void 0 ? true : _props$hasDivider,
52
+ rest = _objectWithoutProperties(props, _excluded);
53
+ var _useState = (0, _react.useState)(true),
54
+ _useState2 = _slicedToArray(_useState, 2),
55
+ firstItemVisible = _useState2[0],
56
+ setFirstItemVisible = _useState2[1];
57
+ var _useState3 = (0, _react.useState)(true),
58
+ _useState4 = _slicedToArray(_useState3, 2),
59
+ lastItemVisible = _useState4[0],
60
+ setLastItemVisible = _useState4[1];
61
+ var refs = (0, _react.useMemo)(function () {
62
+ return new _TabsContext.TabItemRefs(index);
63
+ }, []);
64
+ var uniqId = (0, _plasmaCore.safeUseId)();
65
+ var tabsId = id || uniqId;
66
+ var noDividerClass = !hasDivider ? _tokens.classes.tabsNoDivider : undefined;
67
+ var hasTopArrowClass = !firstItemVisible ? _tokens.classes.tabsHasTopArrow : undefined;
68
+ var hasBottomArrowClass = !lastItemVisible ? _tokens.classes.tabsHasBottomArrow : undefined;
69
+ var clipScrollClass = clip === 'scroll' ? _tokens.classes.tabsClipScroll : undefined;
70
+ var clipShowAllClass = clip === 'showAll' ? _tokens.classes.tabsClipShowAll : undefined;
71
+ var scrollRef = (0, _react.useRef)(null);
72
+ var trackRef = (0, _react.useRef)(null);
73
+ var upArrowRef = (0, _react.useRef)(null);
74
+ var onPrev = (0, _react.useCallback)(function () {
75
+ var _firstOverflowingTab$;
76
+ if (disabled || !scrollRef.current) {
77
+ return;
78
+ }
79
+ var scrollTop = Math.round(scrollRef.current.scrollTop);
80
+ var firstOverflowingTab = refs.items.slice().reverse().find(function (item) {
81
+ if (!item.current || item.current.offsetTop === undefined) {
82
+ return;
83
+ }
84
+ var tabStartY = item.current.offsetTop;
85
+ return tabStartY < scrollTop;
86
+ });
87
+ firstOverflowingTab === null || firstOverflowingTab === void 0 || (_firstOverflowingTab$ = firstOverflowingTab.current) === null || _firstOverflowingTab$ === void 0 || _firstOverflowingTab$.scrollIntoView({
88
+ block: 'nearest',
89
+ inline: 'nearest'
90
+ });
91
+ }, [disabled, scrollRef, refs]);
92
+ var onNext = (0, _react.useCallback)(function () {
93
+ var _lastOverflowingTab$c;
94
+ if (disabled || !scrollRef.current) {
95
+ return;
96
+ }
97
+ var scrollBottom = Math.round(scrollRef.current.scrollTop + scrollRef.current.clientHeight);
98
+ var lastOverflowingTab = refs.items.find(function (item) {
99
+ if (!item.current || item.current.offsetTop === undefined) {
100
+ return;
101
+ }
102
+ var tabEndY = item.current.offsetTop + item.current.offsetHeight;
103
+ return tabEndY > scrollBottom;
104
+ });
105
+ lastOverflowingTab === null || lastOverflowingTab === void 0 || (_lastOverflowingTab$c = lastOverflowingTab.current) === null || _lastOverflowingTab$c === void 0 || _lastOverflowingTab$c.scrollIntoView({
106
+ block: 'nearest',
107
+ inline: 'nearest'
108
+ });
109
+ }, [disabled, scrollRef, refs]);
110
+ var PreviousButton = /*#__PURE__*/_react["default"].createElement(_VerticalTabs.StyledArrow, {
111
+ type: "button",
112
+ "aria-label": "\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0439 \u0442\u0430\u0431",
113
+ onClick: onPrev,
114
+ tabIndex: disabled ? -1 : 0,
115
+ disabled: disabled,
116
+ ref: upArrowRef
117
+ }, /*#__PURE__*/_react["default"].createElement(_Icon.IconDisclosureLeft, {
118
+ color: "var(".concat(_tokens.tokens.arrowColor, ")")
119
+ }));
120
+ var NextButton = /*#__PURE__*/_react["default"].createElement(_VerticalTabs.StyledArrow, {
121
+ type: "button",
122
+ "aria-label": "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 \u0442\u0430\u0431",
123
+ onClick: onNext,
124
+ tabIndex: disabled ? -1 : 0,
125
+ disabled: disabled
126
+ }, /*#__PURE__*/_react["default"].createElement(_Icon.IconDisclosureRight, {
127
+ color: "var(".concat(_tokens.tokens.arrowColor, ")")
128
+ }));
129
+ var handleScroll = (0, _react.useCallback)(function (event) {
130
+ event.stopPropagation();
131
+ var maxScrollTop = event.currentTarget.scrollHeight - event.currentTarget.clientHeight;
132
+ var scrollTop = Math.round(event.currentTarget.scrollTop);
133
+ setFirstItemVisible(scrollTop <= 0);
134
+ setLastItemVisible(scrollTop >= maxScrollTop);
135
+ }, [setFirstItemVisible, setLastItemVisible]);
136
+ var onKeyDown = (0, _react.useCallback)(function (event) {
137
+ if (index === undefined) {
138
+ return;
139
+ }
140
+ var minIndex = 0;
141
+ var maxIndex = refs.items.length - 1;
142
+ var nextIndex;
143
+ switch (event.keyCode) {
144
+ case Keys.end:
145
+ nextIndex = maxIndex;
146
+ break;
147
+ case Keys.up:
148
+ nextIndex = index > minIndex ? index - 1 : index;
149
+ break;
150
+ case Keys.down:
151
+ nextIndex = index < maxIndex ? index + 1 : index;
152
+ break;
153
+ case Keys.home:
154
+ nextIndex = minIndex;
155
+ break;
156
+ default:
157
+ return;
158
+ }
159
+ if (nextIndex !== index) {
160
+ var _refs$items$nextIndex, _refs$items$nextIndex2;
161
+ event.preventDefault();
162
+ (_refs$items$nextIndex = refs.items[nextIndex].current) === null || _refs$items$nextIndex === void 0 || _refs$items$nextIndex.focus();
163
+ (_refs$items$nextIndex2 = refs.items[nextIndex].current) === null || _refs$items$nextIndex2 === void 0 || _refs$items$nextIndex2.scrollIntoView({
164
+ block: 'nearest',
165
+ inline: 'nearest',
166
+ behavior: 'smooth'
167
+ });
168
+ }
169
+ }, [index]);
170
+ (0, _react.useEffect)(function () {
171
+ var _scrollRef$current, _scrollRef$current2;
172
+ setLastItemVisible(((_scrollRef$current = scrollRef.current) === null || _scrollRef$current === void 0 ? void 0 : _scrollRef$current.scrollHeight) === ((_scrollRef$current2 = scrollRef.current) === null || _scrollRef$current2 === void 0 ? void 0 : _scrollRef$current2.clientHeight));
173
+ }, []);
174
+
175
+ // Этот хук компенсирует появление верхней стрелки при прокрутке
176
+ (0, _react.useEffect)(function () {
177
+ if (firstItemVisible || !scrollRef.current || !upArrowRef.current) {
178
+ return;
179
+ }
180
+ scrollRef.current.scrollTo({
181
+ top: Math.round(scrollRef.current.scrollTop + upArrowRef.current.clientHeight)
182
+ });
183
+ }, [firstItemVisible, scrollRef, upArrowRef]);
184
+ return /*#__PURE__*/_react["default"].createElement(_TabsContext.TabsContext.Provider, {
185
+ value: refs
186
+ }, /*#__PURE__*/_react["default"].createElement(Root, _extends({
187
+ view: view,
188
+ role: "tablist",
189
+ size: size,
190
+ id: tabsId,
191
+ ref: outerRef,
192
+ disabled: disabled,
193
+ className: (0, _utils.cx)(hasTopArrowClass, hasBottomArrowClass, noDividerClass, className),
194
+ onKeyDown: onKeyDown,
195
+ orientation: orientation
196
+ }, rest), !firstItemVisible && PreviousButton, /*#__PURE__*/_react["default"].createElement(_VerticalTabs.StyledContentWrapper, {
197
+ className: (0, _utils.cx)(clipScrollClass, clipShowAllClass),
198
+ ref: scrollRef,
199
+ onScroll: handleScroll
200
+ }, /*#__PURE__*/_react["default"].createElement(_VerticalTabs.StyledContent, {
201
+ ref: trackRef
202
+ }, children)), !lastItemVisible && NextButton));
203
+ });
204
+ };
205
+ var verticalTabsConfig = exports.verticalTabsConfig = {
206
+ name: 'VerticalTabs',
207
+ tag: 'div',
208
+ layout: verticalTabsRoot,
209
+ base: _VerticalTabs.base,
210
+ variations: {
211
+ size: {
212
+ css: _base.base
213
+ },
214
+ view: {
215
+ css: _base2.base
216
+ },
217
+ disabled: {
218
+ css: _base3.base,
219
+ attrs: true
220
+ }
221
+ },
222
+ defaults: {
223
+ view: 'divider',
224
+ size: 'xs'
225
+ }
226
+ };
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = exports.StyledContentWrapper = exports.StyledContent = exports.StyledArrow = void 0;
7
+ var _base = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@emotion/styled/base"));
8
+ var _react = /*#__PURE__*/require("@emotion/react");
9
+ var _mixins = /*#__PURE__*/require("../../../../../mixins");
10
+ var _tokens = /*#__PURE__*/require("../../../tokens");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
13
+ var base = exports.base = process.env.NODE_ENV === "production" ? {
14
+ name: "1p965di-plasma-new-hope__base",
15
+ styles: "position:relative;display:flex;flex-direction:column;gap:0.125rem;align-items:center;label:plasma-new-hope__base;"
16
+ } : {
17
+ name: "1p965di-plasma-new-hope__base",
18
+ styles: "position:relative;display:flex;flex-direction:column;gap:0.125rem;align-items:center;label:plasma-new-hope__base;",
19
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvVmVydGljYWxUYWJzLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFicy9WZXJ0aWNhbFRhYnMuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBhZGRGb2N1cyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL21peGlucyc7XG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGdhcDogMC4xMjVyZW07XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50ID0gc3R5bGVkLmRpdjx7IGhhc0RpdmlkZXI/OiBib29sZWFuIH0+YFxuICAgIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgYWxpZ24taXRlbXM6IHN0YXJ0O1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZENvbnRlbnRXcmFwcGVyID0gc3R5bGVkLmRpdmBcbiAgICAvKiBhbGxvd3MgY29ycmVjdGx5IGRpc3BsYXkgb3V0bGluZSBmb2N1cyBvbiB0YWJzIGl0ZW0gKi9cbiAgICBtYXJnaW46IC0wLjEyNXJlbTtcbiAgICBwYWRkaW5nOiAwLjI1cmVtO1xuXG4gICAgYm94LXNpemluZzogY29udGVudC1ib3g7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICB6LWluZGV4OiAxO1xuXG4gICAgJi4ke2NsYXNzZXMudGFic0NsaXBTY3JvbGx9IHtcbiAgICAgICAgb3ZlcmZsb3c6IHNjcm9sbDtcbiAgICAgICAgc2Nyb2xsLXBhZGRpbmc6IDAuMjVyZW07XG4gICAgICAgIG92ZXJzY3JvbGwtYmVoYXZpb3I6IGNvbnRhaW47XG5cbiAgICAgICAgc2Nyb2xsYmFyLXdpZHRoOiBub25lO1xuICAgICAgICA6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnR9IHtcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IGF1dG87XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50YWJzQ2xpcFNob3dBbGx9IHtcbiAgICAgICAgb3ZlcmZsb3c6IHZpc2libGU7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEFycm93ID0gc3R5bGVkLmJ1dHRvbmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBib3JkZXI6IG5vbmU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgcGFkZGluZzogMDtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIHRyYW5zZm9ybTogcm90YXRlKDkwZGVnKTtcblxuICAgICR7YWRkRm9jdXMoe1xuICAgICAgICBvdXRsaW5lU2l6ZTogJzAuMDYzcmVtJyxcbiAgICAgICAgb3V0bGluZU9mZnNldDogJy0wLjEyNXJlbScsXG4gICAgICAgIG91dGxpbmVDb2xvcjogYHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pYCxcbiAgICAgICAgb3V0bGluZVJhZGl1czogJ2NhbGModmFyKC0tcGxhc21hX3ByaXZhdGUtb3V0bGluZS1yYWRpdXMpIC0gMC4wNjNyZW0pJyxcbiAgICB9KX07XG5cbiAgICAmW2Rpc2FibGVkXSB7XG4gICAgICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gICAgfVxuYDtcbiJdfQ== */",
20
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
21
+ };
22
+ var StyledContent = exports.StyledContent = /*#__PURE__*/(0, _base["default"])("div", {
23
+ target: "e1htp2dn2",
24
+ label: "plasma-new-hope__StyledContent"
25
+ })(process.env.NODE_ENV === "production" ? {
26
+ name: "193854v",
27
+ styles: "display:inline-flex;flex-direction:column;align-items:start"
28
+ } : {
29
+ name: "193854v",
30
+ styles: "display:inline-flex;flex-direction:column;align-items:start",
31
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvVmVydGljYWxUYWJzLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFjaUUiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFicy9WZXJ0aWNhbFRhYnMuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBhZGRGb2N1cyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL21peGlucyc7XG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGdhcDogMC4xMjVyZW07XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50ID0gc3R5bGVkLmRpdjx7IGhhc0RpdmlkZXI/OiBib29sZWFuIH0+YFxuICAgIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgYWxpZ24taXRlbXM6IHN0YXJ0O1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZENvbnRlbnRXcmFwcGVyID0gc3R5bGVkLmRpdmBcbiAgICAvKiBhbGxvd3MgY29ycmVjdGx5IGRpc3BsYXkgb3V0bGluZSBmb2N1cyBvbiB0YWJzIGl0ZW0gKi9cbiAgICBtYXJnaW46IC0wLjEyNXJlbTtcbiAgICBwYWRkaW5nOiAwLjI1cmVtO1xuXG4gICAgYm94LXNpemluZzogY29udGVudC1ib3g7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICB6LWluZGV4OiAxO1xuXG4gICAgJi4ke2NsYXNzZXMudGFic0NsaXBTY3JvbGx9IHtcbiAgICAgICAgb3ZlcmZsb3c6IHNjcm9sbDtcbiAgICAgICAgc2Nyb2xsLXBhZGRpbmc6IDAuMjVyZW07XG4gICAgICAgIG92ZXJzY3JvbGwtYmVoYXZpb3I6IGNvbnRhaW47XG5cbiAgICAgICAgc2Nyb2xsYmFyLXdpZHRoOiBub25lO1xuICAgICAgICA6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnR9IHtcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IGF1dG87XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy50YWJzQ2xpcFNob3dBbGx9IHtcbiAgICAgICAgb3ZlcmZsb3c6IHZpc2libGU7XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEFycm93ID0gc3R5bGVkLmJ1dHRvbmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBib3JkZXI6IG5vbmU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgcGFkZGluZzogMDtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIHRyYW5zZm9ybTogcm90YXRlKDkwZGVnKTtcblxuICAgICR7YWRkRm9jdXMoe1xuICAgICAgICBvdXRsaW5lU2l6ZTogJzAuMDYzcmVtJyxcbiAgICAgICAgb3V0bGluZU9mZnNldDogJy0wLjEyNXJlbScsXG4gICAgICAgIG91dGxpbmVDb2xvcjogYHZhcigke3Rva2Vucy5vdXRsaW5lRm9jdXNDb2xvcn0pYCxcbiAgICAgICAgb3V0bGluZVJhZGl1czogJ2NhbGModmFyKC0tcGxhc21hX3ByaXZhdGUtb3V0bGluZS1yYWRpdXMpIC0gMC4wNjNyZW0pJyxcbiAgICB9KX07XG5cbiAgICAmW2Rpc2FibGVkXSB7XG4gICAgICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gICAgfVxuYDtcbiJdfQ== */",
32
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
33
+ });
34
+ var StyledContentWrapper = exports.StyledContentWrapper = /*#__PURE__*/(0, _base["default"])("div", {
35
+ target: "e1htp2dn1",
36
+ label: "plasma-new-hope__StyledContentWrapper"
37
+ })("margin:-0.125rem;padding:0.25rem;box-sizing:content-box;position:relative;height:100%;width:100%;display:flex;align-items:center;z-index:1;&.", _tokens.classes.tabsClipScroll, "{overflow:scroll;scroll-padding:0.25rem;overscroll-behavior:contain;scrollbar-width:none;::-webkit-scrollbar{display:none;}", StyledContent, "{margin-top:auto;}}&.", _tokens.classes.tabsClipShowAll, "{overflow:visible;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvVmVydGljYWxUYWJzLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvQjhDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvVmVydGljYWxUYWJzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBnYXA6IDAuMTI1cmVtO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXY8eyBoYXNEaXZpZGVyPzogYm9vbGVhbiB9PmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGFsaWduLWl0ZW1zOiBzdGFydDtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50V3JhcHBlciA9IHN0eWxlZC5kaXZgXG4gICAgLyogYWxsb3dzIGNvcnJlY3RseSBkaXNwbGF5IG91dGxpbmUgZm9jdXMgb24gdGFicyBpdGVtICovXG4gICAgbWFyZ2luOiAtMC4xMjVyZW07XG4gICAgcGFkZGluZzogMC4yNXJlbTtcblxuICAgIGJveC1zaXppbmc6IGNvbnRlbnQtYm94O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgei1pbmRleDogMTtcblxuICAgICYuJHtjbGFzc2VzLnRhYnNDbGlwU2Nyb2xsfSB7XG4gICAgICAgIG92ZXJmbG93OiBzY3JvbGw7XG4gICAgICAgIHNjcm9sbC1wYWRkaW5nOiAwLjI1cmVtO1xuICAgICAgICBvdmVyc2Nyb2xsLWJlaGF2aW9yOiBjb250YWluO1xuXG4gICAgICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAgICAgOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRDb250ZW50fSB7XG4gICAgICAgICAgICBtYXJnaW4tdG9wOiBhdXRvO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudGFic0NsaXBTaG93QWxsfSB7XG4gICAgICAgIG92ZXJmbG93OiB2aXNpYmxlO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRBcnJvdyA9IHN0eWxlZC5idXR0b25gXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIHBhZGRpbmc6IDA7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSg5MGRlZyk7XG5cbiAgICAke2FkZEZvY3VzKHtcbiAgICAgICAgb3V0bGluZVNpemU6ICcwLjA2M3JlbScsXG4gICAgICAgIG91dGxpbmVPZmZzZXQ6ICctMC4xMjVyZW0nLFxuICAgICAgICBvdXRsaW5lQ29sb3I6IGB2YXIoJHt0b2tlbnMub3V0bGluZUZvY3VzQ29sb3J9KWAsXG4gICAgICAgIG91dGxpbmVSYWRpdXM6ICdjYWxjKHZhcigtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzKSAtIDAuMDYzcmVtKScsXG4gICAgfSl9O1xuXG4gICAgJltkaXNhYmxlZF0ge1xuICAgICAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIH1cbmA7XG4iXX0= */"));
38
+ var StyledArrow = exports.StyledArrow = /*#__PURE__*/(0, _base["default"])("button", {
39
+ target: "e1htp2dn0",
40
+ label: "plasma-new-hope__StyledArrow"
41
+ })("display:flex;cursor:pointer;border:none;background-color:transparent;padding:0;outline:none;transform:rotate(90deg);", /*#__PURE__*/(0, _mixins.addFocus)({
42
+ outlineSize: '0.063rem',
43
+ outlineOffset: '-0.125rem',
44
+ outlineColor: /*#__PURE__*/"var(".concat(_tokens.tokens.outlineFocusColor, ")"),
45
+ outlineRadius: 'calc(var(--plasma_private-outline-radius) - 0.063rem)'
46
+ }), ";&[disabled]{cursor:not-allowed;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvVmVydGljYWxUYWJzLnN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFzRHdDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvVmVydGljYWxUYWJzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgYWRkRm9jdXMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9taXhpbnMnO1xuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgICBnYXA6IDAuMTI1cmVtO1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5gO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkQ29udGVudCA9IHN0eWxlZC5kaXY8eyBoYXNEaXZpZGVyPzogYm9vbGVhbiB9PmBcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgIGFsaWduLWl0ZW1zOiBzdGFydDtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRDb250ZW50V3JhcHBlciA9IHN0eWxlZC5kaXZgXG4gICAgLyogYWxsb3dzIGNvcnJlY3RseSBkaXNwbGF5IG91dGxpbmUgZm9jdXMgb24gdGFicyBpdGVtICovXG4gICAgbWFyZ2luOiAtMC4xMjVyZW07XG4gICAgcGFkZGluZzogMC4yNXJlbTtcblxuICAgIGJveC1zaXppbmc6IGNvbnRlbnQtYm94O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgei1pbmRleDogMTtcblxuICAgICYuJHtjbGFzc2VzLnRhYnNDbGlwU2Nyb2xsfSB7XG4gICAgICAgIG92ZXJmbG93OiBzY3JvbGw7XG4gICAgICAgIHNjcm9sbC1wYWRkaW5nOiAwLjI1cmVtO1xuICAgICAgICBvdmVyc2Nyb2xsLWJlaGF2aW9yOiBjb250YWluO1xuXG4gICAgICAgIHNjcm9sbGJhci13aWR0aDogbm9uZTtcbiAgICAgICAgOjotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRDb250ZW50fSB7XG4gICAgICAgICAgICBtYXJnaW4tdG9wOiBhdXRvO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudGFic0NsaXBTaG93QWxsfSB7XG4gICAgICAgIG92ZXJmbG93OiB2aXNpYmxlO1xuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRBcnJvdyA9IHN0eWxlZC5idXR0b25gXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIHBhZGRpbmc6IDA7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSg5MGRlZyk7XG5cbiAgICAke2FkZEZvY3VzKHtcbiAgICAgICAgb3V0bGluZVNpemU6ICcwLjA2M3JlbScsXG4gICAgICAgIG91dGxpbmVPZmZzZXQ6ICctMC4xMjVyZW0nLFxuICAgICAgICBvdXRsaW5lQ29sb3I6IGB2YXIoJHt0b2tlbnMub3V0bGluZUZvY3VzQ29sb3J9KWAsXG4gICAgICAgIG91dGxpbmVSYWRpdXM6ICdjYWxjKHZhcigtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzKSAtIDAuMDYzcmVtKScsXG4gICAgfSl9O1xuXG4gICAgJltkaXNhYmxlZF0ge1xuICAgICAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _tokens = /*#__PURE__*/require("../../../../../tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("opacity:var(", _tokens.tokens.disabledOpacity, ");;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvdmFyaWF0aW9ucy9fZGlzYWJsZWQvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UYWJzL3VpL3ZlcnRpY2FsL1ZlcnRpY2FsVGFicy92YXJpYXRpb25zL19kaXNhYmxlZC9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi90b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBvcGFjaXR5OiB2YXIoJHt0b2tlbnMuZGlzYWJsZWRPcGFjaXR5fSk7XG5gO1xuIl19 */"));
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _tokens = /*#__PURE__*/require("../../../../../tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("width:var(", _tokens.tokens.tabsWidth, ");height:var(", _tokens.tokens.tabsHeight, ");--plasma_private-outline-radius:var(", _tokens.tokens.tabsBorderRadius, ");border-radius:var(", _tokens.tokens.tabsBorderRadius, ");;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RhYnMvdWkvdmVydGljYWwvVmVydGljYWxUYWJzL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgd2lkdGg6IHZhcigke3Rva2Vucy50YWJzV2lkdGh9KTtcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy50YWJzSGVpZ2h0fSk7XG5cbiAgICAtLXBsYXNtYV9wcml2YXRlLW91dGxpbmUtcmFkaXVzOiB2YXIoJHt0b2tlbnMudGFic0JvcmRlclJhZGl1c30pO1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy50YWJzQm9yZGVyUmFkaXVzfSk7XG5gO1xuIl19 */"));
@@ -0,0 +1 @@
1
+ ["--plasma-tabs-width", "--plasma-tabs-height", "--plasma-tabs-border-radius"]
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _tokens = /*#__PURE__*/require("../../../../../tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("background-color:var(", _tokens.tokens.tabsBackgroundColor, ");&::after{content:'';position:absolute;top:0.125rem;bottom:0.125rem;left:0;background:var(", _tokens.tokens.tabsDividerColor, ");width:var(", _tokens.tokens.tabsDividerWidth, ");border-radius:var(", _tokens.tokens.tabsDividerBorderRadius, ");}&.", _tokens.classes.tabsHasTopArrow, "{&::after{top:1.5rem;}}&.", _tokens.classes.tabsHasBottomArrow, "{&::after{bottom:1.5rem;}}&.", _tokens.classes.tabsNoDivider, "{&::after{width:0;}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGFicy91aS92ZXJ0aWNhbC9WZXJ0aWNhbFRhYnMvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RhYnMvdWkvdmVydGljYWwvVmVydGljYWxUYWJzL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLnRhYnNCYWNrZ3JvdW5kQ29sb3J9KTtcblxuICAgICY6OmFmdGVyIHtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgdG9wOiAwLjEyNXJlbTtcbiAgICAgICAgYm90dG9tOiAwLjEyNXJlbTtcbiAgICAgICAgbGVmdDogMDtcbiAgICAgICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLnRhYnNEaXZpZGVyQ29sb3J9KTtcbiAgICAgICAgd2lkdGg6IHZhcigke3Rva2Vucy50YWJzRGl2aWRlcldpZHRofSk7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy50YWJzRGl2aWRlckJvcmRlclJhZGl1c30pO1xuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnRhYnNIYXNUb3BBcnJvd30ge1xuICAgICAgICAmOjphZnRlciB7XG4gICAgICAgICAgICB0b3A6IDEuNXJlbTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnRhYnNIYXNCb3R0b21BcnJvd30ge1xuICAgICAgICAmOjphZnRlciB7XG4gICAgICAgICAgICBib3R0b206IDEuNXJlbTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnRhYnNOb0RpdmlkZXJ9IHtcbiAgICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICAgICAgd2lkdGg6IDA7XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl19 */"));