@dative-gpi/foundation-shared-components 1.0.186-tile-list-5 → 1.0.186-tile-list-6

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.
@@ -101,7 +101,6 @@
101
101
  import { computed } from "vue";
102
102
  import { defineComponent, type PropType, ref, watch } from "vue";
103
103
 
104
- import { ColorEnum } from "../../models"
105
104
  import { filterItems } from "../../utils";
106
105
 
107
106
  import FSCol from "../FSCol.vue";
@@ -227,7 +226,6 @@ export default defineComponent({
227
226
  return {
228
227
  actualSearch,
229
228
  filteredItems,
230
- ColorEnum,
231
229
  onSearch,
232
230
  isSelected,
233
231
  toggleSelect
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
5
5
  },
6
6
  "sideEffects": false,
7
- "version": "1.0.186-tile-list-5",
7
+ "version": "1.0.186-tile-list-6",
8
8
  "description": "",
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -13,8 +13,8 @@
13
13
  "author": "",
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "@dative-gpi/foundation-shared-domain": "1.0.186-tile-list-5",
17
- "@dative-gpi/foundation-shared-services": "1.0.186-tile-list-5"
16
+ "@dative-gpi/foundation-shared-domain": "1.0.186-tile-list-6",
17
+ "@dative-gpi/foundation-shared-services": "1.0.186-tile-list-6"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -38,5 +38,5 @@
38
38
  "sass": "1.71.1",
39
39
  "sass-loader": "13.3.2"
40
40
  },
41
- "gitHead": "8ddd95344bae8a58eab6a9dc7c73bf13ed517fbb"
41
+ "gitHead": "e263e42d3440d749a0b562747515b46f0480530f"
42
42
  }