@automattic/jetpack-components 1.4.12 → 1.4.13

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [1.4.13] - 2026-02-16
6
+ ### Changed
7
+ - Update package dependencies. [#47099]
8
+
9
+ ### Fixed
10
+ - Compatibility: Clean up deprecated CSS. [#47067]
11
+
5
12
  ## [1.4.12] - 2026-02-10
6
13
  ### Changed
7
14
  - Update package dependencies. [#47002]
@@ -1647,6 +1654,7 @@
1647
1654
  ### Changed
1648
1655
  - Update node version requirement to 14.16.1
1649
1656
 
1657
+ [1.4.13]: https://github.com/Automattic/jetpack-components/compare/1.4.12...1.4.13
1650
1658
  [1.4.12]: https://github.com/Automattic/jetpack-components/compare/1.4.11...1.4.12
1651
1659
  [1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
1652
1660
  [1.4.10]: https://github.com/Automattic/jetpack-components/compare/1.4.9...1.4.10
@@ -46,7 +46,7 @@ $no_boost_score_size: 28px;
46
46
  @extend %score-pill;
47
47
  display: grid;
48
48
  grid-template-columns: 24px 1fr;
49
- grid-column-gap: 10px;
49
+ column-gap: 10px;
50
50
  justify-content: center;
51
51
  font-size: 14px;
52
52
  position: relative;
@@ -79,7 +79,6 @@
79
79
 
80
80
  .jp-dashboard-footer__accessible-external-link {
81
81
  border: 0;
82
- clip: rect(1px, 1px, 1px, 1px);
83
82
  clip-path: inset(50%);
84
83
  height: 1px;
85
84
  margin: -1px;
@@ -25,7 +25,7 @@
25
25
  font-size: 32px;
26
26
  font-weight: 500;
27
27
  line-height: 40px;
28
- word-wrap: break-word;
28
+ overflow-wrap: break-word;
29
29
  }
30
30
  }
31
31
 
@@ -78,7 +78,7 @@
78
78
 
79
79
  .simple {
80
80
  display: grid;
81
- grid-gap: 8px;
81
+ gap: 8px;
82
82
  margin-bottom: 24px;
83
83
 
84
84
  .currentPrice {
@@ -46,7 +46,7 @@ $no_boost_score_size: 28px;
46
46
  @extend %score-pill;
47
47
  display: grid;
48
48
  grid-template-columns: 24px 1fr;
49
- grid-column-gap: 10px;
49
+ column-gap: 10px;
50
50
  justify-content: center;
51
51
  font-size: 14px;
52
52
  position: relative;
@@ -79,7 +79,6 @@
79
79
 
80
80
  .jp-dashboard-footer__accessible-external-link {
81
81
  border: 0;
82
- clip: rect(1px, 1px, 1px, 1px);
83
82
  clip-path: inset(50%);
84
83
  height: 1px;
85
84
  margin: -1px;
@@ -25,7 +25,7 @@
25
25
  font-size: 32px;
26
26
  font-weight: 500;
27
27
  line-height: 40px;
28
- word-wrap: break-word;
28
+ overflow-wrap: break-word;
29
29
  }
30
30
  }
31
31
 
@@ -78,7 +78,7 @@
78
78
 
79
79
  .simple {
80
80
  display: grid;
81
- grid-gap: 8px;
81
+ gap: 8px;
82
82
  margin-bottom: 24px;
83
83
 
84
84
  .currentPrice {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -47,9 +47,9 @@
47
47
  "dependencies": {
48
48
  "@automattic/format-currency": "1.0.1",
49
49
  "@automattic/jetpack-api": "^1.0.16",
50
- "@automattic/jetpack-boost-score-api": "^1.0.28",
50
+ "@automattic/jetpack-boost-score-api": "^1.0.29",
51
51
  "@automattic/jetpack-script-data": "^0.5.4",
52
- "@automattic/number-formatters": "^1.0.16",
52
+ "@automattic/number-formatters": "^1.0.17",
53
53
  "@babel/runtime": "^7",
54
54
  "@wordpress/browserslist-config": "6.39.0",
55
55
  "@wordpress/components": "32.1.0",
@@ -64,14 +64,14 @@
64
64
  "prop-types": "^15.7.2",
65
65
  "qrcode.react": "4.2.0",
66
66
  "react-slider": "2.0.5",
67
- "social-logos": "^3.3.6",
67
+ "social-logos": "^3.3.7",
68
68
  "uplot": "1.6.31",
69
69
  "uplot-react": "1.1.4"
70
70
  },
71
71
  "devDependencies": {
72
- "@automattic/jetpack-base-styles": "^1.0.15",
73
- "@babel/core": "7.28.4",
74
- "@babel/preset-react": "7.27.1",
72
+ "@automattic/jetpack-base-styles": "^1.0.16",
73
+ "@babel/core": "7.29.0",
74
+ "@babel/preset-react": "7.28.5",
75
75
  "@jest/globals": "30.2.0",
76
76
  "@storybook/addon-docs": "10.2.3",
77
77
  "@storybook/react": "10.2.3",