@agorapulse/ui-theme 16.3.2 → 16.3.4

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
@@ -33,6 +33,9 @@
33
33
  &.ap-textarea.resizable {
34
34
  resize: auto;
35
35
  }
36
+ &.ap-textarea {
37
+ min-width: 256px;
38
+ }
36
39
  &[type='search']::-webkit-search-decoration,
37
40
  &[type='search']::-webkit-search-cancel-button,
38
41
  &[type='search']::-webkit-search-results-button,
@@ -290,6 +290,11 @@
290
290
  .option-item {
291
291
  font-weight: var(--comp-select-one-line-selected-text-font-weight);
292
292
  }
293
+ &.multiple {
294
+ .option-item {
295
+ color: var(--ref-color-grey-100);
296
+ }
297
+ }
293
298
 
294
299
  &:not(.multiple) {
295
300
  background-color: var(--ref-color-electric-blue-10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "16.3.2",
3
+ "version": "16.3.4",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file