@purpurds/promotion-card 8.1.0 → 8.1.1
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,7 +1270,12 @@ 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
|
+
setColorScheme: () => {
|
|
1276
|
+
},
|
|
1277
|
+
options: {}
|
|
1278
|
+
}), da = () => {
|
|
1274
1279
|
const e = Tr(sa);
|
|
1275
1280
|
if (!e)
|
|
1276
1281
|
throw new Error("useTheme must be used within a ThemeProvider");
|