@likec4/styles 1.59.1 → 1.59.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.
@@ -11,6 +11,10 @@ iconPosition: "left" | "right" | "top" | "bottom"
11
11
  * @default false
12
12
  */
13
13
  withIconColor: boolean
14
+ /**
15
+ * @default false
16
+ */
17
+ withIconBlend: boolean
14
18
  }
15
19
 
16
20
  type ElementNodeDataVariantMap = {
@@ -3,7 +3,8 @@ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
3
 
4
4
  const elementNodeDataFn = /* @__PURE__ */ createRecipe('likec4-element-node-data', {
5
5
  "iconPosition": "left",
6
- "withIconColor": false
6
+ "withIconColor": false,
7
+ "withIconBlend": false
7
8
  }, [])
8
9
 
9
10
  const elementNodeDataVariantMap = {
@@ -16,6 +17,10 @@ const elementNodeDataVariantMap = {
16
17
  "withIconColor": [
17
18
  "true",
18
19
  "false"
20
+ ],
21
+ "withIconBlend": [
22
+ "true",
23
+ "false"
19
24
  ]
20
25
  }
21
26
 
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.59.1",
5
+ "version": "1.59.3",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
8
8
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -53,8 +53,8 @@
53
53
  "./dev": "./dev.mjs"
54
54
  },
55
55
  "dependencies": {
56
- "@pandacss/dev": "^1.11.4",
57
- "@likec4/style-preset": "1.59.1"
56
+ "@likec4/style-preset": "1.59.3",
57
+ "@pandacss/dev": "^1.11.4"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^19.2.x"
@@ -67,18 +67,18 @@
67
67
  "devDependencies": {
68
68
  "@pandacss/types": "^1.11.4",
69
69
  "@types/node": "~22.19.19",
70
+ "@likec4/devops": "1.59.3",
70
71
  "@types/picomatch": "^4.0.3",
71
72
  "@pandabox/panda-plugins": "^0.0.8",
72
73
  "@pandabox/utils": "^0.0.5",
73
- "@types/react": "19.2.17",
74
- "react": "19.2.7",
75
- "postcss": "8.5.15",
76
- "remeda": "^2.37.0",
74
+ "@likec4/tsconfig": "1.59.3",
75
+ "@types/react": "19.2.18",
76
+ "react": "19.2.8",
77
+ "postcss": "8.5.23",
78
+ "remeda": "^2.45.0",
77
79
  "nano-spawn": "^2.1.0",
78
80
  "typescript": "6.0.3",
79
- "tsdown": "^0.22.9",
80
- "@likec4/devops": "1.59.1",
81
- "@likec4/tsconfig": "1.59.1"
81
+ "tsdown": "^0.22.9"
82
82
  },
83
83
  "scripts": {
84
84
  "sources": "pandacss codegen --clean",