@burh/nuxt-core 1.0.17 → 1.0.18

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.
@@ -150,8 +150,8 @@
150
150
  import BaseNav from '~/node_modules/@burh/nuxt-core/components/burh-ds/Navbar/BaseNav.vue';
151
151
  import VideoModal from '~/node_modules/@burh/nuxt-core/components/burh-ds/Modals/VideoModal.vue';
152
152
  import NavbarLinks from '~/node_modules/@burh/nuxt-core/components/burh-ds/Lists/ListNavLinks.vue';
153
- import appLinkArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/AppLinkArea.vue';
154
- import faqVideoArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/FaqVideoArea.vue';
153
+ import AppLinkArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/AppLinkArea.vue';
154
+ import FaqVideoArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/FaqVideoArea.vue';
155
155
  import Modal from '~/node_modules/@burh/nuxt-core/components/argon-core/Modal.vue';
156
156
  import * as ListofLinksNavbar from '@burh/nuxt-core/data/ListNavLinksMock.json';
157
157
  import * as ListVideos from '@burh/nuxt-core/data/ListVideoLinksMock.json';
@@ -163,8 +163,8 @@
163
163
  CollapseTransition,
164
164
  BaseNav,
165
165
  Modal,
166
- appLinkArea,
167
- faqVideoArea,
166
+ AppLinkArea,
167
+ FaqVideoArea,
168
168
  NavbarLinks,
169
169
  VideoModal
170
170
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {