@automattic/social-previews 3.3.4 → 3.3.6

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
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.3.6] - 2026-07-20
9
+ ### Changed
10
+ - Update package dependencies. [#50510] [#50529]
11
+
12
+ ## [3.3.5] - 2026-07-13
13
+ ### Changed
14
+ - Update dependencies. [#50360]
15
+
8
16
  ## [3.3.4] - 2026-07-06
9
17
  ### Changed
10
18
  - Update package dependencies. [#50097] [#50183]
@@ -233,6 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
241
 
234
242
  - Initial release after extracting from Calypso.
235
243
 
244
+ [3.3.6]: https://github.com/Automattic/social-previews/compare/v3.3.5...v3.3.6
245
+ [3.3.5]: https://github.com/Automattic/social-previews/compare/v3.3.4...v3.3.5
236
246
  [3.3.4]: https://github.com/Automattic/social-previews/compare/v3.3.3...v3.3.4
237
247
  [3.3.3]: https://github.com/Automattic/social-previews/compare/v3.3.2...v3.3.3
238
248
  [3.3.2]: https://github.com/Automattic/social-previews/compare/v3.3.1...v3.3.2
package/dist/style.css CHANGED
@@ -9,7 +9,7 @@
9
9
  * @blame: dmsnell
10
10
  */
11
11
  .search-preview__display {
12
- border: 1px solid var(--color-neutral-0);
12
+ border: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb);
13
13
  font-family: arial, sans-serif;
14
14
  padding: 10px 20px;
15
15
  overflow-wrap: break-word;
@@ -242,7 +242,7 @@
242
242
  padding: 0.75em;
243
243
  text-decoration: none;
244
244
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
245
- color: var(--studio-black);
245
+ color: #000;
246
246
  text-align: left;
247
247
  overflow: hidden;
248
248
  display: flex;
@@ -1540,7 +1540,7 @@
1540
1540
  padding: 0.75em;
1541
1541
  text-decoration: none;
1542
1542
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1543
- color: var(--studio-black);
1543
+ color: rgb(0, 0, 0);
1544
1544
  text-align: left;
1545
1545
  overflow: hidden;
1546
1546
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/social-previews",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "A suite of components to generate previews for a post for both social and search engines.",
5
5
  "keywords": [
6
6
  "wordpress",
@@ -39,9 +39,9 @@
39
39
  "typecheck": "tsgo --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@wordpress/components": "36.1.0",
43
- "@wordpress/element": "8.2.0",
44
- "@wordpress/i18n": "6.23.0",
42
+ "@wordpress/components": "37.0.0",
43
+ "@wordpress/element": "8.3.0",
44
+ "@wordpress/i18n": "6.24.0",
45
45
  "clsx": "2.1.1"
46
46
  },
47
47
  "devDependencies": {
@@ -54,14 +54,14 @@
54
54
  "@types/jest": "30.0.0",
55
55
  "@types/react": "18.3.28",
56
56
  "@types/react-dom": "18.3.7",
57
- "@typescript/native-preview": "7.0.0-dev.20260225.1",
57
+ "@typescript/native-preview": "7.0.0-dev.20260707.2",
58
58
  "babel-jest": "30.4.1",
59
59
  "jest": "30.4.2",
60
60
  "react": "18.3.1",
61
61
  "react-dom": "18.3.1",
62
62
  "sass-embedded": "^1.97.2",
63
63
  "tsdown": "0.22.2",
64
- "typescript": "5.9.3"
64
+ "typescript": "6.0.3"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "react": "^18.0.0",