@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/style.css CHANGED
@@ -269,6 +269,62 @@
269
269
  /* Overlay */
270
270
  --overlay-color: rgba(0, 0, 0, 0.6);
271
271
  }
272
+ .krc-root-xKc1n {
273
+ display: flex;
274
+ flex-direction: column;
275
+ gap: var(--spacing-sm);
276
+ }
277
+
278
+ .krc-item-Omuyb {
279
+ background: var(--surface-color);
280
+ border: var(--border-width) solid var(--border-color);
281
+ border-radius: var(--radius-lg);
282
+ overflow: hidden;
283
+ }
284
+
285
+ .krc-head-ePoJ- {
286
+ display: flex;
287
+ align-items: center;
288
+ gap: 0.875rem;
289
+ width: 100%;
290
+ padding: var(--spacing-md) 1.125rem;
291
+ background: transparent;
292
+ border: none;
293
+ font-family: inherit;
294
+ text-align: left;
295
+ color: var(--text-primary);
296
+ cursor: pointer;
297
+ }
298
+
299
+ .krc-head-ePoJ-:hover {
300
+ background: var(--surface-alt);
301
+ }
302
+
303
+ .krc-head-ePoJ-:focus-visible {
304
+ outline: none;
305
+ box-shadow: var(--focus-ring-shadow);
306
+ }
307
+
308
+ .krc-headContent-wymxG {
309
+ flex: 1;
310
+ min-width: 0;
311
+ }
312
+
313
+ .krc-chev-yPNHx {
314
+ width: 1rem;
315
+ height: 1rem;
316
+ flex: none;
317
+ color: var(--text-muted);
318
+ transition: transform 0.2s ease;
319
+ }
320
+
321
+ .krc-isOpen-wp7DR .krc-chev-yPNHx {
322
+ transform: rotate(90deg);
323
+ }
324
+
325
+ .krc-body-pZ1Bk {
326
+ border-top: var(--border-width) solid var(--border-color);
327
+ }
272
328
  .krc-root-la9-1 {
273
329
  display: flex;
274
330
  flex-direction: column;
@@ -1116,6 +1172,345 @@
1116
1172
  overflow-y: auto;
1117
1173
  padding: var(--spacing-lg);
1118
1174
  }
