@poppy-ui/vue 0.1.0-beta-4 → 0.1.0-beta-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.
@@ -1077,7 +1077,7 @@
1077
1077
  },
1078
1078
  {
1079
1079
  "name": "popChange",
1080
- "description": "The `popChange` event is fired when the user modifies the textarea's value.\nUnlike the ionInput event, the `popChange` event is fired when the element loses focus after its value has been modified.",
1080
+ "description": "The `popChange` event is fired when the user modifies the input's value.\nUnlike the ionInput event, the `popChange` event is fired when the element loses focus after its value has been modified.",
1081
1081
  "arguments": [
1082
1082
  {
1083
1083
  "name": "detail",
@@ -1097,7 +1097,7 @@
1097
1097
  },
1098
1098
  {
1099
1099
  "name": "on",
1100
- "description": "The `popInput` event is fired each time the user modifies the Input's value.\nUnlike the `popChange` event, the `popInput` event is fired for each alteration to the textarea's value.\nThis typically happens for each keystroke as the user types.\n\nThis event can be debouced by the `debounce` property.",
1100
+ "description": "The `popInput` event is fired each time the user modifies the Input's value.\nUnlike the `popChange` event, the `popInput` event is fired for each alteration to the input's value.\nThis typically happens for each keystroke as the user types.\n\nThis event can be debounced by the `debounce` property.",
1101
1101
  "arguments": [
1102
1102
  {
1103
1103
  "name": "detail",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@poppy-ui/vue",
3
3
  "type": "module",
4
- "version": "0.1.0-beta-4",
4
+ "version": "0.1.0-beta-5",
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,10 +45,10 @@
45
45
  "release": "release-it"
46
46
  },
47
47
  "dependencies": {
48
- "@poppy-ui/core": "0.1.0-beta-3"
48
+ "@poppy-ui/core": "0.1.0-beta-5"
49
49
  },
50
50
  "devDependencies": {
51
- "@poppy-ui/docs": "^0.1.0-beta-3",
51
+ "@poppy-ui/docs": "0.1.0-beta-5",
52
52
  "@rollup/plugin-typescript": "^11.1.6",
53
53
  "@vue/eslint-config-prettier": "^9.0.0",
54
54
  "@vue/eslint-config-typescript": "^13.0.0",