@agorapulse/ui-theme 20.2.5 → 20.2.7

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.
Binary file
@@ -213,7 +213,7 @@
213
213
  --sys-radio-transition-duration: 250ms;
214
214
  --sys-settings-content-max-width-md: 700px;
215
215
  --sys-settings-content-max-width-lg: 1200px;
216
- --sys-settings-content-internal-margin: 16px;
216
+ --sys-settings-content-internal-margin: 24px;
217
217
  --sys-settings-content-vertical-spacing: 16px;
218
218
  --sys-settings-content-background-color: #F9F9FA;
219
219
  --sys-settings-card-border-color: #EAECEF;
@@ -213,7 +213,7 @@
213
213
  --sys-radio-transition-duration: 250ms;
214
214
  --sys-settings-content-max-width-md: 700px;
215
215
  --sys-settings-content-max-width-lg: 1200px;
216
- --sys-settings-content-internal-margin: 16px;
216
+ --sys-settings-content-internal-margin: 24px;
217
217
  --sys-settings-content-vertical-spacing: 16px;
218
218
  --sys-settings-content-background-color: #F9F9FA;
219
219
  --sys-settings-card-border-color: #EAECEF;
@@ -194,37 +194,40 @@
194
194
  }
195
195
 
196
196
  @mixin icon-btn-color($base, $hover-bg: 10, $active-bg: 20) {
197
- &:hover:not(.stroked) {
197
+ &:hover:not(.stroked):not(:disabled) {
198
198
  background: var(--ref-color-#{$base}-#{$hover-bg});
199
199
  }
200
200
 
201
- &:active:not(.stroked) {
201
+ &:active:not(.stroked):not(:disabled) {
202
202
  background: var(--ref-color-#{$base}-#{$active-bg});
203
203
  }
204
204
 
205
205
  &:disabled {
206
+ border-color: var(--ref-color-#{$base}-20);
206
207
  ap-symbol {
207
208
  color: var(--ref-color-#{$base}-20);
208
209
  }
209
210
  }
210
211
 
212
+
211
213
  ap-symbol {
212
214
  color: var(--ref-color-#{$base}-100);
213
215
  }
214
216
  }
215
217
 
216
218
  @mixin icon-btn-stroked-color($base) {
217
- &:not(.loading):not(.locked) {
219
+ &:not(.loading):not(.locked):not(:disabled) {
218
220
  border-color: var(--ref-color-#{$base}-100);
219
221
 
220
- &:hover:not(.locked) {
222
+ &:hover:not(.locked):not(:disabled) {
221
223
  border-color: var(--ref-color-#{$base}-60);
222
224
  }
223
225
 
224
- &:active:not(.locked) {
226
+ &:active:not(.locked):not(:disabled) {
225
227
  border-color: var(--ref-color-#{$base}-100);
226
228
  }
227
229
  }
230
+
228
231
  &:disabled {
229
232
  border-color: var(--ref-color-#{$base}-20);
230
233
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "20.2.5",
3
+ "version": "20.2.7",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "internal": {
14
14
  "margin": {
15
- "value": "{ref.spacing.sm}"
15
+ "value": "{ref.spacing.md}"
16
16
  }
17
17
  },
18
18
  "vertical": {
Binary file