@bluepic/embed 0.4.0-next.110 → 0.4.0-next.112

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/main.d.ts CHANGED
@@ -66,6 +66,7 @@ export * from './util/color';
66
66
  export { default as BluepicLogo } from './components/BluepicLogo.vue';
67
67
  export * from './util/bluepicEmbed';
68
68
  export * from './util/useTheme';
69
+ export * from './theme';
69
70
  export { default as BxEmbedThemeDarkmode } from './styles/darkmode.scss?raw';
70
71
  export { default as BxEmbedThemeLightmode } from './styles/lightmode.scss?raw';
71
72
  export { default as BxEmbedThemeDarkmodeWcag } from './styles/darkmode-wcag.scss?raw';