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