@sikka/hawa 0.24.6-next → 0.24.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/appTabs/index.js +1 -1
- package/dist/appTabs/index.mjs +1 -1
- package/dist/blocks/index.js +9 -1
- package/dist/blocks/index.mjs +9 -1
- package/dist/blocks/pricing/index.js +9 -1
- package/dist/blocks/pricing/index.mjs +9 -1
- package/dist/index.js +10 -2
- package/dist/index.mjs +10 -2
- package/dist/layout/index.js +1 -1
- package/dist/layout/index.mjs +1 -1
- package/package.json +1 -1
package/dist/appTabs/index.js
CHANGED
@@ -74,7 +74,7 @@ var AppTabs = ({ tabs, className }) => {
|
|
74
74
|
setSelectedIndex(index);
|
75
75
|
},
|
76
76
|
className: cn(
|
77
|
-
"hawa-z-10 hawa-flex hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
77
|
+
"hawa-z-10 hawa-flex hawa-items-center hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
78
78
|
"hawa-border",
|
79
79
|
// Always have a border but make it transparent
|
80
80
|
selected ? "hawa-border hawa-border-b-transparent hawa-bg-background" : "hawa-cursor-pointer hawa-border-transparent hover:hawa-bg-card-foreground/5"
|
package/dist/appTabs/index.mjs
CHANGED
@@ -33,7 +33,7 @@ var AppTabs = ({ tabs, className }) => {
|
|
33
33
|
setSelectedIndex(index);
|
34
34
|
},
|
35
35
|
className: cn(
|
36
|
-
"hawa-z-10 hawa-flex hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
36
|
+
"hawa-z-10 hawa-flex hawa-items-center hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
37
37
|
"hawa-border",
|
38
38
|
// Always have a border but make it transparent
|
39
39
|
selected ? "hawa-border hawa-border-b-transparent hawa-bg-background" : "hawa-cursor-pointer hawa-border-transparent hover:hawa-bg-card-foreground/5"
|
package/dist/blocks/index.js
CHANGED
@@ -5759,6 +5759,7 @@ var PricingCard = ({
|
|
5759
5759
|
)
|
5760
5760
|
},
|
5761
5761
|
props.features && /* @__PURE__ */ import_react38.default.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
5762
|
+
var _a2;
|
5762
5763
|
return /* @__PURE__ */ import_react38.default.createElement(
|
5763
5764
|
"li",
|
5764
5765
|
{
|
@@ -5785,7 +5786,14 @@ var PricingCard = ({
|
|
5785
5786
|
clipRule: "evenodd"
|
5786
5787
|
}
|
5787
5788
|
)
|
5788
|
-
) : /* @__PURE__ */ import_react38.default.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ import_react38.default.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ import_react38.default.createElement(
|
5789
|
+
) : /* @__PURE__ */ import_react38.default.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ import_react38.default.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ import_react38.default.createElement(
|
5790
|
+
Chip,
|
5791
|
+
{
|
5792
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
5793
|
+
color: "oceanic",
|
5794
|
+
size: "small"
|
5795
|
+
}
|
5796
|
+
))),
|
5789
5797
|
feature.hint && /* @__PURE__ */ import_react38.default.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ import_react38.default.createElement(
|
5790
5798
|
"svg",
|
5791
5799
|
{
|
package/dist/blocks/index.mjs
CHANGED
@@ -1978,6 +1978,7 @@ var PricingCard = ({
|
|
1978
1978
|
)
|
1979
1979
|
},
|
1980
1980
|
props.features && /* @__PURE__ */ React23.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
1981
|
+
var _a2;
|
1981
1982
|
return /* @__PURE__ */ React23.createElement(
|
1982
1983
|
"li",
|
1983
1984
|
{
|
@@ -2004,7 +2005,14 @@ var PricingCard = ({
|
|
2004
2005
|
clipRule: "evenodd"
|
2005
2006
|
}
|
2006
2007
|
)
|
2007
|
-
) : /* @__PURE__ */ React23.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React23.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React23.createElement(
|
2008
|
+
) : /* @__PURE__ */ React23.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React23.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React23.createElement(
|
2009
|
+
Chip,
|
2010
|
+
{
|
2011
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
2012
|
+
color: "oceanic",
|
2013
|
+
size: "small"
|
2014
|
+
}
|
2015
|
+
))),
|
2008
2016
|
feature.hint && /* @__PURE__ */ React23.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ React23.createElement(
|
2009
2017
|
"svg",
|
2010
2018
|
{
|
@@ -608,6 +608,7 @@ var PricingCard = ({
|
|
608
608
|
)
|
609
609
|
},
|
610
610
|
props.features && /* @__PURE__ */ import_react7.default.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
611
|
+
var _a2;
|
611
612
|
return /* @__PURE__ */ import_react7.default.createElement(
|
612
613
|
"li",
|
613
614
|
{
|
@@ -634,7 +635,14 @@ var PricingCard = ({
|
|
634
635
|
clipRule: "evenodd"
|
635
636
|
}
|
636
637
|
)
|
637
|
-
) : /* @__PURE__ */ import_react7.default.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ import_react7.default.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ import_react7.default.createElement(
|
638
|
+
) : /* @__PURE__ */ import_react7.default.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ import_react7.default.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ import_react7.default.createElement(
|
639
|
+
Chip,
|
640
|
+
{
|
641
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
642
|
+
color: "oceanic",
|
643
|
+
size: "small"
|
644
|
+
}
|
645
|
+
))),
|
638
646
|
feature.hint && /* @__PURE__ */ import_react7.default.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ import_react7.default.createElement(
|
639
647
|
"svg",
|
640
648
|
{
|
@@ -91,6 +91,7 @@ var PricingCard = ({
|
|
91
91
|
)
|
92
92
|
},
|
93
93
|
props.features && /* @__PURE__ */ React4.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
94
|
+
var _a2;
|
94
95
|
return /* @__PURE__ */ React4.createElement(
|
95
96
|
"li",
|
96
97
|
{
|
@@ -117,7 +118,14 @@ var PricingCard = ({
|
|
117
118
|
clipRule: "evenodd"
|
118
119
|
}
|
119
120
|
)
|
120
|
-
) : /* @__PURE__ */ React4.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React4.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React4.createElement(
|
121
|
+
) : /* @__PURE__ */ React4.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React4.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React4.createElement(
|
122
|
+
Chip,
|
123
|
+
{
|
124
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
125
|
+
color: "oceanic",
|
126
|
+
size: "small"
|
127
|
+
}
|
128
|
+
))),
|
121
129
|
feature.hint && /* @__PURE__ */ React4.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ React4.createElement(
|
122
130
|
"svg",
|
123
131
|
{
|
package/dist/index.js
CHANGED
@@ -8834,7 +8834,7 @@ var AppTabs = ({ tabs, className }) => {
|
|
8834
8834
|
setSelectedIndex(index);
|
8835
8835
|
},
|
8836
8836
|
className: cn(
|
8837
|
-
"hawa-z-10 hawa-flex hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
8837
|
+
"hawa-z-10 hawa-flex hawa-items-center hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
8838
8838
|
"hawa-border",
|
8839
8839
|
// Always have a border but make it transparent
|
8840
8840
|
selected ? "hawa-border hawa-border-b-transparent hawa-bg-background" : "hawa-cursor-pointer hawa-border-transparent hover:hawa-bg-card-foreground/5"
|
@@ -11071,6 +11071,7 @@ var PricingCard = ({
|
|
11071
11071
|
)
|
11072
11072
|
},
|
11073
11073
|
props.features && /* @__PURE__ */ import_react67.default.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
11074
|
+
var _a2;
|
11074
11075
|
return /* @__PURE__ */ import_react67.default.createElement(
|
11075
11076
|
"li",
|
11076
11077
|
{
|
@@ -11097,7 +11098,14 @@ var PricingCard = ({
|
|
11097
11098
|
clipRule: "evenodd"
|
11098
11099
|
}
|
11099
11100
|
)
|
11100
|
-
) : /* @__PURE__ */ import_react67.default.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ import_react67.default.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ import_react67.default.createElement(
|
11101
|
+
) : /* @__PURE__ */ import_react67.default.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ import_react67.default.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ import_react67.default.createElement(
|
11102
|
+
Chip,
|
11103
|
+
{
|
11104
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
11105
|
+
color: "oceanic",
|
11106
|
+
size: "small"
|
11107
|
+
}
|
11108
|
+
))),
|
11101
11109
|
feature.hint && /* @__PURE__ */ import_react67.default.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ import_react67.default.createElement(
|
11102
11110
|
"svg",
|
11103
11111
|
{
|
package/dist/index.mjs
CHANGED
@@ -8608,7 +8608,7 @@ var AppTabs = ({ tabs, className }) => {
|
|
8608
8608
|
setSelectedIndex(index);
|
8609
8609
|
},
|
8610
8610
|
className: cn(
|
8611
|
-
"hawa-z-10 hawa-flex hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
8611
|
+
"hawa-z-10 hawa-flex hawa-items-center hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
8612
8612
|
"hawa-border",
|
8613
8613
|
// Always have a border but make it transparent
|
8614
8614
|
selected ? "hawa-border hawa-border-b-transparent hawa-bg-background" : "hawa-cursor-pointer hawa-border-transparent hover:hawa-bg-card-foreground/5"
|
@@ -10845,6 +10845,7 @@ var PricingCard = ({
|
|
10845
10845
|
)
|
10846
10846
|
},
|
10847
10847
|
props.features && /* @__PURE__ */ React95.createElement("ul", { role: "list", className: "hawa-space-y-0 hawa-overflow-x-auto" }, (_h = props.features) == null ? void 0 : _h.map((feature, o) => {
|
10848
|
+
var _a2;
|
10848
10849
|
return /* @__PURE__ */ React95.createElement(
|
10849
10850
|
"li",
|
10850
10851
|
{
|
@@ -10871,7 +10872,14 @@ var PricingCard = ({
|
|
10871
10872
|
clipRule: "evenodd"
|
10872
10873
|
}
|
10873
10874
|
)
|
10874
|
-
) : /* @__PURE__ */ React95.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React95.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React95.createElement(
|
10875
|
+
) : /* @__PURE__ */ React95.createElement("div", { className: "hawa-m-2 hawa-mx-2.5 hawa-h-4 hawa-w-4 hawa-rounded-full hawa-bg-primary/10" }), /* @__PURE__ */ React95.createElement("span", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-whitespace-nowrap hawa-text-start hawa-font-normal hawa-leading-tight hawa-text-primary/70 " }, feature.text, " ", feature.soon && feature.included && /* @__PURE__ */ React95.createElement(
|
10876
|
+
Chip,
|
10877
|
+
{
|
10878
|
+
label: ((_a2 = props.texts) == null ? void 0 : _a2.soon) || "",
|
10879
|
+
color: "oceanic",
|
10880
|
+
size: "small"
|
10881
|
+
}
|
10882
|
+
))),
|
10875
10883
|
feature.hint && /* @__PURE__ */ React95.createElement(Tooltip, { content: feature.hint, side: feature.hintSide }, /* @__PURE__ */ React95.createElement(
|
10876
10884
|
"svg",
|
10877
10885
|
{
|
package/dist/layout/index.js
CHANGED
@@ -1955,7 +1955,7 @@ var AppTabs = ({ tabs, className }) => {
|
|
1955
1955
|
setSelectedIndex(index);
|
1956
1956
|
},
|
1957
1957
|
className: cn(
|
1958
|
-
"hawa-z-10 hawa-flex hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
1958
|
+
"hawa-z-10 hawa-flex hawa-items-center hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
1959
1959
|
"hawa-border",
|
1960
1960
|
// Always have a border but make it transparent
|
1961
1961
|
selected ? "hawa-border hawa-border-b-transparent hawa-bg-background" : "hawa-cursor-pointer hawa-border-transparent hover:hawa-bg-card-foreground/5"
|
package/dist/layout/index.mjs
CHANGED
@@ -1080,7 +1080,7 @@ var AppTabs = ({ tabs, className }) => {
|
|
1080
1080
|
setSelectedIndex(index);
|
1081
1081
|
},
|
1082
1082
|
className: cn(
|
1083
|
-
"hawa-z-10 hawa-flex hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
1083
|
+
"hawa-z-10 hawa-flex hawa-items-center hawa-translate-y-[1.1px] hawa-select-none hawa-flex-row hawa-gap-2 hawa-rounded-t hawa-p-4 hawa-py-2 hawa-text-sm hawa-transition-all ",
|
1084
1084
|
"hawa-border",
|
1085
1085
|
// Always have a border but make it transparent
|
1086
1086
|
selected ? "hawa-border hawa-border-b-transparent hawa-bg-background" : "hawa-cursor-pointer hawa-border-transparent hover:hawa-bg-card-foreground/5"
|