@wordpress/theme 0.6.0 → 0.6.1-next.v.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/theme",
|
|
3
|
-
"version": "0.6.0",
|
|
3
|
+
"version": "0.6.1-next.v.0+5aba098fc",
|
|
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",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"build-module/color-ramps/lib/register-color-spaces.mjs"
|
|
65
65
|
],
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@wordpress/element": "^6.39.0",
|
|
68
|
-
"@wordpress/private-apis": "^1.39.0",
|
|
67
|
+
"@wordpress/element": "^6.39.1-next.v.0+5aba098fc",
|
|
68
|
+
"@wordpress/private-apis": "^1.39.1-next.v.0+5aba098fc",
|
|
69
69
|
"colorjs.io": "^0.6.0",
|
|
70
70
|
"memize": "^2.1.0"
|
|
71
71
|
},
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"build": "npm run build:tokens && npm run build:default-ramps && npm run prelint:js",
|
|
102
102
|
"postbuild": "prettier --write tokens/color.json tokens/modes src/prebuilt src/color-ramps/lib/default-ramps.ts docs"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "d730f9e00f5462d1b9d2660632850f5f43ccff44"
|
|
105
105
|
}
|