@db-ux/core-components 2.0.4 → 2.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.
- package/build/components/accordion-item/accordion-item.css +2 -4
- package/build/components/checkbox/checkbox.css +2 -4
- package/build/components/custom-select/custom-select.css +3 -5
- package/build/components/infotext/infotext.css +1 -3
- package/build/components/input/input.css +6 -8
- package/build/components/link/link.css +3 -5
- package/build/components/navigation-item/navigation-item.css +2 -4
- package/build/components/notification/notification.css +1 -3
- package/build/components/radio/radio.css +1 -1
- package/build/components/select/select.css +3 -5
- package/build/components/switch/switch.css +5 -7
- package/build/components/switch/switch.scss +4 -4
- package/build/components/tag/tag.css +3 -5
- package/build/components/textarea/textarea.css +1 -1
- package/build/styles/absolute.css +4 -4
- package/build/styles/index.css +1 -1
- package/build/styles/internal/_form-components.scss +2 -2
- package/build/styles/relative.css +4 -4
- package/build/styles/rollup.css +4 -4
- package/build/styles/webpack.css +4 -4
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"repository": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build-components": "npm-run-all build:mitosis build-components:post build-components:docs",
|
|
19
19
|
"build-components:docs": "npm run build:cem -w @db-ux/wc-core-components",
|
|
20
20
|
"build-components:post": "tsx scripts/post-build/index.ts",
|
|
21
|
-
"build-style:01_sass": "sass src:build --no-source-map --load-path=node_modules/ --load-path=../../node_modules/",
|
|
21
|
+
"build-style:01_sass": "sass src:build --no-source-map --load-path=node_modules/ --load-path=../../node_modules/ --fatal-deprecation=mixed-decls",
|
|
22
22
|
"build-style:02_postcss": "postcss build/**/*.css --replace",
|
|
23
23
|
"build:mitosis": "mitosis build -c configs/mitosis.config.cjs",
|
|
24
24
|
"compile:angular": "mitosis build -c configs/angular/mitosis.config.cjs && tsx scripts/exec/angular.ts && cpr ../../output/tmp/angular/src ../../output/angular/src -o",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"start": "nodemon --watch src --watch scripts --watch scripts -e js,tsx,ts,scss,json -x \"npm run build\""
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@db-ux/core-foundations": "2.0.
|
|
45
|
+
"@db-ux/core-foundations": "2.0.6"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@builder.io/eslint-plugin-mitosis": "0.0.17",
|
|
49
|
-
"@builder.io/mitosis": "0.9.
|
|
50
|
-
"@builder.io/mitosis-cli": "0.9.
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "8.31.
|
|
49
|
+
"@builder.io/mitosis": "0.9.4",
|
|
50
|
+
"@builder.io/mitosis-cli": "0.9.4",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "8.31.1",
|
|
52
52
|
"cpr": "3.0.1",
|
|
53
53
|
"cssnano": "^7.0.6",
|
|
54
54
|
"hygen": "^6.2.11",
|
|
55
55
|
"nodemon": "3.1.10",
|
|
56
56
|
"sass": "1.85.0",
|
|
57
|
-
"tsx": "^4.19.
|
|
57
|
+
"tsx": "^4.19.4"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"registry": "https://registry.npmjs.org/",
|