@dative-gpi/foundation-shared-loader 1.0.143-actions-color → 1.0.143-onboarding
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.
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
"FSProgressBar": {
|
|
100
100
|
"from": "@dative-gpi/foundation-shared-components/components/FSProgressBar.vue"
|
|
101
101
|
},
|
|
102
|
+
"FSMenu": {
|
|
103
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSMenu.vue"
|
|
104
|
+
},
|
|
102
105
|
"FSEditImageUI": {
|
|
103
106
|
"from": "@dative-gpi/foundation-shared-components/components/FSEditImageUI.vue"
|
|
104
107
|
},
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
"FSIcon": {
|
|
172
175
|
"from": "@dative-gpi/foundation-shared-components/components/FSIcon.vue"
|
|
173
176
|
},
|
|
177
|
+
"FSInformationsMenu": {
|
|
178
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSInformationsMenu.vue"
|
|
179
|
+
},
|
|
174
180
|
"FSDialog": {
|
|
175
181
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialog.vue"
|
|
176
182
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-loader",
|
|
3
|
-
"version": "1.0.143-
|
|
3
|
+
"version": "1.0.143-onboarding",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vite": "5.1.4",
|
|
24
24
|
"vue": "3.4.38"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "44c75a707aeddf8826add43b55f4971b91046b70"
|
|
27
27
|
}
|
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
"FSProgressBar": {
|
|
100
100
|
"from": "@dative-gpi/foundation-shared-components/components/FSProgressBar.vue"
|
|
101
101
|
},
|
|
102
|
+
"FSMenu": {
|
|
103
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSMenu.vue"
|
|
104
|
+
},
|
|
102
105
|
"FSEditImageUI": {
|
|
103
106
|
"from": "@dative-gpi/foundation-shared-components/components/FSEditImageUI.vue"
|
|
104
107
|
},
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
"FSIcon": {
|
|
172
175
|
"from": "@dative-gpi/foundation-shared-components/components/FSIcon.vue"
|
|
173
176
|
},
|
|
177
|
+
"FSInformationsMenu": {
|
|
178
|
+
"from": "@dative-gpi/foundation-shared-components/components/FSInformationsMenu.vue"
|
|
179
|
+
},
|
|
174
180
|
"FSDialog": {
|
|
175
181
|
"from": "@dative-gpi/foundation-shared-components/components/FSDialog.vue"
|
|
176
182
|
},
|