nuxt-leap-mds 0.1.111 → 0.1.113

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.111",
7
+ "version": "0.1.113",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -95,7 +95,10 @@ const LEAP_MDS_COMPONENT_EXPORTS = [
95
95
  const LEAP_MDS_REGION_COMPONENT_EXPORTS = [
96
96
  "AuLawConnectSocial",
97
97
  "AuRoiCalculator",
98
- "NzRoiCalculator"
98
+ "NzRoiCalculator",
99
+ "UkTable",
100
+ "UkTableRow",
101
+ "UkVideoFullWidth"
99
102
  ];
100
103
  const module$1 = defineNuxtModule({
101
104
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-leap-mds",
3
- "version": "0.1.111",
3
+ "version": "0.1.113",
4
4
  "description": "Nuxt module for leap-mds-storybook (LEAP design system components)",
5
5
  "license": "MIT",
6
6
  "type": "module",