@agorapulse/ui-theme 17.1.1 → 17.1.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.
Binary file
@@ -270,18 +270,27 @@
270
270
  .option {
271
271
  background-color: var(--ref-color-electric-blue-10);
272
272
  }
273
+ .feature-locked-option {
274
+ background-color: var(--ref-color-purple-10);
275
+ }
273
276
  }
274
277
 
275
278
  &:active:not(.ng-option-disabled) {
276
279
  .option {
277
280
  background-color: var(--ref-color-electric-blue-20);
278
281
  }
282
+ .feature-locked-option {
283
+ background-color: var(--ref-color-purple-20);
284
+ }
279
285
  }
280
286
 
281
287
  &:focus:not(.ng-option-disabled) {
282
288
  .option {
283
289
  background-color: var(--ref-color-electric-blue-20);
284
290
  }
291
+ .feature-locked-option {
292
+ background-color: var(--ref-color-purple-20);
293
+ }
285
294
  }
286
295
 
287
296
  &.ng-option-selected {
@@ -303,10 +312,11 @@
303
312
  &:not(.multiple) {
304
313
  background-color: var(--ref-color-electric-blue-10);
305
314
  color: var(--ref-color-electric-blue-150);
306
- ap-symbol:not(.option-selected) {
307
- .svg {
308
- color: var(--ref-color-electric-blue-150);
309
- }
315
+ ap-symbol:not(.option-selected) .svg {
316
+ color: var(--ref-color-electric-blue-150);
317
+ }
318
+ ap-avatar ap-symbol:not(.option-selected) .svg {
319
+ color: inherit;
310
320
  }
311
321
  .label {
312
322
  color: var(--ref-color-electric-blue-150);
@@ -324,6 +334,10 @@
324
334
  background-color: transparent;
325
335
  }
326
336
 
337
+ .feature-locked-option {
338
+ background-color: var(--ref-color-purple-10) !important;
339
+ }
340
+
327
341
  .option {
328
342
  background-color: var(--ref-color-electric-blue-10);
329
343
  span {
@@ -612,3 +626,7 @@
612
626
  }
613
627
  }
614
628
  }
629
+
630
+ .feature-locked-label {
631
+ cursor: pointer;
632
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "17.1.1",
3
+ "version": "17.1.3",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file