@wordpress/ui 0.2.0 → 0.2.1-next.16d95556a.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
- # (Experimental) UI
1
+ # UI
2
+
3
+ <div class="callout callout-alert">
4
+ This package is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.
5
+ </div>
2
6
 
3
7
  A package that provides React UI components for the WordPress Design System, built on themeable design tokens.
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-next.16d95556a.0",
4
4
  "description": "Themeable React UI components for the WordPress Design System.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -33,11 +33,11 @@
33
33
  "wpScript": false,
34
34
  "sideEffects": false,
35
35
  "dependencies": {
36
- "@wordpress/element": "^6.35.0",
37
- "@wordpress/private-apis": "^1.35.0"
36
+ "@wordpress/element": "^6.35.1-next.16d95556a.0",
37
+ "@wordpress/private-apis": "^1.35.1-next.16d95556a.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@wordpress/theme": "^0.2.0"
40
+ "@wordpress/theme": "^0.2.1-next.16d95556a.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^18.0.0",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "77aa1f194edceafe8ac2a1b9438bf84b557e76e3"
49
+ "gitHead": "59a9383612bbe16e21af84d13b035bfbca7fe833"
50
50
  }