@db-ux/core-components 2.4.4 → 3.0.1
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/README.md +1 -1
- package/build/components/accordion/accordion.css +2 -0
- package/build/components/accordion-item/accordion-item.css +12 -10
- package/build/components/badge/badge.css +2 -0
- package/build/components/brand/brand.css +2 -0
- package/build/components/button/button.css +43 -31
- package/build/components/button/button.scss +16 -19
- package/build/components/card/card.css +54 -60
- package/build/components/card/card.scss +37 -33
- package/build/components/checkbox/checkbox.css +46 -44
- package/build/components/checkbox/checkbox.scss +11 -11
- package/build/components/custom-select/custom-select.css +49 -32
- package/build/components/custom-select/custom-select.scss +5 -7
- package/build/components/custom-select-dropdown/custom-select-dropdown.css +14 -6
- package/build/components/custom-select-form-field/custom-select-form-field.css +2 -0
- package/build/components/custom-select-list/custom-select-list.css +2 -0
- package/build/components/custom-select-list-item/custom-select-list-item.css +8 -6
- package/build/components/custom-select-list-item/custom-select-list-item.scss +6 -6
- package/build/components/divider/divider.css +2 -0
- package/build/components/drawer/drawer.css +2 -0
- package/build/components/header/header.css +10 -8
- package/build/components/icon/icon.css +2 -0
- package/build/components/infotext/infotext.css +8 -6
- package/build/components/input/input.css +55 -41
- package/build/components/input/input.scss +6 -6
- package/build/components/link/link.css +24 -26
- package/build/components/link/link.scss +7 -14
- package/build/components/navigation/navigation.css +4 -2
- package/build/components/navigation/navigation.scss +2 -2
- package/build/components/navigation-item/navigation-item.css +25 -23
- package/build/components/navigation-item/navigation-item.scss +3 -3
- package/build/components/notification/notification.css +56 -22
- package/build/components/page/page.css +2 -0
- package/build/components/popover/popover.css +3 -2
- package/build/components/radio/radio.css +28 -26
- package/build/components/radio/radio.scss +6 -6
- package/build/components/section/section.css +3 -1
- package/build/components/select/select.css +35 -21
- package/build/components/select/select.scss +1 -1
- package/build/components/stack/stack-web-component.css +2 -0
- package/build/components/stack/stack.css +2 -0
- package/build/components/switch/switch.css +42 -28
- package/build/components/switch/switch.scss +3 -3
- package/build/components/tab-item/tab-item.css +6 -4
- package/build/components/tab-item/tab-item.scss +3 -3
- package/build/components/tab-list/tab-list.css +6 -4
- package/build/components/tab-panel/tab-panel.css +2 -0
- package/build/components/tabs/tabs.css +2 -0
- package/build/components/tag/tag.css +72 -40
- package/build/components/tag/tag.scss +1 -1
- package/build/components/textarea/textarea.css +48 -22
- package/build/components/textarea/textarea.scss +1 -1
- package/build/components/tooltip/tooltip.css +3 -2
- package/build/styles/absolute.css +238 -154
- package/build/styles/index.css +141 -105
- package/build/styles/internal/_form-components.scss +12 -6
- package/build/styles/internal/_icon-passing.scss +1 -1
- package/build/styles/internal/_link-components.scss +5 -2
- package/build/styles/internal/_popover-component.scss +1 -4
- package/build/styles/internal/_scrollbar.scss +4 -4
- package/build/styles/internal/_select-components.scss +1 -1
- package/build/styles/relative.css +238 -154
- package/build/styles/rollup.css +238 -154
- package/build/styles/webpack.css +238 -154
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"repository": {
|
|
@@ -13,48 +13,48 @@
|
|
|
13
13
|
"build"
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
|
-
"build": "npm-run-all --parallel build-components build-assets
|
|
17
|
-
"build-assets": "cpr src build
|
|
16
|
+
"build": "npm-run-all --parallel build-components build-assets --sequential build-style:*",
|
|
17
|
+
"build-assets": "cpr src build --overwrite --filter \"(.ts|.tsx|.md|.html)$\"",
|
|
18
18
|
"build-components": "npm-run-all build:mitosis build-components:post build-components:docs",
|
|
19
|
-
"build-components:docs": "npm run build:cem
|
|
19
|
+
"build-components:docs": "npm run build:cem --workspace @db-ux/wc-core-components",
|
|
20
20
|
"build-components:post": "tsx scripts/post-build/index.ts",
|
|
21
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
|
-
"build:mitosis": "mitosis build
|
|
24
|
-
"compile:angular": "mitosis build
|
|
25
|
-
"compile:react": "mitosis build
|
|
26
|
-
"compile:stencil": "mitosis build
|
|
27
|
-
"compile:vue": "mitosis build
|
|
23
|
+
"build:mitosis": "mitosis build --config configs/mitosis.config.cjs",
|
|
24
|
+
"compile:angular": "mitosis build --config configs/angular/mitosis.config.cjs && tsx scripts/exec/angular.ts && cpr ../../output/tmp/angular/src ../../output/angular/src --overwrite",
|
|
25
|
+
"compile:react": "mitosis build --config configs/react/mitosis.config.cjs && tsx scripts/exec/react.ts && cpr ../../output/tmp/react/src ../../output/react/src --overwrite",
|
|
26
|
+
"compile:stencil": "mitosis build --config configs/stencil/mitosis.config.cjs && tsx scripts/exec/stencil.ts && cpr ../../output/tmp/stencil/src ../../output/stencil/src --overwrite",
|
|
27
|
+
"compile:vue": "mitosis build --config configs/vue/mitosis.config.cjs && tsx scripts/exec/vue.ts && cpr ../../output/tmp/vue/src ../../output/vue/src --overwrite",
|
|
28
28
|
"copy-assets": "cpr ../foundations/assets build/assets -o",
|
|
29
29
|
"copy-output": "npm-run-all copy:*",
|
|
30
|
-
"copy:outputs": "cpr build ../../build-outputs/components/build
|
|
31
|
-
"copy:package.json": "cpr package.json ../../build-outputs/components/package.json
|
|
32
|
-
"copy:readme": "cpr README.md ../../build-outputs/components/README.md
|
|
33
|
-
"dev:angular": "nodemon --watch src --watch scripts
|
|
30
|
+
"copy:outputs": "cpr build ../../build-outputs/components/build --overwrite",
|
|
31
|
+
"copy:package.json": "cpr package.json ../../build-outputs/components/package.json --overwrite",
|
|
32
|
+
"copy:readme": "cpr README.md ../../build-outputs/components/README.md --overwrite",
|
|
33
|
+
"dev:angular": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:angular\"",
|
|
34
34
|
"dev:html": "npm run copy-assets && npm run build-assets && npm run build-style:01_sass && vite --open",
|
|
35
|
-
"dev:react": "nodemon --watch src --watch scripts
|
|
35
|
+
"dev:react": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:react\"",
|
|
36
36
|
"dev:scss": "npm run build-style:01_sass -- --watch",
|
|
37
|
-
"dev:stencil": "nodemon --watch src --watch scripts
|
|
38
|
-
"dev:vue": "nodemon --watch src --watch scripts
|
|
37
|
+
"dev:stencil": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:stencil\"",
|
|
38
|
+
"dev:vue": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:vue\"",
|
|
39
39
|
"generate:component": "hygen mitosis new",
|
|
40
40
|
"generate:docs": "hygen update-docs new",
|
|
41
41
|
"prepack": "npm run copy-assets",
|
|
42
|
-
"start": "nodemon --watch src --watch scripts --watch scripts
|
|
42
|
+
"start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\""
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@db-ux/core-foundations": "
|
|
45
|
+
"@db-ux/core-foundations": "3.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@builder.io/eslint-plugin-mitosis": "0.0.17",
|
|
49
|
-
"@builder.io/mitosis": "0.
|
|
50
|
-
"@builder.io/mitosis-cli": "0.
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
49
|
+
"@builder.io/mitosis": "0.12.1",
|
|
50
|
+
"@builder.io/mitosis-cli": "0.12.1",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "8.38.0",
|
|
52
52
|
"cpr": "3.0.1",
|
|
53
|
-
"cssnano": "
|
|
54
|
-
"hygen": "
|
|
53
|
+
"cssnano": "7.1.0",
|
|
54
|
+
"hygen": "6.2.11",
|
|
55
55
|
"nodemon": "3.1.10",
|
|
56
56
|
"sass": "1.85.0",
|
|
57
|
-
"tsx": "
|
|
57
|
+
"tsx": "4.20.3"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"registry": "https://registry.npmjs.org/",
|