@trops/dash-core 0.1.141 → 0.1.142
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.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -43962,7 +43962,10 @@ var DashboardHeader = function DashboardHeader(_ref) {
|
|
|
43962
43962
|
return {
|
|
43963
43963
|
label: t.name || key,
|
|
43964
43964
|
value: key,
|
|
43965
|
-
icon: "palette"
|
|
43965
|
+
icon: "palette",
|
|
43966
|
+
badge: /*#__PURE__*/jsx(ThemeColorDots, {
|
|
43967
|
+
theme: t
|
|
43968
|
+
})
|
|
43966
43969
|
};
|
|
43967
43970
|
}),
|
|
43968
43971
|
onChange: onThemeChange,
|