@windrun-huaiin/base-ui 5.2.0 → 5.3.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.
package/dist/ui/index.js CHANGED
@@ -94,7 +94,7 @@ __export(ui_exports, {
94
94
  module.exports = __toCommonJS(ui_exports);
95
95
 
96
96
  // src/ui/alert-dialog.tsx
97
- var React31 = __toESM(require("react"), 1);
97
+ var React34 = __toESM(require("react"), 1);
98
98
  var AlertDialogPrimitive = __toESM(require("@radix-ui/react-alert-dialog"), 1);
99
99
 
100
100
  // ../lib/src/utils.ts
@@ -105,7 +105,7 @@ function cn(...inputs) {
105
105
  }
106
106
 
107
107
  // src/ui/button.tsx
108
- var React30 = __toESM(require("react"), 1);
108
+ var React33 = __toESM(require("react"), 1);
109
109
  var import_react_slot = require("@radix-ui/react-slot");
110
110
  var import_class_variance_authority = require("class-variance-authority");
111
111
 
@@ -1125,6 +1125,113 @@ var SchemeIcon = import_react28.default.forwardRef(
1125
1125
  SchemeIcon.displayName = "Scheme";
1126
1126
  var scheme_default = SchemeIcon;
1127
1127
 
1128
+ // src/assets/faq.tsx
1129
+ var import_react29 = __toESM(require("react"), 1);
1130
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1131
+ var FAQIcon = import_react29.default.forwardRef(
1132
+ (_a, ref) => {
1133
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1134
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1135
+ "svg",
1136
+ __spreadProps(__spreadValues({
1137
+ ref,
1138
+ role: "img",
1139
+ className,
1140
+ stroke: "currentColor",
1141
+ strokeWidth: "2",
1142
+ strokeLinecap: "round",
1143
+ strokeLinejoin: "round"
1144
+ }, props), {
1145
+ viewBox: "0 0 24 24",
1146
+ xmlns: "http://www.w3.org/2000/svg",
1147
+ children: [
1148
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "10", fill: "none", stroke: themeSvgIconColor }),
1149
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", fill: "none", stroke: themeSvgIconColor }),
1150
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 17h.01", fill: "none", stroke: themeSvgIconColor })
1151
+ ]
1152
+ })
1153
+ );
1154
+ }
1155
+ );
1156
+ FAQIcon.displayName = "FAQ";
1157
+ var faq_default = FAQIcon;
1158
+
1159
+ // src/assets/faqb.tsx
1160
+ var import_react30 = __toESM(require("react"), 1);
1161
+ var import_jsx_runtime30 = require("react/jsx-runtime");
1162
+ var FAQBIcon = import_react30.default.forwardRef(
1163
+ (_a, ref) => {
1164
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1165
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1166
+ "svg",
1167
+ __spreadProps(__spreadValues({
1168
+ ref,
1169
+ role: "img",
1170
+ className,
1171
+ stroke: "currentColor",
1172
+ strokeWidth: "2",
1173
+ strokeLinecap: "round",
1174
+ strokeLinejoin: "round"
1175
+ }, props), {
1176
+ viewBox: "0 0 24 24",
1177
+ xmlns: "http://www.w3.org/2000/svg",
1178
+ children: [
1179
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1180
+ "path",
1181
+ {
1182
+ fill: "none",
1183
+ stroke: themeSvgIconColor,
1184
+ d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
1185
+ }
1186
+ ),
1187
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1188
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { fill: "none", stroke: themeSvgIconColor, x1: "12", x2: "12.01", y1: "17", y2: "17" })
1189
+ ]
1190
+ })
1191
+ );
1192
+ }
1193
+ );
1194
+ FAQBIcon.displayName = "FAQB";
1195
+ var faqb_default = FAQBIcon;
1196
+
1197
+ // src/assets/faqs.tsx
1198
+ var import_react31 = __toESM(require("react"), 1);
1199
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1200
+ var FAQSIcon = import_react31.default.forwardRef(
1201
+ (_a, ref) => {
1202
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1203
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1204
+ "svg",
1205
+ __spreadProps(__spreadValues({
1206
+ ref,
1207
+ role: "img",
1208
+ className,
1209
+ stroke: "currentColor",
1210
+ strokeWidth: "2",
1211
+ strokeLinecap: "round",
1212
+ strokeLinejoin: "round"
1213
+ }, props), {
1214
+ viewBox: "0 0 24 24",
1215
+ xmlns: "http://www.w3.org/2000/svg",
1216
+ children: [
1217
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1218
+ "path",
1219
+ {
1220
+ fill: "none",
1221
+ stroke: themeSvgIconColor,
1222
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
1223
+ }
1224
+ ),
1225
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }),
1226
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M12 17h.01" })
1227
+ ]
1228
+ })
1229
+ );
1230
+ }
1231
+ );
1232
+ FAQSIcon.displayName = "FAQS";
1233
+ var faqs_default = FAQSIcon;
1234
+
1128
1235
  // src/assets/index.ts
