@likec4/core 1.53.0 → 1.54.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.
|
@@ -109,10 +109,10 @@ declare class LikeC4Styles {
|
|
|
109
109
|
readonly size?: ShapeSize;
|
|
110
110
|
readonly padding?: SpacingSize;
|
|
111
111
|
readonly textSize?: TextSize;
|
|
112
|
-
}, "size" | "
|
|
112
|
+
}, "size" | "padding" | "iconSize" | "textSize"> & Required<{
|
|
113
113
|
readonly size?: ShapeSize;
|
|
114
|
-
readonly iconSize?: IconSize;
|
|
115
114
|
readonly padding?: SpacingSize;
|
|
115
|
+
readonly iconSize?: IconSize;
|
|
116
116
|
readonly textSize?: TextSize;
|
|
117
117
|
}>;
|
|
118
118
|
values: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function e(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)===`[object Module]`:!0}function t(n,r,i=`.`,a){if(!e(r))return t(n,{},i,a);let o=
|
|
1
|
+
function e(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)===`[object Module]`:!0}function t(n,r,i=`.`,a){if(!e(r))return t(n,{},i,a);let o={...r};for(let r of Object.keys(n)){if(r===`__proto__`||r===`constructor`)continue;let s=n[r];s!=null&&(a&&a(o,r,s,i)||(Array.isArray(s)&&Array.isArray(o[r])?o[r]=[...s,...o[r]]:e(s)&&e(o[r])?o[r]=t(s,o[r],(i?`${i}.`:``)+r.toString(),a):o[r]=s))}return o}function n(e){return(...n)=>n.reduce((n,r)=>t(n,r,``,e),{})}const r=n();export{r as t};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@likec4/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.54.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"immer": "^11.1.4",
|
|
106
106
|
"type-fest": "^4.41.0",
|
|
107
|
-
"zod": "^3.
|
|
107
|
+
"zod": "^4.3.6"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@dagrejs/dagre": "1.1.8",
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"@types/natural-compare-lite": "^1.4.2",
|
|
118
118
|
"@types/node": "~22.19.15",
|
|
119
119
|
"@types/unist": "3.0.3",
|
|
120
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
120
|
+
"@typescript/native-preview": "7.0.0-dev.20260404.1",
|
|
121
121
|
"chroma-js": "^3.2.0",
|
|
122
|
-
"defu": "^6.1.
|
|
122
|
+
"defu": "^6.1.6",
|
|
123
123
|
"fdir": "6.4.0",
|
|
124
124
|
"graphology": "^0.26.0",
|
|
125
125
|
"graphology-dag": "^0.4.1",
|
|
@@ -141,14 +141,14 @@
|
|
|
141
141
|
"remark-parse": "11.0.0",
|
|
142
142
|
"remark-rehype": "11.1.2",
|
|
143
143
|
"remeda": "^2.33.6",
|
|
144
|
-
"turbo": "2.8.
|
|
144
|
+
"turbo": "2.8.21",
|
|
145
145
|
"typescript": "5.9.3",
|
|
146
146
|
"unified": "11.0.5",
|
|
147
147
|
"vitest": "4.1.0",
|
|
148
148
|
"@likec4/devops": "1.42.0",
|
|
149
|
-
"@likec4/
|
|
150
|
-
"@likec4/style-preset": "1.
|
|
151
|
-
"@likec4/
|
|
149
|
+
"@likec4/tsconfig": "1.54.0",
|
|
150
|
+
"@likec4/style-preset": "1.54.0",
|
|
151
|
+
"@likec4/styles": "1.54.0"
|
|
152
152
|
},
|
|
153
153
|
"scripts": {
|
|
154
154
|
"typecheck": "tsc -b --verbose",
|