@dative-gpi/foundation-shared-components 0.0.117 → 0.0.118

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.
@@ -16,7 +16,7 @@ import { computed, defineComponent, onMounted, onUnmounted, PropType, ref, watch
16
16
  import { useBreakpoints, useColors, useDebounce } from "@dative-gpi/foundation-shared-components/composables";
17
17
  import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
18
18
  import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
19
- import { uuidv4 } from "@dative-gpi/bones-ui/tools";
19
+ import { uuidv4 } from "@dative-gpi/bones-ui/tools/uuid";
20
20
 
21
21
  export default defineComponent({
22
22
  name: "FSFadeOut",
@@ -45,7 +45,7 @@ import { computed, defineComponent, onMounted, onUnmounted, PropType, ref } from
45
45
  import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
46
46
  import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
47
47
  import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
48
- import { uuidv4 } from "@dative-gpi/bones-ui/tools";
48
+ import { uuidv4 } from "@dative-gpi/bones-ui/tools/uuid";
49
49
 
50
50
  import FSButtonPreviousIcon from "./buttons/FSButtonPreviousIcon.vue";
51
51
  import FSButtonNextIcon from "./buttons/FSButtonNextIcon.vue";
@@ -24,7 +24,7 @@ import { computed, defineComponent, onMounted, onUnmounted, PropType, ref } from
24
24
  import { useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
25
25
  import { ColorEnum } from "@dative-gpi/foundation-shared-components/models";
26
26
  import { sizeToVar } from "@dative-gpi/foundation-shared-components/utils";
27
- import { uuidv4 } from "@dative-gpi/bones-ui/tools";
27
+ import { uuidv4 } from "@dative-gpi/bones-ui/tools/uuid";
28
28
 
29
29
  export default defineComponent({
30
30
  name: "FSWrapGroup",
@@ -644,7 +644,7 @@ import { useRouter } from "vue-router";
644
644
  import { ColorEnum, FSDataTableColumn, FSDataTableFilter, FSDataTableOrder, FSToggle } from "@dative-gpi/foundation-shared-components/models";
645
645
  import { useBreakpoints, useColors, useSlots } from "@dative-gpi/foundation-shared-components/composables";
646
646
  import { useTranslations as useTranslationsProvider } from "@dative-gpi/bones-ui/composables";
647
- import { uuidv4 } from "@dative-gpi/bones-ui/tools"
647
+ import { uuidv4 } from "@dative-gpi/bones-ui/tools/uuid"
648
648
 
649
649
  import { alphanumericSort, sizeToVar } from "../../utils";
650
650
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "0.0.117",
4
+ "version": "0.0.118",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "0.0.117",
14
- "@dative-gpi/foundation-shared-services": "0.0.117",
13
+ "@dative-gpi/foundation-shared-domain": "0.0.118",
14
+ "@dative-gpi/foundation-shared-services": "0.0.118",
15
15
  "@fontsource/montserrat": "^5.0.16",
16
16
  "@lexical/clipboard": "^0.12.5",
17
17
  "@lexical/history": "^0.12.5",
@@ -32,5 +32,5 @@
32
32
  "sass": "^1.69.5",
33
33
  "sass-loader": "^13.3.2"
34
34
  },
35
- "gitHead": "434ff73f13f863998d707d010b4d9e2323e8391e"
35
+ "gitHead": "76a8d1b854de1eb1d0d914d4c15da28b5306e27f"
36
36
  }