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/index.d.mts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +276 -244
- package/dist/index.mjs +221 -189
- package/dist/styles.js +1 -4
- package/dist/styles.mjs +1 -4
- package/package.json +1 -1
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
|
|
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
|
|
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;
|