@db-ux/core-foundations 3.0.4 → 3.0.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -298,7 +298,7 @@ If you want to optimize the size of the loaded styles, you might want to skip lo
298
298
 
299
299
  ```css
300
300
  /* The theme contains all prop required for components like spacings, colors, etc. You can replace it with your own theme. */
301
- @import "@db-ux/core-foundations/build/styles/default-theme.css";
301
+ @import "@db-ux/core-foundations/build/styles/defaults/default-theme.css";
302
302
  /* The font include uses default font families based on your bundling paths (relative, absolute, webpack, rollup). You can replace it with your own fonts. */
303
303
  @import "@db-ux/core-foundations/build/styles/fonts/relative.css";
304
304
  /* The icon include uses default icons based on your bundling paths (relative, absolute, webpack, rollup). You can replace it with your own icons. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
@@ -56,7 +56,7 @@
56
56
  "nodemon": "3.1.10",
57
57
  "prettier": "3.6.2",
58
58
  "sass": "1.85.0",
59
- "tsx": "4.20.3",
59
+ "tsx": "4.20.4",
60
60
  "typescript": "5.8.3",
61
61
  "vite": "6.3.5"
62
62
  },