@orion-ds/react 4.2.3 → 4.2.5

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 (383) hide show
  1. package/dist/components/Accordion/Accordion.module.css +1 -0
  2. package/dist/components/ActivityFeed/ActivityFeed.module.css +1 -0
  3. package/dist/components/AgentCard/AgentCard.module.css +1 -0
  4. package/dist/components/Alert/Alert.module.css +1 -0
  5. package/dist/components/AlertDialog/AlertDialog.module.css +1 -0
  6. package/dist/components/Avatar/Avatar.module.css +1 -0
  7. package/dist/components/Badge/Badge.module.css +1 -0
  8. package/dist/components/Banner/Banner.module.css +1 -0
  9. package/dist/components/Breadcrumb/Breadcrumb.module.css +1 -0
  10. package/dist/components/Button/Button.module.css +1 -0
  11. package/dist/components/Calendar/Calendar.module.css +1 -0
  12. package/dist/components/Card/Card.module.css +1 -0
  13. package/dist/components/Carousel/Carousel.module.css +1 -0
  14. package/dist/components/Chart/Chart.module.css +1 -0
  15. package/dist/components/Chat/Chat.module.css +1 -0
  16. package/dist/components/Checkbox/Checkbox.module.css +1 -0
  17. package/dist/components/Chip/Chip.module.css +1 -0
  18. package/dist/components/CodeEditor/CodeEditor.module.css +1 -0
  19. package/dist/components/Collapsible/Collapsible.module.css +1 -0
  20. package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css +1 -0
  21. package/dist/components/Combobox/Combobox.module.css +1 -0
  22. package/dist/components/Command/Command.module.css +1 -0
  23. package/dist/components/CommandBar/CommandBar.module.css +1 -0
  24. package/dist/components/DataTable/DataTable.module.css +1 -0
  25. package/dist/components/DatePicker/DatePicker.module.css +1 -0
  26. package/dist/components/DetailPanel/DetailPanel.module.css +1 -0
  27. package/dist/components/Divider/Divider.module.css +1 -0
  28. package/dist/components/Drawer/Drawer.module.css +1 -0
  29. package/dist/components/Dropdown/Dropdown.module.css +1 -0
  30. package/dist/components/EmptyState/EmptyState.module.css +1 -0
  31. package/dist/components/ErrorBoundary/ErrorBoundary.module.css +1 -0
  32. package/dist/components/Field/Field.module.css +1 -0
  33. package/dist/components/FileUploader/FileUploader.module.css +1 -0
  34. package/dist/components/FilterBar/FilterBar.module.css +1 -0
  35. package/dist/components/FormSection/FormSection.module.css +1 -0
  36. package/dist/components/Icon/Icon.module.css +1 -0
  37. package/dist/components/IconGallery/IconGallery.module.css +1 -0
  38. package/dist/components/InputOTP/InputOTP.module.css +1 -0
  39. package/dist/components/KanbanBoard/KanbanBoard.module.css +1 -0
  40. package/dist/components/Link/Link.module.css +1 -0
  41. package/dist/components/List/List.module.css +1 -0
  42. package/dist/components/MetricCards/MetricCards.module.css +1 -0
  43. package/dist/components/Modal/Modal.module.css +1 -0
  44. package/dist/components/NavTree/NavTree.module.css +1 -0
  45. package/dist/components/Navbar/Navbar.module.css +1 -0
  46. package/dist/components/NotificationCenter/NotificationCenter.module.css +1 -0
  47. package/dist/components/PageHeader/PageHeader.module.css +1 -0
  48. package/dist/components/Pagination/Pagination.module.css +1 -0
  49. package/dist/components/Popover/Popover.module.css +1 -0
  50. package/dist/components/ProgressBar/ProgressBar.module.css +1 -0
  51. package/dist/components/QuickActions/QuickActions.module.css +1 -0
  52. package/dist/components/Radio/Radio.module.css +1 -0
  53. package/dist/components/SearchInput/SearchInput.module.css +1 -0
  54. package/dist/components/Select/Select.module.css +1 -0
  55. package/dist/components/Sidebar/Sidebar.module.css +1 -0
  56. package/dist/components/Skeleton/Skeleton.module.css +1 -0
  57. package/dist/components/Slider/Slider.module.css +1 -0
  58. package/dist/components/Spinner/Spinner.module.css +1 -0
  59. package/dist/components/Stepper/Stepper.module.css +1 -0
  60. package/dist/components/Switch/Switch.module.css +1 -0
  61. package/dist/components/Table/Table.module.css +1 -0
  62. package/dist/components/Tabs/Tabs.module.css +1 -0
  63. package/dist/components/Textarea/Textarea.module.css +1 -0
  64. package/dist/components/Toast/Toast.module.css +1 -0
  65. package/dist/components/Toggle/Toggle.module.css +1 -0
  66. package/dist/components/ToggleGroup/ToggleGroup.module.css +1 -0
  67. package/dist/components/Tooltip/Tooltip.module.css +1 -0
  68. package/dist/components/UserMenu/UserMenu.module.css +1 -0
  69. package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.module.css +1 -0
  70. package/dist/index10.cjs +1 -1
  71. package/dist/index10.mjs +1 -1
  72. package/dist/index100.cjs +1 -1
  73. package/dist/index100.mjs +24 -20
  74. package/dist/index101.cjs +1 -1
  75. package/dist/index101.mjs +44 -42
  76. package/dist/index102.cjs +1 -1
  77. package/dist/index102.mjs +30 -62
  78. package/dist/index103.cjs +1 -1
  79. package/dist/index103.mjs +28 -30
  80. package/dist/index104.cjs +1 -1
  81. package/dist/index104.mjs +15 -35
  82. package/dist/index105.cjs +1 -1
  83. package/dist/index105.mjs +64 -30
  84. package/dist/index106.cjs +1 -1
  85. package/dist/index106.mjs +52 -45
  86. package/dist/index107.cjs +1 -1
  87. package/dist/index107.mjs +42 -18
  88. package/dist/index108.cjs +1 -1
  89. package/dist/index108.mjs +28 -28
  90. package/dist/index109.cjs +1 -1
  91. package/dist/index109.mjs +24 -14
  92. package/dist/index11.cjs +1 -1
  93. package/dist/index11.mjs +1 -1
  94. package/dist/index110.cjs +1 -1
  95. package/dist/index110.mjs +28 -46
  96. package/dist/index111.cjs +1 -1
  97. package/dist/index111.mjs +18 -24
  98. package/dist/index112.cjs +1 -1
  99. package/dist/index112.mjs +14 -46
  100. package/dist/index113.cjs +1 -1
  101. package/dist/index113.mjs +50 -42
  102. package/dist/index114.cjs +1 -1
  103. package/dist/index114.mjs +53 -18
  104. package/dist/index115.cjs +1 -1
  105. package/dist/index115.mjs +62 -22
  106. package/dist/index116.cjs +1 -1
  107. package/dist/index116.mjs +32 -32
  108. package/dist/index117.cjs +1 -1
  109. package/dist/index117.mjs +30 -20
  110. package/dist/index118.cjs +1 -1
  111. package/dist/index118.mjs +18 -32
  112. package/dist/index119.cjs +1 -1
  113. package/dist/index119.mjs +56 -52
  114. package/dist/index12.cjs +1 -1
  115. package/dist/index12.mjs +1 -1
  116. package/dist/index120.cjs +1 -1
  117. package/dist/index120.mjs +38 -20
  118. package/dist/index121.cjs +1 -1
  119. package/dist/index121.mjs +20 -18
  120. package/dist/index122.cjs +1 -1
  121. package/dist/index122.mjs +40 -32
  122. package/dist/index123.cjs +1 -1
  123. package/dist/index123.mjs +76 -30
  124. package/dist/index124.cjs +1 -1
  125. package/dist/index124.mjs +52 -24
  126. package/dist/index125.cjs +1 -1
  127. package/dist/index125.mjs +30 -28
  128. package/dist/index126.cjs +1 -1
  129. package/dist/index126.mjs +63 -36
  130. package/dist/index127.cjs +1 -1
  131. package/dist/index127.mjs +30 -38
  132. package/dist/index128.cjs +1 -1
  133. package/dist/index128.mjs +32 -40
  134. package/dist/index129.cjs +1 -1
  135. package/dist/index129.mjs +45 -40
  136. package/dist/index13.cjs +1 -1
  137. package/dist/index13.mjs +1 -1
  138. package/dist/index130.cjs +1 -1
  139. package/dist/index130.mjs +41 -35
  140. package/dist/index131.cjs +1 -1
  141. package/dist/index131.mjs +28 -44
  142. package/dist/index132.cjs +1 -1
  143. package/dist/index132.mjs +30 -16
  144. package/dist/index133.cjs +1 -1
  145. package/dist/index133.mjs +24 -28
  146. package/dist/index134.cjs +1 -1
  147. package/dist/index134.mjs +11 -21
  148. package/dist/index135.cjs +1 -1
  149. package/dist/index135.mjs +234 -28
  150. package/dist/index136.cjs +1 -1
  151. package/dist/index136.mjs +34 -56
  152. package/dist/index137.cjs +1 -1
  153. package/dist/index137.mjs +44 -57
  154. package/dist/index138.cjs +1 -1
  155. package/dist/index138.mjs +170 -33
  156. package/dist/index139.cjs +1 -1
  157. package/dist/index139.mjs +186 -47
  158. package/dist/index14.cjs +1 -1
  159. package/dist/index14.mjs +1 -1
  160. package/dist/index140.cjs +1 -1
  161. package/dist/index140.mjs +28 -36
  162. package/dist/index141.cjs +1 -1
  163. package/dist/index141.mjs +90 -28
  164. package/dist/index142.cjs +1 -1
  165. package/dist/index142.mjs +53 -68
  166. package/dist/index143.cjs +1 -1
  167. package/dist/index143.mjs +66 -52
  168. package/dist/index144.cjs +1 -1
  169. package/dist/index144.mjs +124 -62
  170. package/dist/index145.cjs +1 -1
  171. package/dist/index145.mjs +108 -234
  172. package/dist/index146.cjs +1 -1
  173. package/dist/index146.mjs +111 -33
  174. package/dist/index147.cjs +1 -1
  175. package/dist/index147.mjs +120 -41
  176. package/dist/index148.cjs +1 -1
  177. package/dist/index148.mjs +199 -155
  178. package/dist/index149.cjs +1 -1
  179. package/dist/index149.mjs +23 -186
  180. package/dist/index15.cjs +1 -1
  181. package/dist/index15.mjs +1 -1
  182. package/dist/index150.cjs +1 -1
  183. package/dist/index150.mjs +37 -29
  184. package/dist/index151.cjs +1 -1
  185. package/dist/index151.mjs +12 -90
  186. package/dist/index152.cjs +1 -1
  187. package/dist/index152.mjs +29 -53
  188. package/dist/index153.cjs +1 -1
  189. package/dist/index153.mjs +46 -66
  190. package/dist/index154.cjs +1 -1
  191. package/dist/index154.mjs +38 -124
  192. package/dist/index155.cjs +1 -1
  193. package/dist/index155.mjs +36 -108
  194. package/dist/index156.cjs +1 -1
  195. package/dist/index156.mjs +18 -111
  196. package/dist/index157.cjs +1 -1
  197. package/dist/index157.mjs +62 -122
  198. package/dist/index158.cjs +1 -1
  199. package/dist/index158.mjs +18 -214
  200. package/dist/index159.cjs +1 -1
  201. package/dist/index159.mjs +67 -64
  202. package/dist/index16.cjs +1 -1
  203. package/dist/index16.mjs +1 -1
  204. package/dist/index160.cjs +1 -1
  205. package/dist/index160.mjs +20 -57
  206. package/dist/index161.cjs +1 -1
  207. package/dist/index161.mjs +106 -27
  208. package/dist/index162.cjs +1 -1
  209. package/dist/index162.mjs +33 -28
  210. package/dist/index163.cjs +1 -1
  211. package/dist/index163.mjs +28 -18
  212. package/dist/index164.cjs +1 -1
  213. package/dist/index164.mjs +18 -24
  214. package/dist/index165.cjs +1 -1
  215. package/dist/index165.mjs +37 -51
  216. package/dist/index166.cjs +1 -1
  217. package/dist/index166.mjs +28 -64
  218. package/dist/index167.cjs +1 -1
  219. package/dist/index167.mjs +46 -33
  220. package/dist/index168.cjs +1 -1
  221. package/dist/index168.mjs +22 -30
  222. package/dist/index169.cjs +1 -1
  223. package/dist/index169.mjs +40 -42
  224. package/dist/index17.cjs +1 -1
  225. package/dist/index17.mjs +1 -1
  226. package/dist/index170.cjs +1 -1
  227. package/dist/index170.mjs +20 -12
  228. package/dist/index171.cjs +1 -1
  229. package/dist/index171.mjs +42 -44
  230. package/dist/index172.cjs +1 -1
  231. package/dist/index172.mjs +64 -40
  232. package/dist/index173.cjs +1 -1
  233. package/dist/index173.mjs +55 -28
  234. package/dist/index174.cjs +1 -1
  235. package/dist/index174.mjs +26 -76
  236. package/dist/index175.cjs +1 -1
  237. package/dist/index175.mjs +44 -106
  238. package/dist/index176.cjs +1 -1
  239. package/dist/index176.mjs +28 -26
  240. package/dist/index177.cjs +1 -1
  241. package/dist/index177.mjs +32 -29
  242. package/dist/index178.cjs +1 -1
  243. package/dist/index178.mjs +32 -12
  244. package/dist/index179.cjs +1 -1
  245. package/dist/index179.mjs +44 -16
  246. package/dist/index18.cjs +1 -1
  247. package/dist/index18.mjs +1 -1
  248. package/dist/index180.cjs +1 -1
  249. package/dist/index180.mjs +55 -51
  250. package/dist/index181.cjs +1 -1
  251. package/dist/index181.mjs +27 -65
  252. package/dist/index185.cjs +1 -1
  253. package/dist/index185.mjs +1 -1
  254. package/dist/index19.cjs +1 -1
  255. package/dist/index19.mjs +2 -2
  256. package/dist/index20.cjs +1 -1
  257. package/dist/index20.mjs +14 -14
  258. package/dist/index21.cjs +1 -1
  259. package/dist/index21.mjs +1 -1
  260. package/dist/index22.cjs +1 -1
  261. package/dist/index22.mjs +1 -1
  262. package/dist/index23.cjs +1 -1
  263. package/dist/index23.mjs +1 -1
  264. package/dist/index24.cjs +1 -1
  265. package/dist/index24.mjs +1 -1
  266. package/dist/index25.cjs +1 -1
  267. package/dist/index25.mjs +1 -1
  268. package/dist/index26.cjs +1 -1
  269. package/dist/index26.mjs +1 -1
  270. package/dist/index27.cjs +1 -1
  271. package/dist/index27.mjs +1 -1
  272. package/dist/index28.cjs +1 -1
  273. package/dist/index28.mjs +1 -1
  274. package/dist/index30.cjs +1 -1
  275. package/dist/index30.mjs +1 -1
  276. package/dist/index31.cjs +1 -1
  277. package/dist/index31.mjs +1 -1
  278. package/dist/index32.cjs +1 -1
  279. package/dist/index32.mjs +1 -1
  280. package/dist/index33.cjs +1 -1
  281. package/dist/index33.mjs +1 -1
  282. package/dist/index34.cjs +1 -1
  283. package/dist/index34.mjs +1 -1
  284. package/dist/index35.cjs +1 -1
  285. package/dist/index35.mjs +1 -1
  286. package/dist/index36.cjs +1 -1
  287. package/dist/index36.mjs +1 -1
  288. package/dist/index37.cjs +1 -1
  289. package/dist/index37.mjs +1 -1
  290. package/dist/index38.cjs +1 -1
  291. package/dist/index38.mjs +1 -1
  292. package/dist/index39.cjs +1 -1
  293. package/dist/index39.mjs +1 -1
  294. package/dist/index40.cjs +1 -1
  295. package/dist/index40.mjs +1 -1
  296. package/dist/index42.cjs +1 -1
  297. package/dist/index42.mjs +1 -1
  298. package/dist/index43.cjs +1 -1
  299. package/dist/index43.mjs +1 -1
  300. package/dist/index44.cjs +1 -1
  301. package/dist/index44.mjs +1 -1
  302. package/dist/index46.cjs +1 -1
  303. package/dist/index46.mjs +1 -1
  304. package/dist/index47.cjs +1 -1
  305. package/dist/index47.mjs +1 -1
  306. package/dist/index49.cjs +1 -1
  307. package/dist/index49.mjs +1 -1
  308. package/dist/index5.cjs +1 -1
  309. package/dist/index5.mjs +1 -1
  310. package/dist/index50.cjs +1 -1
  311. package/dist/index50.mjs +1 -1
  312. package/dist/index51.cjs +1 -1
  313. package/dist/index51.mjs +1 -1
  314. package/dist/index52.cjs +1 -1
  315. package/dist/index52.mjs +1 -1
  316. package/dist/index53.cjs +1 -1
  317. package/dist/index53.mjs +1 -1
  318. package/dist/index54.cjs +1 -1
  319. package/dist/index54.mjs +1 -1
  320. package/dist/index55.cjs +1 -1
  321. package/dist/index55.mjs +1 -1
  322. package/dist/index56.cjs +1 -1
  323. package/dist/index56.mjs +1 -1
  324. package/dist/index57.cjs +1 -1
  325. package/dist/index57.mjs +1 -1
  326. package/dist/index58.cjs +1 -1
  327. package/dist/index58.mjs +1 -1
  328. package/dist/index59.cjs +1 -1
  329. package/dist/index59.mjs +1 -1
  330. package/dist/index6.cjs +1 -1
  331. package/dist/index6.mjs +1 -1
  332. package/dist/index60.cjs +1 -1
  333. package/dist/index60.mjs +1 -1
  334. package/dist/index61.cjs +1 -1
  335. package/dist/index61.mjs +1 -1
  336. package/dist/index62.cjs +1 -1
  337. package/dist/index62.mjs +1 -1
  338. package/dist/index64.cjs +1 -1
  339. package/dist/index64.mjs +1 -1
  340. package/dist/index65.cjs +1 -1
  341. package/dist/index65.mjs +1 -1
  342. package/dist/index66.cjs +1 -1
  343. package/dist/index66.mjs +1 -1
  344. package/dist/index67.cjs +1 -1
  345. package/dist/index67.mjs +1 -1
  346. package/dist/index68.cjs +1 -1
  347. package/dist/index68.mjs +1 -1
  348. package/dist/index69.cjs +1 -1
  349. package/dist/index69.mjs +1 -1
  350. package/dist/index7.cjs +1 -1
  351. package/dist/index7.mjs +1 -1
  352. package/dist/index70.cjs +1 -1
  353. package/dist/index70.mjs +1 -1
  354. package/dist/index71.cjs +1 -1
  355. package/dist/index71.mjs +1 -1
  356. package/dist/index72.cjs +1 -1
  357. package/dist/index72.mjs +1 -1
  358. package/dist/index73.cjs +1 -1
  359. package/dist/index73.mjs +1 -1
  360. package/dist/index76.cjs +1 -1
  361. package/dist/index76.mjs +1 -1
  362. package/dist/index77.cjs +1 -1
  363. package/dist/index77.mjs +1 -1
  364. package/dist/index78.cjs +1 -1
  365. package/dist/index78.mjs +1 -1
  366. package/dist/index79.cjs +1 -1
  367. package/dist/index79.mjs +1 -1
  368. package/dist/index8.cjs +1 -1
  369. package/dist/index8.mjs +1 -1
  370. package/dist/index80.cjs +1 -1
  371. package/dist/index80.mjs +1 -1
  372. package/dist/index81.cjs +1 -1
  373. package/dist/index81.mjs +1 -1
  374. package/dist/index9.cjs +1 -1
  375. package/dist/index9.mjs +1 -1
  376. package/dist/index99.cjs +1 -1
  377. package/dist/index99.mjs +40 -28
  378. package/dist/sections/Container/Container.module.css +1 -0
  379. package/dist/sections/Section/Section.module.css +1 -0
  380. package/dist/styles/marker.css +1 -0
  381. package/dist/styles.css +159 -1
  382. package/package.json +1 -1
  383. package/dist/react.css +0 -1
