@fluidattacks/design 3.25.18-pr.1 → 3.25.18

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.
@@ -14,8 +14,5 @@ declare const ImageTwoActions: import('storybook/internal/csf').AnnotatedStoryFn
14
14
  declare const WitThabs: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, React.PropsWithChildren<IModalProps & {
15
15
  id: string;
16
16
  }>>;
17
- declare const WitForm: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, React.PropsWithChildren<IModalProps & {
18
- id: string;
19
- }>>;
20
17
  export default config;
21
- export { Default, ImageModal, ImageTwoActions, WitThabs, WitForm };
18
+ export { Default, ImageModal, ImageTwoActions, WitThabs };
package/package.json CHANGED
@@ -114,5 +114,5 @@
114
114
  "test-storybook": "test-storybook"
115
115
  },
116
116
  "typings": "./dist/index.d.ts",
117
- "version": "3.25.18-pr.1"
117
+ "version": "3.25.18"
118
118
  }