@db-ux/core-components 4.5.3 → 4.5.4
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/CHANGELOG.md +10 -1
- package/build/components/accordion-item/accordion-item.css +2 -2
- package/build/components/accordion-item/accordion-item.scss +1 -1
- package/build/components/custom-button/custom-button.css +1 -1
- package/build/components/custom-select/custom-select.css +6 -6
- package/build/components/custom-select-dropdown/custom-select-dropdown.css +3 -3
- package/build/components/custom-select-dropdown/custom-select-dropdown.scss +1 -1
- package/build/components/custom-select-list-item/custom-select-list-item.css +1 -1
- package/build/components/drawer/drawer.css +2 -2
- package/build/components/drawer/drawer.scss +2 -2
- package/build/components/header/header.css +22 -22
- package/build/components/input/input.css +6 -6
- package/build/components/input/input.scss +1 -1
- package/build/components/navigation/navigation.css +12 -12
- package/build/components/navigation/navigation.scss +1 -1
- package/build/components/navigation-item/navigation-item.css +11 -11
- package/build/components/navigation-item/navigation-item.scss +2 -2
- package/build/components/page/page.css +47 -41
- package/build/components/page/page.scss +31 -27
- package/build/components/popover/popover.css +12 -12
- package/build/components/radio/radio.css +1 -1
- package/build/components/radio/radio.scss +1 -1
- package/build/components/select/select.css +5 -5
- package/build/components/switch/switch.css +3 -6
- package/build/components/switch/switch.scss +3 -7
- package/build/components/tab-item/tab-item.css +1 -1
- package/build/components/tabs/tabs.css +3 -3
- package/build/components/textarea/textarea.css +3 -3
- package/build/components/tooltip/tooltip.css +12 -12
- package/build/styles/absolute.css +7 -7
- package/build/styles/index.css +7 -7
- package/build/styles/internal/_db-puls.scss +3 -3
- package/build/styles/internal/_form-components.scss +3 -3
- package/build/styles/internal/_popover-component.scss +2 -2
- package/build/styles/internal/_select-components.scss +1 -1
- package/build/styles/relative.css +7 -7
- package/build/styles/rollup.css +7 -7
- package/build/styles/webpack.css +7 -7
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-components",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.4",
|
|
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,21 +50,21 @@
|
|
|
50
50
|
"test": "vitest run --config vitest.config.ts"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@db-ux/core-foundations": "4.5.
|
|
53
|
+
"@db-ux/core-foundations": "4.5.4"
|
|
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.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "8.57.0",
|
|
61
61
|
"cpr": "3.0.1",
|
|
62
|
-
"cssnano": "7.1.
|
|
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.
|
|
67
|
+
"storybook": "10.2.18",
|
|
68
68
|
"tsx": "4.21.0",
|
|
69
69
|
"vitest": "3.2.4"
|
|
70
70
|
},
|