@dative-gpi/foundation-shared-loader 0.0.178 → 0.0.179
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.
|
@@ -506,6 +506,9 @@
|
|
|
506
506
|
},
|
|
507
507
|
"FSButtonPrevious": {
|
|
508
508
|
"from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonPrevious.vue"
|
|
509
|
+
},
|
|
510
|
+
"FSToggleSetPosition": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/toggleSets/FSToggleSetPosition.vue"
|
|
509
512
|
}
|
|
510
513
|
},
|
|
511
514
|
"directives": []
|
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.179",
|
|
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.29"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "308d313331910c08fd0025449b1800be7115c657"
|
|
27
27
|
}
|
|
@@ -506,6 +506,9 @@
|
|
|
506
506
|
},
|
|
507
507
|
"FSButtonPrevious": {
|
|
508
508
|
"from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonPrevious.vue"
|
|
509
|
+
},
|
|
510
|
+
"FSToggleSetPosition": {
|
|
511
|
+
"from": "@dative-gpi/foundation-shared-components/components/toggleSets/FSToggleSetPosition.vue"
|
|
509
512
|
}
|
|
510
513
|
},
|
|
511
514
|
"directives": []
|