@likec4/styles 1.39.1 → 1.39.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/preset.mjs +5 -14
- package/package.json +3 -3
package/dist/preset.mjs
CHANGED
|
@@ -4795,18 +4795,9 @@ const globalVars = {
|
|
|
4795
4795
|
...paletteGlobalVars,
|
|
4796
4796
|
"--mantine-scale": "1",
|
|
4797
4797
|
"--likec4-palette-outline": "var(--likec4-palette-loContrast)",
|
|
4798
|
-
"--likec4-spacing":
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
},
|
|
4802
|
-
"--text-fz": {
|
|
4803
|
-
syntax: "<length> | <percentage>",
|
|
4804
|
-
inherits: false
|
|
4805
|
-
},
|
|
4806
|
-
[iconSize$1]: {
|
|
4807
|
-
syntax: "<length> | <percentage>",
|
|
4808
|
-
inherits: false
|
|
4809
|
-
}
|
|
4798
|
+
"--likec4-spacing": "/*-*/ /*-*/",
|
|
4799
|
+
"--text-fz": "/*-*/ /*-*/",
|
|
4800
|
+
[iconSize$1]: "/*-*/ /*-*/"
|
|
4810
4801
|
}
|
|
4811
4802
|
};
|
|
4812
4803
|
const layerStyles = defineLayerStyles({
|
|
@@ -5429,7 +5420,7 @@ const elementShapeRecipe = defineRecipe({
|
|
|
5429
5420
|
_shapeStorage: "50% 100%"
|
|
5430
5421
|
},
|
|
5431
5422
|
transform: "translate(14px, 14px) perspective(300px) translateZ(-8px)",
|
|
5432
|
-
filter: "brightness(0.65)",
|
|
5423
|
+
filter: "brightness(0.65) !important",
|
|
5433
5424
|
stroke: "[none]",
|
|
5434
5425
|
display: {
|
|
5435
5426
|
_smallZoom: "none",
|
|
@@ -5469,7 +5460,7 @@ const likec4tag = defineRecipe({
|
|
|
5469
5460
|
fontSize: "xs",
|
|
5470
5461
|
gap: "[1px]",
|
|
5471
5462
|
cursor: "default",
|
|
5472
|
-
fontFamily: "likec4
|
|
5463
|
+
fontFamily: "likec4",
|
|
5473
5464
|
fontWeight: "bold",
|
|
5474
5465
|
layerStyle: "likec4.tag",
|
|
5475
5466
|
whiteSpace: "nowrap",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@likec4/styles",
|
|
3
3
|
"description": "Shared PandaCSS preset and generated styles, used in LikeC4",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.39.
|
|
5
|
+
"version": "1.39.3",
|
|
6
6
|
"bugs": "https://github.com/likec4/likec4/issues",
|
|
7
7
|
"homepage": "https://likec4.dev",
|
|
8
8
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"nano-spawn": "^1.0.2",
|
|
73
73
|
"unbuild": "3.5.0",
|
|
74
74
|
"typescript": "5.9.2",
|
|
75
|
-
"@likec4/style-preset": "1.39.
|
|
76
|
-
"@likec4/tsconfig": "1.39.
|
|
75
|
+
"@likec4/style-preset": "1.39.3",
|
|
76
|
+
"@likec4/tsconfig": "1.39.3"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"typecheck": "tsc --build --verbose",
|