1129
1236
  var BUILTIN_ICON_COMPONENTS = {
1130
1237
  GitHub: github_default,
@@ -1154,7 +1261,10 @@ var BUILTIN_ICON_COMPONENTS = {
1154
1261
  SubP: subp_default,
1155
1262
  T3P: t3p_default,
1156
1263
  Http: http_default,
1157
- Scheme: scheme_default
1264
+ Scheme: scheme_default,
1265
+ FAQ: faq_default,
1266
+ FAQB: faqb_default,
1267
+ FAQS: faqs_default
1158
1268
  };
1159
1269
 
1160
1270
  // ../lib/src/limited-lucide-icons.ts
@@ -1202,6 +1312,7 @@ __export(limited_lucide_icons_exports, {
1202
1312
  GitPullRequestArrow: () => import_lucide_react.GitPullRequestArrow,
1203
1313
  Globe: () => import_lucide_react.Globe,
1204
1314
  GlobeLock: () => import_lucide_react.GlobeLock,
1315
+ Grip: () => import_lucide_react.Grip,
1205
1316
  GripVertical: () => import_lucide_react.GripVertical,
1206
1317
  HandHeart: () => import_lucide_react.HandHeart,
1207
1318
  Handshake: () => import_lucide_react.Handshake,
@@ -1210,6 +1321,7 @@ __export(limited_lucide_icons_exports, {
1210
1321
  ImageDown: () => import_lucide_react.ImageDown,
1211
1322
  ImageOff: () => import_lucide_react.ImageOff,
1212
1323
  ImageUp: () => import_lucide_react.ImageUp,
1324
+ Infinity: () => import_lucide_react.Infinity,
1213
1325
  Info: () => import_lucide_react.Info,
1214
1326
  Keyboard: () => import_lucide_react.Keyboard,
1215
1327
  LandPlot: () => import_lucide_react.LandPlot,
@@ -1227,36 +1339,42 @@ __export(limited_lucide_icons_exports, {
1227
1339
  Palette: () => import_lucide_react.Palette,
1228
1340
  PanelLeft: () => import_lucide_react.PanelLeft,
1229
1341
  PanelsTopLeft: () => import_lucide_react.PanelsTopLeft,
1342
+ PawPrint: () => import_lucide_react.PawPrint,
1230
1343
  Pencil: () => import_lucide_react.Pencil,
1231
1344
  Pi: () => import_lucide_react.Pi,
1345
+ QrCode: () => import_lucide_react.QrCode,
1232
1346
  ReceiptText: () => import_lucide_react.ReceiptText,
1233
1347
  RefreshCcw: () => import_lucide_react.RefreshCcw,
1234
1348
  Regex: () => import_lucide_react.Regex,
1235
1349
  Replace: () => import_lucide_react.Replace,
1350
+ Rocket: () => import_lucide_react.Rocket,
1236
1351
  Rss: () => import_lucide_react.Rss,
1237
1352
  Scale: () => import_lucide_react.Scale,
1238
1353
  Search: () => import_lucide_react.Search,
1239
1354
  SendHorizontal: () => import_lucide_react.SendHorizontal,
1240
1355
  Server: () => import_lucide_react.Server,
1241
1356
  Share: () => import_lucide_react.Share,
1357
+ Shield: () => import_lucide_react.Shield,
1242
1358
  ShieldUser: () => import_lucide_react.ShieldUser,
1243
1359
  Sigma: () => import_lucide_react.Sigma,
1244
1360
  Sparkles: () => import_lucide_react.Sparkles,
1245
1361
  SplinePointer: () => import_lucide_react.SplinePointer,
1362
+ Sprout: () => import_lucide_react.Sprout,
1246
1363
  SquareDashedBottomCode: () => import_lucide_react.SquareDashedBottomCode,
1247
1364
  SquareTerminal: () => import_lucide_react.SquareTerminal,
1248
1365
  Star: () => import_lucide_react.Star,
1249
1366
  Tablets: () => import_lucide_react.Tablets,
1250
1367
  Terminal: () => import_lucide_react.Terminal,
1251
1368
  Twitter: () => import_lucide_react.Twitter,
1369
+ Workflow: () => import_lucide_react.Workflow,
1252
1370
  X: () => import_lucide_react.X,
1253
1371
  Zap: () => import_lucide_react.Zap
1254
1372
  });
1255
1373
  var import_lucide_react = require("lucide-react");
1256
1374
 
1257
1375
  // src/components/global-icon.tsx
1258
- var import_react29 = __toESM(require("react"), 1);
1259
- var import_jsx_runtime29 = require("react/jsx-runtime");
1376
+ var import_react32 = __toESM(require("react"), 1);
1377
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1260
1378
  var tempStyledLimitedIcons = {};
1261
1379
  for (const iconNameKey in limited_lucide_icons_exports) {
1262
1380
  if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
@@ -1276,7 +1394,7 @@ for (const iconNameKey in limited_lucide_icons_exports) {
1276
1394
  height: props.size || themeSvgIconSize
1277
1395
  }, props.style)
1278
1396
  });
1279
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ComponentToRender, __spreadValues({}, finalProps));
1397
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ComponentToRender, __spreadValues({}, finalProps));
1280
1398
  };
