@db-ux/core-components 3.0.2 → 3.0.3
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/button/button.css +1 -1
- package/build/components/button/button.scss +1 -1
- package/build/components/popover/popover.css +1 -1
- package/build/components/tooltip/tooltip.css +1 -1
- package/build/styles/absolute.css +2 -2
- package/build/styles/index.css +2 -2
- package/build/styles/internal/_popover-component.scss +4 -1
- package/build/styles/relative.css +2 -2
- package/build/styles/rollup.css +2 -2
- package/build/styles/webpack.css +2 -2
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
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
35
|
"dev:react": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:react\"",
|
|
36
|
-
"dev:scss": "npm run build-style:01_sass -- --watch",
|
|
36
|
+
"dev:scss": "npm run build-style:01_sass -- --watch --source-map",
|
|
37
37
|
"dev:stencil": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:stencil\"",
|
|
38
38
|
"dev:vue": "nodemon --watch src --watch scripts --ext tsx,ts --exec \"npm run compile:vue\"",
|
|
39
39
|
"generate:component": "hygen mitosis new",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
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": "3.0.
|
|
45
|
+
"@db-ux/core-foundations": "3.0.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@builder.io/eslint-plugin-mitosis": "0.0.17",
|
|
49
49
|
"@builder.io/mitosis": "0.12.1",
|
|
50
50
|
"@builder.io/mitosis-cli": "0.12.1",
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "8.39.0",
|
|
52
52
|
"cpr": "3.0.1",
|
|
53
53
|
"cssnano": "7.1.0",
|
|
54
54
|
"hygen": "6.2.11",
|