wp-block-styles 1.0.0 → 1.0.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # wp-block-styles
2
2
 
3
- Comprehensive CSS for WordPress Gutenberg block classes rendered via the **WP REST API** in headless Next.js, Nuxt, SvelteKit, Astro, or any other front-end framework.
3
+ Comprehensive CSS for WordPress Gutenberg block classes rendered via the headless **WP REST API** in Next.js, React, Nuxt, Vue, SvelteKit, Svelte, Astro, TanStack or any other front-end framework.
4
4
 
5
5
  Unlike `@wordpress/base-styles` — which pulls in the full WP editor design system — this package is a **lean, renderer-focused stylesheet** with zero dependencies and no JavaScript.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-block-styles",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "Comprehensive CSS styles for WordPress Gutenberg block classes rendered via the headless WP REST API. Zero dependencies, framework agnostic.",
5
5
  "style": "index.css",
6
6
  "main": "index.css",
@@ -43,4 +43,4 @@
43
43
  "devDependencies": {
44
44
  "clean-css-cli": "^5.6.3"
45
45
  }
46
- }
46
+ }