@wordpress/theme 0.4.1-next.738bb1424.0 → 0.4.1-next.8fd3f8831.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 +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/theme",
|
|
3
|
-
"version": "0.4.1-next.
|
|
3
|
+
"version": "0.4.1-next.8fd3f8831.0",
|
|
4
4
|
"description": "Theme and context provider for the WordPress Design System.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"build-module/color-ramps/lib/register-color-spaces.js"
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@wordpress/element": "^6.36.1-next.
|
|
55
|
-
"@wordpress/private-apis": "^1.36.1-next.
|
|
54
|
+
"@wordpress/element": "^6.36.1-next.8fd3f8831.0",
|
|
55
|
+
"@wordpress/private-apis": "^1.36.1-next.8fd3f8831.0",
|
|
56
56
|
"colorjs.io": "^0.5.2",
|
|
57
57
|
"memize": "^2.1.0"
|
|
58
58
|
},
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"build": "npm run build:tokens && npm run build:default-ramps",
|
|
73
73
|
"postbuild": "prettier --write tokens/color.json tokens/modes src/prebuilt src/color-ramps/lib/default-ramps.ts docs"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
|
|
76
76
|
}
|