@times-components/ts-slices 1.7.1 → 1.7.3

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,25 @@
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
+ ## [1.7.3](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.7.2...@times-components/ts-slices@1.7.3) (2023-02-08)
7
+
8
+ **Note:** Version bump only for package @times-components/ts-slices
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.7.2](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.7.1...@times-components/ts-slices@1.7.2) (2023-02-02)
15
+
16
+
17
+ ### Reverts
18
+
19
+ * Revert "feat(TD-2979): replace gillSans with roboto (#3226)" (#3228) ([834129f](https://github.com/newsuk/times-components/commit/834129f471197d50b1446a460e383910444aba15)), closes [#3226](https://github.com/newsuk/times-components/issues/3226) [#3228](https://github.com/newsuk/times-components/issues/3228)
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.7.1](https://github.com/newsuk/times-components/compare/@times-components/ts-slices@1.7.0...@times-components/ts-slices@1.7.1) (2023-02-02)
7
26
 
8
27
  **Note:** Version bump only for package @times-components/ts-slices
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/ts-slices",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "Reuseable Typescript React Components",
5
5
  "main": "dist/index.js",
6
6
  "dev": "dist/index.js",
@@ -51,7 +51,7 @@
51
51
  "node": ">=8.9"
52
52
  },
53
53
  "dependencies": {
54
- "@times-components/ts-styleguide": "1.39.1",
54
+ "@times-components/ts-styleguide": "1.39.3",
55
55
  "date-fns": "2.28.0",
56
56
  "lodash.get": "4.4.2",
57
57
  "react": "16.9.0",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@testing-library/react": "^12.1.2",
62
- "@times-components/storybook": "4.5.10",
62
+ "@times-components/storybook": "4.6.0",
63
63
  "@types/lodash.get": "4.4.6",
64
64
  "@types/lodash.shuffle": "4.2.6",
65
65
  "@types/mockdate": "2.0.0",
@@ -87,5 +87,5 @@
87
87
  "@testing-library/jest-dom/extend-expect"
88
88
  ]
89
89
  },
90
- "gitHead": "a503ceda903667a147a1d1d4f3f8752fd95eec07"
90
+ "gitHead": "cbaf693d1cd220a969fcb6e5f12637a057e02600"
91
91
  }
@@ -16,7 +16,7 @@ exports[`<Article /> should render an article correctly 1`] = `
16
16
  class="sc-bwzfXH iKKeUw"
17
17
  >
18
18
  <p
19
- class="sc-htpNat MOGoj"
19
+ class="sc-htpNat dtQRdf"
20
20
  >
21
21
  Some text label
22
22
  </p>
@@ -24,7 +24,7 @@ exports[`<Article /> should render an article correctly 1`] = `
24
24
  Headline
25
25
  </div>
26
26
  <p
27
- class="sc-ifAKCX cxDtmy"
27
+ class="sc-ifAKCX hVJTTS"
28
28
  >
29
29
  1 hour ago
30
30
  </p>
@@ -20,7 +20,7 @@ exports[`<ArticleComment /> should render a comment article corrctly 1`] = `
20
20
  class="sc-bwzfXH iKKeUw"
21
21
  >
22
22
  <p
23
- class="sc-htpNat MOGoj"
23
+ class="sc-htpNat dtQRdf"
24
24
  >
25
25
  Some text label
26
26
  </p>
@@ -16,7 +16,7 @@ exports[`<ArticleStandard /> should render an article correctly 1`] = `
16
16
  class="sc-bwzfXH iKKeUw"
17
17
  >
18
18
  <p
19
- class="sc-htpNat MOGoj"
19
+ class="sc-htpNat dtQRdf"
20
20
  >
21
21
  Some text label
22
22
  </p>
@@ -24,12 +24,12 @@ exports[`<ArticleStandard /> should render an article correctly 1`] = `
24
24
  Headline
25
25
  </div>
26
26
  <p
27
- class="sc-bxivhb bJHcLn"
27
+ class="sc-bxivhb jpOhka"
28
28
  >
29
29
  August 20 2020, 1.00pm
30
30
  </p>
31
31
  <p
32
- class="sc-ifAKCX hBknFI"
32
+ class="sc-ifAKCX bbXdqc"
33
33
  >
34
34
  Some author
35
35
  </p>