@wordpress/icons 9.15.0 → 9.16.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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 9.16.0 (2023-01-11)
6
+
5
7
  ## 9.15.0 (2023-01-02)
6
8
 
7
9
  ## 9.14.0 (2022-12-14)
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2022 by the contributors
3
+ Copyright 2016-2023 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
@@ -0,0 +1,3 @@
1
+ export default archiveTitle;
2
+ declare const archiveTitle: JSX.Element;
3
+ //# sourceMappingURL=archive-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archive-title.d.ts","sourceRoot":"","sources":["../../src/library/archive-title.js"],"names":[],"mappings":";AAKA,wCAIE"}
@@ -0,0 +1,3 @@
1
+ export default commentTitle;
2
+ declare const commentTitle: JSX.Element;
3
+ //# sourceMappingURL=comment-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment-title.d.ts","sourceRoot":"","sources":["../../src/library/comment-title.js"],"names":[],"mappings":";AAKA,wCAIE"}
@@ -0,0 +1,3 @@
1
+ export default postTitle;
2
+ declare const postTitle: JSX.Element;
3
+ //# sourceMappingURL=post-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-title.d.ts","sourceRoot":"","sources":["../../src/library/post-title.js"],"names":[],"mappings":";AAKA,qCAIE"}
@@ -0,0 +1,3 @@
1
+ export default queryTitle;
2
+ declare const queryTitle: JSX.Element;
3
+ //# sourceMappingURL=query-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-title.d.ts","sourceRoot":"","sources":["../../src/library/query-title.js"],"names":[],"mappings":";AAKA,sCAIE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/icons",
3
- "version": "9.15.0",
3
+ "version": "9.16.0",
4
4
  "description": "WordPress Icons package, based on dashicon.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,11 +29,11 @@
29
29
  "types": "build-types",
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.16.0",
32
- "@wordpress/element": "^5.1.0",
33
- "@wordpress/primitives": "^3.22.0"
32
+ "@wordpress/element": "^5.2.0",
33
+ "@wordpress/primitives": "^3.23.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
38
+ "gitHead": "204c880ff65295768e9695dfee6c7a9fee1fdd05"
39
39
  }