@eturnity/eturnity_reusable_components 9.37.9 → 9.37.10
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/dist/index.es3.js +1 -1
- package/package.json +1 -2
- package/src/assets/theme.js +1 -1
package/dist/index.es3.js
CHANGED
|
@@ -468,7 +468,7 @@ const theme = (() => {
|
|
|
468
468
|
main: {
|
|
469
469
|
// variant: this is the default variant
|
|
470
470
|
default: {
|
|
471
|
-
backgroundColor:
|
|
471
|
+
backgroundColor: "transparent",
|
|
472
472
|
textColor: semanticColors.purple[500],
|
|
473
473
|
borderColor: "",
|
|
474
474
|
iconBackgroundColor: semanticColors.buttonIcon.none
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eturnity/eturnity_reusable_components",
|
|
3
|
-
"version": "9.37.
|
|
3
|
+
"version": "9.37.10",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"src"
|
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"eslint-plugin-vue": "9.14.1",
|
|
76
76
|
"identity-obj-proxy": "3.0.0",
|
|
77
77
|
"jest": "26.6.3",
|
|
78
|
-
"jest-environment-jsdom": "26.6.2",
|
|
79
78
|
"jest-styled-components": "7.2.0",
|
|
80
79
|
"jsdom": "24.1.1",
|
|
81
80
|
"prettier": "2.8.4",
|
package/src/assets/theme.js
CHANGED
|
@@ -469,7 +469,7 @@ const theme = (() => {
|
|
|
469
469
|
main: {
|
|
470
470
|
// variant: this is the default variant
|
|
471
471
|
default: {
|
|
472
|
-
backgroundColor:
|
|
472
|
+
backgroundColor: 'transparent',
|
|
473
473
|
textColor: semanticColors.purple[500],
|
|
474
474
|
borderColor: '',
|
|
475
475
|
iconBackgroundColor: semanticColors.buttonIcon.none,
|