@vaadin/multi-select-combo-box 24.1.0-alpha5 → 24.1.0-alpha7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/multi-select-combo-box",
3
- "version": "24.1.0-alpha5",
3
+ "version": "24.1.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,17 +37,17 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "24.1.0-alpha5",
41
- "@vaadin/combo-box": "24.1.0-alpha5",
42
- "@vaadin/component-base": "24.1.0-alpha5",
43
- "@vaadin/field-base": "24.1.0-alpha5",
44
- "@vaadin/input-container": "24.1.0-alpha5",
45
- "@vaadin/item": "24.1.0-alpha5",
46
- "@vaadin/lit-renderer": "24.1.0-alpha5",
47
- "@vaadin/overlay": "24.1.0-alpha5",
48
- "@vaadin/vaadin-lumo-styles": "24.1.0-alpha5",
49
- "@vaadin/vaadin-material-styles": "24.1.0-alpha5",
50
- "@vaadin/vaadin-themable-mixin": "24.1.0-alpha5"
40
+ "@vaadin/a11y-base": "24.1.0-alpha7",
41
+ "@vaadin/combo-box": "24.1.0-alpha7",
42
+ "@vaadin/component-base": "24.1.0-alpha7",
43
+ "@vaadin/field-base": "24.1.0-alpha7",
44
+ "@vaadin/input-container": "24.1.0-alpha7",
45
+ "@vaadin/item": "24.1.0-alpha7",
46
+ "@vaadin/lit-renderer": "24.1.0-alpha7",
47
+ "@vaadin/overlay": "24.1.0-alpha7",
48
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha7",
49
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha7",
50
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha7"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@esm-bundle/chai": "^4.3.4",
@@ -59,5 +59,5 @@
59
59
  "web-types.json",
60
60
  "web-types.lit.json"
61
61
  ],
62
- "gitHead": "1ab6c977fe239d94aac5f39940c1a4722ad4bb63"
62
+ "gitHead": "6711b6ac7b49e2ddc0990c34de9718b58c2d16b3"
63
63
  }
@@ -70,6 +70,13 @@ class MultiSelectComboBoxChip extends ThemableMixin(PolymerElement) {
70
70
  :host(:is([readonly], [disabled], [slot='overflow'])) [part='remove-button'] {
71
71
  display: none !important;
72
72
  }
73
+
74
+ @media (forced-colors: active) {
75
+ :host {
76
+ outline: 1px solid;
77
+ outline-offset: -1px;
78
+ }
79
+ }
73
80
  </style>
74
81
  <div part="label">[[label]]</div>
75
82
  <div part="remove-button" role="button" on-click="_onRemoveClick"></div>
@@ -41,6 +41,7 @@ export class MultiSelectComboBoxScroller extends ComboBoxScrollerMixin(PolymerEl
41
41
  border-width: var(--_vaadin-multi-select-combo-box-items-container-border-width);
42
42
  border-style: var(--_vaadin-multi-select-combo-box-items-container-border-style);
43
43
  border-color: var(--_vaadin-multi-select-combo-box-items-container-border-color, transparent);
44
+ position: relative;
44
45
  }
45
46
  </style>
46
47
  <div id="selector">
@@ -479,6 +479,7 @@ class MultiSelectComboBox extends ResizeMixin(InputControlMixin(ThemableMixin(El
479
479
  `
480
480
  ${tag}[has-value] input::placeholder {
481
481
  color: transparent !important;
482
+ forced-color-adjust: none;
482
483
  }
483
484
  `,
484
485
  ];
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.1.0-alpha5",
4
+ "version": "24.1.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.1.0-alpha5",
4
+ "version": "24.1.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {