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