@dative-gpi/foundation-shared-loader 0.0.71 → 0.0.73

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.
@@ -12,6 +12,9 @@
12
12
  "FSDeviceOrganisationTile": {
13
13
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
14
14
  },
15
+ "FSDashboardShallowTile": {
16
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
17
+ },
15
18
  "FSDashboardOrganisationTile": {
16
19
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
17
20
  },
@@ -246,15 +246,27 @@
246
246
  "FSDeviceOrganisationTileUI": {
247
247
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
248
248
  },
249
+ "FSDashboardOrganisationTileUI": {
250
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
251
+ },
252
+ "FSDashboardOrganisationTypeTileUI": {
253
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
254
+ },
249
255
  "FSTile": {
250
256
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
251
257
  },
258
+ "FSFolderTileUI": {
259
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
260
+ },
252
261
  "FSLoadTile": {
253
262
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSLoadTile.vue"
254
263
  },
255
264
  "FSGroupTileUI": {
256
265
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
257
266
  },
267
+ "FSDashboardShallowTileUI": {
268
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
269
+ },
258
270
  "FSButtonFileMini": {
259
271
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileMini.vue"
260
272
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,5 +23,5 @@
23
23
  "vite": "^4.5.0",
24
24
  "vue": "^3.2.0"
25
25
  },
26
- "gitHead": "72097470e9163b0da5e7ab5d67496ac5c403f918"
26
+ "gitHead": "6798551a8edc232d59e64569cf432272685a4d15"
27
27
  }
@@ -12,6 +12,9 @@
12
12
  "FSDeviceOrganisationTile": {
13
13
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
14
14
  },
15
+ "FSDashboardShallowTile": {
16
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardShallowTile.vue"
17
+ },
15
18
  "FSDashboardOrganisationTile": {
16
19
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDashboardOrganisationTile.vue"
17
20
  },
@@ -246,15 +246,27 @@
246
246
  "FSDeviceOrganisationTileUI": {
247
247
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDeviceOrganisationTileUI.vue"
248
248
  },
249
+ "FSDashboardOrganisationTileUI": {
250
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTileUI.vue"
251
+ },
252
+ "FSDashboardOrganisationTypeTileUI": {
253
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
254
+ },
249
255
  "FSTile": {
250
256
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSTile.vue"
251
257
  },
258
+ "FSFolderTileUI": {
259
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
260
+ },
252
261
  "FSLoadTile": {
253
262
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSLoadTile.vue"
254
263
  },
255
264
  "FSGroupTileUI": {
256
265
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSGroupTileUI.vue"
257
266
  },
267
+ "FSDashboardShallowTileUI": {
268
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
269
+ },
258
270
  "FSButtonFileMini": {
259
271
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileMini.vue"
260
272
  },