@sikka/hawa 0.24.7-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/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
@@ -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
@@ -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
|
{
|