@sikka/hawa 0.26.2-next → 0.26.3-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/blocks/feedback/index.css +5 -0
- package/dist/blocks/feedback/index.js +2 -2
- package/dist/blocks/feedback/index.mjs +1 -1
- package/dist/blocks/index.css +5 -0
- package/dist/blocks/index.js +2 -2
- package/dist/blocks/index.mjs +1 -1
- package/dist/blocks/misc/index.css +5 -0
- package/dist/blocks/misc/index.js +2 -2
- package/dist/blocks/misc/index.mjs +1 -1
- package/dist/{chunk-PKLR7UF6.mjs → chunk-2XKXPVD3.mjs} +2 -2
- package/dist/{chunk-MJMQDUCC.mjs → chunk-I7I5JJHC.mjs} +2 -2
- package/dist/codeBlock/index.css +5 -0
- package/dist/codeBlock/index.js +2 -2
- package/dist/codeBlock/index.mjs +2 -2
- package/dist/elements/index.css +5 -0
- package/dist/elements/index.js +2 -2
- package/dist/elements/index.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/textarea/index.css +5 -0
- package/dist/textarea/index.js +2 -2
- package/dist/textarea/index.mjs +2 -2
- package/package.json +1 -1
@@ -687,7 +687,7 @@ var Textarea = React7.forwardRef(
|
|
687
687
|
countPosition = "bottom",
|
688
688
|
...props
|
689
689
|
}, ref) => {
|
690
|
-
return /* @__PURE__ */ React7.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React7.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React7.createElement(
|
690
|
+
return /* @__PURE__ */ React7.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React7.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React7.createElement(
|
691
691
|
"textarea",
|
692
692
|
{
|
693
693
|
className: cn(
|
@@ -710,7 +710,7 @@ var Textarea = React7.forwardRef(
|
|
710
710
|
"div",
|
711
711
|
{
|
712
712
|
className: cn(
|
713
|
-
"
|
713
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
714
714
|
{
|
715
715
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
716
716
|
}
|
package/dist/blocks/index.js
CHANGED
@@ -4552,7 +4552,7 @@ var Textarea = React27.forwardRef(
|
|
4552
4552
|
countPosition = "bottom",
|
4553
4553
|
...props
|
4554
4554
|
}, ref) => {
|
4555
|
-
return /* @__PURE__ */ React27.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React27.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React27.createElement(
|
4555
|
+
return /* @__PURE__ */ React27.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React27.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React27.createElement(
|
4556
4556
|
"textarea",
|
4557
4557
|
{
|
4558
4558
|
className: cn(
|
@@ -4575,7 +4575,7 @@ var Textarea = React27.forwardRef(
|
|
4575
4575
|
"div",
|
4576
4576
|
{
|
4577
4577
|
className: cn(
|
4578
|
-
"
|
4578
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
4579
4579
|
{
|
4580
4580
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
4581
4581
|
}
|
package/dist/blocks/index.mjs
CHANGED
@@ -987,7 +987,7 @@ var Textarea = React18.forwardRef(
|
|
987
987
|
countPosition = "bottom",
|
988
988
|
...props
|
989
989
|
}, ref) => {
|
990
|
-
return /* @__PURE__ */ React18.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React18.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React18.createElement(
|
990
|
+
return /* @__PURE__ */ React18.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React18.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React18.createElement(
|
991
991
|
"textarea",
|
992
992
|
{
|
993
993
|
className: cn(
|
@@ -1010,7 +1010,7 @@ var Textarea = React18.forwardRef(
|
|
1010
1010
|
"div",
|
1011
1011
|
{
|
1012
1012
|
className: cn(
|
1013
|
-
"
|
1013
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
1014
1014
|
{
|
1015
1015
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
1016
1016
|
}
|
@@ -15,7 +15,7 @@ var Textarea = React.forwardRef(
|
|
15
15
|
countPosition = "bottom",
|
16
16
|
...props
|
17
17
|
}, ref) => {
|
18
|
-
return /* @__PURE__ */ React.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React.createElement(
|
18
|
+
return /* @__PURE__ */ React.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React.createElement(
|
19
19
|
"textarea",
|
20
20
|
{
|
21
21
|
className: cn(
|
@@ -38,7 +38,7 @@ var Textarea = React.forwardRef(
|
|
38
38
|
"div",
|
39
39
|
{
|
40
40
|
className: cn(
|
41
|
-
"
|
41
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
42
42
|
{
|
43
43
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
44
44
|
}
|
@@ -2660,7 +2660,7 @@ var Textarea = React10.forwardRef(
|
|
2660
2660
|
countPosition = "bottom",
|
2661
2661
|
...props
|
2662
2662
|
}, ref) => {
|
2663
|
-
return /* @__PURE__ */ React10.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React10.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React10.createElement(
|
2663
|
+
return /* @__PURE__ */ React10.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React10.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React10.createElement(
|
2664
2664
|
"textarea",
|
2665
2665
|
{
|
2666
2666
|
className: cn(
|
@@ -2683,7 +2683,7 @@ var Textarea = React10.forwardRef(
|
|
2683
2683
|
"div",
|
2684
2684
|
{
|
2685
2685
|
className: cn(
|
2686
|
-
"
|
2686
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
2687
2687
|
{
|
2688
2688
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
2689
2689
|
}
|
package/dist/codeBlock/index.js
CHANGED
@@ -1989,7 +1989,7 @@ var Textarea = React28.forwardRef(
|
|
1989
1989
|
countPosition = "bottom",
|
1990
1990
|
...props
|
1991
1991
|
}, ref) => {
|
1992
|
-
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
1992
|
+
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
1993
1993
|
"textarea",
|
1994
1994
|
{
|
1995
1995
|
className: cn(
|
@@ -2012,7 +2012,7 @@ var Textarea = React28.forwardRef(
|
|
2012
2012
|
"div",
|
2013
2013
|
{
|
2014
2014
|
className: cn(
|
2015
|
-
"
|
2015
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
2016
2016
|
{
|
2017
2017
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
2018
2018
|
}
|
package/dist/codeBlock/index.mjs
CHANGED
@@ -1862,7 +1862,7 @@ var Textarea = React26.forwardRef(
|
|
1862
1862
|
countPosition = "bottom",
|
1863
1863
|
...props
|
1864
1864
|
}, ref) => {
|
1865
|
-
return /* @__PURE__ */ React26.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React26.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React26.createElement(
|
1865
|
+
return /* @__PURE__ */ React26.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React26.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React26.createElement(
|
1866
1866
|
"textarea",
|
1867
1867
|
{
|
1868
1868
|
className: cn(
|
@@ -1885,7 +1885,7 @@ var Textarea = React26.forwardRef(
|
|
1885
1885
|
"div",
|
1886
1886
|
{
|
1887
1887
|
className: cn(
|
1888
|
-
"
|
1888
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
1889
1889
|
{
|
1890
1890
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
1891
1891
|
}
|
package/dist/elements/index.js
CHANGED
@@ -3427,7 +3427,7 @@ var Textarea = React28.forwardRef(
|
|
3427
3427
|
countPosition = "bottom",
|
3428
3428
|
...props
|
3429
3429
|
}, ref) => {
|
3430
|
-
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
3430
|
+
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
3431
3431
|
"textarea",
|
3432
3432
|
{
|
3433
3433
|
className: cn(
|
@@ -3450,7 +3450,7 @@ var Textarea = React28.forwardRef(
|
|
3450
3450
|
"div",
|
3451
3451
|
{
|
3452
3452
|
className: cn(
|
3453
|
-
"
|
3453
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
3454
3454
|
{
|
3455
3455
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
3456
3456
|
}
|
package/dist/elements/index.mjs
CHANGED
package/dist/index.js
CHANGED
@@ -3493,7 +3493,7 @@ var Textarea = React28.forwardRef(
|
|
3493
3493
|
countPosition = "bottom",
|
3494
3494
|
...props
|
3495
3495
|
}, ref) => {
|
3496
|
-
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
3496
|
+
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
3497
3497
|
"textarea",
|
3498
3498
|
{
|
3499
3499
|
className: cn(
|
@@ -3516,7 +3516,7 @@ var Textarea = React28.forwardRef(
|
|
3516
3516
|
"div",
|
3517
3517
|
{
|
3518
3518
|
className: cn(
|
3519
|
-
"
|
3519
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
3520
3520
|
{
|
3521
3521
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
3522
3522
|
}
|
package/dist/index.mjs
CHANGED
@@ -3260,7 +3260,7 @@ var Textarea = React28.forwardRef(
|
|
3260
3260
|
countPosition = "bottom",
|
3261
3261
|
...props
|
3262
3262
|
}, ref) => {
|
3263
|
-
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
3263
|
+
return /* @__PURE__ */ React28.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React28.createElement(Label2, { ...labelProps }, props.label), /* @__PURE__ */ React28.createElement(
|
3264
3264
|
"textarea",
|
3265
3265
|
{
|
3266
3266
|
className: cn(
|
@@ -3283,7 +3283,7 @@ var Textarea = React28.forwardRef(
|
|
3283
3283
|
"div",
|
3284
3284
|
{
|
3285
3285
|
className: cn(
|
3286
|
-
"
|
3286
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
3287
3287
|
{
|
3288
3288
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
3289
3289
|
}
|
package/dist/textarea/index.js
CHANGED
@@ -151,7 +151,7 @@ var Textarea = React3.forwardRef(
|
|
151
151
|
countPosition = "bottom",
|
152
152
|
...props
|
153
153
|
}, ref) => {
|
154
|
-
return /* @__PURE__ */ React3.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React3.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React3.createElement(
|
154
|
+
return /* @__PURE__ */ React3.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React3.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React3.createElement(
|
155
155
|
"textarea",
|
156
156
|
{
|
157
157
|
className: cn(
|
@@ -174,7 +174,7 @@ var Textarea = React3.forwardRef(
|
|
174
174
|
"div",
|
175
175
|
{
|
176
176
|
className: cn(
|
177
|
-
"
|
177
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
178
178
|
{
|
179
179
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
180
180
|
}
|
package/dist/textarea/index.mjs
CHANGED
@@ -112,7 +112,7 @@ var Textarea = React3.forwardRef(
|
|
112
112
|
countPosition = "bottom",
|
113
113
|
...props
|
114
114
|
}, ref) => {
|
115
|
-
return /* @__PURE__ */ React3.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React3.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React3.createElement(
|
115
|
+
return /* @__PURE__ */ React3.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2 textarea-main " }, props.label && /* @__PURE__ */ React3.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React3.createElement(
|
116
116
|
"textarea",
|
117
117
|
{
|
118
118
|
className: cn(
|
@@ -135,7 +135,7 @@ var Textarea = React3.forwardRef(
|
|
135
135
|
"div",
|
136
136
|
{
|
137
137
|
className: cn(
|
138
|
-
"
|
138
|
+
"hawa-text-start hawa-text-xs hawa-transition-all",
|
139
139
|
{
|
140
140
|
"hawa-absolute hawa-bottom-[80px] hawa-end-0 hawa-translate-y-1/2": countPosition === "top"
|
141
141
|
}
|