@times-components/storybook 4.5.9 → 4.6.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.6.0](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.5.10...@times-components/storybook@4.6.0) (2023-02-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TDP-3135:** Remove Blue RNC Banner ([#3231](https://github.com/newsuk/times-components/issues/3231)) ([b7e6699](https://github.com/newsuk/times-components/commit/b7e6699ddc4b3d674d1ef5d259b4fd4ea8dc6fe6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.5.10](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.5.9...@times-components/storybook@4.5.10) (2023-02-02)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **TDP-3127:** Made Times2 Todays Section Title Uppercase ([#3227](https://github.com/newsuk/times-components/issues/3227)) ([c6a188a](https://github.com/newsuk/times-components/commit/c6a188af346d99ce70354f44b4c12c70fc31d3c0))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [4.5.9](https://github.com/newsuk/times-components/compare/@times-components/storybook@4.5.8...@times-components/storybook@4.5.9) (2023-01-31)
7
29
 
8
30
  **Note:** Version bump only for package @times-components/storybook
@@ -71,10 +71,6 @@ var addStories = function addStories(builder, knobs, actions, _ref3) {
71
71
  });
72
72
  }
73
73
 
74
- if (child.type === "decorator") {
75
- builder.addDecorator(child.decorator);
76
- }
77
-
78
74
  addStories(builder, knobs, actions, children);
79
75
  };
80
76
 
package/dist/storybook.js CHANGED
@@ -32,7 +32,7 @@ var _react = require("@storybook/react");
32
32
 
33
33
  var actions = _interopRequireWildcard(require("@storybook/addon-actions"));
34
34
 
35
- var builtInKnobs = _interopRequireWildcard(require("@storybook/addon-knobs/react"));
35
+ var builtInKnobs = _interopRequireWildcard(require("@storybook/addon-knobs"));
36
36
 
37
37
  var decorators = _interopRequireWildcard(require("./decorators"));
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/storybook",
3
- "version": "4.5.9",
3
+ "version": "4.6.0",
4
4
  "description": "React storybook helpers for Times Components",
5
5
  "main": "dist/storybook",
6
6
  "dev": "src/storybook",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/core": "7.4.4",
39
- "@storybook/addon-actions": "5.3.18",
40
- "@storybook/addon-knobs": "5.3.18",
41
- "@storybook/react": "5.3.18",
39
+ "@storybook/addon-actions": "6.5.15",
40
+ "@storybook/addon-knobs": "6.4.0",
41
+ "@storybook/react": "6.5.15",
42
42
  "@times-components/schema": "0.7.3",
43
- "@times-components/user-state": "0.4.12",
44
- "@times-components/utils": "6.15.11",
43
+ "@times-components/user-state": "0.4.16",
44
+ "@times-components/utils": "6.15.15",
45
45
  "apollo-cache-inmemory": "1.5.1",
46
46
  "apollo-client": "2.5.1",
47
47
  "apollo-link-http": "1.5.14",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "ec737e75af249f914d53d110c7d1a05cc70a7d6f"
65
+ "gitHead": "cbaf693d1cd220a969fcb6e5f12637a057e02600"
66
66
  }
@@ -5,7 +5,7 @@ import { ApolloClient } from "apollo-client";
5
5
  import { HttpLink } from "apollo-link-http";
6
6
  import { InMemoryCache } from "apollo-cache-inmemory";
7
7
  import { fragmentMatcher } from "@times-components/schema";
8
- import { text } from "@storybook/addon-knobs/react";
8
+ import { text } from "@storybook/addon-knobs";
9
9
 
10
10
  const StorybookProvider = ({ children }) => {
11
11
  const nbsp = "\u00A0";