@ktnpm_devops/react-component 0.4.0 → 0.5.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 (372) hide show
  1. package/dist/charts/Sparkline/Sparkline.d.ts +4 -0
  2. package/dist/charts/Sparkline/Sparkline.d.ts.map +1 -0
  3. package/dist/charts/Sparkline/Sparkline.types.d.ts +15 -0
  4. package/dist/charts/Sparkline/Sparkline.types.d.ts.map +1 -0
  5. package/dist/charts/Sparkline/index.d.ts +3 -0
  6. package/dist/charts/Sparkline/index.d.ts.map +1 -0
  7. package/dist/composites/Accordion/Accordion.d.ts +5 -0
  8. package/dist/composites/Accordion/Accordion.d.ts.map +1 -0
  9. package/dist/composites/Accordion/Accordion.types.d.ts +15 -0
  10. package/dist/composites/Accordion/Accordion.types.d.ts.map +1 -0
  11. package/dist/composites/Accordion/index.d.ts +3 -0
  12. package/dist/composites/Accordion/index.d.ts.map +1 -0
  13. package/dist/composites/DatePickerDropdown/DatePickerDropdown.d.ts +7 -0
  14. package/dist/composites/DatePickerDropdown/DatePickerDropdown.d.ts.map +1 -0
  15. package/dist/composites/DatePickerDropdown/DatePickerDropdown.types.d.ts +20 -0
  16. package/dist/composites/DatePickerDropdown/DatePickerDropdown.types.d.ts.map +1 -0
  17. package/dist/composites/DatePickerDropdown/index.d.ts +3 -0
  18. package/dist/composites/DatePickerDropdown/index.d.ts.map +1 -0
  19. package/dist/composites/FilterDropdown/FilterDropdown.d.ts +7 -0
  20. package/dist/composites/FilterDropdown/FilterDropdown.d.ts.map +1 -0
  21. package/dist/composites/FilterDropdown/FilterDropdown.types.d.ts +29 -0
  22. package/dist/composites/FilterDropdown/FilterDropdown.types.d.ts.map +1 -0
  23. package/dist/composites/FilterDropdown/index.d.ts +3 -0
  24. package/dist/composites/FilterDropdown/index.d.ts.map +1 -0
  25. package/dist/constants.d.ts +2 -0
  26. package/dist/constants.d.ts.map +1 -1
  27. package/dist/data/HeatmapMatrix/HeatmapMatrix.d.ts +4 -0
  28. package/dist/data/HeatmapMatrix/HeatmapMatrix.d.ts.map +1 -0
  29. package/dist/data/HeatmapMatrix/HeatmapMatrix.types.d.ts +40 -0
  30. package/dist/data/HeatmapMatrix/HeatmapMatrix.types.d.ts.map +1 -0
  31. package/dist/data/HeatmapMatrix/index.d.ts +3 -0
  32. package/dist/data/HeatmapMatrix/index.d.ts.map +1 -0
  33. package/dist/index.cjs +49 -29
  34. package/dist/index.cjs.map +1 -1
  35. package/dist/index.d.ts +16 -0
  36. package/dist/index.d.ts.map +1 -1
  37. package/dist/index.js +50 -30
  38. package/dist/index.js.map +1 -1
  39. package/dist/index10.cjs +14 -15
  40. package/dist/index10.cjs.map +1 -1
  41. package/dist/index10.js +15 -16
  42. package/dist/index10.js.map +1 -1
  43. package/dist/index11.cjs +15 -4
  44. package/dist/index11.cjs.map +1 -1
  45. package/dist/index11.js +15 -4
  46. package/dist/index11.js.map +1 -1
  47. package/dist/index12.cjs +4 -16
  48. package/dist/index12.cjs.map +1 -1
  49. package/dist/index12.js +4 -16
  50. package/dist/index12.js.map +1 -1
  51. package/dist/index13.cjs +16 -10
  52. package/dist/index13.cjs.map +1 -1
  53. package/dist/index13.js +16 -10
  54. package/dist/index13.js.map +1 -1
  55. package/dist/index14.cjs +10 -100
  56. package/dist/index14.cjs.map +1 -1
  57. package/dist/index14.js +11 -101
  58. package/dist/index14.js.map +1 -1
  59. package/dist/index15.cjs +100 -20
  60. package/dist/index15.cjs.map +1 -1
  61. package/dist/index15.js +101 -21
  62. package/dist/index15.js.map +1 -1
  63. package/dist/index16.cjs +20 -43
  64. package/dist/index16.cjs.map +1 -1
  65. package/dist/index16.js +21 -44
  66. package/dist/index16.js.map +1 -1
  67. package/dist/index17.cjs +38 -85
  68. package/dist/index17.cjs.map +1 -1
  69. package/dist/index17.js +40 -87
  70. package/dist/index17.js.map +1 -1
  71. package/dist/index18.cjs +85 -153
  72. package/dist/index18.cjs.map +1 -1
  73. package/dist/index18.js +86 -154
  74. package/dist/index18.js.map +1 -1
  75. package/dist/index19.cjs +150 -128
  76. package/dist/index19.cjs.map +1 -1
  77. package/dist/index19.js +150 -128
  78. package/dist/index19.js.map +1 -1
  79. package/dist/index20.cjs +121 -106
  80. package/dist/index20.cjs.map +1 -1
  81. package/dist/index20.js +122 -107
  82. package/dist/index20.js.map +1 -1
  83. package/dist/index21.cjs +121 -17
  84. package/dist/index21.cjs.map +1 -1
  85. package/dist/index21.js +121 -17
  86. package/dist/index21.js.map +1 -1
  87. package/dist/index22.cjs +17 -8
  88. package/dist/index22.cjs.map +1 -1
  89. package/dist/index22.js +18 -9
  90. package/dist/index22.js.map +1 -1
  91. package/dist/index23.cjs +152 -119
  92. package/dist/index23.cjs.map +1 -1
  93. package/dist/index23.js +153 -120
  94. package/dist/index23.js.map +1 -1
  95. package/dist/index24.cjs +125 -33
  96. package/dist/index24.cjs.map +1 -1
  97. package/dist/index24.js +126 -34
  98. package/dist/index24.js.map +1 -1
  99. package/dist/index25.cjs +71 -218
  100. package/dist/index25.cjs.map +1 -1
  101. package/dist/index25.js +73 -220
  102. package/dist/index25.js.map +1 -1
  103. package/dist/index26.cjs +6 -32
  104. package/dist/index26.cjs.map +1 -1
  105. package/dist/index26.js +7 -33
  106. package/dist/index26.js.map +1 -1
  107. package/dist/index27.cjs +120 -67
  108. package/dist/index27.cjs.map +1 -1
  109. package/dist/index27.js +121 -68
  110. package/dist/index27.js.map +1 -1
  111. package/dist/index28.cjs +37 -58
  112. package/dist/index28.cjs.map +1 -1
  113. package/dist/index28.js +38 -59
  114. package/dist/index28.js.map +1 -1
  115. package/dist/index29.cjs +208 -137
  116. package/dist/index29.cjs.map +1 -1
  117. package/dist/index29.js +209 -138
  118. package/dist/index29.js.map +1 -1
  119. package/dist/index30.cjs +32 -6
  120. package/dist/index30.cjs.map +1 -1
  121. package/dist/index30.js +33 -7
  122. package/dist/index30.js.map +1 -1
  123. package/dist/index31.cjs +78 -17
  124. package/dist/index31.cjs.map +1 -1
  125. package/dist/index31.js +78 -17
  126. package/dist/index31.js.map +1 -1
  127. package/dist/index32.cjs +55 -73
  128. package/dist/index32.cjs.map +1 -1
  129. package/dist/index32.js +57 -75
  130. package/dist/index32.js.map +1 -1
  131. package/dist/index33.cjs +145 -135
  132. package/dist/index33.cjs.map +1 -1
  133. package/dist/index33.js +146 -136
  134. package/dist/index33.js.map +1 -1
  135. package/dist/index34.cjs +66 -99
  136. package/dist/index34.cjs.map +1 -1
  137. package/dist/index34.js +68 -101
  138. package/dist/index34.js.map +1 -1
  139. package/dist/index35.cjs +8 -6
  140. package/dist/index35.cjs.map +1 -1
  141. package/dist/index35.js +8 -6
  142. package/dist/index35.js.map +1 -1
  143. package/dist/index36.cjs +16 -215
  144. package/dist/index36.cjs.map +1 -1
  145. package/dist/index36.js +16 -215
  146. package/dist/index36.js.map +1 -1
  147. package/dist/index37.cjs +76 -7
  148. package/dist/index37.cjs.map +1 -1
  149. package/dist/index37.js +78 -9
  150. package/dist/index37.js.map +1 -1
  151. package/dist/index38.cjs +145 -16
  152. package/dist/index38.cjs.map +1 -1
  153. package/dist/index38.js +144 -15
  154. package/dist/index38.js.map +1 -1
  155. package/dist/index39.cjs +66 -16
  156. package/dist/index39.cjs.map +1 -1
  157. package/dist/index39.js +65 -15
  158. package/dist/index39.js.map +1 -1
  159. package/dist/index40.cjs +105 -23
  160. package/dist/index40.cjs.map +1 -1
  161. package/dist/index40.js +104 -22
  162. package/dist/index40.js.map +1 -1
  163. package/dist/index41.cjs +49 -16
  164. package/dist/index41.cjs.map +1 -1
  165. package/dist/index41.js +48 -15
  166. package/dist/index41.js.map +1 -1
  167. package/dist/index42.cjs +8 -7
  168. package/dist/index42.cjs.map +1 -1
  169. package/dist/index42.js +7 -6
  170. package/dist/index42.js.map +1 -1
  171. package/dist/index43.cjs +218 -7
  172. package/dist/index43.cjs.map +1 -1
  173. package/dist/index43.js +217 -6
  174. package/dist/index43.js.map +1 -1
  175. package/dist/index44.cjs +10 -28
  176. package/dist/index44.cjs.map +1 -1
  177. package/dist/index44.js +9 -27
  178. package/dist/index44.js.map +1 -1
  179. package/dist/index45.cjs +19 -16
  180. package/dist/index45.cjs.map +1 -1
  181. package/dist/index45.js +18 -15
  182. package/dist/index45.js.map +1 -1
  183. package/dist/index46.cjs +67 -21
  184. package/dist/index46.cjs.map +1 -1
  185. package/dist/index46.js +66 -20
  186. package/dist/index46.js.map +1 -1
  187. package/dist/index47.cjs +15 -21
  188. package/dist/index47.cjs.map +1 -1
  189. package/dist/index47.js +15 -21
  190. package/dist/index47.js.map +1 -1
  191. package/dist/index48.cjs +6 -67
  192. package/dist/index48.cjs.map +1 -1
  193. package/dist/index48.js +5 -66
  194. package/dist/index48.js.map +1 -1
  195. package/dist/index49.cjs +18 -75
  196. package/dist/index49.cjs.map +1 -1
  197. package/dist/index49.js +19 -76
  198. package/dist/index49.js.map +1 -1
  199. package/dist/index50.cjs +15 -36
  200. package/dist/index50.cjs.map +1 -1
  201. package/dist/index50.js +15 -36
  202. package/dist/index50.js.map +1 -1
  203. package/dist/index51.cjs +69 -33
  204. package/dist/index51.cjs.map +1 -1
  205. package/dist/index51.js +68 -32
  206. package/dist/index51.js.map +1 -1
  207. package/dist/index52.cjs +22 -13
  208. package/dist/index52.cjs.map +1 -1
  209. package/dist/index52.js +23 -14
  210. package/dist/index52.js.map +1 -1
  211. package/dist/index53.cjs +13 -34
  212. package/dist/index53.cjs.map +1 -1
  213. package/dist/index53.js +13 -34
  214. package/dist/index53.js.map +1 -1
  215. package/dist/index54.cjs +11 -2
  216. package/dist/index54.cjs.map +1 -1
  217. package/dist/index54.js +11 -2
  218. package/dist/index54.js.map +1 -1
  219. package/dist/index55.cjs +20 -5
  220. package/dist/index55.cjs.map +1 -1
  221. package/dist/index55.js +21 -6
  222. package/dist/index55.js.map +1 -1
  223. package/dist/index56.cjs +2 -38
  224. package/dist/index56.cjs.map +1 -1
  225. package/dist/index56.js +3 -39
  226. package/dist/index56.js.map +1 -1
  227. package/dist/index57.cjs +1 -1
  228. package/dist/index57.js +1 -1
  229. package/dist/index58.cjs +34 -13
  230. package/dist/index58.cjs.map +1 -1
  231. package/dist/index58.js +34 -13
  232. package/dist/index58.js.map +1 -1
  233. package/dist/index59.cjs +13 -52
  234. package/dist/index59.cjs.map +1 -1
  235. package/dist/index59.js +14 -53
  236. package/dist/index59.js.map +1 -1
  237. package/dist/index60.cjs +16 -64
  238. package/dist/index60.cjs.map +1 -1
  239. package/dist/index60.js +16 -64
  240. package/dist/index60.js.map +1 -1
  241. package/dist/index61.cjs +16 -19
  242. package/dist/index61.cjs.map +1 -1
  243. package/dist/index61.js +17 -20
  244. package/dist/index61.js.map +1 -1
  245. package/dist/index62.cjs +10 -16
  246. package/dist/index62.cjs.map +1 -1
  247. package/dist/index62.js +11 -17
  248. package/dist/index62.js.map +1 -1
  249. package/dist/index63.cjs +13 -28
  250. package/dist/index63.cjs.map +1 -1
  251. package/dist/index63.js +14 -29
  252. package/dist/index63.js.map +1 -1
  253. package/dist/index64.cjs +16 -13
  254. package/dist/index64.cjs.map +1 -1
  255. package/dist/index64.js +17 -14
  256. package/dist/index64.js.map +1 -1
  257. package/dist/index65.cjs +48 -36
  258. package/dist/index65.cjs.map +1 -1
  259. package/dist/index65.js +48 -36
  260. package/dist/index65.js.map +1 -1
  261. package/dist/index66.cjs +43 -134
  262. package/dist/index66.cjs.map +1 -1
  263. package/dist/index66.js +42 -133
  264. package/dist/index66.js.map +1 -1
  265. package/dist/index67.cjs +43 -37
  266. package/dist/index67.cjs.map +1 -1
  267. package/dist/index67.js +43 -37
  268. package/dist/index67.js.map +1 -1
  269. package/dist/index68.cjs +24 -39
  270. package/dist/index68.cjs.map +1 -1
  271. package/dist/index68.js +25 -40
  272. package/dist/index68.js.map +1 -1
  273. package/dist/index69.cjs +2 -50
  274. package/dist/index69.cjs.map +1 -1
  275. package/dist/index69.js +3 -51
  276. package/dist/index69.js.map +1 -1
  277. package/dist/index70.cjs +27 -0
  278. package/dist/index70.cjs.map +1 -0
  279. package/dist/index70.js +27 -0
  280. package/dist/index70.js.map +1 -0
  281. package/dist/index71.cjs +27 -0
  282. package/dist/index71.cjs.map +1 -0
  283. package/dist/index71.js +27 -0
  284. package/dist/index71.js.map +1 -0
  285. package/dist/index72.cjs +12 -0
  286. package/dist/index72.cjs.map +1 -0
  287. package/dist/index72.js +12 -0
  288. package/dist/index72.js.map +1 -0
  289. package/dist/index73.cjs +39 -0
  290. package/dist/index73.cjs.map +1 -0
  291. package/dist/index73.js +39 -0
  292. package/dist/index73.js.map +1 -0
  293. package/dist/index74.cjs +36 -0
  294. package/dist/index74.cjs.map +1 -0
  295. package/dist/index74.js +36 -0
  296. package/dist/index74.js.map +1 -0
  297. package/dist/index75.cjs +72 -0
  298. package/dist/index75.cjs.map +1 -0
  299. package/dist/index75.js +72 -0
  300. package/dist/index75.js.map +1 -0
  301. package/dist/index76.cjs +27 -0
  302. package/dist/index76.cjs.map +1 -0
  303. package/dist/index76.js +27 -0
  304. package/dist/index76.js.map +1 -0
  305. package/dist/index77.cjs +136 -0
  306. package/dist/index77.cjs.map +1 -0
  307. package/dist/index77.js +136 -0
  308. package/dist/index77.js.map +1 -0
  309. package/dist/index78.cjs +48 -0
  310. package/dist/index78.cjs.map +1 -0
  311. package/dist/index78.js +48 -0
  312. package/dist/index78.js.map +1 -0
  313. package/dist/index79.cjs +87 -0
  314. package/dist/index79.cjs.map +1 -0
  315. package/dist/index79.js +87 -0
  316. package/dist/index79.js.map +1 -0
  317. package/dist/index80.cjs +60 -0
  318. package/dist/index80.cjs.map +1 -0
  319. package/dist/index80.js +60 -0
  320. package/dist/index80.js.map +1 -0
  321. package/dist/index81.cjs +36 -0
  322. package/dist/index81.cjs.map +1 -0
  323. package/dist/index81.js +36 -0
  324. package/dist/index81.js.map +1 -0
  325. package/dist/index82.cjs +33 -0
  326. package/dist/index82.cjs.map +1 -0
  327. package/dist/index82.js +33 -0
  328. package/dist/index82.js.map +1 -0
  329. package/dist/index83.cjs +42 -0
  330. package/dist/index83.cjs.map +1 -0
  331. package/dist/index83.js +42 -0
  332. package/dist/index83.js.map +1 -0
  333. package/dist/index84.cjs +60 -0
  334. package/dist/index84.cjs.map +1 -0
  335. package/dist/index84.js +60 -0
  336. package/dist/index84.js.map +1 -0
  337. package/dist/index85.cjs +12 -0
  338. package/dist/index85.cjs.map +1 -0
  339. package/dist/index85.js +12 -0
  340. package/dist/index85.js.map +1 -0
  341. package/dist/index86.cjs +18 -0
  342. package/dist/index86.cjs.map +1 -0
  343. package/dist/index86.js +18 -0
  344. package/dist/index86.js.map +1 -0
  345. package/dist/index9.cjs +45 -14
  346. package/dist/index9.cjs.map +1 -1
  347. package/dist/index9.js +46 -15
  348. package/dist/index9.js.map +1 -1
  349. package/dist/primitives/SegmentedControl/SegmentedControl.d.ts +8 -0
  350. package/dist/primitives/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  351. package/dist/primitives/SegmentedControl/SegmentedControl.types.d.ts +25 -0
  352. package/dist/primitives/SegmentedControl/SegmentedControl.types.d.ts.map +1 -0
  353. package/dist/primitives/SegmentedControl/index.d.ts +3 -0
  354. package/dist/primitives/SegmentedControl/index.d.ts.map +1 -0
  355. package/dist/primitives/StatCard/StatCard.d.ts +4 -0
  356. package/dist/primitives/StatCard/StatCard.d.ts.map +1 -0
  357. package/dist/primitives/StatCard/StatCard.types.d.ts +16 -0
  358. package/dist/primitives/StatCard/StatCard.types.d.ts.map +1 -0
  359. package/dist/primitives/StatCard/index.d.ts +3 -0
  360. package/dist/primitives/StatCard/index.d.ts.map +1 -0
  361. package/dist/primitives/Toast/Toast.d.ts +5 -0
  362. package/dist/primitives/Toast/Toast.d.ts.map +1 -0
  363. package/dist/primitives/Toast/Toast.types.d.ts +28 -0
  364. package/dist/primitives/Toast/Toast.types.d.ts.map +1 -0
  365. package/dist/primitives/Toast/ToastProvider.d.ts +5 -0
  366. package/dist/primitives/Toast/ToastProvider.d.ts.map +1 -0
  367. package/dist/primitives/Toast/index.d.ts +4 -0
  368. package/dist/primitives/Toast/index.d.ts.map +1 -0
  369. package/dist/style.css +561 -0
  370. package/dist/styles.cjs +1 -0
  371. package/dist/styles.mjs +1 -0
  372. package/package.json +8 -3
