@phila/phila-ui-switch 0.0.3-beta.0 → 0.0.4-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.
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
  # Switch Component
2
2
 
3
+ <!-- status-badge-start -->
4
+
5
+ ![Status: Stable](https://img.shields.io/badge/-Stable-brightgreen)
6
+
7
+ <!-- status-badge-end -->
8
+
3
9
  City of Philadelphia switch input component with TypeScript support.
4
10
 
5
11
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phila/phila-ui-switch",
3
- "version": "0.0.3-beta.0",
3
+ "version": "0.0.4-beta.0",
4
4
  "type": "module",
5
5
  "description": "City of Philadelphia switch input component",
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-beta.0"
31
+ "@phila/phila-ui-core": "2.3.2-beta.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^24.0.0",