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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (373) hide show
  1. package/cjs/components/Drawer/Drawer.js +2 -1
  2. package/cjs/components/Drawer/Drawer.js.map +1 -1
  3. package/cjs/components/ViewContainer/ViewContainer.js +38 -0
  4. package/cjs/components/ViewContainer/ViewContainer.js.map +1 -0
  5. package/cjs/components/ViewContainer/ViewContainer_yiqfcb.css +1 -0
  6. package/cjs/components/{NumberInput/variations → ViewContainer}/_view/base.js +2 -2
  7. package/cjs/components/ViewContainer/_view/base.js.map +1 -0
  8. package/cjs/index.css +1 -24
  9. package/cjs/index.js +3 -6
  10. package/cjs/index.js.map +1 -1
  11. package/emotion/cjs/components/Drawer/Drawer.js +4 -3
  12. package/emotion/cjs/components/ViewContainer/ViewContainer.js +49 -0
  13. package/emotion/cjs/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  14. package/emotion/cjs/components/ViewContainer/_view/base.js +8 -0
  15. package/emotion/cjs/components/ViewContainer/_view/tokens.json +1 -0
  16. package/emotion/cjs/components/ViewContainer/index.js +18 -0
  17. package/emotion/cjs/examples/_helpers.js +3 -14
  18. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +16 -0
  19. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +11 -0
  20. package/emotion/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  21. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +16 -0
  22. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.js +11 -0
  23. package/emotion/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  24. package/emotion/cjs/index.js +4 -4
  25. package/emotion/es/components/Drawer/Drawer.js +2 -1
  26. package/emotion/es/components/ViewContainer/ViewContainer.js +40 -0
  27. package/emotion/es/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  28. package/emotion/es/components/ViewContainer/_view/base.js +2 -0
  29. package/emotion/es/components/ViewContainer/_view/tokens.json +1 -0
  30. package/emotion/es/components/ViewContainer/index.js +1 -0
  31. package/emotion/es/examples/_helpers.js +3 -14
  32. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +10 -0
  33. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +5 -0
  34. package/emotion/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  35. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +10 -0
  36. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.js +5 -0
  37. package/emotion/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  38. package/emotion/es/index.js +1 -1
  39. package/es/components/Drawer/Drawer.js +2 -1
  40. package/es/components/Drawer/Drawer.js.map +1 -1
  41. package/es/components/ViewContainer/ViewContainer.js +33 -0
  42. package/es/components/ViewContainer/ViewContainer.js.map +1 -0
  43. package/es/components/ViewContainer/ViewContainer_yiqfcb.css +1 -0
  44. package/es/components/{NumberInput/variations/_segmentation → ViewContainer/_view}/base.js +2 -2
  45. package/es/components/ViewContainer/_view/base.js.map +1 -0
  46. package/es/index.css +1 -24
  47. package/es/index.js +1 -2
  48. package/es/index.js.map +1 -1
  49. package/package.json +3 -2
  50. package/styled-components/cjs/components/Drawer/Drawer.js +4 -3
  51. package/styled-components/cjs/components/ViewContainer/ViewContainer.js +40 -0
  52. package/styled-components/cjs/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  53. package/styled-components/cjs/components/{NumberInput/NumberInput.styles.js → ViewContainer/_view/base.js} +1 -1
  54. package/styled-components/cjs/components/ViewContainer/_view/tokens.json +1 -0
  55. package/styled-components/cjs/components/ViewContainer/index.js +18 -0
  56. package/styled-components/cjs/examples/_helpers.js +3 -14
  57. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +16 -0
  58. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +11 -0
  59. package/styled-components/cjs/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  60. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +16 -0
  61. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.js +11 -0
  62. package/styled-components/cjs/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  63. package/styled-components/cjs/index.js +4 -4
  64. package/styled-components/es/components/Drawer/Drawer.js +2 -1
  65. package/styled-components/es/components/ViewContainer/ViewContainer.js +31 -0
  66. package/styled-components/es/components/ViewContainer/ViewContainer.template-doc.mdx +82 -0
  67. package/styled-components/es/components/ViewContainer/_view/base.js +2 -0
  68. package/styled-components/es/components/ViewContainer/_view/tokens.json +1 -0
  69. package/styled-components/es/components/ViewContainer/index.js +1 -0
  70. package/styled-components/es/examples/_helpers.js +3 -14
  71. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.js +10 -0
  72. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.js +5 -0
  73. package/styled-components/es/examples/plasma_b2c/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  74. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.config.js +10 -0
  75. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.js +5 -0
  76. package/styled-components/es/examples/plasma_web/components/ViewContainer/ViewContainer.stories.tsx +65 -0
  77. package/styled-components/es/index.js +1 -1
  78. package/types/components/Drawer/Drawer.d.ts.map +1 -1
  79. package/types/components/ViewContainer/ViewContainer.d.ts +26 -0
  80. package/types/components/ViewContainer/ViewContainer.d.ts.map +1 -0
  81. package/types/components/ViewContainer/_view/base.d.ts.map +1 -0
  82. package/types/components/ViewContainer/index.d.ts +2 -0
  83. package/types/components/ViewContainer/index.d.ts.map +1 -0
  84. package/types/examples/_helpers.d.ts.map +1 -1
  85. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.d.ts +9 -0
  86. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.config.d.ts.map +1 -0
  87. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.d.ts +8 -0
  88. package/types/examples/plasma_b2c/components/ViewContainer/ViewContainer.d.ts.map +1 -0
  89. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.config.d.ts +9 -0
  90. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.config.d.ts.map +1 -0
  91. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.d.ts +8 -0
  92. package/types/examples/plasma_web/components/ViewContainer/ViewContainer.d.ts.map +1 -0
  93. package/types/index.d.ts +1 -1
  94. package/types/index.d.ts.map +1 -1
  95. package/cjs/components/NumberInput/NumberInput.css +0 -54
  96. package/cjs/components/NumberInput/NumberInput.js +0 -188
  97. package/cjs/components/NumberInput/NumberInput.js.map +0 -1
  98. package/cjs/components/NumberInput/NumberInput.styles.js +0 -9
  99. package/cjs/components/NumberInput/NumberInput.styles.js.map +0 -1
  100. package/cjs/components/NumberInput/NumberInput.styles_jeawjl.css +0 -1
  101. package/cjs/components/NumberInput/NumberInput.tokens.js +0 -90
  102. package/cjs/components/NumberInput/NumberInput.tokens.js.map +0 -1
  103. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -19
  104. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.js.map +0 -1
  105. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -22
  106. package/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +0 -1
  107. package/cjs/components/NumberInput/ui/Input/Input.css +0 -15
  108. package/cjs/components/NumberInput/ui/Input/Input.js +0 -190
  109. package/cjs/components/NumberInput/ui/Input/Input.js.map +0 -1
  110. package/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -96
  111. package/cjs/components/NumberInput/ui/Input/Input.styles.js.map +0 -1
  112. package/cjs/components/NumberInput/ui/Input/Input.styles_jszc0c.css +0 -8
  113. package/cjs/components/NumberInput/utils/index.js +0 -8
  114. package/cjs/components/NumberInput/utils/index.js.map +0 -1
  115. package/cjs/components/NumberInput/variations/_background-type/base.js +0 -9
  116. package/cjs/components/NumberInput/variations/_background-type/base.js.map +0 -1
  117. package/cjs/components/NumberInput/variations/_background-type/base_1jmdljr.css +0 -1
  118. package/cjs/components/NumberInput/variations/_clear/base.js +0 -9
  119. package/cjs/components/NumberInput/variations/_clear/base.js.map +0 -1
  120. package/cjs/components/NumberInput/variations/_clear/base_3l8dqb.css +0 -1
  121. package/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
  122. package/cjs/components/NumberInput/variations/_disabled/base.js.map +0 -1
  123. package/cjs/components/NumberInput/variations/_disabled/base_1sl0mh8.css +0 -1
  124. package/cjs/components/NumberInput/variations/_segmentation/base.js +0 -9
  125. package/cjs/components/NumberInput/variations/_segmentation/base.js.map +0 -1
  126. package/cjs/components/NumberInput/variations/_segmentation/base_nl8ve.css +0 -1
  127. package/cjs/components/NumberInput/variations/_shape/base.js +0 -9
  128. package/cjs/components/NumberInput/variations/_shape/base.js.map +0 -1
  129. package/cjs/components/NumberInput/variations/_shape/base_k05biw.css +0 -1
  130. package/cjs/components/NumberInput/variations/_size/base.js +0 -9
  131. package/cjs/components/NumberInput/variations/_size/base.js.map +0 -1
  132. package/cjs/components/NumberInput/variations/_size/base_1pju5qf.css +0 -1
  133. package/cjs/components/NumberInput/variations/_view/base.js.map +0 -1
  134. package/cjs/components/NumberInput/variations/_view/base_cghr9q.css +0 -1
  135. package/emotion/cjs/components/NumberInput/NumberInput.js +0 -198
  136. package/emotion/cjs/components/NumberInput/NumberInput.styles.js +0 -17
  137. package/emotion/cjs/components/NumberInput/NumberInput.tokens.js +0 -87
  138. package/emotion/cjs/components/NumberInput/NumberInput.types.js +0 -5
  139. package/emotion/cjs/components/NumberInput/index.js +0 -31
  140. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -18
  141. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -16
  142. package/emotion/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -5
  143. package/emotion/cjs/components/NumberInput/ui/Input/Input.js +0 -198
  144. package/emotion/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -82
  145. package/emotion/cjs/components/NumberInput/ui/Input/Input.types.js +0 -5
  146. package/emotion/cjs/components/NumberInput/ui/index.js +0 -19
  147. package/emotion/cjs/components/NumberInput/utils/index.js +0 -7
  148. package/emotion/cjs/components/NumberInput/variations/_background-type/base.js +0 -10
  149. package/emotion/cjs/components/NumberInput/variations/_background-type/tokens.json +0 -6
  150. package/emotion/cjs/components/NumberInput/variations/_clear/base.js +0 -12
  151. package/emotion/cjs/components/NumberInput/variations/_clear/tokens.json +0 -5
  152. package/emotion/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
  153. package/emotion/cjs/components/NumberInput/variations/_disabled/tokens.json +0 -4
  154. package/emotion/cjs/components/NumberInput/variations/_segmentation/base.js +0 -12
  155. package/emotion/cjs/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  156. package/emotion/cjs/components/NumberInput/variations/_shape/base.js +0 -11
  157. package/emotion/cjs/components/NumberInput/variations/_shape/tokens.json +0 -1
  158. package/emotion/cjs/components/NumberInput/variations/_size/base.js +0 -13
  159. package/emotion/cjs/components/NumberInput/variations/_size/tokens.json +0 -22
  160. package/emotion/cjs/components/NumberInput/variations/_view/base.js +0 -13
  161. package/emotion/cjs/components/NumberInput/variations/_view/tokens.json +0 -14
  162. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -48
  163. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -11
  164. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  165. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -48
  166. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +0 -11
  167. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  168. package/emotion/cjs/examples/themes/declaration.d.ts +0 -4
  169. package/emotion/cjs/examples/themes/index.js +0 -15
  170. package/emotion/cjs/examples/themes/plasma_b2c.module.css +0 -984
  171. package/emotion/cjs/examples/themes/plasma_web.module.css +0 -984
  172. package/emotion/es/components/NumberInput/NumberInput.js +0 -190
  173. package/emotion/es/components/NumberInput/NumberInput.styles.js +0 -11
  174. package/emotion/es/components/NumberInput/NumberInput.tokens.js +0 -81
  175. package/emotion/es/components/NumberInput/NumberInput.types.js +0 -1
  176. package/emotion/es/components/NumberInput/index.js +0 -2
  177. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -11
  178. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -9
  179. package/emotion/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -1
  180. package/emotion/es/components/NumberInput/ui/Input/Input.js +0 -189
  181. package/emotion/es/components/NumberInput/ui/Input/Input.styles.js +0 -75
  182. package/emotion/es/components/NumberInput/ui/Input/Input.types.js +0 -1
  183. package/emotion/es/components/NumberInput/ui/index.js +0 -2
  184. package/emotion/es/components/NumberInput/utils/index.js +0 -1
  185. package/emotion/es/components/NumberInput/variations/_background-type/base.js +0 -4
  186. package/emotion/es/components/NumberInput/variations/_background-type/tokens.json +0 -6
  187. package/emotion/es/components/NumberInput/variations/_clear/base.js +0 -6
  188. package/emotion/es/components/NumberInput/variations/_clear/tokens.json +0 -5
  189. package/emotion/es/components/NumberInput/variations/_disabled/base.js +0 -3
  190. package/emotion/es/components/NumberInput/variations/_disabled/tokens.json +0 -4
  191. package/emotion/es/components/NumberInput/variations/_segmentation/base.js +0 -6
  192. package/emotion/es/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  193. package/emotion/es/components/NumberInput/variations/_shape/base.js +0 -5
  194. package/emotion/es/components/NumberInput/variations/_shape/tokens.json +0 -1
  195. package/emotion/es/components/NumberInput/variations/_size/base.js +0 -7
  196. package/emotion/es/components/NumberInput/variations/_size/tokens.json +0 -22
  197. package/emotion/es/components/NumberInput/variations/_view/base.js +0 -7
  198. package/emotion/es/components/NumberInput/variations/_view/tokens.json +0 -14
  199. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -42
  200. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -5
  201. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  202. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -42
  203. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.js +0 -5
  204. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  205. package/emotion/es/examples/themes/declaration.d.ts +0 -4
  206. package/emotion/es/examples/themes/index.js +0 -7
  207. package/emotion/es/examples/themes/plasma_b2c.module.css +0 -984
  208. package/emotion/es/examples/themes/plasma_web.module.css +0 -984
  209. package/es/components/NumberInput/NumberInput.css +0 -54
  210. package/es/components/NumberInput/NumberInput.js +0 -183
  211. package/es/components/NumberInput/NumberInput.js.map +0 -1
  212. package/es/components/NumberInput/NumberInput.styles.js +0 -5
  213. package/es/components/NumberInput/NumberInput.styles.js.map +0 -1
  214. package/es/components/NumberInput/NumberInput.styles_jeawjl.css +0 -1
  215. package/es/components/NumberInput/NumberInput.tokens.js +0 -84
  216. package/es/components/NumberInput/NumberInput.tokens.js.map +0 -1
  217. package/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -15
  218. package/es/components/NumberInput/ui/ActionButton/ActionButton.js.map +0 -1
  219. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -18
  220. package/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js.map +0 -1
  221. package/es/components/NumberInput/ui/Input/Input.css +0 -15
  222. package/es/components/NumberInput/ui/Input/Input.js +0 -186
  223. package/es/components/NumberInput/ui/Input/Input.js.map +0 -1
  224. package/es/components/NumberInput/ui/Input/Input.styles.js +0 -85
  225. package/es/components/NumberInput/ui/Input/Input.styles.js.map +0 -1
  226. package/es/components/NumberInput/ui/Input/Input.styles_jszc0c.css +0 -8
  227. package/es/components/NumberInput/utils/index.js +0 -4
  228. package/es/components/NumberInput/utils/index.js.map +0 -1
  229. package/es/components/NumberInput/variations/_background-type/base.js +0 -5
  230. package/es/components/NumberInput/variations/_background-type/base.js.map +0 -1
  231. package/es/components/NumberInput/variations/_background-type/base_1jmdljr.css +0 -1
  232. package/es/components/NumberInput/variations/_clear/base.js +0 -5
  233. package/es/components/NumberInput/variations/_clear/base.js.map +0 -1
  234. package/es/components/NumberInput/variations/_clear/base_3l8dqb.css +0 -1
  235. package/es/components/NumberInput/variations/_disabled/base.js +0 -5
  236. package/es/components/NumberInput/variations/_disabled/base.js.map +0 -1
  237. package/es/components/NumberInput/variations/_disabled/base_1sl0mh8.css +0 -1
  238. package/es/components/NumberInput/variations/_segmentation/base.js.map +0 -1
  239. package/es/components/NumberInput/variations/_segmentation/base_nl8ve.css +0 -1
  240. package/es/components/NumberInput/variations/_shape/base.js +0 -5
  241. package/es/components/NumberInput/variations/_shape/base.js.map +0 -1
  242. package/es/components/NumberInput/variations/_shape/base_k05biw.css +0 -1
  243. package/es/components/NumberInput/variations/_size/base.js +0 -5
  244. package/es/components/NumberInput/variations/_size/base.js.map +0 -1
  245. package/es/components/NumberInput/variations/_size/base_1pju5qf.css +0 -1
  246. package/es/components/NumberInput/variations/_view/base.js +0 -5
  247. package/es/components/NumberInput/variations/_view/base.js.map +0 -1
  248. package/es/components/NumberInput/variations/_view/base_cghr9q.css +0 -1
  249. package/styled-components/cjs/components/NumberInput/NumberInput.js +0 -198
  250. package/styled-components/cjs/components/NumberInput/NumberInput.tokens.js +0 -87
  251. package/styled-components/cjs/components/NumberInput/NumberInput.types.js +0 -5
  252. package/styled-components/cjs/components/NumberInput/index.js +0 -31
  253. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.js +0 -18
  254. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -15
  255. package/styled-components/cjs/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -5
  256. package/styled-components/cjs/components/NumberInput/ui/Input/Input.js +0 -198
  257. package/styled-components/cjs/components/NumberInput/ui/Input/Input.styles.js +0 -49
  258. package/styled-components/cjs/components/NumberInput/ui/Input/Input.types.js +0 -5
  259. package/styled-components/cjs/components/NumberInput/ui/index.js +0 -19
  260. package/styled-components/cjs/components/NumberInput/utils/index.js +0 -7
  261. package/styled-components/cjs/components/NumberInput/variations/_background-type/base.js +0 -10
  262. package/styled-components/cjs/components/NumberInput/variations/_background-type/tokens.json +0 -6
  263. package/styled-components/cjs/components/NumberInput/variations/_clear/base.js +0 -12
  264. package/styled-components/cjs/components/NumberInput/variations/_clear/tokens.json +0 -5
  265. package/styled-components/cjs/components/NumberInput/variations/_disabled/base.js +0 -9
  266. package/styled-components/cjs/components/NumberInput/variations/_disabled/tokens.json +0 -4
  267. package/styled-components/cjs/components/NumberInput/variations/_segmentation/base.js +0 -12
  268. package/styled-components/cjs/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  269. package/styled-components/cjs/components/NumberInput/variations/_shape/base.js +0 -11
  270. package/styled-components/cjs/components/NumberInput/variations/_shape/tokens.json +0 -1
  271. package/styled-components/cjs/components/NumberInput/variations/_size/base.js +0 -13
  272. package/styled-components/cjs/components/NumberInput/variations/_size/tokens.json +0 -22
  273. package/styled-components/cjs/components/NumberInput/variations/_view/base.js +0 -13
  274. package/styled-components/cjs/components/NumberInput/variations/_view/tokens.json +0 -14
  275. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -48
  276. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -11
  277. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  278. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -48
  279. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.js +0 -11
  280. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  281. package/styled-components/cjs/examples/themes/declaration.d.ts +0 -4
  282. package/styled-components/cjs/examples/themes/index.js +0 -15
  283. package/styled-components/cjs/examples/themes/plasma_b2c.module.css +0 -984
  284. package/styled-components/cjs/examples/themes/plasma_web.module.css +0 -984
  285. package/styled-components/es/components/NumberInput/NumberInput.js +0 -190
  286. package/styled-components/es/components/NumberInput/NumberInput.styles.js +0 -2
  287. package/styled-components/es/components/NumberInput/NumberInput.tokens.js +0 -81
  288. package/styled-components/es/components/NumberInput/NumberInput.types.js +0 -1
  289. package/styled-components/es/components/NumberInput/index.js +0 -2
  290. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.js +0 -11
  291. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.styles.js +0 -8
  292. package/styled-components/es/components/NumberInput/ui/ActionButton/ActionButton.types.js +0 -1
  293. package/styled-components/es/components/NumberInput/ui/Input/Input.js +0 -189
  294. package/styled-components/es/components/NumberInput/ui/Input/Input.styles.js +0 -42
  295. package/styled-components/es/components/NumberInput/ui/Input/Input.types.js +0 -1
  296. package/styled-components/es/components/NumberInput/ui/index.js +0 -2
  297. package/styled-components/es/components/NumberInput/utils/index.js +0 -1
  298. package/styled-components/es/components/NumberInput/variations/_background-type/base.js +0 -4
  299. package/styled-components/es/components/NumberInput/variations/_background-type/tokens.json +0 -6
  300. package/styled-components/es/components/NumberInput/variations/_clear/base.js +0 -6
  301. package/styled-components/es/components/NumberInput/variations/_clear/tokens.json +0 -5
  302. package/styled-components/es/components/NumberInput/variations/_disabled/base.js +0 -3
  303. package/styled-components/es/components/NumberInput/variations/_disabled/tokens.json +0 -4
  304. package/styled-components/es/components/NumberInput/variations/_segmentation/base.js +0 -6
  305. package/styled-components/es/components/NumberInput/variations/_segmentation/tokens.json +0 -1
  306. package/styled-components/es/components/NumberInput/variations/_shape/base.js +0 -5
  307. package/styled-components/es/components/NumberInput/variations/_shape/tokens.json +0 -1
  308. package/styled-components/es/components/NumberInput/variations/_size/base.js +0 -7
  309. package/styled-components/es/components/NumberInput/variations/_size/tokens.json +0 -22
  310. package/styled-components/es/components/NumberInput/variations/_view/base.js +0 -7
  311. package/styled-components/es/components/NumberInput/variations/_view/tokens.json +0 -14
  312. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.config.js +0 -42
  313. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.js +0 -5
  314. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +0 -109
  315. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.config.js +0 -42
  316. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.js +0 -5
  317. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +0 -109
  318. package/styled-components/es/examples/themes/declaration.d.ts +0 -4
  319. package/styled-components/es/examples/themes/index.js +0 -7
  320. package/styled-components/es/examples/themes/plasma_b2c.module.css +0 -984
  321. package/styled-components/es/examples/themes/plasma_web.module.css +0 -984
  322. package/types/components/NumberInput/NumberInput.d.ts +0 -42
  323. package/types/components/NumberInput/NumberInput.d.ts.map +0 -1
  324. package/types/components/NumberInput/NumberInput.styles.d.ts +0 -2
  325. package/types/components/NumberInput/NumberInput.styles.d.ts.map +0 -1
  326. package/types/components/NumberInput/NumberInput.tokens.d.ts +0 -76
  327. package/types/components/NumberInput/NumberInput.tokens.d.ts.map +0 -1
  328. package/types/components/NumberInput/NumberInput.types.d.ts +0 -112
  329. package/types/components/NumberInput/NumberInput.types.d.ts.map +0 -1
  330. package/types/components/NumberInput/index.d.ts +0 -3
  331. package/types/components/NumberInput/index.d.ts.map +0 -1
  332. package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts +0 -4
  333. package/types/components/NumberInput/ui/ActionButton/ActionButton.d.ts.map +0 -1
  334. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +0 -45
  335. package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts.map +0 -1
  336. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts +0 -7
  337. package/types/components/NumberInput/ui/ActionButton/ActionButton.types.d.ts.map +0 -1
  338. package/types/components/NumberInput/ui/Input/Input.d.ts +0 -16
  339. package/types/components/NumberInput/ui/Input/Input.d.ts.map +0 -1
  340. package/types/components/NumberInput/ui/Input/Input.styles.d.ts +0 -30
  341. package/types/components/NumberInput/ui/Input/Input.styles.d.ts.map +0 -1
  342. package/types/components/NumberInput/ui/Input/Input.types.d.ts +0 -16
  343. package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +0 -1
  344. package/types/components/NumberInput/ui/index.d.ts +0 -3
  345. package/types/components/NumberInput/ui/index.d.ts.map +0 -1
  346. package/types/components/NumberInput/utils/index.d.ts +0 -2
  347. package/types/components/NumberInput/utils/index.d.ts.map +0 -1
  348. package/types/components/NumberInput/variations/_background-type/base.d.ts.map +0 -1
  349. package/types/components/NumberInput/variations/_clear/base.d.ts +0 -2
  350. package/types/components/NumberInput/variations/_clear/base.d.ts.map +0 -1
  351. package/types/components/NumberInput/variations/_disabled/base.d.ts +0 -2
  352. package/types/components/NumberInput/variations/_disabled/base.d.ts.map +0 -1
  353. package/types/components/NumberInput/variations/_segmentation/base.d.ts +0 -2
  354. package/types/components/NumberInput/variations/_segmentation/base.d.ts.map +0 -1
  355. package/types/components/NumberInput/variations/_shape/base.d.ts +0 -2
  356. package/types/components/NumberInput/variations/_shape/base.d.ts.map +0 -1
  357. package/types/components/NumberInput/variations/_size/base.d.ts +0 -2
  358. package/types/components/NumberInput/variations/_size/base.d.ts.map +0 -1
  359. package/types/components/NumberInput/variations/_view/base.d.ts +0 -2
  360. package/types/components/NumberInput/variations/_view/base.d.ts.map +0 -1
  361. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts +0 -41
  362. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.config.d.ts.map +0 -1
  363. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts +0 -84
  364. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts.map +0 -1
  365. package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts +0 -41
  366. package/types/examples/plasma_web/components/NumberInput/NumberInput.config.d.ts.map +0 -1
  367. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts +0 -84
  368. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts.map +0 -1
  369. package/types/examples/themes/index.d.ts +0 -6
  370. package/types/examples/themes/index.d.ts.map +0 -1
  371. /package/cjs/components/{NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css → ViewContainer/_view/base_x642ct.css} +0 -0
  372. /package/es/components/{NumberInput/ui/ActionButton/ActionButton.styles_x642ct.css → ViewContainer/_view/base_x642ct.css} +0 -0
  373. /package/types/components/{NumberInput/variations/_background-type → ViewContainer/_view}/base.d.ts +0 -0
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ViewContainer = void 0;
7
+ var _ViewContainer = /*#__PURE__*/require("../../../../components/ViewContainer");
8
+ var _engines = /*#__PURE__*/require("../../../../engines");
9
+ var _ViewContainer2 = /*#__PURE__*/require("./ViewContainer.config");
10
+ var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_ViewContainer.viewContainerConfig, _ViewContainer2.config);
11
+ var ViewContainer = exports.ViewContainer = /*#__PURE__*/(0, _engines.component)(mergedConfig);
@@ -0,0 +1,65 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import type { StoryObj, Meta } from '@storybook/react';
3
+
4
+ import { Button } from '../Button/Button';
5
+ import { TextField } from '../TextField/TextField';
6
+ import { Checkbox } from '../Checkbox/Checkbox';
7
+
8
+ import { ViewContainer } from './ViewContainer';
9
+
10
+ type StoryViewProps = ComponentProps<typeof ViewContainer>;
11
+
12
+ const meta: Meta<StoryViewProps> = {
13
+ title: 'plasma_web/ViewContainer',
14
+ };
15
+
16
+ export default meta;
17
+
18
+ type Story = StoryObj<StoryViewProps>;
19
+
20
+ const ViewExample = ({ view }: StoryViewProps) => {
21
+ const style = view
22
+ ? {
23
+ background: view === 'onDark' ? '#1a1a1a' : '#ededed',
24
+ color: view === 'onDark' ? 'white' : 'black',
25
+ }
26
+ : undefined;
27
+
28
+ return (
29
+ <>
30
+ <h4>view: {view ?? 'default'}</h4>
31
+ <div>
32
+ <ViewContainer
33
+ view={view}
34
+ style={{
35
+ ...style,
36
+ padding: '1rem',
37
+ borderRadius: '1rem',
38
+ display: 'flex',
39
+ flexDirection: 'column',
40
+ gap: '1rem',
41
+ }}
42
+ >
43
+ <h3 style={{ margin: 0 }}>Inside ViewContainer</h3>
44
+ <Button text="default Button" />
45
+ <Checkbox checked label="Label" />
46
+ <TextField value="Example Value" label="Label" labelPlacement="inner" />
47
+ </ViewContainer>
48
+ </div>
49
+ </>
50
+ );
51
+ };
52
+
53
+ export const Default: Story = {
54
+ render: () => {
55
+ return (
56
+ <>
57
+ <ViewExample />
58
+ <br />
59
+ <ViewExample view="onDark" />
60
+ <br />
61
+ <ViewExample view="onLight" />
62
+ </>
63
+ );
64
+ },
65
+ };
@@ -674,14 +674,14 @@ Object.keys(_Attach).forEach(function (key) {
674
674
  }
675
675
  });
