nuxt-leap-mds 0.1.140 → 0.1.141

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.140",
7
+ "version": "0.1.141",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -103,6 +103,9 @@ const LEAP_MDS_COMPONENT_EXPORTS = [
103
103
  const LEAP_MDS_REGION_COMPONENT_EXPORTS = [
104
104
  "AuLawConnectSocial",
105
105
  "AuRoiCalculator",
106
+ "CaSocialWidget",
107
+ "CaRoiCalculator",
108
+ "CaTriCard",
106
109
  "NzRoiCalculator",
107
110
  "UkTable",
108
111
  "UkTableRow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-leap-mds",
3
- "version": "0.1.140",
3
+ "version": "0.1.141",
4
4
  "description": "Nuxt module for leap-mds-storybook (LEAP design system components)",
5
5
  "license": "MIT",
6
6
  "type": "module",