@matteoaliano/forest-ui 0.2.4 → 0.2.5

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.
@@ -1,5 +1,7 @@
1
1
  # Forest UI — AI Development Guidelines
2
2
 
3
+ > **forest-ui v0.2.5**
4
+
3
5
  > **This file is auto-generated from the `forest-ui` package.**
4
6
  > Run `npx forest-ui sync` to update it.
5
7
 
@@ -332,6 +334,4 @@ interface MyButtonProps extends ButtonProps {
332
334
  }
333
335
  ```
334
336
 
335
- ---
336
337
 
337
- *Generated from forest-ui v0.2.1*
@@ -1,5 +1,7 @@
1
1
  # Forest UI — Development Best Practices
2
2
 
3
+ > **forest-ui v0.2.5**
4
+
3
5
  > **This file is synced by the `forest-ui` package.**
4
6
  > Run `npx forest-ui sync` to update it.
5
7
 
@@ -1,5 +1,7 @@
1
1
  # Forest UI — Default Theme Guidelines
2
2
 
3
+ > **forest-ui v0.2.5**
4
+
3
5
  > **This file is synced by the `forest-ui` package.**
4
6
  > Run `npx forest-ui sync` to update it.
5
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matteoaliano/forest-ui",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Forest Design System — themed MUI components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",