package/dist/index160.mjs CHANGED
@@ -1,60 +1,23 @@
1
- const a = "_carousel_1ch8a_9", c = "_track_1ch8a_19", t = "_trackEdge_1ch8a_33", _ = "_trackContainer_1ch8a_42", e = "_peek_1ch8a_48", o = "_gapSm_1ch8a_54", n = "_gapMd_1ch8a_58", r = "_gapLg_1ch8a_62", i = "_navigation_1ch8a_70", h = "_navButton_1ch8a_77", s = "_card_1ch8a_107", g = "_imageWrapper_1ch8a_138", d = "_overlay_1ch8a_153", p = "_content_1ch8a_176", l = "_eyebrow_1ch8a_187", v = "_cardTitle_1ch8a_196", k = "_cardDescription_1ch8a_205", y = "_action_1ch8a_213", u = "_pagination_1ch8a_297", m = "_dot_1ch8a_304", A = "_dotActive_1ch8a_321", b = "_highlightActive_1ch8a_331", w = "_cardHighlighted_1ch8a_335", B = {
2
- carousel: a,
3
- track: c,
4
- trackEdge: t,
5
- trackContainer: _,
6
- peek: e,
7
- gapSm: o,
8
- gapMd: n,
9
- gapLg: r,
10
- navigation: i,
11
- navButton: h,
12
- card: s,
13
- "aspect-16-9": "_aspect-16-9_1ch8a_118",
14
- "aspect-4-3": "_aspect-4-3_1ch8a_122",
15
- "aspect-1-1": "_aspect-1-1_1ch8a_126",
16
- "aspect-3-4": "_aspect-3-4_1ch8a_130",
17
- imageWrapper: g,
18
- overlay: d,
19
- "overlay-gradient": "_overlay-gradient_1ch8a_159",
20
- "overlay-dark": "_overlay-dark_1ch8a_168",
21
- content: p,
22
- eyebrow: l,
23
- cardTitle: v,
24
- cardDescription: k,
25
- action: y,
26
- "variant-editorial": "_variant-editorial_1ch8a_221",
27
- "variant-product": "_variant-product_1ch8a_233",
28
- "variant-gallery": "_variant-gallery_1ch8a_280",
29
- pagination: u,
30
- dot: m,
31
- dotActive: A,
32
- highlightActive: b,
33
- cardHighlighted: w
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
34
11
  };
