@dative-gpi/foundation-shared-loader 0.0.91 → 0.0.93

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.
@@ -330,6 +330,9 @@
330
330
  "FSButtonEdit": {
331
331
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonEdit.vue"
332
332
  },
333
+ "FSButtonCheckbox": {
334
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonCheckbox.vue"
335
+ },
333
336
  "FSButtonDuplicateMini": {
334
337
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonDuplicateMini.vue"
335
338
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
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.4.23"
25
25
  },
26
- "gitHead": "5470b07f299ab5d02f4240807304335501bdaf07"
26
+ "gitHead": "04a8774b03f5a5dbf22fa3d05ad948e776d4fdad"
27
27
  }
@@ -330,6 +330,9 @@
330
330
  "FSButtonEdit": {
331
331
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonEdit.vue"
332
332
  },
333
+ "FSButtonCheckbox": {
334
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonCheckbox.vue"
335
+ },
333
336
  "FSButtonDuplicateMini": {
334
337
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonDuplicateMini.vue"
335
338
  },