@sikka/hawa 0.30.9-next → 0.30.10-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/auth/index.js +2 -2
- package/dist/blocks/auth/index.mjs +2 -2
- package/dist/blocks/index.js +2 -2
- package/dist/blocks/index.mjs +2 -2
- package/dist/index.css +6 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
@@ -3525,7 +3525,7 @@ var LoginForm = ({
|
|
3525
3525
|
{
|
3526
3526
|
dir: props.direction,
|
3527
3527
|
className: cn(
|
3528
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3528
|
+
props.cardless && "!hawa-border-none !hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3529
3529
|
)
|
3530
3530
|
},
|
3531
3531
|
/* @__PURE__ */ import_react13.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ import_react13.default.createElement(
|
@@ -3836,7 +3836,7 @@ var RegisterForm = ({
|
|
3836
3836
|
dir: props.direction,
|
3837
3837
|
className: cn(
|
3838
3838
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
3839
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
3839
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3840
3840
|
)
|
3841
3841
|
},
|
3842
3842
|
/* @__PURE__ */ import_react15.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ import_react15.default.createElement("div", null, props.showError && /* @__PURE__ */ import_react15.default.createElement(
|
@@ -2628,7 +2628,7 @@ var LoginForm = ({
|
|
2628
2628
|
{
|
2629
2629
|
dir: props.direction,
|
2630
2630
|
className: cn(
|
2631
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
2631
|
+
props.cardless && "!hawa-border-none !hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
2632
2632
|
)
|
2633
2633
|
},
|
2634
2634
|
/* @__PURE__ */ React5.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ React5.createElement(
|
@@ -2930,7 +2930,7 @@ var RegisterForm = ({
|
|
2930
2930
|
dir: props.direction,
|
2931
2931
|
className: cn(
|
2932
2932
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
2933
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
2933
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
2934
2934
|
)
|
2935
2935
|
},
|
2936
2936
|
/* @__PURE__ */ React7.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ React7.createElement("div", null, props.showError && /* @__PURE__ */ React7.createElement(
|
package/dist/blocks/index.js
CHANGED
@@ -3682,7 +3682,7 @@ var LoginForm = ({
|
|
3682
3682
|
{
|
3683
3683
|
dir: props.direction,
|
3684
3684
|
className: cn(
|
3685
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3685
|
+
props.cardless && "!hawa-border-none !hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3686
3686
|
)
|
3687
3687
|
},
|
3688
3688
|
/* @__PURE__ */ import_react13.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ import_react13.default.createElement(
|
@@ -3993,7 +3993,7 @@ var RegisterForm = ({
|
|
3993
3993
|
dir: props.direction,
|
3994
3994
|
className: cn(
|
3995
3995
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
3996
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
3996
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3997
3997
|
)
|
3998
3998
|
},
|
3999
3999
|
/* @__PURE__ */ import_react15.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ import_react15.default.createElement("div", null, props.showError && /* @__PURE__ */ import_react15.default.createElement(
|
package/dist/blocks/index.mjs
CHANGED
@@ -387,7 +387,7 @@ var LoginForm = ({
|
|
387
387
|
{
|
388
388
|
dir: props.direction,
|
389
389
|
className: cn(
|
390
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
390
|
+
props.cardless && "!hawa-border-none !hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
391
391
|
)
|
392
392
|
},
|
393
393
|
/* @__PURE__ */ React2.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ React2.createElement(
|
@@ -551,7 +551,7 @@ var RegisterForm = ({
|
|
551
551
|
dir: props.direction,
|
552
552
|
className: cn(
|
553
553
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
554
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
554
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
555
555
|
)
|
556
556
|
},
|
557
557
|
/* @__PURE__ */ React3.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ React3.createElement("div", null, props.showError && /* @__PURE__ */ React3.createElement(
|
package/dist/index.css
CHANGED
@@ -2172,6 +2172,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2172
2172
|
.hawa-border-dashed {
|
2173
2173
|
border-style: dashed;
|
2174
2174
|
}
|
2175
|
+
.\!hawa-border-none {
|
2176
|
+
border-style: none !important;
|
2177
|
+
}
|
2175
2178
|
.hawa-border-none {
|
2176
2179
|
border-style: none;
|
2177
2180
|
}
|
@@ -2223,6 +2226,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2223
2226
|
.hawa-border-t-transparent {
|
2224
2227
|
border-top-color: transparent;
|
2225
2228
|
}
|
2229
|
+
.\!hawa-bg-transparent {
|
2230
|
+
background-color: transparent !important;
|
2231
|
+
}
|
2226
2232
|
.hawa-bg-\[hsl\(var\(--constant-background\)\)\] {
|
2227
2233
|
background-color: hsl(var(--constant-background));
|
2228
2234
|
}
|
package/dist/index.js
CHANGED
@@ -9806,7 +9806,7 @@ var LoginForm = ({
|
|
9806
9806
|
{
|
9807
9807
|
dir: props.direction,
|
9808
9808
|
className: cn(
|
9809
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9809
|
+
props.cardless && "!hawa-border-none !hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9810
9810
|
)
|
9811
9811
|
},
|
9812
9812
|
/* @__PURE__ */ import_react47.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ import_react47.default.createElement(
|
@@ -9970,7 +9970,7 @@ var RegisterForm = ({
|
|
9970
9970
|
dir: props.direction,
|
9971
9971
|
className: cn(
|
9972
9972
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
9973
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
9973
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9974
9974
|
)
|
9975
9975
|
},
|
9976
9976
|
/* @__PURE__ */ import_react48.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ import_react48.default.createElement("div", null, props.showError && /* @__PURE__ */ import_react48.default.createElement(
|
package/dist/index.mjs
CHANGED
@@ -9586,7 +9586,7 @@ var LoginForm = ({
|
|
9586
9586
|
{
|
9587
9587
|
dir: props.direction,
|
9588
9588
|
className: cn(
|
9589
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9589
|
+
props.cardless && "!hawa-border-none !hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9590
9590
|
)
|
9591
9591
|
},
|
9592
9592
|
/* @__PURE__ */ React74.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ React74.createElement(
|
@@ -9750,7 +9750,7 @@ var RegisterForm = ({
|
|
9750
9750
|
dir: props.direction,
|
9751
9751
|
className: cn(
|
9752
9752
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
9753
|
-
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
9753
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9754
9754
|
)
|
9755
9755
|
},
|
9756
9756
|
/* @__PURE__ */ React75.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ React75.createElement("div", null, props.showError && /* @__PURE__ */ React75.createElement(
|