35
12
  export {
36
- y as action,
37
- s as card,
38
- k as cardDescription,
39
- w as cardHighlighted,
40
- v as cardTitle,
41
- a as carousel,
42
- p as content,
43
- B as default,
44
- m as dot,
45
- A as dotActive,
46
- l as eyebrow,
47
- r as gapLg,
48
- n as gapMd,
49
- o as gapSm,
50
- b as highlightActive,
51
- g as imageWrapper,
52
- h as navButton,
53
- i as navigation,
54
- d as overlay,
55
- u as pagination,
56
- e as peek,
57
- c as track,
58
- _ as trackContainer,
59
- t as trackEdge
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
60
23
  };
package/dist/index161.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="_link_1ch8i_9",i="_subtle_1ch8i_38",c="_brand_1ch8i_46",o="_sm_1ch8i_58",_="_md_1ch8i_63",t="_lg_1ch8i_68",e="_underline_1ch8i_77",r="_icon_1ch8i_92",l="_iconRight_1ch8i_124",s="_iconExternal_1ch8i_129",d="_iconArrow_1ch8i_134",h="_iconArrowLeft_1ch8i_139",u={link:n,default:"_default_1ch8i_30",subtle:i,brand:c,sm:o,md:_,lg:t,underline:e,icon:r,iconRight:l,iconExternal:s,iconArrow:d,iconArrowLeft:h};exports.brand=c;exports.default=u;exports.icon=r;exports.iconArrow=d;exports.iconArrowLeft=h;exports.iconExternal=s;exports.iconRight=l;exports.lg=t;exports.link=n;exports.md=_;exports.sm=o;exports.subtle=i;exports.underline=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n="_dataTable_ncnxg_8",t="_toolbar_ncnxg_21",o="_toolbarLeft_ncnxg_31",e="_toolbarRight_ncnxg_38",c="_searchWrapper_ncnxg_46",a="_searchIcon_ncnxg_52",_="_searchInput_ncnxg_59",i="_bulkActions_ncnxg_84",s="_selectedCount_ncnxg_90",g="_bulkAction_ncnxg_84",r="_bulkActionDanger_ncnxg_123",l="_tableContainer_ncnxg_132",p="_table_ncnxg_132",x="_thead_ncnxg_149",b="_stickyHeader_ncnxg_153",u="_th_ncnxg_149",d="_thContent_ncnxg_172",h="_sortable_ncnxg_178",y="_sortIcon_ncnxg_188",I="_sortIconInactive_ncnxg_192",m="_tbody_ncnxg_197",k="_tr_ncnxg_201",M="_hoverable_ncnxg_210",C="_trSelected_ncnxg_214",S="_striped_ncnxg_222",T="_td_ncnxg_226",A="_checkboxCell_ncnxg_233",D="_checkbox_ncnxg_233",v="_actionsCell_ncnxg_248",f="_actionMenu_ncnxg_273",O="_actionMenuTrigger_ncnxg_277",P="_actionMenuDropdown_ncnxg_298",w="_actionMenuItem_ncnxg_311",z="_actionMenuItemDanger_ncnxg_332",B="_pagination_ncnxg_344",H="_paginationInfo_ncnxg_354",L="_paginationText_ncnxg_360",R="_pageSizeSelect_ncnxg_366",W="_paginationControls_ncnxg_377",j="_paginationButton_ncnxg_383",q="_paginationPages_ncnxg_409",E="_emptyState_ncnxg_421",F="_emptyIcon_ncnxg_430",G="_emptyTitle_ncnxg_435",J="_emptyDescription_ncnxg_443",K="_emptyAction_ncnxg_451",N="_loadingOverlay_ncnxg_459",Q="_spinner_ncnxg_466",U="_spin_ncnxg_466",V="_compact_ncnxg_485",X="_hideOnMobile_ncnxg_503",Y={dataTable:n,toolbar:t,toolbarLeft:o,toolbarRight:e,searchWrapper:c,searchIcon:a,searchInput:_,bulkActions:i,selectedCount:s,bulkAction:g,bulkActionDanger:r,tableContainer:l,table:p,thead:x,stickyHeader:b,th:u,thContent:d,sortable:h,sortIcon:y,sortIconInactive:I,tbody:m,tr:k,hoverable:M,trSelected:C,striped:S,td:T,checkboxCell:A,checkbox:D,actionsCell:v,"sticky-left":"_sticky-left_ncnxg_255","sticky-right":"_sticky-right_ncnxg_262",actionMenu:f,actionMenuTrigger:O,actionMenuDropdown:P,actionMenuItem:w,actionMenuItemDanger:z,pagination:B,paginationInfo:H,paginationText:L,pageSizeSelect:R,paginationControls:W,paginationButton:j,paginationPages:q,emptyState:E,emptyIcon:F,emptyTitle:G,emptyDescription:J,emptyAction:K,loadingOverlay:N,spinner:Q,spin:U,compact:V,hideOnMobile:X};exports.actionMenu=f;exports.actionMenuDropdown=P;exports.actionMenuItem=w;exports.actionMenuItemDanger=z;exports.actionMenuTrigger=O;exports.actionsCell=v;exports.bulkAction=g;exports.bulkActionDanger=r;exports.bulkActions=i;exports.checkbox=D;exports.checkboxCell=A;exports.compact=V;exports.dataTable=n;exports.default=Y;exports.emptyAction=K;exports.emptyDescription=J;exports.emptyIcon=F;exports.emptyState=E;exports.emptyTitle=G;exports.hideOnMobile=X;exports.hoverable=M;exports.loadingOverlay=N;exports.pageSizeSelect=R;exports.pagination=B;exports.paginationButton=j;exports.paginationControls=W;exports.paginationInfo=H;exports.paginationPages=q;exports.paginationText=L;exports.searchIcon=a;exports.searchInput=_;exports.searchWrapper=c;exports.selectedCount=s;exports.sortIcon=y;exports.sortIconInactive=I;exports.sortable=h;exports.spin=U;exports.spinner=Q;exports.stickyHeader=b;exports.striped=S;exports.table=p;exports.tableContainer=l;exports.tbody=m;exports.td=T;exports.th=u;exports.thContent=d;exports.thead=x;exports.toolbar=t;exports.toolbarLeft=o;exports.toolbarRight=e;exports.tr=k;exports.trSelected=C;
package/dist/index161.mjs CHANGED
@@ -1,30 +1,109 @@
1
- const n = "_link_1ch8i_9", c = "_subtle_1ch8i_38", _ = "_brand_1ch8i_46", i = "_sm_1ch8i_58", o = "_md_1ch8i_63", t = "_lg_1ch8i_68", r = "_underline_1ch8i_77", s = "_icon_1ch8i_92", e = "_iconRight_1ch8i_124", l = "_iconExternal_1ch8i_129", h = "_iconArrow_1ch8i_134", d = "_iconArrowLeft_1ch8i_139", a = {
2
- link: n,
3
- default: "_default_1ch8i_30",
4
- subtle: c,
5
- brand: _,
6
- sm: i,
7
- md: o,
8
- lg: t,
9
- underline: r,
10
- icon: s,
11
- iconRight: e,
12
- iconExternal: l,
13
- iconArrow: h,
14
- iconArrowLeft: d
1
+ const n = "_dataTable_ncnxg_8", t = "_toolbar_ncnxg_21", c = "_toolbarLeft_ncnxg_31", o = "_toolbarRight_ncnxg_38", e = "_searchWrapper_ncnxg_46", _ = "_searchIcon_ncnxg_52", a = "_searchInput_ncnxg_59", i = "_bulkActions_ncnxg_84", s = "_selectedCount_ncnxg_90", g = "_bulkAction_ncnxg_84", r = "_bulkActionDanger_ncnxg_123", l = "_tableContainer_ncnxg_132", p = "_table_ncnxg_132", x = "_thead_ncnxg_149", b = "_stickyHeader_ncnxg_153", h = "_th_ncnxg_149", d = "_thContent_ncnxg_172", u = "_sortable_ncnxg_178", y = "_sortIcon_ncnxg_188", I = "_sortIconInactive_ncnxg_192", m = "_tbody_ncnxg_197", k = "_tr_ncnxg_201", C = "_hoverable_ncnxg_210", M = "_trSelected_ncnxg_214", A = "_striped_ncnxg_222", D = "_td_ncnxg_226", S = "_checkboxCell_ncnxg_233", T = "_checkbox_ncnxg_233", f = "_actionsCell_ncnxg_248", v = "_actionMenu_ncnxg_273", O = "_actionMenuTrigger_ncnxg_277", w = "_actionMenuDropdown_ncnxg_298", z = "_actionMenuItem_ncnxg_311", B = "_actionMenuItemDanger_ncnxg_332", H = "_pagination_ncnxg_344", L = "_paginationInfo_ncnxg_354", P = "_paginationText_ncnxg_360", R = "_pageSizeSelect_ncnxg_366", W = "_paginationControls_ncnxg_377", j = "_paginationButton_ncnxg_383", q = "_paginationPages_ncnxg_409", E = "_emptyState_ncnxg_421", F = "_emptyIcon_ncnxg_430", G = "_emptyTitle_ncnxg_435", J = "_emptyDescription_ncnxg_443", K = "_emptyAction_ncnxg_451", N = "_loadingOverlay_ncnxg_459", Q = "_spinner_ncnxg_466", U = "_spin_ncnxg_466", V = "_compact_ncnxg_485", X = "_hideOnMobile_ncnxg_503", Y = {
2
+ dataTable: n,
3
+ toolbar: t,
4
+ toolbarLeft: c,
5
+ toolbarRight: o,
6
+ searchWrapper: e,
7
+ searchIcon: _,
8
+ searchInput: a,
9
+ bulkActions: i,
10
+ selectedCount: s,
11
+ bulkAction: g,
12
+ bulkActionDanger: r,
13
+ tableContainer: l,
14
+ table: p,
15
+ thead: x,
16
+ stickyHeader: b,
17
+ th: h,
18
+ thContent: d,
19
+ sortable: u,
20
+ sortIcon: y,
21
+ sortIconInactive: I,
22
+ tbody: m,
23
+ tr: k,
24
+ hoverable: C,
25
+ trSelected: M,
26
+ striped: A,
27
+ td: D,
28
+ checkboxCell: S,
29
+ checkbox: T,
30
+ actionsCell: f,
31
+ "sticky-left": "_sticky-left_ncnxg_255",
32
+ "sticky-right": "_sticky-right_ncnxg_262",
33
+ actionMenu: v,
34
+ actionMenuTrigger: O,
35
+ actionMenuDropdown: w,
36
+ actionMenuItem: z,
37
+ actionMenuItemDanger: B,
38
+ pagination: H,
39
+ paginationInfo: L,
40
+ paginationText: P,
41
+ pageSizeSelect: R,
42
+ paginationControls: W,
43
+ paginationButton: j,
44
+ paginationPages: q,
45
+ emptyState: E,
46
+ emptyIcon: F,
47
+ emptyTitle: G,
48
+ emptyDescription: J,
49
+ emptyAction: K,
50
+ loadingOverlay: N,
51
+ spinner: Q,
52
+ spin: U,
53
+ compact: V,
54
+ hideOnMobile: X
15
55
  };
16
56
  export {
17
- _ as brand,
18
- a as default,
19
- s as icon,
20
- h as iconArrow,
21
- d as iconArrowLeft,
22
- l as iconExternal,
23
- e as iconRight,
24
- t as lg,
25
- n as link,
26
- o as md,
27
- i as sm,
28
- c as subtle,
29
- r as underline
57
+ v as actionMenu,
58
+ w as actionMenuDropdown,
59
+ z as actionMenuItem,
60
+ B as actionMenuItemDanger,
61
+ O as actionMenuTrigger,
62
+ f as actionsCell,
63
+ g as bulkAction,
64
+ r as bulkActionDanger,
65
+ i as bulkActions,
66
+ T as checkbox,
67
+ S as checkboxCell,
68
+ V as compact,
69
+ n as dataTable,
70
+ Y as default,
71
+ K as emptyAction,
72
+ J as emptyDescription,
73
+ F as emptyIcon,
74
+ E as emptyState,
75
+ G as emptyTitle,
76
+ X as hideOnMobile,
77
+ C as hoverable,
78
+ N as loadingOverlay,
79
+ R as pageSizeSelect,
80
+ H as pagination,
81
+ j as paginationButton,
82
+ W as paginationControls,
83
+ L as paginationInfo,
84
+ q as paginationPages,
85
+ P as paginationText,
86
+ _ as searchIcon,
87
+ a as searchInput,
88
+ e as searchWrapper,
89
+ s as selectedCount,
90
+ y as sortIcon,
91
+ I as sortIconInactive,
92
+ u as sortable,
93
+ U as spin,
94
+ Q as spinner,
95
+ b as stickyHeader,
96
+ A as striped,
97
+ p as table,
98
+ l as tableContainer,
99
+ m as tbody,
100
+ D as td,
101
+ h as th,
102
+ d as thContent,
103
+ x as thead,
104
+ t as toolbar,
105
+ c as toolbarLeft,
106
+ o as toolbarRight,
107
+ k as tr,
108
+ M as trSelected
30
109
  };
package/dist/index162.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s="_breadcrumb_12bqk_8",e="_item_12bqk_20",_="_link_12bqk_26",o="_current_12bqk_49",c="_separator_12bqk_59",n="_chevron_12bqk_69",t="_slash_12bqk_86",r="_icon_12bqk_94",l="_homeIcon_12bqk_112",i="_ellipsis_12bqk_120",b="_sm_12bqk_135",m="_md_12bqk_158",a="_lg_12bqk_175",k={breadcrumb:s,item:e,link:_,current:o,separator:c,chevron:n,slash:t,icon:r,homeIcon:l,ellipsis:i,sm:b,md:m,lg:a};exports.breadcrumb=s;exports.chevron=n;exports.current=o;exports.default=k;exports.ellipsis=i;exports.homeIcon=l;exports.icon=r;exports.item=e;exports.lg=a;exports.link=_;exports.md=m;exports.separator=c;exports.slash=t;exports.sm=b;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_overlay_13db5_9",o="_overlayVisible_13db5_21",_="_backdrop_13db5_30",t="_drawer_13db5_37",r="_left_13db5_51",d="_drawerVisible_13db5_58",s="_right_13db5_62",b="_top_13db5_73",l="_bottom_13db5_84",i="_closeButton_13db5_154",a="_header_13db5_188",c="_body_13db5_199",n="_footer_13db5_208",y={overlay:e,overlayVisible:o,backdrop:_,drawer:t,left:r,drawerVisible:d,right:s,top:b,bottom:l,"size-sm":"_size-sm_13db5_99","size-md":"_size-md_13db5_104","size-lg":"_size-lg_13db5_109","size-xl":"_size-xl_13db5_114","size-full":"_size-full_13db5_119",closeButton:i,header:a,body:c,footer:n};exports.backdrop=_;exports.body=c;exports.bottom=l;exports.closeButton=i;exports.default=y;exports.drawer=t;exports.drawerVisible=d;exports.footer=n;exports.header=a;exports.left=r;exports.overlay=e;exports.overlayVisible=o;exports.right=s;exports.top=b;
package/dist/index162.mjs CHANGED
@@ -1,31 +1,36 @@
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
1
+ const _ = "_overlay_13db5_9", o = "_overlayVisible_13db5_21", e = "_backdrop_13db5_30", t = "_drawer_13db5_37", s = "_left_13db5_51", d = "_drawerVisible_13db5_58", b = "_right_13db5_62", r = "_top_13db5_73", l = "_bottom_13db5_84", i = "_closeButton_13db5_154", a = "_header_13db5_188", c = "_body_13db5_199", n = "_footer_13db5_208", y = {
2
+ overlay: _,
3
+ overlayVisible: o,
4
+ backdrop: e,
5
+ drawer: t,
6
+ left: s,
7
+ drawerVisible: d,
8
+ right: b,
9
+ top: r,
10
+ bottom: l,
11
+ "size-sm": "_size-sm_13db5_99",
12
+ "size-md": "_size-md_13db5_104",
13
+ "size-lg": "_size-lg_13db5_109",
14
+ "size-xl": "_size-xl_13db5_114",
15
+ "size-full": "_size-full_13db5_119",
16
+ closeButton: i,
17
+ header: a,
18
+ body: c,
19
+ footer: n
15
20
  };
16
21
  export {
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
22
+ e as backdrop,
23
+ c as body,
24
+ l as bottom,
25
+ i as closeButton,
26
+ y as default,
27
+ t as drawer,
28
+ d as drawerVisible,
29
+ n as footer,
30
+ a as header,
31
+ s as left,
32
+ _ as overlay,
33
+ o as overlayVisible,
34
+ b as right,
35
+ r as top
31
36
  };
package/dist/index163.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_wrapper_mndyh_7",t="_trigger_mndyh_13",r="_triggerIcon_mndyh_19",o="_placeholder_mndyh_24",p="_popover_mndyh_29",n="_popoverContent_mndyh_38",s="_presets_mndyh_43",_="_presetButton_mndyh_51",c={wrapper:e,trigger:t,triggerIcon:r,placeholder:o,popover:p,popoverContent:n,presets:s,presetButton:_};exports.default=c;exports.placeholder=o;exports.popover=p;exports.popoverContent=n;exports.presetButton=_;exports.presets=s;exports.trigger=t;exports.triggerIcon=r;exports.wrapper=e;
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/index163.mjs CHANGED
@@ -1,21 +1,31 @@
1
- const e = "_wrapper_mndyh_7", t = "_trigger_mndyh_13", o = "_triggerIcon_mndyh_19", r = "_placeholder_mndyh_24", n = "_popover_mndyh_29", p = "_popoverContent_mndyh_38", _ = "_presets_mndyh_43", s = "_presetButton_mndyh_51", c = {
2
- wrapper: e,
3
- trigger: t,
4
- triggerIcon: o,
5
- placeholder: r,
6
- popover: n,
7
- popoverContent: p,
8
- presets: _,
9
- presetButton: s
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
10
15
  };
11
16
  export {
12
- c as default,
13
- r as placeholder,
14
- n as popover,
15
- p as popoverContent,
16
- s as presetButton,
17
- _ as presets,
18
- t as trigger,
19
- o as triggerIcon,
20
- e as wrapper
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
21
31
  };
package/dist/index164.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_banner_1j8yh_5",n="_container_1j8yh_49",e="_content_1j8yh_61",s="_splitLayout_1j8yh_71",o="_splitContent_1j8yh_86",i="_splitImage_1j8yh_90",_="_eyebrow_1j8yh_98",c="_title_1j8yh_116",a="_description_1j8yh_130",l="_actions_1j8yh_143",r="_dismissButton_1j8yh_154",y={banner:t,container:n,content:e,splitLayout:s,splitContent:o,splitImage:i,eyebrow:_,title:c,description:a,actions:l,dismissButton:r};exports.actions=l;exports.banner=t;exports.container=n;exports.content=e;exports.default=y;exports.description=a;exports.dismissButton=r;exports.eyebrow=_;exports.splitContent=o;exports.splitImage=i;exports.splitLayout=s;exports.title=c;
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;
package/dist/index164.mjs CHANGED
@@ -1,27 +1,21 @@
1
- const t = "_banner_1j8yh_5", n = "_container_1j8yh_49", s = "_content_1j8yh_61", o = "_splitLayout_1j8yh_71", _ = "_splitContent_1j8yh_86", e = "_splitImage_1j8yh_90", i = "_eyebrow_1j8yh_98", c = "_title_1j8yh_116", y = "_description_1j8yh_130", a = "_actions_1j8yh_143", l = "_dismissButton_1j8yh_154", p = {
2
- banner: t,
3
- container: n,
4
- content: s,
5
- splitLayout: o,
6
- splitContent: _,
7
- splitImage: e,
8
- eyebrow: i,
9
- title: c,
10
- description: y,
11
- actions: a,
12
- dismissButton: l
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
13
10
  };
14
11
  export {
15
- a as actions,
16
- t as banner,
17
- n as container,
18
- s as content,
19
- p as default,
20
- y as description,
21
- l as dismissButton,
22
- i as eyebrow,
23
- _ as splitContent,
24
- e as splitImage,
25
- o as splitLayout,
26
- c as title
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
27
21
  };
package/dist/index165.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o="_navbar_8ho3g_8",e="_solid_8ho3g_23",s="_transparent_8ho3g_27",n="_glass_8ho3g_31",t="_schemeLight_8ho3g_40",_="_schemeDark_8ho3g_46",g="_brand_8ho3g_56",c="_link_8ho3g_60",l="_active_8ho3g_69",a="_toggleLine_8ho3g_74",i="_bordered_8ho3g_101",h="_sticky_8ho3g_109",r="_sm_8ho3g_118",d="_md_8ho3g_122",p="_lg_8ho3g_126",m="_nav_8ho3g_8",b="_actions_8ho3g_207",v="_toggle_8ho3g_74",k="_toggleIcon_8ho3g_241",O="_toggleOpen_8ho3g_260",D="_collapse_8ho3g_277",L="_collapseOpen_8ho3g_281",u="_slideDown_8ho3g_1",y="_collapseActions_8ho3g_317",w={navbar:o,solid:e,transparent:s,glass:n,schemeLight:t,schemeDark:_,brand:g,link:c,active:l,toggleLine:a,bordered:i,sticky:h,sm:r,md:d,lg:p,nav:m,actions:b,toggle:v,toggleIcon:k,toggleOpen:O,collapse:D,collapseOpen:L,slideDown:u,collapseActions:y};exports.actions=b;exports.active=l;exports.bordered=i;exports.brand=g;exports.collapse=D;exports.collapseActions=y;exports.collapseOpen=L;exports.default=w;exports.glass=n;exports.lg=p;exports.link=c;exports.md=d;exports.nav=m;exports.navbar=o;exports.schemeDark=_;exports.schemeLight=t;exports.slideDown=u;exports.sm=r;exports.solid=e;exports.sticky=h;exports.toggle=v;exports.toggleIcon=k;exports.toggleLine=a;exports.toggleOpen=O;exports.transparent=s;
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;
package/dist/index165.mjs CHANGED
@@ -1,53 +1,39 @@
1
- const o = "_navbar_8ho3g_8", _ = "_solid_8ho3g_23", s = "_transparent_8ho3g_27", n = "_glass_8ho3g_31", t = "_schemeLight_8ho3g_40", e = "_schemeDark_8ho3g_46", g = "_brand_8ho3g_56", c = "_link_8ho3g_60", l = "_active_8ho3g_69", a = "_toggleLine_8ho3g_74", h = "_bordered_8ho3g_101", i = "_sticky_8ho3g_109", r = "_sm_8ho3g_118", d = "_md_8ho3g_122", p = "_lg_8ho3g_126", m = "_nav_8ho3g_8", b = "_actions_8ho3g_207", k = "_toggle_8ho3g_74", v = "_toggleIcon_8ho3g_241", D = "_toggleOpen_8ho3g_260", L = "_collapse_8ho3g_277", O = "_collapseOpen_8ho3g_281", y = "_slideDown_8ho3g_1", w = "_collapseActions_8ho3g_317", A = {
2
- navbar: o,
3
- solid: _,
4
- transparent: s,
5
- glass: n,
6
- schemeLight: t,
7
- schemeDark: e,
8
- brand: g,
9
- link: c,
10
- active: l,
11
- toggleLine: a,
12
- bordered: h,
13
- sticky: i,
14
- sm: r,
15
- md: d,
16
- lg: p,
17
- nav: m,
18
- actions: b,
19
- toggle: k,
20
- toggleIcon: v,
21
- toggleOpen: D,
22
- collapse: L,
23
- collapseOpen: O,
24
- slideDown: y,
25
- collapseActions: w
26
- };
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
+ }
27
37
  export {
28
- b as actions,
29
- l as active,
30
- h as bordered,
31
- g as brand,
32
- L as collapse,
33
- w as collapseActions,
34
- O as collapseOpen,
35
- A as default,
36
- n as glass,
37
- p as lg,
38
- c as link,
39
- d as md,
40
- m as nav,
41
- o as navbar,
42
- e as schemeDark,
43
- t as schemeLight,
44
- y as slideDown,
45
- r as sm,
46
- _ as solid,
47
- i as sticky,
48
- k as toggle,
49
- v as toggleIcon,
50
- a as toggleLine,
51
- D as toggleOpen,
52
- s as transparent
38
+ f as useResolvedChartColors
53
39
  };
