@salutejs/plasma-new-hope 0.317.0-canary.1888.14214679698.0 → 0.317.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/cjs/components/Table/Table.css +22 -24
  2. package/cjs/components/Table/Table.js +16 -11
  3. package/cjs/components/Table/Table.js.map +1 -1
  4. package/cjs/components/Table/Table.styles.js +11 -17
  5. package/cjs/components/Table/Table.styles.js.map +1 -1
  6. package/cjs/components/Table/Table.styles_1eg2zsx.css +11 -0
  7. package/cjs/components/Table/Table.tokens.js +0 -9
  8. package/cjs/components/Table/Table.tokens.js.map +1 -1
  9. package/cjs/components/Table/ui/Cell/Cell.css +22 -24
  10. package/cjs/components/Table/ui/Cell/Cell.js.map +1 -1
  11. package/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
  12. package/cjs/components/Table/ui/Cell/Cell.styles.js.map +1 -1
  13. package/cjs/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +1 -0
  14. package/cjs/components/Table/ui/EditableCell/EditableCell.css +23 -25
  15. package/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
  16. package/cjs/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
  17. package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  18. package/cjs/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
  19. package/cjs/components/Table/ui/EditableCell/{EditableCell.styles_d8duzc.css → EditableCell.styles_277bjm.css} +2 -2
  20. package/cjs/components/Table/ui/HeadCell/HeadCell.css +22 -24
  21. package/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  22. package/cjs/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
  23. package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +1 -7
  24. package/cjs/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
  25. package/{es/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css → cjs/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css} +0 -1
  26. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +22 -24
  27. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  28. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
  29. package/cjs/engines/linaria.js +4 -2
  30. package/cjs/engines/linaria.js.map +1 -1
  31. package/cjs/index.css +24 -26
  32. package/emotion/cjs/components/Table/Table.js +16 -14
  33. package/emotion/cjs/components/Table/Table.styles.js +16 -20
  34. package/emotion/cjs/components/Table/Table.tokens.js +1 -9
  35. package/emotion/cjs/components/Table/ui/Cell/Cell.styles.js +2 -2
  36. package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
  37. package/emotion/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +9 -9
  38. package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  39. package/emotion/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +5 -17
  40. package/emotion/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  41. package/emotion/cjs/components/Typography/Typography.template-doc.mdx +16 -0
  42. package/emotion/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  43. package/emotion/cjs/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  44. package/emotion/cjs/examples/typography/components/Body/Body.stories.tsx +4 -1
  45. package/emotion/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  46. package/emotion/cjs/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  47. package/emotion/cjs/examples/typography/components/Text/Text.stories.tsx +4 -1
  48. package/emotion/es/components/Table/Table.js +17 -15
  49. package/emotion/es/components/Table/Table.styles.js +15 -19
  50. package/emotion/es/components/Table/Table.tokens.js +0 -8
  51. package/emotion/es/components/Table/ui/Cell/Cell.styles.js +2 -2
  52. package/emotion/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
  53. package/emotion/es/components/Table/ui/EditableCell/EditableCell.styles.js +10 -10
  54. package/emotion/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  55. package/emotion/es/components/Table/ui/HeadCell/HeadCell.styles.js +4 -16
  56. package/emotion/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  57. package/emotion/es/components/Typography/Typography.template-doc.mdx +16 -0
  58. package/emotion/es/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  59. package/emotion/es/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  60. package/emotion/es/examples/typography/components/Body/Body.stories.tsx +4 -1
  61. package/emotion/es/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  62. package/emotion/es/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  63. package/emotion/es/examples/typography/components/Text/Text.stories.tsx +4 -1
  64. package/es/components/Table/Table.css +22 -24
  65. package/es/components/Table/Table.js +18 -13
  66. package/es/components/Table/Table.js.map +1 -1
  67. package/es/components/Table/Table.styles.js +12 -17
  68. package/es/components/Table/Table.styles.js.map +1 -1
  69. package/es/components/Table/Table.styles_1eg2zsx.css +11 -0
  70. package/es/components/Table/Table.tokens.js +1 -9
  71. package/es/components/Table/Table.tokens.js.map +1 -1
  72. package/es/components/Table/ui/Cell/Cell.css +22 -24
  73. package/es/components/Table/ui/Cell/Cell.js.map +1 -1
  74. package/es/components/Table/ui/Cell/Cell.styles.js +1 -1
  75. package/es/components/Table/ui/Cell/Cell.styles.js.map +1 -1
  76. package/es/components/Table/ui/Cell/Cell.styles_1ikyrwt.css +1 -0
  77. package/es/components/Table/ui/EditableCell/EditableCell.css +23 -25
  78. package/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
  79. package/es/components/Table/ui/EditableCell/EditableCell.js.map +1 -1
  80. package/es/components/Table/ui/EditableCell/EditableCell.styles.js +5 -5
  81. package/es/components/Table/ui/EditableCell/EditableCell.styles.js.map +1 -1
  82. package/es/components/Table/ui/EditableCell/{EditableCell.styles_d8duzc.css → EditableCell.styles_277bjm.css} +2 -2
  83. package/es/components/Table/ui/HeadCell/HeadCell.css +22 -24
  84. package/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  85. package/es/components/Table/ui/HeadCell/HeadCell.js.map +1 -1
  86. package/es/components/Table/ui/HeadCell/HeadCell.styles.js +2 -7
  87. package/es/components/Table/ui/HeadCell/HeadCell.styles.js.map +1 -1
  88. package/{cjs/components/Table/ui/HeadCell/HeadCell.styles_155gsrn.css → es/components/Table/ui/HeadCell/HeadCell.styles_1lo3lcf.css} +0 -1
  89. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +22 -24
  90. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  91. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.js.map +1 -1
  92. package/es/engines/linaria.js +4 -2
  93. package/es/engines/linaria.js.map +1 -1
  94. package/es/index.css +24 -26
  95. package/package.json +2 -2
  96. package/styled-components/cjs/components/Table/Table.js +16 -14
  97. package/styled-components/cjs/components/Table/Table.styles.js +10 -13
  98. package/styled-components/cjs/components/Table/Table.tokens.js +1 -9
  99. package/styled-components/cjs/components/Table/ui/Cell/Cell.styles.js +1 -1
  100. package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.js +9 -15
  101. package/styled-components/cjs/components/Table/ui/EditableCell/EditableCell.styles.js +3 -3
  102. package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.js +9 -9
  103. package/styled-components/cjs/components/Table/ui/HeadCell/HeadCell.styles.js +2 -5
  104. package/styled-components/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  105. package/styled-components/cjs/components/Typography/Typography.template-doc.mdx +16 -0
  106. package/styled-components/cjs/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  107. package/styled-components/cjs/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  108. package/styled-components/cjs/examples/typography/components/Body/Body.stories.tsx +4 -1
  109. package/styled-components/cjs/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  110. package/styled-components/cjs/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  111. package/styled-components/cjs/examples/typography/components/Text/Text.stories.tsx +4 -1
  112. package/styled-components/es/components/Table/Table.js +17 -15
  113. package/styled-components/es/components/Table/Table.styles.js +9 -12
  114. package/styled-components/es/components/Table/Table.tokens.js +0 -8
  115. package/styled-components/es/components/Table/ui/Cell/Cell.styles.js +1 -1
  116. package/styled-components/es/components/Table/ui/EditableCell/EditableCell.js +9 -15
  117. package/styled-components/es/components/Table/ui/EditableCell/EditableCell.styles.js +4 -4
  118. package/styled-components/es/components/Table/ui/HeadCell/HeadCell.js +10 -10
  119. package/styled-components/es/components/Table/ui/HeadCell/HeadCell.styles.js +1 -4
  120. package/styled-components/es/components/Table/ui/HeadCell/ui/Filter/Filter.js +1 -3
  121. package/styled-components/es/components/Typography/Typography.template-doc.mdx +16 -0
  122. package/styled-components/es/examples/plasma_b2c/components/Table/Table.stories.tsx +6 -7
  123. package/styled-components/es/examples/plasma_web/components/Table/Table.stories.tsx +6 -7
  124. package/styled-components/es/examples/typography/components/Body/Body.stories.tsx +4 -1
  125. package/styled-components/es/examples/typography/components/Dspl/Dspl.stories.tsx +4 -1
  126. package/styled-components/es/examples/typography/components/Heading/Heading.stories.tsx +4 -1
  127. package/styled-components/es/examples/typography/components/Text/Text.stories.tsx +4 -1
  128. package/types/components/Table/Table.d.ts +15 -2
  129. package/types/components/Table/Table.d.ts.map +1 -1
  130. package/types/components/Table/Table.styles.d.ts +0 -1
  131. package/types/components/Table/Table.styles.d.ts.map +1 -1
  132. package/types/components/Table/Table.tokens.d.ts +0 -8
  133. package/types/components/Table/Table.tokens.d.ts.map +1 -1
  134. package/types/components/Table/Table.types.d.ts +1 -11
  135. package/types/components/Table/Table.types.d.ts.map +1 -1
  136. package/types/components/Table/ui/Cell/Cell.d.ts +2 -3
  137. package/types/components/Table/ui/Cell/Cell.d.ts.map +1 -1
  138. package/types/components/Table/ui/EditableCell/EditableCell.d.ts +1 -12
  139. package/types/components/Table/ui/EditableCell/EditableCell.d.ts.map +1 -1
  140. package/types/components/Table/ui/HeadCell/HeadCell.d.ts +1 -11
  141. package/types/components/Table/ui/HeadCell/HeadCell.d.ts.map +1 -1
  142. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts +0 -1
  143. package/types/components/Table/ui/HeadCell/HeadCell.styles.d.ts.map +1 -1
  144. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts +1 -10
  145. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.d.ts.map +1 -1
  146. package/types/components/Typography/Body/Body.d.ts +2 -2
  147. package/types/components/Typography/Body/Body.d.ts.map +1 -1
  148. package/types/components/Typography/Dspl/Dspl.d.ts +2 -2
  149. package/types/components/Typography/Dspl/Dspl.d.ts.map +1 -1
  150. package/types/components/Typography/Heading/Heading.d.ts +2 -2
  151. package/types/components/Typography/Heading/Heading.d.ts.map +1 -1
  152. package/types/components/Typography/Text/Text.d.ts +2 -2
  153. package/types/components/Typography/Text/Text.d.ts.map +1 -1
  154. package/types/components/Typography/Typography.d.ts +1 -1
  155. package/types/components/Typography/Typography.d.ts.map +1 -1
  156. package/types/components/Typography/Typography.types.d.ts +2 -1
  157. package/types/components/Typography/Typography.types.d.ts.map +1 -1
  158. package/cjs/components/Table/Table.styles_xngwgy.css +0 -12
  159. package/cjs/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +0 -1
  160. package/emotion/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
  161. package/emotion/cjs/examples/typography/components/Old/Body/Body.js +0 -11
  162. package/emotion/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  163. package/emotion/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
  164. package/emotion/cjs/examples/typography/components/Old/Button/Button.js +0 -11
  165. package/emotion/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  166. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
  167. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
  168. package/emotion/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  169. package/emotion/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
  170. package/emotion/cjs/examples/typography/components/Old/Display/Display.js +0 -11
  171. package/emotion/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  172. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
  173. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
  174. package/emotion/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  175. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
  176. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
  177. package/emotion/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  178. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
  179. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
  180. package/emotion/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  181. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
  182. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
  183. package/emotion/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  184. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
  185. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
  186. package/emotion/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  187. package/emotion/es/examples/typography/components/Old/Body/Body.config.js +0 -14
  188. package/emotion/es/examples/typography/components/Old/Body/Body.js +0 -5
  189. package/emotion/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  190. package/emotion/es/examples/typography/components/Old/Button/Button.config.js +0 -13
  191. package/emotion/es/examples/typography/components/Old/Button/Button.js +0 -5
  192. package/emotion/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  193. package/emotion/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
  194. package/emotion/es/examples/typography/components/Old/Caption/Caption.js +0 -5
  195. package/emotion/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  196. package/emotion/es/examples/typography/components/Old/Display/Display.config.js +0 -14
  197. package/emotion/es/examples/typography/components/Old/Display/Display.js +0 -5
  198. package/emotion/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  199. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
  200. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
  201. package/emotion/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  202. package/emotion/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
  203. package/emotion/es/examples/typography/components/Old/Headline/Headline.js +0 -5
  204. package/emotion/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  205. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
  206. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
  207. package/emotion/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  208. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
  209. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
  210. package/emotion/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  211. package/emotion/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
  212. package/emotion/es/examples/typography/components/Old/Underline/Underline.js +0 -5
  213. package/emotion/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  214. package/es/components/Table/Table.styles_xngwgy.css +0 -12
  215. package/es/components/Table/ui/Cell/Cell.styles_1q2mjxm.css +0 -1
  216. package/styled-components/cjs/examples/typography/components/Old/Body/Body.config.js +0 -20
  217. package/styled-components/cjs/examples/typography/components/Old/Body/Body.js +0 -11
  218. package/styled-components/cjs/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  219. package/styled-components/cjs/examples/typography/components/Old/Button/Button.config.js +0 -19
  220. package/styled-components/cjs/examples/typography/components/Old/Button/Button.js +0 -11
  221. package/styled-components/cjs/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  222. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.config.js +0 -18
  223. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.js +0 -11
  224. package/styled-components/cjs/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  225. package/styled-components/cjs/examples/typography/components/Old/Display/Display.config.js +0 -20
  226. package/styled-components/cjs/examples/typography/components/Old/Display/Display.js +0 -11
  227. package/styled-components/cjs/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  228. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.config.js +0 -19
  229. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.js +0 -11
  230. package/styled-components/cjs/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  231. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.config.js +0 -21
  232. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.js +0 -11
  233. package/styled-components/cjs/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  234. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -19
  235. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.js +0 -11
  236. package/styled-components/cjs/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  237. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -18
  238. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.js +0 -11
  239. package/styled-components/cjs/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  240. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.config.js +0 -18
  241. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.js +0 -11
  242. package/styled-components/cjs/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
  243. package/styled-components/es/examples/typography/components/Old/Body/Body.config.js +0 -14
  244. package/styled-components/es/examples/typography/components/Old/Body/Body.js +0 -5
  245. package/styled-components/es/examples/typography/components/Old/Body/Body.stories.tsx +0 -40
  246. package/styled-components/es/examples/typography/components/Old/Button/Button.config.js +0 -13
  247. package/styled-components/es/examples/typography/components/Old/Button/Button.js +0 -5
  248. package/styled-components/es/examples/typography/components/Old/Button/Button.stories.tsx +0 -40
  249. package/styled-components/es/examples/typography/components/Old/Caption/Caption.config.js +0 -12
  250. package/styled-components/es/examples/typography/components/Old/Caption/Caption.js +0 -5
  251. package/styled-components/es/examples/typography/components/Old/Caption/Caption.stories.tsx +0 -40
  252. package/styled-components/es/examples/typography/components/Old/Display/Display.config.js +0 -14
  253. package/styled-components/es/examples/typography/components/Old/Display/Display.js +0 -5
  254. package/styled-components/es/examples/typography/components/Old/Display/Display.stories.tsx +0 -40
  255. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.config.js +0 -13
  256. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.js +0 -5
  257. package/styled-components/es/examples/typography/components/Old/Footnote/Footnote.stories.tsx +0 -40
  258. package/styled-components/es/examples/typography/components/Old/Headline/Headline.config.js +0 -15
  259. package/styled-components/es/examples/typography/components/Old/Headline/Headline.js +0 -5
  260. package/styled-components/es/examples/typography/components/Old/Headline/Headline.stories.tsx +0 -40
  261. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.config.js +0 -13
  262. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.js +0 -5
  263. package/styled-components/es/examples/typography/components/Old/Paragraph/Paragraph.stories.tsx +0 -42
  264. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.config.js +0 -12
  265. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.js +0 -5
  266. package/styled-components/es/examples/typography/components/Old/Subtitle/Subtitle.stories.tsx +0 -39
  267. package/styled-components/es/examples/typography/components/Old/Underline/Underline.config.js +0 -12
  268. package/styled-components/es/examples/typography/components/Old/Underline/Underline.js +0 -5
  269. package/styled-components/es/examples/typography/components/Old/Underline/Underline.stories.tsx +0 -40
