@dative-gpi/foundation-shared-loader 0.0.65 → 0.0.66

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.
@@ -150,6 +150,12 @@
150
150
  "FSPermissions": {
151
151
  "from": "@dative-gpi/foundation-shared-components/components/FSPermissions.vue"
152
152
  },
153
+ "FSIconFlag": {
154
+ "from": "@dative-gpi/foundation-shared-components/components/FSIconFlag.vue"
155
+ },
156
+ "FSIconCheck": {
157
+ "from": "@dative-gpi/foundation-shared-components/components/FSIconCheck.vue"
158
+ },
153
159
  "FSGrid": {
154
160
  "from": "@dative-gpi/foundation-shared-components/components/FSGrid.vue"
155
161
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-loader",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
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": "a954682712562c7c168c095bf45cf6e6946ef7be"
26
+ "gitHead": "168f423ff8ddc691454860bf16396885e0e1c4f9"
27
27
  }
@@ -150,6 +150,12 @@
150
150
  "FSPermissions": {
151
151
  "from": "@dative-gpi/foundation-shared-components/components/FSPermissions.vue"
152
152
  },
153
+ "FSIconFlag": {
154
+ "from": "@dative-gpi/foundation-shared-components/components/FSIconFlag.vue"
155
+ },
156
+ "FSIconCheck": {
157
+ "from": "@dative-gpi/foundation-shared-components/components/FSIconCheck.vue"
158
+ },
153
159
  "FSGrid": {
154
160
  "from": "@dative-gpi/foundation-shared-components/components/FSGrid.vue"
155
161
  },