@tekkare/auriga 0.2.111 → 0.2.112
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/module.json
CHANGED
|
@@ -329,7 +329,7 @@ export default defineComponent({
|
|
|
329
329
|
return langData.value?.search;
|
|
330
330
|
});
|
|
331
331
|
const filterBlocks = computed(() => {
|
|
332
|
-
return props.appBlocks.length > 0 ? props.appBlocks.filter((a) => includesValue(a)) :
|
|
332
|
+
return props.appBlocks.length > 0 ? props.appBlocks.filter((a) => includesValue(a)) : props.appBlocks;
|
|
333
333
|
});
|
|
334
334
|
const filterCategoryBlocks = (cat) => {
|
|
335
335
|
return props.appBlocks.length > 0 ? searchBlocks.value.length > 0 ? props.appBlocks.filter(
|
|
@@ -29,5 +29,5 @@ export default defineComponent({
|
|
|
29
29
|
});
|
|
30
30
|
</script>
|
|
31
31
|
<style>
|
|
32
|
-
.arg_main_home{align-items:center;display:flex;flex-direction:column}.arg_home_layout_body{margin:116px 32px 95px;max-width:1200px;min-height:calc(100vh - 77px)}.full_width_footer{align-self:stretch}
|
|
32
|
+
.arg_main_home{align-items:center;display:flex;flex-direction:column}.arg_home_layout_body{margin:116px 32px 95px;max-width:1200px;min-height:calc(100vh - 77px);width:100%}.full_width_footer{align-self:stretch}
|
|
33
33
|
</style>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tekkare/auriga",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.112",
|
|
4
4
|
"description": "Aurgia is a UI kit developped by Tekkare",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@vueuse/integrations": "^10.11.1",
|
|
40
40
|
"apexcharts": "^3.54.1",
|
|
41
41
|
"fuse.js": "^6.6.2",
|
|
42
|
-
"posthog-js": "^1.194.
|
|
42
|
+
"posthog-js": "^1.194.4",
|
|
43
43
|
"save": "^2.9.0",
|
|
44
44
|
"vue-apexcharts": "^1.7.0",
|
|
45
45
|
"vue-svg-map": "^1.2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@nuxt/eslint-config": "^0.2.0",
|
|
52
52
|
"@nuxt/module-builder": "^0.5.5",
|
|
53
53
|
"@nuxt/schema": "^3.14.1592",
|
|
54
|
-
"@nuxt/test-utils": "^3.
|
|
54
|
+
"@nuxt/test-utils": "^3.15.0",
|
|
55
55
|
"@types/node": "^18.19.67",
|
|
56
56
|
"changelogen": "^0.5.7",
|
|
57
57
|
"eslint": "^8.57.1",
|