@codbex/harmonia 1.10.0 → 1.10.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.
package/dist/harmonia.js CHANGED
@@ -3405,6 +3405,10 @@
3405
3405
  "[&_svg:not([class*='size-'])]:size-4",
3406
3406
  "shrink-0",
3407
3407
  "[&_svg]:shrink-0",
3408
+ "aria-expanded:outline-[calc(var(--spacing)*0.75)]",
3409
+ "aria-expanded:outline",
3410
+ "focus:outline-[calc(var(--spacing)*0.75)]",
3411
+ "focus:outline",
3408
3412
  "focus-visible:outline-[calc(var(--spacing)*0.75)]",
3409
3413
  "focus-visible:outline",
3410
3414
  "h-7",
@@ -3414,7 +3418,6 @@
3414
3418
  "has-[>[data-slot=chip-close]]:pr-0",
3415
3419
  "has-[>[data-slot=spinner]]:px-2",
3416
3420
  "text-secondary-foreground",
3417
- "fill-secondary-foreground",
3418
3421
  "border"
3419
3422
  );
3420
3423
  if (!el.hasAttribute("type")) {
@@ -3426,7 +3429,7 @@
3426
3429
  primary: [
3427
3430
  "bg-primary/10",
3428
3431
  "border-primary/50",
3429
- "[&>svg]:fill-primary",
3432
+ "[&>svg]:text-primary",
3430
3433
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-primary/15",
3431
3434
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-primary/20",
3432
3435
  "outline-primary/50"
@@ -3434,7 +3437,7 @@
3434
3437
  positive: [
3435
3438
  "bg-positive/10",
3436
3439
  "border-positive/50",
3437
- "[&>svg]:fill-positive",
3440
+ "[&>svg]:text-positive",
3438
3441
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-positive/15",
3439
3442
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-positive/20",
3440
3443
  "outline-positive/50"
@@ -3442,7 +3445,7 @@
3442
3445
  negative: [
3443
3446
  "bg-negative/10",
3444
3447
  "border-negative/50",
3445
- "[&>svg]:fill-negative",
3448
+ "[&>svg]:text-negative",
3446
3449
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-negative/15",
3447
3450
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-negative/20",
3448
3451
  "outline-negative/50"
@@ -3450,7 +3453,7 @@
3450
3453
  warning: [
3451
3454
  "bg-warning/10",
3452
3455
  "border-warning/50",
3453
- "[&>svg]:fill-warning",
3456
+ "[&>svg]:text-warning",
3454
3457
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-warning/15",
3455
3458
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-warning/20",
3456
3459
  "outline-warning/50"
@@ -3458,14 +3461,14 @@
3458
3461
  information: [
3459
3462
  "bg-information/10",
3460
3463
  "border-information/50",
3461
- "[&>svg]:fill-information",
3464
+ "[&>svg]:text-information",
3462
3465
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-information/15",
3463
3466
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-information/20",
3464
3467
  "outline-information/50"
3465
3468
  ],
3466
3469
  outline: [
3467
3470
  "bg-background",
3468
- "[&>svg]:fill-secondary-foreground",
3471
+ "[&>svg]:text-secondary-foreground",
3469
3472
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-secondary-hover",
3470
3473
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-secondary-active",
3471
3474
  "outline-ring/50"
@@ -11569,7 +11572,7 @@
11569
11572
  }
11570
11573
 
11571
11574
  // package.json
11572
- var version = "1.10.0";
11575
+ var version = "1.10.1";
11573
11576
 
11574
11577
  // src/index.js
11575
11578
  window.Harmonia = { getBreakpointListener, addColorSchemeListener, getColorScheme, removeColorSchemeListener, setColorScheme, getSystemColorScheme, version };