@likec4/styles 1.50.0 → 1.52.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/package.json +4 -4
- package/preset/preset.mjs +1 -1
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.
|
|
5
|
+
"version": "1.52.0",
|
|
6
6
|
"bugs": "https://github.com/likec4/likec4/issues",
|
|
7
7
|
"homepage": "https://likec4.dev",
|
|
8
8
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -100,13 +100,13 @@
|
|
|
100
100
|
"@types/picomatch": "^4.0.2",
|
|
101
101
|
"@types/react": "19.2.14",
|
|
102
102
|
"postcss": "8.5.6",
|
|
103
|
-
"remeda": "^2.33.
|
|
103
|
+
"remeda": "^2.33.6",
|
|
104
104
|
"nano-spawn": "^2.0.0",
|
|
105
105
|
"obuild": "^0.4.31",
|
|
106
106
|
"typescript": "5.9.3",
|
|
107
|
-
"@likec4/style-preset": "1.
|
|
107
|
+
"@likec4/style-preset": "1.52.0",
|
|
108
108
|
"@likec4/devops": "1.42.0",
|
|
109
|
-
"@likec4/tsconfig": "1.
|
|
109
|
+
"@likec4/tsconfig": "1.52.0"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|
|
112
112
|
"typecheck": "tsc --noEmit",
|
package/preset/preset.mjs
CHANGED
|
@@ -2669,7 +2669,7 @@ const likec4tag = defineRecipe({
|
|
|
2669
2669
|
true: { "& > span": {
|
|
2670
2670
|
color: "transparent",
|
|
2671
2671
|
filter: "invert(1) grayscale(1) brightness(1.3) contrast(1000)",
|
|
2672
|
-
|
|
2672
|
+
backgroundColor: "likec4.tag.bg",
|
|
2673
2673
|
backgroundClip: "text",
|
|
2674
2674
|
mixBlendMode: {
|
|
2675
2675
|
base: "plus-lighter",
|