tide-design-system 2.0.46 → 2.0.47

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/index.ts CHANGED
@@ -84,7 +84,7 @@ import { BREAKPOINT, MEDIA } from '@/types/Breakpoint';
84
84
  import { CSS } from '@/types/Styles';
85
85
  import { ELEMENT, ELEMENT_TEXT_AS_ICON } from '@/types/Element';
86
86
  import { FORMAT, FORMAT_REGEX } from '@/types/Formatted';
87
- import { ICON } from '@/types/Icon';
87
+ import { ICON, ICON_REALM } from '@/types/Icon';
88
88
  import { MEDIA_SLIDE_TYPES } from '@/types/ListingMedia';
89
89
  import { ORIENTATION } from '@/types/Orientation';
90
90
  import { POSITION_CARD_ICON, TYPE_CARD } from '@/types/Card';
@@ -170,6 +170,7 @@ export {
170
170
  FORMAT,
171
171
  FORMAT_REGEX,
172
172
  ICON,
173
+ ICON_REALM,
173
174
  MEDIA,
174
175
  MEDIA_SLIDE_TYPES,
175
176
  ORIENTATION,
package/package.json CHANGED
@@ -55,5 +55,5 @@
55
55
  "main": "dist/tide-design-system.cjs",
56
56
  "module": "dist/tide-design-system.esm.js",
57
57
  "types": "dist/tide-design-system.esm.d.ts",
58
- "version": "2.0.46"
58
+ "version": "2.0.47"
59
59
  }