@salutejs/plasma-new-hope 0.143.0-canary.1422.10814333858.0 → 0.143.0-canary.1430.10827337218.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (304) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.js +5 -8
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  3. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +4 -11
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +3 -5
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxOld/Combobox.js +8 -15
  8. package/cjs/components/Combobox/ComboboxOld/Combobox.js.map +1 -1
  9. package/cjs/components/Editable/Editable.css +7 -0
  10. package/cjs/components/Editable/Editable.js +154 -0
  11. package/cjs/components/Editable/Editable.js.map +1 -0
  12. package/cjs/components/Editable/Editable.styles.js +32 -0
  13. package/cjs/components/Editable/Editable.styles.js.map +1 -0
  14. package/cjs/components/Editable/Editable.styles_40s761.css +3 -0
  15. package/cjs/components/Editable/Editable.tokens.js +21 -0
  16. package/cjs/components/Editable/Editable.tokens.js.map +1 -0
  17. package/cjs/components/Editable/utils/clearSelection.js +23 -0
  18. package/cjs/components/Editable/utils/clearSelection.js.map +1 -0
  19. package/cjs/components/Editable/utils/selectText.js +30 -0
  20. package/cjs/components/Editable/utils/selectText.js.map +1 -0
  21. package/cjs/components/Editable/variations/_size/base.js +9 -0
  22. package/cjs/components/Editable/variations/_size/base.js.map +1 -0
  23. package/cjs/components/Editable/variations/_size/base_54y6eh.css +1 -0
  24. package/cjs/components/Editable/variations/_view/base.js +9 -0
  25. package/cjs/components/Editable/variations/_view/base.js.map +1 -0
  26. package/cjs/components/Editable/variations/_view/base_11fpjfv.css +1 -0
  27. package/cjs/index.css +8 -0
  28. package/cjs/index.js +7 -0
  29. package/cjs/index.js.map +1 -1
  30. package/cjs/utils/constants.js +20 -0
  31. package/cjs/utils/constants.js.map +1 -0
  32. package/cjs/utils/index.js.map +1 -1
  33. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +5 -8
  34. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +4 -11
  35. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +3 -5
  36. package/emotion/cjs/components/Combobox/ComboboxOld/Combobox.js +8 -15
  37. package/emotion/cjs/components/Editable/Editable.js +159 -0
  38. package/emotion/cjs/components/Editable/Editable.styles.js +22 -0
  39. package/emotion/cjs/components/Editable/Editable.tokens.js +19 -0
  40. package/emotion/cjs/components/Editable/Editable.types.js +5 -0
  41. package/emotion/cjs/components/Editable/index.js +25 -0
  42. package/emotion/cjs/components/Editable/utils/clearSelection.js +19 -0
  43. package/emotion/cjs/components/Editable/utils/index.js +19 -0
  44. package/emotion/cjs/components/Editable/utils/selectText.js +26 -0
  45. package/emotion/cjs/components/Editable/variations/_size/base.js +10 -0
  46. package/emotion/cjs/components/Editable/variations/_size/tokens.json +1 -0
  47. package/emotion/cjs/components/Editable/variations/_view/base.js +10 -0
  48. package/emotion/cjs/components/Editable/variations/_view/tokens.json +5 -0
  49. package/emotion/cjs/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.config.js +39 -0
  50. package/{styled-components/cjs/examples/plasma_b2c/components/Combobox → emotion/cjs/examples/plasma_b2c/components/Combobox/ComboboxNew}/Combobox.js +2 -2
  51. package/emotion/{es/examples/plasma_b2c/components/Combobox → cjs/examples/plasma_b2c/components/Combobox/ComboboxNew}/Combobox.stories.tsx +3 -5
  52. package/emotion/cjs/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.config.js +25 -0
  53. package/emotion/cjs/examples/{plasma_web/components/Combobox/Legacy → plasma_b2c/components/Combobox/ComboboxOld}/Combobox.stories.tsx +16 -18
  54. package/emotion/cjs/examples/plasma_b2c/components/Editable/Editable.config.js +22 -0
  55. package/emotion/cjs/examples/plasma_b2c/components/Editable/Editable.js +22 -0
  56. package/emotion/cjs/examples/plasma_b2c/components/Editable/Editable.stories.tsx +81 -0
  57. package/emotion/cjs/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.config.js +39 -0
  58. package/emotion/cjs/examples/plasma_web/components/Combobox/{Combobox.js → ComboboxNew/Combobox.js} +2 -2
  59. package/emotion/{es/examples/plasma_web/components/Combobox → cjs/examples/plasma_web/components/Combobox/ComboboxNew}/Combobox.stories.tsx +3 -5
  60. package/emotion/cjs/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.config.js +25 -0
  61. package/emotion/cjs/examples/{plasma_b2c/components/Combobox/Legacy → plasma_web/components/Combobox/ComboboxOld}/Combobox.stories.tsx +16 -18
  62. package/emotion/cjs/examples/plasma_web/components/Editable/Editable.config.js +22 -0
  63. package/emotion/cjs/examples/plasma_web/components/Editable/Editable.js +22 -0
  64. package/emotion/cjs/examples/plasma_web/components/Editable/Editable.stories.tsx +81 -0
  65. package/emotion/cjs/index.js +11 -0
  66. package/emotion/cjs/utils/constants.js +19 -0
  67. package/emotion/cjs/utils/index.js +8 -2
  68. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +5 -8
  69. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +4 -11
  70. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +3 -5
  71. package/emotion/es/components/Combobox/ComboboxOld/Combobox.js +8 -15
  72. package/emotion/es/components/Editable/Editable.js +150 -0
  73. package/emotion/es/components/Editable/Editable.styles.js +15 -0
  74. package/emotion/es/components/Editable/Editable.tokens.js +13 -0
  75. package/emotion/es/components/Editable/Editable.types.js +1 -0
  76. package/emotion/es/components/Editable/index.js +2 -0
  77. package/emotion/es/components/Editable/utils/clearSelection.js +13 -0
  78. package/emotion/es/components/Editable/utils/index.js +2 -0
  79. package/emotion/es/components/Editable/utils/selectText.js +20 -0
  80. package/emotion/es/components/Editable/variations/_size/base.js +4 -0
  81. package/emotion/es/components/Editable/variations/_size/tokens.json +1 -0
  82. package/emotion/es/components/Editable/variations/_view/base.js +4 -0
  83. package/emotion/es/components/Editable/variations/_view/tokens.json +5 -0
  84. package/emotion/es/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.config.js +33 -0
  85. package/emotion/es/examples/plasma_b2c/components/Combobox/{Combobox.js → ComboboxNew/Combobox.js} +2 -2
  86. package/emotion/{cjs/examples/plasma_web/components/Combobox → es/examples/plasma_b2c/components/Combobox/ComboboxNew}/Combobox.stories.tsx +3 -5
  87. package/emotion/es/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.config.js +19 -0
  88. package/emotion/es/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.stories.tsx +16 -18
  89. package/emotion/es/examples/plasma_b2c/components/Editable/Editable.config.js +16 -0
  90. package/emotion/es/examples/plasma_b2c/components/Editable/Editable.js +16 -0
  91. package/emotion/es/examples/plasma_b2c/components/Editable/Editable.stories.tsx +81 -0
  92. package/emotion/es/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.config.js +33 -0
  93. package/{styled-components/es/examples/plasma_b2c/components/Combobox → emotion/es/examples/plasma_web/components/Combobox/ComboboxNew}/Combobox.js +2 -2
  94. package/emotion/{cjs/examples/plasma_b2c/components/Combobox → es/examples/plasma_web/components/Combobox/ComboboxNew}/Combobox.stories.tsx +3 -5
  95. package/emotion/es/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.config.js +19 -0
  96. package/emotion/es/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.stories.tsx +16 -18
  97. package/emotion/es/examples/plasma_web/components/Editable/Editable.config.js +16 -0
  98. package/emotion/es/examples/plasma_web/components/Editable/Editable.js +16 -0
  99. package/emotion/es/examples/plasma_web/components/Editable/Editable.stories.tsx +81 -0
  100. package/emotion/es/index.js +2 -1
  101. package/emotion/es/utils/constants.js +13 -0
  102. package/emotion/es/utils/index.js +2 -0
  103. package/es/components/Combobox/ComboboxNew/Combobox.js +5 -8
  104. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  105. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +4 -11
  106. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
  107. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +3 -5
  108. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js.map +1 -1
  109. package/es/components/Combobox/ComboboxOld/Combobox.js +8 -15
  110. package/es/components/Combobox/ComboboxOld/Combobox.js.map +1 -1
  111. package/es/components/Editable/Editable.css +7 -0
  112. package/es/components/Editable/Editable.js +149 -0
  113. package/es/components/Editable/Editable.js.map +1 -0
  114. package/es/components/Editable/Editable.styles.js +26 -0
  115. package/es/components/Editable/Editable.styles.js.map +1 -0
  116. package/es/components/Editable/Editable.styles_40s761.css +3 -0
  117. package/es/components/Editable/Editable.tokens.js +16 -0
  118. package/es/components/Editable/Editable.tokens.js.map +1 -0
  119. package/es/components/Editable/utils/clearSelection.js +19 -0
  120. package/es/components/Editable/utils/clearSelection.js.map +1 -0
  121. package/es/components/Editable/utils/selectText.js +26 -0
  122. package/es/components/Editable/utils/selectText.js.map +1 -0
  123. package/es/components/Editable/variations/_size/base.js +5 -0
  124. package/es/components/Editable/variations/_size/base.js.map +1 -0
  125. package/es/components/Editable/variations/_size/base_54y6eh.css +1 -0
  126. package/es/components/Editable/variations/_view/base.js +5 -0
  127. package/es/components/Editable/variations/_view/base.js.map +1 -0
  128. package/es/components/Editable/variations/_view/base_11fpjfv.css +1 -0
  129. package/es/index.css +8 -0
  130. package/es/index.js +4 -0
  131. package/es/index.js.map +1 -1
  132. package/es/utils/constants.js +16 -0
  133. package/es/utils/constants.js.map +1 -0
  134. package/es/utils/index.js.map +1 -1
  135. package/package.json +2 -2
  136. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +5 -8
  137. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +4 -11
  138. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +3 -5
  139. package/styled-components/cjs/components/Combobox/ComboboxOld/Combobox.js +8 -15
  140. package/styled-components/cjs/components/Editable/Editable.js +159 -0
  141. package/styled-components/cjs/components/Editable/Editable.styles.js +23 -0
  142. package/styled-components/cjs/components/Editable/Editable.tokens.js +19 -0
  143. package/styled-components/cjs/components/Editable/Editable.types.js +5 -0
  144. package/styled-components/cjs/components/Editable/index.js +25 -0
  145. package/styled-components/cjs/components/Editable/utils/clearSelection.js +19 -0
  146. package/styled-components/cjs/components/Editable/utils/index.js +19 -0
  147. package/styled-components/cjs/components/Editable/utils/selectText.js +26 -0
  148. package/styled-components/cjs/components/Editable/variations/_size/base.js +10 -0
  149. package/styled-components/cjs/components/Editable/variations/_size/tokens.json +1 -0
  150. package/styled-components/cjs/components/Editable/variations/_view/base.js +10 -0
  151. package/styled-components/cjs/components/Editable/variations/_view/tokens.json +5 -0
  152. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/{Combobox.config.js → ComboboxNew/Combobox.config.js} +2 -2
  153. package/{emotion/cjs/examples/plasma_b2c/components/Combobox → styled-components/cjs/examples/plasma_b2c/components/Combobox/ComboboxNew}/Combobox.js +2 -2
  154. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.stories.tsx +366 -0
  155. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.js +1 -1
  156. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.stories.tsx +254 -0
  157. package/styled-components/cjs/examples/plasma_b2c/components/Editable/Editable.config.js +22 -0
  158. package/styled-components/cjs/examples/plasma_b2c/components/Editable/Editable.js +22 -0
  159. package/styled-components/cjs/examples/plasma_b2c/components/Editable/Editable.stories.tsx +81 -0
  160. package/styled-components/cjs/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.config.js +39 -0
  161. package/styled-components/cjs/examples/plasma_web/components/Combobox/{Combobox.js → ComboboxNew/Combobox.js} +2 -2
  162. package/styled-components/cjs/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.stories.tsx +366 -0
  163. package/styled-components/cjs/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.js +1 -1
  164. package/styled-components/cjs/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.stories.tsx +254 -0
  165. package/styled-components/cjs/examples/plasma_web/components/Editable/Editable.config.js +22 -0
  166. package/styled-components/cjs/examples/plasma_web/components/Editable/Editable.js +22 -0
  167. package/styled-components/cjs/examples/plasma_web/components/Editable/Editable.stories.tsx +81 -0
  168. package/styled-components/cjs/index.js +11 -0
  169. package/styled-components/cjs/utils/constants.js +19 -0
  170. package/styled-components/cjs/utils/index.js +8 -2
  171. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +5 -8
  172. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +4 -11
  173. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +3 -5
  174. package/styled-components/es/components/Combobox/ComboboxOld/Combobox.js +8 -15
  175. package/styled-components/es/components/Editable/Editable.js +150 -0
  176. package/styled-components/es/components/Editable/Editable.styles.js +15 -0
  177. package/styled-components/es/components/Editable/Editable.tokens.js +13 -0
  178. package/styled-components/es/components/Editable/Editable.types.js +1 -0
  179. package/styled-components/es/components/Editable/index.js +2 -0
  180. package/styled-components/es/components/Editable/utils/clearSelection.js +13 -0
  181. package/styled-components/es/components/Editable/utils/index.js +2 -0
  182. package/styled-components/es/components/Editable/utils/selectText.js +20 -0
  183. package/styled-components/es/components/Editable/variations/_size/base.js +4 -0
  184. package/styled-components/es/components/Editable/variations/_size/tokens.json +1 -0
  185. package/styled-components/es/components/Editable/variations/_view/base.js +4 -0
  186. package/styled-components/es/components/Editable/variations/_view/tokens.json +5 -0
  187. package/styled-components/es/examples/plasma_b2c/components/Combobox/{Combobox.config.js → ComboboxNew/Combobox.config.js} +2 -2
  188. package/styled-components/es/examples/{plasma_web/components/Combobox → plasma_b2c/components/Combobox/ComboboxNew}/Combobox.js +2 -2
  189. package/styled-components/es/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.stories.tsx +366 -0
  190. package/styled-components/es/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.js +1 -1
  191. package/styled-components/es/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.stories.tsx +254 -0
  192. package/styled-components/es/examples/plasma_b2c/components/Editable/Editable.config.js +16 -0
  193. package/styled-components/es/examples/plasma_b2c/components/Editable/Editable.js +16 -0
  194. package/styled-components/es/examples/plasma_b2c/components/Editable/Editable.stories.tsx +81 -0
  195. package/styled-components/es/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.config.js +33 -0
  196. package/{emotion/es/examples/plasma_web/components/Combobox → styled-components/es/examples/plasma_web/components/Combobox/ComboboxNew}/Combobox.js +2 -2
  197. package/styled-components/es/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.stories.tsx +366 -0
  198. package/styled-components/es/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.js +1 -1
  199. package/styled-components/es/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.stories.tsx +254 -0
  200. package/styled-components/es/examples/plasma_web/components/Editable/Editable.config.js +16 -0
  201. package/styled-components/es/examples/plasma_web/components/Editable/Editable.js +16 -0
  202. package/styled-components/es/examples/plasma_web/components/Editable/Editable.stories.tsx +81 -0
  203. package/styled-components/es/index.js +2 -1
  204. package/styled-components/es/utils/constants.js +13 -0
  205. package/styled-components/es/utils/index.js +2 -0
  206. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  207. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -5
  208. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  209. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
  210. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +0 -1
  211. package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
  212. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.d.ts.map +1 -1
  213. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +0 -1
  214. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
  215. package/types/components/Combobox/ComboboxOld/Combobox.d.ts.map +1 -1
  216. package/types/components/Combobox/ComboboxOld/Combobox.types.d.ts +0 -6
  217. package/types/components/Combobox/ComboboxOld/Combobox.types.d.ts.map +1 -1
  218. package/types/components/Editable/Editable.d.ts +23 -0
  219. package/types/components/Editable/Editable.d.ts.map +1 -0
  220. package/types/components/Editable/Editable.styles.d.ts +7 -0
  221. package/types/components/Editable/Editable.styles.d.ts.map +1 -0
  222. package/types/components/Editable/Editable.tokens.d.ts +14 -0
  223. package/types/components/Editable/Editable.tokens.d.ts.map +1 -0
  224. package/types/components/Editable/Editable.types.d.ts +39 -0
  225. package/types/components/Editable/Editable.types.d.ts.map +1 -0
  226. package/types/components/Editable/index.d.ts +3 -0
  227. package/types/components/Editable/index.d.ts.map +1 -0
  228. package/types/components/Editable/utils/clearSelection.d.ts +2 -0
  229. package/types/components/Editable/utils/clearSelection.d.ts.map +1 -0
  230. package/types/components/Editable/utils/index.d.ts +3 -0
  231. package/types/components/Editable/utils/index.d.ts.map +1 -0
  232. package/types/components/Editable/utils/selectText.d.ts +2 -0
  233. package/types/components/Editable/utils/selectText.d.ts.map +1 -0
  234. package/types/components/Editable/variations/_size/base.d.ts +2 -0
  235. package/types/components/Editable/variations/_size/base.d.ts.map +1 -0
  236. package/types/components/Editable/variations/_view/base.d.ts +2 -0
  237. package/types/components/Editable/variations/_view/base.d.ts.map +1 -0
  238. package/types/components/Pagination/utils/index.d.ts +1 -1
  239. package/types/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.config.d.ts.map +1 -0
  240. package/types/examples/plasma_b2c/components/Combobox/{Combobox.d.ts → ComboboxNew/Combobox.d.ts} +3 -3
  241. package/types/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -0
  242. package/types/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.d.ts.map +1 -1
  243. package/types/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.d.ts.map +1 -0
  244. package/types/examples/plasma_b2c/components/Editable/Editable.config.d.ts +15 -0
  245. package/types/examples/plasma_b2c/components/Editable/Editable.config.d.ts.map +1 -0
  246. package/types/examples/plasma_b2c/components/Editable/Editable.d.ts +57 -0
  247. package/types/examples/plasma_b2c/components/Editable/Editable.d.ts.map +1 -0
  248. package/types/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.config.d.ts.map +1 -0
  249. package/types/examples/plasma_web/components/Combobox/{Combobox.d.ts → ComboboxNew/Combobox.d.ts} +3 -3
  250. package/types/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -0
  251. package/types/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.d.ts.map +1 -1
  252. package/types/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.d.ts.map +1 -0
  253. package/types/examples/plasma_web/components/Editable/Editable.config.d.ts +15 -0
  254. package/types/examples/plasma_web/components/Editable/Editable.config.d.ts.map +1 -0
  255. package/types/examples/plasma_web/components/Editable/Editable.d.ts +57 -0
  256. package/types/examples/plasma_web/components/Editable/Editable.d.ts.map +1 -0
  257. package/types/index.d.ts +1 -0
  258. package/types/index.d.ts.map +1 -1
  259. package/types/utils/constants.d.ts +14 -0
  260. package/types/utils/constants.d.ts.map +1 -0
  261. package/types/utils/index.d.ts +1 -0
  262. package/types/utils/index.d.ts.map +1 -1
  263. package/emotion/cjs/components/Combobox/Combobox.template-doc.mdx +0 -347
  264. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +0 -39
  265. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Legacy/Combobox.config.js +0 -25
  266. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +0 -39
  267. package/emotion/cjs/examples/plasma_web/components/Combobox/Legacy/Combobox.config.js +0 -25
  268. package/emotion/es/components/Combobox/Combobox.template-doc.mdx +0 -347
  269. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +0 -33
  270. package/emotion/es/examples/plasma_b2c/components/Combobox/Legacy/Combobox.config.js +0 -19
  271. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +0 -33
  272. package/emotion/es/examples/plasma_web/components/Combobox/Legacy/Combobox.config.js +0 -19
  273. package/styled-components/cjs/components/Combobox/Combobox.template-doc.mdx +0 -347
  274. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +0 -368
  275. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Legacy/Combobox.stories.tsx +0 -256
  276. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +0 -39
  277. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +0 -368
  278. package/styled-components/cjs/examples/plasma_web/components/Combobox/Legacy/Combobox.stories.tsx +0 -256
  279. package/styled-components/es/components/Combobox/Combobox.template-doc.mdx +0 -347
  280. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +0 -368
  281. package/styled-components/es/examples/plasma_b2c/components/Combobox/Legacy/Combobox.stories.tsx +0 -256
  282. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +0 -33
  283. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +0 -368
  284. package/styled-components/es/examples/plasma_web/components/Combobox/Legacy/Combobox.stories.tsx +0 -256
  285. package/types/examples/plasma_b2c/components/Combobox/Combobox.config.d.ts.map +0 -1
  286. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +0 -1
  287. package/types/examples/plasma_b2c/components/Combobox/Legacy/Combobox.d.ts.map +0 -1
  288. package/types/examples/plasma_web/components/Combobox/Combobox.config.d.ts.map +0 -1
  289. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +0 -1
  290. package/types/examples/plasma_web/components/Combobox/Legacy/Combobox.d.ts.map +0 -1
  291. /package/emotion/cjs/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  292. /package/emotion/cjs/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  293. /package/emotion/es/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  294. /package/emotion/es/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  295. /package/styled-components/cjs/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  296. /package/styled-components/cjs/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  297. /package/styled-components/es/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  298. /package/styled-components/es/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.js +0 -0
  299. /package/types/examples/plasma_b2c/components/Combobox/{Combobox.config.d.ts → ComboboxNew/Combobox.config.d.ts} +0 -0
  300. /package/types/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.d.ts +0 -0
  301. /package/types/examples/plasma_b2c/components/Combobox/{Legacy → ComboboxOld}/Combobox.d.ts +0 -0
  302. /package/types/examples/plasma_web/components/Combobox/{Combobox.config.d.ts → ComboboxNew/Combobox.config.d.ts} +0 -0
  303. /package/types/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.config.d.ts +0 -0
  304. /package/types/examples/plasma_web/components/Combobox/{Legacy → ComboboxOld}/Combobox.d.ts +0 -0
