@webitel/ui-sdk 23.12.3 → 23.12.5
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/ui-sdk.common.js +5 -5
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.umd.js +5 -5
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +1 -1
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/wt-rounded-action/_variables.scss +1 -1
- package/src/components/wt-rounded-action/wt-rounded-action.vue +0 -6
- package/src/css/styleguide/colors/_colors.scss +2 -2
- package/src/locale/.DS_Store +0 -0
package/package.json
CHANGED
|
@@ -100,17 +100,12 @@ const loaderColor = computed(() => {
|
|
|
100
100
|
width: fit-content;
|
|
101
101
|
line-height: 0;
|
|
102
102
|
padding: var(--rounded-action-padding);
|
|
103
|
-
box-shadow: var(--elevation-1);
|
|
104
103
|
border: var(--rounded-action-border-size) solid;
|
|
105
104
|
background: var(--rounded-action-secondary-color);
|
|
106
105
|
border-color: var(--rounded-action-secondary-color);
|
|
107
106
|
border-radius: var(--border-radius);
|
|
108
107
|
transition: var(--transition);
|
|
109
108
|
|
|
110
|
-
&:hover {
|
|
111
|
-
box-shadow: var(--elevation-2);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
109
|
&--wide {
|
|
115
110
|
width: 100%;
|
|
116
111
|
}
|
|
@@ -179,7 +174,6 @@ const loaderColor = computed(() => {
|
|
|
179
174
|
&.wt-rounded-action--disabled {
|
|
180
175
|
background: var(--rounded-action-disabled-color);
|
|
181
176
|
border-color: var(--rounded-action-disabled-color);
|
|
182
|
-
box-shadow: none;
|
|
183
177
|
pointer-events: none;
|
|
184
178
|
}
|
|
185
179
|
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
--on-transfer-color: var(--white);
|
|
72
72
|
|
|
73
73
|
// primary colors
|
|
74
|
-
--primary-color: var(--amber-accent-
|
|
75
|
-
--primary-hover-color: var(--amber-accent-
|
|
74
|
+
--primary-color: var(--amber-accent-3);
|
|
75
|
+
--primary-hover-color: var(--amber-accent-2);
|
|
76
76
|
--primary-light-color: var(--amber-lighten-4);
|
|
77
77
|
--on-primary-color: var(--black);
|
|
78
78
|
|
package/src/locale/.DS_Store
DELETED
|
Binary file
|