@db-ux/core-components 4.5.4-table-c758ae7 → 4.5.4-tailwind-inline-5d37a00

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 (57) hide show
  1. package/README.md +5 -1
  2. package/agent/Best-Practise_Common-AI-Mistakes.md +79 -1
  3. package/build/assets/icons/LICENCES.json +0 -12
  4. package/build/assets/icons/fonts/all/db-ux.woff2 +0 -0
  5. package/build/assets/icons/fonts/default/db-ux.woff2 +0 -0
  6. package/build/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  7. package/build/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  8. package/build/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  9. package/build/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  10. package/build/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  11. package/build/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  12. package/build/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  13. package/build/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  14. package/build/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  15. package/build/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  16. package/build/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  17. package/build/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  18. package/build/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  19. package/build/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  20. package/build/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  21. package/build/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  22. package/build/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  23. package/build/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  24. package/build/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  25. package/build/components/checkbox/checkbox.css +1 -1
  26. package/build/components/radio/radio.css +1 -1
  27. package/build/components/switch/switch.css +1 -1
  28. package/build/styles/absolute.css +14 -42
  29. package/build/styles/dialog-init.css +1 -1
  30. package/build/styles/index.css +12 -40
  31. package/build/styles/index.scss +0 -8
  32. package/build/styles/internal/_custom-elements.scss +1 -3
  33. package/build/styles/internal/_form-components.scss +1 -1
  34. package/build/styles/relative.css +14 -42
  35. package/build/styles/rollup.css +14 -42
  36. package/build/styles/wc-workarounds.css +1 -1
  37. package/build/styles/webpack.css +14 -42
  38. package/package.json +5 -5
  39. package/build/assets/icons/arrows_vertical.svg +0 -1
  40. package/build/assets/icons/more_vertical.svg +0 -1
  41. package/build/components/table/table.css +0 -701
  42. package/build/components/table/table.scss +0 -297
  43. package/build/components/table-body/table-body.css +0 -40
  44. package/build/components/table-body/table-body.scss +0 -5
  45. package/build/components/table-caption/table-caption.css +0 -3
  46. package/build/components/table-caption/table-caption.scss +0 -3
  47. package/build/components/table-data-cell/table-data-cell.css +0 -176
  48. package/build/components/table-data-cell/table-data-cell.scss +0 -5
  49. package/build/components/table-footer/table-footer.css +0 -40
  50. package/build/components/table-footer/table-footer.scss +0 -5
  51. package/build/components/table-head/table-head.css +0 -51
  52. package/build/components/table-head/table-head.scss +0 -17
  53. package/build/components/table-header-cell/table-header-cell.css +0 -180
  54. package/build/components/table-header-cell/table-header-cell.scss +0 -9
  55. package/build/components/table-row/table-row.css +0 -128
  56. package/build/components/table-row/table-row.scss +0 -106
  57. package/build/styles/internal/_table-components.scss +0 -60
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-components",
3
- "version": "4.5.4-table-c758ae7",
3
+ "version": "4.5.4-tailwind-inline-5d37a00",
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,23 +50,23 @@
50
50
  "test": "vitest run --config vitest.config.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@db-ux/core-foundations": "4.5.4-table-c758ae7"
53
+ "@db-ux/core-foundations": "4.5.4-tailwind-inline-5d37a00"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@builder.io/eslint-plugin-mitosis": "0.0.17",
57
57
  "@builder.io/mitosis": "0.13.0",
58
58
  "@builder.io/mitosis-cli": "0.13.0",
59
59
  "@prettier/sync": "^0.6.1",
60
- "@typescript-eslint/eslint-plugin": "8.57.1",
60
+ "@typescript-eslint/eslint-plugin": "8.58.0",
61
61
  "cpr": "3.0.1",
62
62
  "cssnano": "7.1.3",
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.2.19",
67
+ "storybook": "10.3.3",
68
68
  "tsx": "4.21.0",
69
- "vitest": "3.2.4"
69
+ "vitest": "4.1.2"
70
70
  },
71
71
  "publishConfig": {
72
72
  "registry": "https://registry.npmjs.org/",
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-down-up-icon lucide-arrow-down-up"><path d="m3 16 4 4 4-4"/><path d="M7 20V4"/><path d="m21 8-4-4-4 4"/><path d="M17 4v16"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis-vertical-icon lucide-ellipsis-vertical"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></svg>