676
676
  });
677
- var _NumberInput = /*#__PURE__*/require("./components/NumberInput");
678
- Object.keys(_NumberInput).forEach(function (key) {
677
+ var _ViewContainer = /*#__PURE__*/require("./components/ViewContainer");
678
+ Object.keys(_ViewContainer).forEach(function (key) {
679
679
  if (key === "default" || key === "__esModule") return;
680
- if (key in exports && exports[key] === _NumberInput[key]) return;
680
+ if (key in exports && exports[key] === _ViewContainer[key]) return;
681
681
  Object.defineProperty(exports, key, {
682
682
  enumerable: true,
683
683
  get: function get() {
684
- return _NumberInput[key];
684
+ return _ViewContainer[key];
685
685
  }
686
686
  });
687
687
  });
@@ -3,13 +3,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
3
3
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
5
  import React, { forwardRef, useMemo } from 'react';
6
- import { useFocusTrap, useForkRef, safeUseId } from '@salutejs/plasma-core';
6
+ import { useForkRef, safeUseId } from '@salutejs/plasma-core';
7
7
  import { component, mergeConfig } from '../../engines';
8
8
  import { usePopupContext } from '../Popup';
9
9
  import { Overlay } from '../Overlay';
10
10
  import { DEFAULT_Z_INDEX } from '../Popup/utils';
11
11
  import { panelConfig } from '../Panel';
12
12
  import { cx, getSizeValueFromProp } from '../../utils';
13
+ import { useFocusTrap } from '../../hooks';
13
14
  import { classes, tokens } from './Drawer.tokens';
14
15
  import { base as viewCSS } from './variations/_view/base';
15
16
  import { base as sizeCSS } from './variations/_size/base';
@@ -0,0 +1,40 @@
1
+ var _excluded = ["children"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
6
+ import React, { forwardRef } from 'react';
7
+ import { css } from '@emotion/react';
8
+ import { base as viewCSS } from './_view/base';
9
+ var base = process.env.NODE_ENV === "production" ? {
10
+ name: "y6axm9-plasma-new-hope__base",
11
+ styles: "position:relative;label:plasma-new-hope__base;"
12
+ } : {
13
+ name: "y6axm9-plasma-new-hope__base",
14
+ styles: "position:relative;label:plasma-new-hope__base;",
15
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVmlld0NvbnRhaW5lci9WaWV3Q29udGFpbmVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPZ0IiLCJmaWxlIjoiLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9WaWV3Q29udGFpbmVyL1ZpZXdDb250YWluZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0LCB7IGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB0eXBlIHsgUm9vdFByb3BzIH0gZnJvbSAnLi4vLi4vZW5naW5lcy90eXBlcyc7XG5cbmltcG9ydCB7IGJhc2UgYXMgdmlld0NTUyB9IGZyb20gJy4vX3ZpZXcvYmFzZSc7XG5cbmNvbnN0IGJhc2UgPSBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuYDtcblxuZXhwb3J0IHR5cGUgVmlld0NvbnRhaW5lckN1c3RvbVByb3BzID0ge1xuICAgIC8qKlxuICAgICAqINCS0LjQtCDQutC+0LzQv9C+0L3QtdC90YLQsFxuICAgICAqL1xuICAgIHZpZXc/OiBzdHJpbmc7XG59O1xuXG50eXBlIFZpZXdDb250YWluZXJQcm9wcyA9IFJlYWN0LkhUTUxBdHRyaWJ1dGVzPEhUTUxEaXZFbGVtZW50PiAmIFZpZXdDb250YWluZXJDdXN0b21Qcm9wcztcblxuZXhwb3J0IGNvbnN0IHZpZXdDb250YWluZXJSb290ID0gKFJvb3Q6IFJvb3RQcm9wczxIVE1MQW5jaG9yRWxlbWVudCwgVmlld0NvbnRhaW5lclByb3BzPikgPT5cbiAgICBmb3J3YXJkUmVmPEhUTUxBbmNob3JFbGVtZW50LCBWaWV3Q29udGFpbmVyUHJvcHM+KChwcm9wcywgcmVmKSA9PiB7XG4gICAgICAgIGNvbnN0IHsgY2hpbGRyZW4sIC4uLnJlc3QgfSA9IHByb3BzO1xuXG4gICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8Um9vdCByZWY9e3JlZn0gey4uLnJlc3R9PlxuICAgICAgICAgICAgICAgIHtjaGlsZHJlbn1cbiAgICAgICAgICAgIDwvUm9vdD5cbiAgICAgICAgKTtcbiAgICB9KTtcblxuZXhwb3J0IGNvbnN0IHZpZXdDb250YWluZXJDb25maWcgPSB7XG4gICAgbmFtZTogJ1ZpZXdDb250YWluZXInLFxuICAgIHRhZzogJ2RpdicsXG4gICAgbGF5b3V0OiB2aWV3Q29udGFpbmVyUm9vdCxcbiAgICBiYXNlLFxuICAgIHZhcmlhdGlvbnM6IHtcbiAgICAgICAgdmlldzoge1xuICAgICAgICAgICAgY3NzOiB2aWV3Q1NTLFxuICAgICAgICB9LFxuICAgIH0sXG4gICAgZGVmYXVsdHM6IHtcbiAgICAgICAgdmlldzogdW5kZWZpbmVkLFxuICAgIH0sXG59O1xuIl19 */",
16
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
17
+ };
18
+ export var viewContainerRoot = function viewContainerRoot(Root) {
19
+ return /*#__PURE__*/forwardRef(function (props, ref) {
20
+ var children = props.children,
21
+ rest = _objectWithoutProperties(props, _excluded);
22
+ return /*#__PURE__*/React.createElement(Root, _extends({
23
+ ref: ref
24
+ }, rest), children);
25
+ });
26
+ };
27
+ export var viewContainerConfig = {
28
+ name: 'ViewContainer',
29
+ tag: 'div',
30
+ layout: viewContainerRoot,
31
+ base: base,
32
+ variations: {
33
+ view: {
34
+ css: viewCSS
35
+ }
36
+ },
37
+ defaults: {
38
+ view: undefined
39
+ }
40
+ };
@@ -0,0 +1,82 @@
1
+ ---
2
+ id: viewContainer
3
+ title: ViewContainer
4
+ ---
5
+
6
+ import { PropsTable, Description } from '@site/src/components';
7
+
8
+ # ViewContainer
9
+ <Description name="ViewContainer" />
10
+ <PropsTable name="ViewContainer" exclude={['css']} />
11
+
12
+ # Описание
13
+
14
+ Данный компонент представляет собой обёртку, которая инвертирует токены компонент, которые в неё помещены, в зависимости от выбранного значения свойства view - `onDark` или `onLight`.
15
+
16
+ При этом, независимо от режима темы (тёмный или светлый) для всего приложения, токены внутри не будут меняться.
17
+
18
+ Этот механизм необходим для случаев, когда требуется отобразить компонент на специфичном бэкграунде, чтобы избежать наложение цветов.
19
+
20
+ # Пример использования
21
+
22
+ ```tsx live
23
+ import React from 'react';
24
+ import { ViewContainer, Button, Checkbox, TextField } from '@salutejs/{{ package }}';
25
+
26
+ export function App() {
27
+ return (
28
+ <div>
29
+ <ViewContainer
30
+ style=\{{
31
+ padding: '1rem',
32
+ borderRadius: '1rem',
33
+ display: 'flex',
34
+ flexDirection: 'column',
35
+ gap: '1rem',
36
+ }}
37
+ >
38
+ <h3 style=\{{ margin: 0 }}>Inside default ViewContainer</h3>
39
+ <Button text="default Button" />
40
+ <Checkbox checked label="Label" />
41
+ <TextField value="Example Value" label="Label" labelPlacement="inner" />
42
+ </ViewContainer>
43
+ <br />
44
+ <ViewContainer
45
+ view="onDark"
46
+ style=\{{
47
+ background: '#1a1a1a',
48
+ color: 'white',
49
+ padding: '1rem',
50
+ borderRadius: '1rem',
51
+ display: 'flex',
52
+ flexDirection: 'column',
53
+ gap: '1rem',
54
+ }}
55
+ >
56
+ <h3 style=\{{ margin: 0 }}>Inside onDark ViewContainer</h3>
57
+ <Button text="default Button" />
58
+ <Checkbox checked label="Label" />
59
+ <TextField value="Example Value" label="Label" labelPlacement="inner" />
60
+ </ViewContainer>
61
+ <br />
62
+ <ViewContainer
63
+ view="onLight"
64
+ style=\{{
65
+ background: '#ededed',
66
+ color: 'black',
67
+ padding: '1rem',
68
+ borderRadius: '1rem',
69
+ display: 'flex',
70
+ flexDirection: 'column',
71
+ gap: '1rem',
72
+ }}
73
+ >
74
+ <h3 style=\{{ margin: 0 }}>Inside onLight ViewContainer</h3>
75
+ <Button text="default Button" />
76
+ <Checkbox checked label="Label" />
77
+ <TextField value="Example Value" label="Label" labelPlacement="inner" />
78
+ </ViewContainer>
79
+ </div>
80
+ );
81
+ }
82
+ ```
@@ -0,0 +1,2 @@
1
+ import { css } from '@emotion/react';
2
+ export var base = /*#__PURE__*/css(";label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVmlld0NvbnRhaW5lci9fdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUV1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1ZpZXdDb250YWluZXIvX3ZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgYDtcbiJdfQ== */"));
@@ -0,0 +1 @@
1
+ export { viewContainerRoot, viewContainerConfig } from './ViewContainer';
@@ -6,20 +6,9 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
6
6
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
7
7
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
8
8
  import React from 'react';
9
- import { themes } from './themes';
10
- export var WithTheme = function WithTheme(Story, context) {
11
- var _themes$themeName;
12
- var themeType = context.globals.theme;
13
- var themeName = context.title.split('/')[0];
14
- return /*#__PURE__*/React.createElement("div", {
15
- id: "theme-root",
16
- className: themes === null || themes === void 0 || (_themes$themeName = themes[themeName]) === null || _themes$themeName === void 0 ? void 0 : _themes$themeName[themeType],
17
- style: {
18
- padding: '1rem',
19
- minHeight: '100vh',
20
- boxSizing: 'border-box'
21
- }
22
- }, /*#__PURE__*/React.createElement(Story, null));
9
+ // TODO: Удалить в отдельном пр из всех компонент
10
+ export var WithTheme = function WithTheme(Story) {
11
+ return /*#__PURE__*/React.createElement(Story, null);
23
12
  };
24
13
  export function argTypesFromConfig(config) {
25
14
  var exclude = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
@@ -0,0 +1,10 @@
1
+ import { css } from '@emotion/react';
2
+ import { viewContainer } from '@salutejs/plasma-themes/tokens/plasma_b2c';
3
+ export var config = {
4
+ variations: {
5
+ view: {
6
+ onDark: /*#__PURE__*/css(viewContainer.dark, ";;label:plasma-new-hope__onDark;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3BsYXNtYV9iMmMvY29tcG9uZW50cy9WaWV3Q29udGFpbmVyL1ZpZXdDb250YWluZXIuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU11QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy9wbGFzbWFfYjJjL2NvbXBvbmVudHMvVmlld0NvbnRhaW5lci9WaWV3Q29udGFpbmVyLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IHZpZXdDb250YWluZXIgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLXRoZW1lcy90b2tlbnMvcGxhc21hX2IyYyc7XG5cbmV4cG9ydCBjb25zdCBjb25maWcgPSB7XG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICB2aWV3OiB7XG4gICAgICAgICAgICBvbkRhcms6IGNzc2BcbiAgICAgICAgICAgICAgICAke3ZpZXdDb250YWluZXIuZGFya31cbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBvbkxpZ2h0OiBjc3NgXG4gICAgICAgICAgICAgICAgJHt2aWV3Q29udGFpbmVyLmxpZ2h0fVxuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */")),
7
+ onLight: /*#__PURE__*/css(viewContainer.light, ";;label:plasma-new-hope__onLight;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3BsYXNtYV9iMmMvY29tcG9uZW50cy9WaWV3Q29udGFpbmVyL1ZpZXdDb250YWluZXIuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVN3QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy9wbGFzbWFfYjJjL2NvbXBvbmVudHMvVmlld0NvbnRhaW5lci9WaWV3Q29udGFpbmVyLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IHZpZXdDb250YWluZXIgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLXRoZW1lcy90b2tlbnMvcGxhc21hX2IyYyc7XG5cbmV4cG9ydCBjb25zdCBjb25maWcgPSB7XG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICB2aWV3OiB7XG4gICAgICAgICAgICBvbkRhcms6IGNzc2BcbiAgICAgICAgICAgICAgICAke3ZpZXdDb250YWluZXIuZGFya31cbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBvbkxpZ2h0OiBjc3NgXG4gICAgICAgICAgICAgICAgJHt2aWV3Q29udGFpbmVyLmxpZ2h0fVxuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */"))
8
+ }
9
+ }
10
+ };
@@ -0,0 +1,5 @@
1
+ import { viewContainerConfig } from '../../../../components/ViewContainer';
2
+ import { component, mergeConfig } from '../../../../engines';
3
+ import { config } from './ViewContainer.config';
4
+ var mergedConfig = /*#__PURE__*/mergeConfig(viewContainerConfig, config);
5
+ export var ViewContainer = /*#__PURE__*/component(mergedConfig);
@@ -0,0 +1,65 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import type { StoryObj, Meta } from '@storybook/react';
3
+
4
+ import { Button } from '../Button/Button';
5
+ import { TextField } from '../TextField/TextField';
6
+ import { Checkbox } from '../Checkbox/Checkbox';
7
+
8
+ import { ViewContainer } from './ViewContainer';
9
+
10
+ type StoryViewProps = ComponentProps<typeof ViewContainer>;
11
+
12
+ const meta: Meta<StoryViewProps> = {
13
+ title: 'plasma_b2c/ViewContainer',
14
+ };
15
+
16
+ export default meta;
17
+
18
+ type Story = StoryObj<StoryViewProps>;
19
+
20
+ const ViewExample = ({ view }: StoryViewProps) => {
21
+ const style = view
22
+ ? {
23
+ background: view === 'onDark' ? '#1a1a1a' : '#ededed',
24
+ color: view === 'onDark' ? 'white' : 'black',
25
+ }
26
+ : undefined;
27
+
28
+ return (
29
+ <>
30
+ <h4>view: {view ?? 'default'}</h4>
31
+ <div>
32
+ <ViewContainer
33
+ view={view}
34
+ style={{
35
+ ...style,
36
+ padding: '1rem',
37
+ borderRadius: '1rem',
38
+ display: 'flex',
39
+ flexDirection: 'column',
40
+ gap: '1rem',
41
+ }}
42
+ >
43
+ <h3 style={{ margin: 0 }}>Inside ViewContainer</h3>
44
+ <Button text="default Button" />
45
+ <Checkbox checked label="Label" />
46
+ <TextField value="Example Value" label="Label" labelPlacement="inner" />
47
+ </ViewContainer>
48
+ </div>
49
+ </>
50
+ );
51
+ };
52
+
53
+ export const Default: Story = {
54
+ render: () => {
55
+ return (
56
+ <>
57
+ <ViewExample />
58
+ <br />
59
+ <ViewExample view="onDark" />
60
+ <br />
61
+ <ViewExample view="onLight" />
62
+ </>
63
+ );
64
+ },
65
+ };
@@ -0,0 +1,10 @@
1
+ import { css } from '@emotion/react';
2
+ import { viewContainer } from '@salutejs/plasma-themes/tokens/plasma_b2c';
3
+ export var config = {
4
+ variations: {
5
+ view: {
6
+ onDark: /*#__PURE__*/css(viewContainer.dark, ";;label:plasma-new-hope__onDark;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3BsYXNtYV93ZWIvY29tcG9uZW50cy9WaWV3Q29udGFpbmVyL1ZpZXdDb250YWluZXIuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU11QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy9wbGFzbWFfd2ViL2NvbXBvbmVudHMvVmlld0NvbnRhaW5lci9WaWV3Q29udGFpbmVyLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IHZpZXdDb250YWluZXIgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLXRoZW1lcy90b2tlbnMvcGxhc21hX2IyYyc7XG5cbmV4cG9ydCBjb25zdCBjb25maWcgPSB7XG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICB2aWV3OiB7XG4gICAgICAgICAgICBvbkRhcms6IGNzc2BcbiAgICAgICAgICAgICAgICAke3ZpZXdDb250YWluZXIuZGFya31cbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBvbkxpZ2h0OiBjc3NgXG4gICAgICAgICAgICAgICAgJHt2aWV3Q29udGFpbmVyLmxpZ2h0fVxuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */")),
7
+ onLight: /*#__PURE__*/css(viewContainer.light, ";;label:plasma-new-hope__onLight;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3BsYXNtYV93ZWIvY29tcG9uZW50cy9WaWV3Q29udGFpbmVyL1ZpZXdDb250YWluZXIuY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVN3QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy9wbGFzbWFfd2ViL2NvbXBvbmVudHMvVmlld0NvbnRhaW5lci9WaWV3Q29udGFpbmVyLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IHZpZXdDb250YWluZXIgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLXRoZW1lcy90b2tlbnMvcGxhc21hX2IyYyc7XG5cbmV4cG9ydCBjb25zdCBjb25maWcgPSB7XG4gICAgdmFyaWF0aW9uczoge1xuICAgICAgICB2aWV3OiB7XG4gICAgICAgICAgICBvbkRhcms6IGNzc2BcbiAgICAgICAgICAgICAgICAke3ZpZXdDb250YWluZXIuZGFya31cbiAgICAgICAgICAgIGAsXG4gICAgICAgICAgICBvbkxpZ2h0OiBjc3NgXG4gICAgICAgICAgICAgICAgJHt2aWV3Q29udGFpbmVyLmxpZ2h0fVxuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */"))
8
+ }
9
+ }
10
+ };
@@ -0,0 +1,5 @@
1
+ import { viewContainerConfig } from '../../../../components/ViewContainer';
2
+ import { component, mergeConfig } from '../../../../engines';
3
+ import { config } from './ViewContainer.config';
4
+ var mergedConfig = /*#__PURE__*/mergeConfig(viewContainerConfig, config);
5
+ export var ViewContainer = /*#__PURE__*/component(mergedConfig);
@@ -0,0 +1,65 @@
1
+ import React, { ComponentProps } from 'react';
2
+ import type { StoryObj, Meta } from '@storybook/react';
3
+
4
+ import { Button } from '../Button/Button';
5
+ import { TextField } from '../TextField/TextField';
6
+ import { Checkbox } from '../Checkbox/Checkbox';
7
+
8
+ import { ViewContainer } from './ViewContainer';
9
+
10
+ type StoryViewProps = ComponentProps<typeof ViewContainer>;
11
+
12
+ const meta: Meta<StoryViewProps> = {
13
+ title: 'plasma_web/ViewContainer',
14
+ };
15
+
16
+ export default meta;
17
+
18
+ type Story = StoryObj<StoryViewProps>;
19
+
20
+ const ViewExample = ({ view }: StoryViewProps) => {
21
+ const style = view
22
+ ? {
23
+ background: view === 'onDark' ? '#1a1a1a' : '#ededed',
24
+ color: view === 'onDark' ? 'white' : 'black',
25
+ }
26
+ : undefined;
27
+
28
+ return (
29
+ <>
30
+ <h4>view: {view ?? 'default'}</h4>
31
+ <div>
32
+ <ViewContainer
33
+ view={view}
34
+ style={{
35
+ ...style,
36
+ padding: '1rem',
37
+ borderRadius: '1rem',
38
+ display: 'flex',
39
+ flexDirection: 'column',
40
+ gap: '1rem',
41
+ }}
42
+ >
43
+ <h3 style={{ margin: 0 }}>Inside ViewContainer</h3>
44
+ <Button text="default Button" />
45
+ <Checkbox checked label="Label" />
46
+ <TextField value="Example Value" label="Label" labelPlacement="inner" />
47
+ </ViewContainer>
48
+ </div>
49
+ </>
50
+ );
51
+ };
52
+
53
+ export const Default: Story = {
54
+ render: () => {
55
+ return (
56
+ <>
57
+ <ViewExample />
58
+ <br />
59
+ <ViewExample view="onDark" />
60
+ <br />
61
+ <ViewExample view="onLight" />
62
+ </>
63
+ );
64
+ },
65
+ };
@@ -61,4 +61,4 @@ 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/NumberInput';
64
+ export * from './components/ViewContainer';
@@ -1,6 +1,6 @@
1
1
  import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
