@startinblox/core 0.19.12-beta.2 → 0.19.12-beta.3
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -53381,7 +53381,8 @@ const SolidFormSearch = {
|
|
|
53381
53381
|
},
|
|
53382
53382
|
debounce: {
|
|
53383
53383
|
type: Number,
|
|
53384
|
-
default:
|
|
53384
|
+
default: 0
|
|
53385
|
+
// Avoiding blink effect with static values
|
|
53385
53386
|
}
|
|
53386
53387
|
},
|
|
53387
53388
|
initialState: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/core",
|
|
3
|
-
"version": "0.19.12-beta.
|
|
3
|
+
"version": "0.19.12-beta.3",
|
|
4
4
|
"description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|