@slidev/types 0.48.0-beta.12 → 0.48.0-beta.14

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -462,8 +462,8 @@ interface ClicksInfo {
462
462
  type ResolvedClicksInfo = Required<ClicksInfo>;
463
463
  type ClicksMap = Map<ClicksElement, ClicksInfo>;
464
464
  interface ClicksContext {
465
+ current: number;
465
466
  readonly disabled: boolean;
466
- readonly current: number;
467
467
  readonly relativeOffsets: ClicksRelativeEls;
468
468
  readonly map: ClicksMap;
469
469
  resolve: (at: string | number, size?: number) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.48.0-beta.12",
3
+ "version": "0.48.0-beta.14",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",