@dative-gpi/foundation-shared-loader 0.0.46 → 0.0.48

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.
@@ -63,15 +63,15 @@
63
63
  "FSSlider": {
64
64
  "from": "@dative-gpi/foundation-shared-components/components/FSSlider.vue"
65
65
  },
66
+ "FSGrid": {
67
+ "from": "@dative-gpi/foundation-shared-components/components/FSGrid.vue"
68
+ },
66
69
  "FSTab": {
67
70
  "from": "@dative-gpi/foundation-shared-components/components/FSTab.vue"
68
71
  },
69
72
  "FSOptionGroup": {
70
73
  "from": "@dative-gpi/foundation-shared-components/components/FSOptionGroup.vue"
71
74
  },
72
- "FSContainer": {
73
- "from": "@dative-gpi/foundation-shared-components/components/FSContainer.vue"
74
- },
75
75
  "FSRadioGroup": {
76
76
  "from": "@dative-gpi/foundation-shared-components/components/FSRadioGroup.vue"
77
77
  },
@@ -102,6 +102,9 @@
102
102
  "FSToggleSet": {
103
103
  "from": "@dative-gpi/foundation-shared-components/components/FSToggleSet.vue"
104
104
  },
105
+ "FSGridMosaic": {
106
+ "from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
107
+ },
105
108
  "FSDivider": {
106
109
  "from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
107
110
  },
@@ -177,9 +180,6 @@
177
180
  "FSDataIteratorItem": {
178
181
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorItem.vue"
179
182
  },
180
- "FSGrid": {
181
- "from": "@dative-gpi/foundation-shared-components/components/lists/FSGrid.vue"
182
- },
183
183
  "FSHeaderButton": {
184
184
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
185
185
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
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": "a1963363ed2f74aa24319fae34baeaa4d54e5e97"
26
+ "gitHead": "0029f53ff50ea72e704647e64d3419266ae680fa"
27
27
  }
@@ -63,15 +63,15 @@
63
63
  "FSSlider": {
64
64
  "from": "@dative-gpi/foundation-shared-components/components/FSSlider.vue"
65
65
  },
66
+ "FSGrid": {
67
+ "from": "@dative-gpi/foundation-shared-components/components/FSGrid.vue"
68
+ },
66
69
  "FSTab": {
67
70
  "from": "@dative-gpi/foundation-shared-components/components/FSTab.vue"
68
71
  },
69
72
  "FSOptionGroup": {
70
73
  "from": "@dative-gpi/foundation-shared-components/components/FSOptionGroup.vue"
71
74
  },
72
- "FSContainer": {
73
- "from": "@dative-gpi/foundation-shared-components/components/FSContainer.vue"
74
- },
75
75
  "FSRadioGroup": {
76
76
  "from": "@dative-gpi/foundation-shared-components/components/FSRadioGroup.vue"
77
77
  },
@@ -102,6 +102,9 @@
102
102
  "FSToggleSet": {
103
103
  "from": "@dative-gpi/foundation-shared-components/components/FSToggleSet.vue"
104
104
  },
105
+ "FSGridMosaic": {
106
+ "from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
107
+ },
105
108
  "FSDivider": {
106
109
  "from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
107
110
  },
@@ -177,9 +180,6 @@
177
180
  "FSDataIteratorItem": {
178
181
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorItem.vue"
179
182
  },
180
- "FSGrid": {
181
- "from": "@dative-gpi/foundation-shared-components/components/lists/FSGrid.vue"
182
- },
183
183
  "FSHeaderButton": {
184
184
  "from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
185
185
  },