@total_onion/onion-library 2.0.125 → 2.0.127

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.
@@ -1,5 +1,5 @@
1
1
  import {createApp} from 'vue';
2
- import posttypefiltergridv2 from 'Assets/vue/blocks/post-type-filter-grid-v3.vue';
2
+ import posttypefiltergridv2 from '@total_onion/onion-library/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue';
3
3
 
4
4
  export default function posttypefiltergridv2Js(options = {}) {
5
5
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.125",
3
+ "version": "2.0.127",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,6 +28,7 @@ const dynamicAssets = [
28
28
  { assetKey: "accordion-v3" },
29
29
  { assetKey: "accent-image-v3" },
30
30
  { assetKey: "site-copyright-notice-v3" },
31
+ { assetKey: "post-type-filter-grid-v3" },
31
32
  ];
32
33
  const api = { dynamicAssets };
33
34
  export default api;