@alfalab/core-components-table 1.6.3 → 1.6.4

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 (283) hide show
  1. package/CHANGELOG.md +351 -0
  2. package/{component.d.ts → dist/component.d.ts} +0 -0
  3. package/{component.js → dist/component.js} +1 -1
  4. package/{components → dist/components}/index.d.ts +0 -0
  5. package/{components → dist/components}/index.js +1 -1
  6. package/{components → dist/components}/pagination/Component.d.ts +0 -0
  7. package/{components → dist/components}/pagination/Component.js +2 -2
  8. package/{components → dist/components}/pagination/index.css +8 -8
  9. package/{components → dist/components}/pagination/index.d.ts +0 -0
  10. package/{components → dist/components}/pagination/index.js +1 -1
  11. package/{esm → dist}/components/pagination/select-field/index.css +4 -4
  12. package/{components → dist/components}/pagination/select-field/index.d.ts +0 -0
  13. package/{components → dist/components}/pagination/select-field/index.js +2 -2
  14. package/{components → dist/components}/table/Component.d.ts +0 -0
  15. package/{components → dist/components}/table/Component.js +2 -2
  16. package/{components → dist/components}/table/index.css +6 -6
  17. package/{components → dist/components}/table/index.d.ts +0 -0
  18. package/{components → dist/components}/table/index.js +1 -1
  19. package/{components → dist/components}/table/utils.d.ts +0 -0
  20. package/{components → dist/components}/table/utils.js +1 -1
  21. package/{components → dist/components}/table-context/index.d.ts +0 -0
  22. package/{components → dist/components}/table-context/index.js +0 -0
  23. package/{components → dist/components}/tbody/Component.d.ts +0 -0
  24. package/{components → dist/components}/tbody/Component.js +2 -2
  25. package/{modern → dist}/components/tbody/index.css +2 -2
  26. package/{components → dist/components}/tbody/index.d.ts +0 -0
  27. package/{components → dist/components}/tbody/index.js +1 -1
  28. package/{components → dist/components}/tcell/Component.d.ts +0 -0
  29. package/{components → dist/components}/tcell/Component.js +2 -2
  30. package/{esm → dist}/components/tcell/index.css +4 -4
  31. package/{components → dist/components}/tcell/index.d.ts +0 -0
  32. package/{components → dist/components}/tcell/index.js +1 -1
  33. package/{components → dist/components}/texpandable-row/Component.d.ts +0 -0
  34. package/{components → dist/components}/texpandable-row/Component.js +2 -2
  35. package/{components → dist/components}/texpandable-row/index.css +5 -5
  36. package/{components → dist/components}/texpandable-row/index.d.ts +0 -0
  37. package/{components → dist/components}/texpandable-row/index.js +1 -1
  38. package/{components → dist/components}/thead/Component.d.ts +0 -0
  39. package/{components → dist/components}/thead/Component.js +2 -2
  40. package/{components → dist/components}/thead/index.css +6 -6
  41. package/{components → dist/components}/thead/index.d.ts +0 -0
  42. package/{components → dist/components}/thead/index.js +1 -1
  43. package/{components → dist/components}/thead-cell/Component.d.ts +0 -0
  44. package/{components → dist/components}/thead-cell/Component.js +2 -2
  45. package/{esm → dist}/components/thead-cell/index.css +5 -5
  46. package/{components → dist/components}/thead-cell/index.d.ts +0 -0
  47. package/{components → dist/components}/thead-cell/index.js +1 -1
  48. package/{components → dist/components}/trow/Component.d.ts +0 -0
  49. package/{components → dist/components}/trow/Component.js +2 -2
  50. package/{modern → dist}/components/trow/index.css +8 -8
  51. package/{components → dist/components}/trow/index.d.ts +0 -0
  52. package/{components → dist/components}/trow/index.js +1 -1
  53. package/{components → dist/components}/tsortable-head-cell/Component.d.ts +0 -0
  54. package/{components → dist/components}/tsortable-head-cell/Component.js +2 -2
  55. package/{components → dist/components}/tsortable-head-cell/index.css +9 -9
  56. package/{components → dist/components}/tsortable-head-cell/index.d.ts +0 -0
  57. package/{components → dist/components}/tsortable-head-cell/index.js +1 -1
  58. package/{components → dist/components}/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  59. package/{components → dist/components}/tsortable-head-cell/sort-icon-asc.js +1 -1
  60. package/{components → dist/components}/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  61. package/{components → dist/components}/tsortable-head-cell/sort-icon-desc.js +1 -1
  62. package/{components → dist/components}/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  63. package/{components → dist/components}/tsortable-head-cell/sort-icon-unset.js +1 -1
  64. package/{cssm → dist/cssm}/component.d.ts +0 -0
  65. package/{cssm → dist/cssm}/component.js +3 -3
  66. package/{cssm → dist/cssm}/components/index.d.ts +0 -0
  67. package/{cssm → dist/cssm}/components/index.js +3 -3
  68. package/{cssm → dist/cssm}/components/pagination/Component.d.ts +0 -0
  69. package/{cssm → dist/cssm}/components/pagination/Component.js +3 -3
  70. package/{cssm → dist/cssm}/components/pagination/index.d.ts +0 -0
  71. package/{cssm → dist/cssm}/components/pagination/index.js +3 -3
  72. package/{cssm → dist/cssm}/components/pagination/index.module.css +0 -0
  73. package/{cssm → dist/cssm}/components/pagination/select-field/index.d.ts +0 -0
  74. package/{cssm → dist/cssm}/components/pagination/select-field/index.js +1 -1
  75. package/{cssm → dist/cssm}/components/pagination/select-field/index.module.css +0 -0
  76. package/{cssm → dist/cssm}/components/table/Component.d.ts +0 -0
  77. package/{cssm → dist/cssm}/components/table/Component.js +0 -0
  78. package/{cssm → dist/cssm}/components/table/index.d.ts +0 -0
  79. package/{cssm → dist/cssm}/components/table/index.js +0 -0
  80. package/{cssm → dist/cssm}/components/table/index.module.css +0 -0
  81. package/{cssm → dist/cssm}/components/table/utils.d.ts +0 -0
  82. package/{cssm → dist/cssm}/components/table/utils.js +0 -0
  83. package/{cssm → dist/cssm}/components/table-context/index.d.ts +0 -0
  84. package/{cssm → dist/cssm}/components/table-context/index.js +0 -0
  85. package/{cssm → dist/cssm}/components/tbody/Component.d.ts +0 -0
  86. package/{cssm → dist/cssm}/components/tbody/Component.js +0 -0
  87. package/{cssm → dist/cssm}/components/tbody/index.d.ts +0 -0
  88. package/{cssm → dist/cssm}/components/tbody/index.js +0 -0
  89. package/{cssm → dist/cssm}/components/tbody/index.module.css +0 -0
  90. package/{cssm → dist/cssm}/components/tcell/Component.d.ts +0 -0
  91. package/{cssm → dist/cssm}/components/tcell/Component.js +0 -0
  92. package/{cssm → dist/cssm}/components/tcell/index.d.ts +0 -0
  93. package/{cssm → dist/cssm}/components/tcell/index.js +0 -0
  94. package/{cssm → dist/cssm}/components/tcell/index.module.css +0 -0
  95. package/{cssm → dist/cssm}/components/texpandable-row/Component.d.ts +0 -0
  96. package/{cssm → dist/cssm}/components/texpandable-row/Component.js +0 -0
  97. package/{cssm → dist/cssm}/components/texpandable-row/index.d.ts +0 -0
  98. package/{cssm → dist/cssm}/components/texpandable-row/index.js +0 -0
  99. package/{cssm → dist/cssm}/components/texpandable-row/index.module.css +0 -0
  100. package/{cssm → dist/cssm}/components/thead/Component.d.ts +0 -0
  101. package/{cssm → dist/cssm}/components/thead/Component.js +0 -0
  102. package/{cssm → dist/cssm}/components/thead/index.d.ts +0 -0
  103. package/{cssm → dist/cssm}/components/thead/index.js +0 -0
  104. package/{cssm → dist/cssm}/components/thead/index.module.css +0 -0
  105. package/{cssm → dist/cssm}/components/thead-cell/Component.d.ts +0 -0
  106. package/{cssm → dist/cssm}/components/thead-cell/Component.js +0 -0
  107. package/{cssm → dist/cssm}/components/thead-cell/index.d.ts +0 -0
  108. package/{cssm → dist/cssm}/components/thead-cell/index.js +0 -0
  109. package/{cssm → dist/cssm}/components/thead-cell/index.module.css +0 -0
  110. package/{cssm → dist/cssm}/components/trow/Component.d.ts +0 -0
  111. package/{cssm → dist/cssm}/components/trow/Component.js +0 -0
  112. package/{cssm → dist/cssm}/components/trow/index.d.ts +0 -0
  113. package/{cssm → dist/cssm}/components/trow/index.js +0 -0
  114. package/{cssm → dist/cssm}/components/trow/index.module.css +0 -0
  115. package/{cssm → dist/cssm}/components/tsortable-head-cell/Component.d.ts +0 -0
  116. package/{cssm → dist/cssm}/components/tsortable-head-cell/Component.js +0 -0
  117. package/{cssm → dist/cssm}/components/tsortable-head-cell/index.d.ts +0 -0
  118. package/{cssm → dist/cssm}/components/tsortable-head-cell/index.js +0 -0
  119. package/{cssm → dist/cssm}/components/tsortable-head-cell/index.module.css +0 -0
  120. package/{cssm → dist/cssm}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  121. package/{cssm → dist/cssm}/components/tsortable-head-cell/sort-icon-asc.js +0 -0
  122. package/{cssm → dist/cssm}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  123. package/{cssm → dist/cssm}/components/tsortable-head-cell/sort-icon-desc.js +0 -0
  124. package/{cssm → dist/cssm}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  125. package/{cssm → dist/cssm}/components/tsortable-head-cell/sort-icon-unset.js +0 -0
  126. package/{cssm → dist/cssm}/index.d.ts +0 -0
  127. package/{cssm → dist/cssm}/index.js +3 -3
  128. package/{cssm → dist/cssm}/tslib.es6-ce870b46.d.ts +0 -0
  129. package/{cssm → dist/cssm}/tslib.es6-ce870b46.js +0 -0
  130. package/{cssm → dist/cssm}/typings.d.ts +0 -0
  131. package/{cssm → dist/cssm}/typings.js +0 -0
  132. package/{cssm → dist/cssm}/utils.d.ts +0 -0
  133. package/{cssm → dist/cssm}/utils.js +0 -0
  134. package/{esm → dist/esm}/component.d.ts +0 -0
  135. package/{esm → dist/esm}/component.js +4 -4
  136. package/{esm → dist/esm}/components/index.d.ts +0 -0
  137. package/{esm → dist/esm}/components/index.js +4 -4
  138. package/{esm → dist/esm}/components/pagination/Component.d.ts +0 -0
  139. package/{esm → dist/esm}/components/pagination/Component.js +5 -5
  140. package/{esm → dist/esm}/components/pagination/index.css +8 -8
  141. package/{esm → dist/esm}/components/pagination/index.d.ts +0 -0
  142. package/dist/esm/components/pagination/index.js +9 -0
  143. package/{components → dist/esm/components}/pagination/select-field/index.css +4 -4
  144. package/{esm → dist/esm}/components/pagination/select-field/index.d.ts +0 -0
  145. package/{esm → dist/esm}/components/pagination/select-field/index.js +3 -3
  146. package/{esm → dist/esm}/components/table/Component.d.ts +0 -0
  147. package/{esm → dist/esm}/components/table/Component.js +2 -2
  148. package/{modern → dist/esm}/components/table/index.css +6 -6
  149. package/{esm → dist/esm}/components/table/index.d.ts +0 -0
  150. package/{esm → dist/esm}/components/table/index.js +1 -1
  151. package/{esm → dist/esm}/components/table/utils.d.ts +0 -0
  152. package/{esm → dist/esm}/components/table/utils.js +1 -1
  153. package/{esm → dist/esm}/components/table-context/index.d.ts +0 -0
  154. package/{esm → dist/esm}/components/table-context/index.js +0 -0
  155. package/{esm → dist/esm}/components/tbody/Component.d.ts +0 -0
  156. package/{esm → dist/esm}/components/tbody/Component.js +2 -2
  157. package/{esm → dist/esm}/components/tbody/index.css +2 -2
  158. package/{esm → dist/esm}/components/tbody/index.d.ts +0 -0
  159. package/{esm → dist/esm}/components/tbody/index.js +1 -1
  160. package/{esm → dist/esm}/components/tcell/Component.d.ts +0 -0
  161. package/{esm → dist/esm}/components/tcell/Component.js +2 -2
  162. package/{components → dist/esm/components}/tcell/index.css +4 -4
  163. package/{esm → dist/esm}/components/tcell/index.d.ts +0 -0
  164. package/{esm → dist/esm}/components/tcell/index.js +1 -1
  165. package/{esm → dist/esm}/components/texpandable-row/Component.d.ts +0 -0
  166. package/{esm → dist/esm}/components/texpandable-row/Component.js +2 -2
  167. package/{esm → dist/esm}/components/texpandable-row/index.css +5 -5
  168. package/{esm → dist/esm}/components/texpandable-row/index.d.ts +0 -0
  169. package/{esm → dist/esm}/components/texpandable-row/index.js +1 -1
  170. package/{esm → dist/esm}/components/thead/Component.d.ts +0 -0
  171. package/{esm → dist/esm}/components/thead/Component.js +2 -2
  172. package/{modern → dist/esm}/components/thead/index.css +6 -6
  173. package/{esm → dist/esm}/components/thead/index.d.ts +0 -0
  174. package/{esm → dist/esm}/components/thead/index.js +1 -1
  175. package/{esm → dist/esm}/components/thead-cell/Component.d.ts +0 -0
  176. package/{esm → dist/esm}/components/thead-cell/Component.js +2 -2
  177. package/{components → dist/esm/components}/thead-cell/index.css +5 -5
  178. package/{esm → dist/esm}/components/thead-cell/index.d.ts +0 -0
  179. package/{esm → dist/esm}/components/thead-cell/index.js +1 -1
  180. package/{esm → dist/esm}/components/trow/Component.d.ts +0 -0
  181. package/{esm → dist/esm}/components/trow/Component.js +2 -2
  182. package/{components → dist/esm/components}/trow/index.css +8 -8
  183. package/{esm → dist/esm}/components/trow/index.d.ts +0 -0
  184. package/{esm → dist/esm}/components/trow/index.js +1 -1
  185. package/{esm → dist/esm}/components/tsortable-head-cell/Component.d.ts +0 -0
  186. package/{esm → dist/esm}/components/tsortable-head-cell/Component.js +2 -2
  187. package/{esm → dist/esm}/components/tsortable-head-cell/index.css +9 -9
  188. package/{esm → dist/esm}/components/tsortable-head-cell/index.d.ts +0 -0
  189. package/{esm → dist/esm}/components/tsortable-head-cell/index.js +1 -1
  190. package/{esm → dist/esm}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  191. package/{esm → dist/esm}/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  192. package/{esm → dist/esm}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  193. package/{esm → dist/esm}/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  194. package/{esm → dist/esm}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  195. package/{esm → dist/esm}/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  196. package/{esm → dist/esm}/index.d.ts +0 -0
  197. package/{esm → dist/esm}/index.js +4 -4
  198. package/{esm/tslib.es6-12062145.d.ts → dist/esm/tslib.es6-9c7fa967.d.ts} +0 -0
  199. package/{esm/tslib.es6-12062145.js → dist/esm/tslib.es6-9c7fa967.js} +0 -0
  200. package/{esm → dist/esm}/typings.d.ts +0 -0
  201. package/{esm → dist/esm}/typings.js +0 -0
  202. package/{esm → dist/esm}/utils.d.ts +0 -0
  203. package/{esm → dist/esm}/utils.js +0 -0
  204. package/{index.d.ts → dist/index.d.ts} +0 -0
  205. package/{index.js → dist/index.js} +1 -1
  206. package/{modern → dist/modern}/component.d.ts +0 -0
  207. package/{modern → dist/modern}/component.js +3 -3
  208. package/{modern → dist/modern}/components/index.d.ts +0 -0
  209. package/{modern → dist/modern}/components/index.js +3 -3
  210. package/{modern → dist/modern}/components/pagination/Component.d.ts +0 -0
  211. package/{modern → dist/modern}/components/pagination/Component.js +4 -4
  212. package/{modern → dist/modern}/components/pagination/index.css +8 -8
  213. package/{modern → dist/modern}/components/pagination/index.d.ts +0 -0
  214. package/dist/modern/components/pagination/index.js +8 -0
  215. package/{modern → dist/modern}/components/pagination/select-field/index.css +4 -4
  216. package/{modern → dist/modern}/components/pagination/select-field/index.d.ts +0 -0
  217. package/{modern → dist/modern}/components/pagination/select-field/index.js +2 -2
  218. package/{modern → dist/modern}/components/table/Component.d.ts +0 -0
  219. package/{modern → dist/modern}/components/table/Component.js +1 -1
  220. package/{esm → dist/modern}/components/table/index.css +6 -6
  221. package/{modern → dist/modern}/components/table/index.d.ts +0 -0
  222. package/{modern → dist/modern}/components/table/index.js +0 -0
  223. package/{modern → dist/modern}/components/table/utils.d.ts +0 -0
  224. package/{modern → dist/modern}/components/table/utils.js +0 -0
  225. package/{modern → dist/modern}/components/table-context/index.d.ts +0 -0
  226. package/{modern → dist/modern}/components/table-context/index.js +0 -0
  227. package/{modern → dist/modern}/components/tbody/Component.d.ts +0 -0
  228. package/{modern → dist/modern}/components/tbody/Component.js +1 -1
  229. package/{components → dist/modern/components}/tbody/index.css +2 -2
  230. package/{modern → dist/modern}/components/tbody/index.d.ts +0 -0
  231. package/{modern → dist/modern}/components/tbody/index.js +0 -0
  232. package/{modern → dist/modern}/components/tcell/Component.d.ts +0 -0
  233. package/{modern → dist/modern}/components/tcell/Component.js +1 -1
  234. package/{modern → dist/modern}/components/tcell/index.css +4 -4
  235. package/{modern → dist/modern}/components/tcell/index.d.ts +0 -0
  236. package/{modern → dist/modern}/components/tcell/index.js +0 -0
  237. package/{modern → dist/modern}/components/texpandable-row/Component.d.ts +0 -0
  238. package/{modern → dist/modern}/components/texpandable-row/Component.js +1 -1
  239. package/{modern → dist/modern}/components/texpandable-row/index.css +5 -5
  240. package/{modern → dist/modern}/components/texpandable-row/index.d.ts +0 -0
  241. package/{modern → dist/modern}/components/texpandable-row/index.js +0 -0
  242. package/{modern → dist/modern}/components/thead/Component.d.ts +0 -0
  243. package/{modern → dist/modern}/components/thead/Component.js +1 -1
  244. package/{esm → dist/modern}/components/thead/index.css +6 -6
  245. package/{modern → dist/modern}/components/thead/index.d.ts +0 -0
  246. package/{modern → dist/modern}/components/thead/index.js +0 -0
  247. package/{modern → dist/modern}/components/thead-cell/Component.d.ts +0 -0
  248. package/{modern → dist/modern}/components/thead-cell/Component.js +1 -1
  249. package/{modern → dist/modern}/components/thead-cell/index.css +5 -5
  250. package/{modern → dist/modern}/components/thead-cell/index.d.ts +0 -0
  251. package/{modern → dist/modern}/components/thead-cell/index.js +0 -0
  252. package/{modern → dist/modern}/components/trow/Component.d.ts +0 -0
  253. package/{modern → dist/modern}/components/trow/Component.js +1 -1
  254. package/{esm → dist/modern}/components/trow/index.css +8 -8
  255. package/{modern → dist/modern}/components/trow/index.d.ts +0 -0
  256. package/{modern → dist/modern}/components/trow/index.js +0 -0
  257. package/{modern → dist/modern}/components/tsortable-head-cell/Component.d.ts +0 -0
  258. package/{modern → dist/modern}/components/tsortable-head-cell/Component.js +1 -1
  259. package/{modern → dist/modern}/components/tsortable-head-cell/index.css +9 -9
  260. package/{modern → dist/modern}/components/tsortable-head-cell/index.d.ts +0 -0
  261. package/{modern → dist/modern}/components/tsortable-head-cell/index.js +0 -0
  262. package/{modern → dist/modern}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
  263. package/{modern → dist/modern}/components/tsortable-head-cell/sort-icon-asc.js +0 -0
  264. package/{modern → dist/modern}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
  265. package/{modern → dist/modern}/components/tsortable-head-cell/sort-icon-desc.js +0 -0
  266. package/{modern → dist/modern}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
  267. package/{modern → dist/modern}/components/tsortable-head-cell/sort-icon-unset.js +0 -0
  268. package/{modern → dist/modern}/index.d.ts +0 -0
  269. package/{modern → dist/modern}/index.js +3 -3
  270. package/{modern → dist/modern}/typings.d.ts +0 -0
  271. package/{modern → dist/modern}/typings.js +0 -0
  272. package/{modern → dist/modern}/utils.d.ts +0 -0
  273. package/{modern → dist/modern}/utils.js +0 -0
  274. package/{send-stats.js → dist/send-stats.js} +0 -0
  275. package/{tslib.es6-9744d060.d.ts → dist/tslib.es6-b2714866.d.ts} +0 -0
  276. package/{tslib.es6-9744d060.js → dist/tslib.es6-b2714866.js} +0 -0
  277. package/{typings.d.ts → dist/typings.d.ts} +0 -0
  278. package/{typings.js → dist/typings.js} +0 -0
  279. package/{utils.d.ts → dist/utils.d.ts} +0 -0
  280. package/{utils.js → dist/utils.js} +0 -0
  281. package/package.json +12 -9
  282. package/esm/components/pagination/index.js +0 -9
  283. package/modern/components/pagination/index.js +0 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,351 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.6.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.6.3...@alfalab/core-components-table@1.6.4) (2022-08-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.6.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.6.2...@alfalab/core-components-table@1.6.3) (2022-08-12)
