@webitel/ui-sdk 23.12.2 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "23.12.2",
3
+ "version": "23.12.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build --target lib --name ui-sdk ./src/install.js",
@@ -33,6 +33,7 @@ const emit = defineEmits(['click']);
33
33
  .wt-icon-btn {
34
34
  position: relative;
35
35
  display: block;
36
+ width: fit-content;
36
37
  line-height: 0;
37
38
 
38
39
  &:hover .wt-icon--color-default :deep .wt-icon__icon {
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --rounded-action-border-size: 1px;
2
+ --rounded-action-border-size: 2px;
3
3
  --rounded-action-padding: calc(var(--spacing-xs) - var(--rounded-action-border-size));
4
4
 
5
5
  --rounded-action-rounded-border-radius: var(--border-radius--pill);
@@ -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-2);
75
- --primary-hover-color: var(--amber-accent-3);
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
 
Binary file