@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,108 @@
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
+ };
@@ -4,22 +4,15 @@ export var config = {
4
4
  defaults: {
5
5
  view: 'default',
6
6
  size: 'm',
7
- toggleSize: 'l',
8
7
  labelPosition: 'before',
9
8
  focused: 'true'
10
9
  },
11
10
  variations: {
12
11
  size: {
13
- s: /*#__PURE__*/css(["", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-letter-spacing);", ":0.25rem;", ":0.75rem;"], switchTokens.fontFamily, switchTokens.fontStyle, switchTokens.fontWeight, switchTokens.lineHeight, switchTokens.fontSize, switchTokens.letterSpacing, switchTokens.descriptionFontFamily, switchTokens.descriptionFontStyle, switchTokens.descriptionFontWeight, switchTokens.descriptionLineHeight, switchTokens.descriptionFontSize, switchTokens.descriptionLetterSpacing, switchTokens.verticalGap, switchTokens.labelOffset),
14
- m: /*#__PURE__*/css(["", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-xs-letter-spacing);", ":0.25rem;", ":0.75rem;"], switchTokens.fontFamily, switchTokens.fontStyle, switchTokens.fontWeight, switchTokens.lineHeight, switchTokens.fontSize, switchTokens.letterSpacing, switchTokens.descriptionFontFamily, switchTokens.descriptionFontStyle, switchTokens.descriptionFontWeight, switchTokens.descriptionLineHeight, switchTokens.descriptionFontSize, switchTokens.descriptionLetterSpacing, switchTokens.verticalGap, switchTokens.labelOffset),
15
- l: /*#__PURE__*/css(["", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-xs-letter-spacing);", ":0.25rem;", ":0.75rem;"], switchTokens.fontFamily, switchTokens.fontStyle, switchTokens.fontWeight, switchTokens.lineHeight, switchTokens.fontSize, switchTokens.letterSpacing, switchTokens.descriptionFontFamily, switchTokens.descriptionFontStyle, switchTokens.descriptionFontWeight, switchTokens.descriptionLineHeight, switchTokens.descriptionFontSize, switchTokens.descriptionLetterSpacing, switchTokens.verticalGap, switchTokens.labelOffset)
16
- },
17
- toggleSize: {
18
- l: /*#__PURE__*/css(["", ":2.75rem;", ":1.75rem;", ":calc(var(", ") / 2);", ":1.5rem;", ":calc(var(", ") / 2);", ":0.125rem;", ":1.25;"], switchTokens.trackWidth, switchTokens.trackHeight, switchTokens.trackBorderRadius, switchTokens.trackHeight, switchTokens.thumbSize, switchTokens.thumbBorderRadius, switchTokens.thumbSize, switchTokens.thumbOffset, switchTokens.thumbPressScale),
19
- s: /*#__PURE__*/css(["", ":2rem;", ":1.25rem;", ":calc(var(", ") / 2);", ":1rem;", ":calc(var(", ") / 2);", ":0.125rem;", ":1.25;"], switchTokens.trackWidth, switchTokens.trackHeight, switchTokens.trackBorderRadius, switchTokens.trackHeight, switchTokens.thumbSize, switchTokens.thumbBorderRadius, switchTokens.thumbSize, switchTokens.thumbOffset, switchTokens.thumbPressScale)
12
+ m: /*#__PURE__*/css(["", ":var(--plasma-typo-body1-font-family);", ":var(--plasma-typo-body1-font-style);", ":var(--plasma-typo-body1-font-weight);", ":var(--plasma-typo-body1-font-weight);", ":var(--plasma-typo-body1-line-height);", ":var(--plasma-typo-body1-font-size);", ":var(--plasma-typo-body1-letter-spacing);", ":2.75rem;", ":1.75rem;", ":calc(var(", ") / 2);", ":1.5rem;", ":calc(var(", ") / 2);", ":0.125rem;", ":1.25;", ":0.75rem;"], switchTokens.fontFamily, switchTokens.fontStyle, switchTokens.fontWeight, switchTokens.fontWeight, switchTokens.lineHeight, switchTokens.fontSize, switchTokens.letterSpacing, switchTokens.trackWidth, switchTokens.trackHeight, switchTokens.trackBorderRadius, switchTokens.trackHeight, switchTokens.thumbSize, switchTokens.thumbBorderRadius, switchTokens.thumbSize, switchTokens.thumbOffset, switchTokens.thumbPressScale, switchTokens.labelOffset)
20
13
  },
21
14
  view: {
22
- "default": /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-accent);", ":var(--surface-accent-hover);", ":var(--surface-transparent-tertiary);", ":var(--surface-transparent-tertiary-hover);", ":var(--on-dark-surface-solid-default);", ":0 1px 1px rgba(0,0,0,0.11);"], switchTokens.labelColor, switchTokens.descriptionColor, switchTokens.trackBackgroundColorOn, switchTokens.trackBackgroundColorOnHover, switchTokens.trackBackgroundColorOff, switchTokens.trackBackgroundColorOffHover, switchTokens.thumbBackgroundColor, switchTokens.thumbBoxShadow)
15
+ "default": /*#__PURE__*/css(["", ":var(--surface-accent);", ":var(--surface-accent-hover);", ":var(--surface-transparent-tertiary);", ":var(--surface-transparent-tertiary-hover);", ":var(--on-dark-surface-solid-default);", ":0 1px 1px rgba(0,0,0,0.11);"], switchTokens.trackBackgroundColorOn, switchTokens.trackBackgroundColorOnHover, switchTokens.trackBackgroundColorOff, switchTokens.trackBackgroundColorOffHover, switchTokens.thumbBackgroundColor, switchTokens.thumbBoxShadow)
23
16
  },
24
17
  disabled: {
25
18
  "true": /*#__PURE__*/css(["", ":0.4;"], switchTokens.disabledOpacity)
@@ -17,17 +17,9 @@ const meta: Meta<SwitchProps> = {
17
17
  title: 'plasma_web/Switch',
18
18
  decorators: [WithTheme],
19
19
  component: Switch,
20
- argTypes: {
21
- ...argTypesFromConfig(mergeConfig(switchConfig, config), ['view', 'focused']),
22
- labelPosition: {
23
- options: ['before', 'after'],
24
- control: { type: 'select' },
25
- },
26
- },
20
+ argTypes: argTypesFromConfig(mergeConfig(switchConfig, config), ['size', 'view', 'focused']),
27
21
  args: {
28
22
  label: 'Label',
29
- description: 'Description',
30
- labelPosition: 'before',
31
23
  },
32
24
  };
33
25
 
@@ -65,10 +57,5 @@ const StoryDefault = (args: SwitchProps) => {
65
57
  };
66
58
 
67
59
  export const Default: StoryObj<SwitchProps> = {
68
- args: {
69
- size: 'm',
70
- toggleSize: 'l',
71
- disabled: false,
72
- },
73
60
  render: (args) => <StoryDefault {...args} />,
74
61
  };
@@ -61,4 +61,5 @@ export * from './components/EmptyState';
61
61
  export * from './components/Editable';
62
62
  export * from './components/Mask';
63
63
  export * from './components/Attach';
64
- export * from './components/ViewContainer';
64
+ export * from './components/ViewContainer';
65
+ export * from './components/NumberInput';
@@ -0,0 +1,38 @@
1
+ import React from 'react';
2
+ import type { RootProps } from '../../engines';
3
+ import type { NumberInputProps, NumberInputRootProps } from './NumberInput.types';
4
+ export declare const numberInputRoot: (Root: RootProps<HTMLDivElement, NumberInputRootProps>) => React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<HTMLInputElement>>;
5
+ export declare const numberInputConfig: {
6
+ name: string;
7
+ tag: string;
8
+ layout: (Root: RootProps<HTMLDivElement, NumberInputRootProps>) => React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<HTMLInputElement>>;
9
+ base: import("@linaria/core").LinariaClassName;
10
+ variations: {
11
+ view: {
12
+ css: import("@linaria/core").LinariaClassName;
13
+ };
14
+ size: {
15
+ css: import("@linaria/core").LinariaClassName;
16
+ };
17
+ shape: {
18
+ css: import("@linaria/core").LinariaClassName;
19
+ };
20
+ inputBackgroundType: {
21
+ css: import("@linaria/core").LinariaClassName;
22
+ };
23
+ segmentation: {
24
+ css: import("@linaria/core").LinariaClassName;
25
+ };
26
+ disabled: {
27
+ css: import("@linaria/core").LinariaClassName;
28
+ attrs: boolean;
29
+ };
30
+ };
31
+ defaults: {
32
+ view: string;
33
+ size: string;
34
+ shape: string;
35
+ segmentation: string;
36
+ };
37
+ };
38
+ //# sourceMappingURL=NumberInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAWlF,eAAO,MAAM,eAAe,SAAU,UAAU,cAAc,EAAE,oBAAoB,CAAC,8FAkLhF,CAAC;AAEN,eAAO,MAAM,iBAAiB;;;mBApLQ,UAAU,cAAc,EAAE,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoNpF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=NumberInput.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,0CAGhB,CAAC"}
@@ -0,0 +1,88 @@
1
+ export declare const classes: {
2
+ actionButtonDecrement: string;
3
+ actionButtonDecrementDisabled: string;
4
+ actionButtonIncrement: string;
5
+ actionButtonIncrementDisabled: string;
6
+ textBefore: string;
7
+ textAfter: string;
8
+ solidView: string;
9
+ segmentedView: string;
10
+ clearView: string;
11
+ errorAnimation: string;
12
+ disabled: string;
13
+ loading: string;
14
+ focused: string;
15
+ manualInput: string;
16
+ };
17
+ export declare const privateTokens: {
18
+ inputWidth: string;
19
+ segmentationBorderRadius: string;
20
+ segmentationInputBorderRadius: string;
21
+ topBoxShadow: string;
22
+ bottomBoxShadow: string;
23
+ leftBoxShadow: string;
24
+ rightBoxShadow: string;
25
+ };
26
+ export declare const tokens: {
27
+ rootMinWidth: string;
28
+ disabledOpacity: string;
29
+ rootBorderWidth: string;
30
+ wrapperBorderColor: string;
31
+ wrapperBorderColorFocus: string;
32
+ iconButtonColor: string;
33
+ iconButtonBackgroundColor: string;
34
+ iconButtonColorHover: string;
35
+ iconButtonColorSolidHover: string;
36
+ iconButtonBackgroundColorHover: string;
37
+ iconButtonColorActive: string;
38
+ iconButtonColorSolidActive: string;
39
+ iconButtonBackgroundColorActive: string;
40
+ actionButtonDisabledOpacity: string;
41
+ iconButtonHeight: string;
42
+ iconButtonWidth: string;
43
+ iconButtonPadding: string;
44
+ iconButtonRadius: string;
45
+ iconButtonSegmentationRadius: string;
46
+ iconButtonFontFamily: string;
47
+ iconButtonFontSize: string;
48
+ iconButtonFontStyle: string;
49
+ iconButtonFontWeight: string;
50
+ iconButtonLetterSpacing: string;
51
+ iconButtonLineHeight: string;
52
+ inputWrapperBorderWidth: string;
53
+ inputWrapperMargin: string;
54
+ inputWrapperBorderRadius: string;
55
+ textWrapperHeight: string;
56
+ textWrapperPadding: string;
57
+ fontFamily: string;
58
+ fontStyle: string;
59
+ fontSize: string;
60
+ fontWeight: string;
61
+ letterSpacing: string;
62
+ lineHeight: string;
63
+ textBeforeMarginRight: string;
64
+ textAfterMarginLeft: string;
65
+ caretColor: string;
66
+ caretColorSolid: string;
67
+ color: string;
68
+ colorSolid: string;
69
+ backgroundColor: string;
70
+ backgroundColorHover: string;
71
+ backgroundColorFocus: string;
72
+ backgroundColorSolidFocus: string;
73
+ backgroundColorSolid: string;
74
+ borderColor: string;
75
+ borderColorHover: string;
76
+ borderColorFocus: string;
77
+ borderColorSolidFocus: string;
78
+ borderColorSolid: string;
79
+ additionalTextColor: string;
80
+ additionalTextColorSolid: string;
81
+ errorColor: string;
82
+ backgroundErrorColor: string;
83
+ borderErrorColor: string;
84
+ loaderSpinnerSize: string;
85
+ loaderSpinnerColor: string;
86
+ loaderSpinnerColorSolid: string;
87
+ };
88
+ //# sourceMappingURL=NumberInput.tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;CAenB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;CAQzB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ElB,CAAC"}
@@ -0,0 +1,112 @@
1
+ import type { SyntheticEvent, InputHTMLAttributes, ReactNode, HTMLAttributes } from 'react';
2
+ declare type SegmentationProps = {
3
+ /**
4
+ * Форма границ компонента.
5
+ */
6
+ segmentation?: 'clear';
7
+ /**
8
+ * Фон поля ввода.
9
+ */
10
+ inputBackgroundType?: never;
11
+ } | {
12
+ segmentation?: string;
13
+ inputBackgroundType?: string;
14
+ };
15
+ export declare type NumberInputProps = {
16
+ /**
17
+ * Числовое значение.
18
+ */
19
+ value?: number;
20
+ /**
21
+ * Минимальное значение.
22
+ */
23
+ min?: number;
24
+ /**
25
+ * Максимальное значение.
26
+ */
27
+ max?: number;
28
+ /**
29
+ * Шаг изменения значения.
30
+ * @default 1
31
+ */
32
+ step?: number;
33
+ /**
34
+ * Контрол в состоянии загрузки.
35
+ */
36
+ isLoading?: boolean;
37
+ /**
38
+ * Слот для контента загрузки.
39
+ */
40
+ loader?: ReactNode;
41
+ /**
42
+ * Размер контрола.
43
+ */
44
+ size?: string;
45
+ /**
46
+ * Вид компонента.
47
+ */
48
+ view?: string;
49
+ /**
50
+ * view применяется с clear-токенами
51
+ */
52
+ clear?: boolean;
53
+ /**
54
+ * Форма контрола.
55
+ */
56
+ shape?: string;
57
+ /**
58
+ * Компонент неактивен.
59
+ */
60
+ disabled?: boolean;
61
+ /**
62
+ * Слот для вспомогательного текста слева.
63
+ */
64
+ textBefore?: string;
65
+ /**
66
+ * Слот для вспомогательного текста справа.
67
+ */
68
+ textAfter?: string;
69
+ /**
70
+ * Пользовательская кнопка увеличения.
71
+ */
72
+ customIncrementButton?: ReactNode;
73
+ /**
74
+ * Иконка кнопки увеличения.
75
+ */
76
+ incrementIcon?: ReactNode;
77
+ /**
78
+ * Пользовательская кнопка уменьшения.
79
+ */
80
+ customDecrementButton?: ReactNode;
81
+ /**
82
+ * Иконка кнопки уменьшения.
83
+ */
84
+ decrementIcon?: ReactNode;
85
+ /**
86
+ * Доступность ввода значения вручную.
87
+ */
88
+ isManualInput?: boolean;
89
+ /**
90
+ * Вызывается при изменении значения.
91
+ */
92
+ onChange?: (event: SyntheticEvent<HTMLInputElement> | null, value: number | string) => void;
93
+ /**
94
+ * Вызывается при нажатии на кнопку увеличения значения.
95
+ */
96
+ onIncrement?: (value: number) => void;
97
+ /**
98
+ * Вызывается при нажатии на кнопку уменьшения значения.
99
+ */
100
+ onDecrement?: (value: number) => void;
101
+ } & SegmentationProps & Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'onChange' | 'value'>;
102
+ export declare type NumberInputRootProps = {
103
+ size?: string;
104
+ view?: string;
105
+ shape?: string;
106
+ segmentation?: string;
107
+ clear?: boolean;
108
+ disabled?: boolean;
109
+ isLoading?: boolean;
110
+ } & HTMLAttributes<HTMLDivElement>;
111
+ export {};
112
+ //# sourceMappingURL=NumberInput.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.types.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5F,aAAK,iBAAiB,GAChB;IACI;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC;CAC/B,GACD;IACI,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AAER,oBAAY,gBAAgB,GAAG;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;OAEG;IACH,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5F;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,GAAG,iBAAiB,GACjB,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,CAAC,CAAC;AAE/E,oBAAY,oBAAoB,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { numberInputRoot, numberInputConfig } from './NumberInput';
2
+ export { tokens as numberInputTokens, classes as numberInputClasses } from './NumberInput.tokens';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,MAAM,IAAI,iBAAiB,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import type { ActionButtonProps } from './ActionButton.types';
3
+ export declare const ActionButton: FC<ActionButtonProps>;
4
+ //# sourceMappingURL=ActionButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/ActionButton/ActionButton.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAM9C,CAAC"}
@@ -0,0 +1,45 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledIconButton: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
3
+ text?: string | undefined;
4
+ contentLeft?: import("react").ReactNode;
5
+ contentPlacing?: ("default" | "relaxed") | undefined;
6
+ isLoading?: boolean | undefined;
7
+ loader?: import("react").ReactNode;
8
+ stretch?: boolean | undefined;
9
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
10
+ square?: boolean | undefined;
11
+ focused?: boolean | undefined;
12
+ disabled?: boolean | undefined;
13
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
14
+ view?: string | undefined;
15
+ size?: string | undefined;
16
+ outlined?: boolean | undefined;
17
+ shiftLeft?: boolean | undefined;
18
+ shiftRight?: boolean | undefined;
19
+ blur?: "small" | "medium" | "large" | undefined;
20
+ } & {
21
+ value?: string | number | undefined;
22
+ contentRight?: undefined;
23
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
24
+ text?: string | undefined;
25
+ contentLeft?: import("react").ReactNode;
26
+ contentPlacing?: ("default" | "relaxed") | undefined;
27
+ isLoading?: boolean | undefined;
28
+ loader?: import("react").ReactNode;
29
+ stretch?: boolean | undefined;
30
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
31
+ square?: boolean | undefined;
32
+ focused?: boolean | undefined;
33
+ disabled?: boolean | undefined;
34
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
35
+ view?: string | undefined;
36
+ size?: string | undefined;
37
+ outlined?: boolean | undefined;
38
+ shiftLeft?: boolean | undefined;
39
+ shiftRight?: boolean | undefined;
40
+ blur?: "small" | "medium" | "large" | undefined;
41
+ } & {
42
+ value?: undefined;
43
+ contentRight?: import("react").ReactNode;
44
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
45
+ //# sourceMappingURL=ActionButton.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionButton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/ActionButton/ActionButton.styles.ts"],"names":[],"mappings":";AAQA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAAuB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { ReactNode } from 'react';
2
+ export declare type ActionButtonProps = {
3
+ icon: ReactNode;
4
+ className?: string;
5
+ onClick: () => void;
6
+ };
7
+ //# sourceMappingURL=ActionButton.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionButton.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/ActionButton/ActionButton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,oBAAY,iBAAiB,GAAG;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ export declare const NumberInput: React.ForwardRefExoticComponent<{
3
+ value: string | number;
4
+ isInputFocused: boolean;
5
+ setIsInputFocused: React.Dispatch<React.SetStateAction<boolean>>;
6
+ setIsAnimationRun: React.Dispatch<React.SetStateAction<boolean>>;
7
+ setInnerValue: React.Dispatch<React.SetStateAction<string | number>>;
8
+ min?: number | undefined;
9
+ max?: number | undefined;
10
+ isLoading?: boolean | undefined;
11
+ loader?: React.ReactNode;
12
+ disabled?: boolean | undefined;
13
+ segmentation?: string | undefined;
14
+ textBefore?: string | undefined;
15
+ textAfter?: string | undefined;
16
+ isManualInput?: boolean | undefined;
17
+ onChange?: ((event: React.SyntheticEvent<HTMLInputElement, Event> | null, value: string | number) => void) | undefined;
18
+ } & Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React.RefAttributes<HTMLInputElement>>;
19
+ //# sourceMappingURL=Input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAsBvE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;oHAkOvB,CAAC"}
@@ -0,0 +1,30 @@
1
+ /// <reference types="react" />
2
+ export declare const InputWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
3
+ isManualInput: boolean;
4
+ }>;
5
+ export declare const TextWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
+ export declare const AdditionalText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
7
+ export declare const Loader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
8
+ export declare const StyledSpinner: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((import("react").HTMLAttributes<HTMLDivElement> & {
9
+ width?: undefined;
10
+ height?: undefined;
11
+ size?: string | undefined;
12
+ view?: string | undefined;
13
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
14
+ width: number;
15
+ height: number;
16
+ size?: undefined;
17
+ view?: string | undefined;
18
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
19
+ width: string;
20
+ height: string;
21
+ size?: undefined;
22
+ view?: string | undefined;
23
+ } & import("react").RefAttributes<HTMLDivElement>))>;
24
+ export declare const DynamicInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
25
+ export declare const Input: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & {
26
+ dynamicWidth: string;
27
+ isManualInput: boolean;
28
+ }>;
29
+ export declare const InputWidthHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
30
+ //# sourceMappingURL=Input.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.styles.ts"],"names":[],"mappings":";AAQA,eAAO,MAAM,YAAY;mBAA+B,OAAO;EAa9D,CAAC;AAEF,eAAO,MAAM,WAAW,qKAOvB,CAAC;AAEF,eAAO,MAAM,cAAc,uKAAgB,CAAC;AAE5C,eAAO,MAAM,MAAM,qKAAe,CAAC;AAEnC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;oDAAoB,CAAC;AAE/C,eAAO,MAAM,YAAY,qKAExB,CAAC;AAEF,eAAO,MAAM,KAAK;kBAAgC,MAAM;mBAAiB,OAAO;EAY/E,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAS5B,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { SyntheticEvent, InputHTMLAttributes, Dispatch, SetStateAction, ReactNode } from 'react';
2
+ export declare type InputProps = {
3
+ value: number | string;
4
+ isInputFocused: boolean;
5
+ setIsInputFocused: Dispatch<SetStateAction<boolean>>;
6
+ setIsAnimationRun: Dispatch<SetStateAction<boolean>>;
7
+ setInnerValue: Dispatch<SetStateAction<number | string>>;
8
+ min?: number;
9
+ max?: number;
10
+ isLoading?: boolean;
11
+ loader?: ReactNode;
12
+ disabled?: boolean;
13
+ segmentation?: string;
14
+ textBefore?: string;
15
+ textAfter?: string;
16
+ isManualInput?: boolean;
17
+ onChange?: (event: SyntheticEvent<HTMLInputElement> | null, value: number | string) => void;
18
+ } & Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value'>;
19
+ //# sourceMappingURL=Input.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtG,oBAAY,UAAU,GAAG;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,aAAa,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;IAEzD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;CAC/F,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ActionButton } from './ActionButton/ActionButton';
2
+ export { NumberInput } from './Input/Input';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NumberInput/ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare const defaultCharacterWidth = "1ch";
2
+ export declare const numberSchema: RegExp;
3
+ export declare const excludingNumberSchema: RegExp;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NumberInput/utils/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,YAAY,QAAsB,CAAC;AAChD,eAAO,MAAM,qBAAqB,QAAa,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/variations/_background-type/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAUhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/variations/_disabled/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAMhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=base.d.ts.map