@agorapulse/ui-theme 16.3.5 → 16.3.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
@@ -18,6 +18,10 @@
18
18
  cursor: pointer;
19
19
  }
20
20
 
21
+ .ng-input {
22
+ visibility: hidden;
23
+ }
24
+
21
25
  input {
22
26
  &:hover {
23
27
  cursor: pointer;
@@ -299,6 +303,11 @@
299
303
  &:not(.multiple) {
300
304
  background-color: var(--ref-color-electric-blue-10);
301
305
  color: var(--ref-color-electric-blue-150);
306
+ ap-symbol {
307
+ .svg {
308
+ color: var(--ref-color-electric-blue-150);
309
+ }
310
+ }
302
311
  .label {
303
312
  color: var(--ref-color-electric-blue-150);
304
313
  }
@@ -415,31 +424,6 @@
415
424
  margin: var(--ref-spacing-xxs) 0;
416
425
  }
417
426
 
418
- .create-new {
419
- display: flex;
420
- align-items: center;
421
- border: none;
422
- width: 100%;
423
- background-color: transparent;
424
- gap: var(--ref-spacing-xxxs);
425
- color: var(--ref-color-electric-blue-150);
426
- font-weight: var(--ref-font-weight-bold);
427
- font-family: var(--ref-font-family);
428
- cursor: pointer;
429
- padding: var(--comp-select-search-bar-bottom-link-margin-top) var(--comp-select-search-bar-bottom-link-padding-horizontal)
430
- var(--comp-select-search-bar-bottom-link-padding-bottom) var(--comp-select-search-bar-bottom-link-padding-horizontal);
431
- line-height: var(--ref-font-line-height-sm);
432
- font-size: var(--ref-font-size-sm);
433
-
434
- &:hover {
435
- color: var(--ref-color-electric-blue-100);
436
- }
437
-
438
- &:active {
439
- color: var(--ref-color-electric-blue-150);
440
- }
441
- }
442
-
443
427
  .option {
444
428
  display: flex;
445
429
  align-items: center;
@@ -466,6 +450,10 @@
466
450
  }
467
451
  }
468
452
 
453
+ ap-symbol {
454
+ color: var(--comp-select-one-line-text-color);
455
+ }
456
+
469
457
  .option-item {
470
458
  overflow: hidden;
471
459
  white-space: nowrap;
@@ -573,6 +561,30 @@
573
561
  padding: 0;
574
562
  margin-top: var(--ref-spacing-xxxs);
575
563
  border-top: 1px solid var(--ref-color-grey-10);
564
+ .create-new {
565
+ display: flex;
566
+ align-items: center;
567
+ border: none;
568
+ width: 100%;
569
+ background-color: transparent;
570
+ gap: var(--ref-spacing-xxxs);
571
+ color: var(--ref-color-electric-blue-150);
572
+ font-weight: var(--ref-font-weight-bold);
573
+ font-family: var(--ref-font-family);
574
+ cursor: pointer;
575
+ padding: var(--comp-select-search-bar-bottom-link-margin-top) var(--comp-select-search-bar-bottom-link-padding-horizontal)
576
+ var(--comp-select-search-bar-bottom-link-padding-bottom) var(--comp-select-search-bar-bottom-link-padding-horizontal);
577
+ line-height: var(--ref-font-line-height-sm);
578
+ font-size: var(--ref-font-size-sm);
579
+
580
+ &:hover {
581
+ color: var(--ref-color-electric-blue-100);
582
+ }
583
+
584
+ &:active {
585
+ color: var(--ref-color-electric-blue-150);
586
+ }
587
+ }
576
588
  }
577
589
 
578
590
  .standalone-link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "16.3.5",
3
+ "version": "16.3.7",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file