@poppy-ui/vue 0.3.10 → 0.3.11

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.
@@ -521,7 +521,7 @@
521
521
  "options": []
522
522
  },
523
523
  "pop-input/min": {
524
- "type": "number",
524
+ "type": "number | string",
525
525
  "description": "The minimum value, which must not be greater than its maximum (max attribute) value.",
526
526
  "options": []
527
527
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@poppy-ui/vue",
5
- "version": "0.3.10",
5
+ "version": "0.3.11",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1028,7 +1028,7 @@
1028
1028
  "required": false,
1029
1029
  "value": {
1030
1030
  "kind": "expression",
1031
- "type": "number"
1031
+ "type": "number | string"
1032
1032
  }
1033
1033
  },
1034
1034
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@poppy-ui/vue",
3
3
  "type": "module",
4
- "version": "0.3.10",
4
+ "version": "0.3.11",
5
5
  "description": "Vue specific wrapper for @poppy-ui/core",
6
6
  "author": "Sukaato <sukaato.dev@proton.me>",
7
7
  "homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@biomejs/biome": "^1.9.4",
48
- "@poppy-ui/docs": "^0.3.10",
48
+ "@poppy-ui/docs": "^0.3.11",
49
49
  "@rollup/plugin-typescript": "^12.1.2",
50
50
  "change-case": "^5.4.4",
51
51
  "rimraf": "^6.0.1",
@@ -62,6 +62,6 @@
62
62
  "css/*.css"
63
63
  ],
64
64
  "dependencies": {
65
- "@poppy-ui/core": "^0.3.10"
65
+ "@poppy-ui/core": "^0.3.11"
66
66
  }
67
67
  }