warqadui 0.0.44 → 0.0.46

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/styles.js CHANGED
@@ -438,6 +438,9 @@ select:-webkit-autofill:focus {
438
438
  .pointer-events-none {
439
439
  pointer-events: none;
440
440
  }
441
+ .\\!visible {
442
+ visibility: visible !important;
443
+ }
441
444
  .visible {
442
445
  visibility: visible;
443
446
  }
package/dist/styles.mjs CHANGED
@@ -436,6 +436,9 @@ select:-webkit-autofill:focus {
436
436
  .pointer-events-none {
437
437
  pointer-events: none;
438
438
  }
439
+ .\\!visible {
440
+ visibility: visible !important;
441
+ }
439
442
  .visible {
440
443
  visibility: visible;
441
444
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",