18
+
19
+ **Note:** Version bump only for package @alfalab/core-components-table
20
+
21
+
22
+
23
+
24
+
25
+ ## [1.6.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.6.1...@alfalab/core-components-table@1.6.2) (2022-08-11)
26
+
27
+ **Note:** Version bump only for package @alfalab/core-components-table
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.6.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.6.0...@alfalab/core-components-table@1.6.1) (2022-08-09)
34
+
35
+ **Note:** Version bump only for package @alfalab/core-components-table
36
+
37
+
38
+
39
+
40
+
41
+ # [1.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.9...@alfalab/core-components-table@1.6.0) (2022-08-04)
42
+
43
+
44
+ ### Features
45
+
46
+ * react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
47
+
48
+
49
+
50
+
51
+
52
+ ## [1.5.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.8...@alfalab/core-components-table@1.5.9) (2022-07-25)
53
+
54
+ **Note:** Version bump only for package @alfalab/core-components-table
55
+
56
+
57
+
58
+
59
+
60
+ ## [1.5.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.7...@alfalab/core-components-table@1.5.8) (2022-07-25)
61
+
62
+ **Note:** Version bump only for package @alfalab/core-components-table
63
+
64
+
65
+
66
+
67
+
68
+ ## [1.5.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.6...@alfalab/core-components-table@1.5.7) (2022-07-18)
69
+
70
+ **Note:** Version bump only for package @alfalab/core-components-table
71
+
72
+
73
+
74
+
75
+
76
+ ## [1.5.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.5...@alfalab/core-components-table@1.5.6) (2022-07-18)
77
+
78
+ **Note:** Version bump only for package @alfalab/core-components-table
79
+
80
+
81
+
82
+
83
+
84
+ ## [1.5.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.4...@alfalab/core-components-table@1.5.5) (2022-07-15)
85
+
86
+ **Note:** Version bump only for package @alfalab/core-components-table
87
+
88
+
89
+
90
+
91
+
92
+ ## [1.5.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.3...@alfalab/core-components-table@1.5.4) (2022-07-15)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
98
+
99
+
100
+
101
+
102
+
103
+ ## [1.5.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.2...@alfalab/core-components-table@1.5.3) (2022-07-14)
104
+
105
+ **Note:** Version bump only for package @alfalab/core-components-table
106
+
107
+
108
+
109
+
110
+
111
+ ## [1.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.1...@alfalab/core-components-table@1.5.2) (2022-07-14)
112
+
113
+ **Note:** Version bump only for package @alfalab/core-components-table
114
+
115
+
116
+
117
+
118
+
119
+ ## [1.5.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.0...@alfalab/core-components-table@1.5.1) (2022-07-11)
120
+
121
+ **Note:** Version bump only for package @alfalab/core-components-table
122
+
123
+
124
+
125
+
126
+
127
+ # [1.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.4.2...@alfalab/core-components-table@1.5.0) (2022-07-01)
128
+
129
+
130
+ ### Features
131
+
132
+ * **select:** add select-modal-mobile ([#47](https://github.com/core-ds/core-components/issues/47)) ([5ec4268](https://github.com/core-ds/core-components/commit/5ec42688065bb279d721541ec21bde242675ab8a))
133
+
134
+
135
+
136
+
137
+
138
+ ## [1.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.4.1...@alfalab/core-components-table@1.4.2) (2022-06-30)
139
+
140
+ **Note:** Version bump only for package @alfalab/core-components-table
141
+
142
+
143
+
144
+
145
+
146
+ ## [1.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.4.0...@alfalab/core-components-table@1.4.1) (2022-06-29)
147
+
148
+ **Note:** Version bump only for package @alfalab/core-components-table
149
+
150
+
151
+
152
+
153
+
154
+ # [1.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.11...@alfalab/core-components-table@1.4.0) (2022-06-28)
155
+
156
+
157
+ ### Features
158
+
159
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
160
+
161
+
162
+
163
+
164
+
165
+ ## [1.3.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.10...@alfalab/core-components-table@1.3.11) (2022-06-24)
166
+
167
+ **Note:** Version bump only for package @alfalab/core-components-table
168
+
169
+
170
+
171
+
172
+
173
+ ## [1.3.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.9...@alfalab/core-components-table@1.3.10) (2022-06-23)
174
+
175
+ **Note:** Version bump only for package @alfalab/core-components-table
176
+
177
+
178
+
179
+
180
+
181
+ ## [1.3.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.8...@alfalab/core-components-table@1.3.9) (2022-06-20)
182
+
183
+ **Note:** Version bump only for package @alfalab/core-components-table
184
+
185
+
186
+
187
+
188
+
189
+ ## [1.3.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.7...@alfalab/core-components-table@1.3.8) (2022-06-20)
190
+
191
+ **Note:** Version bump only for package @alfalab/core-components-table
192
+
193
+
194
+
195
+
196
+
197
+ ## [1.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.6...@alfalab/core-components-table@1.3.7) (2022-06-16)
198
+
199
+ **Note:** Version bump only for package @alfalab/core-components-table
200
+
201
+
202
+
203
+
204
+
205
+ ## [1.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.5...@alfalab/core-components-table@1.3.6) (2022-06-08)
206
+
207
+ **Note:** Version bump only for package @alfalab/core-components-table
208
+
209
+
210
+
211
+
212
+
213
+ ## [1.3.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.4...@alfalab/core-components-table@1.3.5) (2022-06-03)
214
+
215
+ **Note:** Version bump only for package @alfalab/core-components-table
216
+
217
+
218
+
219
+
220
+
221
+ ## [1.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.5...@alfalab/core-components-table@1.2.6) (2022-03-29)
222
+
223
+ **Note:** Version bump only for package @alfalab/core-components-table
224
+
225
+
226
+
227
+
228
+
229
+ ## [1.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.4...@alfalab/core-components-table@1.2.5) (2022-03-28)
230
+
231
+ **Note:** Version bump only for package @alfalab/core-components-table
232
+
233
+
234
+
235
+
236
+
237
+ ## [1.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.3...@alfalab/core-components-table@1.2.4) (2022-03-24)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * **table:** update styles ([#1036](https://github.com/core-ds/core-components/issues/1036)) ([3fe236d](https://github.com/core-ds/core-components/commit/3fe236dfb584c3e96fc7fb8c499aee3e9e12e64e))
243
+
244
+
245
+
246
+
247
+
248
+ ## [1.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.2...@alfalab/core-components-table@1.2.3) (2022-03-04)
249
+
250
+ **Note:** Version bump only for package @alfalab/core-components-table
251
+
252
+
253
+
254
+
255
+
256
+ ## [1.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.1...@alfalab/core-components-table@1.2.2) (2022-03-04)
257
+
258
+ **Note:** Version bump only for package @alfalab/core-components-table
259
+
260
+
261
+
262
+
263
+
264
+ ## [1.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.0...@alfalab/core-components-table@1.2.1) (2022-03-03)
265
+
266
+ **Note:** Version bump only for package @alfalab/core-components-table
267
+
268
+
269
+
270
+
271
+
272
+ # [1.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.7...@alfalab/core-components-table@1.2.0) (2022-03-01)
273
+
274
+
275
+ ### Features
276
+
277
+ * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
278
+
279
+
280
+
281
+
282
+
283
+ ## [1.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.6...@alfalab/core-components-table@1.1.7) (2022-02-17)
284
+
285
+ **Note:** Version bump only for package @alfalab/core-components-table
286
+
287
+
288
+
289
+
290
+
291
+ ## [1.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.5...@alfalab/core-components-table@1.1.6) (2022-02-15)
292
+
293
+ **Note:** Version bump only for package @alfalab/core-components-table
294
+
295
+
296
+
297
+
298
+
299
+ ## [1.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.4...@alfalab/core-components-table@1.1.5) (2022-02-09)
300
+
301
+ **Note:** Version bump only for package @alfalab/core-components-table
302
+
303
+
304
+
305
+
306
+
307
+ ## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.3...@alfalab/core-components-table@1.1.4) (2022-02-03)
308
+
309
+ **Note:** Version bump only for package @alfalab/core-components-table
310
+
311
+
312
+
313
+
314
+
315
+ ## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.2...@alfalab/core-components-table@1.1.3) (2022-02-02)
316
+
317
+ **Note:** Version bump only for package @alfalab/core-components-table
318
+
319
+
320
+
321
+
322
+
323
+ ## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.1...@alfalab/core-components-table@1.1.2) (2022-01-27)
324
+
325
+
326
+ ### Bug Fixes
327
+
328
+ * **table:** fix th paddings ([#951](https://github.com/core-ds/core-components/issues/951)) ([2d916c1](https://github.com/core-ds/core-components/commit/2d916c16a388b0949db2d0ae00c852c0acac6d28))
329
+
330
+
331
+
332
+
333
+
334
+ ## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.0...@alfalab/core-components-table@1.1.1) (2022-01-17)
335
+
336
+
337
+ ### Bug Fixes
338
+
339
+ * **table:** фикс высоты раскрывающейся ячейки ([#946](https://github.com/core-ds/core-components/issues/946)) ([643f9a5](https://github.com/core-ds/core-components/commit/643f9a556748bafc46a5c6f8c458c07770b11b17))
340
+
341
+
342
+
343
+
344
+
345
+ # 1.1.0 (2021-12-29)
346
+
347
+
348
+ ### Features
349
+
350
+
351
+ * **table:** компоненты для построения таблиц ([#911](https://github.com/core-ds/core-components/issues/911)) ([4ac648a](https://github.com/core-ds/core-components/commit/4ac648abd4de08bf68babc2f122f432d5b14080e))
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-9744d060.js');
5
+ require('./tslib.es6-b2714866.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  var components_thead_Component = require('./components/thead/Component.js');
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../tslib.es6-9744d060.js');
5
+ require('../tslib.es6-b2714866.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  var components_thead_Component = require('./thead/Component.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-9744d060.js');
5
+ var tslib_es6 = require('../../tslib.es6-b2714866.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var components_tableContext_index = require('../table-context/index.js');
@@ -16,7 +16,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
16
16
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
18
18
 
19
- var styles = {"component":"table__component_ixiqq","pagesWrapper":"table__pagesWrapper_ixiqq","tag":"table__tag_ixiqq","tagActive":"table__tagActive_ixiqq","menu":"table__menu_ixiqq","option":"table__option_ixiqq"};
19
+ var styles = {"component":"table__component_1wk9i","pagesWrapper":"table__pagesWrapper_1wk9i","tag":"table__tag_1wk9i","tagActive":"table__tagActive_1wk9i","menu":"table__menu_1wk9i","option":"table__option_1wk9i"};
20
20
  require('./index.css')
21
21
 
22
22
  var Pagination = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: ln438 */
1
+ /* hash: 10wpe */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
4
  }
@@ -17,7 +17,7 @@
17
17
  --gap-xl: 24px;
18
18
  --gap-2xl: 32px;
19
19
  }
20
- .table__component_ixiqq {
20
+ .table__component_1wk9i {
21
21
  display: flex;
22
22
  justify-content: space-between;
23
23
  align-items: flex-start;
@@ -26,24 +26,24 @@
26
26
  border-top: 1px solid var(--color-light-border-primary);
27
27
  box-sizing: border-box;
28
28
  }
29
- .table__pagesWrapper_ixiqq {
29
+ .table__pagesWrapper_1wk9i {
30
30
  display: flex;
31
31
  }
32
- .table__tag_ixiqq.table__tag_ixiqq {
32
+ .table__tag_1wk9i.table__tag_1wk9i {
33
33
  flex-shrink: 0;
34
34
  margin-right: var(--gap-xs);
35
35
  padding: 0 var(--gap-xs);
36
36
  min-width: 32px
37
37
  }
38
- .table__tag_ixiqq.table__tag_ixiqq:last-child {
38
+ .table__tag_1wk9i.table__tag_1wk9i:last-child {
39
39
  margin-right: 0;
40
40
  }
41
- .table__tag_ixiqq.table__tag_ixiqq.table__tagActive_ixiqq {
41
+ .table__tag_1wk9i.table__tag_1wk9i.table__tagActive_1wk9i {
42
42
  cursor: default;
43
43
  }
44
- .table__menu_ixiqq {
44
+ .table__menu_1wk9i {
45
45
  margin: var(--gap-2xs) 0;
46
46
  }
47
- .table__option_ixiqq {
47
+ .table__option_1wk9i {
48
48
  min-width: 208px;
49
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-9744d060.js');
5
+ require('../../tslib.es6-b2714866.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('../table-context/index.js');
@@ -1,4 +1,4 @@
1
- /* hash: zvl0p */
1
+ /* hash: 1f56c */
2
2
  :root {
3
3
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
4
4
  }
@@ -10,11 +10,11 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .table__field_fblx0 svg {
13
+ .table__field_1syco svg {
14
14
  width: 18px;
15
15
  height: 18px;
16
16
  }
17
- .table__open_fblx0,
18
- .table__open_fblx0:hover {
17
+ .table__open_1syco,
18
+ .table__open_1syco:hover {
19
19
  background-color: var(--color-light-specialbg-component-shade-7);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../../tslib.es6-9744d060.js');
5
+ var tslib_es6 = require('../../../tslib.es6-b2714866.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsButton = require('@alfalab/core-components-button');
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
14
14
 
15
- var styles = {"field":"table__field_fblx0","open":"table__open_fblx0"};
15
+ var styles = {"field":"table__field_1syco","open":"table__open_1syco"};
16
16
  require('./index.css')
17
17
 
18
18
  var CustomSelectField = function (_a) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-9744d060.js');
5
+ var tslib_es6 = require('../../tslib.es6-b2714866.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('../thead/Component.js');
@@ -15,7 +15,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
17
17
 
18
- var styles = {"component":"table__component_2zxlp","wrapper":"table__wrapper_2zxlp","hasPagination":"table__hasPagination_2zxlp","table":"table__table_2zxlp"};
18
+ var styles = {"component":"table__component_fgfss","wrapper":"table__wrapper_fgfss","hasPagination":"table__hasPagination_fgfss","table":"table__table_fgfss"};
19
19
  require('./index.css')
20
20
 
21
21
  var Table = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 14l1q */
1
+ /* hash: p48la */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -18,26 +18,26 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .table__component_2zxlp {
21
+ .table__component_fgfss {
22
22
  box-sizing: border-box;
23
23
  }
24
- .table__wrapper_2zxlp {
24
+ .table__wrapper_fgfss {
25
25
  padding: 0 var(--gap-m) var(--gap-m);
26
26
  background: var(--color-light-bg-primary);
27
27
  box-shadow: var(--shadow-xs-hard);
28
28
  border-radius: var(--border-radius-m);
29
29
  overflow: auto;
30
30
  }
31
- .table__hasPagination_2zxlp {
31
+ .table__hasPagination_fgfss {
32
32
  padding-bottom: 0;
33
33
  }
34
- .table__table_2zxlp {
34
+ .table__table_fgfss {
35
35
  width: 100%;
36
36
  border-collapse: collapse;
37
37
  box-sizing: border-box
38
38
 
39
39
  /* TODO: Хак для выравнивания чекбокса */
40
40
  }
41
- .table__table_2zxlp td:first-child label > *[class^='box'], .table__table_2zxlp th:first-child label > *[class^='box'] {
41
+ .table__table_fgfss td:first-child label > *[class^='box'], .table__table_fgfss th:first-child label > *[class^='box'] {
42
42
  margin-top: 0;
43
43
  }
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-9744d060.js');
5
+ require('../../tslib.es6-b2714866.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('../thead/Component.js');
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-9744d060.js');
5
+ require('../../tslib.es6-b2714866.js');
6
6
  var React = require('react');
7
7
  require('classnames');
8
8
  var components_thead_Component = require('../thead/Component.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-9744d060.js');
5
+ var tslib_es6 = require('../../tslib.es6-b2714866.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
 
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
13
13
 
14
- var styles = {"component":"table__component_5jz4m"};
14
+ var styles = {"component":"table__component_1x94b"};
15
15
  require('./index.css')
16
16
 
17
17
  var TBody = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 6pz9n */
1
+ /* hash: 1eobr */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__component_5jz4m {
10
+ .table__component_1x94b {
11
11
  width: 100%;
12
12
  box-sizing: border-box;
13
13
  }
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-9744d060.js');
5
+ require('../../tslib.es6-b2714866.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  var components_tbody_Component = require('./Component.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-9744d060.js');
5
+ var tslib_es6 = require('../../tslib.es6-b2714866.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var components_tableContext_index = require('../table-context/index.js');
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
14
14
 
15
- var styles = {"component":"table__component_ckd9i","hidden":"table__hidden_ckd9i","compact":"table__compact_ckd9i"};
15
+ var styles = {"component":"table__component_14frd","hidden":"table__hidden_14frd","compact":"table__compact_14frd"};
16
16
  require('./index.css')
17
17
 
18
18
  var TCell = function (_a) {