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