@db-ux/core-components 4.2.0 → 4.2.2
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/assets/fonts/generate-eu-fonts.ts +3 -3
- package/build/components/custom-select/custom-select.css +28 -61
- package/build/components/input/input.css +30 -66
- package/build/components/notification/notification-grid-non-overlay.scss +0 -1
- package/build/components/select/select.css +28 -61
- package/build/components/textarea/textarea.css +30 -63
- package/build/styles/absolute.css +6 -6
- package/build/styles/index.css +6 -6
- package/build/styles/internal/_form-components.scss +5 -10
- package/build/styles/relative.css +6 -6
- package/build/styles/rollup.css +6 -6
- package/build/styles/webpack.css +6 -6
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-components",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
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": {
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\""
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@db-ux/core-foundations": "4.2.
|
|
50
|
+
"@db-ux/core-foundations": "4.2.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@builder.io/eslint-plugin-mitosis": "0.0.17",
|
|
54
54
|
"@builder.io/mitosis": "0.12.1",
|
|
55
55
|
"@builder.io/mitosis-cli": "0.12.1",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "8.47.0",
|
|
57
57
|
"cpr": "3.0.1",
|
|
58
58
|
"cssnano": "7.1.2",
|
|
59
59
|
"hygen": "6.2.11",
|
|
60
|
-
"nodemon": "3.1.
|
|
60
|
+
"nodemon": "3.1.11",
|
|
61
61
|
"sass": "1.85.0",
|
|
62
62
|
"sassdoc": "2.7.4",
|
|
63
63
|
"tsx": "4.20.6"
|