@epilot/volt-ui-experimental-griffel 0.3.0 → 0.3.1

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 (140) hide show
  1. package/dist/components/accordion/accordion.js +66 -126
  2. package/dist/components/accordion/accordion.js.map +1 -1
  3. package/dist/components/alert-dialog/alert-dialog.js +138 -238
  4. package/dist/components/alert-dialog/alert-dialog.js.map +1 -1
  5. package/dist/components/avatar/avatar-group.js +47 -102
  6. package/dist/components/avatar/avatar-group.js.map +1 -1
  7. package/dist/components/avatar/avatar.js +72 -96
  8. package/dist/components/avatar/avatar.js.map +1 -1
  9. package/dist/components/badge/badge.js +48 -56
  10. package/dist/components/badge/badge.js.map +1 -1
  11. package/dist/components/breadcrumb/breadcrumb.js +49 -97
  12. package/dist/components/breadcrumb/breadcrumb.js.map +1 -1
  13. package/dist/components/button/button.js +49 -57
  14. package/dist/components/button/button.js.map +1 -1
  15. package/dist/components/button-group/button-group.js +31 -55
  16. package/dist/components/button-group/button-group.js.map +1 -1
  17. package/dist/components/callout/callout.js +164 -288
  18. package/dist/components/callout/callout.js.map +1 -1
  19. package/dist/components/card/card.js +81 -137
  20. package/dist/components/card/card.js.map +1 -1
  21. package/dist/components/checkbox/checkbox.js +48 -96
  22. package/dist/components/checkbox/checkbox.js.map +1 -1
  23. package/dist/components/collapsible-sidebar/collapsible-sidebar.js +107 -155
  24. package/dist/components/collapsible-sidebar/collapsible-sidebar.js.map +1 -1
  25. package/dist/components/command/command.js +161 -285
  26. package/dist/components/command/command.js.map +1 -1
  27. package/dist/components/data-table/data-table-body.js +54 -114
  28. package/dist/components/data-table/data-table-body.js.map +1 -1
  29. package/dist/components/data-table/data-table-column-header.js +45 -117
  30. package/dist/components/data-table/data-table-column-header.js.map +1 -1
  31. package/dist/components/data-table/data-table-column-visibility.js +39 -98
  32. package/dist/components/data-table/data-table-column-visibility.js.map +1 -1
  33. package/dist/components/data-table/data-table-content.js +58 -90
  34. package/dist/components/data-table/data-table-content.js.map +1 -1
  35. package/dist/components/data-table/data-table-error.js +39 -83
  36. package/dist/components/data-table/data-table-error.js.map +1 -1
  37. package/dist/components/data-table/data-table-header.js +54 -88
  38. package/dist/components/data-table/data-table-header.js.map +1 -1
  39. package/dist/components/data-table/data-table-loading.js +15 -27
  40. package/dist/components/data-table/data-table-loading.js.map +1 -1
  41. package/dist/components/data-table/data-table-pagination.js +19 -27
  42. package/dist/components/data-table/data-table-pagination.js.map +1 -1
  43. package/dist/components/data-table/data-table-row.js +64 -87
  44. package/dist/components/data-table/data-table-row.js.map +1 -1
  45. package/dist/components/data-table/data-table-toolbar.js +16 -24
  46. package/dist/components/data-table/data-table-toolbar.js.map +1 -1
  47. package/dist/components/data-table/data-table.js +145 -181
  48. package/dist/components/data-table/data-table.js.map +1 -1
  49. package/dist/components/date-range-picker/date-range-picker.js +214 -342
  50. package/dist/components/date-range-picker/date-range-picker.js.map +1 -1
  51. package/dist/components/date-range-picker/range-calendar.js +92 -132
  52. package/dist/components/date-range-picker/range-calendar.js.map +1 -1
  53. package/dist/components/date-time-picker/calendar.js +317 -501
  54. package/dist/components/date-time-picker/calendar.js.map +1 -1
  55. package/dist/components/date-time-picker/date-time-picker-context.js +60 -64
  56. package/dist/components/date-time-picker/date-time-picker-context.js.map +1 -1
  57. package/dist/components/date-time-picker/date-time-picker-input.js +149 -249
  58. package/dist/components/date-time-picker/date-time-picker-input.js.map +1 -1
  59. package/dist/components/date-time-picker/date-time-picker-panel.js +165 -273
  60. package/dist/components/date-time-picker/date-time-picker-panel.js.map +1 -1
  61. package/dist/components/date-time-picker/date-time-picker-popover.js +14 -22
  62. package/dist/components/date-time-picker/date-time-picker-popover.js.map +1 -1
  63. package/dist/components/date-time-picker/date-time-picker.js +90 -134
  64. package/dist/components/date-time-picker/date-time-picker.js.map +1 -1
  65. package/dist/components/date-time-picker/time-picker.js +132 -198
  66. package/dist/components/date-time-picker/time-picker.js.map +1 -1
  67. package/dist/components/density-provider/density-provider.js +19 -39
  68. package/dist/components/density-provider/density-provider.js.map +1 -1
  69. package/dist/components/dialog/dialog.js +145 -253
  70. package/dist/components/dialog/dialog.js.map +1 -1
  71. package/dist/components/drawer/drawer.js +164 -272
  72. package/dist/components/drawer/drawer.js.map +1 -1
  73. package/dist/components/dropdown-menu/dropdown-menu.js +204 -384
  74. package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -1
  75. package/dist/components/field/field-combobox.js +243 -435
  76. package/dist/components/field/field-combobox.js.map +1 -1
  77. package/dist/components/field/field-select.js +19 -23
  78. package/dist/components/field/field-select.js.map +1 -1
  79. package/dist/components/field/field.js +189 -297
  80. package/dist/components/field/field.js.map +1 -1
  81. package/dist/components/label/label.js +19 -27
  82. package/dist/components/label/label.js.map +1 -1
  83. package/dist/components/list/list.js +315 -595
  84. package/dist/components/list/list.js.map +1 -1
  85. package/dist/components/option-card/option-card.js +159 -323
  86. package/dist/components/option-card/option-card.js.map +1 -1
  87. package/dist/components/pill/pill.js +68 -84
  88. package/dist/components/pill/pill.js.map +1 -1
  89. package/dist/components/popover/popover.js +48 -84
  90. package/dist/components/popover/popover.js.map +1 -1
  91. package/dist/components/radio/radio.js +49 -89
  92. package/dist/components/radio/radio.js.map +1 -1
  93. package/dist/components/scroll-overflow/scroll-overflow.js +198 -350
  94. package/dist/components/scroll-overflow/scroll-overflow.js.map +1 -1
  95. package/dist/components/segmented-control/segmented-control.js +97 -141
  96. package/dist/components/segmented-control/segmented-control.js.map +1 -1
  97. package/dist/components/select/select.js +200 -396
  98. package/dist/components/select/select.js.map +1 -1
  99. package/dist/components/separator/separator.js +16 -24
  100. package/dist/components/separator/separator.js.map +1 -1
  101. package/dist/components/skeleton/skeleton.js +43 -83
  102. package/dist/components/skeleton/skeleton.js.map +1 -1
  103. package/dist/components/spinner/spinner.js +20 -44
  104. package/dist/components/spinner/spinner.js.map +1 -1
  105. package/dist/components/switch/switch.js +83 -155
  106. package/dist/components/switch/switch.js.map +1 -1
  107. package/dist/components/table/table-pagination.js +210 -468
  108. package/dist/components/table/table-pagination.js.map +1 -1
  109. package/dist/components/table/table.js +131 -211
  110. package/dist/components/table/table.js.map +1 -1
  111. package/dist/components/tabs/tabs.js +58 -94
  112. package/dist/components/tabs/tabs.js.map +1 -1
  113. package/dist/components/text/text.js +32 -40
  114. package/dist/components/text/text.js.map +1 -1
  115. package/dist/components/toast/toast.js +111 -187
  116. package/dist/components/toast/toast.js.map +1 -1
  117. package/dist/components/toggle/toggle-group.js +24 -40
  118. package/dist/components/toggle/toggle-group.js.map +1 -1
  119. package/dist/components/toggle/toggle.js +39 -47
  120. package/dist/components/toggle/toggle.js.map +1 -1
  121. package/dist/components/tooltip/tooltip.js +62 -106
  122. package/dist/components/tooltip/tooltip.js.map +1 -1
  123. package/dist/lib/clear-button.js +15 -27
  124. package/dist/lib/clear-button.js.map +1 -1
  125. package/dist/lib/icons.js +6 -18
  126. package/dist/lib/icons.js.map +1 -1
  127. package/dist/tokens.json +1 -1
  128. package/package.json +1 -1
  129. package/dist/_virtual/jsx-dev-runtime.js +0 -5
  130. package/dist/_virtual/jsx-dev-runtime.js.map +0 -1
  131. package/dist/_virtual/react-jsx-dev-runtime.development.js +0 -5
  132. package/dist/_virtual/react-jsx-dev-runtime.development.js.map +0 -1
  133. package/dist/_virtual/react-jsx-dev-runtime.production.js +0 -5
  134. package/dist/_virtual/react-jsx-dev-runtime.production.js.map +0 -1
  135. package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js +0 -236
  136. package/dist/vendor/react/cjs/react-jsx-dev-runtime.development.js.map +0 -1
  137. package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js +0 -21
  138. package/dist/vendor/react/cjs/react-jsx-dev-runtime.production.js.map +0 -1
  139. package/dist/vendor/react/jsx-dev-runtime.js +0 -9
  140. package/dist/vendor/react/jsx-dev-runtime.js.map +0 -1
