@salutejs/plasma-new-hope 0.174.0-canary.1511.11518967304.0 → 0.174.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (373) hide show
  1. package/cjs/components/Drawer/Drawer.js +2 -1
  2. package/cjs/components/Drawer/Drawer.js.map +1 -1
  3. package/cjs/components/ViewContainer/ViewContainer.js +38 -0
  4. package/cjs/components/ViewContainer/ViewContainer.js.map +1 -0
  5. package/cjs/components/ViewContainer/ViewContainer_yiqfcb.css +1 -0
  6. package/cjs/components/{NumberInput/variations → ViewContainer}/_view/base.js +2 -2
  7. package/cjs/components/ViewContainer/_view/base.js.map +1 -0
  8. package/cjs/index.css +1 -24
  9. package/cjs/index.js +3 -6
  10. package/cjs/index.js.map +1 -1
  11. package/emotion/cjs/components/Drawer/Drawer.js +4 -3
  12. package/emotion/cjs/components/ViewContainer/ViewContainer.js +49 -0
  13. package/emotion/cjs/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  14. package/emotion/cjs/components/ViewContainer/_view/base.js +8 -0
  15. package/emotion/cjs/components/ViewContainer/_view/tokens.json +1 -0
  16. package/emotion/cjs/components/ViewContainer/index.js +18 -0
  17. package/emotion/cjs/examples/_helpers.js +3 -14
  18. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +16 -0
  19. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +11 -0
  20. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  21. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +16 -0
  22. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.js +11 -0
  23. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  24. package/emotion/cjs/index.js +4 -4
  25. package/emotion/es/components/Drawer/Drawer.js +2 -1
  26. package/emotion/es/components/ViewContainer/ViewContainer.js +40 -0
  27. package/emotion/es/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  28. package/emotion/es/components/ViewContainer/_view/base.js +2 -0
  29. package/emotion/es/components/ViewContainer/_view/tokens.json +1 -0
  30. package/emotion/es/components/ViewContainer/index.js +1 -0
  31. package/emotion/es/examples/_helpers.js +3 -14
  32. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +10 -0
  33. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +5 -0
  34. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  35. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +10 -0
  36. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.js +5 -0
  37. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  38. package/emotion/es/index.js +1 -1
  39. package/es/components/Drawer/Drawer.js +2 -1
  40. package/es/components/Drawer/Drawer.js.map +1 -1
  41. package/es/components/ViewContainer/ViewContainer.js +33 -0
  42. package/es/components/ViewContainer/ViewContainer.js.map +1 -0
  43. package/es/components/ViewContainer/ViewContainer_yiqfcb.css +1 -0
  44. package/es/components/{NumberInput/variations/_segmentation → ViewContainer/_view}/base.js +2 -2
  45. package/es/components/ViewContainer/_view/base.js.map +1 -0
  46. package/es/index.css +1 -24
  47. package/es/index.js +1 -2
  48. package/es/index.js.map +1 -1
  49. package/package.json +3 -2
  50. package/styled-components/cjs/components/Drawer/Drawer.js +4 -3
  51. package/styled-components/cjs/components/ViewContainer/ViewContainer.js +40 -0
  52. package/styled-components/cjs/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  53. package/styled-components/cjs/components/{NumberInput/NumberInput.styles.js → ViewContainer/_view/base.js} +1 -1
  54. package/styled-components/cjs/components/ViewContainer/_view/tokens.json +1 -0
  55. package/styled-components/cjs/components/ViewContainer/index.js +18 -0
  56. package/styled-components/cjs/examples/_helpers.js +3 -14
  57. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +16 -0
  58. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +11 -0
  59. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  60. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +16 -0
  61. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.js +11 -0
  62. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  63. package/styled-components/cjs/index.js +4 -4
  64. package/styled-components/es/components/Drawer/Drawer.js +2 -1
  65. package/styled-components/es/components/ViewContainer/ViewContainer.js +31 -0
  66. package/styled-components/es/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  67. package/styled-components/es/components/ViewContainer/_view/base.js +2 -0
  68. package/styled-components/es/components/ViewContainer/_view/tokens.json +1 -0
  69. package/styled-components/es/components/ViewContainer/index.js +1 -0
  70. package/styled-components/es/examples/_helpers.js +3 -14
  71. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +10 -0
  72. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +5 -0
  73. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  74. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +10 -0
  75. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.js +5 -0
  76. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  77. package/styled-components/es/index.js +1 -1
  78. package/types/components/Drawer/Drawer.d.ts.map +1 -1
  79. package/types/components/ViewContainer/ViewContainer.d.ts +26 -0
  80. package/types/components/ViewContainer/ViewContainer.d.ts.map +1 -0
  81. package/types/components/ViewContainer/_view/base.d.ts.map +1 -0
  82. package/types/components/ViewContainer/index.d.ts +2 -0
  83. package/types/components/ViewContainer/index.d.ts.map +1 -0
  84. package/types/examples/_helpers.d.ts.map +1 -1
  85. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.d.ts +9 -0
  86. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.d.ts.map +1 -0
  87. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.d.ts +8 -0
  88. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.d.ts.map +1 -0
  89. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.config.d.ts +9 -0
  90. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.config.d.ts.map +1 -0
  91. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.d.ts +8 -0
  92. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.d.ts.map +1 -0
  93. package/types/index.d.ts +1 -1
  94. package/types/index.d.ts.map +1 -1
  95. package/cjs/components/NumberInput/NumberInput.css +0 -54
  96. package/cjs/components/NumberInput/NumberInput.js +0 -188
  97. package/cjs/components/NumberInput/NumberInput.js.map +0 -1
  98. package/cjs/components/NumberInput/NumberInput.styles.js +0 -9
  99. package/cjs/components/NumberInput/NumberInput.styles.js.map +0 -1
  100. package/cjs/components/NumberInput/NumberInput.styles_jeawjl.css +0 -1
  101. package/cjs/components/NumberInput/NumberInput.tokens.js +0 -90
  102. package/cjs/components/NumberInput/NumberInput.tokens.js.map +0 -1
  103. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -19
  104. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js.map +0 -1
  105. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -22
  106. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +0 -1
  107. package/cjs/components/NumberInput/ui/Input/Input.css +0 -15
  108. package/cjs/components/NumberInput/ui/Input/Input.js +0 -190
  109. package/cjs/components/NumberInput/ui/Input/Input.js.map +0 -1
  110. package/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -96
  111. package/cjs/components/NumberInput/ui/Input/Input.styles.js.map +0 -1
  112. package/cjs/components/NumberInput/ui/Input/Input.styles_jszc0c.css +0 -8
  113. package/cjs/components/NumberInput/utils/index.js +0 -8
  114. package/cjs/components/NumberInput/utils/index.js.map +0 -1
  115. package/cjs/components/NumberInput/variations/_background-type/base.js +0 -9
  116. package/cjs/components/NumberInput/variations/_background-type/base.js.map +0 -1
  117. package/cjs/components/NumberInput/variations/_background-type/base_1jmdljr.css +0 -1
  118. package/cjs/components/NumberInput/variations/_clear/base.js +0 -9
  119. package/cjs/components/NumberInput/variations/_clear/base.js.map +0 -1
  120. package/cjs/components/NumberInput/variations/_clear/base_3l8dqb.css +0 -1
  121. package/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
  122. package/cjs/components/NumberInput/variations/_disabled/base.js.map +0 -1
  123. package/cjs/components/NumberInput/variations/_disabled/base_1sl0mh8.css +0 -1
  124. package/cjs/components/NumberInput/variations/_segmentation/base.js +0 -9
  125. package/cjs/components/NumberInput/variations/_segmentation/base.js.map +0 -1
  126. package/cjs/components/NumberInput/variations/_segmentation/base_nl8ve.css +0 -1
  127. package/cjs/components/NumberInput/variations/_shape/base.js +0 -9
  128. package/cjs/components/NumberInput/variations/_shape/base.js.map +0 -1
  129. package/cjs/components/NumberInput/variations/_shape/base_k05biw.css +0 -1
  130. package/cjs/components/NumberInput/variations/_size/base.js +0 -9
  131. package/cjs/components/NumberInput/variations/_size/base.js.map +0 -1
  132. package/cjs/components/NumberInput/variations/_size/base_1pju5qf.css +0 -1
  133. package/cjs/components/NumberInput/variations/_view/base.js.map +0 -1
  134. package/cjs/components/NumberInput/variations/_view/base_cghr9q.css +0 -1
  135. package/emotion/cjs/components/NumberInput/NumberInput.js +0 -198
  136. package/emotion/cjs/components/NumberInput/NumberInput.styles.js +0 -17
  137. package/emotion/cjs/components/NumberInput/NumberInput.tokens.js +0 -87
  138. package/emotion/cjs/components/NumberInput/NumberInput.types.js +0 -5
  139. package/emotion/cjs/components/NumberInput/index.js +0 -31
  140. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -18
  141. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -16
  142. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -5
  143. package/emotion/cjs/components/NumberInput/ui/Input/Input.js +0 -198
  144. package/emotion/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -82
  145. package/emotion/cjs/components/NumberInput/ui/Input/Input.types.js +0 -5
  146. package/emotion/cjs/components/NumberInput/ui/index.js +0 -19
  147. package/emotion/cjs/components/NumberInput/utils/index.js +0 -7
  148. package/emotion/cjs/components/NumberInput/variations/_background-type/base.js +0 -10
  149. package/emotion/cjs/components/NumberInput/variations/_background-type/tokens.json +0 -6
  150. package/emotion/cjs/components/NumberInput/variations/_clear/base.js +0 -12
  151. package/emotion/cjs/components/NumberInput/variations/_clear/tokens.json +0 -5
  152. package/emotion/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
  153. package/emotion/cjs/components/NumberInput/variations/_disabled/tokens.json +0 -4
  154. package/emotion/cjs/components/NumberInput/variations/_segmentation/base.js +0 -12
  155. package/emotion/cjs/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  156. package/emotion/cjs/components/NumberInput/variations/_shape/base.js +0 -11
  157. package/emotion/cjs/components/NumberInput/variations/_shape/tokens.json +0 -1
  158. package/emotion/cjs/components/NumberInput/variations/_size/base.js +0 -13
  159. package/emotion/cjs/components/NumberInput/variations/_size/tokens.json +0 -22
  160. package/emotion/cjs/components/NumberInput/variations/_view/base.js +0 -13
  161. package/emotion/cjs/components/NumberInput/variations/_view/tokens.json +0 -14
  162. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -48
  163. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -11
  164. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  165. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -48
  166. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +0 -11
  167. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  168. package/emotion/cjs/examples/themes/declaration.d.ts +0 -4
  169. package/emotion/cjs/examples/themes/index.js +0 -15
  170. package/emotion/cjs/examples/themes/plasma_b2c.module.css +0 -984
  171. package/emotion/cjs/examples/themes/plasma_web.module.css +0 -984
  172. package/emotion/es/components/NumberInput/NumberInput.js +0 -190
  173. package/emotion/es/components/NumberInput/NumberInput.styles.js +0 -11
  174. package/emotion/es/components/NumberInput/NumberInput.tokens.js +0 -81
  175. package/emotion/es/components/NumberInput/NumberInput.types.js +0 -1
  176. package/emotion/es/components/NumberInput/index.js +0 -2
  177. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -11
  178. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -9
  179. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -1
  180. package/emotion/es/components/NumberInput/ui/Input/Input.js +0 -189
  181. package/emotion/es/components/NumberInput/ui/Input/Input.styles.js +0 -75
  182. package/emotion/es/components/NumberInput/ui/Input/Input.types.js +0 -1
  183. package/emotion/es/components/NumberInput/ui/index.js +0 -2
  184. package/emotion/es/components/NumberInput/utils/index.js +0 -1
  185. package/emotion/es/components/NumberInput/variations/_background-type/base.js +0 -4
  186. package/emotion/es/components/NumberInput/variations/_background-type/tokens.json +0 -6
  187. package/emotion/es/components/NumberInput/variations/_clear/base.js +0 -6
  188. package/emotion/es/components/NumberInput/variations/_clear/tokens.json +0 -5
  189. package/emotion/es/components/NumberInput/variations/_disabled/base.js +0 -3
  190. package/emotion/es/components/NumberInput/variations/_disabled/tokens.json +0 -4
  191. package/emotion/es/components/NumberInput/variations/_segmentation/base.js +0 -6
  192. package/emotion/es/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  193. package/emotion/es/components/NumberInput/variations/_shape/base.js +0 -5
  194. package/emotion/es/components/NumberInput/variations/_shape/tokens.json +0 -1
  195. package/emotion/es/components/NumberInput/variations/_size/base.js +0 -7
  196. package/emotion/es/components/NumberInput/variations/_size/tokens.json +0 -22
  197. package/emotion/es/components/NumberInput/variations/_view/base.js +0 -7
  198. package/emotion/es/components/NumberInput/variations/_view/tokens.json +0 -14
  199. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -42
  200. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -5
  201. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  202. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -42
  203. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.js +0 -5
  204. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  205. package/emotion/es/examples/themes/declaration.d.ts +0 -4
  206. package/emotion/es/examples/themes/index.js +0 -7
  207. package/emotion/es/examples/themes/plasma_b2c.module.css +0 -984
  208. package/emotion/es/examples/themes/plasma_web.module.css +0 -984
  209. package/es/components/NumberInput/NumberInput.css +0 -54
  210. package/es/components/NumberInput/NumberInput.js +0 -183
  211. package/es/components/NumberInput/NumberInput.js.map +0 -1
  212. package/es/components/NumberInput/NumberInput.styles.js +0 -5
  213. package/es/components/NumberInput/NumberInput.styles.js.map +0 -1
  214. package/es/components/NumberInput/NumberInput.styles_jeawjl.css +0 -1
  215. package/es/components/NumberInput/NumberInput.tokens.js +0 -84
  216. package/es/components/NumberInput/NumberInput.tokens.js.map +0 -1
  217. package/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -15
  218. package/es/components/NumberInput/ui/ActionButton/ActionButton.js.map +0 -1
  219. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -18
  220. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +0 -1
  221. package/es/components/NumberInput/ui/Input/Input.css +0 -15
  222. package/es/components/NumberInput/ui/Input/Input.js +0 -186
  223. package/es/components/NumberInput/ui/Input/Input.js.map +0 -1
  224. package/es/components/NumberInput/ui/Input/Input.styles.js +0 -85
  225. package/es/components/NumberInput/ui/Input/Input.styles.js.map +0 -1
  226. package/es/components/NumberInput/ui/Input/Input.styles_jszc0c.css +0 -8
  227. package/es/components/NumberInput/utils/index.js +0 -4
  228. package/es/components/NumberInput/utils/index.js.map +0 -1
  229. package/es/components/NumberInput/variations/_background-type/base.js +0 -5
  230. package/es/components/NumberInput/variations/_background-type/base.js.map +0 -1
  231. package/es/components/NumberInput/variations/_background-type/base_1jmdljr.css +0 -1
  232. package/es/components/NumberInput/variations/_clear/base.js +0 -5
  233. package/es/components/NumberInput/variations/_clear/base.js.map +0 -1
  234. package/es/components/NumberInput/variations/_clear/base_3l8dqb.css +0 -1
  235. package/es/components/NumberInput/variations/_disabled/base.js +0 -5
  236. package/es/components/NumberInput/variations/_disabled/base.js.map +0 -1
  237. package/es/components/NumberInput/variations/_disabled/base_1sl0mh8.css +0 -1
  238. package/es/components/NumberInput/variations/_segmentation/base.js.map +0 -1
  239. package/es/components/NumberInput/variations/_segmentation/base_nl8ve.css +0 -1
  240. package/es/components/NumberInput/variations/_shape/base.js +0 -5
  241. package/es/components/NumberInput/variations/_shape/base.js.map +0 -1
  242. package/es/components/NumberInput/variations/_shape/base_k05biw.css +0 -1
  243. package/es/components/NumberInput/variations/_size/base.js +0 -5
  244. package/es/components/NumberInput/variations/_size/base.js.map +0 -1
  245. package/es/components/NumberInput/variations/_size/base_1pju5qf.css +0 -1
  246. package/es/components/NumberInput/variations/_view/base.js +0 -5
  247. package/es/components/NumberInput/variations/_view/base.js.map +0 -1
  248. package/es/components/NumberInput/variations/_view/base_cghr9q.css +0 -1
  249. package/styled-components/cjs/components/NumberInput/NumberInput.js +0 -198
  250. package/styled-components/cjs/components/NumberInput/NumberInput.tokens.js +0 -87
  251. package/styled-components/cjs/components/NumberInput/NumberInput.types.js +0 -5
  252. package/styled-components/cjs/components/NumberInput/index.js +0 -31
  253. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -18
  254. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -15
  255. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -5
  256. package/styled-components/cjs/components/NumberInput/ui/Input/Input.js +0 -198
  257. package/styled-components/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -49
  258. package/styled-components/cjs/components/NumberInput/ui/Input/Input.types.js +0 -5
  259. package/styled-components/cjs/components/NumberInput/ui/index.js +0 -19
  260. package/styled-components/cjs/components/NumberInput/utils/index.js +0 -7
  261. package/styled-components/cjs/components/NumberInput/variations/_background-type/base.js +0 -10
  262. package/styled-components/cjs/components/NumberInput/variations/_background-type/tokens.json +0 -6
  263. package/styled-components/cjs/components/NumberInput/variations/_clear/base.js +0 -12
  264. package/styled-components/cjs/components/NumberInput/variations/_clear/tokens.json +0 -5
  265. package/styled-components/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
  266. package/styled-components/cjs/components/NumberInput/variations/_disabled/tokens.json +0 -4
  267. package/styled-components/cjs/components/NumberInput/variations/_segmentation/base.js +0 -12
  268. package/styled-components/cjs/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  269. package/styled-components/cjs/components/NumberInput/variations/_shape/base.js +0 -11
  270. package/styled-components/cjs/components/NumberInput/variations/_shape/tokens.json +0 -1
  271. package/styled-components/cjs/components/NumberInput/variations/_size/base.js +0 -13
  272. package/styled-components/cjs/components/NumberInput/variations/_size/tokens.json +0 -22
  273. package/styled-components/cjs/components/NumberInput/variations/_view/base.js +0 -13
  274. package/styled-components/cjs/components/NumberInput/variations/_view/tokens.json +0 -14
  275. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -48
  276. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -11
  277. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  278. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -48
  279. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +0 -11
  280. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  281. package/styled-components/cjs/examples/themes/declaration.d.ts +0 -4
  282. package/styled-components/cjs/examples/themes/index.js +0 -15
  283. package/styled-components/cjs/examples/themes/plasma_b2c.module.css +0 -984
  284. package/styled-components/cjs/examples/themes/plasma_web.module.css +0 -984
  285. package/styled-components/es/components/NumberInput/NumberInput.js +0 -190
  286. package/styled-components/es/components/NumberInput/NumberInput.styles.js +0 -2
  287. package/styled-components/es/components/NumberInput/NumberInput.tokens.js +0 -81
  288. package/styled-components/es/components/NumberInput/NumberInput.types.js +0 -1
  289. package/styled-components/es/components/NumberInput/index.js +0 -2
  290. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -11
  291. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -8
  292. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -1
  293. package/styled-components/es/components/NumberInput/ui/Input/Input.js +0 -189
  294. package/styled-components/es/components/NumberInput/ui/Input/Input.styles.js +0 -42
  295. package/styled-components/es/components/NumberInput/ui/Input/Input.types.js +0 -1
  296. package/styled-components/es/components/NumberInput/ui/index.js +0 -2
  297. package/styled-components/es/components/NumberInput/utils/index.js +0 -1
  298. package/styled-components/es/components/NumberInput/variations/_background-type/base.js +0 -4
  299. package/styled-components/es/components/NumberInput/variations/_background-type/tokens.json +0 -6
  300. package/styled-components/es/components/NumberInput/variations/_clear/base.js +0 -6
  301. package/styled-components/es/components/NumberInput/variations/_clear/tokens.json +0 -5
  302. package/styled-components/es/components/NumberInput/variations/_disabled/base.js +0 -3
  303. package/styled-components/es/components/NumberInput/variations/_disabled/tokens.json +0 -4
  304. package/styled-components/es/components/NumberInput/variations/_segmentation/base.js +0 -6
  305. package/styled-components/es/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  306. package/styled-components/es/components/NumberInput/variations/_shape/base.js +0 -5
  307. package/styled-components/es/components/NumberInput/variations/_shape/tokens.json +0 -1
  308. package/styled-components/es/components/NumberInput/variations/_size/base.js +0 -7
  309. package/styled-components/es/components/NumberInput/variations/_size/tokens.json +0 -22
  310. package/styled-components/es/components/NumberInput/variations/_view/base.js +0 -7
  311. package/styled-components/es/components/NumberInput/variations/_view/tokens.json +0 -14
  312. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -42
  313. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -5
  314. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  315. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -42
  316. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.js +0 -5
  317. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  318. package/styled-components/es/examples/themes/declaration.d.ts +0 -4
  319. package/styled-components/es/examples/themes/index.js +0 -7
  320. package/styled-components/es/examples/themes/plasma_b2c.module.css +0 -984
  321. package/styled-components/es/examples/themes/plasma_web.module.css +0 -984
  322. package/types/components/NumberInput/NumberInput.d.ts +0 -42
  323. package/types/components/NumberInput/NumberInput.d.ts.map +0 -1
  324. package/types/components/NumberInput/NumberInput.styles.d.ts +0 -2
  325. package/types/components/NumberInput/NumberInput.styles.d.ts.map +0 -1
  326. package/types/components/NumberInput/NumberInput.tokens.d.ts +0 -76
  327. package/types/components/NumberInput/NumberInput.tokens.d.ts.map +0 -1
  328. package/types/components/NumberInput/NumberInput.types.d.ts +0 -112
  329. package/types/components/NumberInput/NumberInput.types.d.ts.map +0 -1
  330. package/types/components/NumberInput/index.d.ts +0 -3
  331. package/types/components/NumberInput/index.d.ts.map +0 -1
  332. package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts +0 -4
  333. package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts.map +0 -1
  334. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +0 -45
  335. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts.map +0 -1
  336. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts +0 -7
  337. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts.map +0 -1
  338. package/types/components/NumberInput/ui/Input/Input.d.ts +0 -16
  339. package/types/components/NumberInput/ui/Input/Input.d.ts.map +0 -1
  340. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +0 -30
  341. package/types/components/NumberInput/ui/Input/Input.styles.d.ts.map +0 -1
  342. package/types/components/NumberInput/ui/Input/Input.types.d.ts +0 -16
  343. package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +0 -1
  344. package/types/components/NumberInput/ui/index.d.ts +0 -3
  345. package/types/components/NumberInput/ui/index.d.ts.map +0 -1
  346. package/types/components/NumberInput/utils/index.d.ts +0 -2
  347. package/types/components/NumberInput/utils/index.d.ts.map +0 -1
  348. package/types/components/NumberInput/variations/_background-type/base.d.ts.map +0 -1
  349. package/types/components/NumberInput/variations/_clear/base.d.ts +0 -2
  350. package/types/components/NumberInput/variations/_clear/base.d.ts.map +0 -1
  351. package/types/components/NumberInput/variations/_disabled/base.d.ts +0 -2
  352. package/types/components/NumberInput/variations/_disabled/base.d.ts.map +0 -1
  353. package/types/components/NumberInput/variations/_segmentation/base.d.ts +0 -2
  354. package/types/components/NumberInput/variations/_segmentation/base.d.ts.map +0 -1
  355. package/types/components/NumberInput/variations/_shape/base.d.ts +0 -2
  356. package/types/components/NumberInput/variations/_shape/base.d.ts.map +0 -1
  357. package/types/components/NumberInput/variations/_size/base.d.ts +0 -2
  358. package/types/components/NumberInput/variations/_size/base.d.ts.map +0 -1
  359. package/types/components/NumberInput/variations/_view/base.d.ts +0 -2
  360. package/types/components/NumberInput/variations/_view/base.d.ts.map +0 -1
  361. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts +0 -41
  362. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts.map +0 -1
  363. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts +0 -84
  364. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts.map +0 -1
  365. package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts +0 -41
  366. package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts.map +0 -1
  367. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts +0 -84
  368. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts.map +0 -1
  369. package/types/examples/themes/index.d.ts +0 -6
  370. package/types/examples/themes/index.d.ts.map +0 -1
  371. /package/cjs/components/{NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css → ViewContainer/_view/base_x642ct.css} +0 -0
  372. /package/es/components/{NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css → ViewContainer/_view/base_x642ct.css} +0 -0
  373. /package/types/components/{NumberInput/variations/_background-type → ViewContainer/_view}/base.d.ts +0 -0
