@automattic/social-previews 3.3.4 → 3.3.5

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,10 @@ 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.5] - 2026-07-13
9
+ ### Changed
10
+ - Update dependencies. [#50360]
11
+
8
12
  ## [3.3.4] - 2026-07-06
9
13
  ### Changed
10
14
  - Update package dependencies. [#50097] [#50183]
@@ -233,6 +237,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
237
 
234
238
  - Initial release after extracting from Calypso.
235
239
 
240
+ [3.3.5]: https://github.com/Automattic/social-previews/compare/v3.3.4...v3.3.5
236
241
  [3.3.4]: https://github.com/Automattic/social-previews/compare/v3.3.3...v3.3.4
237
242
  [3.3.3]: https://github.com/Automattic/social-previews/compare/v3.3.2...v3.3.3
238
243
  [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;
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.5",
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",