@times-components/ts-components 1.31.1 → 1.32.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,17 @@
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.32.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.31.1...@times-components/ts-components@1.32.0) (2022-04-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TDP-1691:** remove react native from article label ([#2921](https://github.com/newsuk/times-components/issues/2921)) ([a2f1d2f](https://github.com/newsuk/times-components/commit/a2f1d2fd3923378b8a8f1a91cc87e6bc97aef9eb))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.31.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.31.0...@times-components/ts-components@1.31.1) (2022-04-20)
7
18
 
8
19
  **Note:** Version bump only for package @times-components/ts-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/ts-components",
3
- "version": "1.31.1",
3
+ "version": "1.32.0",
4
4
  "description": "Reuseable Typescript React Components",
5
5
  "main": "dist/index.js",
6
6
  "dev": "dist/index.js",
@@ -50,17 +50,17 @@
50
50
  "node": ">=8.9"
51
51
  },
52
52
  "dependencies": {
53
- "@times-components/button": "2.5.8",
54
- "@times-components/date-publication": "0.22.9",
55
- "@times-components/icons": "2.16.19",
56
- "@times-components/image": "6.11.1",
57
- "@times-components/link": "3.9.1",
58
- "@times-components/provider": "1.30.12",
53
+ "@times-components/button": "2.5.9",
54
+ "@times-components/date-publication": "0.22.10",
55
+ "@times-components/icons": "2.16.20",
56
+ "@times-components/image": "6.11.2",
57
+ "@times-components/link": "3.9.2",
58
+ "@times-components/provider": "1.30.13",
59
59
  "@times-components/provider-queries": "2.15.3",
60
- "@times-components/related-articles": "6.7.13",
61
- "@times-components/styleguide": "3.38.38",
62
- "@times-components/ts-slices": "1.3.9",
63
- "@times-components/utils": "6.8.0",
60
+ "@times-components/related-articles": "6.8.0",
61
+ "@times-components/styleguide": "3.38.39",
62
+ "@times-components/ts-slices": "1.3.10",
63
+ "@times-components/utils": "6.9.0",
64
64
  "algoliasearch": "4.9.0",
65
65
  "date-fns": "2.28.0",
66
66
  "graphql": "14.2.1",
@@ -82,7 +82,7 @@
82
82
  "@testing-library/jest-dom": "^5.12.0",
83
83
  "@testing-library/react": "^12.1.2",
84
84
  "@times-components/provider-test-tools": "1.26.1",
85
- "@times-components/storybook": "4.2.8",
85
+ "@times-components/storybook": "4.2.9",
86
86
  "@times-components/test-utils": "2.3.10",
87
87
  "@types/graphql": "14.0.3",
88
88
  "@types/jest": "24.9.1",
@@ -118,5 +118,5 @@
118
118
  "@testing-library/jest-dom/extend-expect"
119
119
  ]
120
120
  },
121
- "gitHead": "914ac0fcb9388ddf9b8dc57b0d9f306428f4075c"
121
+ "gitHead": "a45aac6892b29f73179d8312c1b50e41eeab1790"
122
122
  }
@@ -123,9 +123,8 @@ exports[`<LatestFromSection> renders 1`] = `
123
123
  style="margin-bottom: 0px;"
124
124
  >
125
125
  <div
126
- class="css-text-901oao"
127
- dir="auto"
128
- style="color: rgb(0, 131, 71); font-family: GillSansMTStd-Medium; font-size: 12px; font-weight: 400; letter-spacing: 1px; line-height: 12px; margin-bottom: 0px; margin-top: -1px; padding-top: 1px;"
126
+ class="tc-text__TcText-sc-15igzev-0 lhcAkf"
127
+ style="font-family: GillSansMTStd-Medium; font-size: 12px; line-height: 12px; font-weight: 400; margin-bottom: 0px; margin-top: -1px; padding-top: 1px; letter-spacing: 1px; color: rgb(0, 131, 71);"
129
128
  >
130
129
  CYCLING | DAVID WALSH
131
130
  </div>
@@ -271,9 +270,8 @@ exports[`<LatestFromSection> renders 1`] = `
271
270
  style="margin-bottom: 0px;"
272
271
  >
273
272
  <div
274
- class="css-text-901oao"
275
- dir="auto"
276
- style="color: rgb(0, 131, 71); font-family: GillSansMTStd-Medium; font-size: 12px; font-weight: 400; letter-spacing: 1px; line-height: 12px; margin-bottom: 0px; margin-top: -1px; padding-top: 1px;"
273
+ class="tc-text__TcText-sc-15igzev-0 lhcAkf"
274
+ style="font-family: GillSansMTStd-Medium; font-size: 12px; line-height: 12px; font-weight: 400; margin-bottom: 0px; margin-top: -1px; padding-top: 1px; letter-spacing: 1px; color: rgb(0, 131, 71);"
277
275
  >
278
276
  EURO 2020 | MATT LAWTON
279
277
  </div>
@@ -419,9 +417,8 @@ exports[`<LatestFromSection> renders 1`] = `
419
417
  style="margin-bottom: 0px;"
420
418
  >
421
419
  <div
422
- class="css-text-901oao"
423
- dir="auto"
424
- style="color: rgb(0, 131, 71); font-family: GillSansMTStd-Medium; font-size: 12px; font-weight: 400; letter-spacing: 1px; line-height: 12px; margin-bottom: 0px; margin-top: -1px; padding-top: 1px;"
420
+ class="tc-text__TcText-sc-15igzev-0 lhcAkf"
421
+ style="font-family: GillSansMTStd-Medium; font-size: 12px; line-height: 12px; font-weight: 400; margin-bottom: 0px; margin-top: -1px; padding-top: 1px; letter-spacing: 1px; color: rgb(0, 131, 71);"
425
422
  >
426
423
  EURO 2020 | JONATHAN NORTHCROFT
427
424
  </div>