package/dist/index60.cjs CHANGED
@@ -1,72 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "krc-root-HS837";
4
- const gapNone = "krc-gapNone-MmCvp";
5
- const gapXs = "krc-gapXs-Jketq";
6
- const gapSm = "krc-gapSm-BFLhK";
7
- const gapMd = "krc-gapMd--7IRg";
8
- const gapLg = "krc-gapLg-ehuIZ";
9
- const gapXl = "krc-gapXl-kNEyc";
10
- const alignStart = "krc-alignStart-q6fMC";
11
- const alignCenter = "krc-alignCenter-Py2Kt";
12
- const alignEnd = "krc-alignEnd-ialGn";
13
- const alignStretch = "krc-alignStretch-J-rq4";
14
- const alignBaseline = "krc-alignBaseline-Hg-4L";
15
- const justifyStart = "krc-justifyStart-tBqbD";
16
- const justifyCenter = "krc-justifyCenter-6QDaO";
17
- const justifyEnd = "krc-justifyEnd-2tbcB";
18
- const justifyBetween = "krc-justifyBetween-5W1AJ";
19
- const justifyAround = "krc-justifyAround-AMU1m";
20
- const justifyEvenly = "krc-justifyEvenly-Vj3C-";
21
- const wrap = "krc-wrap-Q4txZ";
22
- const nowrap = "krc-nowrap-BUcfT";
23
- const dirRow = "krc-dirRow-NBoPO";
24
- const dirColumn = "krc-dirColumn-gJ7qS";
3
+ const root = "krc-root-jkFwM";
4
+ const sidebar = "krc-sidebar-g7vxQ";
5
+ const sidebarCollapsed = "krc-sidebarCollapsed-Xiswa";
6
+ const main = "krc-main-B4HyG";
7
+ const content = "krc-content-72sFf";
8
+ const title = "krc-title-pe-1P";
25
9
  const styles = {
26
10
  root,
27
- gapNone,
28
- gapXs,
29
- gapSm,
30
- gapMd,
31
- gapLg,
32
- gapXl,
33
- alignStart,
34
- alignCenter,
35
- alignEnd,
36
- alignStretch,
37
- alignBaseline,
38
- justifyStart,
39
- justifyCenter,
40
- justifyEnd,
41
- justifyBetween,
42
- justifyAround,
43
- justifyEvenly,
44
- wrap,
45
- nowrap,
46
- dirRow,
47
- dirColumn
11
+ sidebar,
12
+ sidebarCollapsed,
13
+ main,
14
+ content,
15
+ title
48
16
  };
