likec4 1.9.0 → 1.10.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.
- package/dist/__app__/react/likec4.tsx +64 -12
- package/dist/__app__/src/chunks/{-index-overview-BAmvrzHU.js → -index-overview-CR08x_EG.js} +6 -6
- package/dist/__app__/src/chunks/{likec4-BqIZe8Y0.js → likec4-BFZn233G.js} +165 -117
- package/dist/__app__/src/chunks/{main-BZtdykGF.js → main-D12NE066.js} +3176 -2946
- package/dist/__app__/src/chunks/{mantine-Bhi3pgTf.js → mantine-BnwtT_Nz.js} +54 -53
- package/dist/__app__/src/chunks/{tanstack-router-Bc_WYOzY.js → tanstack-router-DKnF_3kP.js} +1 -1
- package/dist/__app__/src/main.js +1 -1
- package/dist/__app__/src/style.css +1 -1
- package/dist/__app__/webcomponent/webcomponent.js +3251 -3003
- package/dist/cli/index.mjs +115 -74
- package/dist/index.d.mts +856 -705
- package/dist/index.mjs +1 -1
- package/dist/shared/likec4.DKLo7EEm.mjs +1221 -0
- package/package.json +23 -20
- package/react/index.d.ts +1065 -9
- package/react/index.mjs +3534 -3190
- package/react/style.css +1 -0
- package/dist/shared/likec4.D4BZc04H.mjs +0 -1219
- package/react/LikeC4Browser.css.d.ts +0 -4
- package/react/LikeC4Browser.d.ts +0 -31
- package/react/LikeC4ViewElement.d.ts +0 -56
- package/react/ShadowRoot.d.ts +0 -6
- package/react/ShadowRootMantineProvider.d.ts +0 -7
- package/react/styles.css.d.ts +0 -4
- package/react/styles.d.ts +0 -4
- package/react/types-filter.d.ts +0 -33
- package/react/types.d.ts +0 -76
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"types": "./react/index.d.ts",
|
|
28
28
|
"default": "./react/index.mjs"
|
|
29
29
|
},
|
|
30
|
+
"./react/style.css": "./react/style.css",
|
|
30
31
|
"./icons/all": {
|
|
31
32
|
"types": "./icons/all.d.ts",
|
|
32
33
|
"default": "./icons/all.js"
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"types": "./react/index.d.ts",
|
|
49
50
|
"default": "./react/index.mjs"
|
|
50
51
|
},
|
|
52
|
+
"./react/style.css": "./react/style.css",
|
|
51
53
|
"./icons/all": {
|
|
52
54
|
"types": "./icons/all.d.ts",
|
|
53
55
|
"default": "./icons/all.js"
|
|
@@ -67,11 +69,11 @@
|
|
|
67
69
|
"build:cli": "unbuild",
|
|
68
70
|
"build:app": "tsx scripts/bundle-app.ts",
|
|
69
71
|
"build:react": "tsx scripts/bundle-react.ts",
|
|
72
|
+
"build:react-dts": "tsx scripts/dts-react.ts",
|
|
70
73
|
"build:webcomponent": "tsx scripts/bundle-webcomponent.ts",
|
|
71
74
|
"build": "run prebuild && run-p --print-label 'build:*'",
|
|
72
75
|
"generate": "tsx scripts/generate.ts",
|
|
73
76
|
"prepack": "tsx scripts/prepack.ts",
|
|
74
|
-
"postpack": "tsx scripts/postpack.ts",
|
|
75
77
|
"lint": "run -T eslint src/ --fix",
|
|
76
78
|
"clean": "run -T rimraf dist app/dist dev/.export dev/dist node_modules/.vite",
|
|
77
79
|
"dev": "tsx watch src/cli/index.ts serve dev",
|
|
@@ -106,20 +108,20 @@
|
|
|
106
108
|
"yargs": "17.7.2"
|
|
107
109
|
},
|
|
108
110
|
"devDependencies": {
|
|
109
|
-
"@fontsource/ibm-plex-sans": "^5.0.
|
|
110
|
-
"@likec4/core": "1.
|
|
111
|
-
"@likec4/diagram": "1.
|
|
112
|
-
"@likec4/generators": "1.
|
|
113
|
-
"@likec4/icons": "1.
|
|
114
|
-
"@likec4/language-server": "1.
|
|
115
|
-
"@likec4/layouts": "1.
|
|
116
|
-
"@likec4/log": "1.
|
|
117
|
-
"@likec4/tsconfig": "1.
|
|
111
|
+
"@fontsource/ibm-plex-sans": "^5.0.22",
|
|
112
|
+
"@likec4/core": "1.10.1",
|
|
113
|
+
"@likec4/diagram": "1.10.1",
|
|
114
|
+
"@likec4/generators": "1.10.1",
|
|
115
|
+
"@likec4/icons": "1.10.1",
|
|
116
|
+
"@likec4/language-server": "1.10.1",
|
|
117
|
+
"@likec4/layouts": "1.10.1",
|
|
118
|
+
"@likec4/log": "1.10.1",
|
|
119
|
+
"@likec4/tsconfig": "1.10.1",
|
|
118
120
|
"@mantine/core": "7.12.2",
|
|
119
121
|
"@mantine/hooks": "7.12.2",
|
|
120
122
|
"@mantine/vanilla-extract": "7.12.2",
|
|
121
123
|
"@react-hookz/web": "^24.0.4",
|
|
122
|
-
"@tabler/icons-react": "^3.
|
|
124
|
+
"@tabler/icons-react": "^3.16.0",
|
|
123
125
|
"@tanstack/react-router": "1.45.13",
|
|
124
126
|
"@tanstack/router-cli": "1.45.13",
|
|
125
127
|
"@tanstack/router-vite-plugin": "1.45.13",
|
|
@@ -132,23 +134,24 @@
|
|
|
132
134
|
"@vanilla-extract/css": "^1.15.5",
|
|
133
135
|
"@vanilla-extract/dynamic": "^2.1.2",
|
|
134
136
|
"@vanilla-extract/vite-plugin": "^4.0.15",
|
|
135
|
-
"@xyflow/react": "12.
|
|
136
|
-
"@xyflow/system": "0.0.
|
|
137
|
+
"@xyflow/react": "12.3.0",
|
|
138
|
+
"@xyflow/system": "0.0.42",
|
|
137
139
|
"autoprefixer": "^10.4.20",
|
|
138
140
|
"ci-info": "^3.9.0",
|
|
139
141
|
"classnames": "^2.5.1",
|
|
140
142
|
"clsx": "^2.1.1",
|
|
141
143
|
"defu": "^6.1.4",
|
|
144
|
+
"dts-bundle-generator": "^9.5.1",
|
|
142
145
|
"esbuild": "^0.23.1",
|
|
143
146
|
"esbuild-node-externals": "^1.14.0",
|
|
144
147
|
"execa": "^9.3.1",
|
|
145
148
|
"fast-equals": "^5.0.1",
|
|
146
|
-
"framer-motion": "^11.
|
|
149
|
+
"framer-motion": "^11.5.4",
|
|
147
150
|
"get-port": "^7.1.0",
|
|
148
151
|
"glob": "^11.0.0",
|
|
149
152
|
"html-to-image": "^1.11.11",
|
|
150
153
|
"json5": "^2.2.3",
|
|
151
|
-
"langium": "3.
|
|
154
|
+
"langium": "3.2.0",
|
|
152
155
|
"mkdirp": "^3.0.1",
|
|
153
156
|
"npm-run-all2": "^6.2.2",
|
|
154
157
|
"p-limit": "^6.1.0",
|
|
@@ -166,13 +169,13 @@
|
|
|
166
169
|
"tinyrainbow": "^1.2.0",
|
|
167
170
|
"tsx": "~4.9.3",
|
|
168
171
|
"turbo": "^2.1.1",
|
|
169
|
-
"type-fest": "^4.26.
|
|
170
|
-
"typescript": "^5.
|
|
172
|
+
"type-fest": "^4.26.1",
|
|
173
|
+
"typescript": "^5.6.2",
|
|
171
174
|
"ufo": "^1.5.4",
|
|
172
175
|
"unbuild": "^3.0.0-rc.7",
|
|
173
176
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
174
177
|
"vite-plugin-shadow-style": "^1.1.1",
|
|
175
|
-
"vitest": "
|
|
178
|
+
"vitest": "^2.1.0"
|
|
176
179
|
},
|
|
177
|
-
"packageManager": "yarn@4.
|
|
180
|
+
"packageManager": "yarn@4.4.1"
|
|
178
181
|
}
|