1175
+ .krc-root-zHJLB {
1176
+ position: relative;
1177
+ display: inline-block;
1178
+ }
1179
+
1180
+ .krc-trigger-kRS4l {
1181
+ display: inline-flex;
1182
+ align-items: center;
1183
+ gap: 0.5625rem;
1184
+ border: var(--border-width) solid var(--border-color);
1185
+ background: var(--surface-color);
1186
+ color: var(--text-primary);
1187
+ border-radius: var(--radius-md);
1188
+ padding: 0.5625rem 0.9375rem;
1189
+ font-family: inherit;
1190
+ font-size: var(--font-size-sm);
1191
+ font-weight: 600;
1192
+ cursor: pointer;
1193
+ box-shadow: var(--shadow-subtle);
1194
+ }
1195
+
1196
+ .krc-trigger-kRS4l:hover {
1197
+ border-color: var(--accent-color);
1198
+ }
1199
+
1200
+ .krc-trigger-kRS4l:focus-visible {
1201
+ outline: none;
1202
+ box-shadow: var(--focus-ring-shadow);
1203
+ }
1204
+
1205
+ .krc-isOpen-4fsg7 {
1206
+ border-color: var(--accent-color);
1207
+ color: var(--accent-color-strong);
1208
+ background: var(--accent-color-soft);
1209
+ }
1210
+
1211
+ .krc-icon-YS-DJ {
1212
+ width: 0.9375rem;
1213
+ height: 0.9375rem;
1214
+ flex: none;
1215
+ color: var(--accent-color);
1216
+ }
1217
+
1218
+ .krc-arrow-wiq8b {
1219
+ font-size: 0.58rem;
1220
+ color: var(--text-muted);
1221
+ margin-left: 0.125rem;
1222
+ }
1223
+
1224
+ .krc-pop-boLzq {
1225
+ position: absolute;
1226
+ top: calc(100% + 0.375rem);
1227
+ left: 0;
1228
+ z-index: 9;
1229
+ background: var(--surface-color);
1230
+ border: var(--border-width) solid var(--border-color);
1231
+ border-radius: var(--radius-lg);
1232
+ box-shadow: var(--shadow-lg);
1233
+ padding: 0.75rem 0.875rem;
1234
+ width: 15.5rem;
1235
+ box-sizing: border-box;
1236
+ }
1237
+
1238
+ .krc-head-FDhHr {
1239
+ display: flex;
1240
+ align-items: center;
1241
+ justify-content: space-between;
1242
+ margin-bottom: 0.5rem;
1243
+ }
1244
+
1245
+ .krc-nav-ZcR0Q {
1246
+ border: none;
1247
+ background: none;
1248
+ color: var(--text-secondary);
1249
+ font-size: var(--font-size-lg);
1250
+ line-height: 1;
1251
+ cursor: pointer;
1252
+ padding: 0.125rem 0.375rem;
1253
+ border-radius: var(--radius-sm);
1254
+ }
1255
+
1256
+ .krc-nav-ZcR0Q:hover {
1257
+ background: var(--surface-alt);
1258
+ color: var(--accent-color-strong);
1259
+ }
1260
+
1261
+ .krc-title-MqB3H {
1262
+ font-size: var(--font-size-sm);
1263
+ font-weight: 700;
1264
+ color: var(--text-secondary);
1265
+ }
1266
+
1267
+ .krc-dows-EshP3 {
1268
+ display: grid;
1269
+ grid-template-columns: repeat(7, 1fr);
1270
+ gap: 0.125rem;
1271
+ margin-bottom: 0.25rem;
1272
+ }
1273
+
1274
+ .krc-dows-EshP3 span {
1275
+ font-size: 0.6rem;
1276
+ font-weight: 700;
1277
+ color: var(--text-muted);
1278
+ text-align: center;
1279
+ }
1280
+
1281
+ .krc-grid-xiUF- {
1282
+ display: grid;
1283
+ grid-template-columns: repeat(7, 1fr);
1284
+ gap: 0.125rem;
1285
+ }
1286
+
1287
+ .krc-day-2W9yq {
1288
+ font-size: var(--font-size-xs);
1289
+ text-align: center;
1290
+ padding: 0.375rem 0;
1291
+ border-radius: 0.4375rem;
1292
+ color: var(--text-muted);
1293
+ border: none;
1294
+ background: none;
1295
+ font-family: inherit;
1296
+ }
1297
+
1298
+ .krc-empty-Mf05c {
1299
+ visibility: hidden;
1300
+ }
1301
+
1302
+ .krc-off-tATo- {
1303
+ color: var(--border-color);
1304
+ }
1305
+
1306
+ .krc-able-bD-du {
1307
+ color: var(--text-primary);
1308
+ cursor: pointer;
1309
+ font-weight: 600;
1310
+ background: var(--accent-color-soft);
1311
+ }
1312
+
1313
+ .krc-able-bD-du:hover {
1314
+ background: var(--accent-color);
1315
+ color: var(--accent-color-contrast);
1316
+ }
1317
+
1318
+ .krc-able-bD-du:focus-visible {
1319
+ outline: none;
1320
+ box-shadow: var(--focus-ring-shadow);
1321
+ }
1322
+
1323
+ .krc-selected-Q1am3 {
1324
+ background: var(--accent-color);
1325
+ color: var(--accent-color-contrast);
1326
+ font-weight: 700;
1327
+ }
1328
+ .krc-root-oXC0g {
1329
+ position: relative;
1330
+ display: inline-block;
1331
+ }
1332
+
1333
+ .krc-trigger-2YW6R {
1334
+ display: inline-flex;
1335
+ align-items: center;
1336
+ gap: 0.4375rem;
1337
+ border: var(--border-width) solid var(--border-color);
1338
+ background: var(--surface-color);
1339
+ color: var(--text-secondary);
1340
+ border-radius: var(--radius-md);
1341
+ padding: 0.5rem 0.875rem;
1342
+ font-family: inherit;
1343
+ font-size: var(--font-size-sm);
1344
+ font-weight: 600;
1345
+ cursor: pointer;
1346
+ }
1347
+
1348
+ .krc-trigger-2YW6R:focus-visible {
1349
+ outline: none;
1350
+ box-shadow: var(--focus-ring-shadow);
1351
+ }
1352
+
1353
+ .krc-isActive-HSFfq {
1354
+ border-color: var(--accent-color);
1355
+ color: var(--accent-color-strong);
1356
+ background: var(--accent-color-soft);
1357
+ }
1358
+
1359
+ .krc-arrow-3UdEd {
1360
+ width: 0.75rem;
1361
+ height: 0.75rem;
1362
+ color: var(--text-muted);
1363
+ transition: transform 0.2s ease;
1364
+ }
1365
+
1366
+ .krc-arrowOpen-DvGky {
1367
+ transform: rotate(180deg);
1368
+ }
1369
+
1370
+ .krc-pop-IfyfL {
1371
+ position: absolute;
1372
+ top: calc(100% + 0.375rem);
1373
+ left: 0;
1374
+ z-index: 9;
1375
+ background: var(--surface-color);
1376
+ border: var(--border-width) solid var(--border-color);
1377
+ border-radius: var(--radius-lg);
1378
+ box-shadow: var(--shadow-lg);
1379
+ padding: 0.75rem 0.875rem;
1380
+ min-width: 14.375rem;
1381
+ max-height: 18.75rem;
1382
+ overflow: auto;
1383
+ }
1384
+
1385
+ .krc-chips-J7YEf {
1386
+ display: flex;
1387
+ flex-wrap: wrap;
1388
+ gap: 0.375rem;
1389
+ max-width: 21.25rem;
1390
+ }
1391
+
1392
+ .krc-chip-HbgDr {
1393
+ font-size: var(--font-size-xs);
1394
+ padding: 0.1875rem 0.5625rem;
1395
+ border-radius: var(--radius-pill);
1396
+ border: var(--border-width) solid var(--border-color);
1397
+ background: var(--surface-color);
1398
+ color: var(--text-secondary);
1399
+ font-family: inherit;
1400
+ cursor: pointer;
1401
+ }
1402
+
1403
+ .krc-chipOn--fbh8 {
1404
+ background: var(--accent-color-soft);
1405
+ border-color: var(--accent-color);
1406
+ color: var(--accent-color-strong);
1407
+ font-weight: 600;
1408
+ }
1409
+
1410
+ .krc-clear--yvPZ {
1411
+ display: block;
1412
+ margin-top: 0.625rem;
1413
+ border: none;
1414
+ background: none;
1415
+ color: var(--accent-color-strong);
1416
+ font-family: inherit;
1417
+ font-size: var(--font-size-xs);
1418
+ font-weight: 600;
1419
+ cursor: pointer;
1420
+ padding: 0;
1421
+ }
1422
+
1423
+ .krc-input--QI2U {
1424
+ width: 100%;
1425
+ box-sizing: border-box;
1426
+ border: var(--border-width) solid var(--border-color);
1427
+ border-radius: var(--radius-md);
1428
+ padding: 0.4375rem 0.625rem;
1429
+ font-family: inherit;
1430
+ font-size: var(--font-size-sm);
1431
+ outline: none;
1432
+ }
1433
+
1434
+ .krc-input--QI2U:focus {
1435
+ border-color: var(--accent-color);
1436
+ }
1437
+ .krc-wrap-JRsc1 {
1438
+ overflow: auto;
1439
+ border: var(--border-width) solid var(--border-color);
1440
+ border-radius: var(--radius-md);
1441
+ }
1442
+
1443
+ .krc-root-k9ocd {
1444
+ border-collapse: collapse;
1445
+ font-size: var(--font-size-xs);
1446
+ }
1447
+
1448
+ .krc-root-k9ocd th,
1449
+ .krc-root-k9ocd td {
1450
+ border: var(--border-width) solid var(--border-color-light);
1451
+ padding: 0.3125rem 0.4375rem;
1452
+ text-align: center;
1453
+ white-space: nowrap;
1454
+ }
1455
+
1456
+ .krc-colh-Fi0Kr {
1457
+ background: var(--surface-alt);
1458
+ font-weight: 700;
1459
+ color: var(--text-secondary);
1460
+ position: sticky;
1461
+ top: 0;
1462
+ z-index: 1;
1463
+ }
1464
+
1465
+ .krc-rowh-bTG4G {
1466
+ text-align: left;
1467
+ font-weight: 600;
1468
+ background: var(--surface-alt);
1469
+ color: var(--text-primary);
1470
+ position: sticky;
1471
+ left: 0;
1472
+ z-index: 1;
1473
+ }
1474
+
1475
+ .krc-corner-MNGJd {
1476
+ background: var(--surface-alt);
1477
+ text-align: left;
1478
+ font-weight: 700;
1479
+ color: var(--text-secondary);
1480
+ position: sticky;
1481
+ top: 0;
1482
+ left: 0;
1483
+ z-index: 2;
1484
+ }
1485
+
1486
+ .krc-cell-i0lDG {
1487
+ color: var(--text-primary);
1488
+ }
1489
+
1490
+ .krc-cell-i0lDG.krc-bad-Hb1F3 {
1491
+ background: var(--danger-color-soft);
1492
+ color: var(--danger-color);
1493
+ font-weight: 700;
1494
+ }
1495
+
1496
+ .krc-cell-i0lDG.krc-ok-hx6Lc {
1497
+ background: var(--success-color-soft);
1498
+ color: var(--success-color);
1499
+ }
1500
+
1501
+ .krc-clickable-Q8fZg {
1502
+ cursor: pointer;
1503
+ }
1504
+
1505
+ .krc-clickable-Q8fZg:hover {
1506
+ outline: var(--border-width-md, 0.125rem) solid var(--accent-color);
1507
+ outline-offset: calc(-1 * var(--border-width-md, 0.125rem));
1508
+ }
1509
+
1510
+ .krc-clickable-Q8fZg:focus-visible {
1511
+ outline: var(--border-width-md, 0.125rem) solid var(--accent-color);
1512
+ outline-offset: calc(-1 * var(--border-width-md, 0.125rem));
1513
+ }
1119
1514
  .krc-root-bWynN {
1120
1515
  width: 100%;
1121
1516
  padding: 0.65rem 0.85rem;
@@ -1874,6 +2269,60 @@
1874
2269
  background: var(--warning-color-soft);
1875
2270
  border-bottom: var(--border-width) solid var(--border-color);
1876
2271
  }
