@agorapulse/ui-theme 16.3.3 → 16.3.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.
Binary file
@@ -557,6 +557,9 @@
557
557
  --comp-tag-padding-left: 4px;
558
558
  --comp-tag-padding-right: 4px;
559
559
  --comp-tag-closable-padding-right: 2px;
560
+ --comp-tag-mini-padding-left: 2px;
561
+ --comp-tag-mini-padding-right: 2px;
562
+ --comp-tag-mini-height: 18px;
560
563
  --comp-tag-blue-text-color: #0E72D6;
561
564
  --comp-tag-blue-background-color: #E8F4FF;
562
565
  --comp-tag-blue-border-color: #D1E8FF;
@@ -557,6 +557,9 @@
557
557
  --comp-tag-padding-left: 4px;
558
558
  --comp-tag-padding-right: 4px;
559
559
  --comp-tag-closable-padding-right: 2px;
560
+ --comp-tag-mini-padding-left: 2px;
561
+ --comp-tag-mini-padding-right: 2px;
562
+ --comp-tag-mini-height: 18px;
560
563
  --comp-tag-blue-text-color: #0E72D6;
561
564
  --comp-tag-blue-background-color: #E8F4FF;
562
565
  --comp-tag-blue-border-color: #D1E8FF;
@@ -289,7 +289,11 @@
289
289
  font-weight: var(--comp-select-one-line-selected-text-font-weight);
290
290
  .option-item {
291
291
  font-weight: var(--comp-select-one-line-selected-text-font-weight);
292
- color: var(--ref-color-grey-100);
292
+ }
293
+ &.multiple {
294
+ .option-item {
295
+ color: var(--ref-color-grey-100);
296
+ }
293
297
  }
294
298
 
295
299
  &:not(.multiple) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "16.3.3",
3
+ "version": "16.3.5",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,6 +43,19 @@
43
43
  }
44
44
  }
45
45
  },
46
+ "mini": {
47
+ "padding": {
48
+ "left": {
49
+ "value": "2px"
50
+ },
51
+ "right": {
52
+ "value": "2px"
53
+ }
54
+ },
55
+ "height": {
56
+ "value": "18px"
57
+ }
58
+ },
46
59
  "blue": {
47
60
  "text": {
48
61
  "color": {
Binary file