@trops/dash-react 1.0.12 → 1.0.14
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4773,7 +4773,7 @@ var MainSection = function MainSection(_ref) {
|
|
|
4773
4773
|
|
|
4774
4774
|
// we have to parse out all of the color overrides if they exist.
|
|
4775
4775
|
function backgroundColorStyle() {
|
|
4776
|
-
return backgroundColor !== null ? backgroundColor : currentTheme ? currentTheme["bg-primary-very-dark"] : "bg-black";
|
|
4776
|
+
return backgroundColor !== null ? backgroundColor : currentTheme ? currentTheme["bg-primary-darkest"] || currentTheme["bg-primary-very-dark"] : "bg-black";
|
|
4777
4777
|
}
|
|
4778
4778
|
return /*#__PURE__*/jsx("div", {
|
|
4779
4779
|
className: "flex flex-col ".concat(backgroundColorStyle(), " h-full overflow-clip w-full p-0 m-0"),
|
|
@@ -8036,8 +8036,8 @@ var generateMockTheme = function generateMockTheme() {
|
|
|
8036
8036
|
"very-light": 100,
|
|
8037
8037
|
light: 200,
|
|
8038
8038
|
medium: 300,
|
|
8039
|
-
dark:
|
|
8040
|
-
"very-dark":
|
|
8039
|
+
dark: 200,
|
|
8040
|
+
"very-dark": 100
|
|
8041
8041
|
},
|
|
8042
8042
|
dark: {
|
|
8043
8043
|
"very-light": 500,
|