1281
1399
  StyledIcon.displayName = `Styled(${iconName})`;
1282
1400
  tempStyledLimitedIcons[iconName] = StyledIcon;
@@ -1300,7 +1418,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
1300
1418
  height: props.size || themeSvgIconSize
1301
1419
  }, props.style)
1302
1420
  });
1303
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(IconComponent, __spreadValues({}, finalProps));
1421
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(IconComponent, __spreadValues({}, finalProps));
1304
1422
  };
1305
1423
  WrappedIcon.displayName = `Wrapped(${iconName})`;
1306
1424
  tempWrappedBuiltinIcons[iconName] = WrappedIcon;
@@ -1309,7 +1427,7 @@ var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
1309
1427
  var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
1310
1428
 
1311
1429
  // src/ui/button.tsx
1312
- var import_jsx_runtime30 = require("react/jsx-runtime");
1430
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1313
1431
  var buttonVariants = (0, import_class_variance_authority.cva)(
1314
1432
  "inline-flex items-center gap-2 whitespace-nowrap rounded-md text-sm ring-offset-background transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
1315
1433
  {
@@ -1335,12 +1453,12 @@ var buttonVariants = (0, import_class_variance_authority.cva)(
1335
1453
  }
1336
1454
  }
1337
1455
  );
1338
- var Button = React30.forwardRef(
1456
+ var Button = React33.forwardRef(
1339
1457
  (_a, ref) => {
1340
1458
  var _b = _a, { className, variant, size, asChild = false, loading = false, children } = _b, props = __objRest(_b, ["className", "variant", "size", "asChild", "loading", "children"]);
1341
1459
  const Comp = asChild ? import_react_slot.Slot : "button";
1342
1460
  if (asChild) {
1343
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1461
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1344
1462
  Comp,
1345
1463
  __spreadProps(__spreadValues({
1346
1464
  className: cn(buttonVariants({ variant, size, className })),
@@ -1351,7 +1469,7 @@ var Button = React30.forwardRef(
1351
1469
  })
1352
1470
  );
1353
1471
  }
1354
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1472
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1355
1473
  Comp,
1356
1474
  __spreadProps(__spreadValues({
1357
1475
  className: cn(buttonVariants({ variant, size, className })),
@@ -1360,7 +1478,7 @@ var Button = React30.forwardRef(
1360
1478
  }, props), {
1361
1479
  children: [
1362
1480
  children,
1363
- loading && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
1481
+ loading && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
1364
1482
  ]
1365
1483
  })
1366
1484
  );
@@ -1369,13 +1487,13 @@ var Button = React30.forwardRef(
1369
1487
  Button.displayName = "Button";
1370
1488
 
1371
1489
  // src/ui/alert-dialog.tsx
1372
- var import_jsx_runtime31 = require("react/jsx-runtime");
1490
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1373
1491
  var AlertDialog = AlertDialogPrimitive.Root;
1374
1492
  var AlertDialogTrigger = AlertDialogPrimitive.Trigger;
1375
1493
  var AlertDialogPortal = AlertDialogPrimitive.Portal;
1376
- var AlertDialogOverlay = React31.forwardRef((_a, ref) => {
1494
+ var AlertDialogOverlay = React34.forwardRef((_a, ref) => {
1377
1495
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1378
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1496
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1379
1497
  AlertDialogPrimitive.Overlay,
1380
1498
  __spreadProps(__spreadValues({
1381
1499
  className: cn(
@@ -1388,11 +1506,11 @@ var AlertDialogOverlay = React31.forwardRef((_a, ref) => {
1388
1506
  );
1389
1507
  });
1390
1508
  AlertDialogOverlay.displayName = AlertDialogPrimitive.Overlay.displayName;
1391
- var AlertDialogContent = React31.forwardRef((_a, ref) => {
1509
+ var AlertDialogContent = React34.forwardRef((_a, ref) => {
1392
1510
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1393
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(AlertDialogPortal, { children: [
1394
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(AlertDialogOverlay, {}),
1395
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1511
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(AlertDialogPortal, { children: [
1512
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(AlertDialogOverlay, {}),
1513
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1396
1514
  AlertDialogPrimitive.Content,
1397
1515
  __spreadValues({
1398
1516
  ref,
@@ -1411,7 +1529,7 @@ var AlertDialogHeader = (_a) => {
1411
1529
  } = _b, props = __objRest(_b, [
1412
1530
  "className"
1413
1531
  ]);
1414
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1532
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1415
1533
  "div",
1416
1534
  __spreadValues({
1417
1535
  className: cn(
@@ -1428,7 +1546,7 @@ var AlertDialogFooter = (_a) => {
1428
1546
  } = _b, props = __objRest(_b, [
1429
1547
  "className"
1430
1548
  ]);
1431
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1549
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1432
1550
  "div",
1433
1551
  __spreadValues({
1434
1552
  className: cn(
@@ -1439,9 +1557,9 @@ var AlertDialogFooter = (_a) => {
1439
1557
  );
1440
1558
  };
1441
1559
  AlertDialogFooter.displayName = "AlertDialogFooter";
1442
- var AlertDialogTitle = React31.forwardRef((_a, ref) => {
1560
+ var AlertDialogTitle = React34.forwardRef((_a, ref) => {
1443
1561
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1444
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1562
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1445
1563
  AlertDialogPrimitive.Title,
1446
1564
  __spreadValues({
1447
1565
  ref,
@@ -1450,9 +1568,9 @@ var AlertDialogTitle = React31.forwardRef((_a, ref) => {
1450
1568
  );
1451
1569
  });
1452
1570
  AlertDialogTitle.displayName = AlertDialogPrimitive.Title.displayName;
1453
- var AlertDialogDescription = React31.forwardRef((_a, ref) => {
1571
+ var AlertDialogDescription = React34.forwardRef((_a, ref) => {
1454
1572
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1455
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1573
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1456
1574
  AlertDialogPrimitive.Description,
1457
1575
  __spreadValues({
1458
1576
  ref,
@@ -1461,9 +1579,9 @@ var AlertDialogDescription = React31.forwardRef((_a, ref) => {
1461
1579
  );
1462
1580
  });
1463
1581
  AlertDialogDescription.displayName = AlertDialogPrimitive.Description.displayName;
1464
- var AlertDialogAction = React31.forwardRef((_a, ref) => {
1582
+ var AlertDialogAction = React34.forwardRef((_a, ref) => {
1465
1583
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1466
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1584
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1467
1585
  AlertDialogPrimitive.Action,
1468
1586
  __spreadValues({
1469
1587
  ref,
@@ -1472,9 +1590,9 @@ var AlertDialogAction = React31.forwardRef((_a, ref) => {
1472
1590
  );
1473
1591
  });
1474
1592
  AlertDialogAction.displayName = AlertDialogPrimitive.Action.displayName;
1475
- var AlertDialogCancel = React31.forwardRef((_a, ref) => {
1593
+ var AlertDialogCancel = React34.forwardRef((_a, ref) => {
1476
1594
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1477
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1595
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1478
1596
  AlertDialogPrimitive.Cancel,
1479
1597
  __spreadValues({
1480
1598
  ref,
@@ -1489,18 +1607,18 @@ var AlertDialogCancel = React31.forwardRef((_a, ref) => {
1489
1607
  AlertDialogCancel.displayName = AlertDialogPrimitive.Cancel.displayName;
1490
1608
 
1491
1609
  // src/ui/dropdown-menu.tsx
1492
- var React32 = __toESM(require("react"), 1);
1610
+ var React35 = __toESM(require("react"), 1);
1493
1611
  var DropdownMenuPrimitive = __toESM(require("@radix-ui/react-dropdown-menu"), 1);
1494
- var import_jsx_runtime32 = require("react/jsx-runtime");
1612
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1495
1613
  var DropdownMenu = DropdownMenuPrimitive.Root;
1496
1614
  var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
1497
1615
  var DropdownMenuGroup = DropdownMenuPrimitive.Group;
1498
1616
  var DropdownMenuPortal = DropdownMenuPrimitive.Portal;
1499
1617
  var DropdownMenuSub = DropdownMenuPrimitive.Sub;
1500
1618
  var DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;
1501
- var DropdownMenuSubTrigger = React32.forwardRef((_a, ref) => {
1619
+ var DropdownMenuSubTrigger = React35.forwardRef((_a, ref) => {
1502
1620
  var _b = _a, { className, inset, children } = _b, props = __objRest(_b, ["className", "inset", "children"]);
1503
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1621
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1504
1622
  DropdownMenuPrimitive.SubTrigger,
1505
1623
  __spreadProps(__spreadValues({
1506
1624
  ref,
@@ -1512,15 +1630,15 @@ var DropdownMenuSubTrigger = React32.forwardRef((_a, ref) => {
1512
1630
  }, props), {
1513
1631
  children: [
1514
1632
  children,
1515
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.ChevronRight, { className: "ml-auto" })
1633
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.ChevronRight, { className: "ml-auto" })
1516
1634
  ]
1517
1635
  })
1518
1636
  );
1519
1637
  });
1520
1638
  DropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;
1521
- var DropdownMenuSubContent = React32.forwardRef((_a, ref) => {
1639
+ var DropdownMenuSubContent = React35.forwardRef((_a, ref) => {
1522
1640
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1523
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1641
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1524
1642
  DropdownMenuPrimitive.SubContent,
1525
1643
  __spreadValues({
1526
1644
  ref,
@@ -1532,9 +1650,9 @@ var DropdownMenuSubContent = React32.forwardRef((_a, ref) => {
1532
1650
  );
1533
1651
  });
1534
1652
  DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;
1535
- var DropdownMenuContent = React32.forwardRef((_a, ref) => {
1653
+ var DropdownMenuContent = React35.forwardRef((_a, ref) => {
1536
1654
  var _b = _a, { className, sideOffset = 4 } = _b, props = __objRest(_b, ["className", "sideOffset"]);
1537
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1655
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1538
1656
  DropdownMenuPrimitive.Content,
1539
1657
  __spreadValues({
1540
1658
  ref,
@@ -1547,9 +1665,9 @@ var DropdownMenuContent = React32.forwardRef((_a, ref) => {
1547
1665
  ) });
1548
1666
  });
1549
1667
  DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;
1550
- var DropdownMenuItem = React32.forwardRef((_a, ref) => {
1668
+ var DropdownMenuItem = React35.forwardRef((_a, ref) => {
1551
1669
  var _b = _a, { className, inset } = _b, props = __objRest(_b, ["className", "inset"]);
1552
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1670
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1553
1671
  DropdownMenuPrimitive.Item,
1554
1672
  __spreadValues({
1555
1673
  ref,
@@ -1562,9 +1680,9 @@ var DropdownMenuItem = React32.forwardRef((_a, ref) => {
1562
1680
  );
1563
1681
  });
1564
1682
  DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
1565
- var DropdownMenuCheckboxItem = React32.forwardRef((_a, ref) => {
1683
+ var DropdownMenuCheckboxItem = React35.forwardRef((_a, ref) => {
1566
1684
  var _b = _a, { className, children, checked } = _b, props = __objRest(_b, ["className", "children", "checked"]);
1567
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1685
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1568
1686
  DropdownMenuPrimitive.CheckboxItem,
1569
1687
  __spreadProps(__spreadValues({
1570
1688
  ref,
@@ -1575,16 +1693,16 @@ var DropdownMenuCheckboxItem = React32.forwardRef((_a, ref) => {
1575
1693
  checked
1576
1694
  }, props), {
1577
1695
  children: [
1578
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.Check, { className: "h-4 w-4" }) }) }),
1696
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.Check, { className: "h-4 w-4" }) }) }),
1579
1697
  children
1580
1698
  ]
1581
1699
  })
1582
1700
  );
1583
1701
  });
1584
1702
  DropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;
1585
- var DropdownMenuRadioItem = React32.forwardRef((_a, ref) => {
1703
+ var DropdownMenuRadioItem = React35.forwardRef((_a, ref) => {
1586
1704
  var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
1587
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1705
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1588
1706
  DropdownMenuPrimitive.RadioItem,
1589
1707
  __spreadProps(__spreadValues({
1590
1708
  ref,
@@ -1594,16 +1712,16 @@ var DropdownMenuRadioItem = React32.forwardRef((_a, ref) => {
1594
1712
  )
1595
1713
  }, props), {
1596
1714
  children: [
1597
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.Circle, { className: "h-2 w-2 fill-current" }) }) }),
1715
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.Circle, { className: "h-2 w-2 fill-current" }) }) }),
1598
1716
  children
1599
1717
  ]
1600
1718
  })
1601
1719
  );
1602
1720
  });
1603
1721
  DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
1604
- var DropdownMenuLabel = React32.forwardRef((_a, ref) => {
1722
+ var DropdownMenuLabel = React35.forwardRef((_a, ref) => {
1605
1723
  var _b = _a, { className, inset } = _b, props = __objRest(_b, ["className", "inset"]);
1606
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1724
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1607
1725
  DropdownMenuPrimitive.Label,
1608
1726
  __spreadValues({
1609
1727
  ref,
@@ -1616,9 +1734,9 @@ var DropdownMenuLabel = React32.forwardRef((_a, ref) => {
1616
1734
  );
1617
1735
  });
1618
1736
  DropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;
1619
- var DropdownMenuSeparator = React32.forwardRef((_a, ref) => {
1737
+ var DropdownMenuSeparator = React35.forwardRef((_a, ref) => {
1620
1738
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1621
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1739
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1622
1740
  DropdownMenuPrimitive.Separator,
1623
1741
  __spreadValues({
1624
1742
  ref,
@@ -1633,7 +1751,7 @@ var DropdownMenuShortcut = (_a) => {
1633
1751
  } = _b, props = __objRest(_b, [
1634
1752
  "className"
1635
1753
  ]);
1636
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1754
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1637
1755
  "span",
1638
1756
  __spreadValues({
1639
1757
  className: cn("ml-auto text-xs tracking-widest opacity-60", className)
@@ -1643,16 +1761,16 @@ var DropdownMenuShortcut = (_a) => {
1643
1761
  DropdownMenuShortcut.displayName = "DropdownMenuShortcut";
1644
1762
 
1645
1763
  // src/ui/label.tsx
1646
- var React33 = __toESM(require("react"), 1);
1764
+ var React36 = __toESM(require("react"), 1);
1647
1765
  var LabelPrimitive = __toESM(require("@radix-ui/react-label"), 1);
1648
1766
  var import_class_variance_authority2 = require("class-variance-authority");
1649
- var import_jsx_runtime33 = require("react/jsx-runtime");
1767
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1650
1768
  var labelVariants = (0, import_class_variance_authority2.cva)(
1651
1769
  "text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
1652
1770
  );
1653
- var Label2 = React33.forwardRef((_a, ref) => {
1771
+ var Label2 = React36.forwardRef((_a, ref) => {
1654
1772
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1655
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1773
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1656
1774
  LabelPrimitive.Root,
1657
1775
  __spreadValues({
1658
1776
  ref,
@@ -1663,12 +1781,12 @@ var Label2 = React33.forwardRef((_a, ref) => {
1663
1781
  Label2.displayName = LabelPrimitive.Root.displayName;
1664
1782
 
1665
1783
  // src/ui/language-button.tsx
1666
- var React34 = __toESM(require("react"), 1);
1667
- var import_jsx_runtime34 = require("react/jsx-runtime");
1668
- var LanguageButton = React34.forwardRef(
1784
+ var React37 = __toESM(require("react"), 1);
1785
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1786
+ var LanguageButton = React37.forwardRef(
1669
1787
  (_a, ref) => {
1670
1788
  var _b = _a, { className, variant = "default", size = "default" } = _b, props = __objRest(_b, ["className", "variant", "size"]);
1671
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1789
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1672
1790
  "button",
1673
1791
  __spreadValues({
1674
1792
  className: cn(