package/dist/index166.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_userMenu_3rj9n_8",r="_userMenuFullWidth_3rj9n_14",t="_trigger_3rj9n_19",n="_triggerCompact_3rj9n_44",a="_avatar_3rj9n_48",o="_avatarImage_3rj9n_61",_="_avatarInitials_3rj9n_67",i="_statusIndicator_3rj9n_75",d="_triggerInfo_3rj9n_85",s="_triggerName_3rj9n_95",c="_triggerRole_3rj9n_106",g="_chevron_3rj9n_116",m="_chevronOpen_3rj9n_123",h="_dropdown_3rj9n_131",l="_dropdownOpen_3rj9n_147",u="_dropdownStart_3rj9n_153",p="_header_3rj9n_162",j="_headerAvatar_3rj9n_170",v="_headerInfo_3rj9n_186",I="_headerName_3rj9n_193",w="_headerEmail_3rj9n_201",b="_section_3rj9n_215",f="_sectionLabel_3rj9n_219",M="_divider_3rj9n_229",S="_item_3rj9n_239",O="_itemIcon_3rj9n_260",D="_itemDanger_3rj9n_268",N="_itemDisabled_3rj9n_276",T="_dropdownTop_3rj9n_290",A="_itemShortcut_3rj9n_301",B="_itemBadge_3rj9n_310",C={userMenu:e,userMenuFullWidth:r,trigger:t,triggerCompact:n,avatar:a,avatarImage:o,avatarInitials:_,statusIndicator:i,triggerInfo:d,triggerName:s,triggerRole:c,chevron:g,chevronOpen:m,dropdown:h,dropdownOpen:l,dropdownStart:u,header:p,headerAvatar:j,headerInfo:v,headerName:I,headerEmail:w,section:b,sectionLabel:f,divider:M,item:S,itemIcon:O,itemDanger:D,itemDisabled:N,dropdownTop:T,itemShortcut:A,itemBadge:B};exports.avatar=a;exports.avatarImage=o;exports.avatarInitials=_;exports.chevron=g;exports.chevronOpen=m;exports.default=C;exports.divider=M;exports.dropdown=h;exports.dropdownOpen=l;exports.dropdownStart=u;exports.dropdownTop=T;exports.header=p;exports.headerAvatar=j;exports.headerEmail=w;exports.headerInfo=v;exports.headerName=I;exports.item=S;exports.itemBadge=B;exports.itemDanger=D;exports.itemDisabled=N;exports.itemIcon=O;exports.itemShortcut=A;exports.section=b;exports.sectionLabel=f;exports.statusIndicator=i;exports.trigger=t;exports.triggerCompact=n;exports.triggerInfo=d;exports.triggerName=s;exports.triggerRole=c;exports.userMenu=e;exports.userMenuFullWidth=r;
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;
package/dist/index166.mjs CHANGED
@@ -1,67 +1,31 @@
1
- const r = "_userMenu_3rj9n_8", e = "_userMenuFullWidth_3rj9n_14", n = "_trigger_3rj9n_19", t = "_triggerCompact_3rj9n_44", o = "_avatar_3rj9n_48", _ = "_avatarImage_3rj9n_61", a = "_avatarInitials_3rj9n_67", i = "_statusIndicator_3rj9n_75", s = "_triggerInfo_3rj9n_85", d = "_triggerName_3rj9n_95", c = "_triggerRole_3rj9n_106", g = "_chevron_3rj9n_116", m = "_chevronOpen_3rj9n_123", j = "_dropdown_3rj9n_131", h = "_dropdownOpen_3rj9n_147", p = "_dropdownStart_3rj9n_153", l = "_header_3rj9n_162", u = "_headerAvatar_3rj9n_170", v = "_headerInfo_3rj9n_186", I = "_headerName_3rj9n_193", w = "_headerEmail_3rj9n_201", f = "_section_3rj9n_215", b = "_sectionLabel_3rj9n_219", D = "_divider_3rj9n_229", M = "_item_3rj9n_239", N = "_itemIcon_3rj9n_260", O = "_itemDanger_3rj9n_268", S = "_itemDisabled_3rj9n_276", A = "_dropdownTop_3rj9n_290", B = "_itemShortcut_3rj9n_301", C = "_itemBadge_3rj9n_310", E = {
2
- userMenu: r,
3
- userMenuFullWidth: e,
4
- trigger: n,
5
- triggerCompact: t,
6
- avatar: o,
7
- avatarImage: _,
8
- avatarInitials: a,
9
- statusIndicator: i,
10
- triggerInfo: s,
11
- triggerName: d,
12
- triggerRole: c,
13
- chevron: g,
14
- chevronOpen: m,
15
- dropdown: j,
16
- dropdownOpen: h,
17
- dropdownStart: p,
18
- header: l,
19
- headerAvatar: u,
20
- headerInfo: v,
21
- headerName: I,
22
- headerEmail: w,
23
- section: f,
24
- sectionLabel: b,
25
- divider: D,
26
- item: M,
27
- itemIcon: N,
28
- itemDanger: O,
29
- itemDisabled: S,
30
- dropdownTop: A,
31
- itemShortcut: B,
32
- itemBadge: C
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
33
15
  };
34
16
  export {
35
- o as avatar,
36
- _ as avatarImage,
37
- a as avatarInitials,
38
- g as chevron,
39
- m as chevronOpen,
40
- E as default,
41
- D as divider,
42
- j as dropdown,
43
- h as dropdownOpen,
44
- p as dropdownStart,
45
- A as dropdownTop,
46
- l as header,
47
- u as headerAvatar,
48
- w as headerEmail,
49
- v as headerInfo,
50
- I as headerName,
51
- M as item,
52
- C as itemBadge,
53
- O as itemDanger,
54
- S as itemDisabled,
55
- N as itemIcon,
56
- B as itemShortcut,
57
- f as section,
58
- b as sectionLabel,
59
- i as statusIndicator,
60
- n as trigger,
61
- t as triggerCompact,
62
- s as triggerInfo,
63
- d as triggerName,
64
- c as triggerRole,
65
- r as userMenu,
66
- e as userMenuFullWidth
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
67
31
  };