@@ -1,152 +1,104 @@
1
- import { j as t } from "../../vendor/react/jsx-dev-runtime.js";
2
- import * as i from "react";
3
- import { shorthands as w } from "../../packages/volt-runtime/dist/vendor/@griffel/core/src/index.js";
4
- import { SLOT_ATTR as c } from "../../packages/volt-runtime/dist/renderer/contract.js";
5
- import { mergeClasses as d } from "../../packages/volt-runtime/dist/vendor/@griffel/core/src/mergeClasses.js";
6
- import { makeVoltStyles as S } from "../../styles/make-styles.js";
7
- import { spacingElement1 as R, spacingGroup2 as v, spacingLayout1 as b, spacingElement2 as N, spacingLayout2 as L, leadingSm as V, textSm as k, fontWeightSemibold as T, leadingBase as M, textBase as Z, spacingElement3 as u } from "../../tokens/index.js";
8
- import { ClearButton as B } from "../../lib/clear-button.js";
9
- import { CloseIcon as $ } from "../../lib/icons.js";
10
- import { NS as G } from "../../tokens/core.generated.js";
11
- const H = i.forwardRef(
12
- function(l, e) {
13
- return /* @__PURE__ */ t.jsxDEV(
1
+ import { jsx as n, jsxs as V } from "react/jsx-runtime";
2
+ import * as a from "react";
3
+ import { shorthands as y } from "../../packages/volt-runtime/dist/vendor/@griffel/core/src/index.js";
4
+ import { SLOT_ATTR as C } from "../../packages/volt-runtime/dist/renderer/contract.js";
5
+ import { mergeClasses as g } from "../../packages/volt-runtime/dist/vendor/@griffel/core/src/mergeClasses.js";
6
+ import { makeVoltStyles as k } from "../../styles/make-styles.js";
7
+ import { spacingElement1 as E, spacingGroup2 as w, spacingLayout1 as I, spacingElement2 as v, spacingLayout2 as N, leadingSm as S, textSm as R, fontWeightSemibold as $, leadingBase as j, textBase as G, spacingElement3 as c } from "../../tokens/index.js";
8
+ import { ClearButton as H } from "../../lib/clear-button.js";
9
+ import { CloseIcon as W } from "../../lib/icons.js";
10
+ import { NS as A } from "../../tokens/core.generated.js";
11
+ const O = a.forwardRef(
12
+ function(o, t) {
13
+ return /* @__PURE__ */ n(
14
14
  "svg",
15
15
  {
16
- ref: e,
16
+ ref: t,
17
17
  xmlns: "http://www.w3.org/2000/svg",
18
18
  viewBox: "0 0 24 24",
19
19
  fill: "currentColor",
20
- ...l,
21
- children: /* @__PURE__ */ t.jsxDEV("path", { d: "M12.0003 16.75C12.2129 16.75 12.391 16.6781 12.5345 16.5343C12.6782 16.3906 12.75 16.2125 12.75 16V11.75C12.75 11.5375 12.6781 11.3593 12.5343 11.2155C12.3904 11.0718 12.2122 11 11.9997 11C11.7871 11 11.609 11.0718 11.4655 11.2155C11.3218 11.3593 11.25 11.5375 11.25 11.75V16C11.25 16.2125 11.3219 16.3906 11.4658 16.5343C11.6096 16.6781 11.7878 16.75 12.0003 16.75ZM12 9.2885C12.2288 9.2885 12.4207 9.21108 12.5755 9.05625C12.7303 8.90142 12.8077 8.70958 12.8077 8.48075C12.8077 8.25192 12.7303 8.06008 12.5755 7.90525C12.4207 7.75058 12.2288 7.67325 12 7.67325C11.7712 7.67325 11.5793 7.75058 11.4245 7.90525C11.2697 8.06008 11.1923 8.25192 11.1923 8.48075C11.1923 8.70958 11.2697 8.90142 11.4245 9.05625C11.5793 9.21108 11.7712 9.2885 12 9.2885ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9982C21.5 13.3122 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" }, void 0, !1, {
22
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
23
- lineNumber: 51,
24
- columnNumber: 9
25
- }, this)
26
- },
27
- void 0,
28
- !1,
29
- {
30
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
31
- lineNumber: 44,
32
- columnNumber: 7
33
- },
34
- this
20
+ ...o,
21
+ children: /* @__PURE__ */ n("path", { d: "M12.0003 16.75C12.2129 16.75 12.391 16.6781 12.5345 16.5343C12.6782 16.3906 12.75 16.2125 12.75 16V11.75C12.75 11.5375 12.6781 11.3593 12.5343 11.2155C12.3904 11.0718 12.2122 11 11.9997 11C11.7871 11 11.609 11.0718 11.4655 11.2155C11.3218 11.3593 11.25 11.5375 11.25 11.75V16C11.25 16.2125 11.3219 16.3906 11.4658 16.5343C11.6096 16.6781 11.7878 16.75 12.0003 16.75ZM12 9.2885C12.2288 9.2885 12.4207 9.21108 12.5755 9.05625C12.7303 8.90142 12.8077 8.70958 12.8077 8.48075C12.8077 8.25192 12.7303 8.06008 12.5755 7.90525C12.4207 7.75058 12.2288 7.67325 12 7.67325C11.7712 7.67325 11.5793 7.75058 11.4245 7.90525C11.2697 8.06008 11.1923 8.25192 11.1923 8.48075C11.1923 8.70958 11.2697 8.90142 11.4245 9.05625C11.5793 9.21108 11.7712 9.2885 12 9.2885ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9982C21.5 13.3122 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" })
22
+ }
35
23
  );
36
24
  }
37
- ), W = i.forwardRef(function(l, e) {
38
- return /* @__PURE__ */ t.jsxDEV(
25
+ ), z = a.forwardRef(function(o, t) {
26
+ return /* @__PURE__ */ n(
39
27
  "svg",
40
28
  {
41
- ref: e,
29
+ ref: t,
42
30
  xmlns: "http://www.w3.org/2000/svg",
43
31
  viewBox: "0 0 24 24",
44
32
  fill: "currentColor",
45
- ...l,
46
- children: /* @__PURE__ */ t.jsxDEV("path", { d: "M3.4255 20.5C3.256 20.5 3.10375 20.4586 2.96875 20.3757C2.83375 20.2929 2.72883 20.1837 2.654 20.048C2.576 19.9133 2.53308 19.7675 2.52525 19.6105C2.51742 19.4535 2.55975 19.298 2.65225 19.144L11.213 4.356C11.3057 4.202 11.4215 4.08817 11.5605 4.0145C11.6997 3.94083 11.8462 3.904 12 3.904C12.1538 3.904 12.3003 3.94083 12.4395 4.0145C12.5785 4.08817 12.6943 4.202 12.787 4.356L21.3477 19.144C21.4402 19.298 21.4826 19.4535 21.4747 19.6105C21.4669 19.7675 21.424 19.9133 21.346 20.048C21.2712 20.1837 21.1663 20.2929 21.0313 20.3757C20.8963 20.4586 20.744 20.5 20.5745 20.5H3.4255ZM12 17.8077C12.2288 17.8077 12.4207 17.7303 12.5755 17.5755C12.7303 17.4207 12.8078 17.2288 12.8078 17C12.8078 16.7712 12.7303 16.5793 12.5755 16.4245C12.4207 16.2697 12.2288 16.1923 12 16.1923C11.7712 16.1923 11.5793 16.2697 11.4245 16.4245C11.2697 16.5793 11.1923 16.7712 11.1923 17C11.1923 17.2288 11.2697 17.4207 11.4245 17.5755C11.5793 17.7303 11.7712 17.8077 12 17.8077ZM12.0003 15.1923C12.2129 15.1923 12.391 15.1204 12.5345 14.9768C12.6782 14.8329 12.75 14.6548 12.75 14.4423V10.9423C12.75 10.7298 12.6781 10.5517 12.5342 10.408C12.3904 10.2642 12.2122 10.1923 11.9997 10.1923C11.7871 10.1923 11.609 10.2642 11.4655 10.408C11.3218 10.5517 11.25 10.7298 11.25 10.9423V14.4423C11.25 14.6548 11.3219 14.8329 11.4658 14.9768C11.6096 15.1204 11.7878 15.1923 12.0003 15.1923Z" }, void 0, !1, {
47
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
48
- lineNumber: 69,
49
- columnNumber: 7
50
- }, this)
51
- },
52
- void 0,
53
- !1,
54
- {
55
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
56
- lineNumber: 62,
57
- columnNumber: 5
58
- },
59
- this
33
+ ...o,
34
+ children: /* @__PURE__ */ n("path", { d: "M3.4255 20.5C3.256 20.5 3.10375 20.4586 2.96875 20.3757C2.83375 20.2929 2.72883 20.1837 2.654 20.048C2.576 19.9133 2.53308 19.7675 2.52525 19.6105C2.51742 19.4535 2.55975 19.298 2.65225 19.144L11.213 4.356C11.3057 4.202 11.4215 4.08817 11.5605 4.0145C11.6997 3.94083 11.8462 3.904 12 3.904C12.1538 3.904 12.3003 3.94083 12.4395 4.0145C12.5785 4.08817 12.6943 4.202 12.787 4.356L21.3477 19.144C21.4402 19.298 21.4826 19.4535 21.4747 19.6105C21.4669 19.7675 21.424 19.9133 21.346 20.048C21.2712 20.1837 21.1663 20.2929 21.0313 20.3757C20.8963 20.4586 20.744 20.5 20.5745 20.5H3.4255ZM12 17.8077C12.2288 17.8077 12.4207 17.7303 12.5755 17.5755C12.7303 17.4207 12.8078 17.2288 12.8078 17C12.8078 16.7712 12.7303 16.5793 12.5755 16.4245C12.4207 16.2697 12.2288 16.1923 12 16.1923C11.7712 16.1923 11.5793 16.2697 11.4245 16.4245C11.2697 16.5793 11.1923 16.7712 11.1923 17C11.1923 17.2288 11.2697 17.4207 11.4245 17.5755C11.5793 17.7303 11.7712 17.8077 12 17.8077ZM12.0003 15.1923C12.2129 15.1923 12.391 15.1204 12.5345 14.9768C12.6782 14.8329 12.75 14.6548 12.75 14.4423V10.9423C12.75 10.7298 12.6781 10.5517 12.5342 10.408C12.3904 10.2642 12.2122 10.1923 11.9997 10.1923C11.7871 10.1923 11.609 10.2642 11.4655 10.408C11.3218 10.5517 11.25 10.7298 11.25 10.9423V14.4423C11.25 14.6548 11.3219 14.8329 11.4658 14.9768C11.6096 15.1204 11.7878 15.1923 12.0003 15.1923Z" })
35
+ }
60
36
  );
61
- }), A = i.forwardRef(
62
- function(l, e) {
63
- return /* @__PURE__ */ t.jsxDEV(
37
+ }), _ = a.forwardRef(
38
+ function(o, t) {
39
+ return /* @__PURE__ */ n(
64
40
  "svg",
65
41
  {
66
- ref: e,
42
+ ref: t,
67
43
  xmlns: "http://www.w3.org/2000/svg",
68
44
  viewBox: "0 0 24 24",
69
45
  fill: "currentColor",
70
- ...l,
71
- children: /* @__PURE__ */ t.jsxDEV("path", { d: "M10.5808 14.1463L8.25775 11.823C8.11925 11.6847 7.94517 11.6138 7.7355 11.6105C7.526 11.6073 7.34875 11.6782 7.20375 11.823C7.05892 11.968 6.9865 12.1437 6.9865 12.35C6.9865 12.5563 7.05892 12.732 7.20375 12.877L9.948 15.6212C10.1288 15.8019 10.3398 15.8922 10.5808 15.8922C10.8218 15.8922 11.0327 15.8019 11.2135 15.6212L16.777 10.0577C16.9153 9.91925 16.9862 9.74517 16.9895 9.5355C16.9927 9.326 16.9218 9.14875 16.777 9.00375C16.632 8.85892 16.4563 8.7865 16.25 8.7865C16.0437 8.7865 15.868 8.85892 15.723 9.00375L10.5808 14.1463ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9982C21.5 13.3122 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" }, void 0, !1, {
72
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
73
- lineNumber: 84,
74
- columnNumber: 9
75
- }, this)
76
- },
77
- void 0,
78
- !1,
79
- {
80
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
81
- lineNumber: 77,
82
- columnNumber: 7
83
- },
84
- this
46
+ ...o,
47
+ children: /* @__PURE__ */ n("path", { d: "M10.5808 14.1463L8.25775 11.823C8.11925 11.6847 7.94517 11.6138 7.7355 11.6105C7.526 11.6073 7.34875 11.6782 7.20375 11.823C7.05892 11.968 6.9865 12.1437 6.9865 12.35C6.9865 12.5563 7.05892 12.732 7.20375 12.877L9.948 15.6212C10.1288 15.8019 10.3398 15.8922 10.5808 15.8922C10.8218 15.8922 11.0327 15.8019 11.2135 15.6212L16.777 10.0577C16.9153 9.91925 16.9862 9.74517 16.9895 9.5355C16.9927 9.326 16.9218 9.14875 16.777 9.00375C16.632 8.85892 16.4563 8.7865 16.25 8.7865C16.0437 8.7865 15.868 8.85892 15.723 9.00375L10.5808 14.1463ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9982C21.5 13.3122 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" })
48
+ }
85
49
  );
86
50
  }
87
- ), O = i.forwardRef(
88
- function(l, e) {
89
- return /* @__PURE__ */ t.jsxDEV(
51
+ ), F = a.forwardRef(
52
+ function(o, t) {
53
+ return /* @__PURE__ */ n(
90
54
  "svg",
91
55
  {
92
- ref: e,
56
+ ref: t,
93
57
  xmlns: "http://www.w3.org/2000/svg",
94
58
  viewBox: "0 0 24 24",
95
59
  fill: "currentColor",
96
- ...l,
97
- children: /* @__PURE__ */ t.jsxDEV("path", { d: "M12 16.7307C12.2288 16.7307 12.4207 16.6533 12.5755 16.4985C12.7303 16.3437 12.8077 16.1518 12.8077 15.923C12.8077 15.6942 12.7303 15.5023 12.5755 15.3475C12.4207 15.1928 12.2288 15.1155 12 15.1155C11.7712 15.1155 11.5793 15.1928 11.4245 15.3475C11.2697 15.5023 11.1923 15.6942 11.1923 15.923C11.1923 16.1518 11.2697 16.3437 11.4245 16.4985C11.5793 16.6533 11.7712 16.7307 12 16.7307ZM12.0003 13.077C12.2129 13.077 12.391 13.0051 12.5345 12.8613C12.6782 12.7176 12.75 12.5395 12.75 12.327V7.827C12.75 7.6145 12.6781 7.43633 12.5343 7.2925C12.3904 7.14883 12.2122 7.077 11.9997 7.077C11.7871 7.077 11.609 7.14883 11.4655 7.2925C11.3218 7.43633 11.25 7.6145 11.25 7.827V12.327C11.25 12.5395 11.3219 12.7176 11.4658 12.8613C11.6096 13.0051 11.7878 13.077 12.0003 13.077ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9982C21.5 13.3122 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" }, void 0, !1, {
98
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
99
- lineNumber: 100,
100
- columnNumber: 9
101
- }, this)
102
- },
103
- void 0,
104
- !1,
105
- {
106
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
107
- lineNumber: 93,
108
- columnNumber: 7
109
- },
110
- this
60
+ ...o,
61
+ children: /* @__PURE__ */ n("path", { d: "M12 16.7307C12.2288 16.7307 12.4207 16.6533 12.5755 16.4985C12.7303 16.3437 12.8077 16.1518 12.8077 15.923C12.8077 15.6942 12.7303 15.5023 12.5755 15.3475C12.4207 15.1928 12.2288 15.1155 12 15.1155C11.7712 15.1155 11.5793 15.1928 11.4245 15.3475C11.2697 15.5023 11.1923 15.6942 11.1923 15.923C11.1923 16.1518 11.2697 16.3437 11.4245 16.4985C11.5793 16.6533 11.7712 16.7307 12 16.7307ZM12.0003 13.077C12.2129 13.077 12.391 13.0051 12.5345 12.8613C12.6782 12.7176 12.75 12.5395 12.75 12.327V7.827C12.75 7.6145 12.6781 7.43633 12.5343 7.2925C12.3904 7.14883 12.2122 7.077 11.9997 7.077C11.7871 7.077 11.609 7.14883 11.4655 7.2925C11.3218 7.43633 11.25 7.6145 11.25 7.827V12.327C11.25 12.5395 11.3219 12.7176 11.4658 12.8613C11.6096 13.0051 11.7878 13.077 12.0003 13.077ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9982 2.5C13.3122 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9982C21.5 13.3122 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5Z" })
62
+ }
111
63
  );
112
64
  }
113
- ), h = i.createContext({
65
+ ), x = a.createContext({
114
66
  variant: "info",
115
67
  hideIcon: !1
116
- }), m = "--volt2-callout-bg", f = "--volt2-callout-fg", s = (a, l) => `var(--volt2-${G}-sem-${a}-${l})`, z = {
68
+ }), u = "--volt2-callout-bg", d = "--volt2-callout-fg", l = (r, o) => `var(--volt2-${A}-sem-${r}-${o})`, P = {
117
69
  info: () => ({
118
- [m]: s("accent", "soft"),
119
- [f]: s("accent", "default")
70
+ [u]: l("accent", "soft"),
71
+ [d]: l("accent", "default")
120
72
  }),
121
73
  gray: () => ({
122
- [m]: s("gray", "soft"),
123
- [f]: s("gray", "default")
74
+ [u]: l("gray", "soft"),
75
+ [d]: l("gray", "default")
124
76
  }),
125
77
  success: () => ({
126
- [m]: s("success", "soft"),
127
- [f]: s("success", "default")
78
+ [u]: l("success", "soft"),
79
+ [d]: l("success", "default")
128
80
  }),
129
81
  warning: () => ({
130
- [m]: s("warning", "soft"),
131
- [f]: s("warning", "default")
82
+ [u]: l("warning", "soft"),
83
+ [d]: l("warning", "default")
132
84
  }),
133
85
  destructive: () => ({
134
- [m]: s("error", "soft"),
135
- [f]: s("error", "default")
86
+ [u]: l("error", "soft"),
87
+ [d]: l("error", "default")
136
88
  })
137
- }, g = S({
89
+ }, p = k({
138
90
  root: {
139
91
  position: "relative",
140
92
  width: "100%",
141
93
  // p-3 — no token for 0.75rem.
142
- paddingTop: u,
143
- paddingRight: u,
144
- paddingBottom: u,
145
- paddingLeft: u,
146
- fontSize: k,
147
- lineHeight: V,
148
- backgroundColor: `var(${m})`,
149
- color: `var(${f})`,
94
+ paddingTop: c,
95
+ paddingRight: c,
96
+ paddingBottom: c,
97
+ paddingLeft: c,
98
+ fontSize: R,
99
+ lineHeight: S,
100
+ backgroundColor: `var(${u})`,
101
+ color: `var(${d})`,
150
102
  // `items-center`: present in every state, like v1's base string.
151
103
  alignItems: "center",
152
104
  // v1's `data-[hide-icon=false]:` block — the icon grid kicks in only when an icon renders.
@@ -159,15 +111,15 @@ const H = i.forwardRef(
159
111
  "&:has(>svg)": {
160
112
  gridTemplateColumns: "1rem 1fr",
161
113
  // gap-x-3 — no token for 0.75rem.
162
- columnGap: u
114
+ columnGap: c
163
115
  },
164
- [`&:has([${c}="callout-icon"])`]: {
116
+ [`&:has([${C}="callout-icon"])`]: {
165
117
  gridTemplateColumns: "1rem 1fr",
166
- columnGap: u
118
+ columnGap: c
167
119
  }
168
120
  },
169
121
  // v1 `[&>[data-slot=callout-icon]]` — SLOT_ATTR, never data-slot (CONVENTIONS rule 4).
170
- [`& > [${c}="callout-icon"]`]: {
122
+ [`& > [${C}="callout-icon"]`]: {
171
123
  // size-5 — no token for 1.25rem.
172
124
  width: "1.25rem",
173
125
  height: "1.25rem",
@@ -180,23 +132,23 @@ const H = i.forwardRef(
180
132
  },
181
133
  title: {
182
134
  gridColumnStart: 2,
183
- ...w.overflow("hidden"),
135
+ ...y.overflow("hidden"),
184
136
  display: "-webkit-box",
185
137
  WebkitBoxOrient: "vertical",
186
138
  WebkitLineClamp: 1,
187
139
  // min-h-4
188
- minHeight: v,
189
- fontSize: Z,
190
- lineHeight: M,
191
- fontWeight: T
140
+ minHeight: w,
141
+ fontSize: G,
142
+ lineHeight: j,
143
+ fontWeight: $
192
144
  },
193
145
  description: {
194
146
  gridColumnStart: 2,
195
147
  display: "grid",
196
148
  justifyItems: "start",
197
- ...w.gap(R),
198
- fontSize: k,
199
- lineHeight: V,
149
+ ...y.gap(E),
150
+ fontSize: R,
151
+ lineHeight: S,
200
152
  "& p": {
201
153
  // leading-relaxed — no token for a 1.625 line-height.
202
154
  lineHeight: 1.625
@@ -207,7 +159,7 @@ const H = i.forwardRef(
207
159
  width: "100%",
208
160
  gridColumnEnd: "span 3",
209
161
  // mt-2
210
- marginTop: N
162
+ marginTop: v
211
163
  },
212
164
  actionStart: {
213
165
  justifyContent: "flex-start"
@@ -215,7 +167,7 @@ const H = i.forwardRef(
215
167
  actionStartIcon: {
216
168
  justifyContent: "flex-start",
217
169
  // ml-8
218
- marginLeft: L
170
+ marginLeft: N
219
171
  },
220
172
  actionEnd: {
221
173
  justifyContent: "flex-end"
@@ -223,217 +175,141 @@ const H = i.forwardRef(
223
175
  dismiss: {
224
176
  position: "absolute",
225
177
  // top-2 right-2
226
- top: N,
227
- right: N,
178
+ top: v,
179
+ right: v,
228
180
  // size-6 — the ClearButton itself supplies centering, rounding, hover and focus.
229
- width: b,
230
- height: b
181
+ width: I,
182
+ height: I
231
183
  },
232
184
  dismissIcon: {
233
185
  // size-4
234
- width: v,
235
- height: v
186
+ width: w,
187
+ height: w
236
188
  }
237
- }), t1 = i.forwardRef(
189
+ }), e1 = a.forwardRef(
238
190
  function({
239
- className: l,
240
- variant: e = "info",
241
- hideIcon: o = !1,
242
- customIcon: r,
243
- dismissible: C = !1,
244
- onDismiss: n,
245
- style: x,
246
- children: E,
247
- ...j
248
- }, D) {
249
- const [y, I] = i.useState(!0), p = g();
250
- if (!y)
191
+ className: o,
192
+ variant: t = "info",
193
+ hideIcon: e = !1,
194
+ customIcon: i,
195
+ dismissible: f = !1,
196
+ onDismiss: s,
197
+ style: h,
198
+ children: L,
199
+ ...T
200
+ }, M) {
201
+ const [Z, b] = a.useState(!0), m = p();
202
+ if (!Z)
251
203
  return null;
252
- const U = () => {
253
- I(!1), n == null || n();
204
+ const B = () => {
205
+ b(!1), s == null || s();
254
206
  };
255
- return /* @__PURE__ */ t.jsxDEV(h.Provider, { value: { variant: e, hideIcon: o }, children: /* @__PURE__ */ t.jsxDEV(
207
+ return /* @__PURE__ */ n(x.Provider, { value: { variant: t, hideIcon: e }, children: /* @__PURE__ */ V(
256
208
  "div",
257
209
  {
258
- ref: D,
259
- "data-callout-variant": e,
210
+ ref: M,
211
+ "data-callout-variant": t,
260
212
  "data-slot": "callout",
261
- "data-hide-icon": o ? "true" : "false",
262
- "data-dismissible": C ? "true" : "false",
213
+ "data-hide-icon": e ? "true" : "false",
214
+ "data-dismissible": f ? "true" : "false",
263
215
  role: "alert",
264
- [c]: "callout",
265
- className: d(
266
- p.root,
267
- C && p.dismissible,
268
- l
216
+ [C]: "callout",
217
+ className: g(
218
+ m.root,
219
+ f && m.dismissible,
220
+ o
269
221
  ),
270
- style: { ...z[e](), ...x },
271
- ...j,
222
+ style: { ...P[t](), ...h },
223
+ ...T,
272
224
  children: [
273
- !o && /* @__PURE__ */ t.jsxDEV(F, { customIcon: r }, void 0, !1, {
274
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
275
- lineNumber: 316,
276
- columnNumber: 25
277
- }, this),
278
- E,
279
- C && /* @__PURE__ */ t.jsxDEV(
280
- B,
225
+ !e && /* @__PURE__ */ n(q, { customIcon: i }),
226
+ L,
227
+ f && /* @__PURE__ */ n(
228
+ H,
281
229
  {
282
230
  label: "Dismiss",
283
- onClick: U,
284
- className: p.dismiss,
285
- children: /* @__PURE__ */ t.jsxDEV($, { className: p.dismissIcon }, void 0, !1, {
286
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
287
- lineNumber: 324,
288
- columnNumber: 15
289
- }, this)
290
- },
291
- void 0,
292
- !1,
293
- {
294
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
295
- lineNumber: 319,
296
- columnNumber: 13
297
- },
298
- this
231
+ onClick: B,
232
+ className: m.dismiss,
233
+ children: /* @__PURE__ */ n(W, { className: m.dismissIcon })
234
+ }
299
235
  )
300
236
  ]
301
- },
302
- void 0,
303
- !0,
304
- {
305
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
306
- lineNumber: 298,
307
- columnNumber: 9
308
- },
309
- this
310
- ) }, void 0, !1, {
311
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
312
- lineNumber: 297,
313
- columnNumber: 7
314
- }, this);
237
+ }
238
+ ) });
315
239
  }
316
- ), o1 = i.forwardRef(
317
- function({ className: l, ...e }, o) {
318
- const r = g();
319
- return /* @__PURE__ */ t.jsxDEV(
240
+ ), a1 = a.forwardRef(
241
+ function({ className: o, ...t }, e) {
242
+ const i = p();
243
+ return /* @__PURE__ */ n(
320
244
  "div",
321
245
  {
322
- ref: o,
246
+ ref: e,
323
247
  "data-slot": "callout-title",
324
- [c]: "callout-title",
325
- className: d(r.title, l),
326
- ...e
327
- },
328
- void 0,
329
- !1,
330
- {
331
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
332
- lineNumber: 340,
333
- columnNumber: 7
334
- },
335
- this
248
+ [C]: "callout-title",
249
+ className: g(i.title, o),
250
+ ...t
251
+ }
336
252
  );
337
253
  }
338
- ), i1 = i.forwardRef(function({ className: l, ...e }, o) {
339
- const r = g();
340
- return /* @__PURE__ */ t.jsxDEV(
254
+ ), r1 = a.forwardRef(function({ className: o, ...t }, e) {
255
+ const i = p();
256
+ return /* @__PURE__ */ n(
341
257
  "div",
342
258
  {
343
- ref: o,
259
+ ref: e,
344
260
  "data-slot": "callout-description",
345
- [c]: "callout-description",
346
- className: d(r.description, l),
347
- ...e
348
- },
349
- void 0,
350
- !1,
351
- {
352
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
353
- lineNumber: 360,
354
- columnNumber: 5
355
- },
356
- this
261
+ [C]: "callout-description",
262
+ className: g(i.description, o),
263
+ ...t
264
+ }
357
265
  );
358
- }), a1 = i.forwardRef(function({ className: l, align: e = "start", ...o }, r) {
359
- const { hideIcon: C } = i.useContext(h), n = g(), x = e === "end" ? n.actionEnd : C ? n.actionStart : n.actionStartIcon;
360
- return /* @__PURE__ */ t.jsxDEV(
266
+ }), i1 = a.forwardRef(function({ className: o, align: t = "start", ...e }, i) {
267
+ const { hideIcon: f } = a.useContext(x), s = p(), h = t === "end" ? s.actionEnd : f ? s.actionStart : s.actionStartIcon;
268
+ return /* @__PURE__ */ n(
361
269
  "div",
362
270
  {
363
- ref: r,
271
+ ref: i,
364
272
  "data-slot": "callout-action",
365
- "data-align": e,
366
- [c]: "callout-action",
367
- className: d(n.action, x, l),
368
- ...o
369
- },
370
- void 0,
371
- !1,
372
- {
373
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
374
- lineNumber: 389,
375
- columnNumber: 5
376
- },
377
- this
273
+ "data-align": t,
274
+ [C]: "callout-action",
275
+ className: g(s.action, h, o),
276
+ ...e
277
+ }
378
278
  );
379
- }), _ = i.forwardRef(function({ customIcon: l, ...e }, o) {
380
- const { variant: r } = i.useContext(h);
381
- if (l)
382
- return l;
383
- switch (r) {
279
+ }), Q = a.forwardRef(function({ customIcon: o, ...t }, e) {
280
+ const { variant: i } = a.useContext(x);
281
+ if (o)
282
+ return o;
283
+ switch (i) {
384
284
  case "info":
385
- return /* @__PURE__ */ t.jsxDEV(H, { ref: o, ...e }, void 0, !1, {
386
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
387
- lineNumber: 416,
388
- columnNumber: 14
389
- }, this);
285
+ return /* @__PURE__ */ n(O, { ref: e, ...t });
390
286
  case "success":
391
- return /* @__PURE__ */ t.jsxDEV(A, { ref: o, ...e }, void 0, !1, {
392
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
393
- lineNumber: 418,
394
- columnNumber: 14
395
- }, this);
287
+ return /* @__PURE__ */ n(_, { ref: e, ...t });
396
288
  case "warning":
397
- return /* @__PURE__ */ t.jsxDEV(W, { ref: o, ...e }, void 0, !1, {
398
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
399
- lineNumber: 420,
400
- columnNumber: 14
401
- }, this);
289
+ return /* @__PURE__ */ n(z, { ref: e, ...t });
402
290
  case "destructive":
403
- return /* @__PURE__ */ t.jsxDEV(O, { ref: o, ...e }, void 0, !1, {
404
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
405
- lineNumber: 422,
406
- columnNumber: 14
407
- }, this);
291
+ return /* @__PURE__ */ n(F, { ref: e, ...t });
408
292
  }
409
293
  return null;
410
- }), F = i.forwardRef(
411
- function({ className: l, customIcon: e, ...o }, r) {
412
- return /* @__PURE__ */ t.jsxDEV(
413
- _,
294
+ }), q = a.forwardRef(
295
+ function({ className: o, customIcon: t, ...e }, i) {
296
+ return /* @__PURE__ */ n(
297
+ Q,
414
298
  {
415
- ref: r,
299
+ ref: i,
416
300
  "data-slot": "callout-icon",
417
- [c]: "callout-icon",
418
- customIcon: e,
419
- className: l,
420
- ...o
421
- },
422
- void 0,
423
- !1,
424
- {
425
- fileName: "/Users/wilianmolinari/repos/volt-ui-rollout/release/packages/experimental-griffel/src/components/callout/callout.tsx",
426
- lineNumber: 436,
427
- columnNumber: 7
428
- },
429
- this
301
+ [C]: "callout-icon",
302
+ customIcon: t,
303
+ className: o,
304
+ ...e
305
+ }
430
306
  );
431
307
  }
432
308
  );
433
309
  export {
434
- t1 as Callout,
435
- a1 as CalloutAction,
436
- i1 as CalloutDescription,
437
- o1 as CalloutTitle
310
+ e1 as Callout,
311
+ i1 as CalloutAction,
312
+ r1 as CalloutDescription,
313
+ a1 as CalloutTitle
438
314
  };
439
315
  //# sourceMappingURL=callout.js.map