@orion-ds/react 4.2.5 → 4.2.9

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 (380) hide show
  1. package/dist/components/Accordion/Accordion.module.css +1 -1
  2. package/dist/components/Alert/Alert.d.ts.map +1 -1
  3. package/dist/components/Alert/Alert.module.css +1 -1
  4. package/dist/components/Alert/Alert.stories.d.ts +2 -1
  5. package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
  6. package/dist/components/Alert/Alert.types.d.ts +1 -1
  7. package/dist/components/Alert/Alert.types.d.ts.map +1 -1
  8. package/dist/components/Badge/Badge.module.css +1 -1
  9. package/dist/components/Badge/Badge.stories.d.ts +2 -2
  10. package/dist/components/Badge/Badge.stories.d.ts.map +1 -1
  11. package/dist/components/Badge/Badge.types.d.ts +2 -2
  12. package/dist/components/Badge/Badge.types.d.ts.map +1 -1
  13. package/dist/components/Button/Button.module.css +1 -1
  14. package/dist/components/Card/Card.d.ts.map +1 -1
  15. package/dist/components/Card/Card.module.css +1 -1
  16. package/dist/components/Card/Card.stories.d.ts +1 -1
  17. package/dist/components/Card/Card.stories.d.ts.map +1 -1
  18. package/dist/components/Card/Card.types.d.ts +3 -1
  19. package/dist/components/Card/Card.types.d.ts.map +1 -1
  20. package/dist/components/Chip/Chip.module.css +1 -1
  21. package/dist/components/Chip/Chip.stories.d.ts +1 -1
  22. package/dist/components/Chip/Chip.stories.d.ts.map +1 -1
  23. package/dist/components/Chip/Chip.types.d.ts +1 -1
  24. package/dist/components/Chip/Chip.types.d.ts.map +1 -1
  25. package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  26. package/dist/components/CodeEditor/CodeEditor.types.d.ts.map +1 -1
  27. package/dist/components/Field/Field.module.css +1 -1
  28. package/dist/components/Field/Field.stories.d.ts +5 -0
  29. package/dist/components/Field/Field.stories.d.ts.map +1 -1
  30. package/dist/components/NavTree/NavTree.d.ts.map +1 -1
  31. package/dist/components/NavTree/NavTree.module.css +1 -1
  32. package/dist/components/NavTree/NavTree.stories.d.ts.map +1 -1
  33. package/dist/components/NavTree/NavTree.types.d.ts +2 -2
  34. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  35. package/dist/components/SearchInput/SearchInput.module.css +1 -1
  36. package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -0
  37. package/dist/components/SearchInput/SearchInput.stories.d.ts.map +1 -1
  38. package/dist/components/SearchInput/SearchInput.types.d.ts +5 -1
  39. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -1
  40. package/dist/components/Select/Select.module.css +1 -1
  41. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  42. package/dist/components/Tabs/Tabs.module.css +1 -1
  43. package/dist/components/Tabs/Tabs.types.d.ts +6 -0
  44. package/dist/components/Tabs/Tabs.types.d.ts.map +1 -1
  45. package/dist/components/Textarea/Textarea.module.css +1 -1
  46. package/dist/components/UserMenu/UserMenu.d.ts.map +1 -1
  47. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -1
  48. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts.map +1 -1
  49. package/dist/components/index.d.ts +1 -1
  50. package/dist/components/index.d.ts.map +1 -1
  51. package/dist/examples/LandingPage.example.d.ts.map +1 -1
  52. package/dist/hooks/useTheme.d.ts.map +1 -1
  53. package/dist/index.d.ts +1 -1
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index10.cjs +1 -1
  56. package/dist/index10.mjs +1 -1
  57. package/dist/index100.cjs +1 -1
  58. package/dist/index100.mjs +62 -24
  59. package/dist/index101.cjs +1 -1
  60. package/dist/index101.mjs +16 -44
  61. package/dist/index102.cjs +1 -1
  62. package/dist/index102.mjs +30 -30
  63. package/dist/index103.cjs +1 -1
  64. package/dist/index103.mjs +30 -28
  65. package/dist/index104.cjs +1 -1
  66. package/dist/index104.mjs +40 -16
  67. package/dist/index105.cjs +1 -1
  68. package/dist/index105.mjs +36 -64
  69. package/dist/index106.cjs +1 -1
  70. package/dist/index106.mjs +54 -52
  71. package/dist/index107.cjs +1 -1
  72. package/dist/index107.mjs +46 -42
  73. package/dist/index108.cjs +1 -1
  74. package/dist/index108.mjs +13 -29
  75. package/dist/index109.cjs +1 -1
  76. package/dist/index109.mjs +28 -24
  77. package/dist/index11.cjs +1 -1
  78. package/dist/index11.mjs +1 -1
  79. package/dist/index110.cjs +1 -1
  80. package/dist/index110.mjs +65 -28
  81. package/dist/index111.cjs +1 -1
  82. package/dist/index111.mjs +24 -18
  83. package/dist/index112.cjs +1 -1
  84. package/dist/index112.mjs +35 -14
  85. package/dist/index113.cjs +1 -1
  86. package/dist/index113.mjs +30 -50
  87. package/dist/index114.cjs +1 -1
  88. package/dist/index114.mjs +32 -53
  89. package/dist/index115.cjs +1 -1
  90. package/dist/index115.mjs +57 -62
  91. package/dist/index116.cjs +1 -1
  92. package/dist/index116.mjs +18 -33
  93. package/dist/index117.cjs +1 -1
  94. package/dist/index117.mjs +12 -30
  95. package/dist/index118.cjs +1 -1
  96. package/dist/index118.mjs +64 -18
  97. package/dist/index119.cjs +1 -1
  98. package/dist/index119.mjs +28 -56
  99. package/dist/index12.cjs +1 -1
  100. package/dist/index12.mjs +1 -1
  101. package/dist/index120.cjs +1 -1
  102. package/dist/index120.mjs +32 -38
  103. package/dist/index121.cjs +1 -1
  104. package/dist/index121.mjs +76 -20
  105. package/dist/index122.cjs +1 -1
  106. package/dist/index122.mjs +33 -40
  107. package/dist/index123.cjs +1 -1
  108. package/dist/index123.mjs +40 -76
  109. package/dist/index124.cjs +1 -1
  110. package/dist/index124.mjs +52 -51
  111. package/dist/index125.cjs +1 -1
  112. package/dist/index125.mjs +41 -29
  113. package/dist/index126.cjs +1 -1
  114. package/dist/index126.mjs +18 -65
  115. package/dist/index127.cjs +1 -1
  116. package/dist/index127.mjs +37 -31
  117. package/dist/index128.cjs +1 -1
  118. package/dist/index128.mjs +28 -32
  119. package/dist/index129.cjs +1 -1
  120. package/dist/index129.mjs +36 -45
  121. package/dist/index13.cjs +1 -1
  122. package/dist/index13.mjs +1 -1
  123. package/dist/index130.cjs +1 -1
  124. package/dist/index130.mjs +18 -42
  125. package/dist/index131.cjs +1 -1
  126. package/dist/index131.mjs +18 -28
  127. package/dist/index132.cjs +1 -1
  128. package/dist/index132.mjs +234 -30
  129. package/dist/index133.cjs +1 -1
  130. package/dist/index133.mjs +34 -25
  131. package/dist/index134.cjs +1 -1
  132. package/dist/index134.mjs +44 -13
  133. package/dist/index135.cjs +1 -1
  134. package/dist/index135.mjs +170 -234
  135. package/dist/index136.cjs +1 -1
  136. package/dist/index136.mjs +184 -32
  137. package/dist/index137.cjs +1 -1
  138. package/dist/index137.mjs +24 -39
  139. package/dist/index138.cjs +1 -1
  140. package/dist/index138.mjs +78 -158
  141. package/dist/index139.cjs +1 -1
  142. package/dist/index139.mjs +47 -180
  143. package/dist/index14.cjs +1 -1
  144. package/dist/index14.mjs +1 -1
  145. package/dist/index140.cjs +1 -1
  146. package/dist/index140.mjs +64 -26
  147. package/dist/index141.cjs +1 -1
  148. package/dist/index141.mjs +115 -81
  149. package/dist/index142.cjs +1 -1
  150. package/dist/index142.mjs +108 -52
  151. package/dist/index143.cjs +1 -1
  152. package/dist/index143.mjs +105 -60
  153. package/dist/index144.cjs +1 -1
  154. package/dist/index144.mjs +112 -114
  155. package/dist/index145.cjs +1 -1
  156. package/dist/index145.mjs +212 -106
  157. package/dist/index146.cjs +1 -1
  158. package/dist/index146.mjs +42 -111
  159. package/dist/index147.cjs +1 -1
  160. package/dist/index147.mjs +27 -122
  161. package/dist/index148.cjs +1 -1
  162. package/dist/index148.mjs +56 -214
  163. package/dist/index149.cjs +1 -1
  164. package/dist/index149.mjs +46 -22
  165. package/dist/index15.cjs +1 -1
  166. package/dist/index15.mjs +1 -1
  167. package/dist/index150.cjs +1 -1
  168. package/dist/index150.mjs +24 -36
  169. package/dist/index151.cjs +1 -1
  170. package/dist/index151.mjs +24 -12
  171. package/dist/index152.cjs +1 -1
  172. package/dist/index152.mjs +20 -28
  173. package/dist/index153.cjs +1 -1
  174. package/dist/index153.mjs +26 -46
  175. package/dist/index154.cjs +1 -1
  176. package/dist/index154.mjs +28 -38
  177. package/dist/index155.cjs +1 -1
  178. package/dist/index155.mjs +40 -36
  179. package/dist/index156.cjs +1 -1
  180. package/dist/index156.mjs +22 -18
  181. package/dist/index157.cjs +1 -1
  182. package/dist/index157.mjs +64 -62
  183. package/dist/index158.cjs +1 -1
  184. package/dist/index158.mjs +12 -18
  185. package/dist/index159.cjs +1 -1
  186. package/dist/index159.mjs +33 -67
  187. package/dist/index16.cjs +1 -1
  188. package/dist/index16.mjs +73 -69
  189. package/dist/index160.cjs +1 -1
  190. package/dist/index160.mjs +20 -20
  191. package/dist/index161.cjs +1 -1
  192. package/dist/index161.mjs +42 -106
  193. package/dist/index162.cjs +1 -1
  194. package/dist/index162.mjs +20 -33
  195. package/dist/index163.cjs +1 -1
  196. package/dist/index163.mjs +28 -28
  197. package/dist/index164.cjs +1 -1
  198. package/dist/index164.mjs +44 -18
  199. package/dist/index165.cjs +1 -1
  200. package/dist/index165.mjs +63 -37
  201. package/dist/index166.cjs +1 -1
  202. package/dist/index166.mjs +28 -28
  203. package/dist/index167.cjs +1 -1
  204. package/dist/index167.mjs +20 -46
  205. package/dist/index168.cjs +1 -1
  206. package/dist/index168.mjs +67 -22
  207. package/dist/index169.cjs +1 -1
  208. package/dist/index169.mjs +30 -40
  209. package/dist/index17.cjs +1 -1
  210. package/dist/index17.mjs +1 -1
  211. package/dist/index170.cjs +1 -1
  212. package/dist/index170.mjs +24 -20
  213. package/dist/index171.cjs +1 -1
  214. package/dist/index171.mjs +44 -42
  215. package/dist/index172.cjs +1 -1
  216. package/dist/index172.mjs +46 -64
  217. package/dist/index173.cjs +1 -1
  218. package/dist/index173.mjs +28 -55
  219. package/dist/index174.cjs +1 -1
  220. package/dist/index174.mjs +106 -26
  221. package/dist/index175.cjs +1 -1
  222. package/dist/index175.mjs +52 -44
  223. package/dist/index176.cjs +1 -1
  224. package/dist/index176.mjs +45 -28
  225. package/dist/index177.cjs +1 -1
  226. package/dist/index177.mjs +38 -33
  227. package/dist/index178.cjs +1 -1
  228. package/dist/index178.mjs +55 -32
  229. package/dist/index179.cjs +1 -1
  230. package/dist/index179.mjs +50 -46
  231. package/dist/index18.cjs +1 -1
  232. package/dist/index18.mjs +1 -1
  233. package/dist/index180.cjs +1 -1
  234. package/dist/index180.mjs +30 -57
  235. package/dist/index181.cjs +1 -1
  236. package/dist/index181.mjs +52 -27
  237. package/dist/index182.cjs +1 -1
  238. package/dist/index182.mjs +17 -17
  239. package/dist/index183.cjs +1 -1
  240. package/dist/index183.mjs +17 -17
  241. package/dist/index185.cjs +1 -1
  242. package/dist/index185.mjs +1 -1
  243. package/dist/index19.cjs +1 -1
  244. package/dist/index19.mjs +2 -2
  245. package/dist/index20.cjs +1 -1
  246. package/dist/index20.mjs +14 -14
  247. package/dist/index21.cjs +1 -1
  248. package/dist/index21.mjs +1 -1
  249. package/dist/index22.cjs +1 -1
  250. package/dist/index22.mjs +1 -1
  251. package/dist/index23.cjs +1 -1
  252. package/dist/index23.mjs +56 -36
  253. package/dist/index24.cjs +1 -1
  254. package/dist/index24.mjs +1 -1
  255. package/dist/index25.cjs +1 -1
  256. package/dist/index25.mjs +2 -2
  257. package/dist/index26.cjs +1 -1
  258. package/dist/index26.mjs +1 -1
  259. package/dist/index27.cjs +1 -1
  260. package/dist/index27.mjs +1 -1
  261. package/dist/index28.cjs +1 -1
  262. package/dist/index28.mjs +1 -1
  263. package/dist/index29.cjs +1 -1
  264. package/dist/index29.mjs +1 -1
  265. package/dist/index3.cjs +1 -1
  266. package/dist/index3.mjs +2 -2
  267. package/dist/index30.cjs +1 -1
  268. package/dist/index30.mjs +1 -1
  269. package/dist/index31.cjs +1 -1
  270. package/dist/index31.mjs +1 -1
  271. package/dist/index32.cjs +1 -1
  272. package/dist/index32.mjs +1 -1
  273. package/dist/index33.cjs +1 -1
  274. package/dist/index33.mjs +1 -1
  275. package/dist/index34.cjs +1 -1
  276. package/dist/index34.mjs +1 -1
  277. package/dist/index35.cjs +1 -1
  278. package/dist/index35.mjs +1 -1
  279. package/dist/index36.cjs +1 -1
  280. package/dist/index36.mjs +1 -1
  281. package/dist/index37.cjs +1 -1
  282. package/dist/index37.mjs +1 -1
  283. package/dist/index38.cjs +1 -1
  284. package/dist/index38.mjs +1 -1
  285. package/dist/index39.cjs +1 -1
  286. package/dist/index39.mjs +1 -1
  287. package/dist/index40.cjs +1 -1
  288. package/dist/index40.mjs +1 -1
  289. package/dist/index42.cjs +1 -1
  290. package/dist/index42.mjs +1 -1
  291. package/dist/index43.cjs +1 -1
  292. package/dist/index43.mjs +1 -1
  293. package/dist/index44.cjs +1 -1
  294. package/dist/index44.mjs +1 -1
  295. package/dist/index46.cjs +1 -1
  296. package/dist/index46.mjs +1 -1
  297. package/dist/index47.cjs +1 -1
  298. package/dist/index47.mjs +1 -1
  299. package/dist/index48.mjs +95 -31
  300. package/dist/index49.cjs +1 -1
  301. package/dist/index49.mjs +1 -1
  302. package/dist/index5.cjs +1 -1
  303. package/dist/index5.mjs +1 -1
  304. package/dist/index50.cjs +1 -1
  305. package/dist/index50.mjs +1 -1
  306. package/dist/index51.cjs +1 -1
  307. package/dist/index51.mjs +1 -1
  308. package/dist/index52.cjs +1 -1
  309. package/dist/index52.mjs +1 -1
  310. package/dist/index53.cjs +1 -1
  311. package/dist/index53.mjs +82 -78
  312. package/dist/index54.cjs +1 -1
  313. package/dist/index54.mjs +1 -1
  314. package/dist/index55.cjs +1 -1
  315. package/dist/index55.mjs +1 -1
  316. package/dist/index56.cjs +1 -1
  317. package/dist/index56.mjs +1 -1
  318. package/dist/index57.cjs +1 -1
  319. package/dist/index57.mjs +1 -1
  320. package/dist/index58.cjs +1 -1
  321. package/dist/index58.mjs +1 -1
  322. package/dist/index59.cjs +1 -1
  323. package/dist/index59.mjs +1 -1
  324. package/dist/index6.cjs +1 -1
  325. package/dist/index6.mjs +1 -1
  326. package/dist/index60.cjs +1 -1
  327. package/dist/index60.mjs +1 -1
  328. package/dist/index61.cjs +1 -1
  329. package/dist/index61.mjs +1 -1
  330. package/dist/index62.cjs +1 -1
  331. package/dist/index62.mjs +42 -39
  332. package/dist/index63.cjs +1 -1
  333. package/dist/index63.mjs +1 -1
  334. package/dist/index64.cjs +1 -1
  335. package/dist/index64.mjs +1 -1
  336. package/dist/index65.cjs +1 -1
  337. package/dist/index65.mjs +1 -1
  338. package/dist/index66.cjs +1 -1
  339. package/dist/index66.mjs +1 -1
  340. package/dist/index67.cjs +1 -1
  341. package/dist/index67.mjs +1 -1
  342. package/dist/index68.cjs +1 -1
  343. package/dist/index68.mjs +1 -1
  344. package/dist/index69.cjs +1 -1
  345. package/dist/index69.mjs +1 -1
  346. package/dist/index7.cjs +1 -1
  347. package/dist/index7.mjs +1 -1
  348. package/dist/index70.cjs +1 -1
  349. package/dist/index70.mjs +1 -1
  350. package/dist/index71.cjs +1 -1
  351. package/dist/index71.mjs +1 -1
  352. package/dist/index72.cjs +1 -1
  353. package/dist/index72.mjs +17 -15
  354. package/dist/index73.cjs +1 -1
  355. package/dist/index73.mjs +1 -1
  356. package/dist/index74.cjs +1 -1
  357. package/dist/index74.mjs +2 -2
  358. package/dist/index76.cjs +1 -1
  359. package/dist/index76.mjs +1 -1
  360. package/dist/index77.cjs +1 -1
  361. package/dist/index77.mjs +1 -1
  362. package/dist/index78.cjs +1 -1
  363. package/dist/index78.mjs +1 -1
  364. package/dist/index79.cjs +1 -1
  365. package/dist/index79.mjs +1 -1
  366. package/dist/index8.cjs +1 -1
  367. package/dist/index8.mjs +31 -30
  368. package/dist/index80.cjs +1 -1
  369. package/dist/index80.mjs +1 -1
  370. package/dist/index81.cjs +1 -1
  371. package/dist/index81.mjs +21 -3
  372. package/dist/index9.cjs +1 -1
  373. package/dist/index9.mjs +1 -1
  374. package/dist/index94.mjs +3 -1
  375. package/dist/index99.cjs +1 -1
  376. package/dist/index99.mjs +30 -40
  377. package/dist/styles.css +13 -12
  378. package/dist/theme.css +1 -0
  379. package/dist/tokens/brands.d.ts.map +1 -1
  380. package/package.json +4 -4
