likec4 1.9.0 → 1.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "likec4",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
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",
@@ -107,14 +109,14 @@
107
109
  },
108
110
  "devDependencies": {
109
111
  "@fontsource/ibm-plex-sans": "^5.0.21",
110
- "@likec4/core": "1.9.0",
111
- "@likec4/diagram": "1.9.0",
112
- "@likec4/generators": "1.9.0",
113
- "@likec4/icons": "1.9.0",
114
- "@likec4/language-server": "1.9.0",
115
- "@likec4/layouts": "1.9.0",
116
- "@likec4/log": "1.9.0",
117
- "@likec4/tsconfig": "1.9.0",
112
+ "@likec4/core": "1.10.0",
113
+ "@likec4/diagram": "1.10.0",
114
+ "@likec4/generators": "1.10.0",
115
+ "@likec4/icons": "1.10.0",
116
+ "@likec4/language-server": "1.10.0",
117
+ "@likec4/layouts": "1.10.0",
118
+ "@likec4/log": "1.10.0",
119
+ "@likec4/tsconfig": "1.10.0",
118
120
  "@mantine/core": "7.12.2",
119
121
  "@mantine/hooks": "7.12.2",
120
122
  "@mantine/vanilla-extract": "7.12.2",
@@ -139,6 +141,7 @@
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",