@@ -1,4 +1,4 @@
1
- var _Resizer;
1
+ var _IconEditOutline, _Resizer;
2
2
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
3
3
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
4
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -12,7 +12,6 @@ import { SELECT_COLUMN_ID } from '../../Table';
12
12
  import { useOutsideClick } from '../../../../hooks';
13
13
  import { IconEditOutline, IconResetOutline, IconDoneCircleOutline } from '../../../_Icon';
14
14
  import { getIconSize } from '../HeadCell/HeadCell';
15
- import { classes } from '../../Table.tokens';
16
15
  import { ContentWrapper, Td, IconDoneButton, Input, InnerWrapper, InputWrapper, EditModeWrapper, IconResetButton } from './EditableCell.styles';
17
16
  var keys = {
18
17
  Enter: 'Enter',
@@ -20,13 +19,12 @@ var keys = {
20
19
  Escape: 'Escape'
21
20
  };
22
21
  export var EditableCell = function EditableCell(_ref) {
23
- var _table$options$meta;
24
22
  var size = _ref.size,
25
- view = _ref.view,
26
23
  cell = _ref.cell,
27
24
  borderVariant = _ref.borderVariant,
28
25
  table = _ref.table,
29
- selected = _ref.selected;
26
+ selected = _ref.selected,
27
+ view = _ref.view;
30
28
  var _useState = useState(cell.getValue()),
31
29
  _useState2 = _slicedToArray(_useState, 2),
32
30
  value = _useState2[0],
@@ -35,7 +33,7 @@ export var EditableCell = function EditableCell(_ref) {
35
33
  _useState4 = _slicedToArray(_useState3, 2),
36
34
  editingMode = _useState4[0],
37
35
  setEditingMode = _useState4[1];
38
- var updateData = (_table$options$meta = table.options.meta) === null || _table$options$meta === void 0 ? void 0 : _table$options$meta.updateData;
36
+ var updateData = table.options.meta.updateData;
39
37
  var ref = useOutsideClick(function () {
40
38
  setEditingMode(false);
41
39
  });
@@ -52,18 +50,14 @@ export var EditableCell = function EditableCell(_ref) {
52
50
  };
53
51
  var handleSubmit = function handleSubmit(e) {
54
52
  e.stopPropagation();
55
- if (updateData) {
56
- updateData(cell.row.id, cell.column.id, value);
57
- }
53
+ updateData(cell.row.id, cell.column.id, value);
58
54
  setEditingMode(false);
59
55
  };
60
56
  var handleKeyDown = function handleKeyDown(event) {
61
57
  switch (event.code) {
62
58
  case keys.Enter:
63
59
  {
64
- if (updateData) {
65
- updateData(cell.row.id, cell.column.id, value);
66
- }
60
+ updateData(cell.row.id, cell.column.id, value);
67
61
  setEditingMode(false);
68
62
  break;
69
63
  }
@@ -103,11 +97,11 @@ export var EditableCell = function EditableCell(_ref) {
103
97
  tabIndex: -1
104
98
  }, /*#__PURE__*/React.createElement(IconDoneCircleOutline, {
105
99
  size: getIconSize(size)
106
- }))) : /*#__PURE__*/React.createElement(ContentWrapper, null, flexRender(cell.column.columnDef.cell, cell.getContext()), /*#__PURE__*/React.createElement(IconEditOutline, {
100
+ }))) : /*#__PURE__*/React.createElement(ContentWrapper, null, flexRender(cell.column.columnDef.cell, cell.getContext()), _IconEditOutline || (_IconEditOutline = /*#__PURE__*/React.createElement(IconEditOutline, {
107
101
  size: "xs",
108
- className: classes.editIcon,
102
+ className: "editIcon",
109
103
  color: "var(--text-secondary)"
110
- }))), cell.column.getIsResizing() && (_Resizer || (_Resizer = /*#__PURE__*/React.createElement(Resizer, {
104
+ })))), cell.column.getIsResizing() && (_Resizer || (_Resizer = /*#__PURE__*/React.createElement(Resizer, {
111
105
  isResizing: true
112
106
  }))));
