@sikka/hawa 0.13.11-next → 0.13.13-next
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.css +3 -3
- package/dist/index.js +737 -736
- package/dist/index.mjs +609 -608
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -738,6 +738,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
738
738
|
.hawa-bottom-4 {
|
|
739
739
|
bottom: 1rem;
|
|
740
740
|
}
|
|
741
|
+
.hawa-end-2 {
|
|
742
|
+
inset-inline-end: 0.5rem;
|
|
743
|
+
}
|
|
741
744
|
.hawa-left-0 {
|
|
742
745
|
left: 0px;
|
|
743
746
|
}
|
|
@@ -759,9 +762,6 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
759
762
|
.hawa-right-0 {
|
|
760
763
|
right: 0px;
|
|
761
764
|
}
|
|
762
|
-
.hawa-right-1 {
|
|
763
|
-
right: 0.25rem;
|
|
764
|
-
}
|
|
765
765
|
.hawa-right-2 {
|
|
766
766
|
right: 0.5rem;
|
|
767
767
|
}
|