cec-nuxt-lib 0.11.6 → 0.11.8

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cec-nuxt-lib",
3
3
  "configKey": "cec-nuxt-lib",
4
- "version": "0.11.06",
4
+ "version": "0.11.08",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
@@ -1,6 +1,6 @@
1
1
  <script setup>
2
- import { onMounted } from "vue";
3
- import { useScript, useState, navigateTo } from "#app";
2
+ import { useScript, onMounted } from "vue";
3
+ import { useState, navigateTo } from "#app";
4
4
  const searchTerms = useState("searchTerms");
5
5
  const questions = useState("questions");
6
6
  const baseUrl = useState("baseUrl");
@@ -99,7 +99,7 @@ onMounted(() => {
99
99
  } catch (err) {
100
100
  console.log("No cookie control");
101
101
  }
102
- }, 100);
102
+ }, 50);
103
103
  let accordions = document.getElementsByClassName("access-acc-container");
104
104
  if (accordions.length) {
105
105
  let hash = window.location.hash;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.11.06",
2
+ "version": "0.11.08",
3
3
  "name": "cec-nuxt-lib",
4
4
  "description": "Nuxt components and assets",
5
5
  "license": "MIT",