@likec4/core 1.55.0 → 1.55.1
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: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@likec4/core",
|
|
3
|
-
"version": "1.55.
|
|
3
|
+
"version": "1.55.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"unified": "11.0.5",
|
|
147
147
|
"vitest": "4.1.3",
|
|
148
148
|
"@likec4/devops": "1.42.0",
|
|
149
|
-
"@likec4/styles": "1.55.
|
|
150
|
-
"@likec4/style-preset": "1.55.
|
|
151
|
-
"@likec4/tsconfig": "1.55.
|
|
149
|
+
"@likec4/styles": "1.55.1",
|
|
150
|
+
"@likec4/style-preset": "1.55.1",
|
|
151
|
+
"@likec4/tsconfig": "1.55.1"
|
|
152
152
|
},
|
|
153
153
|
"scripts": {
|
|
154
154
|
"typecheck": "tsc -b --verbose",
|