@@ -0,0 +1,81 @@
1
+ import React, { useState } from 'react';
2
+ import type { ComponentProps } from 'react';
3
+ import type { StoryObj, Meta } from '@storybook/react';
4
+ import { disableProps } from '@salutejs/plasma-sb-utils';
5
+
6
+ import { IconDisclosureLeft } from '../../../../components/_Icon';
7
+ import { WithTheme } from '../../../_helpers';
8
+
9
+ import { Editable, typographyVariants } from './Editable';
10
+
11
+ const iconSizes = ['s', 'xs'] as const;
12
+
13
+ const meta: Meta<typeof Editable> = {
14
+ title: 'plasma_web/Editable',
15
+ decorators: [WithTheme],
16
+ component: Editable,
17
+ argTypes: {
18
+ ...disableProps([
19
+ 'ref',
20
+ 'theme',
21
+ 'as',
22
+ 'forwardedAs',
23
+ 'textComponent',
24
+ 'icon',
25
+ 'onChange',
26
+ 'onBlur',
27
+ 'onPaste',
28
+ 'value',
29
+ 'view',
30
+ 'size',
31
+ ]),
32
+ },
33
+ };
34
+
35
+ export default meta;
36
+
37
+ type StoryPropsDefault = ComponentProps<typeof Editable> & {
38
+ iconSize: typeof iconSizes[number];
39
+ componentName: keyof typeof typographyVariants;
40
+ defaultValue: string;
41
+ };
42
+
43
+ const StoryDefault = ({ defaultValue, componentName, iconSize, ...rest }: StoryPropsDefault) => {
44
+ const [, setValue] = useState<string>(defaultValue);
45
+
46
+ const handleChange = (e) => {
47
+ setValue(e.target.textContent);
48
+ };
49
+
50
+ return (
51
+ <Editable
52
+ {...rest}
53
+ icon={<IconDisclosureLeft size={iconSize} color="inherit" />}
54
+ textComponent={typographyVariants[componentName]}
55
+ value={defaultValue}
56
+ onChange={handleChange}
57
+ />
58
+ );
59
+ };
60
+
61
+ export const Default: StoryObj<StoryPropsDefault> = {
62
+ argTypes: {
63
+ iconSize: {
64
+ options: iconSizes,
65
+ control: { type: 'select' },
66
+ },
67
+ componentName: {
68
+ options: Object.keys(typographyVariants),
69
+ control: { type: 'select' },
70
+ },
71
+ },
72
+ args: {
73
+ view: 'default',
74
+ size: 'm',
75
+ iconSize: 'xs',
76
+ componentName: 'Body',
77
+ defaultValue: 'Document 1',
78
+ placeholder: 'Компонент с возможностью редактирования текста',
79
+ },
80
+ render: (args) => <StoryDefault {...args} />,
81
+ };
@@ -55,4 +55,5 @@ export * from './components/DatePicker';
55
55
  export * from './components/Portal';