49
- exports.alignBaseline = alignBaseline;
50
- exports.alignCenter = alignCenter;
51
- exports.alignEnd = alignEnd;
52
- exports.alignStart = alignStart;
53
- exports.alignStretch = alignStretch;
17
+ exports.content = content;
54
18
  exports.default = styles;
55
- exports.dirColumn = dirColumn;
56
- exports.dirRow = dirRow;
57
- exports.gapLg = gapLg;
58
- exports.gapMd = gapMd;
59
- exports.gapNone = gapNone;
60
- exports.gapSm = gapSm;
61
- exports.gapXl = gapXl;
62
- exports.gapXs = gapXs;
63
- exports.justifyAround = justifyAround;
64
- exports.justifyBetween = justifyBetween;
65
- exports.justifyCenter = justifyCenter;
66
- exports.justifyEnd = justifyEnd;
67
- exports.justifyEvenly = justifyEvenly;
68
- exports.justifyStart = justifyStart;
69
- exports.nowrap = nowrap;
19
+ exports.main = main;
70
20
  exports.root = root;
71
- exports.wrap = wrap;
21
+ exports.sidebar = sidebar;
22
+ exports.sidebarCollapsed = sidebarCollapsed;
23
+ exports.title = title;
72
24
  //# sourceMappingURL=index60.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index60.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index60.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index60.js CHANGED
