@midas-ds/components 17.15.3 → 17.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/accordion/index.js +2 -5
  3. package/assets/Button.css +1 -1
  4. package/assets/TextField.css +1 -1
  5. package/assets/accordion.css +1 -0
  6. package/assets/badge.css +1 -0
  7. package/assets/breadcrumbs.css +1 -0
  8. package/assets/button2.css +1 -0
  9. package/assets/calendar.css +1 -0
  10. package/assets/card.css +1 -0
  11. package/assets/checkbox.css +1 -0
  12. package/assets/{ColorSchemeSwitch.css → color-scheme-switch.css} +1 -1
  13. package/assets/combobox.css +1 -0
  14. package/assets/date-field.css +1 -0
  15. package/assets/date-picker.css +1 -0
  16. package/assets/default.css +1 -1
  17. package/assets/field-error.css +1 -0
  18. package/assets/file-list.css +1 -0
  19. package/assets/{FileUpload.css → file-upload.css} +1 -1
  20. package/assets/grid.css +1 -0
  21. package/assets/info-banner.css +1 -0
  22. package/assets/label.css +1 -0
  23. package/assets/layout.css +1 -0
  24. package/assets/link-button.css +1 -0
  25. package/assets/link.css +1 -0
  26. package/assets/list-box.css +1 -0
  27. package/assets/logo.css +1 -0
  28. package/assets/menu.css +1 -0
  29. package/assets/modal.css +1 -0
  30. package/assets/popover.css +1 -0
  31. package/assets/progress-bar.css +1 -0
  32. package/assets/radio.css +1 -0
  33. package/assets/search-field.css +1 -0
  34. package/assets/select.css +1 -0
  35. package/assets/skeleton.css +1 -0
  36. package/assets/spinner.css +1 -0
  37. package/assets/table.css +1 -0
  38. package/assets/tabs.css +1 -0
  39. package/assets/{TagGroup.css → tag.css} +1 -1
  40. package/assets/{Text.css → text.css} +1 -1
  41. package/assets/time-field.css +1 -0
  42. package/assets/toast.css +1 -0
  43. package/assets/toggle-button.css +1 -0
  44. package/assets/tooltip.css +1 -0
  45. package/badge/index.js +2 -5
  46. package/breadcrumbs/index.js +2 -5
  47. package/button/index.js +2 -6
  48. package/calendar/index.js +2 -5
  49. package/card/index.js +2 -12
  50. package/character-counter/index.js +2 -4
  51. package/checkbox/index.js +2 -6
  52. package/chunks/Button.module-0C2ArlRs.js +13 -0
  53. package/chunks/FeedbackStatusIcon-A1trvSCf.js +54 -0
  54. package/chunks/TextField.module-CrR3Krxn.js +12 -0
  55. package/chunks/accordion-AqEcuKz_.js +87 -0
  56. package/chunks/arrow-right-7yeXXFNV.js +10 -0
  57. package/chunks/badge-DrCn-5SX.js +22 -0
  58. package/chunks/breadcrumbs-XTH3axtt.js +23 -0
  59. package/chunks/button-CFjf-bDe.js +34 -0
  60. package/chunks/calendar-C0rlcHfr.js +74 -0
  61. package/chunks/card-CF8iwdg3.js +103 -0
  62. package/chunks/character-counter-CSoVSrxZ.js +16 -0
  63. package/chunks/check-BiPE7lAA.js +7 -0
  64. package/chunks/checkbox-B_41DFjp.js +174 -0
  65. package/chunks/chevron-down-Buf0eTzo.js +7 -0
  66. package/chunks/chevron-right-DJ7qKNKG.js +7 -0
  67. package/chunks/clear-button-Cb4MTvBR.js +17 -0
  68. package/chunks/clsx-BtlV5Vo3.js +21 -0
  69. package/chunks/color-scheme-switch-Ce4vL8Yz.js +122 -0
  70. package/chunks/combobox-BLGIYxNy.js +90 -0
  71. package/chunks/createLucideIcon-DhIhuN5D.js +39 -0
  72. package/chunks/date-field-Cy0HGw6v.js +73 -0
  73. package/chunks/date-picker-ByfWqOZh.js +191 -0
  74. package/chunks/field-error-DYp2kgFr.js +19 -0
  75. package/chunks/file-list-DYOuch5G.js +68 -0
  76. package/chunks/file-upload-CZRTVw5O.js +11 -0
  77. package/chunks/grid-CUYMbO7c.js +225 -0
  78. package/chunks/heading-595zCrRS.js +28 -0
  79. package/chunks/info-Bm2gRija.js +19 -0
  80. package/chunks/info-banner-hHq0Atii.js +59 -0
  81. package/chunks/label-uwnwLD3z.js +49 -0
  82. package/chunks/layout-BzK7P4Xn.js +426 -0
  83. package/chunks/link-Q46Ny2Po.js +40 -0
  84. package/chunks/link-button-Cm2B0s4X.js +39 -0
  85. package/chunks/list-box-Dm2itiZD.js +75 -0
  86. package/chunks/logo-D7tz-4hp.js +93 -0
  87. package/chunks/menu-CB6VDQ-u.js +49 -0
  88. package/chunks/modal-Dr0ythpF.js +66 -0
  89. package/chunks/popover-DxnYz_IT.js +27 -0
  90. package/chunks/progress-bar-Dppkp0cT.js +40 -0
  91. package/chunks/radio-PBrD5BO4.js +43 -0
  92. package/chunks/search-field-B5RciSq0.js +90 -0
  93. package/chunks/select-BZ0greL0.js +171 -0
  94. package/chunks/skeleton-OqKFBcmO.js +36 -0
  95. package/chunks/spinner-C3WiZYld.js +32 -0
  96. package/chunks/square-arrow-out-up-right-Bobm4VNc.js +17 -0
  97. package/chunks/table-BZ7VvZaq.js +150 -0
  98. package/chunks/tabs-eshGdQJJ.js +52 -0
  99. package/chunks/tag-CELJrUEQ.js +78 -0
  100. package/chunks/text-mAeDlv5N.js +23 -0
  101. package/chunks/textfield-CZSw2R67.js +112 -0
  102. package/chunks/time-field-DaQfnJQF.js +60 -0
  103. package/chunks/toast-AYzfHBcQ.js +91 -0
  104. package/chunks/toggle-button-DlPo9GJW.js +17 -0
  105. package/chunks/tooltip-BE_r_CBm.js +33 -0
  106. package/chunks/useLocalizedStringFormatter-bRLuRzVD.js +19 -0
  107. package/chunks/x-Bs_QW3q8.js +10 -0
  108. package/clear-button/index.js +2 -4
  109. package/color-scheme-switch/index.js +2 -4
  110. package/combobox/index.js +2 -4
  111. package/date-field/index.js +2 -9
  112. package/date-picker/index.js +2 -5
  113. package/field-error/index.js +2 -4
  114. package/file-list/index.js +2 -5
  115. package/file-upload/index.js +2 -5
  116. package/grid/index.js +2 -6
  117. package/heading/index.js +2 -4
  118. package/index.js +91 -165
  119. package/info-banner/index.js +2 -4
  120. package/label/index.js +2 -4
  121. package/layout/index.js +2 -8
  122. package/link/index.js +2 -6
  123. package/link-button/index.js +2 -6
  124. package/list-box/index.js +2 -13
  125. package/logo/index.js +2 -5
  126. package/menu/index.js +2 -10
  127. package/modal/index.js +2 -7
  128. package/package.json +1 -1
  129. package/popover/index.js +2 -4
  130. package/progress-bar/index.js +2 -4
  131. package/radio/index.js +2 -5
  132. package/search-field/index.js +2 -4
  133. package/select/index.js +2 -4
  134. package/skeleton/index.js +2 -4
  135. package/spinner/index.js +2 -4
  136. package/table/index.js +2 -9
  137. package/tabs/index.js +2 -7
  138. package/tag/index.js +2 -6
  139. package/text/index.js +2 -4
  140. package/textfield/index.js +2 -7
  141. package/time-field/index.js +2 -4
  142. package/toast/index.js +2 -10
  143. package/toggle-button/index.js +2 -5
  144. package/tooltip/index.js +2 -5
  145. package/assets/AccordionItem.css +0 -1
  146. package/assets/BadgeContainer.css +0 -1
  147. package/assets/Breadcrumb.css +0 -1
  148. package/assets/ButtonGroup.css +0 -1
  149. package/assets/CardHeader.css +0 -1
  150. package/assets/Checkbox.css +0 -1
  151. package/assets/ComboBox.css +0 -1
  152. package/assets/DateField.css +0 -1
  153. package/assets/DateInput.css +0 -1
  154. package/assets/DateRangePicker.css +0 -1
  155. package/assets/FieldError.css +0 -1
  156. package/assets/FileListItem.css +0 -1
  157. package/assets/GridItem.css +0 -1
  158. package/assets/InfoBanner.css +0 -1
  159. package/assets/Label.css +0 -1
  160. package/assets/Layout.css +0 -1
  161. package/assets/Link.css +0 -1
  162. package/assets/LinkButton.css +0 -1
  163. package/assets/ListBox.css +0 -1
  164. package/assets/ListBoxEmptyState.css +0 -1
  165. package/assets/Logo.css +0 -1
  166. package/assets/Modal.css +0 -1
  167. package/assets/Popover.css +0 -1
  168. package/assets/ProgressBar.css +0 -1
  169. package/assets/Radio.css +0 -1
  170. package/assets/RangeCalendar.css +0 -1
  171. package/assets/SearchField.css +0 -1
  172. package/assets/Select.css +0 -1
  173. package/assets/Separator.css +0 -1
  174. package/assets/Skeleton.css +0 -1
  175. package/assets/Spinner.css +0 -1
  176. package/assets/TabList.css +0 -1
  177. package/assets/Table.css +0 -1
  178. package/assets/TimeField.css +0 -1
  179. package/assets/Toast.css +0 -1
  180. package/assets/ToggleButtonGroup.css +0 -1
  181. package/assets/Tooltip.css +0 -1
  182. package/chunks/AccordionItem-DHhQDd6o.js +0 -129
  183. package/chunks/BadgeContainer-DyQDrY6S.js +0 -38
  184. package/chunks/Breadcrumb-Bs836gOn.js +0 -37
  185. package/chunks/Button-GCROAMSl.js +0 -56
  186. package/chunks/Button.module-byTN5rhp.js +0 -14
  187. package/chunks/ButtonGroup-Dr6HOBo2.js +0 -22
  188. package/chunks/CardHeader-BnwDMzW9.js +0 -184
  189. package/chunks/CharacterCounter-Dgnv-orm.js +0 -22
  190. package/chunks/Checkbox-CyamRrFD.js +0 -146
  191. package/chunks/CheckboxGroup-CmjQm14M.js +0 -84
  192. package/chunks/ClearButton-DkC8PIMi.js +0 -22
  193. package/chunks/ColorSchemeSwitch-CjXb7w5A.js +0 -118
  194. package/chunks/ComboBox-BCfucCKv.js +0 -102
  195. package/chunks/DateField-CpvZGNHu.js +0 -89
  196. package/chunks/DateInput-NzWcnB4y.js +0 -29
  197. package/chunks/DateInputDivider-BHAwPkIR.js +0 -13
  198. package/chunks/DateRangePicker-BBLNlQ2y.js +0 -202
  199. package/chunks/FeedbackStatusIcon-X9Bjgeta.js +0 -56
  200. package/chunks/FieldError-krpMBtie.js +0 -24
  201. package/chunks/FileListItem-CKF9HPjw.js +0 -69
  202. package/chunks/FileUpload-D6oyWcDA.js +0 -17
  203. package/chunks/Grid-C7aRFvmS.js +0 -24
  204. package/chunks/GridItem-DenBLGXB.js +0 -237
  205. package/chunks/Heading-nfcRc2QF.js +0 -38
  206. package/chunks/InfoBanner-CWLvkP6D.js +0 -76
  207. package/chunks/Label-Cqo7Xz2v.js +0 -67
  208. package/chunks/Layout-D-nVSBJY.js +0 -493
  209. package/chunks/Link-CSIZehbN.js +0 -59
  210. package/chunks/LinkButton-Dzp8ZAPs.js +0 -68
  211. package/chunks/ListBox-CJhp9Hsb.js +0 -60
  212. package/chunks/ListBoxEmptyState-BxWWr2D9.js +0 -30
  213. package/chunks/ListBoxHeader-Cl56gGEe.js +0 -63
  214. package/chunks/Logo-DDykn5b2.js +0 -150
  215. package/chunks/Modal-yigospxi.js +0 -78
  216. package/chunks/Popover-CjEPHe4A.js +0 -34
  217. package/chunks/ProgressBar-BrWLkY8H.js +0 -53
  218. package/chunks/Radio-CFolRKKY.js +0 -44
  219. package/chunks/RangeCalendar-DxLInTav.js +0 -99
  220. package/chunks/SearchField-BXIDm898.js +0 -121
  221. package/chunks/Select-BQ109AJG.js +0 -231
  222. package/chunks/Separator-CDRwpeHz.js +0 -76
  223. package/chunks/Skeleton-ClvqZoDy.js +0 -88
  224. package/chunks/Spinner-CfKMn18u.js +0 -43
  225. package/chunks/TabList-CJSnr6O0.js +0 -87
  226. package/chunks/Table-CDdv7GeG.js +0 -140
  227. package/chunks/TagGroup-C-pkXtVn.js +0 -119
  228. package/chunks/Text-D0r_W4lH.js +0 -36
  229. package/chunks/TextArea-CNP1Y3jR.js +0 -135
  230. package/chunks/TextField.module-BDIbEV87.js +0 -12
  231. package/chunks/TimeField-B3IdCqTf.js +0 -88
  232. package/chunks/Toast-BFq_0Ue4.js +0 -158
  233. package/chunks/ToggleButtonGroup-DRnEEi5-.js +0 -29
  234. package/chunks/Tooltip-BYEaNkZG.js +0 -44
  235. package/chunks/arrow-right-BVcFGZmy.js +0 -8
  236. package/chunks/check-Bt2UikoU.js +0 -5
  237. package/chunks/chevron-down-BBFYYzZq.js +0 -5
  238. package/chunks/chevron-right-DvXGOiS_.js +0 -5
  239. package/chunks/clsx-AexbMWKp.js +0 -24
  240. package/chunks/createLucideIcon-CP-mMPfa.js +0 -75
  241. package/chunks/info-N5jWZg2A.js +0 -9
  242. package/chunks/square-arrow-out-up-right-x_I6wdNi.js +0 -9
  243. package/chunks/useLocalizedStringFormatter-BHvsRxDk.js +0 -25
  244. package/chunks/x-B9bYxG31.js +0 -8
  245. /package/assets/{CharacterCounter.css → character-counter.css} +0 -0
  246. /package/assets/{Heading.css → heading.css} +0 -0
