likec4 1.18.0 → 1.19.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/LICENSE +1 -1
- package/__app__/index.html +0 -1
- package/__app__/react/likec4.tsx +11 -8
- package/__app__/src/chunks/-index-overview-C9eO_hFX.js +309 -0
- package/__app__/src/chunks/-view-lazy-data-CI4xD57c.js +9 -0
- package/__app__/src/chunks/index-KI-kE60c.js +465 -0
- package/__app__/src/chunks/likec4-CusAw_j6.js +6106 -0
- package/__app__/src/chunks/main-DY2KbFcO.js +24136 -0
- package/__app__/src/chunks/mantine-B_6mKFFA.js +13671 -0
- package/__app__/src/chunks/tanstack-router-BBWuTKWO.js +2373 -0
- package/__app__/src/icons.js +6 -6
- package/__app__/src/main.js +1 -1
- package/__app__/src/style.css +1 -1
- package/__app__/webcomponent/webcomponent.js +21699 -21851
- package/dist/chunks/prompt.mjs +35 -35
- package/dist/cli/index.mjs +91 -88
- package/dist/index.d.mts +410 -2388
- package/dist/index.d.ts +410 -2388
- package/dist/index.mjs +1 -1
- package/dist/model/index.d.mts +258 -0
- package/dist/model/index.d.ts +258 -0
- package/dist/model/index.mjs +1 -0
- package/dist/shared/likec4.CbSUX9bc.mjs +1853 -0
- package/dist/shared/likec4.DCwaTTuF.d.mts +1625 -0
- package/dist/shared/likec4.DCwaTTuF.d.ts +1625 -0
- package/dist/shared/likec4.LktBLTET.mjs +9 -0
- package/package.json +65 -62
- package/react/index.d.ts +150 -918
- package/react/index.js +39830 -0
- package/react/style.css +1 -1
- package/__app__/src/chunks/-index-overview-CBnvpD1d.js +0 -309
- package/__app__/src/chunks/-view-lazy-data-WZmbIsHq.js +0 -9
- package/__app__/src/chunks/index-CIsxIzOH.js +0 -465
- package/__app__/src/chunks/likec4-DslTxitT.js +0 -6109
- package/__app__/src/chunks/main-ByUdz_Be.js +0 -24285
- package/__app__/src/chunks/mantine-oFa3ZrEq.js +0 -13658
- package/__app__/src/chunks/tanstack-router-BWjXKr0n.js +0 -2373
- package/dist/shared/likec4.lgHXhASw.mjs +0 -1832
- package/react/index.mjs +0 -41515
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -15,50 +15,50 @@
|
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=20"
|
|
17
17
|
},
|
|
18
|
+
"engineStrict": true,
|
|
18
19
|
"bugs": "https://github.com/likec4/likec4/issues",
|
|
19
20
|
"type": "module",
|
|
20
21
|
"bin": "./bin/likec4.mjs",
|
|
21
22
|
"exports": {
|
|
22
23
|
".": {
|
|
23
|
-
"
|
|
24
|
-
"default":
|
|
24
|
+
"development": "./src/index.ts",
|
|
25
|
+
"default": {
|
|
26
|
+
"types": "./dist/index.d.mts",
|
|
27
|
+
"import": "./dist/index.mjs",
|
|
28
|
+
"default": "./dist/index.mjs"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"./model": {
|
|
32
|
+
"development": "./src/model/index.ts",
|
|
33
|
+
"default": {
|
|
34
|
+
"types": "./dist/model/index.d.mts",
|
|
35
|
+
"import": "./dist/model/index.mjs",
|
|
36
|
+
"default": "./dist/model/index.mjs"
|
|
37
|
+
}
|
|
25
38
|
},
|
|
26
39
|
"./react": {
|
|
27
|
-
"
|
|
28
|
-
"default":
|
|
40
|
+
"development": "./app/react/components/index.ts",
|
|
41
|
+
"default": {
|
|
42
|
+
"types": "./react/index.d.ts",
|
|
43
|
+
"import": "./react/index.js",
|
|
44
|
+
"default": "./react/index.js"
|
|
45
|
+
}
|
|
29
46
|
},
|
|
30
47
|
"./react/style.css": "./react/style.css",
|
|
31
48
|
"./icons/all": {
|
|
32
49
|
"types": "./icons/all.d.ts",
|
|
50
|
+
"import": "./icons/all.js",
|
|
33
51
|
"default": "./icons/all.js"
|
|
34
52
|
},
|
|
35
53
|
"./icons/*": {
|
|
36
54
|
"types": "./icons/icon.d.ts",
|
|
55
|
+
"import": "./icons/*",
|
|
37
56
|
"default": "./icons/*"
|
|
38
57
|
}
|
|
39
58
|
},
|
|
40
59
|
"publishConfig": {
|
|
41
60
|
"registry": "https://registry.npmjs.org",
|
|
42
|
-
"access": "public"
|
|
43
|
-
"exports": {
|
|
44
|
-
".": {
|
|
45
|
-
"types": "./dist/index.d.ts",
|
|
46
|
-
"default": "./dist/index.mjs"
|
|
47
|
-
},
|
|
48
|
-
"./react": {
|
|
49
|
-
"types": "./react/index.d.ts",
|
|
50
|
-
"default": "./react/index.mjs"
|
|
51
|
-
},
|
|
52
|
-
"./react/style.css": "./react/style.css",
|
|
53
|
-
"./icons/all": {
|
|
54
|
-
"types": "./icons/all.d.ts",
|
|
55
|
-
"default": "./icons/all.js"
|
|
56
|
-
},
|
|
57
|
-
"./icons/*": {
|
|
58
|
-
"types": "./icons/icon.d.ts",
|
|
59
|
-
"default": "./icons/*"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
61
|
+
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"turbo-build": "turbo run build --log-prefix=none --log-order=grouped",
|
|
@@ -76,22 +76,22 @@
|
|
|
76
76
|
"prepack": "tsx scripts/prepack.ts",
|
|
77
77
|
"lint": "run -T eslint src/ --fix",
|
|
78
78
|
"clean": "rm -r -f dist app/dist dev/.export dev/dist node_modules/.vite",
|
|
79
|
-
"dev": "
|
|
80
|
-
"dev:docs:bigbank": "
|
|
81
|
-
"dev:docs:dynamic-view": "
|
|
82
|
-
"dev:docs:index-page": "
|
|
83
|
-
"dev:docs:theme": "
|
|
84
|
-
"dev:playground:deployment": "
|
|
85
|
-
"dev:template": "
|
|
86
|
-
"dev:example-cloud": "
|
|
87
|
-
"dev:failed": "
|
|
88
|
-
"dev:example-dev": "
|
|
89
|
-
"cli": "tsx src/cli/index.ts",
|
|
90
|
-
"cli:serve": "tsx watch src/cli/index.ts serve
|
|
91
|
-
"cli:build": "
|
|
92
|
-
"cli:preview": "
|
|
93
|
-
"cli:export": "
|
|
94
|
-
"cli:export:json": "
|
|
79
|
+
"dev": "run cli:serve dev",
|
|
80
|
+
"dev:docs:bigbank": "run cli:serve ../../apps/docs/src/components/bigbank",
|
|
81
|
+
"dev:docs:dynamic-view": "run cli:serve ../../apps/docs/src/components/dynamic-view",
|
|
82
|
+
"dev:docs:index-page": "run cli:serve ../../apps/docs/src/components/index-page",
|
|
83
|
+
"dev:docs:theme": "run cli:serve ../../apps/docs/src/components/likec4-theme",
|
|
84
|
+
"dev:playground:deployment": "run cli:serve ../../apps/playground/src/examples/deployment",
|
|
85
|
+
"dev:template": "run cli:serve ../create-likec4/template",
|
|
86
|
+
"dev:example-cloud": "run cli:serve ../../examples/cloud-system",
|
|
87
|
+
"dev:failed": "run cli:serve ../../examples/failed",
|
|
88
|
+
"dev:example-dev": "run cli:serve ../../examples/diagrams-dev/likec4",
|
|
89
|
+
"cli": "tsx --conditions=development src/cli/index.ts",
|
|
90
|
+
"cli:serve": "tsx watch --conditions=development src/cli/index.ts serve",
|
|
91
|
+
"cli:build": "run cli build -o dev/dist dev",
|
|
92
|
+
"cli:preview": "run cli preview -o dev/dist dev",
|
|
93
|
+
"cli:export": "run cli export png -o dev/export dev",
|
|
94
|
+
"cli:export:json": "run cli export json -o dev/export/likec4.json dev",
|
|
95
95
|
"test": "vitest run --no-isolate",
|
|
96
96
|
"vitest:ui": "vitest --no-isolate --ui",
|
|
97
97
|
"test:watch": "vitest"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@hpcc-js/wasm-graphviz": "1.7.0",
|
|
101
101
|
"@vitejs/plugin-react-swc": "3.7.2",
|
|
102
|
-
"playwright": "1.49.
|
|
102
|
+
"playwright": "1.49.1",
|
|
103
103
|
"react": "^18.3.1",
|
|
104
104
|
"react-dom": "^18.3.1",
|
|
105
105
|
"type-fest": "4.28.1",
|
|
@@ -107,41 +107,42 @@
|
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@fontsource/ibm-plex-sans": "^5.1.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.
|
|
118
|
-
"@mantine/core": "7.15.
|
|
119
|
-
"@mantine/hooks": "7.15.
|
|
120
|
-
"@mantine/spotlight": "7.15.
|
|
121
|
-
"@mantine/vanilla-extract": "7.15.
|
|
122
|
-
"@nanostores/react": "0.8.
|
|
110
|
+
"@likec4/core": "1.19.0",
|
|
111
|
+
"@likec4/diagram": "1.19.0",
|
|
112
|
+
"@likec4/generators": "1.19.0",
|
|
113
|
+
"@likec4/icons": "1.19.0",
|
|
114
|
+
"@likec4/language-server": "1.19.0",
|
|
115
|
+
"@likec4/layouts": "1.19.0",
|
|
116
|
+
"@likec4/log": "1.19.0",
|
|
117
|
+
"@likec4/tsconfig": "1.19.0",
|
|
118
|
+
"@mantine/core": "7.15.2",
|
|
119
|
+
"@mantine/hooks": "7.15.2",
|
|
120
|
+
"@mantine/spotlight": "7.15.2",
|
|
121
|
+
"@mantine/vanilla-extract": "7.15.2",
|
|
122
|
+
"@nanostores/react": "0.8.4",
|
|
123
123
|
"@react-hookz/web": "^24.0.4",
|
|
124
124
|
"@tabler/icons-react": "3.17.0",
|
|
125
125
|
"@tanstack/react-router": "1.45.13",
|
|
126
126
|
"@tanstack/router-cli": "1.45.13",
|
|
127
127
|
"@tanstack/router-vite-plugin": "1.45.13",
|
|
128
128
|
"@types/node": "^20.17.7",
|
|
129
|
-
"@types/prop-types": "^15.7.
|
|
129
|
+
"@types/prop-types": "^15.7.14",
|
|
130
130
|
"@types/react": "18.3.11",
|
|
131
131
|
"@types/react-dom": "18.3.1",
|
|
132
132
|
"@types/yargs": "^17.0.33",
|
|
133
133
|
"@vanilla-extract/css": "^1.16.1",
|
|
134
134
|
"@vanilla-extract/dynamic": "^2.1.2",
|
|
135
135
|
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
136
|
-
"@xyflow/react": "12.3.
|
|
137
|
-
"@xyflow/system": "0.0.
|
|
136
|
+
"@xyflow/react": "12.3.6",
|
|
137
|
+
"@xyflow/system": "0.0.47",
|
|
138
138
|
"autoprefixer": "^10.4.20",
|
|
139
139
|
"classnames": "^2.5.1",
|
|
140
140
|
"clsx": "^2.1.1",
|
|
141
141
|
"defu": "^6.1.4",
|
|
142
142
|
"dts-bundle-generator": "^9.5.1",
|
|
143
|
-
"esbuild": "^0.24.
|
|
144
|
-
"esbuild-node-externals": "^1.
|
|
143
|
+
"esbuild": "^0.24.2",
|
|
144
|
+
"esbuild-node-externals": "^1.16.0",
|
|
145
|
+
"esm-env": "^1.2.1",
|
|
145
146
|
"execa": "^9.3.1",
|
|
146
147
|
"fast-equals": "^5.0.1",
|
|
147
148
|
"fdir": "^6.4.2",
|
|
@@ -151,6 +152,7 @@
|
|
|
151
152
|
"html-to-image": "^1.11.11",
|
|
152
153
|
"json5": "^2.2.3",
|
|
153
154
|
"langium": "3.3.0",
|
|
155
|
+
"merge-error-cause": "^5.0.0",
|
|
154
156
|
"mkdirp": "^3.0.1",
|
|
155
157
|
"nanostores": "0.11.3",
|
|
156
158
|
"npm-run-all2": "^7.0.1",
|
|
@@ -168,12 +170,13 @@
|
|
|
168
170
|
"strip-indent": "^4.0.0",
|
|
169
171
|
"terser": "^5.33.0",
|
|
170
172
|
"tinyrainbow": "^1.2.0",
|
|
171
|
-
"tsx": "~4.
|
|
173
|
+
"tsx": "~4.19.2",
|
|
172
174
|
"turbo": "^2.3.3",
|
|
173
175
|
"typescript": "^5.7.2",
|
|
174
176
|
"ufo": "^1.5.4",
|
|
175
|
-
"unbuild": "^3.
|
|
177
|
+
"unbuild": "^3.1.0",
|
|
176
178
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
179
|
+
"vite-plugin-dts": "^4.4.0",
|
|
177
180
|
"vite-plugin-shadow-style": "^1.1.1",
|
|
178
181
|
"vitest": "^2.1.8",
|
|
179
182
|
"yargs": "17.7.2"
|