@sikka/hawa 0.19.27-next → 0.19.28-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/index.css +0 -8
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2830,10 +2830,6 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
2830
2830
|
.hawa-tracking-widest {
|
|
2831
2831
|
letter-spacing: 0.1em;
|
|
2832
2832
|
}
|
|
2833
|
-
.hawa-text-\[\#000000\] {
|
|
2834
|
-
--tw-text-opacity: 1;
|
|
2835
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2836
|
-
}
|
|
2837
2833
|
.hawa-text-\[\#666666\] {
|
|
2838
2834
|
--tw-text-opacity: 1;
|
|
2839
2835
|
color: rgb(102 102 102 / var(--tw-text-opacity));
|
|
@@ -4019,10 +4015,6 @@ body {
|
|
|
4019
4015
|
--tw-bg-opacity: 1;
|
|
4020
4016
|
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
|
4021
4017
|
}
|
|
4022
|
-
:is(.hawa-dark .dark\:hawa-text-\[\#ffffff\]) {
|
|
4023
|
-
--tw-text-opacity: 1;
|
|
4024
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
4025
|
-
}
|
|
4026
4018
|
:is(.hawa-dark .dark\:hawa-text-black) {
|
|
4027
4019
|
--tw-text-opacity: 1;
|
|
4028
4020
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
package/dist/index.js
CHANGED
|
@@ -11174,7 +11174,7 @@ var ComparingPlans = (props) => {
|
|
|
11174
11174
|
key: featureIndex,
|
|
11175
11175
|
className: "hawa-grid hawa-grid-cols-1 md:hawa-grid-cols-[1fr_repeat(3,_minmax(0,_1fr))] hawa-gap-x-16 hawa-border-b hawa-border-gray-200 hawa-px-4 hawa-py-5 hawa-text-sm hawa-text-gray-700 dark:text-white dark:hawa-border-gray-700"
|
|
11176
11176
|
},
|
|
11177
|
-
/* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-
|
|
11177
|
+
/* @__PURE__ */ import_react70.default.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-foreground" }, featureText, props.plans.some(
|
|
11178
11178
|
(plan) => plan.features.some(
|
|
11179
11179
|
(feature) => feature.text === featureText && feature.hint
|
|
11180
11180
|
)
|
|
@@ -11210,7 +11210,7 @@ var ComparingPlans = (props) => {
|
|
|
11210
11210
|
const feature = plan.features.find(
|
|
11211
11211
|
(f) => f.text === featureText
|
|
11212
11212
|
);
|
|
11213
|
-
return /* @__PURE__ */ import_react70.default.createElement("div", { key: planIndex, className: "hawa-text-center" }, (feature == null ? void 0 : feature.included) ? /* @__PURE__ */ import_react70.default.createElement(CheckMark, { className: "
|
|
11213
|
+
return /* @__PURE__ */ import_react70.default.createElement("div", { key: planIndex, className: "hawa-text-center" }, (feature == null ? void 0 : feature.included) ? /* @__PURE__ */ import_react70.default.createElement(CheckMark, { className: "hawa-text-foreground" }) : /* @__PURE__ */ import_react70.default.createElement(UncheckMark, { className: "hawa-text-foreground" }));
|
|
11214
11214
|
})
|
|
11215
11215
|
);
|
|
11216
11216
|
})));
|
package/dist/index.mjs
CHANGED
|
@@ -10958,7 +10958,7 @@ var ComparingPlans = (props) => {
|
|
|
10958
10958
|
key: featureIndex,
|
|
10959
10959
|
className: "hawa-grid hawa-grid-cols-1 md:hawa-grid-cols-[1fr_repeat(3,_minmax(0,_1fr))] hawa-gap-x-16 hawa-border-b hawa-border-gray-200 hawa-px-4 hawa-py-5 hawa-text-sm hawa-text-gray-700 dark:text-white dark:hawa-border-gray-700"
|
|
10960
10960
|
},
|
|
10961
|
-
/* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-
|
|
10961
|
+
/* @__PURE__ */ React96.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-2 hawa-text-foreground" }, featureText, props.plans.some(
|
|
10962
10962
|
(plan) => plan.features.some(
|
|
10963
10963
|
(feature) => feature.text === featureText && feature.hint
|
|
10964
10964
|
)
|
|
@@ -10994,7 +10994,7 @@ var ComparingPlans = (props) => {
|
|
|
10994
10994
|
const feature = plan.features.find(
|
|
10995
10995
|
(f) => f.text === featureText
|
|
10996
10996
|
);
|
|
10997
|
-
return /* @__PURE__ */ React96.createElement("div", { key: planIndex, className: "hawa-text-center" }, (feature == null ? void 0 : feature.included) ? /* @__PURE__ */ React96.createElement(CheckMark, { className: "
|
|
10997
|
+
return /* @__PURE__ */ React96.createElement("div", { key: planIndex, className: "hawa-text-center" }, (feature == null ? void 0 : feature.included) ? /* @__PURE__ */ React96.createElement(CheckMark, { className: "hawa-text-foreground" }) : /* @__PURE__ */ React96.createElement(UncheckMark, { className: "hawa-text-foreground" }));
|
|
10998
10998
|
})
|
|
10999
10999
|
);
|
|
11000
11000
|
})));
|