@dative-gpi/foundation-shared-loader 1.0.194-filled-check → 1.0.194-playlists-snackbar

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.
@@ -69,6 +69,9 @@
69
69
  "FSModelTile": {
70
70
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
71
71
  },
72
+ "FSPlaylistTile": {
73
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
74
+ },
72
75
  "FSChartTile": {
73
76
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
74
77
  },
@@ -150,6 +153,9 @@
150
153
  "FSSimplePlaylistsList": {
151
154
  "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
152
155
  },
156
+ "FSTilePlaylistsList": {
157
+ "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
158
+ },
153
159
  "FSButtonAcknowledgeAlert": {
154
160
  "from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
155
161
  },
@@ -33,6 +33,9 @@
33
33
  "FSPlayButtons": {
34
34
  "from": "@dative-gpi/foundation-shared-components/components/FSPlayButtons.vue"
35
35
  },
36
+ "FSSnackbar": {
37
+ "from": "@dative-gpi/foundation-shared-components/components/FSSnackbar.vue"
38
+ },
36
39
  "FSIconCard": {
37
40
  "from": "@dative-gpi/foundation-shared-components/components/FSIconCard.vue"
38
41
  },
@@ -585,6 +588,9 @@
585
588
  "FSDashboardOrganisationTypeTileUI": {
586
589
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
587
590
  },
591
+ "FSPlaylistTileUI": {
592
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
593
+ },
588
594
  "FSChartTileUI": {
589
595
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTileUI.vue"
590
596
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "repository": {
4
4
  "url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
5
5
  },
6
- "version": "1.0.194-filled-check",
6
+ "version": "1.0.194-playlists-snackbar",
7
7
  "main": "dist/index.js",
8
8
  "publishConfig": {
9
9
  "access": "public"
@@ -26,5 +26,5 @@
26
26
  "vite": "5.1.4",
27
27
  "vue": "3.4.38"
28
28
  },
29
- "gitHead": "65817130f747be929b4f052352e468be4f6272c6"
29
+ "gitHead": "cafcfdd6e441d814cb8e3a57bba8d802f3938223"
30
30
  }
@@ -69,6 +69,9 @@
69
69
  "FSModelTile": {
70
70
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSModelTile.vue"
71
71
  },
72
+ "FSPlaylistTile": {
73
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSPlaylistTile.vue"
74
+ },
72
75
  "FSChartTile": {
73
76
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
74
77
  },
@@ -150,6 +153,9 @@
150
153
  "FSSimplePlaylistsList": {
151
154
  "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSSimplePlaylistsList.vue"
152
155
  },
156
+ "FSTilePlaylistsList": {
157
+ "from": "@dative-gpi/foundation-core-components/components/lists/playlists/FSTilePlaylistsList.vue"
158
+ },
153
159
  "FSButtonAcknowledgeAlert": {
154
160
  "from": "@dative-gpi/foundation-core-components/components/lists/alerts/FSButtonAcknowledgeAlert.vue"
155
161
  },
@@ -33,6 +33,9 @@
33
33
  "FSPlayButtons": {
34
34
  "from": "@dative-gpi/foundation-shared-components/components/FSPlayButtons.vue"
35
35
  },
36
+ "FSSnackbar": {
37
+ "from": "@dative-gpi/foundation-shared-components/components/FSSnackbar.vue"
38
+ },
36
39
  "FSIconCard": {
37
40
  "from": "@dative-gpi/foundation-shared-components/components/FSIconCard.vue"
38
41
  },
@@ -585,6 +588,9 @@
585
588
  "FSDashboardOrganisationTypeTileUI": {
586
589
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
587
590
  },
591
+ "FSPlaylistTileUI": {
592
+ "from": "@dative-gpi/foundation-shared-components/components/tiles/FSPlaylistTileUI.vue"
593
+ },
588
594
  "FSChartTileUI": {
589
595
  "from": "@dative-gpi/foundation-shared-components/components/tiles/FSChartTileUI.vue"
590
596
  },