@@ -1,72 +1,24 @@
1
- const root = "krc-root-HS837";
2
- const gapNone = "krc-gapNone-MmCvp";
3
- const gapXs = "krc-gapXs-Jketq";
4
- const gapSm = "krc-gapSm-BFLhK";
5
- const gapMd = "krc-gapMd--7IRg";
6
- const gapLg = "krc-gapLg-ehuIZ";
7
- const gapXl = "krc-gapXl-kNEyc";
8
- const alignStart = "krc-alignStart-q6fMC";
9
- const alignCenter = "krc-alignCenter-Py2Kt";
10
- const alignEnd = "krc-alignEnd-ialGn";
11
- const alignStretch = "krc-alignStretch-J-rq4";
12
- const alignBaseline = "krc-alignBaseline-Hg-4L";
13
- const justifyStart = "krc-justifyStart-tBqbD";
14
- const justifyCenter = "krc-justifyCenter-6QDaO";
15
- const justifyEnd = "krc-justifyEnd-2tbcB";
16
- const justifyBetween = "krc-justifyBetween-5W1AJ";
17
- const justifyAround = "krc-justifyAround-AMU1m";
18
- const justifyEvenly = "krc-justifyEvenly-Vj3C-";
19
- const wrap = "krc-wrap-Q4txZ";
20
- const nowrap = "krc-nowrap-BUcfT";
21
- const dirRow = "krc-dirRow-NBoPO";
22
- const dirColumn = "krc-dirColumn-gJ7qS";
1
+ const root = "krc-root-jkFwM";
2
+ const sidebar = "krc-sidebar-g7vxQ";
3
+ const sidebarCollapsed = "krc-sidebarCollapsed-Xiswa";
4
+ const main = "krc-main-B4HyG";
5
+ const content = "krc-content-72sFf";
6
+ const title = "krc-title-pe-1P";
23
7
  const styles = {
24
8
  root,
25
- gapNone,
26
- gapXs,
27
- gapSm,
28
- gapMd,
29
- gapLg,
30
- gapXl,
31
- alignStart,
32
- alignCenter,
33
- alignEnd,
34
- alignStretch,
35
- alignBaseline,
36
- justifyStart,
37
- justifyCenter,
38
- justifyEnd,
39
- justifyBetween,
40
- justifyAround,
41
- justifyEvenly,
42
- wrap,
43
- nowrap,
44
- dirRow,
45
- dirColumn
9
+ sidebar,
10
+ sidebarCollapsed,
11
+ main,
12
+ content,
13
+ title
46
14
  };
