@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.
@@ -5311,6 +5311,10 @@ function chip_default(Alpine) {
5311
5311
  "[&_svg:not([class*='size-'])]:size-4",
5312
5312
  "shrink-0",
5313
5313
  "[&_svg]:shrink-0",
5314
+ "aria-expanded:outline-[calc(var(--spacing)*0.75)]",
5315
+ "aria-expanded:outline",
5316
+ "focus:outline-[calc(var(--spacing)*0.75)]",
5317
+ "focus:outline",
5314
5318
  "focus-visible:outline-[calc(var(--spacing)*0.75)]",
5315
5319
  "focus-visible:outline",
5316
5320
  "h-7",
@@ -5320,7 +5324,6 @@ function chip_default(Alpine) {
5320
5324
  "has-[>[data-slot=chip-close]]:pr-0",
5321
5325
  "has-[>[data-slot=spinner]]:px-2",
5322
5326
  "text-secondary-foreground",
5323
- "fill-secondary-foreground",
5324
5327
  "border"
5325
5328
  );
5326
5329
  if (!el.hasAttribute("type")) {
@@ -5332,7 +5335,7 @@ function chip_default(Alpine) {
5332
5335
  primary: [
5333
5336
  "bg-primary/10",
5334
5337
  "border-primary/50",
5335
- "[&>svg]:fill-primary",
5338
+ "[&>svg]:text-primary",
5336
5339
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-primary/15",
5337
5340
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-primary/20",
5338
5341
  "outline-primary/50"
@@ -5340,7 +5343,7 @@ function chip_default(Alpine) {
5340
5343
  positive: [
5341
5344
  "bg-positive/10",
5342
5345
  "border-positive/50",
5343
- "[&>svg]:fill-positive",
5346
+ "[&>svg]:text-positive",
5344
5347
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-positive/15",
5345
5348
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-positive/20",
5346
5349
  "outline-positive/50"
@@ -5348,7 +5351,7 @@ function chip_default(Alpine) {
5348
5351
  negative: [
5349
5352
  "bg-negative/10",
5350
5353
  "border-negative/50",
5351
- "[&>svg]:fill-negative",
5354
+ "[&>svg]:text-negative",
5352
5355
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-negative/15",
5353
5356
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-negative/20",
5354
5357
  "outline-negative/50"
@@ -5356,7 +5359,7 @@ function chip_default(Alpine) {
5356
5359
  warning: [
5357
5360
  "bg-warning/10",
5358
5361
  "border-warning/50",
5359
- "[&>svg]:fill-warning",
5362
+ "[&>svg]:text-warning",
5360
5363
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-warning/15",
5361
5364
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-warning/20",
5362
5365
  "outline-warning/50"
@@ -5364,14 +5367,14 @@ function chip_default(Alpine) {
5364
5367
  information: [
5365
5368
  "bg-information/10",
5366
5369
  "border-information/50",
5367
- "[&>svg]:fill-information",
5370
+ "[&>svg]:text-information",
5368
5371
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-information/15",
5369
5372
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-information/20",
5370
5373
  "outline-information/50"
5371
5374
  ],
5372
5375
  outline: [
5373
5376
  "bg-background",
5374
- "[&>svg]:fill-secondary-foreground",
5377
+ "[&>svg]:text-secondary-foreground",
5375
5378
  "[&:hover:not(:has([data-slot=chip-close]:hover)):not(:active)]:bg-secondary-hover",
5376
5379
  "[&:active:not(:has([data-slot=chip-close]:active))]:bg-secondary-active",
5377
5380
  "outline-ring/50"
@@ -11431,7 +11434,7 @@ function tree_default(Alpine) {
11431
11434
  }
11432
11435
 
11433
11436
  // package.json
11434
- var version = "1.10.0";
11437
+ var version = "1.10.1";
11435
11438
 
11436
11439
  // src/utils/theme.js
11437
11440
  var colorSchemeKey = "codbex.harmonia.colorMode";