@sikka/hawa 0.19.26-next → 0.19.27-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 +8 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2830,6 +2830,10 @@ 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
|
+
}
|
|
2833
2837
|
.hawa-text-\[\#666666\] {
|
|
2834
2838
|
--tw-text-opacity: 1;
|
|
2835
2839
|
color: rgb(102 102 102 / var(--tw-text-opacity));
|
|
@@ -4015,6 +4019,10 @@ body {
|
|
|
4015
4019
|
--tw-bg-opacity: 1;
|
|
4016
4020
|
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
|
4017
4021
|
}
|
|
4022
|
+
:is(.hawa-dark .dark\:hawa-text-\[\#ffffff\]) {
|
|
4023
|
+
--tw-text-opacity: 1;
|
|
4024
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
4025
|
+
}
|
|
4018
4026
|
:is(.hawa-dark .dark\:hawa-text-black) {
|
|
4019
4027
|
--tw-text-opacity: 1;
|
|
4020
4028
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
package/dist/index.js
CHANGED
|
@@ -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: "dark:hawa-text-
|
|
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: "dark:hawa-text-[#ffffff] hawa-text-[#000000]" }) : /* @__PURE__ */ import_react70.default.createElement(UncheckMark, { className: "dark:hawa-text-[#ffffff] hawa-text-[#000000]" }));
|
|
11214
11214
|
})
|
|
11215
11215
|
);
|
|
11216
11216
|
})));
|
package/dist/index.mjs
CHANGED
|
@@ -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: "dark:hawa-text-
|
|
10997
|
+
return /* @__PURE__ */ React96.createElement("div", { key: planIndex, className: "hawa-text-center" }, (feature == null ? void 0 : feature.included) ? /* @__PURE__ */ React96.createElement(CheckMark, { className: "dark:hawa-text-[#ffffff] hawa-text-[#000000]" }) : /* @__PURE__ */ React96.createElement(UncheckMark, { className: "dark:hawa-text-[#ffffff] hawa-text-[#000000]" }));
|
|
10998
10998
|
})
|
|
10999
10999
|
);
|
|
11000
11000
|
})));
|