56
56
  export * from './components/Price';
57
57
  export * from './components/Autocomplete';
58
- export * from './components/EmptyState';
58
+ export * from './components/EmptyState';
59
+ export * from './components/Editable';
@@ -0,0 +1,13 @@
1
+ export var keyCodes = {
2
+ PageUp: 33,
3
+ PageDown: 34,
4
+ Home: 36,
5
+ End: 35,
6
+ Left: 37,
7
+ Right: 39,
8
+ Up: 38,
9
+ Down: 40,
10
+ Enter: 13,
11
+ Space: 32,
12
+ Escape: 27
13
+ };
@@ -4,6 +4,8 @@ export { getSizeValueFromProp } from './getSizeValueFromProp';
4
4
  export { IS_REACT_18, safeUseId } from './react';
5
5
  export { isNumber } from './isNumber';
6
6
  export { isEmpty } from './isEmpty';
7
+ import * as _constants from './constants';
8
+ export { _constants as constants };
7
9
  export * from './getPopoverPlacement';
8
10
  export var cx = function cx() {
9
11
  for (var _len = arguments.length, classes = new Array(_len), _key = 0; _key < _len; _key++) {
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4F,MAAM,OAAO,CAAC;AAIjH,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAoB7C,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKnE,eAAO,MAAM,OAAO,4BAAgD,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,UAAU,gBAAgB,EAAE,KAAK,aAAa,EAAE,OAAO,CAAC,CAAC,2FAwYtF,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBA1YQ,UAAU,gBAAgB,EAAE,KAAK,aAAa,EAAE,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;CA+Z3F,CAAC"}
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4F,MAAM,OAAO,CAAC;AAIjH,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAoB7C,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKnE,eAAO,MAAM,OAAO,4BAAgD,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,UAAU,gBAAgB,EAAE,KAAK,aAAa,EAAE,OAAO,CAAC,CAAC,2FAsYtF,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAxYQ,UAAU,gBAAgB,EAAE,KAAK,aAAa,EAAE,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;CA6Z3F,CAAC"}
@@ -86,7 +86,7 @@ export interface BasicProps {
86
86
  filter?: (label: string, textValue: string) => boolean;
87
87
  /**
88
88
  * Закрывать ли выпадающий список после выбора элемента.
89
- * @default если single, то true; если multiple, то false; если передан alwaysOpened, то false
89
+ * @default если single, то true; если multiple, то false
90
90
  */
91
91
  closeAfterSelect?: boolean;
92
92
  /**
@@ -110,10 +110,6 @@ export interface BasicProps {
110
110
  * Компонент неактивен.
111
111
  */
112
112
  disabled?: boolean;
113
- /**
114
- * Дропдаун открыт всегда.
115
- */
116
- alwaysOpened?: boolean;
117
113
  }
118
114
  export declare type ComboboxProps = BasicProps & IsMultiselect & Omit<ButtonHTMLAttributes<HTMLInputElement>, 'value' | 'onChange'>;
119
115
  export declare type FloatingPopoverProps = {
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Combobox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Inner.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/Inner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAShC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA4EhC,CAAC"}
1
+ {"version":3,"file":"Inner.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/Inner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAShC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAqDhC,CAAC"}
@@ -9,6 +9,5 @@ export declare type InnerProps = {
9
9
  dispatchPath: Dispatch<PathAction>;
10
10
  index: number;
11
11
  listWidth: ComboboxProps['listWidth'];
12
- disabled?: boolean;
13
12
  };
14
13
  //# sourceMappingURL=Inner.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Inner.type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/Inner.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAElE,oBAAY,UAAU,GAAG;IACrB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"Inner.type.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/Inner.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAElE,oBAAY,UAAU,GAAG;IACrB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;CACzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAU,EAAE,EAAc,MAAM,OAAO,CAAC;AAStD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAazC,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAwH9B,CAAC"}
1
+ {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAU,EAAE,EAAc,MAAM,OAAO,CAAC;AAStD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAazC,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAqH9B,CAAC"}
@@ -35,7 +35,6 @@ export declare type ItemProps = {
35
35
  currentLevel: number;
36
36
  index: number;
37
37
  path: PathState;
38
- disabled?: boolean;
39
38
  ariaControls?: string;
40
39
  ariaExpanded?: boolean;
41
40
  ariaLevel?: React.AriaAttributes['aria-level'];
@@ -1 +1 @@
1
- {"version":3,"file":"Item.types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE,oBAAY,UAAU,GAAG;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC;AAEF,oBAAY,qBAAqB,GAAG,UAAU,GAAG;IAAE,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAA;CAAE,CAAC;AAEhF,oBAAY,SAAS,GAAG;IACpB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;CAClD,CAAC"}
1
+ {"version":3,"file":"Item.types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE,oBAAY,UAAU,GAAG;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC;AAEF,oBAAY,qBAAqB,GAAG,UAAU,GAAG;IAAE,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAA;CAAE,CAAC;AAEhF,oBAAY,SAAS,GAAG;IACpB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;CAClD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxOld/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAGjF,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAU7C,OAAO,KAAK,EAA0B,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,UAAU,gBAAgB,EAAE,aAAa,CAAC,2FA+OxE,CAAC;AAEN,eAAO,MAAM,cAAc;;;mBAjPQ,UAAU,gBAAgB,EAAE,aAAa,CAAC;;;;;;;;;;;;;;CAkQ5E,CAAC"}
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxOld/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAGjF,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAU7C,OAAO,KAAK,EAA0B,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,YAAY,SAAU,UAAU,gBAAgB,EAAE,aAAa,CAAC,2FAwOxE,CAAC;AAEN,eAAO,MAAM,cAAc;;;mBA1OQ,UAAU,gBAAgB,EAAE,aAAa,CAAC;;;;;;;;;;;;;;CA2P5E,CAAC"}
@@ -32,12 +32,6 @@ export interface CustomComboboxProps {
32
32
  * false
33
33
  */
34
34
  opened?: boolean;
35
- /**
36
- * Дропдаун открыт всегда.
37
- * @default
38
- * false
39
- */
40
- alwaysOpened?: boolean;
41
35
  /**
42
36
  * Сторона открытия дропдауна относительно target элемента.
43
37
  * @default
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxOld/Combobox.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Combobox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxOld/Combobox.types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import type { RootProps } from '../../engines';
3
+ import type { EditableProps, TypographyVariants } from './Editable.types';
4
+ export declare const editableRoot: (typograpyVariants: TypographyVariants) => (Root: RootProps<HTMLSpanElement, Omit<EditableProps<TypographyVariants>, "textComponent">>) => React.ForwardRefExoticComponent<EditableProps<TypographyVariants> & React.RefAttributes<HTMLInputElement>>;
5
+ export declare const editableConfig: (typographyVariants: TypographyVariants) => {
6
+ name: string;
7
+ tag: string;
8
+ layout: (Root: RootProps<HTMLSpanElement, Omit<EditableProps<TypographyVariants>, "textComponent">>) => React.ForwardRefExoticComponent<EditableProps<TypographyVariants> & 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
+ };
18
+ defaults: {
19
+ view: string;
20
+ size: string;
21
+ };
22
+ };
23
+ //# sourceMappingURL=Editable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/Editable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAO1E,eAAO,MAAM,YAAY,sBAAuB,kBAAkB,+MAsI7D,CAAC;AAEN,eAAO,MAAM,cAAc,uBAAwB,kBAAkB;;;;;;;;;;;;;;;;;CAiBnE,CAAC"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare const EditButton: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & {
3
+ isHidden: boolean;
4
+ }>;
5
+ export declare const StyledInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
6
+ export declare const base: import("@linaria/core").LinariaClassName;
7
+ //# sourceMappingURL=Editable.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/Editable.styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,UAAU;cAA2B,OAAO;EAKxD,CAAC;AAEF,eAAO,MAAM,WAAW,8KAAiB,CAAC;AAE1C,eAAO,MAAM,IAAI,0CAmBhB,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const classes: {
2
+ editableTextBox: string;
3
+ };
4
+ export declare const tokens: {
5
+ editButtonBackground: string;
6
+ editButtonColor: string;
7
+ editButtonColorHover: string;
8
+ editButtonPaddingLeft: string;
9
+ placeholderColor: string;
10
+ caretColor: string;
11
+ textBoxMarginRight: string;
12
+ textBoxPaddingRight: string;
13
+ };
14
+ //# sourceMappingURL=Editable.tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/Editable.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;CAEnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;CASlB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import type { ComponentPropsWithRef, FC, InputHTMLAttributes, ReactNode } from 'react';
2
+ export interface EditableProps<T> extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> {
3
+ /**
4
+ * Компонент, для которого будет добавлена возможность редактирования
5
+ */
6
+ textComponent: T[keyof T];
7
+ /**
8
+ * Значение текста
9
+ */
10
+ value?: string;
11
+ /**
12
+ * Проверка правописания
13
+ */
14
+ spellCheck?: 'true' | 'false';
15
+ /**
16
+ * Максимальная длина текста в символах
17
+ */
18
+ maxLength?: number;
19
+ /**
20
+ * Иконка справа от текста, для корректной работы hover на иконке нужно добавить свойство color="inherit"
21
+ */
22
+ icon?: ReactNode;
23
+ /**
24
+ * Текст для placeholder и aria-label
25
+ */
26
+ placeholder?: string;
27
+ /**
28
+ * Размер контрола.
29
+ */
30
+ size?: string;
31
+ /**
32
+ * Вид контрола.
33
+ */
34
+ view?: string;
35
+ }
36
+ export declare type TypographyVariants = {
37
+ [key: string]: FC<ComponentPropsWithRef<'div'>>;
38
+ };
39
+ //# sourceMappingURL=Editable.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.types.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/Editable.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,EAAE,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvF,MAAM,WAAW,aAAa,CAAC,CAAC,CAAE,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACzF;;OAEG;IACH,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,oBAAY,kBAAkB,GAAG;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,EAAE,CAAC,qBAAqB,CAAC,KAAK,CAAC,CAAC,CAAC;CACnD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { editableConfig, editableRoot } from './Editable';
2
+ export { tokens as editableTokens } from './Editable.tokens';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Editable/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const clearSelection: () => void;
2
+ //# sourceMappingURL=clearSelection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clearSelection.d.ts","sourceRoot":"","sources":["../../../../src/components/Editable/utils/clearSelection.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,cAAc,YAY1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { clearSelection } from './clearSelection';
2
+ export { selectText } from './selectText';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Editable/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const selectText: (node: Node) => void;
2
+ //# sourceMappingURL=selectText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selectText.d.ts","sourceRoot":"","sources":["../../../../src/components/Editable/utils/selectText.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,UAAU,SAAU,IAAI,SAoBpC,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/Editable/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAShB,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/Editable/variations/_view/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAYhB,CAAC"}
@@ -14,5 +14,5 @@ export declare const defaultValues: {
14
14
  textQuickJump: string;
15
15
  textPerPage: string;
16
16
  };
17
- export declare const getSections: (value?: number | undefined, pages?: number | undefined, slots?: 8 | 10 | 12 | 14 | 7 | 9 | 11 | 13 | 15 | undefined) => number[][];
17
+ export declare const getSections: (value?: number | undefined, pages?: number | undefined, slots?: 8 | 10 | 12 | 14 | 13 | 7 | 9 | 11 | 15 | undefined) => number[][];
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0gBlB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const Combobox: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
2
+ declare const Combobox: import("react").FunctionComponent<import("../../../../../engines/types").PropsType<{
3
3
  view: {
4
4
  default: import("@linaria/core").LinariaClassName;
5
5
  positive: import("@linaria/core").LinariaClassName;
@@ -22,12 +22,12 @@ declare const Combobox: import("react").FunctionComponent<import("../../../../en
22
22
  readOnly: {
23
23
  true: import("@linaria/core").LinariaClassName;
24
24
  };
25
- }> & ((import("../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
25
+ }> & ((import("../../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
26
26
  multiple?: false | undefined;
27
27
  value?: string | undefined;
28
28
  onChange?: ((value: string) => void) | undefined;
29
29
  isTargetAmount?: false | undefined;
30
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
30
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
31
31
  multiple: true;
32
32
  value?: string[] | undefined;
33
33
  onChange?: ((value: string[]) => void) | undefined;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_b2c/components/Combobox/ComboboxNew/Combobox.ts"],"names":[],"mappings":";AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2IAA0B,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_b2c/components/Combobox/Legacy/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CAiUlB,CAAC"}
1
+ {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CAiUlB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_b2c/components/Combobox/ComboboxOld/Combobox.ts"],"names":[],"mappings":";AAaA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;sDAA0B,CAAC;AAGhD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;kDAA8B,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;kDAAiC,CAAC;AAG9D,eAAO,MAAM,cAAc;;;;kDAAgC,CAAC;AAG5D,eAAO,MAAM,aAAa;;;;;;;;kDAA+B,CAAC;AAG1D,eAAO,MAAM,cAAc;;;;kDAAgC,CAAC"}
@@ -0,0 +1,15 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ view: string;
4
+ size: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@linaria/core").LinariaClassName;
9
+ };
10
+ size: {
11
+ m: import("@linaria/core").LinariaClassName;
12
+ };
13
+ };
14
+ };
15
+ //# sourceMappingURL=Editable.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Editable/Editable.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAuBlB,CAAC"}
@@ -0,0 +1,57 @@
1
+ /// <reference types="react" />
2
+ export declare const typographyVariants: {
3
+ Body: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
4
+ size: {
5
+ l: import("@linaria/core").LinariaClassName;
6
+ m: import("@linaria/core").LinariaClassName;
7
+ s: import("@linaria/core").LinariaClassName;
8
+ xs: import("@linaria/core").LinariaClassName;
9
+ xxs: import("@linaria/core").LinariaClassName;
10
+ };
11
+ }> & {
12
+ breakWord?: boolean | undefined;
13
+ color?: string | undefined;
14
+ } & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
15
+ Dspl: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
16
+ size: {
17
+ l: import("@linaria/core").LinariaClassName;
18
+ m: import("@linaria/core").LinariaClassName;
19
+ s: import("@linaria/core").LinariaClassName;
20
+ };
21
+ }> & {
22
+ breakWord?: boolean | undefined;
23
+ color?: string | undefined;
24
+ } & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
25
+ Heading: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
26
+ size: {
27
+ h1: import("@linaria/core").LinariaClassName;
28
+ h2: import("@linaria/core").LinariaClassName;
29
+ h3: import("@linaria/core").LinariaClassName;
30
+ h4: import("@linaria/core").LinariaClassName;
31
+ h5: import("@linaria/core").LinariaClassName;
32
+ };
33
+ }> & {
34
+ breakWord?: boolean | undefined;
35
+ color?: string | undefined;
36
+ } & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
37
+ Text: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
38
+ size: {
39
+ l: import("@linaria/core").LinariaClassName;
40
+ m: import("@linaria/core").LinariaClassName;
41
+ s: import("@linaria/core").LinariaClassName;
42
+ xs: import("@linaria/core").LinariaClassName;
43
+ };
44
+ }> & {
45
+ breakWord?: boolean | undefined;
46
+ color?: string | undefined;
47
+ } & import("../../../..").SpacingProps & import("../../../../components/Typography/Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
48
+ };
49
+ export declare const Editable: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
50
+ view: {
51
+ default: import("@linaria/core").LinariaClassName;
52
+ };
53
+ size: {
54
+ m: import("@linaria/core").LinariaClassName;
55
+ };
56
+ }> & import("../../../../components/Editable/Editable.types").EditableProps<import("../../../../components/Editable/Editable.types").TypographyVariants> & import("react").RefAttributes<HTMLInputElement>>;
57
+ //# sourceMappingURL=Editable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Editable/Editable.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AAKhE,eAAO,MAAM,QAAQ;;;;;;;2MAA0B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0gBlB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const Combobox: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
2
+ declare const Combobox: import("react").FunctionComponent<import("../../../../../engines/types").PropsType<{
3
3
  view: {
4
4
  default: import("@linaria/core").LinariaClassName;
5
5
  positive: import("@linaria/core").LinariaClassName;
@@ -22,12 +22,12 @@ declare const Combobox: import("react").FunctionComponent<import("../../../../en
22
22
  readOnly: {
23
23
  true: import("@linaria/core").LinariaClassName;
24
24
  };
25
- }> & ((import("../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
25
+ }> & ((import("../../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
26
26
  multiple?: false | undefined;
27
27
  value?: string | undefined;
28
28
  onChange?: ((value: string) => void) | undefined;
29
29
  isTargetAmount?: false | undefined;
30
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
30
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../../components/Combobox/ComboboxNew/Combobox.types").BasicProps & {
31
31
  multiple: true;
32
32
  value?: string[] | undefined;
33
33
  onChange?: ((value: string[]) => void) | undefined;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_web/components/Combobox/ComboboxNew/Combobox.ts"],"names":[],"mappings":";AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2IAA0B,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_web/components/Combobox/Legacy/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CAiUlB,CAAC"}
1
+ {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CAiUlB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../../src/examples/plasma_web/components/Combobox/ComboboxOld/Combobox.ts"],"names":[],"mappings":";AAaA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;sDAA0B,CAAC;AAGhD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;kDAA8B,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;kDAAiC,CAAC;AAG9D,eAAO,MAAM,cAAc;;;;kDAAgC,CAAC;AAG5D,eAAO,MAAM,aAAa;;;;;;;;kDAA+B,CAAC;AAG1D,eAAO,MAAM,cAAc;;;;kDAAgC,CAAC"}
@@ -0,0 +1,15 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ view: string;
4
+ size: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@linaria/core").LinariaClassName;
9
+ };
10
+ size: {
11
+ m: import("@linaria/core").LinariaClassName;
12
+ };
13
+ };
14
+ };
15
+ //# sourceMappingURL=Editable.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Editable.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Editable/Editable.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAuBlB,CAAC"}