47
15
  export {
48
- alignBaseline,
49
- alignCenter,
50
- alignEnd,
51
- alignStart,
52
- alignStretch,
16
+ content,
53
17
  styles as default,
54
- dirColumn,
55
- dirRow,
56
- gapLg,
57
- gapMd,
58
- gapNone,
59
- gapSm,
60
- gapXl,
61
- gapXs,
62
- justifyAround,
63
- justifyBetween,
64
- justifyCenter,
65
- justifyEnd,
66
- justifyEvenly,
67
- justifyStart,
68
- nowrap,
18
+ main,
69
19
  root,
70
- wrap
20
+ sidebar,
21
+ sidebarCollapsed,
22
+ title
71
23
  };
72
24
  //# sourceMappingURL=index60.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index60.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index60.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
package/dist/index61.cjs CHANGED
@@ -1,27 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "krc-root-cQSdQ";
4
- const disabled = "krc-disabled-mXUpZ";
5
- const active = "krc-active-c6Qv6";
6
- const collapsed = "krc-collapsed-zZjr3";
7
- const icon = "krc-icon-dmCQi";
8
- const label = "krc-label-ohVFC";
9
- const badge = "krc-badge-D8UnW";
3
+ const root = "krc-root-rzEDE";
4
+ const sidebar = "krc-sidebar-ediN2";
5
+ const sidebarCollapsed = "krc-sidebarCollapsed--qs43";
6
+ const main = "krc-main-E8utR";
7
+ const filterBar = "krc-filterBar-O8ajX";
8
+ const content = "krc-content-lY5l-";
10
9
  const styles = {
11
10
  root,
12
- disabled,
13
- active,
14
- collapsed,
15
- icon,
16
- label,
17
- badge
11
+ sidebar,
12
+ sidebarCollapsed,
13
+ main,
14
+ filterBar,
15
+ content
18
16
  };
