grab 0.1.47-dev.e56fcc1 → 0.1.48-dev.2c6b683
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/README.md +1 -1
- package/dist/{copy-content-5FzVj_Qo.d.cts → copy-content-BPB8MmpL.d.cts} +38 -11
- package/dist/{copy-content-BJATOqZF.d.ts → copy-content-C7lFyXsY.d.ts} +38 -11
- package/dist/copy-content-CLCI_Lbe.cjs +10 -0
- package/dist/copy-content-DggKAmmU.js +10 -0
- package/dist/core/index.cjs +1 -1
- package/dist/core/index.d.cts +2 -2
- package/dist/core/index.d.ts +2 -2
- package/dist/core/index.js +1 -1
- package/dist/core-CBCQU3Hn.js +14 -0
- package/dist/core-U9umuR7Y.cjs +14 -0
- package/dist/create-pointer-move-prompt-handoff-CizEB9Y4.js +9 -0
- package/dist/{action-shortcuts-Zws2aUUQ.cjs → create-pointer-move-prompt-handoff-DByqEgBi.cjs} +1 -1
- package/dist/freeze-updates-BbpDYqOS.js +51 -0
- package/dist/freeze-updates-fV8HUsUG.cjs +51 -0
- package/dist/{index-jMjUhmbS.d.cts → index-DMyJsiaz.d.cts} +1 -1
- package/dist/{index-C_bngsx-.d.ts → index-VkohC_Hw.d.ts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.global.js +18 -18
- package/dist/index.js +1 -1
- package/dist/primitives.cjs +2 -2
- package/dist/primitives.d.cts +1 -1
- package/dist/primitives.d.ts +1 -1
- package/dist/primitives.js +2 -2
- package/dist/renderer-CKcrLUAY.cjs +9 -0
- package/dist/renderer-CN9zoF6u.js +9 -0
- package/dist/styles.css +1 -1
- package/package.json +2 -2
- package/dist/action-shortcuts-BqUYwepS.js +0 -9
- package/dist/copy-content-BdNGJB1g.js +0 -10
- package/dist/copy-content-CE1c2qMK.cjs +0 -10
- package/dist/core-BMr2NQZo.cjs +0 -14
- package/dist/core-GnLSAWJ2.js +0 -14
- package/dist/freeze-updates-B9uIB2_2.js +0 -51
- package/dist/freeze-updates-BgilkYa3.cjs +0 -51
- package/dist/renderer-Bjgsgc2_.cjs +0 -9
- package/dist/renderer-bvmApDqj.js +0 -9
package/dist/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
import { A as
|
|
10
|
-
import { a as getStack, i as formatElementInfo, n as generateSnippet, r as DEFAULT_THEME, t as init } from "./index-
|
|
9
|
+
import { A as SourceInfo, C as PromptModeContext, D as Rect, E as ReactGrabState, M as ToolbarState, O as SelectedElementPayload, S as Position, _ as Options, a as ActionContext, b as PluginConfig, c as AgentContext, d as DeepPartial, f as DragRect, g as GrabbedBox, h as ElementSelectedEventDetail, i as isInstrumentationActive, j as Theme, k as SettableOptions, l as ContextMenuAction, m as ElementLabelVariant, o as ActionContextHooks, p as ElementLabelContext, s as ActivationMode, u as ContextMenuActionContext, v as OverlayBounds, w as ReactGrabAPI, x as PluginHooks, y as Plugin } from "./copy-content-C7lFyXsY.js";
|
|
10
|
+
import { a as getStack, i as formatElementInfo, n as generateSnippet, r as DEFAULT_THEME, t as init } from "./index-VkohC_Hw.js";
|
|
11
11
|
|
|
12
12
|
//#region src/core/plugins/comment.d.ts
|
|
13
13
|
declare const commentPlugin: Plugin;
|
|
@@ -27,4 +27,4 @@ declare const setGlobalApi: (api: ReactGrabAPI | null) => void;
|
|
|
27
27
|
declare const registerPlugin: (plugin: Plugin) => void;
|
|
28
28
|
declare const unregisterPlugin: (name: string) => void;
|
|
29
29
|
//#endregion
|
|
30
|
-
export { type ActionContext, type ActionContextHooks, type ActivationMode, type AgentContext, type ContextMenuAction, type ContextMenuActionContext, DEFAULT_THEME, type DeepPartial, type DragRect, type ElementLabelContext, type ElementLabelVariant, type GrabbedBox, type Options, type OverlayBounds, type Plugin, type PluginConfig, type PluginHooks, type Position, type PromptModeContext, type ReactGrabAPI, type ReactGrabState, type Rect, type SettableOptions, type SourceInfo, type Theme, type ToolbarState, commentPlugin, formatElementInfo, generateSnippet, getGlobalApi, getStack, init, isInstrumentationActive, openPlugin, registerPlugin, setGlobalApi, unregisterPlugin };
|
|
30
|
+
export { type ActionContext, type ActionContextHooks, type ActivationMode, type AgentContext, type ContextMenuAction, type ContextMenuActionContext, DEFAULT_THEME, type DeepPartial, type DragRect, type ElementLabelContext, type ElementLabelVariant, type ElementSelectedEventDetail, type GrabbedBox, type Options, type OverlayBounds, type Plugin, type PluginConfig, type PluginHooks, type Position, type PromptModeContext, type ReactGrabAPI, type ReactGrabState, type Rect, type SelectedElementPayload, type SettableOptions, type SourceInfo, type Theme, type ToolbarState, commentPlugin, formatElementInfo, generateSnippet, getGlobalApi, getStack, init, isInstrumentationActive, openPlugin, registerPlugin, setGlobalApi, unregisterPlugin };
|