draft-components 1.10.0 → 1.10.1

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,6 +3937,7 @@
3937
3937
  }
3938
3938
 
3939
3939
  .dc-filtered-search__filters {
3940
+ z-index: var(--dc-overlay-z-index);
3940
3941
  display: flex;
3941
3942
  flex-grow: 1;
3942
3943
  flex-wrap: wrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {