@dative-gpi/foundation-shared-loader 1.1.7 → 1.1.8

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.
@@ -159,6 +159,9 @@
159
159
  "FSChartTile": {
160
160
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
161
161
  },
162
+ "FSGroupingTile": {
163
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupingTile.vue"
164
+ },
162
165
  "FSDeviceOrganisationTile": {
163
166
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
164
167
  },
@@ -192,6 +195,9 @@
192
195
  "FSGroupTile": {
193
196
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
194
197
  },
198
+ "FSSubgroupingTile": {
199
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSSubgroupingTile.vue"
200
+ },
195
201
  "FSTreeViewFolder": {
196
202
  "from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
197
203
  },
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.1.7",
6
+ "version": "1.1.8",
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.5.26"
28
28
  },
29
- "gitHead": "8bfcfdfce4573e79b5bbdb127f10622f4384bc50"
29
+ "gitHead": "d3acfab8c634278f1fe3794747580d0b00f10d0a"
30
30
  }
@@ -159,6 +159,9 @@
159
159
  "FSChartTile": {
160
160
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSChartTile.vue"
161
161
  },
162
+ "FSGroupingTile": {
163
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupingTile.vue"
164
+ },
162
165
  "FSDeviceOrganisationTile": {
163
166
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSDeviceOrganisationTile.vue"
164
167
  },
@@ -192,6 +195,9 @@
192
195
  "FSGroupTile": {
193
196
  "from": "@dative-gpi/foundation-core-components/components/tiles/FSGroupTile.vue"
194
197
  },
198
+ "FSSubgroupingTile": {
199
+ "from": "@dative-gpi/foundation-core-components/components/tiles/FSSubgroupingTile.vue"
200
+ },
195
201
  "FSTreeViewFolder": {
196
202
  "from": "@dative-gpi/foundation-core-components/components/treeviews/FSTreeViewFolder.vue"
197
203
  },