@dative-gpi/foundation-shared-loader 0.0.119 → 0.0.121
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.
|
@@ -204,9 +204,6 @@
|
|
|
204
204
|
"FSUserOrganisationTileUI": {
|
|
205
205
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
206
206
|
},
|
|
207
|
-
"FSSimpleIconTileUI": {
|
|
208
|
-
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleIconTileUI.vue"
|
|
209
|
-
},
|
|
210
207
|
"FSDashboardOrganisationTypeTileUI": {
|
|
211
208
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
212
209
|
},
|
|
@@ -216,6 +213,9 @@
|
|
|
216
213
|
"FSFolderTileUI": {
|
|
217
214
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
|
|
218
215
|
},
|
|
216
|
+
"FSSimpleTileUI": {
|
|
217
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleTileUI.vue"
|
|
218
|
+
},
|
|
219
219
|
"FSDashboardShallowTileUI": {
|
|
220
220
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
221
221
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.121",
|
|
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.4.23"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "305cafbeb6046ce65f2b4917b319f4d36ebbcf00"
|
|
27
27
|
}
|
|
@@ -204,9 +204,6 @@
|
|
|
204
204
|
"FSUserOrganisationTileUI": {
|
|
205
205
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSUserOrganisationTileUI.vue"
|
|
206
206
|
},
|
|
207
|
-
"FSSimpleIconTileUI": {
|
|
208
|
-
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleIconTileUI.vue"
|
|
209
|
-
},
|
|
210
207
|
"FSDashboardOrganisationTypeTileUI": {
|
|
211
208
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardOrganisationTypeTileUI.vue"
|
|
212
209
|
},
|
|
@@ -216,6 +213,9 @@
|
|
|
216
213
|
"FSFolderTileUI": {
|
|
217
214
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSFolderTileUI.vue"
|
|
218
215
|
},
|
|
216
|
+
"FSSimpleTileUI": {
|
|
217
|
+
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSSimpleTileUI.vue"
|
|
218
|
+
},
|
|
219
219
|
"FSDashboardShallowTileUI": {
|
|
220
220
|
"from": "@dative-gpi/foundation-shared-components/components/tiles/FSDashboardShallowTileUI.vue"
|
|
221
221
|
},
|