datex-ui 1.1.12 → 1.2.0

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/dist/index.esm.js CHANGED
@@ -216,7 +216,7 @@ class A {
216
216
  color: ${t.textColor} !important;
217
217
  line-height: 1em !important;
218
218
  width: 278px !important;
219
- z-index: 3001 !important;
219
+ z-index: 999999 !important;
220
220
  }
221
221
 
222
222
  /* Base arrow styles - creates the dropdown arrow */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "datex-ui",
3
3
  "access": "public",
4
- "version": "1.1.12",
4
+ "version": "1.2.0",
5
5
  "type": "module",
6
6
  "description": "A modern, lightweight, and customizable date range picker for TypeScript/JavaScript applications",
7
7
  "main": "dist/index.esm.js",