@wordpress/icons 9.31.0 → 9.31.1
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/icons",
|
3
|
-
"version": "9.31.
|
3
|
+
"version": "9.31.1",
|
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.17.
|
33
|
-
"@wordpress/primitives": "^3.38.
|
32
|
+
"@wordpress/element": "^5.17.1",
|
33
|
+
"@wordpress/primitives": "^3.38.1"
|
34
34
|
},
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "bb1fbf87bb0f451744530fc6a85de2dff1263bed"
|
39
39
|
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
export default meta;
|
2
|
-
export function Default(): JSX.Element;
|
3
|
-
export function Library(): JSX.Element;
|
4
|
-
declare namespace meta {
|
5
|
-
export { Icon as component };
|
6
|
-
export let title: string;
|
7
|
-
export namespace parameters {
|
8
|
-
namespace controls {
|
9
|
-
let hideNoControlsWarning: boolean;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
}
|
13
|
-
import Icon from '../';
|
14
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icon/stories/index.js"],"names":[],"mappings":";AAuBO,uCAmBN;AAmDM,uCAAwC;;;;;;;;;;iBArF9B,KAAK"}
|