package/dist/index163.mjs CHANGED
@@ -1,31 +1,31 @@
1
- const _ = "_backdrop_35vfn_8", o = "_fadeIn_35vfn_1", n = "_modal_35vfn_32", s = "_slideUp_35vfn_1", t = "_sm_35vfn_67", f = "_md_35vfn_71", l = "_lg_35vfn_75", d = "_xl_35vfn_79", e = "_full_35vfn_83", c = "_header_35vfn_93", a = "_closeButton_35vfn_105", v = "_body_35vfn_145", r = "_footer_35vfn_153", m = {
2
- backdrop: _,
3
- fadeIn: o,
4
- modal: n,
5
- slideUp: s,
6
- sm: t,
7
- md: f,
8
- lg: l,
9
- xl: d,
10
- full: e,
11
- header: c,
12
- closeButton: a,
13
- body: v,
14
- footer: r
1
+ const _ = "_breadcrumb_12bqk_8", s = "_item_12bqk_20", o = "_link_12bqk_26", c = "_current_12bqk_49", n = "_separator_12bqk_59", t = "_chevron_12bqk_69", e = "_slash_12bqk_86", r = "_icon_12bqk_94", b = "_homeIcon_12bqk_112", l = "_ellipsis_12bqk_120", k = "_sm_12bqk_135", i = "_md_12bqk_158", m = "_lg_12bqk_175", a = {
2
+ breadcrumb: _,
3
+ item: s,
4
+ link: o,
5
+ current: c,
6
+ separator: n,
7
+ chevron: t,
8
+ slash: e,
9
+ icon: r,
10
+ homeIcon: b,
11
+ ellipsis: l,
12
+ sm: k,
13
+ md: i,
14
+ lg: m
15
15
  };
16
16
  export {
17
- _ as backdrop,
18
- v as body,
19
- a as closeButton,
20
- m as default,
21
- o as fadeIn,
22
- r as footer,
23
- e as full,
24
- c as header,
25
- l as lg,
26
- f as md,
27
- n as modal,
28
- s as slideUp,
29
- t as sm,
30
- d as xl
17
+ _ as breadcrumb,
18
+ t as chevron,
19
+ c as current,
20
+ a as default,
21
+ l as ellipsis,
22
+ b as homeIcon,
23
+ r as icon,
24
+ s as item,
25
+ m as lg,
26
+ o as link,
27
+ i as md,
28
+ n as separator,
29
+ e as slash,
30
+ k as sm
31
31
  };
package/dist/index164.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_container_1eh9k_8",e="_tabList_1eh9k_15",a="_fullWidth_1eh9k_31",n="_tab_1eh9k_15",_="_active_1eh9k_89",i="_icon_1eh9k_99",c="_badge_1eh9k_106",o="_panel_1eh9k_126",l={container:t,tabList:e,fullWidth:a,tab:n,active:_,icon:i,badge:c,panel:o};exports.active=_;exports.badge=c;exports.container=t;exports.default=l;exports.fullWidth=a;exports.icon=i;exports.panel=o;exports.tab=n;exports.tabList=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_metricCards_19r8j_8",r="_card_19r8j_33",a="_interactive_19r8j_49",c="_loading_19r8j_63",_="_cardHeader_19r8j_71",t="_cardIcon_19r8j_77",o="_label_19r8j_88",n="_cardBody_19r8j_100",s="_value_19r8j_107",i="_skeleton_19r8j_116",l="_pulse_19r8j_1",d="_sparkline_19r8j_134",j="_cardFooter_19r8j_143",v="_change_19r8j_150",p="_positive_19r8j_159",g="_negative_19r8j_163",u="_changeLabel_19r8j_167",b="_description_19r8j_173",h={metricCards:e,"cols-2":"_cols-2_19r8j_13","cols-3":"_cols-3_19r8j_17","cols-4":"_cols-4_19r8j_21","cols-5":"_cols-5_19r8j_25",card:r,interactive:a,loading:c,cardHeader:_,cardIcon:t,label:o,cardBody:n,value:s,skeleton:i,pulse:l,sparkline:d,cardFooter:j,change:v,positive:p,negative:g,changeLabel:u,description:b,"variant-compact":"_variant-compact_19r8j_184","variant-detailed":"_variant-detailed_19r8j_214"};exports.card=r;exports.cardBody=n;exports.cardFooter=j;exports.cardHeader=_;exports.cardIcon=t;exports.change=v;exports.changeLabel=u;exports.default=h;exports.description=b;exports.interactive=a;exports.label=o;exports.loading=c;exports.metricCards=e;exports.negative=g;exports.positive=p;exports.pulse=l;exports.skeleton=i;exports.sparkline=d;exports.value=s;
package/dist/index164.mjs CHANGED
@@ -1,21 +1,47 @@
1
- const t = "_container_1eh9k_8", _ = "_tabList_1eh9k_15", e = "_fullWidth_1eh9k_31", n = "_tab_1eh9k_15", a = "_active_1eh9k_89", c = "_icon_1eh9k_99", o = "_badge_1eh9k_106", i = "_panel_1eh9k_126", s = {
2
- container: t,
3
- tabList: _,
4
- fullWidth: e,
5
- tab: n,
6
- active: a,
7
- icon: c,
8
- badge: o,
9
- panel: i
1
+ const _ = "_metricCards_19r8j_8", r = "_card_19r8j_33", c = "_interactive_19r8j_49", e = "_loading_19r8j_63", a = "_cardHeader_19r8j_71", o = "_cardIcon_19r8j_77", t = "_label_19r8j_88", n = "_cardBody_19r8j_100", s = "_value_19r8j_107", i = "_skeleton_19r8j_116", l = "_pulse_19r8j_1", d = "_sparkline_19r8j_134", j = "_cardFooter_19r8j_143", v = "_change_19r8j_150", p = "_positive_19r8j_159", g = "_negative_19r8j_163", u = "_changeLabel_19r8j_167", b = "_description_19r8j_173", h = {
2
+ metricCards: _,
3
+ "cols-2": "_cols-2_19r8j_13",
4
+ "cols-3": "_cols-3_19r8j_17",
5
+ "cols-4": "_cols-4_19r8j_21",
6
+ "cols-5": "_cols-5_19r8j_25",
7
+ card: r,
8
+ interactive: c,
9
+ loading: e,
10
+ cardHeader: a,
11
+ cardIcon: o,
12
+ label: t,
13
+ cardBody: n,
14
+ value: s,
15
+ skeleton: i,
16
+ pulse: l,
17
+ sparkline: d,
18
+ cardFooter: j,
19
+ change: v,
20
+ positive: p,
21
+ negative: g,
22
+ changeLabel: u,
23
+ description: b,
24
+ "variant-compact": "_variant-compact_19r8j_184",
25
+ "variant-detailed": "_variant-detailed_19r8j_214"
10
26
  };
11
27
  export {
12
- a as active,
13
- o as badge,
14
- t as container,
15
- s as default,
16
- e as fullWidth,
17
- c as icon,
18
- i as panel,
19
- n as tab,
20
- _ as tabList
28
+ r as card,
29
+ n as cardBody,
30
+ j as cardFooter,
31
+ a as cardHeader,
32
+ o as cardIcon,
33
+ v as change,
34
+ u as changeLabel,
35
+ h as default,
36
+ b as description,
37
+ c as interactive,
38
+ t as label,
39
+ e as loading,
40
+ _ as metricCards,
41
+ g as negative,
42
+ p as positive,
43
+ l as pulse,
44
+ i as skeleton,
45
+ d as sparkline,
46
+ s as value
21
47
  };
package/dist/index165.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react");function d(e){return e.match(/^var\(\s*(--[^),]+)\s*(?:,\s*.*)?\)$/)?.[1]??null}function i(e){if(typeof window>"u")return e;const t=d(e);return t&&getComputedStyle(document.documentElement).getPropertyValue(t).trim()||e}function c(e){const t={},r={};for(const[n,o]of Object.entries(e)){const s=i(o.color);t[n]={...o,color:s},r[`--color-${n}`]=s}return{resolvedConfig:t,resolvedColorVars:r}}function l(e){const[t,r]=u.useState(()=>c(e));return u.useEffect(()=>{r(c(e))},[e]),u.useEffect(()=>{if(typeof window>"u")return;const n=document.documentElement,o=new MutationObserver(s=>{for(const a of s)if(a.type==="attributes"&&(a.attributeName==="data-theme"||a.attributeName==="data-brand")){r(c(e));break}});return o.observe(n,{attributes:!0,attributeFilter:["data-theme","data-brand"]}),()=>o.disconnect()},[e]),t}exports.useResolvedChartColors=l;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_navTree_jffsm_12",o="_header_jffsm_29",n="_footer_jffsm_36",t="_treeContent_jffsm_47",s="_section_jffsm_76",d="_sectionHeader_jffsm_81",c="_sectionHeaderNode_jffsm_101",_="_sectionChevron_jffsm_106",i="_sectionChevronOpen_jffsm_118",f="_sectionTitle_jffsm_123",r="_sectionTitleNode_jffsm_137",l="_sectionBody_jffsm_149",v="_sectionActions_jffsm_155",h="_node_jffsm_183",C="_nodeRow_jffsm_188",m="_nodeRowActive_jffsm_209",a="_nodeLabel_jffsm_217",j="_nodeChevron_jffsm_223",p="_nodeChevronOpen_jffsm_239",O="_nodeChevronHidden_jffsm_244",T="_nodeActions_jffsm_278",A="_nodeChildren_jffsm_316",B="_nodeNested_jffsm_326",H="_iconSlot_jffsm_335",N="_slotIcon_jffsm_346",g="_slotChevron_jffsm_357",y="_slotChevronOpen_jffsm_371",w="_sectionBadge_jffsm_410",R="_nodeBadge_jffsm_425",u="_empty_jffsm_442",b={navTree:e,header:o,footer:n,treeContent:t,section:s,sectionHeader:d,sectionHeaderNode:c,sectionChevron:_,sectionChevronOpen:i,sectionTitle:f,sectionTitleNode:r,sectionBody:l,sectionActions:v,node:h,nodeRow:C,nodeRowActive:m,nodeLabel:a,nodeChevron:j,nodeChevronOpen:p,nodeChevronHidden:O,nodeActions:T,nodeChildren:A,nodeNested:B,iconSlot:H,slotIcon:N,slotChevron:g,slotChevronOpen:y,sectionBadge:w,nodeBadge:R,empty:u};exports.default=b;exports.empty=u;exports.footer=n;exports.header=o;exports.iconSlot=H;exports.navTree=e;exports.node=h;exports.nodeActions=T;exports.nodeBadge=R;exports.nodeChevron=j;exports.nodeChevronHidden=O;exports.nodeChevronOpen=p;exports.nodeChildren=A;exports.nodeLabel=a;exports.nodeNested=B;exports.nodeRow=C;exports.nodeRowActive=m;exports.section=s;exports.sectionActions=v;exports.sectionBadge=w;exports.sectionBody=l;exports.sectionChevron=_;exports.sectionChevronOpen=i;exports.sectionHeader=d;exports.sectionHeaderNode=c;exports.sectionTitle=f;exports.sectionTitleNode=r;exports.slotChevron=g;exports.slotChevronOpen=y;exports.slotIcon=N;exports.treeContent=t;
package/dist/index165.mjs CHANGED
@@ -1,39 +1,65 @@
1
- import { useState as d, useEffect as c } from "react";
2
- function i(t) {
3
- return t.match(/^var\(\s*(--[^),]+)\s*(?:,\s*.*)?\)$/)?.[1] ?? null;
4
- }
5
- function m(t) {
6
- if (typeof window > "u") return t;
7
- const e = i(t);
8
- return e && getComputedStyle(document.documentElement).getPropertyValue(e).trim() || t;
9
- }
10
- function u(t) {
11
- const e = {}, r = {};
12
- for (const [n, o] of Object.entries(t)) {
13
- const s = m(o.color);
14
- e[n] = { ...o, color: s }, r[`--color-${n}`] = s;
15
- }
16
- return { resolvedConfig: e, resolvedColorVars: r };
17
- }
18
- function f(t) {
19
- const [e, r] = d(() => u(t));
20
- return c(() => {
21
- r(u(t));
22
- }, [t]), c(() => {
23
- if (typeof window > "u") return;
24
- const n = document.documentElement, o = new MutationObserver((s) => {
25
- for (const a of s)
26
- if (a.type === "attributes" && (a.attributeName === "data-theme" || a.attributeName === "data-brand")) {
27
- r(u(t));
28
- break;
29
- }
30
- });
31
- return o.observe(n, {
32
- attributes: !0,
33
- attributeFilter: ["data-theme", "data-brand"]
34
- }), () => o.disconnect();
35
- }, [t]), e;
36
- }
1
+ const e = "_navTree_jffsm_12", o = "_header_jffsm_29", n = "_footer_jffsm_36", s = "_treeContent_jffsm_47", t = "_section_jffsm_76", _ = "_sectionHeader_jffsm_81", c = "_sectionHeaderNode_jffsm_101", d = "_sectionChevron_jffsm_106", f = "_sectionChevronOpen_jffsm_118", i = "_sectionTitle_jffsm_123", r = "_sectionTitleNode_jffsm_137", m = "_sectionBody_jffsm_149", j = "_sectionActions_jffsm_155", h = "_node_jffsm_183", v = "_nodeRow_jffsm_188", C = "_nodeRowActive_jffsm_209", l = "_nodeLabel_jffsm_217", a = "_nodeChevron_jffsm_223", p = "_nodeChevronOpen_jffsm_239", A = "_nodeChevronHidden_jffsm_244", B = "_nodeActions_jffsm_278", H = "_nodeChildren_jffsm_316", N = "_nodeNested_jffsm_326", O = "_iconSlot_jffsm_335", T = "_slotIcon_jffsm_346", y = "_slotChevron_jffsm_357", g = "_slotChevronOpen_jffsm_371", w = "_sectionBadge_jffsm_410", R = "_nodeBadge_jffsm_425", b = "_empty_jffsm_442", I = {
2
+ navTree: e,
3
+ header: o,
4
+ footer: n,
5
+ treeContent: s,
6
+ section: t,
7
+ sectionHeader: _,
8
+ sectionHeaderNode: c,
9
+ sectionChevron: d,
10
+ sectionChevronOpen: f,
11
+ sectionTitle: i,
12
+ sectionTitleNode: r,
13
+ sectionBody: m,
14
+ sectionActions: j,
15
+ node: h,
16
+ nodeRow: v,
17
+ nodeRowActive: C,
18
+ nodeLabel: l,
19
+ nodeChevron: a,
20
+ nodeChevronOpen: p,
21
+ nodeChevronHidden: A,
22
+ nodeActions: B,
23
+ nodeChildren: H,
24
+ nodeNested: N,
25
+ iconSlot: O,
26
+ slotIcon: T,
27
+ slotChevron: y,
28
+ slotChevronOpen: g,
29
+ sectionBadge: w,
30
+ nodeBadge: R,
31
+ empty: b
32
+ };
37
33
  export {
38
- f as useResolvedChartColors
34
+ I as default,
35
+ b as empty,
36
+ n as footer,
37
+ o as header,
38
+ O as iconSlot,
39
+ e as navTree,
40
+ h as node,
41
+ B as nodeActions,
42
+ R as nodeBadge,
43
+ a as nodeChevron,
44
+ A as nodeChevronHidden,
45
+ p as nodeChevronOpen,
46
+ H as nodeChildren,
47
+ l as nodeLabel,
48
+ N as nodeNested,
49
+ v as nodeRow,
50
+ C as nodeRowActive,
51
+ t as section,
52
+ j as sectionActions,
53
+ w as sectionBadge,
54
+ m as sectionBody,
55
+ d as sectionChevron,
56
+ f as sectionChevronOpen,
57
+ _ as sectionHeader,
58
+ c as sectionHeaderNode,
59
+ i as sectionTitle,
60
+ r as sectionTitleNode,
61
+ y as slotChevron,
62
+ g as slotChevronOpen,
63
+ T as slotIcon,
64
+ s as treeContent
39
65
  };
package/dist/index166.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_container_faue8_8",o="_tooltip_faue8_17",e="_tooltipLabel_faue8_27",l="_tooltipItems_faue8_35",i="_tooltipItem_faue8_35",_="_tooltipDot_faue8_47",n="_tooltipLine_faue8_54",a="_tooltipDashed_faue8_60",p="_tooltipName_faue8_67",s="_tooltipValue_faue8_71",u="_legend_faue8_82",c="_legendItem_faue8_92",d="_legendDot_faue8_99",m={container:t,tooltip:o,tooltipLabel:e,tooltipItems:l,tooltipItem:i,tooltipDot:_,tooltipLine:n,tooltipDashed:a,tooltipName:p,tooltipValue:s,legend:u,legendItem:c,legendDot:d};exports.container=t;exports.default=m;exports.legend=u;exports.legendDot=d;exports.legendItem=c;exports.tooltip=o;exports.tooltipDashed=a;exports.tooltipDot=_;exports.tooltipItem=i;exports.tooltipItems=l;exports.tooltipLabel=e;exports.tooltipLine=n;exports.tooltipName=p;exports.tooltipValue=s;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="_backdrop_35vfn_8",_="_fadeIn_35vfn_1",e="_modal_35vfn_32",n="_slideUp_35vfn_1",l="_sm_35vfn_67",t="_md_35vfn_71",d="_lg_35vfn_75",s="_xl_35vfn_79",f="_full_35vfn_83",c="_header_35vfn_93",a="_closeButton_35vfn_105",r="_body_35vfn_145",u="_footer_35vfn_153",v={backdrop:o,fadeIn:_,modal:e,slideUp:n,sm:l,md:t,lg:d,xl:s,full:f,header:c,closeButton:a,body:r,footer:u};exports.backdrop=o;exports.body=r;exports.closeButton=a;exports.default=v;exports.fadeIn=_;exports.footer=u;exports.full=f;exports.header=c;exports.lg=d;exports.md=t;exports.modal=e;exports.slideUp=n;exports.sm=l;exports.xl=s;
package/dist/index166.mjs CHANGED
@@ -1,31 +1,31 @@
1
- const t = "_container_faue8_8", o = "_tooltip_faue8_17", e = "_tooltipLabel_faue8_27", l = "_tooltipItems_faue8_35", _ = "_tooltipItem_faue8_35", i = "_tooltipDot_faue8_47", n = "_tooltipLine_faue8_54", a = "_tooltipDashed_faue8_60", p = "_tooltipName_faue8_67", s = "_tooltipValue_faue8_71", c = "_legend_faue8_82", u = "_legendItem_faue8_92", f = "_legendDot_faue8_99", d = {
2
- container: t,
3
- tooltip: o,
4
- tooltipLabel: e,
5
- tooltipItems: l,
6
- tooltipItem: _,
7
- tooltipDot: i,
8
- tooltipLine: n,
9
- tooltipDashed: a,
10
- tooltipName: p,
11
- tooltipValue: s,
12
- legend: c,
13
- legendItem: u,
14
- legendDot: f
1
+ const _ = "_backdrop_35vfn_8", o = "_fadeIn_35vfn_1", n = "_modal_35vfn_32", s = "_slideUp_35vfn_1", t = "_sm_35vfn_67", f = "_md_35vfn_71", l = "_lg_35vfn_75", d = "_xl_35vfn_79", e = "_full_35vfn_83", c = "_header_35vfn_93", a = "_closeButton_35vfn_105", v = "_body_35vfn_145", r = "_footer_35vfn_153", m = {
2
+ backdrop: _,
3
+ fadeIn: o,
4
+ modal: n,
5
+ slideUp: s,
6
+ sm: t,
7
+ md: f,
8
+ lg: l,
9
+ xl: d,
10
+ full: e,
11
+ header: c,
12
+ closeButton: a,
13
+ body: v,
14
+ footer: r
15
15
  };
16
16
  export {
17
- t as container,
18
- d as default,
19
- c as legend,
20
- f as legendDot,
21
- u as legendItem,
22
- o as tooltip,
23
- a as tooltipDashed,
24
- i as tooltipDot,
25
- _ as tooltipItem,
26
- l as tooltipItems,
27
- e as tooltipLabel,
28
- n as tooltipLine,
29
- p as tooltipName,
30
- s as tooltipValue
17
+ _ as backdrop,
18
+ v as body,
19
+ a as closeButton,
20
+ m as default,
21
+ o as fadeIn,
22
+ r as footer,
23
+ e as full,
24
+ c as header,
25
+ l as lg,
26
+ f as md,
27
+ n as modal,
28
+ s as slideUp,
29
+ t as sm,
30
+ d as xl
31
31
  };
package/dist/index167.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_container_1xu4i_8",e="_borderless_1xu4i_17",_="_table_1xu4i_23",o="_caption_1xu4i_32",i="_thead_1xu4i_44",n="_th_1xu4i_44",r="_alignCenter_1xu4i_59",s="_alignRight_1xu4i_63",c="_sortable_1xu4i_68",a="_sortIndicator_1xu4i_84",l="_active_1xu4i_91",d="_tbody_1xu4i_99",b="_tr_1xu4i_103",u="_td_1xu4i_113",x="_hoverable_1xu4i_131",g="_clickable_1xu4i_136",h="_striped_1xu4i_148",m="_bordered_1xu4i_160",p="_sm_1xu4i_178",v="_md_1xu4i_188",y="_lg_1xu4i_198",k="_empty_1xu4i_212",C={container:t,borderless:e,table:_,caption:o,thead:i,th:n,alignCenter:r,alignRight:s,sortable:c,sortIndicator:a,active:l,tbody:d,tr:b,td:u,hoverable:x,clickable:g,striped:h,bordered:m,sm:p,md:v,lg:y,empty:k};exports.active=l;exports.alignCenter=r;exports.alignRight=s;exports.bordered=m;exports.borderless=e;exports.caption=o;exports.clickable=g;exports.container=t;exports.default=C;exports.empty=k;exports.hoverable=x;exports.lg=y;exports.md=v;exports.sm=p;exports.sortIndicator=a;exports.sortable=c;exports.striped=h;exports.table=_;exports.tbody=d;exports.td=u;exports.th=n;exports.thead=i;exports.tr=b;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="_backdrop_18ya7_9",o="_dialog_18ya7_32",i="_icon_18ya7_70",c="_iconInfo_18ya7_81",t="_iconWarning_18ya7_86",a="_iconDanger_18ya7_91",_="_title_18ya7_100",e="_description_18ya7_109",s="_actions_18ya7_121",r={backdrop:n,dialog:o,icon:i,iconInfo:c,iconWarning:t,iconDanger:a,title:_,description:e,actions:s};exports.actions=s;exports.backdrop=n;exports.default=r;exports.description=e;exports.dialog=o;exports.icon=i;exports.iconDanger=a;exports.iconInfo=c;exports.iconWarning=t;exports.title=_;
package/dist/index167.mjs CHANGED
@@ -1,49 +1,23 @@
1
- const t = "_container_1xu4i_8", _ = "_borderless_1xu4i_17", e = "_table_1xu4i_23", o = "_caption_1xu4i_32", i = "_thead_1xu4i_44", n = "_th_1xu4i_44", s = "_alignCenter_1xu4i_59", c = "_alignRight_1xu4i_63", r = "_sortable_1xu4i_68", a = "_sortIndicator_1xu4i_84", l = "_active_1xu4i_91", d = "_tbody_1xu4i_99", u = "_tr_1xu4i_103", x = "_td_1xu4i_113", b = "_hoverable_1xu4i_131", g = "_clickable_1xu4i_136", h = "_striped_1xu4i_148", p = "_bordered_1xu4i_160", m = "_sm_1xu4i_178", y = "_md_1xu4i_188", v = "_lg_1xu4i_198", k = "_empty_1xu4i_212", C = {
2
- container: t,
3
- borderless: _,
4
- table: e,
5
- caption: o,
6
- thead: i,
7
- th: n,
8
- alignCenter: s,
9
- alignRight: c,
10
- sortable: r,
11
- sortIndicator: a,
12
- active: l,
13
- tbody: d,
14
- tr: u,
15
- td: x,
16
- hoverable: b,
17
- clickable: g,
18
- striped: h,
19
- bordered: p,
20
- sm: m,
21
- md: y,
22
- lg: v,
23
- empty: k
1
+ const n = "_backdrop_18ya7_9", o = "_dialog_18ya7_32", c = "_icon_18ya7_70", i = "_iconInfo_18ya7_81", _ = "_iconWarning_18ya7_86", a = "_iconDanger_18ya7_91", t = "_title_18ya7_100", s = "_description_18ya7_109", r = "_actions_18ya7_121", e = {
2
+ backdrop: n,
3
+ dialog: o,
4
+ icon: c,
5
+ iconInfo: i,
6
+ iconWarning: _,
7
+ iconDanger: a,
8
+ title: t,
9
+ description: s,
10
+ actions: r
24
11
  };
25
12
  export {
26
- l as active,
27
- s as alignCenter,
28
- c as alignRight,
29
- p as bordered,
30
- _ as borderless,
31
- o as caption,
32
- g as clickable,
33
- t as container,
34
- C as default,
35
- k as empty,
36
- b as hoverable,
37
- v as lg,
38
- y as md,
39
- m as sm,
40
- a as sortIndicator,
41
- r as sortable,
42
- h as striped,
43
- e as table,
44
- d as tbody,
45
- x as td,
46
- n as th,
47
- i as thead,
48
- u as tr
13
+ r as actions,
14
+ n as backdrop,
15
+ e as default,
16
+ s as description,
17
+ o as dialog,
18
+ c as icon,
19
+ a as iconDanger,
20
+ i as iconInfo,
21
+ _ as iconWarning,
22
+ t as title
49
23
  };
package/dist/index168.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s="_alert_1ayys_8",t="_icon_1ayys_25",e="_content_1ayys_35",n="_title_1ayys_43",o="_message_1ayys_50",c="_closeButton_1ayys_56",_="_success_1ayys_99",a="_error_1ayys_106",r="_warning_1ayys_113",y="_info_1ayys_120",i={alert:s,icon:t,content:e,title:n,message:o,closeButton:c,success:_,error:a,warning:r,info:y};exports.alert=s;exports.closeButton=c;exports.content=e;exports.default=i;exports.error=a;exports.icon=t;exports.info=y;exports.message=o;exports.success=_;exports.title=n;exports.warning=r;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_notificationCenter_1i45p_8",t="_header_1i45p_23",i="_headerTitle_1i45p_31",o="_badge_1i45p_41",n="_headerActions_1i45p_52",_="_headerAction_1i45p_52",c="_content_1i45p_76",r="_group_1i45p_80",a="_groupTitle_1i45p_84",s="_item_1i45p_99",m="_itemClickable_1i45p_113",p="_itemRead_1i45p_122",d="_itemLeft_1i45p_126",l="_itemAvatar_1i45p_130",A="_itemIcon_1i45p_137",f="_itemContent_1i45p_171",g="_itemHeader_1i45p_176",u="_itemTitle_1i45p_182",T="_unreadDot_1i45p_189",h="_itemMessage_1i45p_197",C="_itemTime_1i45p_209",b="_itemActions_1i45p_217",y="_itemAction_1i45p_217",v="_empty_1i45p_252",M="_loading_1i45p_271",P="_spinner_1i45p_278",k="_spin_1i45p_278",D="_footer_1i45p_297",H="_footerAction_1i45p_306",I="_footerActionPrimary_1i45p_321",L={notificationCenter:e,header:t,headerTitle:i,badge:o,headerActions:n,headerAction:_,content:c,group:r,groupTitle:a,item:s,itemClickable:m,itemRead:p,itemLeft:d,itemAvatar:l,itemIcon:A,"icon-info":"_icon-info_1i45p_146","icon-success":"_icon-success_1i45p_151","icon-warning":"_icon-warning_1i45p_156","icon-error":"_icon-error_1i45p_161","icon-default":"_icon-default_1i45p_166",itemContent:f,itemHeader:g,itemTitle:u,unreadDot:T,itemMessage:h,itemTime:C,itemActions:b,itemAction:y,empty:v,loading:M,spinner:P,spin:k,footer:D,footerAction:H,footerActionPrimary:I};exports.badge=o;exports.content=c;exports.default=L;exports.empty=v;exports.footer=D;exports.footerAction=H;exports.footerActionPrimary=I;exports.group=r;exports.groupTitle=a;exports.header=t;exports.headerAction=_;exports.headerActions=n;exports.headerTitle=i;exports.item=s;exports.itemAction=y;exports.itemActions=b;exports.itemAvatar=l;exports.itemClickable=m;exports.itemContent=f;exports.itemHeader=g;exports.itemIcon=A;exports.itemLeft=d;exports.itemMessage=h;exports.itemRead=p;exports.itemTime=C;exports.itemTitle=u;exports.loading=M;exports.notificationCenter=e;exports.spin=k;exports.spinner=P;exports.unreadDot=T;
package/dist/index168.mjs CHANGED
@@ -1,25 +1,70 @@
1
- const s = "_alert_1ayys_8", t = "_icon_1ayys_25", n = "_content_1ayys_35", o = "_title_1ayys_43", _ = "_message_1ayys_50", e = "_closeButton_1ayys_56", c = "_success_1ayys_99", a = "_error_1ayys_106", y = "_warning_1ayys_113", r = "_info_1ayys_120", i = {
2
- alert: s,
3
- icon: t,
4
- content: n,
5
- title: o,
6
- message: _,
7
- closeButton: e,
8
- success: c,
9
- error: a,
10
- warning: y,
11
- info: r
1
+ const t = "_notificationCenter_1i45p_8", i = "_header_1i45p_23", e = "_headerTitle_1i45p_31", o = "_badge_1i45p_41", _ = "_headerActions_1i45p_52", n = "_headerAction_1i45p_52", c = "_content_1i45p_76", s = "_group_1i45p_80", r = "_groupTitle_1i45p_84", a = "_item_1i45p_99", p = "_itemClickable_1i45p_113", m = "_itemRead_1i45p_122", d = "_itemLeft_1i45p_126", l = "_itemAvatar_1i45p_130", A = "_itemIcon_1i45p_137", f = "_itemContent_1i45p_171", g = "_itemHeader_1i45p_176", u = "_itemTitle_1i45p_182", h = "_unreadDot_1i45p_189", T = "_itemMessage_1i45p_197", C = "_itemTime_1i45p_209", y = "_itemActions_1i45p_217", b = "_itemAction_1i45p_217", k = "_empty_1i45p_252", v = "_loading_1i45p_271", D = "_spinner_1i45p_278", H = "_spin_1i45p_278", I = "_footer_1i45p_297", L = "_footerAction_1i45p_306", M = "_footerActionPrimary_1i45p_321", P = {
2
+ notificationCenter: t,
3
+ header: i,
4
+ headerTitle: e,
5
+ badge: o,
6
+ headerActions: _,
7
+ headerAction: n,
8
+ content: c,
9
+ group: s,
10
+ groupTitle: r,
11
+ item: a,
12
+ itemClickable: p,
13
+ itemRead: m,
14
+ itemLeft: d,
15
+ itemAvatar: l,
16
+ itemIcon: A,
17
+ "icon-info": "_icon-info_1i45p_146",
18
+ "icon-success": "_icon-success_1i45p_151",
19
+ "icon-warning": "_icon-warning_1i45p_156",
20
+ "icon-error": "_icon-error_1i45p_161",
21
+ "icon-default": "_icon-default_1i45p_166",
22
+ itemContent: f,
23
+ itemHeader: g,
24
+ itemTitle: u,
25
+ unreadDot: h,
26
+ itemMessage: T,
27
+ itemTime: C,
28
+ itemActions: y,
29
+ itemAction: b,
30
+ empty: k,
31
+ loading: v,
32
+ spinner: D,
33
+ spin: H,
34
+ footer: I,
35
+ footerAction: L,
36
+ footerActionPrimary: M
12
37
  };
13
38
  export {
14
- s as alert,
15
- e as closeButton,
16
- n as content,
17
- i as default,
18
- a as error,
19
- t as icon,
20
- r as info,
21
- _ as message,
22
- c as success,
23
- o as title,
24
- y as warning
39
+ o as badge,
40
+ c as content,
41
+ P as default,
42
+ k as empty,
43
+ I as footer,
44
+ L as footerAction,
45
+ M as footerActionPrimary,
46
+ s as group,
47
+ r as groupTitle,
48
+ i as header,
49
+ n as headerAction,
50
+ _ as headerActions,
51
+ e as headerTitle,
52
+ a as item,
53
+ b as itemAction,
54
+ y as itemActions,
55
+ l as itemAvatar,
56
+ p as itemClickable,
57
+ f as itemContent,
58
+ g as itemHeader,
59
+ A as itemIcon,
60
+ d as itemLeft,
61
+ T as itemMessage,
62
+ m as itemRead,
63
+ C as itemTime,
64
+ u as itemTitle,
65
+ v as loading,
66
+ t as notificationCenter,
67
+ H as spin,
68
+ D as spinner,
69
+ h as unreadDot
25
70
  };
package/dist/index169.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_container_1see6_9",n="_disabled_1see6_20",s="_input_1see6_31",t="_fullWidth_1see6_38",c="_sm_1see6_43",_="_md_1see6_48",o="_lg_1see6_53",i="_inputSm_1see6_59",a="_inputMd_1see6_63",r="_inputLg_1see6_67",u="_searchIcon_1see6_72",d="_searchIconSm_1see6_82",l="_searchIconMd_1see6_86",p="_searchIconLg_1see6_90",h="_clearButton_1see6_120",g="_searchButton_1see6_147",m="_loading_1see6_187",I="_spinner_1see6_191",M="_spin_1see6_191",S={container:e,disabled:n,input:s,fullWidth:t,sm:c,md:_,lg:o,inputSm:i,inputMd:a,inputLg:r,searchIcon:u,searchIconSm:d,searchIconMd:l,searchIconLg:p,clearButton:h,searchButton:g,loading:m,spinner:I,spin:M};exports.clearButton=h;exports.container=e;exports.default=S;exports.disabled=n;exports.fullWidth=t;exports.input=s;exports.inputLg=r;exports.inputMd=a;exports.inputSm=i;exports.lg=o;exports.loading=m;exports.md=_;exports.searchButton=g;exports.searchIcon=u;exports.searchIconLg=p;exports.searchIconMd=l;exports.searchIconSm=d;exports.sm=c;exports.spin=M;exports.spinner=I;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_container_1e3cp_8",r="_labelWrapper_1e3cp_16",c="_percentage_1e3cp_25",n="_track_1e3cp_31",t="_bar_1e3cp_40",_="_sm_1e3cp_50",a="_md_1e3cp_54",s="_lg_1e3cp_58",o="_primary_1e3cp_66",p="_success_1e3cp_70",i="_warning_1e3cp_74",l="_error_1e3cp_78",m="_info_1e3cp_82",g="_indeterminate_1e3cp_90",d={container:e,labelWrapper:r,percentage:c,track:n,bar:t,sm:_,md:a,lg:s,primary:o,success:p,warning:i,error:l,info:m,indeterminate:g};exports.bar=t;exports.container=e;exports.default=d;exports.error=l;exports.indeterminate=g;exports.info=m;exports.labelWrapper=r;exports.lg=s;exports.md=a;exports.percentage=c;exports.primary=o;exports.sm=_;exports.success=p;exports.track=n;exports.warning=i;
package/dist/index169.mjs CHANGED
@@ -1,43 +1,33 @@
1
- const s = "_container_1see6_9", e = "_disabled_1see6_20", n = "_input_1see6_31", _ = "_fullWidth_1see6_38", c = "_sm_1see6_43", t = "_md_1see6_48", o = "_lg_1see6_53", i = "_inputSm_1see6_59", a = "_inputMd_1see6_63", r = "_inputLg_1see6_67", d = "_searchIcon_1see6_72", u = "_searchIconSm_1see6_82", l = "_searchIconMd_1see6_86", p = "_searchIconLg_1see6_90", h = "_clearButton_1see6_120", g = "_searchButton_1see6_147", m = "_loading_1see6_187", I = "_spinner_1see6_191", B = "_spin_1see6_191", L = {
2
- container: s,
3
- disabled: e,
4
- input: n,
5
- fullWidth: _,
6
- sm: c,
7
- md: t,
8
- lg: o,
9
- inputSm: i,
10
- inputMd: a,
11
- inputLg: r,
12
- searchIcon: d,
13
- searchIconSm: u,
14
- searchIconMd: l,
15
- searchIconLg: p,
16
- clearButton: h,
17
- searchButton: g,
18
- loading: m,
19
- spinner: I,
20
- spin: B
1
+ const e = "_container_1e3cp_8", c = "_labelWrapper_1e3cp_16", _ = "_percentage_1e3cp_25", r = "_track_1e3cp_31", n = "_bar_1e3cp_40", t = "_sm_1e3cp_50", s = "_md_1e3cp_54", a = "_lg_1e3cp_58", p = "_primary_1e3cp_66", o = "_success_1e3cp_70", i = "_warning_1e3cp_74", m = "_error_1e3cp_78", l = "_info_1e3cp_82", g = "_indeterminate_1e3cp_90", d = {
2
+ container: e,
3
+ labelWrapper: c,
4
+ percentage: _,
5
+ track: r,
6
+ bar: n,
7
+ sm: t,
8
+ md: s,
9
+ lg: a,
10
+ primary: p,
11
+ success: o,
12
+ warning: i,
13
+ error: m,
14
+ info: l,
15
+ indeterminate: g
21
16
  };
22
17
  export {
23
- h as clearButton,
24
- s as container,
25
- L as default,
26
- e as disabled,
27
- _ as fullWidth,
28
- n as input,
29
- r as inputLg,
30
- a as inputMd,
31
- i as inputSm,
32
- o as lg,
33
- m as loading,
34
- t as md,
35
- g as searchButton,
36
- d as searchIcon,
37
- p as searchIconLg,
38
- l as searchIconMd,
39
- u as searchIconSm,
40
- c as sm,
41
- B as spin,
42
- I as spinner
18
+ n as bar,
19
+ e as container,
20
+ d as default,
21
+ m as error,
22
+ g as indeterminate,
23
+ l as info,
24
+ c as labelWrapper,
25
+ a as lg,
26
+ s as md,
27
+ _ as percentage,
28
+ p as primary,
29
+ t as sm,
30
+ o as success,
31
+ r as track,
32
+ i as warning
43
33
  };
package/dist/index17.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),l=require("react"),tt=require("./index18.cjs"),q=require("lucide-react"),p=require("./index83.cjs"),r=require("./index180.cjs"),et=parseInt(p.spacing[6],10),rt=parseInt(p.spacing[4],10),st=parseInt(p.spacing[6],10),lt=parseInt(p.spacing[8],10),T=l.forwardRef(({items:n,variant:_="editorial",aspectRatio:B="16/9",peek:D=!0,autoScroll:R=!1,autoScrollInterval:j=5e3,gap:i="md",align:I="edge",alignOffset:S,showNavigation:$=!0,showPagination:w=!1,onSlideChange:W,renderNavigation:N,highlightActive:y=!1,loop:x=!1,className:z,...H},F)=>{const s=l.useRef(null),[K,J]=l.useState(!1),[Q,U]=l.useState(!0),[f,V]=l.useState(0),M=l.useRef(0),u=l.useCallback(()=>i==="sm"?rt:i==="lg"?lt:st,[i]),d=l.useCallback(t=>{const e=t.children[0];return e?e.offsetWidth:0},[]),v=l.useCallback(()=>{if(!s.current)return;const{scrollLeft:t,scrollWidth:e,clientWidth:c}=s.current,h=d(s.current),g=u(),b=t>=e-c-1,m=t<=1;J(!m),U(!b);let o;if(b)o=n.length-1;else{const L=Math.round(t/(h+g));o=Math.min(Math.max(0,L),n.length-1)}o!==M.current&&(M.current=o,V(o),W?.(o))},[i,n.length,W,u,d]),C=l.useCallback(t=>{if(!s.current)return;const{scrollLeft:e,scrollWidth:c,clientWidth:h}=s.current,g=d(s.current),b=u(),m=g+b,o=e<=1,L=e>=c-h-1;if(x){if(t==="right"&&L){s.current.scrollTo({left:0,behavior:"smooth"});return}if(t==="left"&&o){s.current.scrollTo({left:c-h,behavior:"smooth"});return}}s.current.scrollBy({left:t==="left"?-m:m,behavior:"smooth"})},[i,x,u,d]),k=l.useCallback(t=>{if(!s.current)return;const e=d(s.current),c=u();s.current.scrollTo({left:t*(e+c),behavior:"smooth"})},[u,d]);l.useEffect(()=>{const t=s.current;if(t)return v(),t.addEventListener("scroll",v),()=>{t.removeEventListener("scroll",v)}},[v]),l.useEffect(()=>{if(!R||n.length<=1)return;const t=setInterval(()=>{const e=(f+1)%n.length;k(e)},j);return()=>clearInterval(t)},[R,j,f,n.length,k]);const P=I==="container"&&S!==void 0,E=P?Math.max(0,S-et):0,X=i==="sm"?r.default.gapSm:i==="lg"?r.default.gapLg:r.default.gapMd,Y=I==="container"?r.default.trackContainer:r.default.trackEdge,Z=[r.default.carousel,D&&r.default.peek,y&&r.default.highlightActive,X,z].filter(Boolean).join(" "),O=[r.default.track,Y].filter(Boolean).join(" "),G=x&&n.length>1,A={canScrollLeft:G||K,canScrollRight:G||Q,scrollLeft:()=>C("left"),scrollRight:()=>C("right"),activeIndex:f,totalItems:n.length};return a.jsxs("div",{ref:F,className:Z,...H,children:[a.jsx("div",{ref:s,className:O,style:P?{scrollPaddingInlineStart:S}:void 0,role:"region","aria-label":"Carousel",children:n.map((t,e)=>{const c=e===0,g=e===f&&y;return a.jsx(tt.CarouselCard,{item:t,aspectRatio:B,variant:_,className:g?r.default.cardHighlighted:void 0,style:c&&E>0?{marginLeft:E}:void 0},t.title||e)})}),$&&n.length>1&&(N?N(A):a.jsxs("div",{className:r.default.navigation,children:[a.jsx("button",{type:"button",className:r.default.navButton,onClick:()=>C("left"),disabled:!A.canScrollLeft,"aria-label":"Previous",children:a.jsx(q.ChevronLeft,{size:24})}),a.jsx("button",{type:"button",className:r.default.navButton,onClick:()=>C("right"),disabled:!A.canScrollRight,"aria-label":"Next",children:a.jsx(q.ChevronRight,{size:24})})]})),w&&n.length>1&&a.jsx("div",{className:r.default.pagination,children:n.map((t,e)=>a.jsx("button",{type:"button",className:`${r.default.dot} ${e===f?r.default.dotActive:""}`,onClick:()=>k(e),"aria-label":`Go to slide ${e+1}`},e))})]})});T.displayName="Carousel";exports.Carousel=T;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),l=require("react"),tt=require("./index18.cjs"),q=require("lucide-react"),p=require("./index83.cjs"),r=require("./index115.cjs"),et=parseInt(p.spacing[6],10),rt=parseInt(p.spacing[4],10),st=parseInt(p.spacing[6],10),lt=parseInt(p.spacing[8],10),T=l.forwardRef(({items:n,variant:_="editorial",aspectRatio:B="16/9",peek:D=!0,autoScroll:R=!1,autoScrollInterval:j=5e3,gap:i="md",align:I="edge",alignOffset:S,showNavigation:$=!0,showPagination:w=!1,onSlideChange:W,renderNavigation:N,highlightActive:y=!1,loop:x=!1,className:z,...H},F)=>{const s=l.useRef(null),[K,J]=l.useState(!1),[Q,U]=l.useState(!0),[f,V]=l.useState(0),M=l.useRef(0),u=l.useCallback(()=>i==="sm"?rt:i==="lg"?lt:st,[i]),d=l.useCallback(t=>{const e=t.children[0];return e?e.offsetWidth:0},[]),v=l.useCallback(()=>{if(!s.current)return;const{scrollLeft:t,scrollWidth:e,clientWidth:c}=s.current,h=d(s.current),g=u(),b=t>=e-c-1,m=t<=1;J(!m),U(!b);let o;if(b)o=n.length-1;else{const L=Math.round(t/(h+g));o=Math.min(Math.max(0,L),n.length-1)}o!==M.current&&(M.current=o,V(o),W?.(o))},[i,n.length,W,u,d]),C=l.useCallback(t=>{if(!s.current)return;const{scrollLeft:e,scrollWidth:c,clientWidth:h}=s.current,g=d(s.current),b=u(),m=g+b,o=e<=1,L=e>=c-h-1;if(x){if(t==="right"&&L){s.current.scrollTo({left:0,behavior:"smooth"});return}if(t==="left"&&o){s.current.scrollTo({left:c-h,behavior:"smooth"});return}}s.current.scrollBy({left:t==="left"?-m:m,behavior:"smooth"})},[i,x,u,d]),k=l.useCallback(t=>{if(!s.current)return;const e=d(s.current),c=u();s.current.scrollTo({left:t*(e+c),behavior:"smooth"})},[u,d]);l.useEffect(()=>{const t=s.current;if(t)return v(),t.addEventListener("scroll",v),()=>{t.removeEventListener("scroll",v)}},[v]),l.useEffect(()=>{if(!R||n.length<=1)return;const t=setInterval(()=>{const e=(f+1)%n.length;k(e)},j);return()=>clearInterval(t)},[R,j,f,n.length,k]);const P=I==="container"&&S!==void 0,E=P?Math.max(0,S-et):0,X=i==="sm"?r.default.gapSm:i==="lg"?r.default.gapLg:r.default.gapMd,Y=I==="container"?r.default.trackContainer:r.default.trackEdge,Z=[r.default.carousel,D&&r.default.peek,y&&r.default.highlightActive,X,z].filter(Boolean).join(" "),O=[r.default.track,Y].filter(Boolean).join(" "),G=x&&n.length>1,A={canScrollLeft:G||K,canScrollRight:G||Q,scrollLeft:()=>C("left"),scrollRight:()=>C("right"),activeIndex:f,totalItems:n.length};return a.jsxs("div",{ref:F,className:Z,...H,children:[a.jsx("div",{ref:s,className:O,style:P?{scrollPaddingInlineStart:S}:void 0,role:"region","aria-label":"Carousel",children:n.map((t,e)=>{const c=e===0,g=e===f&&y;return a.jsx(tt.CarouselCard,{item:t,aspectRatio:B,variant:_,className:g?r.default.cardHighlighted:void 0,style:c&&E>0?{marginLeft:E}:void 0},t.title||e)})}),$&&n.length>1&&(N?N(A):a.jsxs("div",{className:r.default.navigation,children:[a.jsx("button",{type:"button",className:r.default.navButton,onClick:()=>C("left"),disabled:!A.canScrollLeft,"aria-label":"Previous",children:a.jsx(q.ChevronLeft,{size:24})}),a.jsx("button",{type:"button",className:r.default.navButton,onClick:()=>C("right"),disabled:!A.canScrollRight,"aria-label":"Next",children:a.jsx(q.ChevronRight,{size:24})})]})),w&&n.length>1&&a.jsx("div",{className:r.default.pagination,children:n.map((t,e)=>a.jsx("button",{type:"button",className:`${r.default.dot} ${e===f?r.default.dotActive:""}`,onClick:()=>k(e),"aria-label":`Go to slide ${e+1}`},e))})]})});T.displayName="Carousel";exports.Carousel=T;
package/dist/index17.mjs CHANGED
@@ -3,7 +3,7 @@ import { forwardRef as et, useRef as j, useState as k, useCallback as f, useEffe
3
3
  import { CarouselCard as nt } from "./index18.mjs";
4
4
  import { ChevronLeft as ot, ChevronRight as st } from "lucide-react";
5
5
  import { spacing as b } from "./index83.mjs";
6
- import e from "./index180.mjs";
6
+ import e from "./index115.mjs";
7
7
  const lt = parseInt(b[6], 10), ct = parseInt(b[4], 10), at = parseInt(b[6], 10), it = parseInt(b[8], 10), dt = et(
8
8
  ({
9
9
  items: o,