19
- exports.active = active;
20
- exports.badge = badge;
21
- exports.collapsed = collapsed;
17
+ exports.content = content;
22
18
  exports.default = styles;
23
- exports.disabled = disabled;
24
- exports.icon = icon;
25
- exports.label = label;
19
+ exports.filterBar = filterBar;
20
+ exports.main = main;
26
21
  exports.root = root;
22
+ exports.sidebar = sidebar;
23
+ exports.sidebarCollapsed = sidebarCollapsed;
27
24
  //# sourceMappingURL=index61.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index61.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index61.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index61.js CHANGED
@@ -1,27 +1,24 @@
1
- const root = "krc-root-cQSdQ";
2
- const disabled = "krc-disabled-mXUpZ";
3
- const active = "krc-active-c6Qv6";
4
- const collapsed = "krc-collapsed-zZjr3";
5
- const icon = "krc-icon-dmCQi";
6
- const label = "krc-label-ohVFC";
7
- const badge = "krc-badge-D8UnW";
1
+ const root = "krc-root-rzEDE";
2
+ const sidebar = "krc-sidebar-ediN2";
3
+ const sidebarCollapsed = "krc-sidebarCollapsed--qs43";
4
+ const main = "krc-main-E8utR";
5
+ const filterBar = "krc-filterBar-O8ajX";
6
+ const content = "krc-content-lY5l-";
8
7
  const styles = {
9
8
  root,
10
- disabled,
11
- active,
12
- collapsed,
13
- icon,
14
- label,
15
- badge
9
+ sidebar,
10
+ sidebarCollapsed,
11
+ main,
12
+ filterBar,
13
+ content
16
14
  };
17
15
  export {
18
- active,
19
- badge,
20
- collapsed,
16
+ content,
21
17
  styles as default,
22
- disabled,
23
- icon,
24
- label,
25
- root
18
+ filterBar,
19
+ main,
20
+ root,
21
+ sidebar,
22
+ sidebarCollapsed
26
23
  };
27
24
  //# sourceMappingURL=index61.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index61.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index61.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
package/dist/index62.cjs CHANGED
@@ -1,24 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "krc-root-rzEDE";
4
- const sidebar = "krc-sidebar-ediN2";
5
- const sidebarCollapsed = "krc-sidebarCollapsed--qs43";
6
- const main = "krc-main-E8utR";
7
- const filterBar = "krc-filterBar-O8ajX";
8
- const content = "krc-content-lY5l-";
3
+ const root = "krc-root-la9-1";
4
+ const logo = "krc-logo-b73UT";
5
+ const card = "krc-card-1ev-q";
6
+ const footer = "krc-footer-E0B15";
9
7
  const styles = {
10
8
  root,
11
- sidebar,
12
- sidebarCollapsed,
13
- main,
14
- filterBar,
15
- content
9
+ logo,
10
+ card,
11
+ footer
16
12
  };
17
- exports.content = content;
13
+ exports.card = card;
18
14
  exports.default = styles;
19
- exports.filterBar = filterBar;
20
- exports.main = main;
15
+ exports.footer = footer;
16
+ exports.logo = logo;
21
17
  exports.root = root;
22
- exports.sidebar = sidebar;
23
- exports.sidebarCollapsed = sidebarCollapsed;
24
18
  //# sourceMappingURL=index62.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index62.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index62.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
package/dist/index62.js CHANGED
@@ -1,24 +1,18 @@
1
- const root = "krc-root-rzEDE";
2
- const sidebar = "krc-sidebar-ediN2";
3
- const sidebarCollapsed = "krc-sidebarCollapsed--qs43";
4
- const main = "krc-main-E8utR";
5
- const filterBar = "krc-filterBar-O8ajX";
6
- const content = "krc-content-lY5l-";
1
+ const root = "krc-root-la9-1";
2
+ const logo = "krc-logo-b73UT";
3
+ const card = "krc-card-1ev-q";
4
+ const footer = "krc-footer-E0B15";
7
5
  const styles = {
8
6
  root,
9
- sidebar,
10
- sidebarCollapsed,
11
- main,
12
- filterBar,
13
- content
7
+ logo,
8
+ card,
9
+ footer
14
10
  };
