@globalbrain/sefirot 4.3.1 → 4.3.2

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.
package/client.d.ts CHANGED
@@ -2,3 +2,8 @@
2
2
  /// <reference types="unplugin-icons/types/vue3" />
3
3
 
4
4
  // this file contains public types which are exposed to external modules
5
+
6
+ declare module 'v-calendar' {
7
+ export * from 'v-calendar/dist/types/src/index.d.ts'
8
+ export { default } from 'v-calendar/dist/types/src/index.d.ts'
9
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
3
  "type": "module",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "packageManager": "pnpm@9.9.0",
6
6
  "description": "Vue Components for Global Brain Design System.",
7
7
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",
package/lib/shim.d.ts DELETED
@@ -1,4 +0,0 @@
1
- declare module 'v-calendar' {
2
- import { DefineComponent } from 'vue'
3
- export const DatePicker: DefineComponent<{}, {}, any>
4
- }