@trops/dash-core 0.1.141 → 0.1.143

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 CHANGED
@@ -43980,7 +43980,10 @@ var DashboardHeader = function DashboardHeader(_ref) {
43980
43980
  return {
43981
43981
  label: t.name || key,
43982
43982
  value: key,
43983
- icon: "palette"
43983
+ icon: "palette",
43984
+ badge: /*#__PURE__*/jsxRuntime.jsx(ThemeColorDots, {
43985
+ theme: t
43986
+ })
43984
43987
  };
43985
43988
  }),
43986
43989
  onChange: onThemeChange,