@mindtris/ui 0.1.16 → 0.1.17

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/index.mjs CHANGED
@@ -12192,7 +12192,7 @@ __name(toastSemantic, "toastSemantic");
12192
12192
  // components/ui/select.tsx
12193
12193
  import * as React39 from "react";
12194
12194
  import * as SelectPrimitive from "@radix-ui/react-select";
12195
- import { CircleCheck as CircleCheck2, ChevronDown as ChevronDown6, ChevronUp as ChevronUp2 } from "lucide-react";
12195
+ import { Check as Check6, ChevronDown as ChevronDown6, ChevronUp as ChevronUp2 } from "lucide-react";
12196
12196
  import { jsx as jsx69, jsxs as jsxs41 } from "react/jsx-runtime";
12197
12197
  var SelectRoot = SelectPrimitive.Root;
12198
12198
  var SelectGroup = SelectPrimitive.Group;
@@ -12284,7 +12284,7 @@ function SelectItem({ className, children, ...props }) {
12284
12284
  {
12285
12285
  "data-slot": "select-item",
12286
12286
  className: cn(
12287
- "relative flex w-full cursor-default select-none items-center gap-2 rounded-md px-2.5 py-2 pr-8 text-sm font-medium outline-none transition-colors",
12287
+ "relative flex w-full cursor-default select-none items-center gap-2 rounded-md px-2.5 py-2 pr-10 text-sm font-medium outline-none transition-colors",
12288
12288
  "focus:bg-muted focus:text-foreground data-[highlighted]:bg-muted data-[highlighted]:text-foreground",
12289
12289
  "data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
12290
12290
  className
@@ -12292,7 +12292,7 @@ function SelectItem({ className, children, ...props }) {
12292
12292
  ...props,
12293
12293
  children: [
12294
12294
  /* @__PURE__ */ jsx69(SelectPrimitive.ItemText, { children }),
12295
- /* @__PURE__ */ jsx69("span", { className: "absolute right-2.5 top-1/2 -translate-y-1/2 flex h-3.5 w-3.5 shrink-0 items-center justify-center", children: /* @__PURE__ */ jsx69(SelectPrimitive.ItemIndicator, { className: "inline-flex", children: /* @__PURE__ */ jsx69(CircleCheck2, { className: "h-4 w-4 fill-primary text-primary-foreground", "aria-hidden": true }) }) })
12295
+ /* @__PURE__ */ jsx69(SelectPrimitive.ItemIndicator, { className: "absolute right-2.5 top-1/2 -translate-y-1/2 inline-flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-primary", children: /* @__PURE__ */ jsx69(Check6, { className: "h-3 w-3 text-primary-foreground", "aria-hidden": true }) })
12296
12296
  ]
12297
12297
  }
12298
12298
  );
@@ -13385,7 +13385,7 @@ __name(OtherPanel, "OtherPanel");
13385
13385
 
13386
13386
  // components/theme-customizer/import-modal.tsx
13387
13387
  import React43 from "react";
13388
- import { X as X8, Check as Check6 } from "lucide-react";
13388
+ import { X as X8, Check as Check7 } from "lucide-react";
13389
13389
  import { Fragment as Fragment8, jsx as jsx76, jsxs as jsxs48 } from "react/jsx-runtime";
13390
13390
  function normalizeImportedThemeVars(vars) {
13391
13391
  const out = {};
@@ -13582,7 +13582,7 @@ function ImportModal({ open, onOpenChange, onImport, onImportArtifact }) {
13582
13582
  onClick: processImport,
13583
13583
  disabled: !canImport,
13584
13584
  "aria-label": "Import theme",
13585
- children: /* @__PURE__ */ jsx76(Check6, { className: "w-5 h-5" })
13585
+ children: /* @__PURE__ */ jsx76(Check7, { className: "w-5 h-5" })
13586
13586
  }
13587
13587
  )
13588
13588
  ] })