draft-components 1.10.1 → 1.10.2

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.
@@ -3937,7 +3937,6 @@
3937
3937
  }
3938
3938
 
3939
3939
  .dc-filtered-search__filters {
3940
- z-index: var(--dc-overlay-z-index);
3941
3940
  display: flex;
3942
3941
  flex-grow: 1;
3943
3942
  flex-wrap: wrap;
@@ -3984,6 +3983,7 @@
3984
3983
  .dc-filtered-search__list-box {
3985
3984
  font-size: var(--dc-filtered-search-font-size);
3986
3985
  position: absolute;
3986
+ z-index: var(--dc-overlay-z-index);
3987
3987
  top: calc(100% + 8px);
3988
3988
  left: 0;
3989
3989
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {