@orion-ds/react 1.0.12 → 1.1.0
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/components/ThemeController/ThemeController.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +3 -3
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +15 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -20035,7 +20035,7 @@ const Ps1 = "_container_izzsz_5", Ts1 = "_fullWidth_izzsz_11", Ds1 = "_label_izz
|
|
|
20035
20035
|
}
|
|
20036
20036
|
);
|
|
20037
20037
|
ui1.displayName = "Combobox";
|
|
20038
|
-
const _i1 = (t) => t === "light" || t === "dark", Mi1 = (t) => ["orion", "
|
|
20038
|
+
const _i1 = (t) => t === "light" || t === "dark", Mi1 = (t) => ["orion", "red", "deepblue", "orange", "lemon"].includes(t);
|
|
20039
20039
|
function We(t = {}) {
|
|
20040
20040
|
const {
|
|
20041
20041
|
defaultTheme: c = "light",
|
|
@@ -20452,24 +20452,29 @@ export default function App() {
|
|
|
20452
20452
|
}
|
|
20453
20453
|
const ce = {
|
|
20454
20454
|
orion: {
|
|
20455
|
-
accent: "#
|
|
20455
|
+
accent: "#1B5BFF",
|
|
20456
20456
|
radius: "12px",
|
|
20457
|
-
description: "
|
|
20457
|
+
description: "Blue accent • 12px radius"
|
|
20458
20458
|
},
|
|
20459
|
-
|
|
20460
|
-
accent: "#
|
|
20459
|
+
red: {
|
|
20460
|
+
accent: "#D7282F",
|
|
20461
20461
|
radius: "9999px",
|
|
20462
|
-
description: "
|
|
20462
|
+
description: "Red accent • Pill buttons"
|
|
20463
20463
|
},
|
|
20464
|
-
|
|
20465
|
-
accent: "#
|
|
20464
|
+
deepblue: {
|
|
20465
|
+
accent: "#006FBA",
|
|
20466
20466
|
radius: "12px",
|
|
20467
|
-
description: "
|
|
20467
|
+
description: "Deep Blue accent • 12px radius"
|
|
20468
20468
|
},
|
|
20469
|
-
|
|
20469
|
+
orange: {
|
|
20470
20470
|
accent: "#F15D22",
|
|
20471
20471
|
radius: "9999px",
|
|
20472
20472
|
description: "Red-Orange accent • Pill buttons"
|
|
20473
|
+
},
|
|
20474
|
+
lemon: {
|
|
20475
|
+
accent: "#72FF43",
|
|
20476
|
+
radius: "9999px",
|
|
20477
|
+
description: "Lime green accent • Highly rounded"
|
|
20473
20478
|
}
|
|
20474
20479
|
}, i2 = ({
|
|
20475
20480
|
showBrandSelector: t = !0,
|