113
107
  };
@@ -1,12 +1,12 @@
1
1
  import styled from 'styled-components';
2
2
  import { component, mergeConfig } from '../../../../engines';
3
- import { tableTokens as tokens, classes } from '../../Table.tokens';
3
+ import { tableTokens as tokens } from '../../Table.tokens';
4
4
  import { iconButtonConfig, iconButtonTokens } from '../../../IconButton';
5
5
  var mergedIndicatorConfig = /*#__PURE__*/mergeConfig(iconButtonConfig);
6
6
  var IconButton = /*#__PURE__*/component(mergedIndicatorConfig);
7
7
  export var Td = /*#__PURE__*/styled.td.withConfig({
8
8
  componentId: "plasma-new-hope__sc-1uu72a1-0"
9
- })(["position:relative;padding:", ";height:var(", ");border-width:0.0625rem;border-top-width:0;border-style:solid;border-color:", ";border-bottom-color:", ";cursor:pointer;box-sizing:border-box;& .", "{opacity:0;}&:hover .", "{opacity:1;}"], function (_ref) {
9
+ })(["position:relative;padding:", ";height:var(", ");border-width:1px;border-top-width:0;border-style:solid;border-color:", ";border-bottom-color:", ";cursor:pointer;box-sizing:border-box;& .editIcon{opacity:0;}&:hover .editIcon{opacity:1;}"], function (_ref) {
10
10
  var selectionCell = _ref.selectionCell,
11
11
  editingMode = _ref.editingMode;
12
12
  return (
@@ -24,7 +24,7 @@ export var Td = /*#__PURE__*/styled.td.withConfig({
24
24
  }, function (_ref3) {
25
25
  var borderVariant = _ref3.borderVariant;
26
26
  return borderVariant === 'all' || borderVariant === 'rows' ? "var(".concat(tokens.borderColor, ")") : 'transparent';
27
- }, classes.editIcon, classes.editIcon);
27
+ });
28
28
  export var InnerWrapper = /*#__PURE__*/styled.div.withConfig({
29
29
  componentId: "plasma-new-hope__sc-1uu72a1-1"
30
30
  })(["display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;"]);
@@ -36,7 +36,7 @@ export var EditModeWrapper = /*#__PURE__*/styled.div.withConfig({
36
36
  })(["display:flex;align-items:center;justify-content:space-between;gap:var(", ");height:100%;"], tokens.editableCellPadding);
37
37
  export var InputWrapper = /*#__PURE__*/styled.div.withConfig({
38
38
  componentId: "plasma-new-hope__sc-1uu72a1-4"
39
- })(["display:flex;align-items:center;height:100%;flex:1;padding:var(", ");background:var(", ");border:0.0625rem solid var(", ");border-radius:var(", ");box-sizing:border-box;gap:var(", ");"], tokens.editableCellInputPadding, tokens.editableCellInputBackground, tokens.editableCellInputBorderColor, tokens.editableCellInputBorderRadius, tokens.editableCellIconGap);
39
+ })(["display:flex;align-items:center;height:100%;flex:1;padding:var(", ");background:var(", ");border:1px solid var(", ");border-radius:var(", ");box-sizing:border-box;gap:var(", ");"], tokens.editableCellInputPadding, tokens.editableCellInputBackground, tokens.editableCellInputBorderColor, tokens.editableCellInputBorderRadius, tokens.editableCellIconGap);
40
40
  export var Input = /*#__PURE__*/styled.input.withConfig({
41
41
  componentId: "plasma-new-hope__sc-1uu72a1-5"
42
42
  })(["width:auto;border:none;padding:0;background:transparent;outline:none;caret-color:var(--text-accent);font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight);
@@ -3,8 +3,7 @@ import React from 'react';
3
3
  import { Th, Resizer } from '../../Table.styles';
4
4
  import { IconSwapVert, IconArrowDown, IconArrowUp } from '../../../_Icon';
5
5
  import { SELECT_COLUMN_ID } from '../../Table';
6
- import { classes } from '../../Table.tokens';
7
- import { ControlButtons, ThWrapper, IconWrapper } from './HeadCell.styles';
6
+ import { ControlButtons, ThWrapper } from './HeadCell.styles';
8
7
  import { Filter } from './ui/Filter/Filter';
9
8
  export var getIconSize = function getIconSize(size) {
10
9
  return size === 's' ? 'xs' : 's';
@@ -31,22 +30,23 @@ export var HeadCell = function HeadCell(_ref) {
31
30
  size: size,
32
31
  outerFiltered: outerFiltered,
33
32
  tableContainerRef: tableContainerRef
34
- }), header.column.getCanSort() && /*#__PURE__*/React.createElement(IconWrapper, {
33
+ }), header.column.getCanSort() && /*#__PURE__*/React.createElement("span", {
34
+ style: {
35
+ lineHeight: 0,
36
+ cursor: 'pointer',
37
+ userSelect: 'none'
38
+ },
35
39
  onClick: header.column.getToggleSortingHandler()
36
40
  }, (_asc$desc = {
37
41
  asc: /*#__PURE__*/React.createElement(IconArrowUp, {
38
- size: getIconSize(size),
39
- className: classes.sortingAscIcon
42
+ size: getIconSize(size)
40
43
  }),
41
44
  desc: /*#__PURE__*/React.createElement(IconArrowDown, {
42
- size: getIconSize(size),
43
- className: classes.sortingDescIcon
45
+ size: getIconSize(size)
44
46
  })
45
47
  }[header.column.getIsSorted()]) !== null && _asc$desc !== void 0 ? _asc$desc : /*#__PURE__*/React.createElement(IconSwapVert, {
46
- size: getIconSize(size),
47
- className: classes.sortingDefaultIcon
48
+ size: getIconSize(size)
48
49
  }))))), header.column.getCanResize() && /*#__PURE__*/React.createElement(Resizer, {
49
- className: classes.resizeDivider,
50
50
  onMouseDown: header.getResizeHandler(),
51
51
  onTouchStart: header.getResizeHandler(),
52
52
  isResizing: header.column.getIsResizing()
@@ -4,7 +4,4 @@ export var ControlButtons = /*#__PURE__*/styled.div.withConfig({
4
4
  })(["display:flex;justify-content:space-between;align-items:center;gap:0.5rem;"]);
5
5
  export var ThWrapper = /*#__PURE__*/styled.div.withConfig({
6
6
  componentId: "plasma-new-hope__sc-haivw3-1"
7
- })(["display:flex;justify-content:space-between;align-items:center;gap:0.5rem;"]);
8
- export var IconWrapper = /*#__PURE__*/styled.div.withConfig({
9
- componentId: "plasma-new-hope__sc-haivw3-2"
10
- })(["line-height:0;cursor:pointer;user-select:none;"]);
7
+ })(["display:flex;justify-content:space-between;align-items:center;gap:0.5rem;"]);
@@ -14,7 +14,6 @@ import { useDidMountEffect } from '../../../../../../hooks';
14
14
  import { IconFilterFunnel } from '../../../../../_Icon';