@@ -1,12 +0,0 @@
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 _NumberInput = /*#__PURE__*/require("../../NumberInput.tokens");
9
- var _ActionButton = /*#__PURE__*/require("../../ui/ActionButton/ActionButton.styles");
10
- var _Input = /*#__PURE__*/require("../../ui/Input/Input.styles");
11
- var _Spinner = /*#__PURE__*/require("../../../Spinner");
12
- var base = exports.base = /*#__PURE__*/(0, _react.css)(_ActionButton.StyledIconButton, "{", _NumberInput.privateTokens.segmentationBorderRadius, ":var(", _NumberInput.tokens.iconButtonRadius, ");&.", _NumberInput.classes.segmentedView, ",&.", _NumberInput.classes.solidView, "{", _NumberInput.privateTokens.segmentationBorderRadius, ":var(", _NumberInput.tokens.iconButtonSegmentationRadius, ", var(", _NumberInput.tokens.iconButtonRadius, "));}&.", _NumberInput.classes.actionButtonDecrement, "{border-radius:var(", _NumberInput.tokens.iconButtonRadius, ") var(", _NumberInput.privateTokens.segmentationBorderRadius, ") var(", _NumberInput.privateTokens.segmentationBorderRadius, ") var(", _NumberInput.tokens.iconButtonRadius, ");}&.", _NumberInput.classes.actionButtonIncrement, "{border-radius:var(", _NumberInput.privateTokens.segmentationBorderRadius, ") var(", _NumberInput.tokens.iconButtonRadius, ") var(", _NumberInput.tokens.iconButtonRadius, ") var(", _NumberInput.privateTokens.segmentationBorderRadius, ");}&.", _NumberInput.classes.solidView, "{background:transparent;:hover{background-color:var(", _NumberInput.tokens.iconButtonBackgroundColorHover, ");}:active{background-color:var(", _NumberInput.tokens.iconButtonBackgroundColorActive, ");}&.", _NumberInput.classes.actionButtonDecrementDisabled, ",&.", _NumberInput.classes.actionButtonIncrementDisabled, "{:hover,:active{background-color:transparent;}}}&.", _NumberInput.classes.solidView, "{&.", _NumberInput.classes.actionButtonDecrementDisabled, ",&.", _NumberInput.classes.actionButtonIncrementDisabled, "{opacity:1;svg{opacity:var(", _NumberInput.tokens.actionButtonDisabledOpacity, ");}:hover,:active{svg{opacity:var(", _NumberInput.tokens.actionButtonDisabledOpacity, ");}}}}}&.", _NumberInput.classes.solidView, "{background:var(", _NumberInput.tokens.backgroundColorSolid, ");border-radius:var(", _NumberInput.tokens.iconButtonRadius, ");", _Input.InputWrapper, "{position:relative;color:var(", _NumberInput.tokens.colorSolid, ");&:focus-within{background-color:var(", _NumberInput.tokens.backgroundColorSolidFocus, ");box-shadow:inset 0 0 0 var(", _NumberInput.tokens.inputWrapperBorderWidth, ") var(", _NumberInput.tokens.borderColorSolidFocus, ");}}", _Input.StyledSpinner, "{", _Spinner.spinnerTokens.color, ":var(", _NumberInput.tokens.loaderSpinnerColorSolid, ");}", _Input.Input, "{caret-color:var(", _NumberInput.tokens.caretColorSolid, ", var(", _NumberInput.tokens.caretColor, "));&:not(.", _NumberInput.classes.errorAnimation, "){color:var(", _NumberInput.tokens.colorSolid, ");}}", _Input.AdditionalText, "{color:var(", _NumberInput.tokens.additionalTextColorSolid, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdmFyaWF0aW9ucy9fc2VnbWVudGF0aW9uL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBT3VCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdmFyaWF0aW9ucy9fc2VnbWVudGF0aW9uL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHByaXZhdGVUb2tlbnMsIHRva2VucyB9IGZyb20gJy4uLy4uL051bWJlcklucHV0LnRva2Vucyc7XG5pbXBvcnQgeyBTdHlsZWRJY29uQnV0dG9uIH0gZnJvbSAnLi4vLi4vdWkvQWN0aW9uQnV0dG9uL0FjdGlvbkJ1dHRvbi5zdHlsZXMnO1xuaW1wb3J0IHsgQWRkaXRpb25hbFRleHQsIElucHV0LCBJbnB1dFdyYXBwZXIsIFN0eWxlZFNwaW5uZXIgfSBmcm9tICcuLi8uLi91aS9JbnB1dC9JbnB1dC5zdHlsZXMnO1xuaW1wb3J0IHsgc3Bpbm5lclRva2VucyB9IGZyb20gJy4uLy4uLy4uL1NwaW5uZXInO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke1N0eWxlZEljb25CdXR0b259IHtcbiAgICAgICAgJHtwcml2YXRlVG9rZW5zLnNlZ21lbnRhdGlvbkJvcmRlclJhZGl1c306IHZhcigke3Rva2Vucy5pY29uQnV0dG9uUmFkaXVzfSk7XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuc2VnbWVudGVkVmlld30sICYuJHtjbGFzc2VzLnNvbGlkVmlld30ge1xuICAgICAgICAgICAgJHtwcml2YXRlVG9rZW5zLnNlZ21lbnRhdGlvbkJvcmRlclJhZGl1c306IHZhcigke3Rva2Vucy5pY29uQnV0dG9uU2VnbWVudGF0aW9uUmFkaXVzfSwgdmFyKCR7dG9rZW5zLmljb25CdXR0b25SYWRpdXN9KSk7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5hY3Rpb25CdXR0b25EZWNyZW1lbnR9IHtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5pY29uQnV0dG9uUmFkaXVzfSkgdmFyKCR7cHJpdmF0ZVRva2Vucy5zZWdtZW50YXRpb25Cb3JkZXJSYWRpdXN9KSB2YXIoJHtwcml2YXRlVG9rZW5zLnNlZ21lbnRhdGlvbkJvcmRlclJhZGl1c30pIHZhcigke3Rva2Vucy5pY29uQnV0dG9uUmFkaXVzfSk7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5hY3Rpb25CdXR0b25JbmNyZW1lbnR9IHtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3ByaXZhdGVUb2tlbnMuc2VnbWVudGF0aW9uQm9yZGVyUmFkaXVzfSkgdmFyKCR7dG9rZW5zLmljb25CdXR0b25SYWRpdXN9KSB2YXIoJHt0b2tlbnMuaWNvbkJ1dHRvblJhZGl1c30pIHZhcigke3ByaXZhdGVUb2tlbnMuc2VnbWVudGF0aW9uQm9yZGVyUmFkaXVzfSk7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5zb2xpZFZpZXd9IHtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgICAgICAgXG4gICAgICAgICAgICA6aG92ZXIge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pY29uQnV0dG9uQmFja2dyb3VuZENvbG9ySG92ZXJ9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIFxuICAgICAgICAgICAgOmFjdGl2ZSB7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLmljb25CdXR0b25CYWNrZ3JvdW5kQ29sb3JBY3RpdmV9KTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgJi4ke2NsYXNzZXMuYWN0aW9uQnV0dG9uRGVjcmVtZW50RGlzYWJsZWR9LCAmLiR7Y2xhc3Nlcy5hY3Rpb25CdXR0b25JbmNyZW1lbnREaXNhYmxlZH0ge1xuICAgICAgICAgICAgICAgIDpob3ZlcixcbiAgICAgICAgICAgICAgICA6YWN0aXZlIHtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuc29saWRWaWV3fSB7XG4gICAgICAgICAgICAmLiR7Y2xhc3Nlcy5hY3Rpb25CdXR0b25EZWNyZW1lbnREaXNhYmxlZH0sICYuJHtjbGFzc2VzLmFjdGlvbkJ1dHRvbkluY3JlbWVudERpc2FibGVkfSB7XG4gICAgICAgICAgICAgICAgb3BhY2l0eTogMTtcblxuICAgICAgICAgICAgICAgIHN2ZyB7XG4gICAgICAgICAgICAgICAgICAgIG9wYWNpdHk6IHZhcigke3Rva2Vucy5hY3Rpb25CdXR0b25EaXNhYmxlZE9wYWNpdHl9KTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICA6aG92ZXIsXG4gICAgICAgICAgICAgICAgOmFjdGl2ZSB7XG4gICAgICAgICAgICAgICAgICAgIHN2ZyB7XG4gICAgICAgICAgICAgICAgICAgICAgICBvcGFjaXR5OiB2YXIoJHt0b2tlbnMuYWN0aW9uQnV0dG9uRGlzYWJsZWRPcGFjaXR5fSk7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5zb2xpZFZpZXd9IHtcbiAgICAgICAgYmFja2dyb3VuZDogdmFyKCR7dG9rZW5zLmJhY2tncm91bmRDb2xvclNvbGlkfSk7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5pY29uQnV0dG9uUmFkaXVzfSk7XG5cbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JTb2xpZH0pO1xuICAgICAgICAgICAgXG4gICAgICAgICAgICAmOmZvY3VzLXdpdGhpbiB7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLmJhY2tncm91bmRDb2xvclNvbGlkRm9jdXN9KTtcbiAgICAgICAgICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHt0b2tlbnMuaW5wdXRXcmFwcGVyQm9yZGVyV2lkdGh9KSB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JTb2xpZEZvY3VzfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICBcbiAgICAgICAgJHtTdHlsZWRTcGlubmVyfSB7XG4gICAgICAgICAgICAke3NwaW5uZXJUb2tlbnMuY29sb3J9OiB2YXIoJHt0b2tlbnMubG9hZGVyU3Bpbm5lckNvbG9yU29saWR9KTtcbiAgICAgICAgfVxuICAgIFxuICAgICAgICAke0lucHV0fSB7XG4gICAgICAgICAgICBjYXJldC1jb2xvcjogdmFyKCR7dG9rZW5zLmNhcmV0Q29sb3JTb2xpZH0sIHZhcigke3Rva2Vucy5jYXJldENvbG9yfSkpO1xuXG4gICAgICAgICAgICAmOm5vdCguJHtjbGFzc2VzLmVycm9yQW5pbWF0aW9ufSl7XG4gICAgICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvclNvbGlkfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICBcbiAgICAgICAgJHtBZGRpdGlvbmFsVGV4dH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5hZGRpdGlvbmFsVGV4dENvbG9yU29saWR9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -1 +0,0 @@
1
- ["--plasma-number-input_icon-button_segmentation_radius", "--plasma-number-input_background-color-solid"]
@@ -1,11 +0,0 @@
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 _NumberInput = /*#__PURE__*/require("../../NumberInput.tokens");
9
- var _IconButton = /*#__PURE__*/require("../../../IconButton");
10
- var _ActionButton = /*#__PURE__*/require("../../ui/ActionButton/ActionButton.styles");
11
- var base = exports.base = /*#__PURE__*/(0, _react.css)(_ActionButton.StyledIconButton, "{", _IconButton.iconButtonTokens.iconButtonRadius, ":var(", _NumberInput.tokens.iconButtonRadius, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdmFyaWF0aW9ucy9fc2hhcGUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9OdW1iZXJJbnB1dC92YXJpYXRpb25zL19zaGFwZS9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9OdW1iZXJJbnB1dC50b2tlbnMnO1xuaW1wb3J0IHsgaWNvbkJ1dHRvblRva2VucyB9IGZyb20gJy4uLy4uLy4uL0ljb25CdXR0b24nO1xuaW1wb3J0IHsgU3R5bGVkSWNvbkJ1dHRvbiB9IGZyb20gJy4uLy4uL3VpL0FjdGlvbkJ1dHRvbi9BY3Rpb25CdXR0b24uc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJHtTdHlsZWRJY29uQnV0dG9ufSB7XG4gICAgICAgICR7aWNvbkJ1dHRvblRva2Vucy5pY29uQnV0dG9uUmFkaXVzfTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25SYWRpdXN9KTtcbiAgICB9XG5gO1xuIl19 */"));
@@ -1 +0,0 @@
1
- ["--plasma-number-input_icon-button_radius"]
@@ -1,13 +0,0 @@
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 _NumberInput = /*#__PURE__*/require("../../NumberInput.tokens");
9
- var _IconButton = /*#__PURE__*/require("../../../IconButton");
10
- var _ActionButton = /*#__PURE__*/require("../../ui/ActionButton/ActionButton.styles");
11
- var _Input = /*#__PURE__*/require("../../ui/Input/Input.styles");
12
- var _Spinner = /*#__PURE__*/require("../../../Spinner");
13
- var base = exports.base = /*#__PURE__*/(0, _react.css)("width:var(", _NumberInput.privateTokens.inputWidth, ");min-width:var(", _NumberInput.tokens.rootMinWidth, ");", _ActionButton.StyledIconButton, "{", _IconButton.iconButtonTokens.iconButtonHeight, ":var(", _NumberInput.tokens.iconButtonHeight, ");", _IconButton.iconButtonTokens.iconButtonWidth, ":var(", _NumberInput.tokens.iconButtonWidth, ");", _IconButton.iconButtonTokens.iconButtonPadding, ":var(", _NumberInput.tokens.iconButtonPadding, ");", _IconButton.iconButtonTokens.iconButtonFontFamily, ":var(", _NumberInput.tokens.iconButtonFontFamily, ");", _IconButton.iconButtonTokens.iconButtonFontSize, ":var(", _NumberInput.tokens.iconButtonFontSize, ");", _IconButton.iconButtonTokens.iconButtonFontStyle, ":var(", _NumberInput.tokens.iconButtonFontStyle, ");", _IconButton.iconButtonTokens.iconButtonFontWeight, ":var(", _NumberInput.tokens.iconButtonFontWeight, ");", _IconButton.iconButtonTokens.iconButtonLetterSpacing, ":var(", _NumberInput.tokens.iconButtonLetterSpacing, ");", _IconButton.iconButtonTokens.iconButtonLineHeight, ":var(", _NumberInput.tokens.iconButtonLineHeight, ");}", _Input.InputWrapper, "{margin:var(", _NumberInput.tokens.inputWrapperMargin, ");border-radius:var(", _NumberInput.tokens.inputWrapperBorderRadius, ");}", _Input.TextWrapper, "{height:var(", _NumberInput.tokens.textWrapperHeight, ");padding:var(", _NumberInput.tokens.textWrapperPadding, ");}", _Input.DynamicInput, ",", _Input.Input, ",", _Input.AdditionalText, "{font-family:var(", _NumberInput.tokens.fontFamily, ");font-size:var(", _NumberInput.tokens.fontSize, ");font-style:var(", _NumberInput.tokens.fontStyle, ");font-weight:var(", _NumberInput.tokens.fontWeight, ");letter-spacing:var(", _NumberInput.tokens.letterSpacing, ");line-height:var(", _NumberInput.tokens.lineHeight, ");}", _Input.AdditionalText, "{&.", _NumberInput.classes.textBefore, "{margin-right:var(", _NumberInput.tokens.textBeforeMarginRight, ");}&.", _NumberInput.classes.textAfter, "{margin-left:var(", _NumberInput.tokens.textAfterMarginLeft, ");}}", _Input.StyledSpinner, "{", _Spinner.spinnerTokens.size, ":var(", _NumberInput.tokens.loaderSpinnerSize, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWV1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL051bWJlcklucHV0L3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgcHJpdmF0ZVRva2VucywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vTnVtYmVySW5wdXQudG9rZW5zJztcbmltcG9ydCB7IGljb25CdXR0b25Ub2tlbnMgfSBmcm9tICcuLi8uLi8uLi9JY29uQnV0dG9uJztcbmltcG9ydCB7IFN0eWxlZEljb25CdXR0b24gfSBmcm9tICcuLi8uLi91aS9BY3Rpb25CdXR0b24vQWN0aW9uQnV0dG9uLnN0eWxlcyc7XG5pbXBvcnQge1xuICAgIEFkZGl0aW9uYWxUZXh0LFxuICAgIER5bmFtaWNJbnB1dCxcbiAgICBJbnB1dCxcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgU3R5bGVkU3Bpbm5lcixcbiAgICBUZXh0V3JhcHBlcixcbn0gZnJvbSAnLi4vLi4vdWkvSW5wdXQvSW5wdXQuc3R5bGVzJztcbmltcG9ydCB7IHNwaW5uZXJUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi9TcGlubmVyJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgd2lkdGg6IHZhcigke3ByaXZhdGVUb2tlbnMuaW5wdXRXaWR0aH0pO1xuICAgIG1pbi13aWR0aDogdmFyKCR7dG9rZW5zLnJvb3RNaW5XaWR0aH0pO1xuXG4gICAgJHtTdHlsZWRJY29uQnV0dG9ufSB7XG4gICAgICAgICR7aWNvbkJ1dHRvblRva2Vucy5pY29uQnV0dG9uSGVpZ2h0fTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25IZWlnaHR9KTtcbiAgICAgICAgJHtpY29uQnV0dG9uVG9rZW5zLmljb25CdXR0b25XaWR0aH06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uV2lkdGh9KTtcbiAgICAgICAgJHtpY29uQnV0dG9uVG9rZW5zLmljb25CdXR0b25QYWRkaW5nfTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25QYWRkaW5nfSk7XG4gICAgICAgICR7aWNvbkJ1dHRvblRva2Vucy5pY29uQnV0dG9uRm9udEZhbWlseX06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uRm9udEZhbWlseX0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkZvbnRTaXplfTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25Gb250U2l6ZX0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkZvbnRTdHlsZX06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uRm9udFN0eWxlfSk7XG4gICAgICAgICR7aWNvbkJ1dHRvblRva2Vucy5pY29uQnV0dG9uRm9udFdlaWdodH06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uRm9udFdlaWdodH0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkxldHRlclNwYWNpbmd9OiB2YXIoJHt0b2tlbnMuaWNvbkJ1dHRvbkxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgJHtpY29uQnV0dG9uVG9rZW5zLmljb25CdXR0b25MaW5lSGVpZ2h0fTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25MaW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMuaW5wdXRXcmFwcGVyTWFyZ2lufSk7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5pbnB1dFdyYXBwZXJCb3JkZXJSYWRpdXN9KTtcbiAgICB9XG5cbiAgICAke1RleHRXcmFwcGVyfSB7XG4gICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLnRleHRXcmFwcGVySGVpZ2h0fSk7XG4gICAgICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy50ZXh0V3JhcHBlclBhZGRpbmd9KTtcbiAgICB9XG5cbiAgICAke0R5bmFtaWNJbnB1dH0sICR7SW5wdXR9LCAke0FkZGl0aW9uYWxUZXh0fSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMuZm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5mb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMuZm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMuZm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5saW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtBZGRpdGlvbmFsVGV4dH0ge1xuICAgICAgICAmLiR7Y2xhc3Nlcy50ZXh0QmVmb3JlfSB7XG4gICAgICAgICAgICBtYXJnaW4tcmlnaHQ6IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2luUmlnaHR9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLnRleHRBZnRlcn0ge1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IHZhcigke3Rva2Vucy50ZXh0QWZ0ZXJNYXJnaW5MZWZ0fSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAke1N0eWxlZFNwaW5uZXJ9IHtcbiAgICAgICAgJHtzcGlubmVyVG9rZW5zLnNpemV9OiB2YXIoJHt0b2tlbnMubG9hZGVyU3Bpbm5lclNpemV9KTtcbiAgICB9XG5gO1xuIl19 */"));
@@ -1,22 +0,0 @@
1
- [
2
- "--plasma-number-input_icon-button_height",
3
- "--plasma-number-input_icon-button_width",
4
- "--plasma-number-input_icon-button_padding",
5
- "--plasma-number-input_icon-button_font-family",
6
- "--plasma-number-input_icon-button_font-size",
7
- "--plasma-number-input_icon-button_font-style",
8
- "--plasma-number-input_icon-button_font-weight",
9
- "--plasma-number-input_icon-button_letter-spacing",
10
- "--plasma-number-input_icon-button_line-height",
11
- "--plasma-number-input_font-family",
12
- "--plasma-number-input_font-style",
13
- "--plasma-number-input_font-size",
14
- "--plasma-number-input_font-weight",
15
- "--plasma-number-input_letter-spacing",
16
- "--plasma-number-input_line-height",
17
- "--plasma-number-input_text-wrapper_height",
18
- "--plasma-number-input_text-wrapper_padding",
19
- "--plasma-number-input_loader-spinner_size",
20
- "--plasma-number-input_text-before_margin-right",
21
- "--plasma-number-input_text-after_margin-left"
22
- ]
@@ -1,13 +0,0 @@
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 _NumberInput = /*#__PURE__*/require("../../NumberInput.tokens");
9
- var _IconButton = /*#__PURE__*/require("../../../IconButton");
10
- var _ActionButton = /*#__PURE__*/require("../../ui/ActionButton/ActionButton.styles");
11
- var _Input = /*#__PURE__*/require("../../ui/Input/Input.styles");
12
- var _Spinner = /*#__PURE__*/require("../../../Spinner");
13
- var base = exports.base = /*#__PURE__*/(0, _react.css)(_ActionButton.StyledIconButton, "{", _IconButton.iconButtonTokens.iconButtonColor, ":var(", _NumberInput.tokens.iconButtonColor, ");", _IconButton.iconButtonTokens.iconButtonBackgroundColor, ":var(", _NumberInput.tokens.iconButtonBackgroundColor, ");", _IconButton.iconButtonTokens.iconButtonColorHover, ":var(", _NumberInput.tokens.iconButtonColorHover, ");", _IconButton.iconButtonTokens.iconButtonBackgroundColorHover, ":var(", _NumberInput.tokens.iconButtonBackgroundColorHover, ");", _IconButton.iconButtonTokens.iconButtonColorActive, ":var(", _NumberInput.tokens.iconButtonColorActive, ");", _IconButton.iconButtonTokens.iconButtonBackgroundColorActive, ":var(", _NumberInput.tokens.iconButtonBackgroundColorActive, ");&.", _NumberInput.classes.actionButtonDecrementDisabled, ",&.", _NumberInput.classes.actionButtonIncrementDisabled, "{opacity:var(", _NumberInput.tokens.actionButtonDisabledOpacity, ");cursor:not-allowed;:hover,:active{scale:none;color:var(", _NumberInput.tokens.iconButtonColor, ");background-color:var(", _NumberInput.tokens.iconButtonBackgroundColor, ");}}}&& ", _Input.InputWrapper, "{&:focus-within{background-color:var(", _NumberInput.tokens.backgroundColorFocus, ");box-shadow:inset 0 0 0 var(", _NumberInput.tokens.inputWrapperBorderWidth, ") var(", _NumberInput.tokens.borderColorFocus, ");}}", _Input.StyledSpinner, "{", _Spinner.spinnerTokens.color, ":var(", _NumberInput.tokens.loaderSpinnerColor, ");}", _Input.Input, "{color:var(", _NumberInput.tokens.color, ");caret-color:var(", _NumberInput.tokens.caretColor, ");}", _Input.AdditionalText, "{color:var(", _NumberInput.tokens.additionalTextColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVF1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL051bWJlcklucHV0L3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vTnVtYmVySW5wdXQudG9rZW5zJztcbmltcG9ydCB7IGljb25CdXR0b25Ub2tlbnMgfSBmcm9tICcuLi8uLi8uLi9JY29uQnV0dG9uJztcbmltcG9ydCB7IFN0eWxlZEljb25CdXR0b24gfSBmcm9tICcuLi8uLi91aS9BY3Rpb25CdXR0b24vQWN0aW9uQnV0dG9uLnN0eWxlcyc7XG5pbXBvcnQgeyBBZGRpdGlvbmFsVGV4dCwgSW5wdXQsIElucHV0V3JhcHBlciwgU3R5bGVkU3Bpbm5lciB9IGZyb20gJy4uLy4uL3VpL0lucHV0L0lucHV0LnN0eWxlcyc7XG5pbXBvcnQgeyBzcGlubmVyVG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vU3Bpbm5lcic7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICR7U3R5bGVkSWNvbkJ1dHRvbn0ge1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkNvbG9yfTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25Db2xvcn0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkJhY2tncm91bmRDb2xvcn06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uQmFja2dyb3VuZENvbG9yfSk7XG4gICAgICAgICR7aWNvbkJ1dHRvblRva2Vucy5pY29uQnV0dG9uQ29sb3JIb3Zlcn06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uQ29sb3JIb3Zlcn0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkJhY2tncm91bmRDb2xvckhvdmVyfTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25CYWNrZ3JvdW5kQ29sb3JIb3Zlcn0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkNvbG9yQWN0aXZlfTogdmFyKCR7dG9rZW5zLmljb25CdXR0b25Db2xvckFjdGl2ZX0pO1xuICAgICAgICAke2ljb25CdXR0b25Ub2tlbnMuaWNvbkJ1dHRvbkJhY2tncm91bmRDb2xvckFjdGl2ZX06IHZhcigke3Rva2Vucy5pY29uQnV0dG9uQmFja2dyb3VuZENvbG9yQWN0aXZlfSk7XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuYWN0aW9uQnV0dG9uRGVjcmVtZW50RGlzYWJsZWR9LCAmLiR7Y2xhc3Nlcy5hY3Rpb25CdXR0b25JbmNyZW1lbnREaXNhYmxlZH0ge1xuICAgICAgICAgICAgb3BhY2l0eTogdmFyKCR7dG9rZW5zLmFjdGlvbkJ1dHRvbkRpc2FibGVkT3BhY2l0eX0pO1xuICAgICAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcblxuICAgICAgICAgICAgOmhvdmVyLFxuICAgICAgICAgICAgOmFjdGl2ZSB7XG4gICAgICAgICAgICAgICAgc2NhbGU6IG5vbmU7XG5cbiAgICAgICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmljb25CdXR0b25Db2xvcn0pO1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pY29uQnV0dG9uQmFja2dyb3VuZENvbG9yfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmJiAke0lucHV0V3JhcHBlcn17XG4gICAgICAgICY6Zm9jdXMtd2l0aGluIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JGb2N1c30pO1xuICAgICAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmlucHV0V3JhcHBlckJvcmRlcldpZHRofSkgdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9yRm9jdXN9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICR7U3R5bGVkU3Bpbm5lcn0ge1xuICAgICAgICAke3NwaW5uZXJUb2tlbnMuY29sb3J9OiB2YXIoJHt0b2tlbnMubG9hZGVyU3Bpbm5lckNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dH0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yfSk7XG4gICAgICAgIGNhcmV0LWNvbG9yOiB2YXIoJHt0b2tlbnMuY2FyZXRDb2xvcn0pO1xuICAgIH1cblxuICAgICR7QWRkaXRpb25hbFRleHR9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5hZGRpdGlvbmFsVGV4dENvbG9yfSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -1,14 +0,0 @@
1
- [
2
- "--plasma-number-input_icon-button_color",
3
- "--plasma-number-input_icon-button_background-color",
4
- "--plasma-number-input_icon-button_color-hover",
5
- "--plasma-number-input_icon-button_background-color-hover",
6
- "--plasma-number-input_icon-button_color-active",
7
- "--plasma-number-input_icon-button_background-color-active",
8
- "--plasma-number-input_loader-spinner_color",
9
- "--plasma-number-input_color",
10
- "--plasma-number-input_additional-text_color",
11
- "--plasma-number-input_action-button_disabled-opacity",
12
- "--plasma-number-input_background-color-focus",
13
- "--plasma-number-input_border-color-focus"
14
- ]