@db-ux/core-components 4.5.4-postcss-a42fe67 → 4.5.4-postcss2-6de35db

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.
@@ -1,4 +1,2 @@
1
- /* This is a predefined beginner friendly bundle for webpack apps */
2
-
3
- @use "@db-ux/core-foundations/build/styles/webpack.assets-paths";
4
- @forward "./relative";
1
+ /* @deprecated This file will be removed in next major release */
2
+ @forward "./bundle";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-components",
3
- "version": "4.5.4-postcss-a42fe67",
3
+ "version": "4.5.4-postcss2-6de35db",
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": {
@@ -50,7 +50,7 @@
50
50
  "test": "vitest run --config vitest.config.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@db-ux/core-foundations": "4.5.4-postcss-a42fe67"
53
+ "@db-ux/core-foundations": "4.5.4-postcss2-6de35db"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@builder.io/eslint-plugin-mitosis": "0.0.17",
@@ -59,12 +59,12 @@
59
59
  "@prettier/sync": "^0.6.1",
60
60
  "@typescript-eslint/eslint-plugin": "8.58.0",
61
61
  "cpr": "3.0.1",
62
- "cssnano": "7.1.3",
62
+ "cssnano": "7.1.4",
63
63
  "hygen": "6.2.11",
64
64
  "nodemon": "3.1.14",
65
65
  "sass": "1.85.1",
66
66
  "sassdoc": "2.7.4",
67
- "storybook": "10.3.3",
67
+ "storybook": "10.3.4",
68
68
  "tsx": "4.21.0",
69
69
  "vitest": "4.1.2"
70
70
  },