2272
+ .krc-root-vqaJ6 {
2273
+ display: inline-flex;
2274
+ border: var(--border-width) solid var(--border-color);
2275
+ background: var(--surface-color);
2276
+ overflow: hidden;
2277
+ }
2278
+
2279
+ .krc-pill-8z557 {
2280
+ border-radius: var(--radius-pill);
2281
+ }
2282
+
2283
+ .krc-square-g0EM3 {
2284
+ border-radius: var(--radius-md);
2285
+ }
2286
+
2287
+ .krc-segment-5-V31 {
2288
+ border: none;
2289
+ background: transparent;
2290
+ color: var(--text-secondary);
2291
+ font-family: inherit;
2292
+ font-weight: 600;
2293
+ cursor: pointer;
2294
+ white-space: nowrap;
2295
+ transition: background-color 0.2s ease, color 0.2s ease;
2296
+ }
2297
+
2298
+ .krc-segment-5-V31:focus-visible {
2299
+ outline: none;
2300
+ box-shadow: var(--focus-ring-shadow);
2301
+ }
2302
+
2303
+ .krc-segment-5-V31:not(.krc-isOn-7tAhJ):not(:disabled):hover {
2304
+ background: var(--surface-alt);
2305
+ }
2306
+
2307
+ .krc-segment-5-V31:disabled {
2308
+ opacity: 0.5;
2309
+ cursor: not-allowed;
2310
+ }
2311
+
2312
+ .krc-isOn-7tAhJ {
2313
+ background: var(--accent-color);
2314
+ color: var(--accent-color-contrast);
2315
+ }
2316
+
2317
+ .krc-md-pA-Ck .krc-segment-5-V31 {
2318
+ padding: 0.4375rem 1rem;
2319
+ font-size: var(--font-size-sm);
2320
+ }
2321
+
2322
+ .krc-sm-VMB3s .krc-segment-5-V31 {
2323
+ padding: 0.3125rem 0.75rem;
2324
+ font-size: var(--font-size-xs);
2325
+ }
1877
2326
  .krc-root-jba0x {
1878
2327
  width: 100%;
1879
2328
  padding: 0.65rem 0.85rem;
@@ -2210,6 +2659,15 @@
2210
2659
  color: var(--text-secondary);
2211
2660
  font-size: var(--font-size-xs);
2212
2661
  }
