@phila/phila-ui-button 2.2.1-beta.0 → 2.2.2-beta.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/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Phila Button Component
|
|
2
2
|
|
|
3
|
+
<!-- status-badge-start -->
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
<!-- status-badge-end -->
|
|
8
|
+
|
|
3
9
|
A flexible, accessible button component built with Vue 3 and TypeScript, implementing the Philadelphia Design System.
|
|
4
10
|
|
|
5
11
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-button",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2-beta.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Button component for Phila UI library",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@fortawesome/vue-fontawesome": "^3.1.2"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@phila/phila-ui-core": "2.3.
|
|
33
|
+
"@phila/phila-ui-core": "2.3.2-beta.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^24.0.0",
|