@madie/madie-design-system 1.2.50 → 1.2.51

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.
@@ -42,6 +42,7 @@ import Dropdown from "./Dropdown";
42
42
  import DSLink from "./Link";
43
43
  import NumberInput from "./NumberInput";
44
44
  import TruncateText from "./TruncateText/index";
45
+ import theme from "../themes/actionCenterTheme.js";
45
46
  import {
46
47
  MyApplicationsIcon,
47
48
  UserSignInIcon,
@@ -171,4 +172,5 @@ export {
171
172
  Tooltip,
172
173
  DSLink,
173
174
  TruncateText,
175
+ theme
174
176
  };