@sikka/hawa 0.30.7-next → 0.30.8-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 +4 -4
- package/dist/blocks/auth/index.mjs +4 -4
- package/dist/blocks/index.js +4 -4
- package/dist/blocks/index.mjs +4 -4
- package/dist/index.css +9 -0
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
@@ -3521,10 +3521,10 @@ var LoginForm = ({
|
|
3521
3521
|
{
|
3522
3522
|
dir: props.direction,
|
3523
3523
|
className: cn(
|
3524
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
3524
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3525
3525
|
)
|
3526
3526
|
},
|
3527
|
-
/* @__PURE__ */ import_react13.default.createElement(CardContent, { headless: true }, props.showError && /* @__PURE__ */ import_react13.default.createElement(
|
3527
|
+
/* @__PURE__ */ import_react13.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ import_react13.default.createElement(
|
3528
3528
|
Alert,
|
3529
3529
|
{
|
3530
3530
|
direction: props.direction,
|
@@ -3831,10 +3831,10 @@ var RegisterForm = ({
|
|
3831
3831
|
dir: props.direction,
|
3832
3832
|
className: cn(
|
3833
3833
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
3834
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
3834
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
3835
3835
|
)
|
3836
3836
|
},
|
3837
|
-
/* @__PURE__ */ import_react15.default.createElement(CardContent, { headless: true }, /* @__PURE__ */ import_react15.default.createElement("div", null, props.showError && /* @__PURE__ */ import_react15.default.createElement(
|
3837
|
+
/* @__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(
|
3838
3838
|
Alert,
|
3839
3839
|
{
|
3840
3840
|
direction: props.direction,
|
@@ -2628,10 +2628,10 @@ 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
|
-
/* @__PURE__ */ React5.createElement(CardContent, { headless: true }, props.showError && /* @__PURE__ */ React5.createElement(
|
2634
|
+
/* @__PURE__ */ React5.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ React5.createElement(
|
2635
2635
|
Alert,
|
2636
2636
|
{
|
2637
2637
|
direction: props.direction,
|
@@ -2929,10 +2929,10 @@ var RegisterForm = ({
|
|
2929
2929
|
dir: props.direction,
|
2930
2930
|
className: cn(
|
2931
2931
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
2932
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
2932
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
2933
2933
|
)
|
2934
2934
|
},
|
2935
|
-
/* @__PURE__ */ React7.createElement(CardContent, { headless: true }, /* @__PURE__ */ React7.createElement("div", null, props.showError && /* @__PURE__ */ React7.createElement(
|
2935
|
+
/* @__PURE__ */ React7.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ React7.createElement("div", null, props.showError && /* @__PURE__ */ React7.createElement(
|
2936
2936
|
Alert,
|
2937
2937
|
{
|
2938
2938
|
direction: props.direction,
|
package/dist/blocks/index.js
CHANGED
@@ -3678,10 +3678,10 @@ var LoginForm = ({
|
|
3678
3678
|
{
|
3679
3679
|
dir: props.direction,
|
3680
3680
|
className: cn(
|
3681
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
3681
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
3682
3682
|
)
|
3683
3683
|
},
|
3684
|
-
/* @__PURE__ */ import_react13.default.createElement(CardContent, { headless: true }, props.showError && /* @__PURE__ */ import_react13.default.createElement(
|
3684
|
+
/* @__PURE__ */ import_react13.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ import_react13.default.createElement(
|
3685
3685
|
Alert,
|
3686
3686
|
{
|
3687
3687
|
direction: props.direction,
|
@@ -3988,10 +3988,10 @@ var RegisterForm = ({
|
|
3988
3988
|
dir: props.direction,
|
3989
3989
|
className: cn(
|
3990
3990
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
3991
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
3991
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
3992
3992
|
)
|
3993
3993
|
},
|
3994
|
-
/* @__PURE__ */ import_react15.default.createElement(CardContent, { headless: true }, /* @__PURE__ */ import_react15.default.createElement("div", null, props.showError && /* @__PURE__ */ import_react15.default.createElement(
|
3994
|
+
/* @__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(
|
3995
3995
|
Alert,
|
3996
3996
|
{
|
3997
3997
|
direction: props.direction,
|
package/dist/blocks/index.mjs
CHANGED
@@ -387,10 +387,10 @@ 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
|
-
/* @__PURE__ */ React2.createElement(CardContent, { headless: true }, props.showError && /* @__PURE__ */ React2.createElement(
|
393
|
+
/* @__PURE__ */ React2.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ React2.createElement(
|
394
394
|
Alert,
|
395
395
|
{
|
396
396
|
direction: props.direction,
|
@@ -550,10 +550,10 @@ var RegisterForm = ({
|
|
550
550
|
dir: props.direction,
|
551
551
|
className: cn(
|
552
552
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
553
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
553
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
554
554
|
)
|
555
555
|
},
|
556
|
-
/* @__PURE__ */ React3.createElement(CardContent, { headless: true }, /* @__PURE__ */ React3.createElement("div", null, props.showError && /* @__PURE__ */ React3.createElement(
|
556
|
+
/* @__PURE__ */ React3.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ React3.createElement("div", null, props.showError && /* @__PURE__ */ React3.createElement(
|
557
557
|
Alert,
|
558
558
|
{
|
559
559
|
direction: props.direction,
|
package/dist/index.css
CHANGED
@@ -2954,6 +2954,11 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2954
2954
|
.hawa-opacity-90 {
|
2955
2955
|
opacity: 0.9;
|
2956
2956
|
}
|
2957
|
+
.\!hawa-shadow-none {
|
2958
|
+
--tw-shadow: 0 0 #0000 !important;
|
2959
|
+
--tw-shadow-colored: 0 0 #0000 !important;
|
2960
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
2961
|
+
}
|
2957
2962
|
.hawa-shadow {
|
2958
2963
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
2959
2964
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
@@ -2994,6 +2999,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
2994
2999
|
.hawa-ring-offset-background {
|
2995
3000
|
--tw-ring-offset-color: hsl(var(--background));
|
2996
3001
|
}
|
3002
|
+
.\!hawa-drop-shadow-none {
|
3003
|
+
--tw-drop-shadow: drop-shadow(0 0 #0000) !important;
|
3004
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
3005
|
+
}
|
2997
3006
|
.hawa-drop-shadow-md {
|
2998
3007
|
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
|
2999
3008
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
package/dist/index.js
CHANGED
@@ -9802,10 +9802,10 @@ var LoginForm = ({
|
|
9802
9802
|
{
|
9803
9803
|
dir: props.direction,
|
9804
9804
|
className: cn(
|
9805
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
9805
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9806
9806
|
)
|
9807
9807
|
},
|
9808
|
-
/* @__PURE__ */ import_react47.default.createElement(CardContent, { headless: true }, props.showError && /* @__PURE__ */ import_react47.default.createElement(
|
9808
|
+
/* @__PURE__ */ import_react47.default.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ import_react47.default.createElement(
|
9809
9809
|
Alert,
|
9810
9810
|
{
|
9811
9811
|
direction: props.direction,
|
@@ -9965,10 +9965,10 @@ var RegisterForm = ({
|
|
9965
9965
|
dir: props.direction,
|
9966
9966
|
className: cn(
|
9967
9967
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
9968
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
9968
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
9969
9969
|
)
|
9970
9970
|
},
|
9971
|
-
/* @__PURE__ */ import_react48.default.createElement(CardContent, { headless: true }, /* @__PURE__ */ import_react48.default.createElement("div", null, props.showError && /* @__PURE__ */ import_react48.default.createElement(
|
9971
|
+
/* @__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(
|
9972
9972
|
Alert,
|
9973
9973
|
{
|
9974
9974
|
direction: props.direction,
|
package/dist/index.mjs
CHANGED
@@ -9582,10 +9582,10 @@ var LoginForm = ({
|
|
9582
9582
|
{
|
9583
9583
|
dir: props.direction,
|
9584
9584
|
className: cn(
|
9585
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
9585
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none !hawa-drop-shadow-none"
|
9586
9586
|
)
|
9587
9587
|
},
|
9588
|
-
/* @__PURE__ */ React74.createElement(CardContent, { headless: true }, props.showError && /* @__PURE__ */ React74.createElement(
|
9588
|
+
/* @__PURE__ */ React74.createElement(CardContent, { headless: true, noPadding: props.cardless }, props.showError && /* @__PURE__ */ React74.createElement(
|
9589
9589
|
Alert,
|
9590
9590
|
{
|
9591
9591
|
direction: props.direction,
|
@@ -9745,10 +9745,10 @@ var RegisterForm = ({
|
|
9745
9745
|
dir: props.direction,
|
9746
9746
|
className: cn(
|
9747
9747
|
(_h = props.classNames) == null ? void 0 : _h.card,
|
9748
|
-
props.cardless && "hawa-border-none hawa-bg-transparent hawa-shadow-none hawa-drop-shadow-none"
|
9748
|
+
props.cardless && "hawa-border-none hawa-bg-transparent !hawa-shadow-none hawa-drop-shadow-none"
|
9749
9749
|
)
|
9750
9750
|
},
|
9751
|
-
/* @__PURE__ */ React75.createElement(CardContent, { headless: true }, /* @__PURE__ */ React75.createElement("div", null, props.showError && /* @__PURE__ */ React75.createElement(
|
9751
|
+
/* @__PURE__ */ React75.createElement(CardContent, { headless: true, noPadding: props.cardless }, /* @__PURE__ */ React75.createElement("div", null, props.showError && /* @__PURE__ */ React75.createElement(
|
9752
9752
|
Alert,
|
9753
9753
|
{
|
9754
9754
|
direction: props.direction,
|