@@ -1,237 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { c as m } from "./clsx-AexbMWKp.js";
3
- import '../assets/GridItem.css';const x = "_container_1gh8t_1", r = "_removeMargins_1gh8t_13", d = "_contained_1gh8t_17", a = "_flex_1gh8t_23", u = "_fluid_1gh8t_52", i = "_col_1gh8t_58", l = {
4
- container: x,
5
- removeMargins: r,
6
- contained: d,
7
- flex: a,
8
- fluid: u,
9
- col: i,
10
- "col-1": "_col-1_1gh8t_62",
11
- "col-2": "_col-2_1gh8t_67",
12
- "col-3": "_col-3_1gh8t_74",
13
- "col-quarter": "_col-quarter_1gh8t_75",
14
- "col-4": "_col-4_1gh8t_82",
15
- "col-third": "_col-third_1gh8t_83",
16
- "col-5": "_col-5_1gh8t_90",
17
- "col-6": "_col-6_1gh8t_97",
18
- "col-half": "_col-half_1gh8t_98",
19
- "col-7": "_col-7_1gh8t_105",
20
- "col-8": "_col-8_1gh8t_112",
21
- "col-9": "_col-9_1gh8t_119",
22
- "col-10": "_col-10_1gh8t_126",
23
- "col-11": "_col-11_1gh8t_133",
24
- "col-12": "_col-12_1gh8t_140",
25
- "col-full": "_col-full_1gh8t_141",
26
- "col-auto": "_col-auto_1gh8t_148",
27
- "col-grow": "_col-grow_1gh8t_153",
28
- "col-xs-1": "_col-xs-1_1gh8t_158",
29
- "col-xs-2": "_col-xs-2_1gh8t_165",
30
- "col-xs-3": "_col-xs-3_1gh8t_172",
31
- "col-xs-quarter": "_col-xs-quarter_1gh8t_173",
32
- "col-xs-4": "_col-xs-4_1gh8t_180",
33
- "col-xs-third": "_col-xs-third_1gh8t_181",
34
- "col-xs-5": "_col-xs-5_1gh8t_188",
35
- "col-xs-6": "_col-xs-6_1gh8t_195",
36
- "col-xs-half": "_col-xs-half_1gh8t_196",
37
- "col-xs-7": "_col-xs-7_1gh8t_203",
38
- "col-xs-8": "_col-xs-8_1gh8t_210",
39
- "col-xs-9": "_col-xs-9_1gh8t_217",
40
- "col-xs-10": "_col-xs-10_1gh8t_224",
41
- "col-xs-11": "_col-xs-11_1gh8t_231",
42
- "col-xs-12": "_col-xs-12_1gh8t_238",
43
- "col-xs-full": "_col-xs-full_1gh8t_239",
44
- "col-xs-auto": "_col-xs-auto_1gh8t_246",
45
- "col-xs-grow": "_col-xs-grow_1gh8t_251",
46
- "col-sm-1": "_col-sm-1_1gh8t_257",
47
- "col-sm-2": "_col-sm-2_1gh8t_264",
48
- "col-sm-3": "_col-sm-3_1gh8t_271",
49
- "col-sm-quarter": "_col-sm-quarter_1gh8t_272",
50
- "col-sm-4": "_col-sm-4_1gh8t_279",
51
- "col-sm-third": "_col-sm-third_1gh8t_280",
52
- "col-sm-5": "_col-sm-5_1gh8t_287",
53
- "col-sm-6": "_col-sm-6_1gh8t_294",
54
- "col-sm-half": "_col-sm-half_1gh8t_295",
55
- "col-sm-7": "_col-sm-7_1gh8t_302",
56
- "col-sm-8": "_col-sm-8_1gh8t_309",
57
- "col-sm-9": "_col-sm-9_1gh8t_316",
58
- "col-sm-10": "_col-sm-10_1gh8t_323",
59
- "col-sm-11": "_col-sm-11_1gh8t_330",
60
- "col-sm-12": "_col-sm-12_1gh8t_337",
61
- "col-sm-full": "_col-sm-full_1gh8t_338",
62
- "col-sm-auto": "_col-sm-auto_1gh8t_345",
63
- "col-sm-grow": "_col-sm-grow_1gh8t_350",
64
- "col-md-1": "_col-md-1_1gh8t_356",
65
- "col-md-2": "_col-md-2_1gh8t_363",
66
- "col-md-3": "_col-md-3_1gh8t_370",
67
- "col-md-quarter": "_col-md-quarter_1gh8t_371",
68
- "col-md-4": "_col-md-4_1gh8t_378",
69
- "col-md-third": "_col-md-third_1gh8t_379",
70
- "col-md-5": "_col-md-5_1gh8t_386",
71
- "col-md-6": "_col-md-6_1gh8t_393",
72
- "col-md-half": "_col-md-half_1gh8t_394",
73
- "col-md-7": "_col-md-7_1gh8t_401",
74
- "col-md-8": "_col-md-8_1gh8t_408",
75
- "col-md-9": "_col-md-9_1gh8t_415",
76
- "col-md-10": "_col-md-10_1gh8t_422",
77
- "col-md-11": "_col-md-11_1gh8t_429",
78
- "col-md-12": "_col-md-12_1gh8t_436",
79
- "col-md-full": "_col-md-full_1gh8t_437",
80
- "col-md-auto": "_col-md-auto_1gh8t_444",
81
- "col-md-grow": "_col-md-grow_1gh8t_449",
82
- "col-lg-1": "_col-lg-1_1gh8t_455",
83
- "col-lg-2": "_col-lg-2_1gh8t_462",
84
- "col-lg-3": "_col-lg-3_1gh8t_469",
85
- "col-lg-quarter": "_col-lg-quarter_1gh8t_470",
86
- "col-lg-4": "_col-lg-4_1gh8t_477",
87
- "col-lg-third": "_col-lg-third_1gh8t_478",
88
- "col-lg-5": "_col-lg-5_1gh8t_485",
89
- "col-lg-6": "_col-lg-6_1gh8t_492",
90
- "col-lg-half": "_col-lg-half_1gh8t_493",
91
- "col-lg-7": "_col-lg-7_1gh8t_500",
92
- "col-lg-8": "_col-lg-8_1gh8t_507",
93
- "col-lg-9": "_col-lg-9_1gh8t_514",
94
- "col-lg-10": "_col-lg-10_1gh8t_521",
95
- "col-lg-11": "_col-lg-11_1gh8t_528",
96
- "col-lg-12": "_col-lg-12_1gh8t_535",
97
- "col-lg-full": "_col-lg-full_1gh8t_536",
98
- "col-lg-auto": "_col-lg-auto_1gh8t_543",
99
- "col-lg-grow": "_col-lg-grow_1gh8t_548",
100
- "col-xl-1": "_col-xl-1_1gh8t_554",
101
- "col-xl-2": "_col-xl-2_1gh8t_561",
102
- "col-xl-3": "_col-xl-3_1gh8t_568",
103
- "col-xl-quarter": "_col-xl-quarter_1gh8t_569",
104
- "col-xl-4": "_col-xl-4_1gh8t_576",
105
- "col-xl-third": "_col-xl-third_1gh8t_577",
106
- "col-xl-5": "_col-xl-5_1gh8t_584",
107
- "col-xl-6": "_col-xl-6_1gh8t_591",
108
- "col-xl-half": "_col-xl-half_1gh8t_592",
109
- "col-xl-7": "_col-xl-7_1gh8t_599",
110
- "col-xl-8": "_col-xl-8_1gh8t_606",
111
- "col-xl-9": "_col-xl-9_1gh8t_613",
112
- "col-xl-10": "_col-xl-10_1gh8t_620",
113
- "col-xl-11": "_col-xl-11_1gh8t_627",
114
- "col-xl-12": "_col-xl-12_1gh8t_634",
115
- "col-xl-full": "_col-xl-full_1gh8t_635",
116
- "col-xl-auto": "_col-xl-auto_1gh8t_642",
117
- "col-xl-grow": "_col-xl-grow_1gh8t_647",
118
- "offset-1": "_offset-1_1gh8t_652",
119
- "offset-2": "_offset-2_1gh8t_656",
120
- "offset-3": "_offset-3_1gh8t_662",
121
- "offset-quarter": "_offset-quarter_1gh8t_663",
122
- "offset-4": "_offset-4_1gh8t_669",
123
- "offset-third": "_offset-third_1gh8t_670",
124
- "offset-5": "_offset-5_1gh8t_676",
125
- "offset-6": "_offset-6_1gh8t_682",
126
- "offset-half": "_offset-half_1gh8t_683",
127
- "offset-7": "_offset-7_1gh8t_689",
128
- "offset-8": "_offset-8_1gh8t_695",
129
- "offset-9": "_offset-9_1gh8t_701",
130
- "offset-10": "_offset-10_1gh8t_707",
131
- "offset-11": "_offset-11_1gh8t_713",
132
- "offset-auto": "_offset-auto_1gh8t_719",
133
- "offset-xs-1": "_offset-xs-1_1gh8t_724",
134
- "offset-xs-2": "_offset-xs-2_1gh8t_730",
135
- "offset-xs-3": "_offset-xs-3_1gh8t_736",
136
- "offset-xs-quarter": "_offset-xs-quarter_1gh8t_737",
137
- "offset-xs-4": "_offset-xs-4_1gh8t_743",
138
- "offset-xs-third": "_offset-xs-third_1gh8t_744",
139
- "offset-xs-5": "_offset-xs-5_1gh8t_750",
140
- "offset-xs-6": "_offset-xs-6_1gh8t_756",
141
- "offset-xs-half": "_offset-xs-half_1gh8t_757",
142
- "offset-xs-7": "_offset-xs-7_1gh8t_763",
143
- "offset-xs-8": "_offset-xs-8_1gh8t_769",
144
- "offset-xs-9": "_offset-xs-9_1gh8t_775",
145
- "offset-xs-10": "_offset-xs-10_1gh8t_781",
146
- "offset-xs-11": "_offset-xs-11_1gh8t_787",
147
- "offset-xs-auto": "_offset-xs-auto_1gh8t_793",
148
- "offset-sm-1": "_offset-sm-1_1gh8t_799",
149
- "offset-sm-2": "_offset-sm-2_1gh8t_805",
150
- "offset-sm-3": "_offset-sm-3_1gh8t_811",
151
- "offset-sm-quarter": "_offset-sm-quarter_1gh8t_812",
152
- "offset-sm-4": "_offset-sm-4_1gh8t_818",
153
- "offset-sm-third": "_offset-sm-third_1gh8t_819",
154
- "offset-sm-5": "_offset-sm-5_1gh8t_825",
155
- "offset-sm-6": "_offset-sm-6_1gh8t_831",
156
- "offset-sm-half": "_offset-sm-half_1gh8t_832",
157
- "offset-sm-7": "_offset-sm-7_1gh8t_838",
158
- "offset-sm-8": "_offset-sm-8_1gh8t_844",
159
- "offset-sm-9": "_offset-sm-9_1gh8t_850",
160
- "offset-sm-10": "_offset-sm-10_1gh8t_856",
161
- "offset-sm-11": "_offset-sm-11_1gh8t_862",
162
- "offset-sm-auto": "_offset-sm-auto_1gh8t_868",
163
- "offset-md-1": "_offset-md-1_1gh8t_874",
164
- "offset-md-2": "_offset-md-2_1gh8t_880",
165
- "offset-md-3": "_offset-md-3_1gh8t_886",
166
- "offset-md-quarter": "_offset-md-quarter_1gh8t_887",
167
- "offset-md-4": "_offset-md-4_1gh8t_893",
168
- "offset-md-third": "_offset-md-third_1gh8t_894",
169
- "offset-md-5": "_offset-md-5_1gh8t_900",
170
- "offset-md-6": "_offset-md-6_1gh8t_906",
171
- "offset-md-half": "_offset-md-half_1gh8t_907",
172
- "offset-md-7": "_offset-md-7_1gh8t_913",
173
- "offset-md-8": "_offset-md-8_1gh8t_919",
174
- "offset-md-9": "_offset-md-9_1gh8t_925",
175
- "offset-md-10": "_offset-md-10_1gh8t_931",
176
- "offset-md-11": "_offset-md-11_1gh8t_937",
177
- "offset-md-auto": "_offset-md-auto_1gh8t_943",
178
- "offset-lg-1": "_offset-lg-1_1gh8t_949",
179
- "offset-lg-2": "_offset-lg-2_1gh8t_955",
180
- "offset-lg-3": "_offset-lg-3_1gh8t_961",
181
- "offset-lg-quarter": "_offset-lg-quarter_1gh8t_962",
182
- "offset-lg-4": "_offset-lg-4_1gh8t_968",
183
- "offset-lg-third": "_offset-lg-third_1gh8t_969",
184
- "offset-lg-5": "_offset-lg-5_1gh8t_975",
185
- "offset-lg-6": "_offset-lg-6_1gh8t_981",
186
- "offset-lg-half": "_offset-lg-half_1gh8t_982",
187
- "offset-lg-7": "_offset-lg-7_1gh8t_988",
188
- "offset-lg-8": "_offset-lg-8_1gh8t_994",
189
- "offset-lg-9": "_offset-lg-9_1gh8t_1000",
190
- "offset-lg-10": "_offset-lg-10_1gh8t_1006",
191
- "offset-lg-11": "_offset-lg-11_1gh8t_1012",
192
- "offset-lg-auto": "_offset-lg-auto_1gh8t_1018",
193
- "offset-xl-1": "_offset-xl-1_1gh8t_1024",
194
- "offset-xl-2": "_offset-xl-2_1gh8t_1030",
195
- "offset-xl-3": "_offset-xl-3_1gh8t_1036",
196
- "offset-xl-quarter": "_offset-xl-quarter_1gh8t_1037",
197
- "offset-xl-4": "_offset-xl-4_1gh8t_1043",
198
- "offset-xl-third": "_offset-xl-third_1gh8t_1044",
199
- "offset-xl-5": "_offset-xl-5_1gh8t_1050",
200
- "offset-xl-6": "_offset-xl-6_1gh8t_1056",
201
- "offset-xl-half": "_offset-xl-half_1gh8t_1057",
202
- "offset-xl-7": "_offset-xl-7_1gh8t_1063",
203
- "offset-xl-8": "_offset-xl-8_1gh8t_1069",
204
- "offset-xl-9": "_offset-xl-9_1gh8t_1075",
205
- "offset-xl-10": "_offset-xl-10_1gh8t_1081",
206
- "offset-xl-11": "_offset-xl-11_1gh8t_1087",
207
- "offset-xl-auto": "_offset-xl-auto_1gh8t_1093"
208
- }, j = ({
209
- children: _,
210
- size: o,
211
- offset: t,
212
- ...s
213
- }) => {
214
- const g = t ? `offset-${t}` : "", h = n(o), c = q(t);
215
- return /* @__PURE__ */ e(
216
- "div",
217
- {
218
- ...s,
219
- className: m(
220
- l.col,
221
- l[g],
222
- h.map((f) => l[f]),
223
- c.map((f) => l[f]),
224
- s.className
225
- ),
226
- children: _
227
- }
228
- );
229
- }, n = (_) => _ ? typeof _ == "object" ? Object.entries(_).map(
230
- ([o, t]) => o === "xs" ? `col-${t}` : `col-${o}-${t}`
231
- ) : [`col-${_}`] : [], q = (_) => _ ? typeof _ == "object" ? Object.entries(_).map(
232
- ([o, t]) => o === "xs" ? `offset-${t}` : `offset-${o}-${t}`
233
- ) : [`offset-${_}`] : [];
234
- export {
235
- j as G,
236
- l as s
237
- };
@@ -1,38 +0,0 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { c as l } from "./clsx-AexbMWKp.js";
3
- import { Heading as g } from "react-aria-components";
4
- import '../assets/Heading.css';const i = "_h1_13alg_1", m = "_h2_13alg_2", p = "_h3_13alg_3", d = "_h4_13alg_4", f = "_h5_13alg_5", x = "_h6_13alg_6", h = {
5
- h1: i,
6
- h2: m,
7
- h3: p,
8
- h4: d,
9
- h5: f,
10
- h6: x
11
- }, j = ({
12
- children: t,
13
- className: _,
14
- enableMargins: o = !1,
15
- isExpressive: n = !1,
16
- level: s = 3,
17
- elementType: a,
18
- ...e
19
- }) => {
20
- const r = a && parseInt(a.split("h")[1]);
21
- return /* @__PURE__ */ c(
22
- g,
23
- {
24
- level: r || s,
25
- className: l(
26
- [h.h1, h.h2, h.h3, h.h4, h.h5, h.h6][s - 1],
27
- _
28
- ),
29
- ...n && { "data-expressive": !0 },
30
- ...o && { "data-margin": !0 },
31
- ...e,
32
- children: t
33
- }
34
- );
35
- };
36
- export {
37
- j as H
38
- };
@@ -1,76 +0,0 @@
1
- import { jsxs as e, jsx as n } from "react/jsx-runtime";
2
- import { c as g } from "./clsx-AexbMWKp.js";
3
- import { B as h } from "./Button-GCROAMSl.js";
4
- import { F as x } from "./FeedbackStatusIcon-X9Bjgeta.js";
5
- import { useControlledState as B } from "@react-stately/utils";
6
- import { X as N } from "./x-B9bYxG31.js";
7
- import { u as b } from "./useLocalizedStringFormatter-BHvsRxDk.js";
8
- import '../assets/InfoBanner.css';const v = "_infoBanner_7d8d1_1", I = "_success_7d8d1_11", S = "_info_7d8d1_1", w = "_important_7d8d1_21", C = "_warning_7d8d1_26", F = "_content_7d8d1_40", O = "_heading_7d8d1_46", j = "_text_7d8d1_51", z = "_icon_7d8d1_66", k = "_dismissable_7d8d1_75", s = {
9
- infoBanner: v,
10
- success: I,
11
- info: S,
12
- important: w,
13
- warning: C,
14
- content: F,
15
- heading: O,
16
- text: j,
17
- icon: z,
18
- dismissable: k
19
- }, L = { close: "Close" }, P = { close: "Stäng" }, X = {
20
- en: L,
21
- sv: P
22
- }, J = ({
23
- title: o,
24
- message: i,
25
- type: t,
26
- children: c,
27
- isDismissable: r = !1,
28
- defaultOpen: d = !0,
29
- isOpen: l,
30
- onOpenChange: m,
31
- ...a
32
- }) => {
33
- const [_, f] = B(
34
- l,
35
- d,
36
- m
37
- ), u = b(X), p = () => {
38
- f(!1);
39
- };
40
- return _ ? /* @__PURE__ */ e(
41
- "aside",
42
- {
43
- ...a,
44
- className: g(s.infoBanner, s[t], a.className),
45
- children: [
46
- /* @__PURE__ */ n(
47
- x,
48
- {
49
- "aria-hidden": !0,
50
- className: s.icon,
51
- status: t
52
- }
53
- ),
54
- /* @__PURE__ */ e("div", { className: s.content, children: [
55
- o && /* @__PURE__ */ n("strong", { className: s.heading, children: o }),
56
- /* @__PURE__ */ e("div", { className: s.text, children: [
57
- i,
58
- c
59
- ] })
60
- ] }),
61
- r && /* @__PURE__ */ n("div", { className: s.dismissable, children: /* @__PURE__ */ n(
62
- h,
63
- {
64
- variant: "icon",
65
- "aria-label": u.format("close"),
66
- onPress: p,
67
- children: /* @__PURE__ */ n(N, { size: 20 })
68
- }
69
- ) })
70
- ]
71
- }
72
- ) : null;
73
- };
74
- export {
75
- J as I
76
- };
@@ -1,67 +0,0 @@
1
- import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- import * as b from "react";
3
- import i, { useContext as f } from "react";
4
- import { c as v } from "./clsx-AexbMWKp.js";
5
- import { DialogTrigger as d, Label as g } from "react-aria-components";
6
- import { P as u } from "./Popover-CjEPHe4A.js";
7
- import { B as P } from "./Button-GCROAMSl.js";
8
- import "./Modal-yigospxi.js";
9
- import { I as x } from "./info-N5jWZg2A.js";
10
- import { u as _ } from "./useLocalizedStringFormatter-BHvsRxDk.js";
11
- import '../assets/Label.css';const I = "_labelBase_f5wtf_1", L = {
12
- labelBase: I
13
- }, T = "_labelPopover_1cx2t_1", B = "_labelPopoverTrigger_1cx2t_7", c = {
14
- labelPopover: T,
15
- labelPopoverTrigger: B
16
- }, y = { moreInfo: "More info" }, C = { moreInfo: "Mer information" }, E = {
17
- en: y,
18
- sv: C
19
- }, N = ({
20
- children: e,
21
- "aria-label": o
22
- }) => {
23
- const a = f(s), t = _(E);
24
- return /* @__PURE__ */ n(d, { children: [
25
- /* @__PURE__ */ r(
26
- P,
27
- {
28
- variant: "icon",
29
- size: "medium",
30
- className: c.labelPopoverTrigger,
31
- "aria-label": o || t.format("moreInfo"),
32
- id: a?.popoverId,
33
- children: /* @__PURE__ */ r(x, { size: 20 })
34
- }
35
- ),
36
- /* @__PURE__ */ r(u, { children: e })
37
- ] });
38
- }, s = i.createContext(void 0), w = ({ children: e, popover: o }) => {
39
- const a = i.useId();
40
- return o ? /* @__PURE__ */ r(s.Provider, { value: { popoverId: a }, children: /* @__PURE__ */ n("div", { className: c.labelPopover, children: [
41
- e,
42
- /* @__PURE__ */ r(N, { ...o })
43
- ] }) }) : e;
44
- }, l = "label", A = ({
45
- children: e,
46
- className: o,
47
- elementType: a = l,
48
- ...t
49
- }) => {
50
- const m = {
51
- className: v(L.labelBase, o),
52
- elementType: a || l,
53
- ...t
54
- }, p = b.useContext(s);
55
- return /* @__PURE__ */ r(
56
- g,
57
- {
58
- ...m,
59
- "aria-describedby": p?.popoverId,
60
- children: e
61
- }
62
- );
63
- };
64
- export {
65
- A as L,
66
- w as a
67
- };