2662
+ .krc-root--zhUO {
2663
+ display: inline-block;
2664
+ vertical-align: middle;
2665
+ color: var(--text-muted);
2666
+ }
2667
+
2668
+ .krc-dot-uJk1V {
2669
+ fill: var(--danger-color);
2670
+ }
2213
2671
  .krc-root-U8B4Y {
2214
2672
  background: var(--surface-color);
2215
2673
  border: var(--border-width) solid var(--border-color);
@@ -2358,6 +2816,61 @@
2358
2816
  color: var(--text-secondary);
2359
2817
  font-size: var(--font-size-sm);
2360
2818
  }
2819
+ .krc-root-ZwPiG {
2820
+ background: var(--surface-color);
2821
+ border: var(--border-width) solid var(--border-color);
2822
+ border-radius: var(--radius-lg);
2823
+ padding: 1rem 1.125rem;
2824
+ }
2825
+
2826
+ .krc-label-WG17f {
2827
+ font-size: var(--font-size-xs);
2828
+ font-weight: 600;
2829
+ color: var(--text-muted);
2830
+ text-transform: uppercase;
2831
+ letter-spacing: 0.025rem;
2832
+ }
2833
+
2834
+ .krc-value-S9SSu {
2835
+ font-size: var(--font-size-4xl);
2836
+ font-weight: 800;
2837
+ color: var(--text-primary);
2838
+ margin-top: 0.375rem;
2839
+ line-height: 1;
2840
+ }
2841
+
2842
+ .krc-value-S9SSu.krc-red-stqO- {
2843
+ color: var(--danger-color);
2844
+ }
2845
+
2846
+ .krc-value-S9SSu.krc-amber-lZgsd {
2847
+ color: var(--warning-color);
2848
+ }
2849
+
2850
+ .krc-sub-0xfrv {
2851
+ font-size: var(--font-size-xs);
2852
+ color: var(--text-secondary);
2853
+ margin-top: 0.375rem;
2854
+ }
2855
+
2856
+ .krc-isClick-CnKvM {
2857
+ cursor: pointer;
2858
+ transition: box-shadow 0.15s ease, border-color 0.15s ease;
2859
+ }
2860
+
2861
+ .krc-isClick-CnKvM:hover {
2862
+ border-color: var(--accent-color);
2863
+ }
2864
+
2865
+ .krc-isClick-CnKvM:focus-visible {
2866
+ outline: none;
2867
+ box-shadow: var(--focus-ring-shadow);
2868
+ }
2869
+
2870
+ .krc-isActive-YLCNL {
2871
+ border-color: var(--accent-color);
2872
+ box-shadow: 0 0 0 var(--border-width-md, 0.125rem) var(--accent-color-soft);
2873
+ }
2361
2874
  .krc-container-cpDoQ {
2362
2875
  border: var(--border-width) solid var(--border-color);
2363
2876
  border-radius: var(--radius-lg);
@@ -2561,3 +3074,51 @@
2561
3074
  opacity: 0.6;
2562
3075
  cursor: not-allowed;
2563
3076
  }
