@globalbrain/sefirot 2.34.0 → 2.34.1

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.
@@ -705,6 +705,7 @@ function handleClick(): void {
705
705
 
706
706
  .SButton.block {
707
707
  display: flex;
708
+ justify-content: center;
708
709
  width: 100%;
709
710
  }
710
711
 
@@ -1,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- import { Icon, IconifyIcon } from '@iconify/vue/dist/offline'
2
+ import { Icon, type IconifyIcon } from '@iconify/vue/dist/offline'
3
3
  import { type DefineComponent } from 'vue'
4
4
 
5
5
  defineProps<{
@@ -1,9 +1,9 @@
1
- import { type MaybeComputedRef } from '@vueuse/core'
1
+ import { type MaybeRefOrGetter } from '@vueuse/core'
2
2
  import { resolveUnref } from '@vueuse/core'
3
3
  import { type ComputedRef } from 'vue'
4
4
  import { computed } from 'vue'
5
5
 
6
- export type WhenCondition<T> = MaybeComputedRef<T>
6
+ export type WhenCondition<T> = MaybeRefOrGetter<T>
7
7
 
8
8
  export function computedWhen<T, C>(
9
9
  condition: WhenCondition<C>,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "2.34.0",
4
- "packageManager": "pnpm@8.3.1",
3
+ "version": "2.34.1",
4
+ "packageManager": "pnpm@8.5.0",
5
5
  "description": "Vue Components for Global Brain Design System.",
6
6
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",
7
7
  "license": "MIT",
@@ -21,71 +21,71 @@
21
21
  "lib"
22
22
  ],
23
23
  "peerDependencies": {
24
- "@iconify-icons/ph": "^1.2.3",
25
- "@iconify/vue": "^4.0.2",
24
+ "@iconify-icons/ph": "^1.2.4",
25
+ "@iconify/vue": "^4.1.1",
26
26
  "@types/body-scroll-lock": "^3.1.0",
27
- "@types/lodash-es": "^4.17.6",
27
+ "@types/lodash-es": "^4.17.7",
28
28
  "@types/markdown-it": "^12.2.3",
29
- "@vuelidate/core": "^2.0.0",
30
- "@vuelidate/validators": "^2.0.0",
31
- "@vueuse/core": "^9.11.1",
32
- "body-scroll-lock": "^4.0.0-beta.0",
29
+ "@vuelidate/core": "^2.0.2",
30
+ "@vuelidate/validators": "^2.0.2",
31
+ "@vueuse/core": "^10.1.2",
32
+ "body-scroll-lock": "4.0.0-beta.0",
33
33
  "fuse.js": "^6.6.2",
34
34
  "lodash-es": "^4.17.21",
35
35
  "markdown-it": "^13.0.1",
36
36
  "normalize.css": "^8.0.1",
37
- "pinia": "^2.0.29",
38
- "postcss": "^8.4.21",
39
- "postcss-nested": "^6.0.0",
40
- "typescript": "^4.9.4",
41
- "v-calendar": "^3.0.0-alpha.8",
37
+ "pinia": "^2.0.36",
38
+ "postcss": "^8.4.23",
39
+ "postcss-nested": "^6.0.1",
40
+ "typescript": "~4.9.5",
41
+ "v-calendar": "^3.0.3",
42
42
  "vue": "^3.2.47",
43
43
  "vue-router": "^4.1.6",
44
- "vue-virtual-scroller": "^2.0.0-beta.8"
44
+ "vue-virtual-scroller": "2.0.0-beta.8"
45
45
  },
46
46
  "dependencies": {
47
47
  "dayjs": "^1.11.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@globalbrain/eslint-config": "^1.5.0",
51
- "@histoire/plugin-vue": "^0.15.8",
52
- "@iconify-icons/ph": "^1.2.3",
53
- "@iconify/vue": "^4.0.2",
51
+ "@histoire/plugin-vue": "^0.16.1",
52
+ "@iconify-icons/ph": "^1.2.4",
53
+ "@iconify/vue": "^4.1.1",
54
54
  "@types/body-scroll-lock": "^3.1.0",
55
- "@types/lodash-es": "^4.17.6",
55
+ "@types/lodash-es": "^4.17.7",
56
56
  "@types/markdown-it": "^12.2.3",
57
- "@types/node": "^18.14.6",
58
- "@vitejs/plugin-vue": "^4.0.0",
59
- "@vitest/coverage-c8": "^0.29.2",
60
- "@vue/test-utils": "^2.3.0",
61
- "@vuelidate/core": "^2.0.0",
62
- "@vuelidate/validators": "^2.0.0",
63
- "@vueuse/core": "^9.11.1",
64
- "body-scroll-lock": "^4.0.0-beta.0",
57
+ "@types/node": "^20.1.1",
58
+ "@vitejs/plugin-vue": "^4.2.1",
59
+ "@vitest/coverage-c8": "^0.31.0",
60
+ "@vue/test-utils": "^2.3.2",
61
+ "@vuelidate/core": "^2.0.2",
62
+ "@vuelidate/validators": "^2.0.2",
63
+ "@vueuse/core": "^10.1.2",
64
+ "body-scroll-lock": "4.0.0-beta.0",
65
65
  "chalk": "^4.1.2",
66
66
  "conventional-changelog-cli": "^2.2.2",
67
67
  "enquirer": "^2.3.6",
68
68
  "eslint": "^8.40.0",
69
69
  "execa": "^5.1.1",
70
70
  "fuse.js": "^6.6.2",
71
- "happy-dom": "^9.9.2",
72
- "histoire": "^0.15.8",
71
+ "happy-dom": "^9.10.9",
72
+ "histoire": "^0.16.1",
73
73
  "lodash-es": "^4.17.21",
74
74
  "markdown-it": "^13.0.1",
75
75
  "normalize.css": "^8.0.1",
76
- "pinia": "^2.0.29",
77
- "postcss": "^8.4.21",
78
- "postcss-nested": "^6.0.0",
79
- "semver": "^7.3.8",
80
- "typescript": "^4.9.4",
81
- "v-calendar": "3.0.0-alpha.8",
82
- "vite": "^4.1.4",
83
- "vitepress": "1.0.0-alpha.65",
84
- "vitest": "^0.29.2",
76
+ "pinia": "^2.0.36",
77
+ "postcss": "^8.4.23",
78
+ "postcss-nested": "^6.0.1",
79
+ "semver": "^7.5.0",
80
+ "typescript": "~4.9.5",
81
+ "v-calendar": "^3.0.3",
82
+ "vite": "^4.3.5",
83
+ "vitepress": "1.0.0-alpha.75",
84
+ "vitest": "^0.31.0",
85
85
  "vue": "^3.2.47",
86
86
  "vue-router": "^4.1.6",
87
- "vue-tsc": "^1.2.0",
88
- "vue-virtual-scroller": "^2.0.0-beta.8"
87
+ "vue-tsc": "^1.7.1",
88
+ "vue-virtual-scroller": "2.0.0-beta.8"
89
89
  },
90
90
  "scripts": {
91
91
  "docs": "vitepress dev docs --port 4000",