@salutejs/plasma-new-hope 0.187.0-canary.1539.11742294440.0 → 0.187.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (370) hide show
  1. package/cjs/components/NumberInput/NumberInput.css +52 -0
  2. package/cjs/components/NumberInput/NumberInput.js +205 -0
  3. package/cjs/components/NumberInput/NumberInput.js.map +1 -0
  4. package/cjs/components/NumberInput/NumberInput.styles.js +9 -0
  5. package/cjs/components/NumberInput/NumberInput.styles.js.map +1 -0
  6. package/cjs/components/NumberInput/NumberInput.styles_jeawjl.css +1 -0
  7. package/cjs/components/NumberInput/NumberInput.tokens.js +102 -0
  8. package/cjs/components/NumberInput/NumberInput.tokens.js.map +1 -0
  9. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +19 -0
  10. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js.map +1 -0
  11. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +22 -0
  12. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +1 -0
  13. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css +1 -0
  14. package/cjs/components/NumberInput/ui/Input/Input.css +15 -0
  15. package/cjs/components/NumberInput/ui/Input/Input.js +205 -0
  16. package/cjs/components/NumberInput/ui/Input/Input.js.map +1 -0
  17. package/cjs/components/NumberInput/ui/Input/Input.styles.js +96 -0
  18. package/cjs/components/NumberInput/ui/Input/Input.styles.js.map +1 -0
  19. package/cjs/components/NumberInput/ui/Input/Input.styles_fhgb95.css +8 -0
  20. package/cjs/components/NumberInput/utils/index.js +12 -0
  21. package/cjs/components/NumberInput/utils/index.js.map +1 -0
  22. package/cjs/components/{Switch/_toggleSize → NumberInput/variations/_background-type}/base.js +2 -2
  23. package/cjs/components/NumberInput/variations/_background-type/base.js.map +1 -0
  24. package/cjs/components/NumberInput/variations/_background-type/base_dx9knv.css +1 -0
  25. package/cjs/components/NumberInput/variations/_disabled/base.js +9 -0
  26. package/cjs/components/NumberInput/variations/_disabled/base.js.map +1 -0
  27. package/cjs/components/NumberInput/variations/_disabled/base_1sl0mh8.css +1 -0
  28. package/cjs/components/NumberInput/variations/_segmentation/base.js +9 -0
  29. package/cjs/components/NumberInput/variations/_segmentation/base.js.map +1 -0
  30. package/cjs/components/NumberInput/variations/_segmentation/base_14s5rot.css +1 -0
  31. package/cjs/components/NumberInput/variations/_shape/base.js +9 -0
  32. package/cjs/components/NumberInput/variations/_shape/base.js.map +1 -0
  33. package/cjs/components/NumberInput/variations/_shape/base_k05biw.css +1 -0
  34. package/cjs/components/NumberInput/variations/_size/base.js +9 -0
  35. package/cjs/components/NumberInput/variations/_size/base.js.map +1 -0
  36. package/cjs/components/NumberInput/variations/_size/base_yqdmk4.css +1 -0
  37. package/cjs/components/NumberInput/variations/_view/base.js +9 -0
  38. package/cjs/components/NumberInput/variations/_view/base.js.map +1 -0
  39. package/cjs/components/NumberInput/variations/_view/base_tnfbb5.css +1 -0
  40. package/cjs/components/Switch/Switch.css +7 -11
  41. package/cjs/components/Switch/Switch.js +7 -16
  42. package/cjs/components/Switch/Switch.js.map +1 -1
  43. package/cjs/components/Switch/Switch.styles.js +4 -16
  44. package/cjs/components/Switch/Switch.styles.js.map +1 -1
  45. package/cjs/components/Switch/Switch.styles_1kk0qzz.css +4 -0
  46. package/cjs/components/Switch/Switch.tokens.js +0 -11
  47. package/cjs/components/Switch/Switch.tokens.js.map +1 -1
  48. package/cjs/components/Switch/_focused/base.js +1 -1
  49. package/{es/components/Switch/_focused/base_sz3n0x.css → cjs/components/Switch/_focused/base_j4murk.css} +1 -1
  50. package/cjs/components/Switch/_size/base.js +1 -1
  51. package/cjs/components/Switch/_size/base.js.map +1 -1
  52. package/cjs/components/Switch/_size/base_1rjzpi4.css +1 -0
  53. package/cjs/components/Switch/_view/base.js +1 -1
  54. package/cjs/components/Switch/_view/base.js.map +1 -1
  55. package/cjs/components/Switch/_view/base_1mtyz12.css +1 -0
  56. package/cjs/index.css +30 -11
  57. package/cjs/index.js +6 -0
  58. package/cjs/index.js.map +1 -1
  59. package/emotion/cjs/components/NumberInput/NumberInput.js +214 -0
  60. package/emotion/cjs/components/NumberInput/NumberInput.styles.js +17 -0
  61. package/emotion/cjs/components/NumberInput/NumberInput.template-doc.mdx +214 -0
  62. package/emotion/cjs/components/NumberInput/NumberInput.tokens.js +99 -0
  63. package/emotion/cjs/components/NumberInput/NumberInput.types.js +5 -0
  64. package/emotion/cjs/components/NumberInput/index.js +31 -0
  65. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +18 -0
  66. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +16 -0
  67. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +5 -0
  68. package/emotion/cjs/components/NumberInput/ui/Input/Input.js +213 -0
  69. package/emotion/cjs/components/NumberInput/ui/Input/Input.styles.js +81 -0
  70. package/emotion/cjs/components/NumberInput/ui/Input/Input.types.js +5 -0
  71. package/emotion/cjs/components/NumberInput/ui/index.js +19 -0
  72. package/emotion/cjs/components/NumberInput/utils/index.js +9 -0
  73. package/emotion/cjs/components/NumberInput/variations/_background-type/base.js +10 -0
  74. package/emotion/cjs/components/NumberInput/variations/_background-type/tokens.json +6 -0
  75. package/emotion/cjs/components/NumberInput/variations/_disabled/base.js +9 -0
  76. package/emotion/cjs/components/NumberInput/variations/_disabled/tokens.json +4 -0
  77. package/emotion/cjs/components/NumberInput/variations/_segmentation/base.js +12 -0
  78. package/emotion/cjs/components/NumberInput/variations/_segmentation/tokens.json +1 -0
  79. package/emotion/cjs/components/NumberInput/variations/_shape/base.js +11 -0
  80. package/emotion/cjs/components/NumberInput/variations/_shape/tokens.json +1 -0
  81. package/emotion/cjs/components/NumberInput/variations/_size/base.js +13 -0
  82. package/emotion/cjs/components/NumberInput/variations/_size/tokens.json +22 -0
  83. package/emotion/cjs/components/NumberInput/variations/_view/base.js +13 -0
  84. package/emotion/cjs/components/NumberInput/variations/_view/tokens.json +14 -0
  85. package/emotion/cjs/components/Switch/Switch.js +8 -17
  86. package/emotion/cjs/components/Switch/Switch.styles.js +5 -21
  87. package/emotion/cjs/components/Switch/Switch.template-doc.mdx +1 -37
  88. package/emotion/cjs/components/Switch/Switch.tokens.js +0 -11
  89. package/emotion/cjs/components/Switch/_size/base.js +1 -1
  90. package/emotion/cjs/components/Switch/_view/base.js +1 -1
  91. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +46 -0
  92. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +11 -0
  93. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
  94. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +4 -11
  95. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
  96. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +46 -0
  97. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +11 -0
  98. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
  99. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.config.js +4 -11
  100. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
  101. package/emotion/cjs/index.js +11 -0
  102. package/emotion/es/components/NumberInput/NumberInput.js +206 -0
  103. package/emotion/es/components/NumberInput/NumberInput.styles.js +11 -0
  104. package/emotion/es/components/NumberInput/NumberInput.template-doc.mdx +214 -0
  105. package/emotion/es/components/NumberInput/NumberInput.tokens.js +93 -0
  106. package/emotion/es/components/NumberInput/NumberInput.types.js +1 -0
  107. package/emotion/es/components/NumberInput/index.js +2 -0
  108. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.js +11 -0
  109. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +9 -0
  110. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +1 -0
  111. package/emotion/es/components/NumberInput/ui/Input/Input.js +204 -0
  112. package/emotion/es/components/NumberInput/ui/Input/Input.styles.js +74 -0
  113. package/emotion/es/components/NumberInput/ui/Input/Input.types.js +1 -0
  114. package/emotion/es/components/NumberInput/ui/index.js +2 -0
  115. package/emotion/es/components/NumberInput/utils/index.js +3 -0
  116. package/emotion/es/components/NumberInput/variations/_background-type/base.js +4 -0
  117. package/emotion/es/components/NumberInput/variations/_background-type/tokens.json +6 -0
  118. package/emotion/es/components/NumberInput/variations/_disabled/base.js +3 -0
  119. package/emotion/es/components/NumberInput/variations/_disabled/tokens.json +4 -0
  120. package/emotion/es/components/NumberInput/variations/_segmentation/base.js +6 -0
  121. package/emotion/es/components/NumberInput/variations/_segmentation/tokens.json +1 -0
  122. package/emotion/es/components/NumberInput/variations/_shape/base.js +5 -0
  123. package/emotion/es/components/NumberInput/variations/_shape/tokens.json +1 -0
  124. package/emotion/es/components/NumberInput/variations/_size/base.js +7 -0
  125. package/emotion/es/components/NumberInput/variations/_size/tokens.json +22 -0
  126. package/emotion/es/components/NumberInput/variations/_view/base.js +7 -0
  127. package/emotion/es/components/NumberInput/variations/_view/tokens.json +14 -0
  128. package/emotion/es/components/Switch/Switch.js +4 -13
  129. package/emotion/es/components/Switch/Switch.styles.js +4 -20
  130. package/emotion/es/components/Switch/Switch.template-doc.mdx +1 -37
  131. package/emotion/es/components/Switch/Switch.tokens.js +0 -11
  132. package/emotion/es/components/Switch/_size/base.js +2 -2
  133. package/emotion/es/components/Switch/_view/base.js +2 -2
  134. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +40 -0
  135. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +5 -0
  136. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
  137. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.config.js +4 -11
  138. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
  139. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +40 -0
  140. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.js +5 -0
  141. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
  142. package/emotion/es/examples/plasma_web/components/Switch/Switch.config.js +4 -11
  143. package/emotion/es/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
  144. package/emotion/es/index.js +2 -1
  145. package/es/components/NumberInput/NumberInput.css +52 -0
  146. package/es/components/NumberInput/NumberInput.js +200 -0
  147. package/es/components/NumberInput/NumberInput.js.map +1 -0
  148. package/es/components/NumberInput/NumberInput.styles.js +5 -0
  149. package/es/components/NumberInput/NumberInput.styles.js.map +1 -0
  150. package/es/components/NumberInput/NumberInput.styles_jeawjl.css +1 -0
  151. package/es/components/NumberInput/NumberInput.tokens.js +96 -0
  152. package/es/components/NumberInput/NumberInput.tokens.js.map +1 -0
  153. package/es/components/NumberInput/ui/ActionButton/ActionButton.js +15 -0
  154. package/es/components/NumberInput/ui/ActionButton/ActionButton.js.map +1 -0
  155. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +18 -0
  156. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +1 -0
  157. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css +1 -0
  158. package/es/components/NumberInput/ui/Input/Input.css +15 -0
  159. package/es/components/NumberInput/ui/Input/Input.js +201 -0
  160. package/es/components/NumberInput/ui/Input/Input.js.map +1 -0
  161. package/es/components/NumberInput/ui/Input/Input.styles.js +85 -0
  162. package/es/components/NumberInput/ui/Input/Input.styles.js.map +1 -0
  163. package/es/components/NumberInput/ui/Input/Input.styles_fhgb95.css +8 -0
  164. package/es/components/NumberInput/utils/index.js +6 -0
  165. package/es/components/NumberInput/utils/index.js.map +1 -0
  166. package/es/components/{Switch/_toggleSize → NumberInput/variations/_background-type}/base.js +2 -2
  167. package/es/components/NumberInput/variations/_background-type/base.js.map +1 -0
  168. package/es/components/NumberInput/variations/_background-type/base_dx9knv.css +1 -0
  169. package/es/components/NumberInput/variations/_disabled/base.js +5 -0
  170. package/es/components/NumberInput/variations/_disabled/base.js.map +1 -0
  171. package/es/components/NumberInput/variations/_disabled/base_1sl0mh8.css +1 -0
  172. package/es/components/NumberInput/variations/_segmentation/base.js +5 -0
  173. package/es/components/NumberInput/variations/_segmentation/base.js.map +1 -0
  174. package/es/components/NumberInput/variations/_segmentation/base_14s5rot.css +1 -0
  175. package/es/components/NumberInput/variations/_shape/base.js +5 -0
  176. package/es/components/NumberInput/variations/_shape/base.js.map +1 -0
  177. package/es/components/NumberInput/variations/_shape/base_k05biw.css +1 -0
  178. package/es/components/NumberInput/variations/_size/base.js +5 -0
  179. package/es/components/NumberInput/variations/_size/base.js.map +1 -0
  180. package/es/components/NumberInput/variations/_size/base_yqdmk4.css +1 -0
  181. package/es/components/NumberInput/variations/_view/base.js +5 -0
  182. package/es/components/NumberInput/variations/_view/base.js.map +1 -0
  183. package/es/components/NumberInput/variations/_view/base_tnfbb5.css +1 -0
  184. package/es/components/Switch/Switch.css +7 -11
  185. package/es/components/Switch/Switch.js +8 -17
  186. package/es/components/Switch/Switch.js.map +1 -1
  187. package/es/components/Switch/Switch.styles.js +5 -15
  188. package/es/components/Switch/Switch.styles.js.map +1 -1
  189. package/es/components/Switch/Switch.styles_1kk0qzz.css +4 -0
  190. package/es/components/Switch/Switch.tokens.js +0 -11
  191. package/es/components/Switch/Switch.tokens.js.map +1 -1
  192. package/es/components/Switch/_focused/base.js +1 -1
  193. package/{cjs/components/Switch/_focused/base_sz3n0x.css → es/components/Switch/_focused/base_j4murk.css} +1 -1
  194. package/es/components/Switch/_size/base.js +1 -1
  195. package/es/components/Switch/_size/base.js.map +1 -1
  196. package/es/components/Switch/_size/base_1rjzpi4.css +1 -0
  197. package/es/components/Switch/_view/base.js +1 -1
  198. package/es/components/Switch/_view/base.js.map +1 -1
  199. package/es/components/Switch/_view/base_1mtyz12.css +1 -0
  200. package/es/index.css +30 -11
  201. package/es/index.js +2 -0
  202. package/es/index.js.map +1 -1
  203. package/package.json +2 -2
  204. package/styled-components/cjs/components/NumberInput/NumberInput.js +214 -0
  205. package/styled-components/cjs/components/NumberInput/NumberInput.styles.js +8 -0
  206. package/styled-components/cjs/components/NumberInput/NumberInput.template-doc.mdx +214 -0
  207. package/styled-components/cjs/components/NumberInput/NumberInput.tokens.js +99 -0
  208. package/styled-components/cjs/components/NumberInput/NumberInput.types.js +5 -0
  209. package/styled-components/cjs/components/NumberInput/index.js +31 -0
  210. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +18 -0
  211. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +15 -0
  212. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +5 -0
  213. package/styled-components/cjs/components/NumberInput/ui/Input/Input.js +213 -0
  214. package/styled-components/cjs/components/NumberInput/ui/Input/Input.styles.js +48 -0
  215. package/styled-components/cjs/components/NumberInput/ui/Input/Input.types.js +5 -0
  216. package/styled-components/cjs/components/NumberInput/ui/index.js +19 -0
  217. package/styled-components/cjs/components/NumberInput/utils/index.js +9 -0
  218. package/styled-components/cjs/components/NumberInput/variations/_background-type/base.js +10 -0
  219. package/styled-components/cjs/components/NumberInput/variations/_background-type/tokens.json +6 -0
  220. package/styled-components/cjs/components/NumberInput/variations/_disabled/base.js +9 -0
  221. package/styled-components/cjs/components/NumberInput/variations/_disabled/tokens.json +4 -0
  222. package/styled-components/cjs/components/NumberInput/variations/_segmentation/base.js +12 -0
  223. package/styled-components/cjs/components/NumberInput/variations/_segmentation/tokens.json +1 -0
  224. package/styled-components/cjs/components/NumberInput/variations/_shape/base.js +11 -0
  225. package/styled-components/cjs/components/NumberInput/variations/_shape/tokens.json +1 -0
  226. package/styled-components/cjs/components/NumberInput/variations/_size/base.js +13 -0
  227. package/styled-components/cjs/components/NumberInput/variations/_size/tokens.json +22 -0
  228. package/styled-components/cjs/components/NumberInput/variations/_view/base.js +13 -0
  229. package/styled-components/cjs/components/NumberInput/variations/_view/tokens.json +14 -0
  230. package/styled-components/cjs/components/Switch/Switch.js +8 -17
  231. package/styled-components/cjs/components/Switch/Switch.styles.js +5 -11
  232. package/styled-components/cjs/components/Switch/Switch.template-doc.mdx +1 -37
  233. package/styled-components/cjs/components/Switch/Switch.tokens.js +0 -11
  234. package/styled-components/cjs/components/Switch/_size/base.js +1 -1
  235. package/styled-components/cjs/components/Switch/_view/base.js +1 -1
  236. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +46 -0
  237. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +11 -0
  238. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
  239. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +2 -9
  240. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
  241. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +46 -0
  242. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +11 -0
  243. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
  244. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.config.js +2 -9
  245. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
  246. package/styled-components/cjs/index.js +11 -0
  247. package/styled-components/es/components/NumberInput/NumberInput.js +206 -0
  248. package/styled-components/es/components/NumberInput/NumberInput.styles.js +2 -0
  249. package/styled-components/es/components/NumberInput/NumberInput.template-doc.mdx +214 -0
  250. package/styled-components/es/components/NumberInput/NumberInput.tokens.js +93 -0
  251. package/styled-components/es/components/NumberInput/NumberInput.types.js +1 -0
  252. package/styled-components/es/components/NumberInput/index.js +2 -0
  253. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.js +11 -0
  254. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +8 -0
  255. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +1 -0
  256. package/styled-components/es/components/NumberInput/ui/Input/Input.js +204 -0
  257. package/styled-components/es/components/NumberInput/ui/Input/Input.styles.js +41 -0
  258. package/styled-components/es/components/NumberInput/ui/Input/Input.types.js +1 -0
  259. package/styled-components/es/components/NumberInput/ui/index.js +2 -0
  260. package/styled-components/es/components/NumberInput/utils/index.js +3 -0
  261. package/styled-components/es/components/NumberInput/variations/_background-type/base.js +4 -0
  262. package/styled-components/es/components/NumberInput/variations/_background-type/tokens.json +6 -0
  263. package/styled-components/es/components/NumberInput/variations/_disabled/base.js +3 -0
  264. package/styled-components/es/components/NumberInput/variations/_disabled/tokens.json +4 -0
  265. package/styled-components/es/components/NumberInput/variations/_segmentation/base.js +6 -0
  266. package/styled-components/es/components/NumberInput/variations/_segmentation/tokens.json +1 -0
  267. package/styled-components/es/components/NumberInput/variations/_shape/base.js +5 -0
  268. package/styled-components/es/components/NumberInput/variations/_shape/tokens.json +1 -0
  269. package/styled-components/es/components/NumberInput/variations/_size/base.js +7 -0
  270. package/styled-components/es/components/NumberInput/variations/_size/tokens.json +22 -0
  271. package/styled-components/es/components/NumberInput/variations/_view/base.js +7 -0
  272. package/styled-components/es/components/NumberInput/variations/_view/tokens.json +14 -0
  273. package/styled-components/es/components/Switch/Switch.js +4 -13
  274. package/styled-components/es/components/Switch/Switch.styles.js +4 -10
  275. package/styled-components/es/components/Switch/Switch.template-doc.mdx +1 -37
  276. package/styled-components/es/components/Switch/Switch.tokens.js +0 -11
  277. package/styled-components/es/components/Switch/_size/base.js +2 -2
  278. package/styled-components/es/components/Switch/_view/base.js +2 -2
  279. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +40 -0
  280. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +5 -0
  281. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +108 -0
  282. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.config.js +2 -9
  283. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +1 -7
  284. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +40 -0
  285. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.js +5 -0
  286. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +108 -0
  287. package/styled-components/es/examples/plasma_web/components/Switch/Switch.config.js +2 -9
  288. package/styled-components/es/examples/plasma_web/components/Switch/Switch.stories.tsx +1 -14
  289. package/styled-components/es/index.js +2 -1
  290. package/types/components/NumberInput/NumberInput.d.ts +38 -0
  291. package/types/components/NumberInput/NumberInput.d.ts.map +1 -0
  292. package/types/components/NumberInput/NumberInput.styles.d.ts +2 -0
  293. package/types/components/NumberInput/NumberInput.styles.d.ts.map +1 -0
  294. package/types/components/NumberInput/NumberInput.tokens.d.ts +88 -0
  295. package/types/components/NumberInput/NumberInput.tokens.d.ts.map +1 -0
  296. package/types/components/NumberInput/NumberInput.types.d.ts +112 -0
  297. package/types/components/NumberInput/NumberInput.types.d.ts.map +1 -0
  298. package/types/components/NumberInput/index.d.ts +3 -0
  299. package/types/components/NumberInput/index.d.ts.map +1 -0
  300. package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts +4 -0
  301. package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts.map +1 -0
  302. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +45 -0
  303. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts.map +1 -0
  304. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts +7 -0
  305. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts.map +1 -0
  306. package/types/components/NumberInput/ui/Input/Input.d.ts +19 -0
  307. package/types/components/NumberInput/ui/Input/Input.d.ts.map +1 -0
  308. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +30 -0
  309. package/types/components/NumberInput/ui/Input/Input.styles.d.ts.map +1 -0
  310. package/types/components/NumberInput/ui/Input/Input.types.d.ts +19 -0
  311. package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +1 -0
  312. package/types/components/NumberInput/ui/index.d.ts +3 -0
  313. package/types/components/NumberInput/ui/index.d.ts.map +1 -0
  314. package/types/components/NumberInput/utils/index.d.ts +4 -0
  315. package/types/components/NumberInput/utils/index.d.ts.map +1 -0
  316. package/types/components/NumberInput/variations/_background-type/base.d.ts.map +1 -0
  317. package/types/components/NumberInput/variations/_disabled/base.d.ts +2 -0
  318. package/types/components/NumberInput/variations/_disabled/base.d.ts.map +1 -0
  319. package/types/components/NumberInput/variations/_segmentation/base.d.ts +2 -0
  320. package/types/components/NumberInput/variations/_segmentation/base.d.ts.map +1 -0
  321. package/types/components/NumberInput/variations/_shape/base.d.ts +2 -0
  322. package/types/components/NumberInput/variations/_shape/base.d.ts.map +1 -0
  323. package/types/components/NumberInput/variations/_size/base.d.ts +2 -0
  324. package/types/components/NumberInput/variations/_size/base.d.ts.map +1 -0
  325. package/types/components/NumberInput/variations/_view/base.d.ts +2 -0
  326. package/types/components/NumberInput/variations/_view/base.d.ts.map +1 -0
  327. package/types/components/Switch/Switch.d.ts +0 -3
  328. package/types/components/Switch/Switch.d.ts.map +1 -1
  329. package/types/components/Switch/Switch.styles.d.ts +0 -2
  330. package/types/components/Switch/Switch.styles.d.ts.map +1 -1
  331. package/types/components/Switch/Switch.tokens.d.ts +0 -9
  332. package/types/components/Switch/Switch.tokens.d.ts.map +1 -1
  333. package/types/components/Switch/Switch.types.d.ts +2 -10
  334. package/types/components/Switch/Switch.types.d.ts.map +1 -1
  335. package/types/components/Switch/_size/base.d.ts.map +1 -1
  336. package/types/components/Switch/_view/base.d.ts.map +1 -1
  337. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts +39 -0
  338. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts.map +1 -0
  339. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts +82 -0
  340. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts.map +1 -0
  341. package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts +0 -7
  342. package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts.map +1 -1
  343. package/types/examples/plasma_b2c/components/Switch/Switch.d.ts +0 -6
  344. package/types/examples/plasma_b2c/components/Switch/Switch.d.ts.map +1 -1
  345. package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts +39 -0
  346. package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts.map +1 -0
  347. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts +82 -0
  348. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts.map +1 -0
  349. package/types/examples/plasma_web/components/Switch/Switch.config.d.ts +0 -7
  350. package/types/examples/plasma_web/components/Switch/Switch.config.d.ts.map +1 -1
  351. package/types/examples/plasma_web/components/Switch/Switch.d.ts +0 -6
  352. package/types/examples/plasma_web/components/Switch/Switch.d.ts.map +1 -1
  353. package/types/index.d.ts +1 -0
  354. package/types/index.d.ts.map +1 -1
  355. package/cjs/components/Switch/Switch.styles_bei7bh.css +0 -6
  356. package/cjs/components/Switch/_size/base_1tcl212.css +0 -1
  357. package/cjs/components/Switch/_toggleSize/base.js.map +0 -1
  358. package/cjs/components/Switch/_toggleSize/base_6i0904.css +0 -1
  359. package/cjs/components/Switch/_view/base_yxkf3s.css +0 -1
  360. package/emotion/cjs/components/Switch/_toggleSize/base.js +0 -10
  361. package/emotion/es/components/Switch/_toggleSize/base.js +0 -4
  362. package/es/components/Switch/Switch.styles_bei7bh.css +0 -6
  363. package/es/components/Switch/_size/base_1tcl212.css +0 -1
  364. package/es/components/Switch/_toggleSize/base.js.map +0 -1
  365. package/es/components/Switch/_toggleSize/base_6i0904.css +0 -1
  366. package/es/components/Switch/_view/base_yxkf3s.css +0 -1
  367. package/styled-components/cjs/components/Switch/_toggleSize/base.js +0 -10
  368. package/styled-components/es/components/Switch/_toggleSize/base.js +0 -4
  369. package/types/components/Switch/_toggleSize/base.d.ts.map +0 -1
  370. /package/types/components/{Switch/_toggleSize → NumberInput/variations/_background-type}/base.d.ts +0 -0
