@dfds-ui/storybook-design 1.1.13 → 1.1.14-alpha.17d32fe3

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const ExampleContainer: import("@emotion/styled").StyledComponent<{
3
2
  theme?: import("@emotion/react").Theme | undefined;
4
3
  as?: import("react").ElementType<any> | undefined;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const GlobalStorybookStyles: () => JSX.Element;
3
2
  export default GlobalStorybookStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare type MarkdownStoryProps = {
3
2
  file: string;
4
3
  content: Promise<{
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare type PaperProps = {
3
2
  width?: number | string;
4
3
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const StoryPage: import("@emotion/styled").StyledComponent<{
3
2
  theme?: import("@emotion/react").Theme | undefined;
4
3
  as?: import("react").ElementType<any> | undefined;
@@ -3,22 +3,22 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "GlobalStorybookStyles", {
6
+ Object.defineProperty(exports, "ExampleContainer", {
7
7
  enumerable: true,
8
8
  get: function get() {
9
- return _GlobalStorybookStyles.default;
9
+ return _ExampleContainer.default;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "StoryPage", {
12
+ Object.defineProperty(exports, "GlobalStorybookStyles", {
13
13
  enumerable: true,
14
14
  get: function get() {
15
- return _StoryPage.default;
15
+ return _GlobalStorybookStyles.default;
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "ExampleContainer", {
18
+ Object.defineProperty(exports, "MarkdownStory", {
19
19
  enumerable: true,
20
20
  get: function get() {
21
- return _ExampleContainer.default;
21
+ return _MarkdownStory.default;
22
22
  }
23
23
  });
24
24
  Object.defineProperty(exports, "Paper", {
@@ -33,10 +33,10 @@ Object.defineProperty(exports, "Placeholder", {
33
33
  return _Placeholder.default;
34
34
  }
35
35
  });
36
- Object.defineProperty(exports, "MarkdownStory", {
36
+ Object.defineProperty(exports, "StoryPage", {
37
37
  enumerable: true,
38
38
  get: function get() {
39
- return _MarkdownStory.default;
39
+ return _StoryPage.default;
40
40
  }
41
41
  });
42
42
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.DownloadButton = exports.StoryLink = exports.Description = exports.Story = exports.Props = exports.ArgsTable = exports.DocsContainer = exports.Meta = exports.DeprecatedBanner = exports.LabWarningBanner = exports.Source = exports.Preview = exports.Canvas = void 0;
6
+ exports.StoryLink = exports.Story = exports.Source = exports.Props = exports.Preview = exports.Meta = exports.LabWarningBanner = exports.DownloadButton = exports.DocsContainer = exports.Description = exports.DeprecatedBanner = exports.Canvas = exports.ArgsTable = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const withPadding: (space?: string) => (storyFn: (...args: any) => any) => JSX.Element;
3
2
  export declare const withBackground: (color?: string) => (storyFn: (...args: any) => any) => JSX.Element;
4
3
  export declare const withWidth: (width: string) => (storyFn: (...args: any) => any) => JSX.Element;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.withWidth = exports.withBackground = exports.withPadding = void 0;
6
+ exports.withWidth = exports.withPadding = exports.withBackground = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Md: (strings: TemplateStringsArray, ...values: string[]) => JSX.Element;
3
2
  export default Md;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const ExampleContainer: import("@emotion/styled").StyledComponent<{
3
2
  theme?: import("@emotion/react").Theme | undefined;
4
3
  as?: import("react").ElementType<any> | undefined;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const GlobalStorybookStyles: () => JSX.Element;
3
2
  export default GlobalStorybookStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare type MarkdownStoryProps = {
3
2
  file: string;
4
3
  content: Promise<{
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare type PaperProps = {
3
2
  width?: number | string;
4
3
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const StoryPage: import("@emotion/styled").StyledComponent<{
3
2
  theme?: import("@emotion/react").Theme | undefined;
4
3
  as?: import("react").ElementType<any> | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const withPadding: (space?: string) => (storyFn: (...args: any) => any) => JSX.Element;
3
2
  export declare const withBackground: (color?: string) => (storyFn: (...args: any) => any) => JSX.Element;
4
3
  export declare const withWidth: (width: string) => (storyFn: (...args: any) => any) => JSX.Element;
package/markdown/Md.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Md: (strings: TemplateStringsArray, ...values: string[]) => JSX.Element;
3
2
  export default Md;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Components and utils for use with Storybook within DFDS",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "1.1.13",
6
+ "version": "1.1.14-alpha.17d32fe3",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -14,11 +14,11 @@
14
14
  "@emotion/styled": "^11.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@dfds-ui/icons": "1.1.13",
18
- "react-markdown": "^4.0.6",
17
+ "@dfds-ui/icons": "1.1.14-alpha.17d32fe3",
18
+ "react-markdown": "^5.0.3",
19
19
  "react-markdown-github-renderers": "^1.0.3"
20
20
  },
21
- "gitHead": "993f1900977c1b7cb359b0ecf9a9118e0a4e9391",
21
+ "gitHead": "17d32fe3d2debb917445aa30e23cdac2ec825766",
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  }