@web-utils/component 1.2.0 → 1.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.es.js",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "1.2.0",
5
+ "version": "1.2.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -8139,6 +8139,20 @@
8139
8139
  }
8140
8140
  ]
8141
8141
  },
8142
+ {
8143
+ "name": "SearchPopover",
8144
+ "description": "",
8145
+ "attributes": [
8146
+ {
8147
+ "name": "services",
8148
+ "value": {
8149
+ "kind": "expression",
8150
+ "type": "array"
8151
+ },
8152
+ "default": ""
8153
+ }
8154
+ ]
8155
+ },
8142
8156
  {
8143
8157
  "name": "SignPanel",
8144
8158
  "description": "",