15
15
  import { getIconSize } from '../../HeadCell';
16
16
  import { ButtonAccent, LinkButton } from '../../../../Table.styles';
17
- import { classes } from '../../../../Table.tokens';
18
17
  import { IconFilterWrapper, StyledIndicator, Select, StyledDivider, ControlPanel } from './Filter.styles';
19
18
  var getSelectWidth = function getSelectWidth(size) {
20
19
  switch (size) {
@@ -77,8 +76,7 @@ export var Filter = function Filter(_ref) {
77
76
  onChange: setLocalFiltered,
78
77
  renderTarget: function renderTarget() {
79
78
  return /*#__PURE__*/React.createElement(IconFilterWrapper, null, /*#__PURE__*/React.createElement(IconFilterFunnel, {
80
- size: getIconSize(size),
81
- className: classes.filterIcon
79
+ size: getIconSize(size)
82
80
  }), filtered.length ? _StyledIndicator || (_StyledIndicator = /*#__PURE__*/React.createElement(StyledIndicator, {
83
81
  size: "s",
84
82
  view: "accent"
@@ -23,6 +23,22 @@ title: Typography
23
23
  По умолчанию в типографике если текст превышает ширину элемента, то слова будут переноситься по пробелам.
24
24
  Чтобы запретить перенос по пробелам, необходимо установить свойство `noWrap` в значении `true`.
25
25
 
26
+ ## Смена тега
27
+ Если при использовании компонентов необходимо сменить тег, то можно использовать свойство `as`:
28
+
29
+ ```tsx live
30
+ import React from 'react';
31
+ import { BodyM } from '@salutejs/{{ package }}';
32
+
33
+ export function App() {
34
+ return (
35
+ <BodyM as="h3">
36
+ BodyM
37
+ </BodyM>
38
+ );
39
+ }
40
+ ```
41
+
26
42
  ## Состав
27
43
 
28
44
  ### Hero unit
@@ -1,6 +1,5 @@
1
1
  import React, { useRef, ComponentProps, useState } from 'react';
2
2
  import type { StoryObj, Meta } from '@storybook/react';
3
- import { getConfigVariations } from '@salutejs/plasma-sb-utils';
4
3
 
5
4
  import { WithTheme } from '../../../_helpers';
6
5
  import { ButtonGroup } from '../ButtonGroup/ButtonGroup';
@@ -9,12 +8,12 @@ import { IconButton } from '../IconButton/IconButton';
9
8
  import { IconEditOutline } from '../../../../components/_Icon';
10
9
  import { Dropdown } from '../Dropdown/Dropdown';
11
10
 
12
- import { config } from './Table.config';
13
11
  import { Table } from './Table';
14
12
 
15
13
  type StoryTableProps = ComponentProps<typeof Table>;
16
14
 
17
- const { views, sizes } = getConfigVariations(config);
15
+ const view = ['default', 'clear'];
16
+ const size = ['s', 'm', 'l'];
18
17
  const borderVariant = ['rows', 'header', 'all'];
19
18
 
20
19
  const meta: Meta<StoryTableProps> = {
@@ -24,11 +23,11 @@ const meta: Meta<StoryTableProps> = {
24
23
  argTypes: {
25
24
  view: {
26
25
  control: 'select',
27
- options: views,
26
+ options: view,
28
27
  },
29
28
  size: {
30
29
  control: 'select',
31
- options: sizes,
30
+ options: size,
32
31
  },
33
32
  borderVariant: {
34
33
  control: 'select',
@@ -515,8 +514,8 @@ const StoryComplex = (args: StoryTableProps) => {
515
514
  <Button text="Очистить выбранные" view="warning" size="xs" onClick={clearSelected} />
516
515
  <Button text="Убрать сортировку" view="warning" size="xs" onClick={clearSorted} />
517
516
  <Button text="Очистить фильтры" view="warning" size="xs" onClick={clearFiltered} />
518
- <Button text="Очистить все" view="negative" size="xs" onClick={clearAll} />
519
- <Button text="Добавить строку" view="positive" size="xs" onClick={addRow} />
517
+ <Button text="Очистить все" view="critical" size="xs" onClick={clearAll} />
518
+ <Button text="Добавить строку" view="success" size="xs" onClick={addRow} />
520
519
  </ButtonGroup>
521
520
 
522
521
  <br />
@@ -1,6 +1,5 @@
1
1
  import React, { useRef, ComponentProps, useState } from 'react';
2
2
  import type { StoryObj, Meta } from '@storybook/react';
3
- import { getConfigVariations } from '@salutejs/plasma-sb-utils';
4
3
 
5
4
  import { WithTheme } from '../../../_helpers';
6
5
  import { ButtonGroup } from '../ButtonGroup/ButtonGroup';
@@ -8,13 +7,13 @@ import { Button } from '../Button/Button';
8
7
  import { IconButton } from '../IconButton/IconButton';
9
8
  import { IconEditOutline } from '../../../../components/_Icon';
10
9
  import { Dropdown } from '../Dropdown/Dropdown';
11
- import { config } from '../../../plasma_b2c/components/Table/Table.config';
12
10
 
13
11
  import { Table } from './Table';
14
12
 
15
13
  type StoryTableProps = ComponentProps<typeof Table>;
16
14
 
17
- const { views, sizes } = getConfigVariations(config);
15
+ const view = ['default', 'clear'];
16
+ const size = ['s', 'm', 'l'];
18
17
  const borderVariant = ['rows', 'header', 'all'];
19
18
 
20
19
  const meta: Meta<StoryTableProps> = {
@@ -24,11 +23,11 @@ const meta: Meta<StoryTableProps> = {
24
23
  argTypes: {
25
24
  view: {
26
25
  control: 'select',
27
- options: views,
26
+ options: view,
28
27
  },
29
28
  size: {
30
29
  control: 'select',
31
- options: sizes,
30
+ options: size,
32
31
  },
33
32
  borderVariant: {
34
33
  control: 'select',
@@ -515,8 +514,8 @@ const StoryComplex = (args: StoryTableProps) => {
515
514
  <Button text="Очистить выбранные" view="warning" size="xs" onClick={clearSelected} />
516
515
  <Button text="Убрать сортировку" view="warning" size="xs" onClick={clearSorted} />
517
516
  <Button text="Очистить фильтры" view="warning" size="xs" onClick={clearFiltered} />
518
- <Button text="Очистить все" view="negative" size="xs" onClick={clearAll} />
519
- <Button text="Добавить строку" view="positive" size="xs" onClick={addRow} />
517
+ <Button text="Очистить все" view="critical" size="xs" onClick={clearAll} />
518
+ <Button text="Добавить строку" view="success" size="xs" onClick={addRow} />
520
519
  </ButtonGroup>
521
520
 
522
521
  <br />
@@ -9,7 +9,7 @@ import { Body } from './Body';
9
9
  import { config } from './Body.config';
10
10
 
11
11
  const meta: Meta<typeof Body> = {
12
- title: 'Data Display/Typography/Body',
12
+ title: 'typography/Body',
13
13
  decorators: [WithTheme],
14
14
  component: Body,
15
15
  argTypes: {
@@ -19,6 +19,9 @@ const meta: Meta<typeof Body> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
22
25
  },
23
26
  args: {
24
27
  noWrap: false,
@@ -9,7 +9,7 @@ import { Dspl } from './Dspl';
9
9
  import { config } from './Dspl.config';
10
10
 
11
11
  const meta: Meta<typeof Dspl> = {
12
- title: 'Data Display/Typography/Dspl',
12
+ title: 'typography/Dspl',
13
13
  decorators: [WithTheme],
14
14
  component: Dspl,
15
15
  argTypes: {
@@ -19,6 +19,9 @@ const meta: Meta<typeof Dspl> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
22
25
  },
23
26
  args: {
24
27
  noWrap: false,
@@ -9,7 +9,7 @@ import { Heading } from './Heading';
9
9
  import { config } from './Heading.config';
10
10
 
11
11
  const meta: Meta<typeof Heading> = {
12
- title: 'Data Display/Typography/Heading',
12
+ title: 'typography/Heading',
13
13
  decorators: [WithTheme],
14
14
  component: Heading,
15
15
  argTypes: {
@@ -19,6 +19,9 @@ const meta: Meta<typeof Heading> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
22
25
  },
23
26
  args: {
24
27
  noWrap: false,
@@ -9,7 +9,7 @@ import { Text } from './Text';
9
9
  import { config } from './Text.config';
10
10
 
11
11
  const meta: Meta<typeof Text> = {
12
- title: 'Data Display/Typography/Text',
12
+ title: 'typography/Text',
13
13
  decorators: [WithTheme],
14
14
  component: Text,
15
15
  argTypes: {
@@ -19,6 +19,9 @@ const meta: Meta<typeof Text> = {
19
19
  type: 'color',
20
20
  },
21
21
  },
22
+ as: {
23
+ control: 'text',
24
+ },
22
25
  },
23
26
  args: {
24
27
  noWrap: false,
@@ -1,7 +1,20 @@
1
1
  import React from 'react';
2
+ import { RowData } from '@tanstack/react-table';
2
3
  import { RootProps } from '../../engines';
3
- import { TableProps } from './Table.types';
4
- export declare const SELECT_COLUMN_ID = "SELECT_COLUMN_UNIQUE_ID";
4
+ import { TableProps, TableColumnData } from './Table.types';
5
+ export declare const SELECT_COLUMN_ID = "select#65768756432";
6
+ declare module '@tanstack/react-table' {
7
+ interface ColumnMeta<TData extends RowData, TValue> {
8
+ filters?: TableColumnData['filters'];
9
+ enableEditing?: boolean;
10
+ renderCell?: TableColumnData['renderCell'];
11
+ }
12
+ }
13
+ declare module '@tanstack/react-table' {
14
+ interface TableMeta<TData extends RowData> {
15
+ updateData: (rowId: string, columnId: string, value: unknown) => void;
16
+ }
17
+ }
5
18
  export declare const tableRoot: (Root: RootProps<HTMLDivElement, TableProps>) => React.ForwardRefExoticComponent<TableProps & React.RefAttributes<HTMLDivElement>>;
6
19
  export declare const tableConfig: {
7
20
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AAerE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAgB,MAAM,eAAe,CAAC;AASzD,eAAO,MAAM,gBAAgB,4BAA4B,CAAC;AAE1D,eAAO,MAAM,SAAS,SAAU,UAAU,cAAc,EAAE,UAAU,CAAC,sFAiOhE,CAAC;AAEN,eAAO,MAAM,WAAW;;;mBAnOQ,UAAU,cAAc,EAAE,UAAU,CAAC;;;;;;;CA6OpE,CAAC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AACrE,OAAO,EASH,OAAO,EAGV,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAG5D,eAAO,MAAM,gBAAgB,uBAAuB,CAAC;AAQrD,OAAO,QAAQ,uBAAuB,CAAC;IACnC,UAAU,UAAU,CAAC,KAAK,SAAS,OAAO,EAAE,MAAM;QAC9C,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;QACrC,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,UAAU,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC;KAC9C;CACJ;AACD,OAAO,QAAQ,uBAAuB,CAAC;IACnC,UAAU,SAAS,CAAC,KAAK,SAAS,OAAO;QACrC,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;KACzE;CACJ;AAED,eAAO,MAAM,SAAS,SAAU,UAAU,cAAc,EAAE,UAAU,CAAC,sFAyOhE,CAAC;AAEN,eAAO,MAAM,WAAW;;;mBA3OQ,UAAU,cAAc,EAAE,UAAU,CAAC;;;;;;;CAqPpE,CAAC"}
@@ -13,7 +13,6 @@ export declare const Thead: import("@linaria/react").StyledComponent<import("rea
13
13
  borderVariant: TableProps['borderVariant'];
14
14
  stickyHeader?: boolean | undefined;
15
15
  }>;
16
- export declare const Tbody: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & Record<never, unknown>>;
17
16
  export declare const Resizer: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
18
17
  isResizing: boolean;
19
18
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.styles.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAe3C,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,KAAK;mBAAiC,UAAU,CAAC,eAAe,CAAC;;EAe7E,CAAC;AAEF,eAAO,MAAM,EAAE;;EAGd,CAAC;AAEF,eAAO,MAAM,KAAK;UACR,UAAU,CAAC,MAAM,CAAC;mBACT,UAAU,CAAC,eAAe,CAAC;;EAkB7C,CAAC;AAEF,eAAO,MAAM,KAAK,uLAAiB,CAAC;AAEpC,eAAO,MAAM,OAAO;gBAA4B,OAAO;EAYtD,CAAC;AAEF,eAAO,MAAM,EAAE;mBAA8B,UAAU,CAAC,eAAe,CAAC;;EAqBvE,CAAC;AAEF,eAAO,MAAM,cAAc,iQAM1B,CAAC;AAEF,eAAO,MAAM,aAAa,8OAIzB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAUlB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAMxB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;qDAatB,CAAC"}
1
+ {"version":3,"file":"Table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.styles.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAe3C,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,KAAK;mBAAiC,UAAU,CAAC,eAAe,CAAC;;EAe7E,CAAC;AAEF,eAAO,MAAM,EAAE;;EAGd,CAAC;AAEF,eAAO,MAAM,KAAK;UACR,UAAU,CAAC,MAAM,CAAC;mBACT,UAAU,CAAC,eAAe,CAAC;;EAkB7C,CAAC;AAEF,eAAO,MAAM,OAAO;gBAA4B,OAAO;EAYtD,CAAC;AAEF,eAAO,MAAM,EAAE;mBAA8B,UAAU,CAAC,eAAe,CAAC;;EAqBvE,CAAC;AAEF,eAAO,MAAM,cAAc,iQAM1B,CAAC;AAEF,eAAO,MAAM,aAAa,8OAIzB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAUlB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAMxB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;qDAatB,CAAC"}
@@ -1,11 +1,3 @@
1
- export declare const classes: {
2
- editIcon: string;
3
- sortingDefaultIcon: string;
4
- sortingAscIcon: string;
5
- sortingDescIcon: string;
6
- filterIcon: string;
7
- resizeDivider: string;
8
- };
9
1
  export declare const tableTokens: {
10
2
  fontFamily: string;
11
3
  fontSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Table.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;CAOnB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DvB,CAAC"}
1
+ {"version":3,"file":"Table.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DvB,CAAC"}
@@ -1,15 +1,5 @@
1
1
  import type { ReactNode, HTMLAttributes, CSSProperties } from 'react';
2
- import { RowData, RowSelectionState } from '@tanstack/react-table';
3
- declare module '@tanstack/react-table' {
4
- interface TableMeta<TData extends RowData> {
5
- updateData: (rowId: string, columnId: string, value: unknown) => void;
6
- }
7
- interface ColumnMeta<TData extends RowData, TValue> {
8
- filters?: TableColumnData['filters'];
9
- enableEditing?: boolean;
10
- renderCell?: TableColumnData['renderCell'];
11
- }
12
- }
2
+ import { RowSelectionState } from '@tanstack/react-table';
13
3
  export declare type TableRowData = {
14
4
  id: string;
15
5
  [key: string]: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"Table.types.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtE,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAEnE,OAAO,QAAQ,uBAAuB,CAAC;IACnC,UAAU,SAAS,CAAC,KAAK,SAAS,OAAO;QACrC,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;KACzE;IACD,UAAU,UAAU,CAAC,KAAK,SAAS,OAAO,EAAE,MAAM;QAC9C,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;QACrC,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,UAAU,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC;KAC9C;CACJ;AAED,oBAAY,YAAY,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,OAAO,CAAC;IAClE,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAC;CACnF,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAChF,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QACd,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;QACjC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;QACjC,MAAM,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC;KAChC,KAAK,IAAI,CAAC;IACX,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE;QACP,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,OAAO,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,OAAO,CAAC;KACjB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"Table.types.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,oBAAY,YAAY,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,OAAO,CAAC;IAClE,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAC;CACnF,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAChF,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QACd,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;QACjC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;QACjC,MAAM,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC;KAChC,KAAK,IAAI,CAAC;IACX,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE;QACP,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,OAAO,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,OAAO,CAAC;KACjB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1,12 +1,11 @@
1
1
  import React from 'react';
2
2
  import { Cell as CellType } from '@tanstack/react-table';
3
3
  import { TableProps, TableRowData } from '../../Table.types';
4
- declare type Props = {
4
+ export declare type CellProps = {
5
5
  cell: CellType<TableRowData, unknown>;
6
6
  selected: boolean;
7
7
  borderVariant: TableProps['borderVariant'];
8
8
  view: TableProps['view'];
9
9
  };
10
- export declare const Cell: React.FC<Props>;
11
- export {};
10
+ export declare const Cell: React.FC<CellProps>;
12
11
  //# sourceMappingURL=Cell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI7D,aAAK,KAAK,GAAG;IACT,IAAI,EAAE,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAkBhC,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAIrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI7D,oBAAY,SAAS,GAAG;IACpB,IAAI,EAAE,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAkBpC,CAAC"}
@@ -1,14 +1,3 @@
1
1
  import React from 'react';
2
- import { Table, Cell as CellType } from '@tanstack/react-table';
3
- import { TableProps, TableRowData } from '../../Table.types';
4
- declare type Props = {
5
- size: TableProps['size'];
6
- view: TableProps['view'];
7
- cell: CellType<TableRowData, unknown>;
8
- borderVariant: TableProps['borderVariant'];
9
- selected: boolean;
10
- table: Table<TableRowData>;
11
- };
12
- export declare const EditableCell: React.FC<Props>;
13
- export {};
2
+ export declare const EditableCell: React.FC<any>;
14
3
  //# sourceMappingURL=EditableCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/EditableCell/EditableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAc,KAAK,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAQ5E,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAmB7D,aAAK,KAAK,GAAG;IACT,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,IAAI,EAAE,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAgGxC,CAAC"}
1
+ {"version":3,"file":"EditableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/EditableCell/EditableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA0BxC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA0FtC,CAAC"}
@@ -1,14 +1,4 @@
1
- import { Header } from '@tanstack/react-table';
2
1
  import React from 'react';
3
- import { TableProps, TableRowData } from '../../Table.types';
4
2
  export declare const getIconSize: (size?: string | undefined) => "s" | "xs";
5
- declare type Props = {
6
- borderVariant: TableProps['borderVariant'];
7
- size: TableProps['size'];
8
- header: Header<TableRowData, unknown>;
9
- outerFiltered: TableProps['filtered'];
10
- tableContainerRef: React.RefObject<HTMLDivElement>;
11
- };
12
- export declare const HeadCell: React.FC<Props>;
13
- export {};
3
+ export declare const HeadCell: React.FC<any>;
14
4
  //# sourceMappingURL=HeadCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeadCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAM7D,eAAO,MAAM,WAAW,2CAEvB,CAAC;AAEF,aAAK,KAAK,GAAG;IACT,aAAa,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAC3C,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,aAAa,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;IACtC,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAiEpC,CAAC"}
1
+ {"version":3,"file":"HeadCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,eAAO,MAAM,WAAW,2CAEvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA0DlC,CAAC"}
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ControlButtons: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
3
  export declare const ThWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
- export declare const IconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
4
  //# sourceMappingURL=HeadCell.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeadCell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc,qKAK1B,CAAC;AAEF,eAAO,MAAM,SAAS,qKAKrB,CAAC;AAEF,eAAO,MAAM,WAAW,qKAIvB,CAAC"}
1
+ {"version":3,"file":"HeadCell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/ui/HeadCell/HeadCell.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc,qKAK1B,CAAC;AAEF,eAAO,MAAM,SAAS,qKAKrB,CAAC"}
@@ -1,12 +1,3 @@
1
1
  import React from 'react';
2
- import { Header } from '@tanstack/react-table';
3
- import { TableProps, TableRowData } from '../../../../Table.types';
4
- declare type Props = {
5
- header: Header<TableRowData, unknown>;
6
- size: TableProps['size'];
7
- outerFiltered: TableProps['filtered'];
8
- tableContainerRef: React.RefObject<HTMLDivElement>;
9
- };
10
- export declare const Filter: React.FC<Props>;
11
- export {};
2
+ export declare const Filter: React.FC<any>;
12
3
  //# sourceMappingURL=Filter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Table/ui/HeadCell/ui/Filter/Filter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAM/C,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AA6BnE,aAAK,KAAK,GAAG;IACT,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;IACtC,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,aAAa,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;IACtC,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA4DlC,CAAC"}
1
+ {"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Table/ui/HeadCell/ui/Filter/Filter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAiCxC,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA4DhC,CAAC"}
@@ -5,7 +5,7 @@ export declare const bodyRoot: (Root: import("../../..").RootProps<HTMLDivElemen
5
5
  noWrap?: boolean | undefined;
6
6
  breakWord?: boolean | undefined;
7
7
  color?: string | undefined;
8
- } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
8
+ } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
9
9
  export declare const bodyConfig: {
10
10
  name: string;
11
11
  tag: string;
@@ -13,7 +13,7 @@ export declare const bodyConfig: {
13
13
  noWrap?: boolean | undefined;
14
14
  breakWord?: boolean | undefined;
15
15
  color?: string | undefined;
16
- } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
16
+ } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
17
17
  base: import("@linaria/core").LinariaClassName;
18
18
  variations: {
19
19
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Body/Body.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ;;;;+KAA0B,CAAC;AAEhD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAatB,CAAC"}
1
+ {"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Body/Body.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIrD,oBAAY,SAAS,GAAG,SAAS,CAAC;AAElC,eAAO,MAAM,QAAQ;;;;iNAA0B,CAAC;AAEhD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAatB,CAAC"}
@@ -5,7 +5,7 @@ export declare const dsplRoot: (Root: import("../../..").RootProps<HTMLDivElemen
5
5
  noWrap?: boolean | undefined;
6
6
  breakWord?: boolean | undefined;
7
7
  color?: string | undefined;
8
- } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
8
+ } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
9
9
  export declare const dsplConfig: {
10
10
  name: string;
11
11
  tag: string;
@@ -13,7 +13,7 @@ export declare const dsplConfig: {
13
13
  noWrap?: boolean | undefined;
14
14
  breakWord?: boolean | undefined;
15
15
  color?: string | undefined;
16
- } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
16
+ } & import("../../..").SpacingProps & import("../Typography.types").BoldProps & import("../../..").AsProps<any> & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
17
17
  base: import("@linaria/core").LinariaClassName;
18
18
  variations: {
19
19
  size: {