@sikka/hawa 0.13.12-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 +1 -1
- package/dist/index.mjs +1 -1
- 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
|
}
|
package/dist/index.js
CHANGED
|
@@ -5188,7 +5188,7 @@ var Input = function(_param) {
|
|
|
5188
5188
|
height: 40
|
|
5189
5189
|
}
|
|
5190
5190
|
})), props.iconInside && /* @__PURE__ */ import_react25.default.createElement("div", {
|
|
5191
|
-
className: "hawa-absolute hawa-
|
|
5191
|
+
className: "hawa-absolute hawa-end-2 hawa-top-[41px] hawa-mx-1 hawa--translate-y-1/2"
|
|
5192
5192
|
}, props.iconInside), !forceHideHelperText && /* @__PURE__ */ import_react25.default.createElement("p", {
|
|
5193
5193
|
className: cn("hawa-my-0 hawa-text-xs hawa-text-helper-color hawa-transition-all", props.helperText ? "hawa-opacity-100 hawa-h-4" : "hawa-opacity-0 hawa-h-0")
|
|
5194
5194
|
}, props.helperText))));
|
package/dist/index.mjs
CHANGED
|
@@ -4854,7 +4854,7 @@ var Input = ({
|
|
|
4854
4854
|
disabled: preview,
|
|
4855
4855
|
style: { height: 40 }
|
|
4856
4856
|
}
|
|
4857
|
-
)), props.iconInside && /* @__PURE__ */ React38.createElement("div", { className: "hawa-absolute hawa-
|
|
4857
|
+
)), props.iconInside && /* @__PURE__ */ React38.createElement("div", { className: "hawa-absolute hawa-end-2 hawa-top-[41px] hawa-mx-1 hawa--translate-y-1/2" }, props.iconInside), !forceHideHelperText && /* @__PURE__ */ React38.createElement(
|
|
4858
4858
|
"p",
|
|
4859
4859
|
{
|
|
4860
4860
|
className: cn(
|