3077
+ .krc-region-4A3qS {
3078
+ position: fixed;
3079
+ bottom: 1.75rem;
3080
+ left: 50%;
3081
+ transform: translateX(-50%);
3082
+ display: flex;
3083
+ flex-direction: column;
3084
+ align-items: center;
3085
+ gap: var(--spacing-sm);
3086
+ z-index: 99999;
3087
+ pointer-events: none;
3088
+ }
3089
+
3090
+ .krc-toast-VuzaK {
3091
+ pointer-events: auto;
3092
+ max-width: 92vw;
3093
+ padding: 0.75rem 1.375rem;
3094
+ border-radius: var(--radius-md);
3095
+ font-size: var(--font-size-sm);
3096
+ line-height: 1.4;
3097
+ box-shadow: var(--shadow-lg);
3098
+ cursor: pointer;
3099
+ /* Inverse of the surface so contrast holds in both light and dark themes. */
3100
+ background: var(--text-primary);
3101
+ color: var(--surface-color);
3102
+ animation: krc-toast-in-TA6-r 0.25s ease;
3103
+ }
3104
+
3105
+ .krc-success-oDnTy {
3106
+ background: var(--success-color);
3107
+ color: var(--accent-color-contrast);
3108
+ }
3109
+
3110
+ .krc-error-dSTQn {
3111
+ background: var(--danger-color);
3112
+ color: var(--accent-color-contrast);
3113
+ }
3114
+
3115
+ @keyframes krc-toast-in-TA6-r {
3116
+ from {
3117
+ opacity: 0;
3118
+ transform: translateY(0.5rem);
3119
+ }
3120
+ to {
3121
+ opacity: 1;
3122
+ transform: translateY(0);
3123
+ }
3124
+ }
@@ -0,0 +1 @@
1
+ import './style.css';
@@ -0,0 +1 @@
1
+ import './style.css';
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@ktnpm_devops/react-component",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Kenmei Technologies React Component Library",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "sideEffects": [
8
- "**/*.css"
8
+ "**/*.css",
9
+ "./dist/styles.mjs",
10
+ "./dist/styles.cjs"
9
11
  ],
10
12
  "main": "./dist/index.cjs",
11
13
  "module": "./dist/index.js",
@@ -24,7 +26,10 @@
24
26
  "./tokens": "./dist/tokens/index.css",
25
27
  "./tokens/orbit": "./dist/tokens/orbit-tokens.css",
26
28
  "./tokens/semantic": "./dist/tokens/semantic-tokens.css",
27
- "./styles": "./dist/style.css"
29
+ "./styles": {
30
+ "import": "./dist/styles.mjs",
31
+ "require": "./dist/styles.cjs"
32
+ }
28
33
  },
29
34
  "files": [
30
35
  "dist",