15
11
  export {
16
- content,
12
+ card,
17
13
  styles as default,
18
- filterBar,
19
- main,
20
- root,
21
- sidebar,
22
- sidebarCollapsed
14
+ footer,
15
+ logo,
16
+ root
23
17
  };
24
18
  //# sourceMappingURL=index62.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index62.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index62.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
package/dist/index63.cjs CHANGED
@@ -1,36 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "krc-root-rUudF";
4
- const header = "krc-header-zjbPA";
5
- const title = "krc-title-ScYja";
6
- const timeRangeGroup = "krc-timeRangeGroup-FP1TP";
7
- const timeRangeButton = "krc-timeRangeButton-9XCxb";
8
- const timeRangeButtonActive = "krc-timeRangeButtonActive-Y-KCh";
9
- const chartContainer = "krc-chartContainer-6rb4Z";
10
- const loading = "krc-loading-EWhol";
11
- const error = "krc-error-erDaP";
12
- const empty = "krc-empty---cYi";
3
+ const root = "krc-root-LQf3S";
4
+ const item = "krc-item-Y5RvK";
5
+ const disabled = "krc-disabled-wnQRZ";
6
+ const focused = "krc-focused-hDoa3";
7
+ const icon = "krc-icon-q-Jmu";
13
8
  const styles = {
14
9
  root,
15
- header,
16
- title,
17
- timeRangeGroup,
18
- timeRangeButton,
19
- timeRangeButtonActive,
20
- chartContainer,
21
- loading,
22
- error,
23
- empty
10
+ item,
11
+ disabled,
12
+ focused,
13
+ icon
24
14
  };
25
- exports.chartContainer = chartContainer;
26
15
  exports.default = styles;
27
- exports.empty = empty;
28
- exports.error = error;
29
- exports.header = header;
30
- exports.loading = loading;
16
+ exports.disabled = disabled;
17
+ exports.focused = focused;
18
+ exports.icon = icon;
19
+ exports.item = item;
31
20
  exports.root = root;
32
- exports.timeRangeButton = timeRangeButton;
33
- exports.timeRangeButtonActive = timeRangeButtonActive;
34
- exports.timeRangeGroup = timeRangeGroup;
35
- exports.title = title;
36
21
  //# sourceMappingURL=index63.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index63.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index63.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
package/dist/index63.js CHANGED
@@ -1,36 +1,21 @@
1
- const root = "krc-root-rUudF";
2
- const header = "krc-header-zjbPA";
3
- const title = "krc-title-ScYja";
4
- const timeRangeGroup = "krc-timeRangeGroup-FP1TP";
5
- const timeRangeButton = "krc-timeRangeButton-9XCxb";
6
- const timeRangeButtonActive = "krc-timeRangeButtonActive-Y-KCh";
7
- const chartContainer = "krc-chartContainer-6rb4Z";
8
- const loading = "krc-loading-EWhol";
9
- const error = "krc-error-erDaP";
10
- const empty = "krc-empty---cYi";
1
+ const root = "krc-root-LQf3S";
2
+ const item = "krc-item-Y5RvK";
3
+ const disabled = "krc-disabled-wnQRZ";
4
+ const focused = "krc-focused-hDoa3";
5
+ const icon = "krc-icon-q-Jmu";
11
6
  const styles = {
12
7
  root,
13
- header,
14
- title,
15
- timeRangeGroup,
16
- timeRangeButton,
17
- timeRangeButtonActive,
18
- chartContainer,
19
- loading,
20
- error,
21
- empty
8
+ item,
9
+ disabled,
10
+ focused,
11
+ icon
22
12
  };
23
13
  export {
24
- chartContainer,
25
14
  styles as default,
26
- empty,
27
- error,
28
- header,
29
- loading,
30
- root,
31
- timeRangeButton,
32
- timeRangeButtonActive,
33
- timeRangeGroup,
34
- title
15
+ disabled,
16
+ focused,
17
+ icon,
18
+ item,
19
+ root
35
20
  };
36
21
  //# sourceMappingURL=index63.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index63.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index63.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
package/dist/index64.cjs CHANGED
@@ -1,21 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "krc-root-WL0sD";
4
- const left = "krc-left-9KFDB";
5
- const right = "krc-right-YmUbX";
6
- const divider = "krc-divider-jNOSU";
7
- const dividerHandle = "krc-dividerHandle-SoNqx";
3
+ const root = "krc-root-pS02L";
4
+ const sidebar = "krc-sidebar-n1HeR";
5
+ const conversationList = "krc-conversationList-E8ODD";
6
+ const mainArea = "krc-mainArea-E0cNf";
7
+ const messages = "krc-messages-S9aU-";
8
+ const input = "krc-input-HAMJ3";
8
9
  const styles = {
9
10
  root,
10
- left,
11
- right,
12
- divider,
13
- dividerHandle
11
+ sidebar,
12
+ conversationList,
13
+ mainArea,
14
+ messages,
15
+ input
14
16
  };
17
+ exports.conversationList = conversationList;
15
18
  exports.default = styles;
