@nooeh/ui 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/LICENSE +201 -0
  2. package/dist/Icon.d.ts +43 -0
  3. package/dist/Icon.js +85 -0
  4. package/dist/Icon.js.map +7 -0
  5. package/dist/accordion.d.ts +6 -0
  6. package/dist/accordion.js +419 -0
  7. package/dist/accordion.js.map +7 -0
  8. package/dist/alert-dialog.d.ts +22 -0
  9. package/dist/alert-dialog.js +699 -0
  10. package/dist/alert-dialog.js.map +7 -0
  11. package/dist/aspect-ratio.d.ts +7 -0
  12. package/dist/aspect-ratio.js +95 -0
  13. package/dist/aspect-ratio.js.map +7 -0
  14. package/dist/attachment.d.ts +24 -0
  15. package/dist/attachment.js +790 -0
  16. package/dist/attachment.js.map +7 -0
  17. package/dist/avatar.d.ts +14 -0
  18. package/dist/avatar.js +451 -0
  19. package/dist/avatar.js.map +7 -0
  20. package/dist/badge.d.ts +9 -0
  21. package/dist/badge.js +130 -0
  22. package/dist/badge.js.map +7 -0
  23. package/dist/banner.d.ts +19 -0
  24. package/dist/banner.js +415 -0
  25. package/dist/banner.js.map +7 -0
  26. package/dist/breadcrumb.d.ts +10 -0
  27. package/dist/breadcrumb.js +419 -0
  28. package/dist/breadcrumb.js.map +7 -0
  29. package/dist/bubble.d.ts +8 -0
  30. package/dist/bubble.js +124 -0
  31. package/dist/bubble.js.map +7 -0
  32. package/dist/button-group.d.ts +14 -0
  33. package/dist/button-group.js +428 -0
  34. package/dist/button-group.js.map +7 -0
  35. package/dist/button.d.ts +13 -0
  36. package/dist/button.js +228 -0
  37. package/dist/button.js.map +7 -0
  38. package/dist/card.d.ts +15 -0
  39. package/dist/card.js +469 -0
  40. package/dist/card.js.map +7 -0
  41. package/dist/checkbox.d.ts +7 -0
  42. package/dist/checkbox.js +204 -0
  43. package/dist/checkbox.js.map +7 -0
  44. package/dist/cli.js +6 -0
  45. package/dist/cli.js.map +7 -0
  46. package/dist/collapsible.d.ts +5 -0
  47. package/dist/collapsible.js +345 -0
  48. package/dist/collapsible.js.map +7 -0
  49. package/dist/combobox.d.ts +15 -0
  50. package/dist/combobox.js +553 -0
  51. package/dist/combobox.js.map +7 -0
  52. package/dist/content-row.d.ts +19 -0
  53. package/dist/content-row.js +446 -0
  54. package/dist/content-row.js.map +7 -0
  55. package/dist/context-menu.d.ts +4 -0
  56. package/dist/context-menu.js +892 -0
  57. package/dist/context-menu.js.map +7 -0
  58. package/dist/dialog.d.ts +23 -0
  59. package/dist/dialog.js +492 -0
  60. package/dist/dialog.js.map +7 -0
  61. package/dist/dropdown-menu.d.ts +28 -0
  62. package/dist/dropdown-menu.js +885 -0
  63. package/dist/dropdown-menu.js.map +7 -0
  64. package/dist/empty.d.ts +12 -0
  65. package/dist/empty.js +361 -0
  66. package/dist/empty.js.map +7 -0
  67. package/dist/field.d.ts +20 -0
  68. package/dist/field.js +636 -0
  69. package/dist/field.js.map +7 -0
  70. package/dist/global.css +23 -0
  71. package/dist/hover-card.d.ts +12 -0
  72. package/dist/hover-card.js +159 -0
  73. package/dist/hover-card.js.map +7 -0
  74. package/dist/index.d.ts +87 -0
  75. package/dist/index.js +14694 -0
  76. package/dist/index.js.map +7 -0
  77. package/dist/input-group.d.ts +21 -0
  78. package/dist/input-group.js +927 -0
  79. package/dist/input-group.js.map +7 -0
  80. package/dist/input-otp.d.ts +10 -0
  81. package/dist/input-otp.js +246 -0
  82. package/dist/input-otp.js.map +7 -0
  83. package/dist/input.d.ts +7 -0
  84. package/dist/input.js +121 -0
  85. package/dist/input.js.map +7 -0
  86. package/dist/kbd.d.ts +8 -0
  87. package/dist/kbd.js +170 -0
  88. package/dist/kbd.js.map +7 -0
  89. package/dist/label.d.ts +6 -0
  90. package/dist/label.js +89 -0
  91. package/dist/label.js.map +7 -0
  92. package/dist/link.d.ts +14 -0
  93. package/dist/link.js +244 -0
  94. package/dist/link.js.map +7 -0
  95. package/dist/marker.d.ts +9 -0
  96. package/dist/marker.js +206 -0
  97. package/dist/marker.js.map +7 -0
  98. package/dist/menubar.d.ts +19 -0
  99. package/dist/menubar.js +1011 -0
  100. package/dist/menubar.js.map +7 -0
  101. package/dist/message-scroller.d.ts +10 -0
  102. package/dist/message-scroller.js +487 -0
  103. package/dist/message-scroller.js.map +7 -0
  104. package/dist/message.d.ts +10 -0
  105. package/dist/message.js +237 -0
  106. package/dist/message.js.map +7 -0
  107. package/dist/native-select.d.ts +9 -0
  108. package/dist/native-select.js +274 -0
  109. package/dist/native-select.js.map +7 -0
  110. package/dist/navigation-menu.d.ts +11 -0
  111. package/dist/navigation-menu.js +590 -0
  112. package/dist/navigation-menu.js.map +7 -0
  113. package/dist/pagination.d.ts +12 -0
  114. package/dist/pagination.js +481 -0
  115. package/dist/pagination.js.map +7 -0
  116. package/dist/popover.d.ts +14 -0
  117. package/dist/popover.js +293 -0
  118. package/dist/popover.js.map +7 -0
  119. package/dist/primitives.d.ts +1 -0
  120. package/dist/primitives.js +3 -0
  121. package/dist/primitives.js.map +7 -0
  122. package/dist/progress.d.ts +7 -0
  123. package/dist/progress.js +95 -0
  124. package/dist/progress.js.map +7 -0
  125. package/dist/radio-group.d.ts +12 -0
  126. package/dist/radio-group.js +184 -0
  127. package/dist/radio-group.js.map +7 -0
  128. package/dist/scroll-area.d.ts +10 -0
  129. package/dist/scroll-area.js +266 -0
  130. package/dist/scroll-area.js.map +7 -0
  131. package/dist/select.d.ts +14 -0
  132. package/dist/select.js +505 -0
  133. package/dist/select.js.map +7 -0
  134. package/dist/separator.d.ts +8 -0
  135. package/dist/separator.js +110 -0
  136. package/dist/separator.js.map +7 -0
  137. package/dist/skeleton.d.ts +6 -0
  138. package/dist/skeleton.js +87 -0
  139. package/dist/skeleton.js.map +7 -0
  140. package/dist/slider.d.ts +9 -0
  141. package/dist/slider.js +149 -0
  142. package/dist/slider.js.map +7 -0
  143. package/dist/spinner.d.ts +7 -0
  144. package/dist/spinner.js +99 -0
  145. package/dist/spinner.js.map +7 -0
  146. package/dist/stylex-props.d.ts +3 -0
  147. package/dist/stylex.css +1976 -0
  148. package/dist/switch.d.ts +8 -0
  149. package/dist/switch.js +159 -0
  150. package/dist/switch.js.map +7 -0
  151. package/dist/table.d.ts +14 -0
  152. package/dist/table.js +406 -0
  153. package/dist/table.js.map +7 -0
  154. package/dist/tabs.d.ts +10 -0
  155. package/dist/tabs.js +455 -0
  156. package/dist/tabs.js.map +7 -0
  157. package/dist/textarea.d.ts +6 -0
  158. package/dist/textarea.js +121 -0
  159. package/dist/textarea.js.map +7 -0
  160. package/dist/toast.d.ts +9 -0
  161. package/dist/toast.js +668 -0
  162. package/dist/toast.js.map +7 -0
  163. package/dist/toggle-group.d.ts +18 -0
  164. package/dist/toggle-group.js +302 -0
  165. package/dist/toggle-group.js.map +7 -0
  166. package/dist/toggle.d.ts +11 -0
  167. package/dist/toggle.js +153 -0
  168. package/dist/toggle.js.map +7 -0
  169. package/dist/tooltip.d.ts +11 -0
  170. package/dist/tooltip.js +154 -0
  171. package/dist/tooltip.js.map +7 -0
  172. package/dist/typography.d.ts +292 -0
  173. package/dist/typography.js +92 -0
  174. package/dist/typography.js.map +7 -0
  175. package/package.json +103 -0
