@purpurds/promotion-card 8.1.0 → 8.1.2
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.
|
@@ -1270,13 +1270,19 @@ const na = /* @__PURE__ */ aa(oa), pa = {
|
|
|
1270
1270
|
return /* @__PURE__ */ l("p", { ...t, className: i, children: e });
|
|
1271
1271
|
};
|
|
1272
1272
|
Dr.displayName = "Paragraph";
|
|
1273
|
-
const sa = Hr(
|
|
1273
|
+
const sa = Hr({
|
|
1274
|
+
colorScheme: "light",
|
|
1275
|
+
currentColorScheme: "light",
|
|
1276
|
+
setColorScheme: () => {
|
|
1277
|
+
},
|
|
1278
|
+
options: {}
|
|
1279
|
+
}), da = () => {
|
|
1274
1280
|
const e = Tr(sa);
|
|
1275
1281
|
if (!e)
|
|
1276
1282
|
throw new Error("useTheme must be used within a ThemeProvider");
|
|
1277
1283
|
return e;
|
|
1278
1284
|
}, ca = () => {
|
|
1279
|
-
const {
|
|
1285
|
+
const { currentColorScheme: e, setColorScheme: o } = da();
|
|
1280
1286
|
return [e, o];
|
|
1281
1287
|
};
|
|
1282
1288
|
function _a(e) {
|