formica-ui-lib 1.0.308 → 1.0.310

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.d.ts CHANGED
@@ -2,6 +2,7 @@ export type { TextProps } from "./componentProps/atoms/text/TextProps";
2
2
  export type { ButtonProps } from "./componentProps/atoms/buttons/button/ButtonProps";
3
3
  export type { ImageProps } from "./componentProps/atoms/image/ImageProps";
4
4
  export type { EmbeddedVideoProps } from "./componentProps/atoms/embeddedvideo/EmbeddedVideoProps";
5
+ export type { Interactive3DViewerProps } from "./componentProps/atoms/interactive3dviewer/Interactive3DViewerProps";
5
6
  export type { ResilientImageProps, ResilientImageStatus, } from "./componentProps/atoms/image/ResilientImageProps";
6
7
  export type { IconProps } from "./componentProps/atoms/icon/IconProps";
7
8
  export type { SpinnerProps, SpinnerSize, } from "./componentProps/atoms/spinner/SpinnerProps";
@@ -147,6 +148,7 @@ export { default as FormicaText } from "./stories/atoms/text/Text";
147
148
  export { default as Button } from "./stories/atoms/buttons/button/Button";
148
149
  export { default as Image } from "./stories/atoms/image/Image";
149
150
  export { default as EmbeddedVideo } from "./stories/atoms/embeddedvideo/EmbeddedVideo";
151
+ export { default as Interactive3DViewer } from "./stories/atoms/interactive3dviewer/Interactive3DViewer";
150
152
  export { default as ResilientImage } from "./stories/atoms/image/ResilientImage";
151
153
  export { default as Icon } from "./stories/atoms/icon/Icon";
152
154
  export { default as Spinner } from "./stories/atoms/spinner/Spinner";