@antify/ui 2.2.9 → 2.2.10

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/README.md CHANGED
@@ -13,8 +13,8 @@ Certain components, such as modals and toasts, need to be displayed on top of ot
13
13
 
14
14
  | Component | z-index |
15
15
  |-------------|---------|
16
- | AntDropdown | 50 |
17
- | AntModal | 80 |
16
+ | AntModal | 50 |
17
+ | AntDropdown | 80 |
18
18
  | AntPopover | 90 |
19
19
  | AntToaster | 100 |
20
20
 
@@ -50,7 +50,7 @@ const {
50
50
  });
51
51
 
52
52
  const _dropdownClasses = computed(() => ({
53
- 'min-w-[10rem] z-[50]': true,
53
+ 'min-w-[10rem] z-[80]': true,
54
54
  ...classesToObjectSyntax(props.dropdownClasses),
55
55
  }));
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {