@globalbrain/sefirot 2.46.0 → 2.46.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.
@@ -1,5 +1,4 @@
1
1
  @import "normalize.css";
2
2
  @import "v-calendar/dist/style.css";
3
- @import "vue-virtual-scroller/dist/vue-virtual-scroller.css";
4
3
  @import "./variables";
5
4
  @import "./base";
@@ -1,9 +1,3 @@
1
1
  declare module 'v-calendar' {
2
2
  export const DatePicker: any
3
3
  }
4
-
5
- declare module 'vue-virtual-scroller' {
6
- export const RecycleScroller: any
7
- export const DynamicScroller: any
8
- export const DynamicScrollerItem: any
9
- }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "2.46.0",
4
- "packageManager": "pnpm@8.7.4",
3
+ "version": "2.46.1",
4
+ "packageManager": "pnpm@8.7.5",
5
5
  "description": "Vue Components for Global Brain Design System.",
6
6
  "author": "Kia Ishii <ka.ishii@globalbrains.com>",
7
7
  "license": "MIT",