warqadui 0.0.24 → 0.0.26

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
@@ -472,7 +472,7 @@ select:-webkit-autofill:focus {
472
472
  .bottom-2 {
473
473
  bottom: 0.5rem;
474
474
  }
475
- .bottom-\\[100\\%\\] {
475
+ .bottom-full {
476
476
  bottom: 100%;
477
477
  }
478
478
  .left-0 {
@@ -511,9 +511,6 @@ select:-webkit-autofill:focus {
511
511
  .z-50 {
512
512
  z-index: 50;
513
513
  }
514
- .z-\\[9999\\] {
515
- z-index: 9999;
516
- }
517
514
  .mx-2 {
518
515
  margin-left: 0.5rem;
519
516
  margin-right: 0.5rem;
package/dist/styles.mjs CHANGED
@@ -470,7 +470,7 @@ select:-webkit-autofill:focus {
470
470
  .bottom-2 {
471
471
  bottom: 0.5rem;
472
472
  }
473
- .bottom-\\[100\\%\\] {
473
+ .bottom-full {
474
474
  bottom: 100%;
475
475
  }
476
476
  .left-0 {
@@ -509,9 +509,6 @@ select:-webkit-autofill:focus {
509
509
  .z-50 {
510
510
  z-index: 50;
511
511
  }
512
- .z-\\[9999\\] {
513
- z-index: 9999;
514
- }
515
512
  .mx-2 {
516
513
  margin-left: 0.5rem;
517
514
  margin-right: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",