@dative-gpi/foundation-shared-loader 0.0.19 → 0.0.20

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.
@@ -93,15 +93,15 @@
93
93
  "FSDialog": {
94
94
  "from": "@dative-gpi/foundation-shared-components/components/FSDialog.vue"
95
95
  },
96
+ "FSClickable": {
97
+ "from": "@dative-gpi/foundation-shared-components/components/FSClickable.vue"
98
+ },
96
99
  "FSLink": {
97
100
  "from": "@dative-gpi/foundation-shared-components/components/FSLink.vue"
98
101
  },
99
102
  "FSClock": {
100
103
  "from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
101
104
  },
102
- "FSFileButton": {
103
- "from": "@dative-gpi/foundation-shared-components/components/FSFileButton.vue"
104
- },
105
105
  "FSCheckbox": {
106
106
  "from": "@dative-gpi/foundation-shared-components/components/FSCheckbox.vue"
107
107
  },
@@ -177,6 +177,9 @@
177
177
  "FSButtonEditIcon": {
178
178
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonEditIcon.vue"
179
179
  },
180
+ "FSButtonFileIcon": {
181
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileIcon.vue"
182
+ },
180
183
  "FSButtonEditLabel": {
181
184
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonEditLabel.vue"
182
185
  },
@@ -228,6 +231,12 @@
228
231
  "FSButtonSearchLabel": {
229
232
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonSearchLabel.vue"
230
233
  },
234
+ "FSButtonFile": {
235
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFile.vue"
236
+ },
237
+ "FSButtonFileMini": {
238
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileMini.vue"
239
+ },
231
240
  "FSButtonSearchIcon": {
232
241
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonSearchIcon.vue"
233
242
  },
@@ -270,6 +279,9 @@
270
279
  "FSButtonRemove": {
271
280
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonRemove.vue"
272
281
  },
282
+ "FSButtonFileLabel": {
283
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileLabel.vue"
284
+ },
273
285
  "FSButtonValidate": {
274
286
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonValidate.vue"
275
287
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
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": "b6113681d7768c430b48be2e13dcfa54dc5f6882"
26
+ "gitHead": "9e8af5e1e592b3ae7725816cad435a497d2ffe91"
27
27
  }
@@ -93,15 +93,15 @@
93
93
  "FSDialog": {
94
94
  "from": "@dative-gpi/foundation-shared-components/components/FSDialog.vue"
95
95
  },
96
+ "FSClickable": {
97
+ "from": "@dative-gpi/foundation-shared-components/components/FSClickable.vue"
98
+ },
96
99
  "FSLink": {
97
100
  "from": "@dative-gpi/foundation-shared-components/components/FSLink.vue"
98
101
  },
99
102
  "FSClock": {
100
103
  "from": "@dative-gpi/foundation-shared-components/components/FSClock.vue"
101
104
  },
102
- "FSFileButton": {
103
- "from": "@dative-gpi/foundation-shared-components/components/FSFileButton.vue"
104
- },
105
105
  "FSCheckbox": {
106
106
  "from": "@dative-gpi/foundation-shared-components/components/FSCheckbox.vue"
107
107
  },
@@ -177,6 +177,9 @@
177
177
  "FSButtonEditIcon": {
178
178
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonEditIcon.vue"
179
179
  },
180
+ "FSButtonFileIcon": {
181
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileIcon.vue"
182
+ },
180
183
  "FSButtonEditLabel": {
181
184
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonEditLabel.vue"
182
185
  },
@@ -228,6 +231,12 @@
228
231
  "FSButtonSearchLabel": {
229
232
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonSearchLabel.vue"
230
233
  },
234
+ "FSButtonFile": {
235
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFile.vue"
236
+ },
237
+ "FSButtonFileMini": {
238
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileMini.vue"
239
+ },
231
240
  "FSButtonSearchIcon": {
232
241
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonSearchIcon.vue"
233
242
  },
@@ -270,6 +279,9 @@
270
279
  "FSButtonRemove": {
271
280
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonRemove.vue"
272
281
  },
282
+ "FSButtonFileLabel": {
283
+ "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonFileLabel.vue"
284
+ },
273
285
  "FSButtonValidate": {
274
286
  "from": "@dative-gpi/foundation-shared-components/components/buttons/FSButtonValidate.vue"
275
287
  },