@stlhorizon/vue-ui 3.20.2 → 3.20.3

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.esm.js CHANGED
@@ -5289,7 +5289,7 @@ const de = {
5289
5289
  emits: ["update:modelValue"],
5290
5290
  setup(e, { emit: a }) {
5291
5291
  const t = e, n = a, s = X(
5292
- "peer inline-flex shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50",
5292
+ "inline-flex shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-gray-400 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
5293
5293
  {
5294
5294
  variants: {
5295
5295
  size: {
@@ -5298,13 +5298,13 @@ const de = {
5298
5298
  lg: "h-7 w-12"
5299
5299
  },
5300
5300
  checked: {
5301
- true: "bg-primary",
5302
- false: "bg-input"
5301
+ true: "bg-red-600",
5302
+ false: "bg-gray-300"
5303
5303
  }
5304
5304
  }
5305
5305
  }
5306
5306
  ), o = X(
5307
- "pointer-events-none block rounded-full bg-background shadow-lg ring-0 transition-transform",
5307
+ "pointer-events-none block rounded-full bg-white shadow-lg ring-0 transition-transform",
5308
5308
  {
5309
5309
  variants: {
5310
5310
  size: {