nuxt-leap-mds 0.1.141 → 0.1.143

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.141",
7
+ "version": "0.1.143",
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,8 @@ const LEAP_MDS_REGION_COMPONENT_EXPORTS = [
109
109
  "NzRoiCalculator",
110
110
  "UkTable",
111
111
  "UkTableRow",
112
- "UkVideoFullWidth"
112
+ "UkVideoFullWidth",
113
+ "UsRoiCalculator"
113
114
  ];
114
115
  const module$1 = defineNuxtModule({
115
116
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-leap-mds",
3
- "version": "0.1.141",
3
+ "version": "0.1.143",
4
4
  "description": "Nuxt module for leap-mds-storybook (LEAP design system components)",
5
5
  "license": "MIT",
6
6
  "type": "module",