@wordpress/primitives 4.36.1-next.738bb1424.0 → 4.36.1-next.76cff8c98.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/LICENSE.md +1 -1
- package/build/svg/index.cjs +1 -1
- package/build-module/block-quotation/{index.js → index.mjs} +1 -1
- package/build-module/horizontal-rule/{index.js → index.mjs} +1 -1
- package/build-module/index.mjs +6 -0
- package/build-module/svg/{index.js → index.mjs} +1 -1
- package/build-module/view/{index.js → index.mjs} +1 -1
- package/package.json +5 -6
- package/build-module/index.js +0 -6
- /package/build-module/block-quotation/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/horizontal-rule/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/svg/{index.js.map → index.mjs.map} +0 -0
- /package/build-module/view/{index.js.map → index.mjs.map} +0 -0
package/LICENSE.md
CHANGED
package/build/svg/index.cjs
CHANGED
|
@@ -43,7 +43,7 @@ __export(svg_exports, {
|
|
|
43
43
|
Stop: () => Stop
|
|
44
44
|
});
|
|
45
45
|
module.exports = __toCommonJS(svg_exports);
|
|
46
|
-
var import_clsx = __toESM(require("clsx")
|
|
46
|
+
var import_clsx = __toESM(require("clsx"));
|
|
47
47
|
var import_element = require("@wordpress/element");
|
|
48
48
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
49
49
|
var Circle = (props) => (0, import_element.createElement)("circle", props);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/primitives",
|
|
3
|
-
"version": "4.36.1-next.
|
|
3
|
+
"version": "4.36.1-next.76cff8c98.0",
|
|
4
4
|
"description": "WordPress cross-platform primitives.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -30,13 +30,12 @@
|
|
|
30
30
|
"build-types",
|
|
31
31
|
"*.md"
|
|
32
32
|
],
|
|
33
|
-
"type": "module",
|
|
34
33
|
"main": "build/index.cjs",
|
|
35
|
-
"module": "build-module/index.
|
|
34
|
+
"module": "build-module/index.mjs",
|
|
36
35
|
"exports": {
|
|
37
36
|
".": {
|
|
38
37
|
"types": "./build-types/index.d.ts",
|
|
39
|
-
"import": "./build-module/index.
|
|
38
|
+
"import": "./build-module/index.mjs",
|
|
40
39
|
"require": "./build/index.cjs"
|
|
41
40
|
},
|
|
42
41
|
"./package.json": "./package.json"
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
"src/**/*.scss"
|
|
49
48
|
],
|
|
50
49
|
"dependencies": {
|
|
51
|
-
"@wordpress/element": "^6.36.1-next.
|
|
50
|
+
"@wordpress/element": "^6.36.1-next.76cff8c98.0",
|
|
52
51
|
"clsx": "^2.1.1"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|
|
@@ -57,5 +56,5 @@
|
|
|
57
56
|
"publishConfig": {
|
|
58
57
|
"access": "public"
|
|
59
58
|
},
|
|
60
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
|
|
61
60
|
}
|
package/build-module/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|