@fluidattacks/design 3.3.0 → 3.3.1

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.
@@ -178,4 +178,4 @@ interface IInteractionModifiable {
178
178
  shadowHover?: TShadows;
179
179
  }
180
180
  type TModifiable = IBorderModifiable & IDisplayModifiable & IInteractionModifiable & IMarginModifiable & IPaddingModifiable & IPositionModifiable & ITextModifiable;
181
- export type { DefaultTheme as ThemeType, TSpacing, IPaddingModifiable, IMarginModifiable, IDisplayModifiable, IIconModifiable, ITextModifiable, IInteractionModifiable, IPositionModifiable, IBorderModifiable, ISizeModifiable, TIconSize, TIconType, TModifiable, TMode, TSize, };
181
+ export type { DefaultTheme as ThemeType, ColorPalette, TSpacing, IPaddingModifiable, IMarginModifiable, IDisplayModifiable, IIconModifiable, ITextModifiable, IInteractionModifiable, IPositionModifiable, IBorderModifiable, ISizeModifiable, TIconSize, TIconType, TModifiable, TMode, TSize, };
package/package.json CHANGED
@@ -113,5 +113,5 @@
113
113
  "test-storybook": "test-storybook"
114
114
  },
115
115
  "typings": "./dist/index.d.ts",
116
- "version": "3.3.0"
116
+ "version": "3.3.1"
117
117
  }