@phila/phila-ui-textarea 0.0.15 → 0.0.16

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Textarea Component
2
2
 
3
+ <!-- status-badge-start -->
4
+
5
+ ![Status: Not Started](https://img.shields.io/badge/-Not%20Started-lightgrey)
6
+
7
+ <!-- status-badge-end -->
8
+
3
9
  A simple, customizable Vue 3. Textarea component built with TypeScript and Vite.
4
10
  A textarea input component for Phila UI.
5
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phila/phila-ui-textarea",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "description": "A textarea input component for Phila UI.",
6
6
  "main": "./dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "vue": "^3.0.0"
29
29
  },
30
30
  "dependencies": {
31
- "@phila/phila-ui-core": "2.3.1"
31
+ "@phila/phila-ui-core": "2.3.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^24.0.0",