@dxtmisha/wiki 0.39.3 → 0.39.4

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/media.d.ts CHANGED
@@ -4,5 +4,3 @@ export declare const phone1: string;
4
4
  export declare const phone2: string;
5
5
  export declare const phone3: string;
6
6
  export declare const demoPdf: string;
7
- export * from './media/props/wiki';
8
- export * from './media/descriptions/wikiDescriptions';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/wiki",
3
3
  "private": false,
4
- "version": "0.39.3",
4
+ "version": "0.39.4",
5
5
  "type": "module",
6
6
  "description": "Wiki documentation and storybook utilities for DXT UI design system",
7
7
  "keywords": [
package/src/library.ts CHANGED
@@ -7,3 +7,7 @@ export * from './classes/WikiStorybookProp'
7
7
  // Types
8
8
  export * from './types/storybookTypes'
9
9
  export * from './types/wikiTypes'
10
+
11
+ // Media
12
+ export * from './media/props/wiki'
13
+ export * from './media/descriptions/wikiDescriptions'
package/src/media.ts CHANGED
@@ -13,6 +13,3 @@ export const phone2 = _phone2
13
13
  export const phone3 = _phone3
14
14
 
15
15
  export const demoPdf = _demoPdf
16
-
17
- export * from './media/props/wiki'
18
- export * from './media/descriptions/wikiDescriptions'