2
2
  import React, { forwardRef, useMemo } from 'react';
3
- import { useFocusTrap, useForkRef, safeUseId } from '@salutejs/plasma-core';
3
+ import { useForkRef, safeUseId } from '@salutejs/plasma-core';
4
4
  import { DEFAULT_Z_INDEX } from '../Popup/utils/index.js';
5
5
  import { cx } from '../../utils/index.js';
6
6
  import { classes, tokens } from './Drawer.tokens.js';
@@ -9,6 +9,7 @@ import { base as base$1 } from './variations/_size/base.js';
9
9
  import { base as base$2 } from './variations/_borderRadius/base.js';
10
10
  import { StyledPopup } from './Drawer.styles.js';
11
11
  import { getIdLastDrawer } from './DrawerContext.js';
12
+ import { useFocusTrap } from '../../hooks/useFocusTrap.js';
12
13
  import { usePopupContext } from '../Popup/PopupContext.js';
13
14
  import { useDrawer } from './hooks/useDrawer.js';
14
15
  import { Overlay } from '../Overlay/Overlay.js';
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.js","sources":["../../../src/components/Drawer/Drawer.tsx"],"sourcesContent":["import React, { forwardRef, useMemo } from 'react';\nimport { useFocusTrap, useForkRef, safeUseId } from '@salutejs/plasma-core';\n\nimport { component, mergeConfig } from '../../engines';\nimport type { RootProps } from '../../engines';\nimport { usePopupContext } from '../Popup';\nimport { Overlay } from '../Overlay';\nimport { DEFAULT_Z_INDEX } from '../Popup/utils';\nimport { panelConfig } from '../Panel';\nimport { cx, getSizeValueFromProp } from '../../utils';\n\nimport { classes, tokens } from './Drawer.tokens';\nimport type { DrawerProps } from './Drawer.types';\nimport { base as viewCSS } from './variations/_view/base';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as borderRadiusCSS } from './variations/_borderRadius/base';\nimport { StyledPopup } from './Drawer.styles';\nimport { getIdLastDrawer } from './DrawerContext';\nimport { useDrawer } from './hooks';\n\n// issue #823\nconst mergedPanelConfig = mergeConfig(panelConfig);\nconst Panel = component(mergedPanelConfig);\n\nexport const drawerRoot = (Root: RootProps<HTMLDivElement, DrawerProps>) =>\n forwardRef<HTMLDivElement, DrawerProps>(\n (\n {\n id,\n zIndex,\n popupInfo,\n withBlur,\n children,\n view,\n size,\n width,\n height,\n isOpen,\n opened,\n initialFocusRef,\n focusAfterRef,\n className,\n onClose,\n onOverlayClick,\n onEscKeyDown,\n offset,\n frame,\n borderRadius = 'none',\n placement = 'right',\n closeOnEsc = true,\n closeOnOverlayClick = true,\n asModal = true,\n ...rest\n },\n outerRef,\n ) => {\n const innerIsOpen = Boolean(isOpen || opened);\n\n const trapRef = useFocusTrap(true, initialFocusRef, focusAfterRef);\n const popupController = usePopupContext();\n\n const innerRef = useForkRef<HTMLDivElement>(trapRef, outerRef);\n\n const uniqId = safeUseId();\n const innerId = id || uniqId;\n const overlayBackgroundToken = withBlur\n ? `var(${tokens.drawerOverlayWithBlurColor})`\n : `var(${tokens.drawerOverlayColor})`;\n const innerWidth = width ? getSizeValueFromProp(width) : '100%';\n const innerHeight = height ? getSizeValueFromProp(height) : '100%';\n\n const placementClass = placement ? classes[`${placement}Placement` as keyof typeof classes] : undefined;\n\n const { drawerInfo } = useDrawer({\n id: innerId,\n isOpen: innerIsOpen,\n closeOnEsc,\n onEscKeyDown,\n onClose,\n popupInfo,\n disableScroll: asModal,\n });\n const transparent = useMemo(() => getIdLastDrawer(popupController.items) !== innerId, [\n innerId,\n popupController.items,\n ]);\n\n const onDrawerOverlayKeyDown = (event: React.MouseEvent<HTMLDivElement>) => {\n if (onOverlayClick) {\n onOverlayClick(event);\n return;\n }\n\n if (onClose) {\n onClose();\n }\n };\n\n return (\n <StyledPopup\n id={innerId}\n ref={asModal ? innerRef : outerRef}\n className={cx(placementClass)}\n opened={innerIsOpen}\n zIndex={zIndex}\n placement={placement}\n popupInfo={drawerInfo}\n frame={frame}\n width={innerWidth}\n height={innerHeight}\n offset={offset}\n withAnimation\n overlay={\n asModal && (\n <Root view={view}>\n <Overlay\n className={classes.overlay}\n zIndex={zIndex || DEFAULT_Z_INDEX}\n backgroundColorProperty={overlayBackgroundToken}\n withBlur={withBlur}\n transparent={transparent}\n isClickable={closeOnOverlayClick}\n onOverlayClick={onDrawerOverlayKeyDown}\n />\n </Root>\n )\n }\n {...rest}\n >\n <Root\n view={view}\n size={size}\n style={{ width: innerWidth, height: innerHeight }}\n borderRadius={borderRadius}\n >\n <Panel width={innerWidth} height={innerHeight} className={className}>\n {children}\n </Panel>\n </Root>\n </StyledPopup>\n );\n },\n );\n\nexport const drawerConfig = {\n name: 'Drawer',\n tag: 'div',\n layout: drawerRoot,\n base: '',\n variations: {\n view: {\n css: viewCSS,\n },\n size: {\n css: sizeCSS,\n },\n borderRadius: {\n css: borderRadiusCSS,\n },\n },\n defaults: {\n view: 'default',\n size: 'm',\n borderRadius: 'none',\n },\n};\n"],"names":["mergedPanelConfig","mergeConfig","panelConfig","Panel","component","drawerRoot","Root","forwardRef","_ref","outerRef","id","zIndex","popupInfo","withBlur","children","view","size","width","height","isOpen","opened","initialFocusRef","focusAfterRef","className","onClose","onOverlayClick","onEscKeyDown","offset","frame","_ref$borderRadius","borderRadius","_ref$placement","placement","_ref$closeOnEsc","closeOnEsc","_ref$closeOnOverlayCl","closeOnOverlayClick","_ref$asModal","asModal","rest","_objectWithoutProperties","_excluded","innerIsOpen","Boolean","trapRef","useFocusTrap","popupController","usePopupContext","innerRef","useForkRef","uniqId","safeUseId","innerId","overlayBackgroundToken","concat","tokens","drawerOverlayWithBlurColor","drawerOverlayColor","innerWidth","getSizeValueFromProp","innerHeight","placementClass","classes","undefined","_useDrawer","useDrawer","disableScroll","drawerInfo","transparent","useMemo","getIdLastDrawer","items","onDrawerOverlayKeyDown","event","React","createElement","StyledPopup","_extends","ref","cx","withAnimation","overlay","Overlay","DEFAULT_Z_INDEX","backgroundColorProperty","isClickable","style","drawerConfig","name","tag","layout","base","variations","css","viewCSS","sizeCSS","borderRadiusCSS","defaults"],"mappings":"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"}
1
+ {"version":3,"file":"Drawer.js","sources":["../../../src/components/Drawer/Drawer.tsx"],"sourcesContent":["import React, { forwardRef, useMemo } from 'react';\nimport { useForkRef, safeUseId } from '@salutejs/plasma-core';\n\nimport { component, mergeConfig } from '../../engines';\nimport type { RootProps } from '../../engines';\nimport { usePopupContext } from '../Popup';\nimport { Overlay } from '../Overlay';\nimport { DEFAULT_Z_INDEX } from '../Popup/utils';\nimport { panelConfig } from '../Panel';\nimport { cx, getSizeValueFromProp } from '../../utils';\nimport { useFocusTrap } from '../../hooks';\n\nimport { classes, tokens } from './Drawer.tokens';\nimport type { DrawerProps } from './Drawer.types';\nimport { base as viewCSS } from './variations/_view/base';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as borderRadiusCSS } from './variations/_borderRadius/base';\nimport { StyledPopup } from './Drawer.styles';\nimport { getIdLastDrawer } from './DrawerContext';\nimport { useDrawer } from './hooks';\n\n// issue #823\nconst mergedPanelConfig = mergeConfig(panelConfig);\nconst Panel = component(mergedPanelConfig);\n\nexport const drawerRoot = (Root: RootProps<HTMLDivElement, DrawerProps>) =>\n forwardRef<HTMLDivElement, DrawerProps>(\n (\n {\n id,\n zIndex,\n popupInfo,\n withBlur,\n children,\n view,\n size,\n width,\n height,\n isOpen,\n opened,\n initialFocusRef,\n focusAfterRef,\n className,\n onClose,\n onOverlayClick,\n onEscKeyDown,\n offset,\n frame,\n borderRadius = 'none',\n placement = 'right',\n closeOnEsc = true,\n closeOnOverlayClick = true,\n asModal = true,\n ...rest\n },\n outerRef,\n ) => {\n const innerIsOpen = Boolean(isOpen || opened);\n\n const trapRef = useFocusTrap(true, initialFocusRef, focusAfterRef);\n const popupController = usePopupContext();\n\n const innerRef = useForkRef<HTMLDivElement>(trapRef, outerRef);\n\n const uniqId = safeUseId();\n const innerId = id || uniqId;\n const overlayBackgroundToken = withBlur\n ? `var(${tokens.drawerOverlayWithBlurColor})`\n : `var(${tokens.drawerOverlayColor})`;\n const innerWidth = width ? getSizeValueFromProp(width) : '100%';\n const innerHeight = height ? getSizeValueFromProp(height) : '100%';\n\n const placementClass = placement ? classes[`${placement}Placement` as keyof typeof classes] : undefined;\n\n const { drawerInfo } = useDrawer({\n id: innerId,\n isOpen: innerIsOpen,\n closeOnEsc,\n onEscKeyDown,\n onClose,\n popupInfo,\n disableScroll: asModal,\n });\n const transparent = useMemo(() => getIdLastDrawer(popupController.items) !== innerId, [\n innerId,\n popupController.items,\n ]);\n\n const onDrawerOverlayKeyDown = (event: React.MouseEvent<HTMLDivElement>) => {\n if (onOverlayClick) {\n onOverlayClick(event);\n return;\n }\n\n if (onClose) {\n onClose();\n }\n };\n\n return (\n <StyledPopup\n id={innerId}\n ref={asModal ? innerRef : outerRef}\n className={cx(placementClass)}\n opened={innerIsOpen}\n zIndex={zIndex}\n placement={placement}\n popupInfo={drawerInfo}\n frame={frame}\n width={innerWidth}\n height={innerHeight}\n offset={offset}\n withAnimation\n overlay={\n asModal && (\n <Root view={view}>\n <Overlay\n className={classes.overlay}\n zIndex={zIndex || DEFAULT_Z_INDEX}\n backgroundColorProperty={overlayBackgroundToken}\n withBlur={withBlur}\n transparent={transparent}\n isClickable={closeOnOverlayClick}\n onOverlayClick={onDrawerOverlayKeyDown}\n />\n </Root>\n )\n }\n {...rest}\n >\n <Root\n view={view}\n size={size}\n style={{ width: innerWidth, height: innerHeight }}\n borderRadius={borderRadius}\n >\n <Panel width={innerWidth} height={innerHeight} className={className}>\n {children}\n </Panel>\n </Root>\n </StyledPopup>\n );\n },\n );\n\nexport const drawerConfig = {\n name: 'Drawer',\n tag: 'div',\n layout: drawerRoot,\n base: '',\n variations: {\n view: {\n css: viewCSS,\n },\n size: {\n css: sizeCSS,\n },\n borderRadius: {\n css: borderRadiusCSS,\n },\n },\n defaults: {\n view: 'default',\n size: 'm',\n borderRadius: 'none',\n },\n};\n"],"names":["mergedPanelConfig","mergeConfig","panelConfig","Panel","component","drawerRoot","Root","forwardRef","_ref","outerRef","id","zIndex","popupInfo","withBlur","children","view","size","width","height","isOpen","opened","initialFocusRef","focusAfterRef","className","onClose","onOverlayClick","onEscKeyDown","offset","frame","_ref$borderRadius","borderRadius","_ref$placement","placement","_ref$closeOnEsc","closeOnEsc","_ref$closeOnOverlayCl","closeOnOverlayClick","_ref$asModal","asModal","rest","_objectWithoutProperties","_excluded","innerIsOpen","Boolean","trapRef","useFocusTrap","popupController","usePopupContext","innerRef","useForkRef","uniqId","safeUseId","innerId","overlayBackgroundToken","concat","tokens","drawerOverlayWithBlurColor","drawerOverlayColor","innerWidth","getSizeValueFromProp","innerHeight","placementClass","classes","undefined","_useDrawer","useDrawer","disableScroll","drawerInfo","transparent","useMemo","getIdLastDrawer","items","onDrawerOverlayKeyDown","event","React","createElement","StyledPopup","_extends","ref","cx","withAnimation","overlay","Overlay","DEFAULT_Z_INDEX","backgroundColorProperty","isClickable","style","drawerConfig","name","tag","layout","base","variations","css","viewCSS","sizeCSS","borderRadiusCSS","defaults"],"mappings":"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"}
@@ -0,0 +1,33 @@
1
+ import './ViewContainer_yiqfcb.css';
2
+ import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
3
+ import React, { forwardRef } from 'react';
4
+ import { base as base$1 } from './_view/base.js';
5
+
6
+ var _excluded = ["children"];
7
+ var base = "bemjbnt";
8
+ var viewContainerRoot = function viewContainerRoot(Root) {
9
+ return /*#__PURE__*/forwardRef(function (props, ref) {
10
+ var children = props.children,
11
+ rest = _objectWithoutProperties(props, _excluded);
12
+ return /*#__PURE__*/React.createElement(Root, _extends({
13
+ ref: ref
14
+ }, rest), children);
15
+ });
16
+ };
17
+ var viewContainerConfig = {
18
+ name: 'ViewContainer',
19
+ tag: 'div',
20
+ layout: viewContainerRoot,
21
+ base: base,
22
+ variations: {
23
+ view: {
24
+ css: base$1
25
+ }
26
+ },
27
+ defaults: {
28
+ view: undefined
29
+ }
30
+ };
31
+
32
+ export { viewContainerConfig, viewContainerRoot };
33
+ //# sourceMappingURL=ViewContainer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewContainer.js","sources":["../../../src/components/ViewContainer/ViewContainer.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\nimport { css } from '@linaria/core';\n\nimport type { RootProps } from '../../engines/types';\n\nimport { base as viewCSS } from './_view/base';\n\nconst base = css`\n position: relative;\n`;\n\nexport type ViewContainerCustomProps = {\n /**\n * Вид компонента\n */\n view?: string;\n};\n\ntype ViewContainerProps = React.HTMLAttributes<HTMLDivElement> & ViewContainerCustomProps;\n\nexport const viewContainerRoot = (Root: RootProps<HTMLAnchorElement, ViewContainerProps>) =>\n forwardRef<HTMLAnchorElement, ViewContainerProps>((props, ref) => {\n const { children, ...rest } = props;\n\n return (\n <Root ref={ref} {...rest}>\n {children}\n </Root>\n );\n });\n\nexport const viewContainerConfig = {\n name: 'ViewContainer',\n tag: 'div',\n layout: viewContainerRoot,\n base,\n variations: {\n view: {\n css: viewCSS,\n },\n },\n defaults: {\n view: undefined,\n },\n};\n"],"names":["base","viewContainerRoot","Root","forwardRef","props","ref","children","rest","_excluded","React","createElement","_extends","viewContainerConfig","name","tag","layout","variations","view","css","viewCSS","defaults","undefined"],"mappings":";;;;;AAOA,IAAMA,IAAI,GAET,SAAA,CAAA;IAWYC,iBAAiB,GAAGA,SAApBA,iBAAiBA,CAAIC,IAAsD,EAAA;AAAA,EAAA,oBACpFC,UAAU,CAAwC,UAACC,KAAK,EAAEC,GAAG,EAAK;AAC9D,IAAA,IAAQC,QAAQ,GAAcF,KAAK,CAA3BE,QAAQ;AAAKC,MAAAA,IAAAA,GAAAA,wBAAAA,CAASH,KAAK,EAAAI,SAAA,CAAA,CAAA;AAEnC,IAAA,oBACIC,KAAA,CAAAC,aAAA,CAACR,IAAI,EAAAS,QAAA,CAAA;AAACN,MAAAA,GAAG,EAAEA,GAAAA;KAASE,EAAAA,IAAI,CACnBD,EAAAA,QACC,CAAC,CAAA;AAEf,GAAC,CAAC,CAAA;AAAA,EAAA;AAEC,IAAMM,mBAAmB,GAAG;AAC/BC,EAAAA,IAAI,EAAE,eAAe;AACrBC,EAAAA,GAAG,EAAE,KAAK;AACVC,EAAAA,MAAM,EAAEd,iBAAiB;AACzBD,EAAAA,IAAI,EAAJA,IAAI;AACJgB,EAAAA,UAAU,EAAE;AACRC,IAAAA,IAAI,EAAE;AACFC,MAAAA,GAAG,EAAEC,MAAAA;AACT,KAAA;GACH;AACDC,EAAAA,QAAQ,EAAE;AACNH,IAAAA,IAAI,EAAEI,SAAAA;AACV,GAAA;AACJ;;;;"}
@@ -0,0 +1 @@
1
+ .bemjbnt{position:relative;}
@@ -1,5 +1,5 @@
1
- import './base_nl8ve.css';
2
- var base = "bpps6rw";
1
+ import './base_x642ct.css';
2
+ var base = "bhhdltp";
3
3
 
4
4
  export { base };
5
5
  //# sourceMappingURL=base.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.js","sources":["../../../../src/components/ViewContainer/_view/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nexport const base = css``;\n"],"names":["base"],"mappings":"AAEO,IAAMA,IAAI,GAAQ;;;;"}