@db-ux/core-components 4.8.0 → 4.8.1-fix-publish2-4d5a12d

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": "@db-ux/core-components",
3
- "version": "4.8.0",
3
+ "version": "4.8.1-fix-publish2-4d5a12d",
4
4
  "type": "module",
5
5
  "description": "General technical components (styling, fonts and icons) out of DB UX Design System (Version 3)",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "build"
16
16
  ],
17
17
  "dependencies": {
18
- "@db-ux/core-foundations": "4.8.0"
18
+ "@db-ux/core-foundations": "4.8.1-fix-publish2-4d5a12d"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@builder.io/eslint-plugin-mitosis": "0.0.17",
@@ -23,7 +23,7 @@
23
23
  "@builder.io/mitosis-cli": "0.13.0",
24
24
  "@prettier/sync": "0.6.1",
25
25
  "cpr": "3.0.1",
26
- "cssnano": "7.1.9",
26
+ "cssnano": "8.0.1",
27
27
  "hygen": "6.2.11",
28
28
  "nodemon": "3.1.14",
29
29
  "npm-run-all2": "8.0.4",
@@ -33,7 +33,7 @@
33
33
  "sass": "1.99.0",
34
34
  "storybook": "10.3.6",
35
35
  "tsx": "4.21.0",
36
- "vitest": "4.1.5"
36
+ "vitest": "4.1.6"
37
37
  },
38
38
  "publishConfig": {
39
39
  "registry": "https://registry.npmjs.org/",
@@ -68,6 +68,7 @@
68
68
  "generate:agent": "mitosis build --config=configs/mitosis.agent.config.cjs",
69
69
  "generate:component": "hygen mitosis new",
70
70
  "generate:docs": "hygen update-docs new",
71
+ "generate:figma": "mitosis build --config=configs/mitosis.figma.config.cjs",
71
72
  "generate:showcase": "mitosis build --config=configs/mitosis.showcase.config.cjs",
72
73
  "generate:stories": "mitosis build --config=configs/mitosis.storybook.config.cjs",
73
74
  "start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"pnpm run build\"",