@db-ux/core-foundations 4.5.4-mcp-server-migrate-tool-test-1-eb724df → 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.
Files changed (40) hide show
  1. package/README.md +16 -69
  2. package/agent/_instructions.md +84 -0
  3. package/agent/tailwind/Variables.md +11 -9
  4. package/build/styles/{index.css → bundle.css} +61 -6
  5. package/build/styles/{index.scss → bundle.scss} +5 -0
  6. package/build/styles/colors/_default-color-mappings.scss +2 -2
  7. package/build/styles/defaults/default-icons.css +1 -1
  8. package/build/styles/defaults/default-required.css +1 -1
  9. package/build/styles/fonts/absolute.scss +1 -1
  10. package/build/styles/fonts/relative.scss +1 -1
  11. package/build/styles/fonts/rollup.scss +1 -1
  12. package/build/styles/fonts/webpack.scss +1 -1
  13. package/build/styles/icons/absolute.scss +1 -1
  14. package/build/styles/icons/relative.scss +1 -1
  15. package/build/styles/icons/rollup.scss +1 -1
  16. package/build/styles/icons/webpack.scss +1 -1
  17. package/build/styles/theme/absolute.css +1 -0
  18. package/build/styles/theme/relative.css +1 -0
  19. package/build/styles/{defaults/default-theme.scss → theme/relative.scss} +3 -6
  20. package/build/styles/theme/rollup.css +1 -0
  21. package/build/styles/theme/webpack.css +1 -0
  22. package/build/tailwind/theme/colors.css +1 -2919
  23. package/build/tailwind/theme/colors.scss +1 -10
  24. package/build/tailwind/theme/dimensions.css +77 -160
  25. package/package.json +4 -5
  26. package/build/styles/absolute.css +0 -10635
  27. package/build/styles/defaults/default-theme.css +0 -97
  28. package/build/styles/relative.css +0 -10635
  29. package/build/styles/relative.scss +0 -4
  30. package/build/styles/rollup.css +0 -10635
  31. package/build/styles/webpack.css +0 -10635
  32. package/build/tailwind/theme/_variables.scss +0 -77
  33. package/build/tailwind/theme/dimensions.scss +0 -17
  34. /package/build/styles/{_absolute.assets-paths.scss → theme/_absolute.assets-paths.scss} +0 -0
  35. /package/build/styles/{_default.assets-paths.scss → theme/_default.assets-paths.scss} +0 -0
  36. /package/build/styles/{_rollup.assets-paths.scss → theme/_rollup.assets-paths.scss} +0 -0
  37. /package/build/styles/{_webpack.assets-paths.scss → theme/_webpack.assets-paths.scss} +0 -0
  38. /package/build/styles/{absolute.scss → theme/absolute.scss} +0 -0
  39. /package/build/styles/{rollup.scss → theme/rollup.scss} +0 -0
  40. /package/build/styles/{webpack.scss → theme/webpack.scss} +0 -0
@@ -1,4 +0,0 @@
1
- @forward "fonts/relative";
2
- @forward "icons/relative";
3
- @forward "defaults/default-theme";
4
- @forward "./index";