@lmvz-ds/components 0.12.0 → 0.12.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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@lmvz-ds/components",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.12.
|
|
5
|
+
"version": "0.12.1",
|
|
6
6
|
"description": "The components of the design system",
|
|
7
7
|
"author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
|
|
8
8
|
"volta": {
|
|
@@ -97,8 +97,9 @@
|
|
|
97
97
|
"types": "./dist/components/lmvz-menuitem.d.ts"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
-
"main": "dist/index.cjs.js",
|
|
100
|
+
"main": "dist/cjs/index.cjs.js",
|
|
101
101
|
"module": "dist/components/index.js",
|
|
102
|
+
"unpkg": "dist/my-design-system/my-design-system.esm.js",
|
|
102
103
|
"types": "dist/components/index.d.ts",
|
|
103
104
|
"collection": "dist/collection/collection-manifest.json",
|
|
104
105
|
"license": "UNLICENSED",
|
|
@@ -186,7 +187,7 @@
|
|
|
186
187
|
"effect": "3.19.14"
|
|
187
188
|
},
|
|
188
189
|
"devDependencies": {
|
|
189
|
-
"@lmvz-ds/design-tokens": "^0.12.
|
|
190
|
+
"@lmvz-ds/design-tokens": "^0.12.1",
|
|
190
191
|
"@playwright/test": "^1.55.0",
|
|
191
192
|
"@stencil-community/postcss": "^2.2.0",
|
|
192
193
|
"@stencil/angular-output-target": "1.3.0",
|
|
@@ -211,5 +212,5 @@
|
|
|
211
212
|
"tsx": "^4.21.0",
|
|
212
213
|
"vite": "^7.3.1"
|
|
213
214
|
},
|
|
214
|
-
"gitHead": "
|
|
215
|
+
"gitHead": "2aa558635d14d738fafde7e0455f7fa9d4bb07f8"
|
|
215
216
|
}
|