@crystaltech/hsms-shared-ui 0.5.31-alpha-1 → 0.5.31-alpha-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.
- package/dist/index.es.js +11 -5
- package/dist/index.js +42 -42
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -15552,7 +15552,13 @@ const To = ({
|
|
|
15552
15552
|
} : {
|
|
15553
15553
|
background: { default: "#f8fafc", paper: "#ffffff" },
|
|
15554
15554
|
text: { primary: "#1e293b", secondary: "#64748b" }
|
|
15555
|
-
}
|
|
15555
|
+
}, c = {
|
|
15556
|
+
background: "#0f172a",
|
|
15557
|
+
foreground: "#e2e8f0"
|
|
15558
|
+
}, u = {
|
|
15559
|
+
background: "#0f172a",
|
|
15560
|
+
foreground: "#cbd5e1"
|
|
15561
|
+
}, d = a === "dark" ? c : r, A = a === "dark" ? u : s;
|
|
15556
15562
|
return {
|
|
15557
15563
|
...e,
|
|
15558
15564
|
palette: {
|
|
@@ -15567,12 +15573,12 @@ const To = ({
|
|
|
15567
15573
|
main: n
|
|
15568
15574
|
},
|
|
15569
15575
|
navbar: {
|
|
15570
|
-
background:
|
|
15571
|
-
foreground:
|
|
15576
|
+
background: d.background,
|
|
15577
|
+
foreground: d.foreground
|
|
15572
15578
|
},
|
|
15573
15579
|
sidebar: {
|
|
15574
|
-
background:
|
|
15575
|
-
foreground:
|
|
15580
|
+
background: A.background,
|
|
15581
|
+
foreground: A.foreground
|
|
15576
15582
|
},
|
|
15577
15583
|
background: l.background,
|
|
15578
15584
|
text: l.text
|