@evercam/ui 1.0.0-preview-ligthModeBugsFix-dc4ac0bdd → 1.0.0-preview-addingSmartSearchAutomation-a2e81c849
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/attributes.json +5 -0
- package/dist/components/ERadioGroup.vue.d.ts +1 -0
- package/dist/index.mjs +849 -826
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +13 -13
- package/dist/index.umd.js.map +1 -1
- package/dist/tags.json +2 -1
- package/dist/web-types.json +12 -3
- package/package.json +1 -1
package/dist/tags.json
CHANGED
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "1.0.0-preview-
|
|
5
|
+
"version": "1.0.0-preview-addingSmartSearchAutomation-a2e81c849",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
{
|
|
1248
1248
|
"name": "colors",
|
|
1249
1249
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1250
|
-
"default": "() =>
|
|
1250
|
+
"default": "() => Qi(\"#ebedf0\", \"#17459e\", 10)",
|
|
1251
1251
|
"value": {
|
|
1252
1252
|
"kind": "expression",
|
|
1253
1253
|
"type": "array"
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
{
|
|
1257
1257
|
"name": "colors-dark",
|
|
1258
1258
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1259
|
-
"default": "() =>
|
|
1259
|
+
"default": "() => Qi(\"rgba(26,53,86,0.49)\", \"#1f65ee\", 10)",
|
|
1260
1260
|
"value": {
|
|
1261
1261
|
"kind": "expression",
|
|
1262
1262
|
"type": "array"
|
|
@@ -3243,6 +3243,15 @@
|
|
|
3243
3243
|
"array"
|
|
3244
3244
|
]
|
|
3245
3245
|
}
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "lazy-root",
|
|
3249
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
3250
|
+
"default": "null",
|
|
3251
|
+
"value": {
|
|
3252
|
+
"kind": "expression",
|
|
3253
|
+
"type": "object"
|
|
3254
|
+
}
|
|
3246
3255
|
}
|
|
3247
3256
|
]
|
|
3248
3257
|
},
|