nuxt-leap-mds 0.1.154 → 0.1.155

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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.14.0"
6
6
  },
7
- "version": "0.1.154",
7
+ "version": "0.1.155",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -109,7 +109,7 @@ const LEAP_MDS_REGION_COMPONENT_EXPORTS = [
109
109
  "NzRoiCalculator",
110
110
  "UkTable",
111
111
  "UkTableRow",
112
- "UkVideoFullWidth",
112
+ // 'UkVideoFullWidth',
113
113
  "UsRoiCalculator"
114
114
  ];
115
115
  const module$1 = defineNuxtModule({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-leap-mds",
3
- "version": "0.1.154",
3
+ "version": "0.1.155",
4
4
  "description": "Nuxt module for leap-mds-storybook (LEAP design system components)",
5
5
  "license": "MIT",
6
6
  "type": "module",