@dative-gpi/foundation-shared-loader 0.0.46 → 0.0.47
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,6 +63,9 @@
|
|
|
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
|
},
|
|
@@ -102,6 +105,9 @@
|
|
|
102
105
|
"FSToggleSet": {
|
|
103
106
|
"from": "@dative-gpi/foundation-shared-components/components/FSToggleSet.vue"
|
|
104
107
|
},
|
|
108
|
+
"FSGridMosaic": {
|
|
109
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
|
|
110
|
+
},
|
|
105
111
|
"FSDivider": {
|
|
106
112
|
"from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
|
|
107
113
|
},
|
|
@@ -177,9 +183,6 @@
|
|
|
177
183
|
"FSDataIteratorItem": {
|
|
178
184
|
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorItem.vue"
|
|
179
185
|
},
|
|
180
|
-
"FSGrid": {
|
|
181
|
-
"from": "@dative-gpi/foundation-shared-components/components/lists/FSGrid.vue"
|
|
182
|
-
},
|
|
183
186
|
"FSHeaderButton": {
|
|
184
187
|
"from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
|
|
185
188
|
},
|
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.47",
|
|
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": "
|
|
26
|
+
"gitHead": "4fe5299cdc8c81c71d98ab53e944e1ebacaf9e24"
|
|
27
27
|
}
|
|
@@ -63,6 +63,9 @@
|
|
|
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
|
},
|
|
@@ -102,6 +105,9 @@
|
|
|
102
105
|
"FSToggleSet": {
|
|
103
106
|
"from": "@dative-gpi/foundation-shared-components/components/FSToggleSet.vue"
|
|
104
107
|
},
|
|
108
|
+
"FSGridMosaic": {
|
|
109
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSGridMosaic.vue"
|
|
110
|
+
},
|
|
105
111
|
"FSDivider": {
|
|
106
112
|
"from": "@dative-gpi/foundation-shared-components/components/FSDivider.vue"
|
|
107
113
|
},
|
|
@@ -177,9 +183,6 @@
|
|
|
177
183
|
"FSDataIteratorItem": {
|
|
178
184
|
"from": "@dative-gpi/foundation-shared-components/components/lists/FSDataIteratorItem.vue"
|
|
179
185
|
},
|
|
180
|
-
"FSGrid": {
|
|
181
|
-
"from": "@dative-gpi/foundation-shared-components/components/lists/FSGrid.vue"
|
|
182
|
-
},
|
|
183
186
|
"FSHeaderButton": {
|
|
184
187
|
"from": "@dative-gpi/foundation-shared-components/components/lists/FSHeaderButton.vue"
|
|
185
188
|
},
|