@likec4/styles 1.27.3 → 1.28.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/styles.css CHANGED
@@ -898,6 +898,10 @@
898
898
  display: none;
899
899
  }
900
900
 
901
+ .action-btn * {
902
+ pointer-events: none;
903
+ }
904
+
901
905
  .action-btn:is(:hover, [data-hover]) {
902
906
  opacity: 1;
903
907
  color: var(--actionbtn-color-hovered-btn);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likec4/styles",
3
3
  "license": "MIT",
4
- "version": "1.27.3",
4
+ "version": "1.28.0",
5
5
  "bugs": "https://github.com/likec4/likec4/issues",
6
6
  "homepage": "https://likec4.dev",
7
7
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -72,9 +72,9 @@
72
72
  "remeda": "^2.21.2",
73
73
  "nano-spawn": "^0.2.0",
74
74
  "unbuild": "^3.5.0",
75
- "typescript": "^5.8.2",
76
- "@likec4/style-preset": "1.27.3",
77
- "@likec4/tsconfig": "1.27.3"
75
+ "typescript": "^5.8.3",
76
+ "@likec4/style-preset": "1.28.0",
77
+ "@likec4/tsconfig": "1.28.0"
78
78
  },
79
79
  "scripts": {
80
80
  "typecheck": "tsc --noEmit",
package/preset.d.mts CHANGED
@@ -2346,6 +2346,9 @@ const actionBtn = defineRecipe({
2346
2346
  },
2347
2347
  _smallZoom: {
2348
2348
  display: "none"
2349
+ },
2350
+ "& *": {
2351
+ pointerEvents: "none"
2349
2352
  }
2350
2353
  },
2351
2354
  variants: {
package/preset.mjs CHANGED
@@ -2346,6 +2346,9 @@ const actionBtn = defineRecipe({
2346
2346
  },
2347
2347
  _smallZoom: {
2348
2348
  display: "none"
2349
+ },
2350
+ "& *": {
2351
+ pointerEvents: "none"
2349
2352
  }
2350
2353
  },
2351
2354
  variants: {