16
- exports.divider = divider;
17
- exports.dividerHandle = dividerHandle;
18
- exports.left = left;
19
- exports.right = right;
19
+ exports.input = input;
20
+ exports.mainArea = mainArea;
21
+ exports.messages = messages;
20
22
  exports.root = root;
23
+ exports.sidebar = sidebar;
21
24
  //# sourceMappingURL=index64.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index64.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index64.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index64.js CHANGED
@@ -1,21 +1,24 @@
1
- const root = "krc-root-WL0sD";
2
- const left = "krc-left-9KFDB";
3
- const right = "krc-right-YmUbX";
4
- const divider = "krc-divider-jNOSU";
5
- const dividerHandle = "krc-dividerHandle-SoNqx";
1
+ const root = "krc-root-pS02L";
2
+ const sidebar = "krc-sidebar-n1HeR";
3
+ const conversationList = "krc-conversationList-E8ODD";
4
+ const mainArea = "krc-mainArea-E0cNf";
5
+ const messages = "krc-messages-S9aU-";
6
+ const input = "krc-input-HAMJ3";
6
7
  const styles = {
7
8
  root,
8
- left,
9
- right,
10
- divider,
11
- dividerHandle
9
+ sidebar,
10
+ conversationList,
11
+ mainArea,
12
+ messages,
13
+ input
12
14
  };
13
15
  export {
16
+ conversationList,
14
17
  styles as default,
15
- divider,
16
- dividerHandle,
17
- left,
18
- right,
19
- root
18
+ input,
19
+ mainArea,
20
+ messages,
21
+ root,
22
+ sidebar
20
23
  };
21
24
  //# sourceMappingURL=index64.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index64.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
1
+ {"version":3,"file":"index64.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
package/dist/index65.cjs CHANGED
@@ -1,45 +1,57 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "krc-root-xM3Jn";
4
- const header = "krc-header-Pg9ER";
5
- const title = "krc-title-MRZQn";
6
- const headerRight = "krc-headerRight-b0xzW";
7
- const toolbar = "krc-toolbar--rsIi";
8
- const select = "krc-select-79sIN";
9
- const legendToggle = "krc-legendToggle--ofSS";
10
- const legendToggleActive = "krc-legendToggleActive-14gdq";
11
- const chartContainer = "krc-chartContainer-tDTrg";
12
- const loading = "krc-loading-WkgGt";
13
- const error = "krc-error-yzAKV";
14
- const retryButton = "krc-retryButton-wTkWq";
15
- const empty = "krc-empty-1EZzg";
3
+ const root = "krc-root-W2sel";
4
+ const tableContainer = "krc-tableContainer-Ed3uk";
5
+ const table = "krc-table-7p0H-";
6
+ const th = "krc-th-fNmfv";
7
+ const sortable = "krc-sortable-Ve0MQ";
8
+ const thContent = "krc-thContent-BRDIL";
9
+ const sortIndicator = "krc-sortIndicator-PtGYj";
10
+ const resizeHandle = "krc-resizeHandle--St-g";
11
+ const td = "krc-td-ZVsrU";
12
+ const row = "krc-row-JivMH";
13
+ const rowClickable = "krc-rowClickable-lTgQW";
14
+ const rowSelected = "krc-rowSelected-Sv0qs";
15
+ const skeletonRow = "krc-skeletonRow-uD1y7";
16
+ const skeleton = "krc-skeleton-eeYso";
17
+ const empty = "krc-empty-xKpKS";
18
+ const loadMore = "krc-loadMore-njxDN";
19
+ const loadMoreButton = "krc-loadMoreButton-C3Q-f";
16
20
  const styles = {
17
21
  root,
18
- header,
19
- title,
20
- headerRight,
21
- toolbar,
22
- select,
23
- legendToggle,
24
- legendToggleActive,
25
- chartContainer,
26
- loading,
27
- error,
28
- retryButton,
29
- empty
22
+ tableContainer,
23
+ table,
24
+ th,
25
+ sortable,
26
+ thContent,
27
+ sortIndicator,
28
+ resizeHandle,
29
+ td,
30
+ row,
31
+ rowClickable,
32
+ rowSelected,
33
+ skeletonRow,
34
+ skeleton,
35
+ empty,
36
+ loadMore,
37
+ loadMoreButton
30
38
  };
31
- exports.chartContainer = chartContainer;
32
39
  exports.default = styles;
33
40
  exports.empty = empty;
34
- exports.error = error;
35
- exports.header = header;
36
- exports.headerRight = headerRight;
37
- exports.legendToggle = legendToggle;
38
- exports.legendToggleActive = legendToggleActive;
39
- exports.loading = loading;
40
- exports.retryButton = retryButton;
41
+ exports.loadMore = loadMore;
42
+ exports.loadMoreButton = loadMoreButton;
43
+ exports.resizeHandle = resizeHandle;
41
44
  exports.root = root;
42
- exports.select = select;
43
- exports.title = title;
44
- exports.toolbar = toolbar;
45
+ exports.row = row;
46
+ exports.rowClickable = rowClickable;
47
+ exports.rowSelected = rowSelected;
48
+ exports.skeleton = skeleton;
49
+ exports.skeletonRow = skeletonRow;
50
+ exports.sortIndicator = sortIndicator;
51
+ exports.sortable = sortable;
52
+ exports.table = table;
53
+ exports.tableContainer = tableContainer;
54
+ exports.td = td;
55
+ exports.th = th;
56
+ exports.thContent = thContent;
45
57
  //# sourceMappingURL=index65.cjs.map