@@ -0,0 +1,214 @@
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.numberInputRoot = exports.numberInputConfig = void 0;
8
+ var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
9
+ var _utils = /*#__PURE__*/require("../../utils");
10
+ var _Icon = /*#__PURE__*/require("../_Icon");
11
+ var _ui = /*#__PURE__*/require("./ui");
12
+ var _NumberInput = /*#__PURE__*/require("./NumberInput.tokens");
13
+ var _NumberInput2 = /*#__PURE__*/require("./NumberInput.styles");
14
+ var _base = /*#__PURE__*/require("./variations/_view/base");
15
+ var _base2 = /*#__PURE__*/require("./variations/_size/base");
16
+ var _base3 = /*#__PURE__*/require("./variations/_shape/base");
17
+ var _base4 = /*#__PURE__*/require("./variations/_background-type/base");
18
+ var _base5 = /*#__PURE__*/require("./variations/_segmentation/base");
19
+ var _base6 = /*#__PURE__*/require("./variations/_disabled/base");
20
+ var _excluded = ["className", "style", "width", "value", "min", "max", "step", "isLoading", "loader", "size", "view", "clear", "shape", "segmentation", "inputBackgroundType", "disabled", "textBefore", "textAfter", "customIncrementButton", "incrementIcon", "customDecrementButton", "decrementIcon", "isManualInput", "onChange", "onIncrement", "onDecrement"];
21
+ 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); }
22
+ 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; }
23
+ 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); }
24
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
25
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
26
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
27
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
28
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
29
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
30
+ 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."); }
31
+ 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); }
32
+ 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; }
33
+ 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; } }
34
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
35
+ 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; }
36
+ 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; }
37
+ var numberInputRoot = exports.numberInputRoot = function numberInputRoot(Root) {
38
+ return /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
39
+ var _ref2;
40
+ var className = _ref.className,
41
+ style = _ref.style,
42
+ width = _ref.width,
43
+ value = _ref.value,
44
+ min = _ref.min,
45
+ max = _ref.max,
46
+ _ref$step = _ref.step,
47
+ step = _ref$step === void 0 ? 1 : _ref$step,
48
+ isLoading = _ref.isLoading,
49
+ loader = _ref.loader,
50
+ size = _ref.size,
51
+ view = _ref.view,
52
+ clear = _ref.clear,
53
+ shape = _ref.shape,
54
+ segmentation = _ref.segmentation,
55
+ _ref$inputBackgroundT = _ref.inputBackgroundType,
56
+ inputBackgroundType = _ref$inputBackgroundT === void 0 ? 'fill' : _ref$inputBackgroundT,
57
+ disabled = _ref.disabled,
58
+ textBefore = _ref.textBefore,
59
+ textAfter = _ref.textAfter,
60
+ customIncrementButton = _ref.customIncrementButton,
61
+ incrementIcon = _ref.incrementIcon,
62
+ customDecrementButton = _ref.customDecrementButton,
63
+ decrementIcon = _ref.decrementIcon,
64
+ isManualInput = _ref.isManualInput,
65
+ onChange = _ref.onChange,
66
+ onIncrement = _ref.onIncrement,
67
+ onDecrement = _ref.onDecrement,
68
+ rest = _objectWithoutProperties(_ref, _excluded);
69
+ var _useState = (0, _react.useState)((_ref2 = value !== null && value !== void 0 ? value : min) !== null && _ref2 !== void 0 ? _ref2 : 0),
70
+ _useState2 = _slicedToArray(_useState, 2),
71
+ innerValue = _useState2[0],
72
+ setInnerValue = _useState2[1];
73
+ var _useState3 = (0, _react.useState)(false),
74
+ _useState4 = _slicedToArray(_useState3, 2),
75
+ isInputFocused = _useState4[0],
76
+ setIsInputFocused = _useState4[1];
77
+ var _useState5 = (0, _react.useState)(false),
78
+ _useState6 = _slicedToArray(_useState5, 2),
79
+ isAnimationRun = _useState6[0],
80
+ setIsAnimationRun = _useState6[1];
81
+ var innerWidth = width ? (0, _utils.getSizeValueFromProp)(width) : '100%';
82
+ var actionIconSize = size === 'xs' ? 'xs' : 's';
83
+ var solidViewClass = segmentation === 'solid' ? _NumberInput.classes.solidView : undefined;
84
+ var segmentedViewClass = segmentation === 'segmented' ? _NumberInput.classes.segmentedView : undefined;
85
+ var clearViewClass = clear ? _NumberInput.classes.clearView : undefined;
86
+ var disabledClass = disabled ? _NumberInput.classes.disabled : undefined;
87
+ var loadingClass = isLoading ? _NumberInput.classes.loading : undefined;
88
+ var focusedClass = isInputFocused ? _NumberInput.classes.focused : undefined;
89
+ var isMinValue = function isMinValue(currentValue) {
90
+ return min !== undefined && currentValue <= min;
91
+ };
92
+ var isMaxValue = function isMaxValue(currentValue) {
93
+ return max !== undefined && currentValue >= max;
94
+ };
95
+ var decrementButtonDisabled = isMinValue(Number(innerValue)) && !isAnimationRun || isLoading ? _NumberInput.classes.actionButtonDecrementDisabled : undefined;
96
+ var incrementButtonDisabled = isMaxValue(Number(innerValue)) && !isAnimationRun || isLoading ? _NumberInput.classes.actionButtonIncrementDisabled : undefined;
97
+ var handleDecrement = function handleDecrement() {
98
+ if (isLoading || disabled || isAnimationRun) {
99
+ return;
100
+ }
101
+ var diffValue = Number(innerValue) - step;
102
+ var resValue = min !== undefined && diffValue <= min ? min : diffValue;
103
+ setInnerValue(resValue);
104
+ if (onDecrement) {
105
+ onDecrement(resValue);
106
+ }
107
+ if (onChange) {
108
+ onChange(null, resValue);
109
+ }
110
+ };
111
+ var handleIncrement = function handleIncrement() {
112
+ if (isLoading || disabled || isAnimationRun) {
113
+ return;
114
+ }
115
+ var diffValue = Number(innerValue) + step;
116
+ var resValue = max !== undefined && diffValue >= max ? max : diffValue;
117
+ setInnerValue(resValue);
118
+ if (onIncrement) {
119
+ onIncrement(resValue);
120
+ }
121
+ if (onChange) {
122
+ onChange(null, resValue);
123
+ }
124
+ };
125
+ (0, _react.useEffect)(function () {
126
+ if (value === undefined || !(0, _utils.isNumber)(value)) {
127
+ return;
128
+ }
129
+ setInnerValue(function (prevValue) {
130
+ return prevValue !== value ? value : prevValue;
131
+ });
132
+ }, [value]);
133
+ return /*#__PURE__*/_react["default"].createElement(Root, _extends({
134
+ view: view,
135
+ size: size,
136
+ disabled: disabled,
137
+ clear: clear,
138
+ shape: shape,
139
+ segmentation: segmentation,
140
+ isLoading: isLoading
141
+ }, segmentation === 'solid' ? {
142
+ inputBackgroundType: 'clear'
143
+ } : {
144
+ inputBackgroundType: inputBackgroundType
145
+ }, {
146
+ className: (0, _utils.cx)(className, solidViewClass, segmentedViewClass, clearViewClass, disabledClass, loadingClass, focusedClass),
147
+ style: _objectSpread(_objectSpread({}, style), {}, _defineProperty({}, _NumberInput.privateTokens.inputWidth, innerWidth))
148
+ }), customDecrementButton || /*#__PURE__*/_react["default"].createElement(_ui.ActionButton, {
149
+ className: (0, _utils.cx)(_NumberInput.classes.actionButtonDecrement, decrementButtonDisabled, solidViewClass, segmentedViewClass),
150
+ icon: decrementIcon || /*#__PURE__*/_react["default"].createElement(_Icon.IconMinus, {
151
+ color: "inherit",
152
+ size: actionIconSize
153
+ }),
154
+ onClick: handleDecrement
155
+ }), /*#__PURE__*/_react["default"].createElement(_ui.NumberInput, _extends({
156
+ ref: ref,
157
+ segmentation: segmentation,
158
+ value: innerValue,
159
+ min: min,
160
+ max: max,
161
+ isManualInput: isManualInput,
162
+ textBefore: textBefore,
163
+ textAfter: textAfter,
164
+ isLoading: isLoading,
165
+ loader: loader,
166
+ disabled: disabled,
167
+ isInputFocused: isInputFocused,
168
+ setIsInputFocused: setIsInputFocused,
169
+ setIsAnimationRun: setIsAnimationRun,
170
+ setInnerValue: setInnerValue,
171
+ onChange: onChange
172
+ }, rest)), customIncrementButton || /*#__PURE__*/_react["default"].createElement(_ui.ActionButton, {
173
+ className: (0, _utils.cx)(_NumberInput.classes.actionButtonIncrement, incrementButtonDisabled, solidViewClass, segmentedViewClass),
174
+ icon: incrementIcon || /*#__PURE__*/_react["default"].createElement(_Icon.IconPlus, {
175
+ color: "inherit",
176
+ size: actionIconSize
177
+ }),
178
+ onClick: handleIncrement
179
+ }));
180
+ });
181
+ };
182
+ var numberInputConfig = exports.numberInputConfig = {
183
+ name: 'NumberInput',
184
+ tag: 'div',
185
+ layout: numberInputRoot,
186
+ base: _NumberInput2.base,
187
+ variations: {
188
+ view: {
189
+ css: _base.base
190
+ },
191
+ size: {
192
+ css: _base2.base
193
+ },
194
+ shape: {
195
+ css: _base3.base
196
+ },
197
+ inputBackgroundType: {
198
+ css: _base4.base
199
+ },
200
+ segmentation: {
201
+ css: _base5.base
202
+ },
203
+ disabled: {
204
+ css: _base6.base,
205
+ attrs: true
206
+ }
207
+ },
208
+ defaults: {
209
+ view: 'default',
210
+ size: 'l',
211
+ shape: 'cornered',
212
+ segmentation: 'default'
213
+ }
214
+ };
@@ -0,0 +1,17 @@
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
+ 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)."; }
9
+ var base = exports.base = process.env.NODE_ENV === "production" ? {
10
+ name: "1dep0p4-plasma-new-hope__base",
11
+ styles: "display:flex;align-items:center;label:plasma-new-hope__base;"
12
+ } : {
13
+ name: "1dep0p4-plasma-new-hope__base",
14
+ styles: "display:flex;align-items:center;label:plasma-new-hope__base;",
15
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvTnVtYmVySW5wdXQuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUV1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL051bWJlcklucHV0L051bWJlcklucHV0LnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuYDtcbiJdfQ== */",
16
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
17
+ };
@@ -0,0 +1,214 @@
1
+ ---
2
+ id: numberInput
3
+ title: NumberInput
4
+ ---
5
+
6
+ import { PropsTable, Description } from '@site/src/components';
7
+
8
+ # NumberInput
9
+ Числовое поле. Поддерживает как ручной ввод, так и увеличение/уменьшение значения,
10
+ посредством нажатия соответствующих кнопок.
11
+
12
+ ## NumberInput
13
+ <Description name="NumberInput" />
14
+ <PropsTable name="NumberInput" />
15
+
16
+ ## Примеры
17
+
18
+ ### Вид числового поля
19
+ Вид числового поля задается с помощью свойства `view`:
20
+
21
+ ```tsx live
22
+ import React from 'react';
23
+ import { NumberInput } from '@salutejs/{{ package }}';
24
+
25
+ export function App() {
26
+ return (
27
+ <div>
28
+ <NumberInput value={5} width={188} view="default" />
29
+ <NumberInput value={5} width={188} view="secondary" />
30
+ <NumberInput value={5} width={188} view="accent" />
31
+ <NumberInput value={5} width={188} view="clear" />
32
+ </div>
33
+ );
34
+ }
35
+ ```
36
+
37
+ ### Модификация вида числового поля
38
+ Числовое поле может иметь различные отступы внутри, влияющие на форму. Задается с помощью свойства `segmentation`:
39
+
40
+ ```tsx live
41
+ import React from 'react';
42
+ import { NumberInput } from '@salutejs/{{ package }}';
43
+
44
+ export function App() {
45
+ return (
46
+ <div>
47
+ <NumberInput value={5} width={188} view="default" segmentation="default" />
48
+ <NumberInput value={5} width={188} view="default" segmentation="segmented" />
49
+ <NumberInput value={5} width={188} view="default" segmentation="solid" />
50
+ </div>
51
+ );
52
+ }
53
+ ```
54
+
55
+ ### Граница числового поля
56
+ Граница числового поля задается с помощью свойства `shape`:
57
+
58
+ ```tsx live
59
+ import React from 'react';
60
+ import { NumberInput } from '@salutejs/{{ package }}';
61
+
62
+ export function App() {
63
+ return (
64
+ <div>
65
+ <NumberInput value={5} width={188} view="default" segmentation="default" shape="cornered" />
66
+ <NumberInput value={5} width={188} view="default" segmentation="solid" shape="cornered" />
67
+ <NumberInput value={5} width={188} view="default" segmentation="default" shape="pilled" />
68
+ <NumberInput value={5} width={188} view="default" segmentation="solid" shape="pilled" />
69
+ </div>
70
+ );
71
+ }
72
+ ```
73
+
74
+ ### Размер числового поля
75
+ Размер числового поля задается с помощью свойства `size`:
76
+
77
+ ```tsx live
78
+ import React from 'react';
79
+ import { NumberInput } from '@salutejs/{{ package }}';
80
+
81
+ export function App() {
82
+ return (
83
+ <div>
84
+ <NumberInput value={5} width={188} size="l" />
85
+ <NumberInput value={5} width={188} size="m" />
86
+ <NumberInput value={5} width={188} size="s" />
87
+ <NumberInput value={5} width={188} size="xs" />
88
+ </div>
89
+ );
90
+ }
91
+ ```
92
+
93
+ ### Состояние загрузки числового поля
94
+ Состояние загрузки числового поля определяется свойством `isLoading`:
95
+
96
+ ```tsx live
97
+ import React from 'react';
98
+ import { NumberInput } from '@salutejs/{{ package }}';
99
+
100
+ export function App() {
101
+ return (
102
+ <div>
103
+ <NumberInput value={5} size="l" width={188} isLoading />
104
+ </div>
105
+ );
106
+ }
107
+ ```
108
+
109
+ ### Ручной ввод
110
+ Режим ручного ввода включается свойством `isManualInput`:
111
+
112
+ ```tsx live
113
+ import React from 'react';
114
+ import { NumberInput } from '@salutejs/{{ package }}';
115
+
116
+ export function App() {
117
+ return (
118
+ <div>
119
+ <NumberInput value={5} size="l" width={188} isManualInput />
120
+ </div>
121
+ );
122
+ }
123
+ ```
124
+
125
+ ### Кастомные иконки для кнопок
126
+ Можно установить собственную иконку для кнопки используя
127
+ свойства `decrementIcon` и `incrementIcon` соответственно:
128
+
129
+ ```tsx live
130
+ import React from 'react';
131
+ import { NumberInput } from '@salutejs/{{ package }}';
132
+ import { IconVolumeLevel1Fill, IconVolumeLevel2Fill } from '@salutejs/plasma-icons';
133
+
134
+ export function App() {
135
+ return (
136
+ <div>
137
+ <NumberInput
138
+ value={5}
139
+ size="l"
140
+ incrementIcon={<IconVolumeLevel2Fill color="inherit"/>}
141
+ decrementIcon={<IconVolumeLevel1Fill color="inherit"/>}
142
+ width={188}
143
+ />
144
+ </div>
145
+ );
146
+ }
147
+ ```
148
+
149
+ ### Кастомные кнопки увеличения/уменьшения значения
150
+ Можно установить собственные кнопки используя свойства `customDecrementButton` и `customIncrementButton`.
151
+ В таком случае нужно определить функции по уменьшению/увелечению значения в поле.
152
+
153
+ ```tsx live
154
+ import React, {useState} from 'react';
155
+ import { NumberInput, IconButton } from '@salutejs/{{ package }}';
156
+ import { IconVolumeLevel1Fill, IconVolumeLevel2Fill } from '@salutejs/plasma-icons';
157
+
158
+ export function App() {
159
+ const [currentValue, setCurrentValue] = useState(0);
160
+
161
+ const min = 0;
162
+ const max = 10;
163
+ const step = 2
164
+
165
+ const handleIncrement = () => {
166
+ const diffValue = Number(currentValue) + step;
167
+ const resValue = currentValue >= max ? max : diffValue;
168
+
169
+ setCurrentValue(resValue);
170
+ };
171
+
172
+ const handleDecrement = () => {
173
+ const diffValue = Number(currentValue) - step;
174
+ const resValue = currentValue <= min ? min : diffValue;
175
+
176
+ setCurrentValue(resValue);
177
+ };
178
+
179
+ const CustomIncrementButton = () => (
180
+ <IconButton
181
+ view={currentValue !== max ? "accent" : "critical"}
182
+ size="l"
183
+ disabled={currentValue === max}
184
+ onClick={handleIncrement}
185
+ >
186
+ <IconVolumeLevel2Fill color="inherit"/>
187
+ </IconButton>
188
+ )
189
+
190
+ const CustomDecrementButton = () => (
191
+ <IconButton
192
+ view={currentValue !== min ? "accent" : "critical"}
193
+ size="l"
194
+ disabled={currentValue === min}
195
+ onClick={handleDecrement}
196
+ >
197
+ <IconVolumeLevel1Fill color="inherit"/>
198
+ </IconButton>
199
+ )
200
+
201
+ return (
202
+ <div>
203
+ <NumberInput
204
+ value={currentValue}
205
+ step={step}
206
+ size="l"
207
+ customIncrementButton={<CustomIncrementButton />}
208
+ customDecrementButton={<CustomDecrementButton />}
209
+ width={188}
210
+ />
211
+ </div>
212
+ );
213
+ }
214
+ ```
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.tokens = exports.privateTokens = exports.classes = void 0;
7
+ var classes = exports.classes = {
8
+ actionButtonDecrement: 'action-button-decrement',
9
+ actionButtonDecrementDisabled: 'action-button-decrement-disabled',
10
+ actionButtonIncrement: 'action-button-increment',
11
+ actionButtonIncrementDisabled: 'action-button-increment-disabled',
12
+ textBefore: 'text-before',
13
+ textAfter: 'text-after',
14
+ solidView: 'solid-view',
15
+ segmentedView: 'segmented-view',
16
+ clearView: 'clear-view',
17
+ errorAnimation: 'error-animation',
18
+ disabled: 'number-input-disabled',
19
+ loading: 'number-input-loading',
20
+ focused: 'number-input-focused',
21
+ manualInput: 'manual-input-number-input'
22
+ };
23
+ var privateTokens = exports.privateTokens = {
24
+ inputWidth: '--plasma_private-number-input_width',
25
+ segmentationBorderRadius: '--plasma_private-segmentation-border-radius',
26
+ segmentationInputBorderRadius: '--plasma_private-segmentation_input_border-radius',
27
+ topBoxShadow: '--plasma_private-number-input_top-box-shadow',
28
+ bottomBoxShadow: '--plasma_private-number-input_bottom-box-shadow',
29
+ leftBoxShadow: '--plasma_private-number-input_left-box-shadow',
30
+ rightBoxShadow: '--plasma_private-number-input_right-box-shadow'
31
+ };
32
+ var tokens = exports.tokens = {
33
+ // Root size tokens
34
+ rootMinWidth: '--plasma-number-input_min-width',
35
+ disabledOpacity: '--plasma-number-input_disabled-opacity',
36
+ rootBorderWidth: '--plasma-number-input_input-border-width',
37
+ wrapperBorderColor: '--plasma-number-input_wrapper_border-color',
38
+ wrapperBorderColorFocus: '--plasma-number-input_wrapper_border-color_focus',
39
+ // Action button view tokens
40
+ iconButtonColor: '--plasma-number-input_icon-button_color',
41
+ iconButtonBackgroundColor: '--plasma-number-input_icon-button_background-color',
42
+ iconButtonColorHover: '--plasma-number-input_icon-button_color-hover',
43
+ iconButtonColorSolidHover: '--plasma-number-input_icon-button_color_solid-hover',
44
+ iconButtonBackgroundColorHover: '--plasma-number-input_icon-button_background-color-hover',
45
+ iconButtonColorActive: '--plasma-number-input_icon-button_color-active',
46
+ iconButtonColorSolidActive: '--plasma-number-input_icon-button_color_solid-active',
47
+ iconButtonBackgroundColorActive: '--plasma-number-input_icon-button_background-color-active',
48
+ actionButtonDisabledOpacity: '--plasma-number-input_action-button_disabled-opacity',
49
+ // Action button size tokens
50
+ iconButtonHeight: '--plasma-number-input_icon-button_height',
51
+ iconButtonWidth: '--plasma-number-input_icon-button_width',
52
+ iconButtonPadding: '--plasma-number-input_icon-button_padding',
53
+ iconButtonRadius: '--plasma-number-input_icon-button_radius',
54
+ iconButtonSegmentationRadius: '--plasma-number-input_icon-button_segmentation_radius',
55
+ iconButtonFontFamily: '--plasma-number-input_icon-button_font-family',
56
+ iconButtonFontSize: '--plasma-number-input_icon-button_font-size',
57
+ iconButtonFontStyle: '--plasma-number-input_icon-button_font-style',
58
+ iconButtonFontWeight: '--plasma-number-input_icon-button_font-weight',
59
+ iconButtonLetterSpacing: '--plasma-number-input_icon-button_letter-spacing',
60
+ iconButtonLineHeight: '--plasma-number-input_icon-button_line-height',
61
+ // Input size tokens
62
+ inputWrapperBorderWidth: '--plasma-number-input_input-wrapper_border-width',
63
+ inputWrapperMargin: '--plasma-number-input_input-wrapper_margin',
64
+ inputWrapperBorderRadius: '--plasma-number-input_input-wrapper_border-radius',
65
+ textWrapperHeight: '--plasma-number-input_text-wrapper_height',
66
+ textWrapperPadding: '--plasma-number-input_text-wrapper_padding',
67
+ fontFamily: '--plasma-number-input_font-family',
68
+ fontStyle: '--plasma-number-input_font-style',
69
+ fontSize: '--plasma-number-input_font-size',
70
+ fontWeight: '--plasma-number-input_font-weight',
71
+ letterSpacing: '--plasma-number-input_letter-spacing',
72
+ lineHeight: '--plasma-number-input_line-height',
73
+ textBeforeMarginRight: '--plasma-number-input_text-before_margin-right',
74
+ textAfterMarginLeft: '--plasma-number-input_text-after_margin-left',
75
+ // Input view tokens
76
+ caretColor: '--plasma-number-input_caret_color',
77
+ caretColorSolid: '--plasma-number-input_caret_color-solid',
78
+ color: '--plasma-number-input_color',
79
+ colorSolid: '--plasma-number-input_color-solid',
80
+ backgroundColor: '--plasma-number-input_background-color',
81
+ backgroundColorHover: '--plasma-number-input_background-color-hover',
82
+ backgroundColorFocus: '--plasma-number-input_background-color-focus',
83
+ backgroundColorSolidFocus: '--plasma-number-input_background-color-solid-focus',
84
+ backgroundColorSolid: '--plasma-number-input_background-color-solid',
85
+ borderColor: '--plasma-number-input_border-color',
86
+ borderColorHover: '--plasma-number-input_border-color-hover',
87
+ borderColorFocus: '--plasma-number-input_border-color-focus',
88
+ borderColorSolidFocus: '--plasma-number-input_border-color-solid-focus',
89
+ borderColorSolid: '--plasma-number-input_border-color-solid',
90
+ additionalTextColor: '--plasma-number-input_additional-text_color',
91
+ additionalTextColorSolid: '--plasma-number-input_additional-text_color-solid',
92
+ errorColor: '--plasma-number-input_error-color',
93
+ backgroundErrorColor: '--plasma-number-input_background_error-color',
94
+ borderErrorColor: '--plasma-number-input_border_error-color',
95
+ // Loader tokens
96
+ loaderSpinnerSize: '--plasma-number-input_loader-spinner_size',
97
+ loaderSpinnerColor: '--plasma-number-input_loader-spinner_color',
98
+ loaderSpinnerColorSolid: '--plasma-number-input_loader-spinner_color-solid'
99
+ };
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "numberInputClasses", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _NumberInput2.classes;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "numberInputConfig", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _NumberInput.numberInputConfig;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "numberInputRoot", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _NumberInput.numberInputRoot;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "numberInputTokens", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _NumberInput2.tokens;
28
+ }
29
+ });
30
+ var _NumberInput = /*#__PURE__*/require("./NumberInput");
31
+ var _NumberInput2 = /*#__PURE__*/require("./NumberInput.tokens");
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ActionButton = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _ActionButton = /*#__PURE__*/require("./ActionButton.styles");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var ActionButton = exports.ActionButton = function ActionButton(_ref) {
11
+ var icon = _ref.icon,
12
+ className = _ref.className,
13
+ onClick = _ref.onClick;
14
+ return /*#__PURE__*/_react["default"].createElement(_ActionButton.StyledIconButton, {
15
+ className: className,
16
+ onClick: onClick
17
+ }, icon);
18
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.StyledIconButton = void 0;
7
+ var _base = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("@emotion/styled/base"));
8
+ var _IconButton = /*#__PURE__*/require("../../../IconButton");
9
+ var _engines = /*#__PURE__*/require("../../../../engines");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ var mergedIconButtonConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_IconButton.iconButtonConfig);
12
+ var IconButton = /*#__PURE__*/(0, _engines.component)(mergedIconButtonConfig);
13
+ var StyledIconButton = exports.StyledIconButton = /*#__PURE__*/(0, _base["default"])(IconButton, {
14
+ target: "e1l688ca0",
15
+ label: "plasma-new-hope__StyledIconButton"
16
+ })(process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdWkvQWN0aW9uQnV0dG9uL0FjdGlvbkJ1dHRvbi5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUWtEIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTnVtYmVySW5wdXQvdWkvQWN0aW9uQnV0dG9uL0FjdGlvbkJ1dHRvbi5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5cbmltcG9ydCB7IGljb25CdXR0b25Db25maWcgfSBmcm9tICcuLi8uLi8uLi9JY29uQnV0dG9uJztcbmltcG9ydCB7IGNvbXBvbmVudCwgbWVyZ2VDb25maWcgfSBmcm9tICcuLi8uLi8uLi8uLi9lbmdpbmVzJztcblxuY29uc3QgbWVyZ2VkSWNvbkJ1dHRvbkNvbmZpZyA9IG1lcmdlQ29uZmlnKGljb25CdXR0b25Db25maWcpO1xuY29uc3QgSWNvbkJ1dHRvbiA9IGNvbXBvbmVudChtZXJnZWRJY29uQnV0dG9uQ29uZmlnKTtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEljb25CdXR0b24gPSBzdHlsZWQoSWNvbkJ1dHRvbilgYDtcbiJdfQ== */");
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });