@dative-gpi/foundation-shared-loader 1.0.128 → 1.0.129

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.
@@ -108,6 +108,9 @@
108
108
  "FSDashboardOrganisationTile": {
109
109
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
110
110
  },
111
+ "FSChartTile": {
112
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
113
+ },
111
114
  "FSServiceAccountOrganisationTile": {
112
115
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
113
116
  },
@@ -231,9 +231,6 @@
231
231
  "FSTile": {
232
232
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
233
233
  },
234
- "FSChartTile": {
235
- "from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
236
- },
237
234
  "FSDashboardOrganisationTypeTileUI": {
238
235
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
239
236
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,5 +23,5 @@
23
23
  "vite": "5.1.4",
24
24
  "vue": "3.4.38"
25
25
  },
26
- "gitHead": "ca2de0b5abd0fb4f1fdfaafbc4267182ab609336"
26
+ "gitHead": "73ebbdb8cfd158e2748933ec57315bc1b5fc4835"
27
27
  }
@@ -108,6 +108,9 @@
108
108
  "FSDashboardOrganisationTile": {
109
109
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
110
110
  },
111
+ "FSChartTile": {
112
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
113
+ },
111
114
  "FSServiceAccountOrganisationTile": {
112
115
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSServiceAccountOrganisationTile.vue"
113
116
  },
@@ -231,9 +231,6 @@
231
231
  "FSTile": {
232
232
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
233
233
  },
234
- "FSChartTile": {
235
- "from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTile.vue"
236
- },
237
234
  "FSDashboardOrganisationTypeTileUI": {
238
235
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
239
236
  },