@@ -0,0 +1,293 @@
1
+ // src/popover.tsx
2
+ import { c as _c } from "react/compiler-runtime";
3
+ import { Popover as PopoverPrimitive } from "@base-ui/react/popover";
4
+ import * as stylex from "@stylexjs/stylex";
5
+
6
+ // src/stylex-props.ts
7
+ function getNativeStyleProps(stylexProps, className, style) {
8
+ return {
9
+ className: [stylexProps.className, className].filter(Boolean).join(" "),
10
+ style: {
11
+ ...stylexProps.style,
12
+ ...style
13
+ }
14
+ };
15
+ }
16
+
17
+ // src/popover.tsx
18
+ import { jsx } from "react/jsx-runtime";
19
+ var styles = {
20
+ popup: {
21
+ kWkggS: "xgywsvm",
22
+ kVAM5u: "x1bl4cbq",
23
+ kaIpWk: "x1fzuljc",
24
+ ksu8eU: "x1y0btm7",
25
+ kMzoRj: "xzcyats",
26
+ kGVxlE: "xjv4pu9",
27
+ kMwMTN: "x122omjn",
28
+ ks0D6T: "x193lwwl",
29
+ kI3sdo: "x1a2a7pz",
30
+ kmVPX3: "xjuqgxd",
31
+ k3aq6I: "x3oybdh",
32
+ k3nNDw: "xctpfpq",
33
+ kIyJzY: "x1bqxu3r",
34
+ k1ekBW: "x6o7n8i",
35
+ kAMwcw: "x1r47arm",
36
+ kzqmXN: "x1qyi71f",
37
+ kdUZ5K: "xuupxpy",
38
+ k6CgDc: "xsagj69",
39
+ $$css: true
40
+ },
41
+ popupTransitioning: {
42
+ kSiTet: "xg01cxk",
43
+ k3aq6I: "xjzqdv7",
44
+ $$css: true
45
+ },
46
+ popupEnding: {
47
+ kIyJzY: "x1uff5cw",
48
+ kAMwcw: "x1r7bce2",
49
+ $$css: true
50
+ }
51
+ };
52
+ var Popover = PopoverPrimitive.Root;
53
+ var PopoverTrigger = PopoverPrimitive.Trigger;
54
+ var PopoverClose = PopoverPrimitive.Close;
55
+ function PopoverContent(t0) {
56
+ const $ = _c(24);
57
+ let className;
58
+ let props2;
59
+ let style;
60
+ let t1;
61
+ let t2;
62
+ let t3;
63
+ let xstyle;
64
+ if ($[0] !== t0) {
65
+ ({
66
+ align: t1,
67
+ className,
68
+ side: t2,
69
+ sideOffset: t3,
70
+ style,
71
+ xstyle,
72
+ ...props2
73
+ } = t0);
74
+ $[0] = t0;
75
+ $[1] = className;
76
+ $[2] = props2;
77
+ $[3] = style;
78
+ $[4] = t1;
79
+ $[5] = t2;
80
+ $[6] = t3;
81
+ $[7] = xstyle;
82
+ } else {
83
+ className = $[1];
84
+ props2 = $[2];
85
+ style = $[3];
86
+ t1 = $[4];
87
+ t2 = $[5];
88
+ t3 = $[6];
89
+ xstyle = $[7];
90
+ }
91
+ const align = t1 === void 0 ? "start" : t1;
92
+ const side = t2 === void 0 ? "bottom" : t2;
93
+ const sideOffset = t3 === void 0 ? 6 : t3;
94
+ let t4;
95
+ if ($[8] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
96
+ t4 = {
97
+ className: "x1aciyhk"
98
+ };
99
+ $[8] = t4;
100
+ } else {
101
+ t4 = $[8];
102
+ }
103
+ let t5;
104
+ if ($[9] !== className || $[10] !== xstyle) {
105
+ t5 = (state) => {
106
+ const stylexProps = stylex.props(styles.popup, state.transitionStatus === "starting" && styles.popupTransitioning, state.transitionStatus === "ending" && styles.popupTransitioning, state.transitionStatus === "ending" && styles.popupEnding, xstyle);
107
+ return [stylexProps.className, typeof className === "function" ? className(state) : className].filter(Boolean).join(" ");
108
+ };
109
+ $[9] = className;
110
+ $[10] = xstyle;
111
+ $[11] = t5;
112
+ } else {
113
+ t5 = $[11];
114
+ }
115
+ let t6;
116
+ if ($[12] !== style || $[13] !== xstyle) {
117
+ t6 = (state_0) => {
118
+ const stylexProps_0 = stylex.props(styles.popup, state_0.transitionStatus === "starting" && styles.popupTransitioning, state_0.transitionStatus === "ending" && styles.popupTransitioning, state_0.transitionStatus === "ending" && styles.popupEnding, xstyle);
119
+ return {
120
+ ...stylexProps_0.style,
121
+ ...typeof style === "function" ? style(state_0) : style
122
+ };
123
+ };
124
+ $[12] = style;
125
+ $[13] = xstyle;
126
+ $[14] = t6;
127
+ } else {
128
+ t6 = $[14];
129
+ }
130
+ let t7;
131
+ if ($[15] !== props2 || $[16] !== t5 || $[17] !== t6) {
132
+ t7 = /* @__PURE__ */ jsx(PopoverPrimitive.Popup, { ...props2, className: t5, style: t6 });
133
+ $[15] = props2;
134
+ $[16] = t5;
135
+ $[17] = t6;
136
+ $[18] = t7;
137
+ } else {
138
+ t7 = $[18];
139
+ }
140
+ let t8;
141
+ if ($[19] !== align || $[20] !== side || $[21] !== sideOffset || $[22] !== t7) {
142
+ t8 = /* @__PURE__ */ jsx(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx(PopoverPrimitive.Positioner, { align, side, sideOffset, ...t4, children: t7 }) });
143
+ $[19] = align;
144
+ $[20] = side;
145
+ $[21] = sideOffset;
146
+ $[22] = t7;
147
+ $[23] = t8;
148
+ } else {
149
+ t8 = $[23];
150
+ }
151
+ return t8;
152
+ }
153
+ function PopoverHeader(t0) {
154
+ const $ = _c(10);
155
+ let className;
156
+ let props2;
157
+ let style;
158
+ if ($[0] !== t0) {
159
+ ({
160
+ className,
161
+ style,
162
+ ...props2
163
+ } = t0);
164
+ $[0] = t0;
165
+ $[1] = className;
166
+ $[2] = props2;
167
+ $[3] = style;
168
+ } else {
169
+ className = $[1];
170
+ props2 = $[2];
171
+ style = $[3];
172
+ }
173
+ let t1;
174
+ if ($[4] !== className || $[5] !== style) {
175
+ t1 = getNativeStyleProps({
176
+ className: "x78zum5 xdt5ytf xt71qdy"
177
+ }, className, style);
178
+ $[4] = className;
179
+ $[5] = style;
180
+ $[6] = t1;
181
+ } else {
182
+ t1 = $[6];
183
+ }
184
+ let t2;
185
+ if ($[7] !== props2 || $[8] !== t1) {
186
+ t2 = /* @__PURE__ */ jsx("div", { ...props2, ...t1 });
187
+ $[7] = props2;
188
+ $[8] = t1;
189
+ $[9] = t2;
190
+ } else {
191
+ t2 = $[9];
192
+ }
193
+ return t2;
194
+ }
195
+ function PopoverTitle(t0) {
196
+ const $ = _c(12);
197
+ let children;
198
+ let className;
199
+ let props2;
200
+ let style;
201
+ if ($[0] !== t0) {
202
+ ({
203
+ children,
204
+ className,
205
+ style,
206
+ ...props2
207
+ } = t0);
208
+ $[0] = t0;
209
+ $[1] = children;
210
+ $[2] = className;
211
+ $[3] = props2;
212
+ $[4] = style;
213
+ } else {
214
+ children = $[1];
215
+ className = $[2];
216
+ props2 = $[3];
217
+ style = $[4];
218
+ }
219
+ let t1;
220
+ if ($[5] !== className || $[6] !== style) {
221
+ t1 = getNativeStyleProps({
222
+ className: "xkrk5hw x12lpnxt x18qbr9o x1ghz6dp"
223
+ }, className, style);
224
+ $[5] = className;
225
+ $[6] = style;
226
+ $[7] = t1;
227
+ } else {
228
+ t1 = $[7];
229
+ }
230
+ let t2;
231
+ if ($[8] !== children || $[9] !== props2 || $[10] !== t1) {
232
+ t2 = /* @__PURE__ */ jsx("h2", { ...props2, ...t1, children });
233
+ $[8] = children;
234
+ $[9] = props2;
235
+ $[10] = t1;
236
+ $[11] = t2;
237
+ } else {
238
+ t2 = $[11];
239
+ }
240
+ return t2;
241
+ }
242
+ function PopoverDescription(t0) {
243
+ const $ = _c(10);
244
+ let className;
245
+ let props2;
246
+ let style;
247
+ if ($[0] !== t0) {
248
+ ({
249
+ className,
250
+ style,
251
+ ...props2
252
+ } = t0);
253
+ $[0] = t0;
254
+ $[1] = className;
255
+ $[2] = props2;
256
+ $[3] = style;
257
+ } else {
258
+ className = $[1];
259
+ props2 = $[2];
260
+ style = $[3];
261
+ }
262
+ let t1;
263
+ if ($[4] !== className || $[5] !== style) {
264
+ t1 = getNativeStyleProps({
265
+ className: "x1f8jq9g xkrk5hw x18qbr9o x1ghz6dp"
266
+ }, className, style);
267
+ $[4] = className;
268
+ $[5] = style;
269
+ $[6] = t1;
270
+ } else {
271
+ t1 = $[6];
272
+ }
273
+ let t2;
274
+ if ($[7] !== props2 || $[8] !== t1) {
275
+ t2 = /* @__PURE__ */ jsx("p", { ...props2, ...t1 });
276
+ $[7] = props2;
277
+ $[8] = t1;
278
+ $[9] = t2;
279
+ } else {
280
+ t2 = $[9];
281
+ }
282
+ return t2;
283
+ }
284
+ export {
285
+ Popover,
286
+ PopoverClose,
287
+ PopoverContent,
288
+ PopoverDescription,
289
+ PopoverHeader,
290
+ PopoverTitle,
291
+ PopoverTrigger
292
+ };
293
+ //# sourceMappingURL=popover.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/popover.tsx", "../src/stylex-props.ts"],
4
+ "sourcesContent": ["import { c as _c } from \"react/compiler-runtime\";\nimport { Popover as PopoverPrimitive } from \"@base-ui/react/popover\";\nimport * as stylex from \"@stylexjs/stylex\";\nimport type { ComponentProps } from \"react\";\nimport { getNativeStyleProps } from \"./stylex-props\";\nimport { colorVars, motionVars, radiusVars, shadowVars, sizeVars, spacingVars, typographyVars } from \"@nooeh/tokens/tokens.stylex\";\nconst styles = {\n popup: {\n kWkggS: \"xgywsvm\",\n kVAM5u: \"x1bl4cbq\",\n kaIpWk: \"x1fzuljc\",\n ksu8eU: \"x1y0btm7\",\n kMzoRj: \"xzcyats\",\n kGVxlE: \"xjv4pu9\",\n kMwMTN: \"x122omjn\",\n ks0D6T: \"x193lwwl\",\n kI3sdo: \"x1a2a7pz\",\n kmVPX3: \"xjuqgxd\",\n k3aq6I: \"x3oybdh\",\n k3nNDw: \"xctpfpq\",\n kIyJzY: \"x1bqxu3r\",\n k1ekBW: \"x6o7n8i\",\n kAMwcw: \"x1r47arm\",\n kzqmXN: \"x1qyi71f\",\n kdUZ5K: \"xuupxpy\",\n k6CgDc: \"xsagj69\",\n $$css: true\n },\n popupTransitioning: {\n kSiTet: \"xg01cxk\",\n k3aq6I: \"xjzqdv7\",\n $$css: true\n },\n popupEnding: {\n kIyJzY: \"x1uff5cw\",\n kAMwcw: \"x1r7bce2\",\n $$css: true\n }\n};\nexport const Popover = PopoverPrimitive.Root;\nexport const PopoverTrigger = PopoverPrimitive.Trigger;\nexport const PopoverClose = PopoverPrimitive.Close;\ntype PopoverContentProps = ComponentProps<typeof PopoverPrimitive.Popup> & Pick<ComponentProps<typeof PopoverPrimitive.Positioner>, \"align\" | \"side\" | \"sideOffset\"> & {\n xstyle?: stylex.StyleXStyles;\n};\nexport function PopoverContent(t0) {\n const $ = _c(24);\n let className;\n let props;\n let style;\n let t1;\n let t2;\n let t3;\n let xstyle;\n if ($[0] !== t0) {\n ({\n align: t1,\n className,\n side: t2,\n sideOffset: t3,\n style,\n xstyle,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = className;\n $[2] = props;\n $[3] = style;\n $[4] = t1;\n $[5] = t2;\n $[6] = t3;\n $[7] = xstyle;\n } else {\n className = $[1];\n props = $[2];\n style = $[3];\n t1 = $[4];\n t2 = $[5];\n t3 = $[6];\n xstyle = $[7];\n }\n const align = t1 === undefined ? \"start\" : t1;\n const side = t2 === undefined ? \"bottom\" : t2;\n const sideOffset = t3 === undefined ? 6 : t3;\n let t4;\n if ($[8] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t4 = {\n className: \"x1aciyhk\"\n };\n $[8] = t4;\n } else {\n t4 = $[8];\n }\n let t5;\n if ($[9] !== className || $[10] !== xstyle) {\n t5 = state => {\n const stylexProps = stylex.props(styles.popup, state.transitionStatus === \"starting\" && styles.popupTransitioning, state.transitionStatus === \"ending\" && styles.popupTransitioning, state.transitionStatus === \"ending\" && styles.popupEnding, xstyle);\n return [stylexProps.className, typeof className === \"function\" ? className(state) : className].filter(Boolean).join(\" \");\n };\n $[9] = className;\n $[10] = xstyle;\n $[11] = t5;\n } else {\n t5 = $[11];\n }\n let t6;\n if ($[12] !== style || $[13] !== xstyle) {\n t6 = state_0 => {\n const stylexProps_0 = stylex.props(styles.popup, state_0.transitionStatus === \"starting\" && styles.popupTransitioning, state_0.transitionStatus === \"ending\" && styles.popupTransitioning, state_0.transitionStatus === \"ending\" && styles.popupEnding, xstyle);\n return {\n ...stylexProps_0.style,\n ...(typeof style === \"function\" ? style(state_0) : style)\n };\n };\n $[12] = style;\n $[13] = xstyle;\n $[14] = t6;\n } else {\n t6 = $[14];\n }\n let t7;\n if ($[15] !== props || $[16] !== t5 || $[17] !== t6) {\n t7 = <PopoverPrimitive.Popup {...props} className={t5} style={t6} />;\n $[15] = props;\n $[16] = t5;\n $[17] = t6;\n $[18] = t7;\n } else {\n t7 = $[18];\n }\n let t8;\n if ($[19] !== align || $[20] !== side || $[21] !== sideOffset || $[22] !== t7) {\n t8 = <PopoverPrimitive.Portal><PopoverPrimitive.Positioner align={align} side={side} sideOffset={sideOffset} {...t4}>{t7}</PopoverPrimitive.Positioner></PopoverPrimitive.Portal>;\n $[19] = align;\n $[20] = side;\n $[21] = sideOffset;\n $[22] = t7;\n $[23] = t8;\n } else {\n t8 = $[23];\n }\n return t8;\n}\nexport function PopoverHeader(t0) {\n const $ = _c(10);\n let className;\n let props;\n let style;\n if ($[0] !== t0) {\n ({\n className,\n style,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = className;\n $[2] = props;\n $[3] = style;\n } else {\n className = $[1];\n props = $[2];\n style = $[3];\n }\n let t1;\n if ($[4] !== className || $[5] !== style) {\n t1 = getNativeStyleProps({\n className: \"x78zum5 xdt5ytf xt71qdy\"\n }, className, style);\n $[4] = className;\n $[5] = style;\n $[6] = t1;\n } else {\n t1 = $[6];\n }\n let t2;\n if ($[7] !== props || $[8] !== t1) {\n t2 = <div {...props} {...t1} />;\n $[7] = props;\n $[8] = t1;\n $[9] = t2;\n } else {\n t2 = $[9];\n }\n return t2;\n}\nexport function PopoverTitle(t0) {\n const $ = _c(12);\n let children;\n let className;\n let props;\n let style;\n if ($[0] !== t0) {\n ({\n children,\n className,\n style,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = children;\n $[2] = className;\n $[3] = props;\n $[4] = style;\n } else {\n children = $[1];\n className = $[2];\n props = $[3];\n style = $[4];\n }\n let t1;\n if ($[5] !== className || $[6] !== style) {\n t1 = getNativeStyleProps({\n className: \"xkrk5hw x12lpnxt x18qbr9o x1ghz6dp\"\n }, className, style);\n $[5] = className;\n $[6] = style;\n $[7] = t1;\n } else {\n t1 = $[7];\n }\n let t2;\n if ($[8] !== children || $[9] !== props || $[10] !== t1) {\n t2 = <h2 {...props} {...t1}>{children}</h2>;\n $[8] = children;\n $[9] = props;\n $[10] = t1;\n $[11] = t2;\n } else {\n t2 = $[11];\n }\n return t2;\n}\nexport function PopoverDescription(t0) {\n const $ = _c(10);\n let className;\n let props;\n let style;\n if ($[0] !== t0) {\n ({\n className,\n style,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = className;\n $[2] = props;\n $[3] = style;\n } else {\n className = $[1];\n props = $[2];\n style = $[3];\n }\n let t1;\n if ($[4] !== className || $[5] !== style) {\n t1 = getNativeStyleProps({\n className: \"x1f8jq9g xkrk5hw x18qbr9o x1ghz6dp\"\n }, className, style);\n $[4] = className;\n $[5] = style;\n $[6] = t1;\n } else {\n t1 = $[6];\n }\n let t2;\n if ($[7] !== props || $[8] !== t1) {\n t2 = <p {...props} {...t1} />;\n $[7] = props;\n $[8] = t1;\n $[9] = t2;\n } else {\n t2 = $[9];\n }\n return t2;\n}", "import * as stylex from \"@stylexjs/stylex\";\nimport type { ComponentProps } from \"react\";\nexport function getNativeStyleProps(stylexProps: ReturnType<typeof stylex.props>, className?: string, style?: ComponentProps<\"div\">[\"style\"]): Pick<ComponentProps<\"div\">, \"className\" | \"style\"> {\n return {\n className: [stylexProps.className, className].filter(Boolean).join(\" \"),\n style: {\n ...stylexProps.style,\n ...style\n }\n };\n}"],
5
+ "mappings": ";AAAA,SAAS,KAAK,UAAU;AACxB,SAAS,WAAW,wBAAwB;AAC5C,YAAY,YAAY;;;ACAjB,SAAS,oBAAoB,aAA8C,WAAoB,OAA4F;AAChM,SAAO;AAAA,IACL,WAAW,CAAC,YAAY,WAAW,SAAS,EAAE,OAAO,OAAO,EAAE,KAAK,GAAG;AAAA,IACtE,OAAO;AAAA,MACL,GAAG,YAAY;AAAA,MACf,GAAG;AAAA,IACL;AAAA,EACF;AACF;;;ADgHS;AApHT,IAAM,SAAS;AAAA,EACb,OAAO;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,EACT;AAAA,EACA,oBAAoB;AAAA,IAClB,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,EACT;AAAA,EACA,aAAa;AAAA,IACX,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,EACT;AACF;AACO,IAAM,UAAU,iBAAiB;AACjC,IAAM,iBAAiB,iBAAiB;AACxC,IAAM,eAAe,iBAAiB;AAItC,SAAS,eAAe,IAAI;AACjC,QAAM,IAAI,GAAG,EAAE;AACf,MAAI;AACJ,MAAIA;AACJ,MAAI;AACJ,MAAI;AACJ,MAAI;AACJ,MAAI;AACJ,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,IAAI;AACf,KAAC;AAAA,MACC,OAAO;AAAA,MACP;AAAA,MACA,MAAM;AAAA,MACN,YAAY;AAAA,MACZ;AAAA,MACA;AAAA,MACA,GAAGA;AAAA,IACL,IAAI;AACJ,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,gBAAY,EAAE,CAAC;AACf,IAAAA,SAAQ,EAAE,CAAC;AACX,YAAQ,EAAE,CAAC;AACX,SAAK,EAAE,CAAC;AACR,SAAK,EAAE,CAAC;AACR,SAAK,EAAE,CAAC;AACR,aAAS,EAAE,CAAC;AAAA,EACd;AACA,QAAM,QAAQ,OAAO,SAAY,UAAU;AAC3C,QAAM,OAAO,OAAO,SAAY,WAAW;AAC3C,QAAM,aAAa,OAAO,SAAY,IAAI;AAC1C,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,uBAAO,IAAI,2BAA2B,GAAG;AACpD,SAAK;AAAA,MACH,WAAW;AAAA,IACb;AACA,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,aAAa,EAAE,EAAE,MAAM,QAAQ;AAC1C,SAAK,WAAS;AACZ,YAAM,cAAqB,aAAM,OAAO,OAAO,MAAM,qBAAqB,cAAc,OAAO,oBAAoB,MAAM,qBAAqB,YAAY,OAAO,oBAAoB,MAAM,qBAAqB,YAAY,OAAO,aAAa,MAAM;AACtP,aAAO,CAAC,YAAY,WAAW,OAAO,cAAc,aAAa,UAAU,KAAK,IAAI,SAAS,EAAE,OAAO,OAAO,EAAE,KAAK,GAAG;AAAA,IACzH;AACA,MAAE,CAAC,IAAI;AACP,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,MAAI;AACJ,MAAI,EAAE,EAAE,MAAM,SAAS,EAAE,EAAE,MAAM,QAAQ;AACvC,SAAK,aAAW;AACd,YAAM,gBAAuB,aAAM,OAAO,OAAO,QAAQ,qBAAqB,cAAc,OAAO,oBAAoB,QAAQ,qBAAqB,YAAY,OAAO,oBAAoB,QAAQ,qBAAqB,YAAY,OAAO,aAAa,MAAM;AAC9P,aAAO;AAAA,QACL,GAAG,cAAc;AAAA,QACjB,GAAI,OAAO,UAAU,aAAa,MAAM,OAAO,IAAI;AAAA,MACrD;AAAA,IACF;AACA,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,MAAI;AACJ,MAAI,EAAE,EAAE,MAAMA,UAAS,EAAE,EAAE,MAAM,MAAM,EAAE,EAAE,MAAM,IAAI;AACnD,SAAK,oBAAC,iBAAiB,OAAjB,EAAwB,GAAGA,QAAO,WAAW,IAAI,OAAO,IAAI;AAClE,MAAE,EAAE,IAAIA;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,MAAI;AACJ,MAAI,EAAE,EAAE,MAAM,SAAS,EAAE,EAAE,MAAM,QAAQ,EAAE,EAAE,MAAM,cAAc,EAAE,EAAE,MAAM,IAAI;AAC7E,SAAK,oBAAC,iBAAiB,QAAjB,EAAwB,8BAAC,iBAAiB,YAAjB,EAA4B,OAAc,MAAY,YAAyB,GAAG,IAAK,cAAG,GAA8B;AACvJ,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,SAAO;AACT;AACO,SAAS,cAAc,IAAI;AAChC,QAAM,IAAI,GAAG,EAAE;AACf,MAAI;AACJ,MAAIA;AACJ,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,IAAI;AACf,KAAC;AAAA,MACC;AAAA,MACA;AAAA,MACA,GAAGA;AAAA,IACL,IAAI;AACJ,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,gBAAY,EAAE,CAAC;AACf,IAAAA,SAAQ,EAAE,CAAC;AACX,YAAQ,EAAE,CAAC;AAAA,EACb;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,aAAa,EAAE,CAAC,MAAM,OAAO;AACxC,SAAK,oBAAoB;AAAA,MACvB,WAAW;AAAA,IACb,GAAG,WAAW,KAAK;AACnB,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAMA,UAAS,EAAE,CAAC,MAAM,IAAI;AACjC,SAAK,oBAAC,SAAK,GAAGA,QAAQ,GAAG,IAAI;AAC7B,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,SAAO;AACT;AACO,SAAS,aAAa,IAAI;AAC/B,QAAM,IAAI,GAAG,EAAE;AACf,MAAI;AACJ,MAAI;AACJ,MAAIA;AACJ,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,IAAI;AACf,KAAC;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA,GAAGA;AAAA,IACL,IAAI;AACJ,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,eAAW,EAAE,CAAC;AACd,gBAAY,EAAE,CAAC;AACf,IAAAA,SAAQ,EAAE,CAAC;AACX,YAAQ,EAAE,CAAC;AAAA,EACb;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,aAAa,EAAE,CAAC,MAAM,OAAO;AACxC,SAAK,oBAAoB;AAAA,MACvB,WAAW;AAAA,IACb,GAAG,WAAW,KAAK;AACnB,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,YAAY,EAAE,CAAC,MAAMA,UAAS,EAAE,EAAE,MAAM,IAAI;AACvD,SAAK,oBAAC,QAAI,GAAGA,QAAQ,GAAG,IAAK,UAAS;AACtC,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAIA;AACP,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,SAAO;AACT;AACO,SAAS,mBAAmB,IAAI;AACrC,QAAM,IAAI,GAAG,EAAE;AACf,MAAI;AACJ,MAAIA;AACJ,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,IAAI;AACf,KAAC;AAAA,MACC;AAAA,MACA;AAAA,MACA,GAAGA;AAAA,IACL,IAAI;AACJ,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,gBAAY,EAAE,CAAC;AACf,IAAAA,SAAQ,EAAE,CAAC;AACX,YAAQ,EAAE,CAAC;AAAA,EACb;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,aAAa,EAAE,CAAC,MAAM,OAAO;AACxC,SAAK,oBAAoB;AAAA,MACvB,WAAW;AAAA,IACb,GAAG,WAAW,KAAK;AACnB,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAMA,UAAS,EAAE,CAAC,MAAM,IAAI;AACjC,SAAK,oBAAC,OAAG,GAAGA,QAAQ,GAAG,IAAI;AAC3B,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,SAAO;AACT;",
6
+ "names": ["props"]
7
+ }
@@ -0,0 +1 @@
1
+ export * from "@base-ui/react";
@@ -0,0 +1,3 @@
1
+ // src/primitives.ts
2
+ export * from "@base-ui/react";
3
+ //# sourceMappingURL=primitives.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/primitives.ts"],
4
+ "sourcesContent": ["export * from \"@base-ui/react\";\n"],
5
+ "mappings": ";AAAA,cAAc;",
6
+ "names": []
7
+ }
@@ -0,0 +1,7 @@
1
+ import { Progress as ProgressPrimitive } from "@base-ui/react/progress";
2
+ import * as stylex from "@stylexjs/stylex";
3
+ import type { ComponentProps } from "react";
4
+ export type ProgressProps = ComponentProps<typeof ProgressPrimitive.Root> & {
5
+ xstyle?: stylex.StyleXStyles;
6
+ };
7
+ export declare function Progress({ className, style, xstyle, ...props }: ProgressProps): import("react").JSX.Element;
@@ -0,0 +1,95 @@
1
+ // src/progress.tsx
2
+ import { c as _c } from "react/compiler-runtime";
3
+ import { Progress as ProgressPrimitive } from "@base-ui/react/progress";
4
+ import * as stylex from "@stylexjs/stylex";
5
+ import { jsx } from "react/jsx-runtime";
6
+ var styles = {
7
+ root: {
8
+ kWkggS: "x19is5ri",
9
+ kaIpWk: "xlcjyoq",
10
+ kZKoxP: "x164u9eo",
11
+ kVQacm: "xb3r6kr",
12
+ kzqmXN: "xh8yej3",
13
+ $$css: true
14
+ }
15
+ };
16
+ function Progress(t0) {
17
+ const $ = _c(18);
18
+ let className;
19
+ let props2;
20
+ let style;
21
+ let xstyle;
22
+ if ($[0] !== t0) {
23
+ ({
24
+ className,
25
+ style,
26
+ xstyle,
27
+ ...props2
28
+ } = t0);
29
+ $[0] = t0;
30
+ $[1] = className;
31
+ $[2] = props2;
32
+ $[3] = style;
33
+ $[4] = xstyle;
34
+ } else {
35
+ className = $[1];
36
+ props2 = $[2];
37
+ style = $[3];
38
+ xstyle = $[4];
39
+ }
40
+ let t1;
41
+ if ($[5] !== xstyle) {
42
+ t1 = stylex.props(styles.root, xstyle);
43
+ $[5] = xstyle;
44
+ $[6] = t1;
45
+ } else {
46
+ t1 = $[6];
47
+ }
48
+ const stylexProps = t1;
49
+ const t2 = typeof className === "string" ? className : void 0;
50
+ let t3;
51
+ if ($[7] !== stylexProps.className || $[8] !== t2) {
52
+ t3 = [stylexProps.className, t2].filter(Boolean);
53
+ $[7] = stylexProps.className;
54
+ $[8] = t2;
55
+ $[9] = t3;
56
+ } else {
57
+ t3 = $[9];
58
+ }
59
+ const t4 = t3.join(" ");
60
+ const t5 = typeof style === "object" ? style : void 0;
61
+ let t6;
62
+ if ($[10] !== stylexProps.style || $[11] !== t5) {
63
+ t6 = {
64
+ ...stylexProps.style,
65
+ ...t5
66
+ };
67
+ $[10] = stylexProps.style;
68
+ $[11] = t5;
69
+ $[12] = t6;
70
+ } else {
71
+ t6 = $[12];
72
+ }
73
+ let t7;
74
+ if ($[13] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
75
+ t7 = /* @__PURE__ */ jsx(ProgressPrimitive.Indicator, { className: "x1daa10s x5yr21d x1bqxu3r xxrbq2n" });
76
+ $[13] = t7;
77
+ } else {
78
+ t7 = $[13];
79
+ }
80
+ let t8;
81
+ if ($[14] !== props2 || $[15] !== t4 || $[16] !== t6) {
82
+ t8 = /* @__PURE__ */ jsx(ProgressPrimitive.Root, { ...props2, className: t4, style: t6, children: t7 });
83
+ $[14] = props2;
84
+ $[15] = t4;
85
+ $[16] = t6;
86
+ $[17] = t8;
87
+ } else {
88
+ t8 = $[17];
89
+ }
90
+ return t8;
91
+ }
92
+ export {
93
+ Progress
94
+ };
95
+ //# sourceMappingURL=progress.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/progress.tsx"],
4
+ "sourcesContent": ["import { c as _c } from \"react/compiler-runtime\";\nimport { Progress as ProgressPrimitive } from \"@base-ui/react/progress\";\nimport * as stylex from \"@stylexjs/stylex\";\nimport type { ComponentProps } from \"react\";\nimport { colorVars, motionVars, radiusVars } from \"@nooeh/tokens/tokens.stylex\";\nconst styles = {\n root: {\n kWkggS: \"x19is5ri\",\n kaIpWk: \"xlcjyoq\",\n kZKoxP: \"x164u9eo\",\n kVQacm: \"xb3r6kr\",\n kzqmXN: \"xh8yej3\",\n $$css: true\n }\n};\nexport type ProgressProps = ComponentProps<typeof ProgressPrimitive.Root> & {\n xstyle?: stylex.StyleXStyles;\n};\nexport function Progress(t0) {\n const $ = _c(18);\n let className;\n let props;\n let style;\n let xstyle;\n if ($[0] !== t0) {\n ({\n className,\n style,\n xstyle,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = className;\n $[2] = props;\n $[3] = style;\n $[4] = xstyle;\n } else {\n className = $[1];\n props = $[2];\n style = $[3];\n xstyle = $[4];\n }\n let t1;\n if ($[5] !== xstyle) {\n t1 = stylex.props(styles.root, xstyle);\n $[5] = xstyle;\n $[6] = t1;\n } else {\n t1 = $[6];\n }\n const stylexProps = t1;\n const t2 = typeof className === \"string\" ? className : undefined;\n let t3;\n if ($[7] !== stylexProps.className || $[8] !== t2) {\n t3 = [stylexProps.className, t2].filter(Boolean);\n $[7] = stylexProps.className;\n $[8] = t2;\n $[9] = t3;\n } else {\n t3 = $[9];\n }\n const t4 = t3.join(\" \");\n const t5 = typeof style === \"object\" ? style : undefined;\n let t6;\n if ($[10] !== stylexProps.style || $[11] !== t5) {\n t6 = {\n ...stylexProps.style,\n ...t5\n };\n $[10] = stylexProps.style;\n $[11] = t5;\n $[12] = t6;\n } else {\n t6 = $[12];\n }\n let t7;\n if ($[13] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t7 = <ProgressPrimitive.Indicator className=\"x1daa10s x5yr21d x1bqxu3r xxrbq2n\" />;\n $[13] = t7;\n } else {\n t7 = $[13];\n }\n let t8;\n if ($[14] !== props || $[15] !== t4 || $[16] !== t6) {\n t8 = <ProgressPrimitive.Root {...props} className={t4} style={t6}>{t7}</ProgressPrimitive.Root>;\n $[14] = props;\n $[15] = t4;\n $[16] = t6;\n $[17] = t8;\n } else {\n t8 = $[17];\n }\n return t8;\n}"],
5
+ "mappings": ";AAAA,SAAS,KAAK,UAAU;AACxB,SAAS,YAAY,yBAAyB;AAC9C,YAAY,YAAY;AA2Ef;AAxET,IAAM,SAAS;AAAA,EACb,MAAM;AAAA,IACJ,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,OAAO;AAAA,EACT;AACF;AAIO,SAAS,SAAS,IAAI;AAC3B,QAAM,IAAI,GAAG,EAAE;AACf,MAAI;AACJ,MAAIA;AACJ,MAAI;AACJ,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,IAAI;AACf,KAAC;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA,GAAGA;AAAA,IACL,IAAI;AACJ,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAIA;AACP,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,gBAAY,EAAE,CAAC;AACf,IAAAA,SAAQ,EAAE,CAAC;AACX,YAAQ,EAAE,CAAC;AACX,aAAS,EAAE,CAAC;AAAA,EACd;AACA,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,QAAQ;AACnB,SAAY,aAAM,OAAO,MAAM,MAAM;AACrC,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,QAAM,cAAc;AACpB,QAAM,KAAK,OAAO,cAAc,WAAW,YAAY;AACvD,MAAI;AACJ,MAAI,EAAE,CAAC,MAAM,YAAY,aAAa,EAAE,CAAC,MAAM,IAAI;AACjD,SAAK,CAAC,YAAY,WAAW,EAAE,EAAE,OAAO,OAAO;AAC/C,MAAE,CAAC,IAAI,YAAY;AACnB,MAAE,CAAC,IAAI;AACP,MAAE,CAAC,IAAI;AAAA,EACT,OAAO;AACL,SAAK,EAAE,CAAC;AAAA,EACV;AACA,QAAM,KAAK,GAAG,KAAK,GAAG;AACtB,QAAM,KAAK,OAAO,UAAU,WAAW,QAAQ;AAC/C,MAAI;AACJ,MAAI,EAAE,EAAE,MAAM,YAAY,SAAS,EAAE,EAAE,MAAM,IAAI;AAC/C,SAAK;AAAA,MACH,GAAG,YAAY;AAAA,MACf,GAAG;AAAA,IACL;AACA,MAAE,EAAE,IAAI,YAAY;AACpB,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,MAAI;AACJ,MAAI,EAAE,EAAE,MAAM,uBAAO,IAAI,2BAA2B,GAAG;AACrD,SAAK,oBAAC,kBAAkB,WAAlB,EAA4B,WAAU,qCAAoC;AAChF,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,MAAI;AACJ,MAAI,EAAE,EAAE,MAAMA,UAAS,EAAE,EAAE,MAAM,MAAM,EAAE,EAAE,MAAM,IAAI;AACnD,SAAK,oBAAC,kBAAkB,MAAlB,EAAwB,GAAGA,QAAO,WAAW,IAAI,OAAO,IAAK,cAAG;AACtE,MAAE,EAAE,IAAIA;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AACR,MAAE,EAAE,IAAI;AAAA,EACV,OAAO;AACL,SAAK,EAAE,EAAE;AAAA,EACX;AACA,SAAO;AACT;",
6
+ "names": ["props"]
7
+ }
@@ -0,0 +1,12 @@
1
+ import { Radio as RadioPrimitive } from "@base-ui/react/radio";
2
+ import { RadioGroup as RadioGroupPrimitive } from "@base-ui/react/radio-group";
3
+ import * as stylex from "@stylexjs/stylex";
4
+ import type { ComponentProps } from "react";
5
+ export type RadioGroupProps = ComponentProps<typeof RadioGroupPrimitive> & {
6
+ xstyle?: stylex.StyleXStyles;
7
+ };
8
+ export declare function RadioGroup({ className, style, xstyle, ...props }: RadioGroupProps): import("react").JSX.Element;
9
+ export type RadioGroupItemProps = ComponentProps<typeof RadioPrimitive.Root> & {
10
+ xstyle?: stylex.StyleXStyles;
11
+ };
12
+ export declare function RadioGroupItem({ className, style, xstyle, ...props }: RadioGroupItemProps): import("react").JSX.Element;
@@ -0,0 +1,184 @@
1
+ // src/radio-group.tsx
2
+ import { c as _c } from "react/compiler-runtime";
3
+ import { Radio as RadioPrimitive } from "@base-ui/react/radio";
4
+ import { RadioGroup as RadioGroupPrimitive } from "@base-ui/react/radio-group";
5
+ import * as stylex from "@stylexjs/stylex";
6
+ import { jsx } from "react/jsx-runtime";
7
+ var styles = {
8
+ group: {
9
+ k1xSpc: "x78zum5",
10
+ kXwgrk: "xdt5ytf",
11
+ kOIVth: "xwxoyq7",
12
+ $$css: true
13
+ },
14
+ item: {
15
+ kGNEyG: "x6s0dn4",
16
+ kWkggS: "x11m93s7",
17
+ kVAM5u: "x1bl4cbq",
18
+ kaIpWk: "xlcjyoq",
19
+ ksu8eU: "x1y0btm7",
20
+ kMzoRj: "xzcyats",
21
+ kkrTdU: "x1ypdohk",
22
+ k1xSpc: "x3nfvp2",
23
+ kZKoxP: "xam5rvr",
24
+ kjj79g: "xl56j7k",
25
+ kI3sdo: "x1a2a7pz",
26
+ kzqmXN: "xp8d6y2",
27
+ kZs9gx: "x1tdmnsb",
28
+ kiEn40: "xe0szup",
29
+ k7shQP: "x9v5kkp",
30
+ kPJHz1: "xe0iu4d",
31
+ kYPGJ8: "x1s07b3s",
32
+ kWCcOm: "x19gdzeu",
33
+ $$css: true
34
+ },
35
+ checked: {
36
+ kVAM5u: "x103t3ba",
37
+ $$css: true
38
+ }
39
+ };
40
+ function RadioGroup(t0) {
41
+ const $ = _c(17);
42
+ let className;
43
+ let props2;
44
+ let style;
45
+ let xstyle;
46
+ if ($[0] !== t0) {
47
+ ({
48
+ className,
49
+ style,
50
+ xstyle,
51
+ ...props2
52
+ } = t0);
53
+ $[0] = t0;
54
+ $[1] = className;
55
+ $[2] = props2;
56
+ $[3] = style;
57
+ $[4] = xstyle;
58
+ } else {
59
+ className = $[1];
60
+ props2 = $[2];
61
+ style = $[3];
62
+ xstyle = $[4];
63
+ }
64
+ let t1;
65
+ if ($[5] !== xstyle) {
66
+ t1 = stylex.props(styles.group, xstyle);
67
+ $[5] = xstyle;
68
+ $[6] = t1;
69
+ } else {
70
+ t1 = $[6];
71
+ }
72
+ const stylexProps = t1;
73
+ let t2;
74
+ if ($[7] !== className || $[8] !== stylexProps.className) {
75
+ t2 = (state) => {
76
+ const customClassName = typeof className === "function" ? className(state) : className;
77
+ return [stylexProps.className, customClassName].filter(Boolean).join(" ");
78
+ };
79
+ $[7] = className;
80
+ $[8] = stylexProps.className;
81
+ $[9] = t2;
82
+ } else {
83
+ t2 = $[9];
84
+ }
85
+ let t3;
86
+ if ($[10] !== style || $[11] !== stylexProps.style) {
87
+ t3 = (state_0) => ({
88
+ ...stylexProps.style,
89
+ ...typeof style === "function" ? style(state_0) : style
90
+ });
91
+ $[10] = style;
92
+ $[11] = stylexProps.style;
93
+ $[12] = t3;
94
+ } else {
95
+ t3 = $[12];
96
+ }
97
+ let t4;
98
+ if ($[13] !== props2 || $[14] !== t2 || $[15] !== t3) {
99
+ t4 = /* @__PURE__ */ jsx(RadioGroupPrimitive, { ...props2, className: t2, style: t3 });
100
+ $[13] = props2;
101
+ $[14] = t2;
102
+ $[15] = t3;
103
+ $[16] = t4;
104
+ } else {
105
+ t4 = $[16];
106
+ }
107
+ return t4;
108
+ }
109
+ function RadioGroupItem(t0) {
110
+ const $ = _c(16);
111
+ let className;
112
+ let props2;
113
+ let style;
114
+ let xstyle;
115
+ if ($[0] !== t0) {
116
+ ({
117
+ className,
118
+ style,
119
+ xstyle,
120
+ ...props2
121
+ } = t0);
122
+ $[0] = t0;
123
+ $[1] = className;
124
+ $[2] = props2;
125
+ $[3] = style;
126
+ $[4] = xstyle;
127
+ } else {
128
+ className = $[1];
129
+ props2 = $[2];
130
+ style = $[3];
131
+ xstyle = $[4];
132
+ }
133
+ let t1;
134
+ if ($[5] !== className || $[6] !== xstyle) {
135
+ t1 = (state) => {
136
+ const stylexProps = stylex.props(styles.item, state.checked && styles.checked, xstyle);
137
+ const customClassName = typeof className === "function" ? className(state) : className;
138
+ return [stylexProps.className, customClassName].filter(Boolean).join(" ");
139
+ };
140
+ $[5] = className;
141
+ $[6] = xstyle;
142
+ $[7] = t1;
143
+ } else {
144
+ t1 = $[7];
145
+ }
146
+ let t2;
147
+ if ($[8] !== style || $[9] !== xstyle) {
148
+ t2 = (state_0) => {
149
+ const stylexProps_0 = stylex.props(styles.item, state_0.checked && styles.checked, xstyle);
150
+ return {
151
+ ...stylexProps_0.style,
152
+ ...typeof style === "function" ? style(state_0) : style
153
+ };
154
+ };
155
+ $[8] = style;
156
+ $[9] = xstyle;
157
+ $[10] = t2;
158
+ } else {
159
+ t2 = $[10];
160
+ }
161
+ let t3;
162
+ if ($[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
163
+ t3 = /* @__PURE__ */ jsx(RadioPrimitive.Indicator, { className: "x6s0dn4 x3nfvp2 xl56j7k", children: /* @__PURE__ */ jsx("span", { className: "x1daa10s xlcjyoq xvle69y x1jw3ynk" }) });
164
+ $[11] = t3;
165
+ } else {
166
+ t3 = $[11];
167
+ }
168
+ let t4;
169
+ if ($[12] !== props2 || $[13] !== t1 || $[14] !== t2) {
170
+ t4 = /* @__PURE__ */ jsx(RadioPrimitive.Root, { ...props2, className: t1, style: t2, children: t3 });
171
+ $[12] = props2;
172
+ $[13] = t1;
173
+ $[14] = t2;
174
+ $[15] = t4;
175
+ } else {
176
+ t4 = $[15];
177
+ }
178
+ return t4;
179
+ }
180
+ export {
181
+ RadioGroup,
182
+ RadioGroupItem
183
+ };
184
+ //# sourceMappingURL=radio-group.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/radio-group.tsx"],
4
+ "sourcesContent": ["import { c as _c } from \"react/compiler-runtime\";\nimport { Radio as RadioPrimitive } from \"@base-ui/react/radio\";\nimport { RadioGroup as RadioGroupPrimitive } from \"@base-ui/react/radio-group\";\nimport * as stylex from \"@stylexjs/stylex\";\nimport type { ComponentProps } from \"react\";\nimport { colorVars, opacityVars, radiusVars, sizeVars, spacingVars } from \"@nooeh/tokens/tokens.stylex\";\nconst styles = {\n group: {\n k1xSpc: \"x78zum5\",\n kXwgrk: \"xdt5ytf\",\n kOIVth: \"xwxoyq7\",\n $$css: true\n },\n item: {\n kGNEyG: \"x6s0dn4\",\n kWkggS: \"x11m93s7\",\n kVAM5u: \"x1bl4cbq\",\n kaIpWk: \"xlcjyoq\",\n ksu8eU: \"x1y0btm7\",\n kMzoRj: \"xzcyats\",\n kkrTdU: \"x1ypdohk\",\n k1xSpc: \"x3nfvp2\",\n kZKoxP: \"xam5rvr\",\n kjj79g: \"xl56j7k\",\n kI3sdo: \"x1a2a7pz\",\n kzqmXN: \"xp8d6y2\",\n kZs9gx: \"x1tdmnsb\",\n kiEn40: \"xe0szup\",\n k7shQP: \"x9v5kkp\",\n kPJHz1: \"xe0iu4d\",\n kYPGJ8: \"x1s07b3s\",\n kWCcOm: \"x19gdzeu\",\n $$css: true\n },\n checked: {\n kVAM5u: \"x103t3ba\",\n $$css: true\n }\n};\nexport type RadioGroupProps = ComponentProps<typeof RadioGroupPrimitive> & {\n xstyle?: stylex.StyleXStyles;\n};\nexport function RadioGroup(t0) {\n const $ = _c(17);\n let className;\n let props;\n let style;\n let xstyle;\n if ($[0] !== t0) {\n ({\n className,\n style,\n xstyle,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = className;\n $[2] = props;\n $[3] = style;\n $[4] = xstyle;\n } else {\n className = $[1];\n props = $[2];\n style = $[3];\n xstyle = $[4];\n }\n let t1;\n if ($[5] !== xstyle) {\n t1 = stylex.props(styles.group, xstyle);\n $[5] = xstyle;\n $[6] = t1;\n } else {\n t1 = $[6];\n }\n const stylexProps = t1;\n let t2;\n if ($[7] !== className || $[8] !== stylexProps.className) {\n t2 = state => {\n const customClassName = typeof className === \"function\" ? className(state) : className;\n return [stylexProps.className, customClassName].filter(Boolean).join(\" \");\n };\n $[7] = className;\n $[8] = stylexProps.className;\n $[9] = t2;\n } else {\n t2 = $[9];\n }\n let t3;\n if ($[10] !== style || $[11] !== stylexProps.style) {\n t3 = state_0 => ({\n ...stylexProps.style,\n ...(typeof style === \"function\" ? style(state_0) : style)\n });\n $[10] = style;\n $[11] = stylexProps.style;\n $[12] = t3;\n } else {\n t3 = $[12];\n }\n let t4;\n if ($[13] !== props || $[14] !== t2 || $[15] !== t3) {\n t4 = <RadioGroupPrimitive {...props} className={t2} style={t3} />;\n $[13] = props;\n $[14] = t2;\n $[15] = t3;\n $[16] = t4;\n } else {\n t4 = $[16];\n }\n return t4;\n}\nexport type RadioGroupItemProps = ComponentProps<typeof RadioPrimitive.Root> & {\n xstyle?: stylex.StyleXStyles;\n};\nexport function RadioGroupItem(t0) {\n const $ = _c(16);\n let className;\n let props;\n let style;\n let xstyle;\n if ($[0] !== t0) {\n ({\n className,\n style,\n xstyle,\n ...props\n } = t0);\n $[0] = t0;\n $[1] = className;\n $[2] = props;\n $[3] = style;\n $[4] = xstyle;\n } else {\n className = $[1];\n props = $[2];\n style = $[3];\n xstyle = $[4];\n }\n let t1;\n if ($[5] !== className || $[6] !== xstyle) {\n t1 = state => {\n const stylexProps = stylex.props(styles.item, state.checked && styles.checked, xstyle);\n const customClassName = typeof className === \"function\" ? className(state) : className;\n return [stylexProps.className, customClassName].filter(Boolean).join(\" \");\n };\n $[5] = className;\n $[6] = xstyle;\n $[7] = t1;\n } else {\n t1 = $[7];\n }\n let t2;\n if ($[8] !== style || $[9] !== xstyle) {\n t2 = state_0 => {\n const stylexProps_0 = stylex.props(styles.item, state_0.checked && styles.checked, xstyle);\n return {\n ...stylexProps_0.style,\n ...(typeof style === \"function\" ? style(state_0) : style)\n };\n };\n $[8] = style;\n $[9] = xstyle;\n $[10] = t2;\n } else {\n t2 = $[10];\n }\n let t3;\n if ($[11] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t3 = <RadioPrimitive.Indicator className=\"x6s0dn4 x3nfvp2 xl56j7k\"><span className=\"x1daa10s xlcjyoq xvle69y x1jw3ynk\" /></RadioPrimitive.Indicator>;\n $[11] = t3;\n } else {\n t3 = $[11];\n }\n let t4;\n if ($[12] !== props || $[13] !== t1 || $[14] !== t2) {\n t4 = <RadioPrimitive.Root {...props} className={t1} style={t2}>{t3}</RadioPrimitive.Root>;\n $[12] = props;\n $[13] = t1;\n $[14] = t2;\n $[15] = t4;\n } else {\n t4 = $[15];\n }\n return t4;\n}"],
5
+ "mappings": "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",
6
+ "names": ["props"]
7
+ }