@magicpages/kalotyp-ui 0.1.1 → 0.2.0
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/dist/canvas/position-handles.d.ts.map +1 -1
- package/dist/canvas/preview-canvas.d.ts +1 -1
- package/dist/canvas/preview-canvas.d.ts.map +1 -1
- package/dist/canvas/render-overlay.d.ts.map +1 -1
- package/dist/icons.d.ts +1 -1
- package/dist/icons.d.ts.map +1 -1
- package/dist/index.d.ts +42 -42
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15928 -5184
- package/dist/index.js.map +1 -1
- package/dist/kalotyp-ui.css +2 -0
- package/dist/output/popover.d.ts.map +1 -1
- package/dist/plugins/annotate/coord-inputs.d.ts +10 -2
- package/dist/plugins/annotate/coord-inputs.d.ts.map +1 -1
- package/dist/plugins/annotate/emoji-data.d.ts +27 -0
- package/dist/plugins/annotate/emoji-data.d.ts.map +1 -0
- package/dist/plugins/annotate/emoji-images.d.ts +47 -0
- package/dist/plugins/annotate/emoji-images.d.ts.map +1 -0
- package/dist/plugins/annotate/emoji-picker.d.ts +29 -0
- package/dist/plugins/annotate/emoji-picker.d.ts.map +1 -0
- package/dist/plugins/annotate/fonts-loader.d.ts +22 -0
- package/dist/plugins/annotate/fonts-loader.d.ts.map +1 -0
- package/dist/plugins/annotate/mount.d.ts.map +1 -1
- package/dist/plugins/annotate/panel.d.ts +20 -1
- package/dist/plugins/annotate/panel.d.ts.map +1 -1
- package/dist/plugins/annotate/plugin.d.ts.map +1 -1
- package/dist/plugins/annotate/render.d.ts +3 -3
- package/dist/plugins/annotate/render.d.ts.map +1 -1
- package/dist/plugins/annotate/selection.d.ts +29 -1
- package/dist/plugins/annotate/selection.d.ts.map +1 -1
- package/dist/plugins/annotate/text-editor.d.ts +6 -2
- package/dist/plugins/annotate/text-editor.d.ts.map +1 -1
- package/dist/plugins/annotate/tools.d.ts +11 -0
- package/dist/plugins/annotate/tools.d.ts.map +1 -1
- package/dist/plugins/crop/interaction.d.ts.map +1 -1
- package/dist/plugins/crop/mount.d.ts +1 -1
- package/dist/plugins/crop/mount.d.ts.map +1 -1
- package/dist/plugins/crop/plugin.d.ts.map +1 -1
- package/dist/plugins/filter/mount.d.ts.map +1 -1
- package/dist/plugins/filter/thumbnails.d.ts.map +1 -1
- package/dist/plugins/finetune/mount.d.ts.map +1 -1
- package/dist/plugins/finetune/plugin.d.ts.map +1 -1
- package/dist/plugins/finetune/preview.d.ts.map +1 -1
- package/dist/plugins/flip/mount.d.ts.map +1 -1
- package/dist/plugins/flip/plugin.d.ts.map +1 -1
- package/dist/plugins/frame/mount.d.ts.map +1 -1
- package/dist/plugins/frame/plugin.d.ts.map +1 -1
- package/dist/plugins/redact/mount.d.ts.map +1 -1
- package/dist/plugins/redact/plugin.d.ts.map +1 -1
- package/dist/plugins/redact/render.d.ts.map +1 -1
- package/dist/plugins/redact/selection.d.ts.map +1 -1
- package/dist/plugins/resize/mount.d.ts.map +1 -1
- package/dist/plugins/resize/plugin.d.ts.map +1 -1
- package/dist/plugins/rotate/mount.d.ts.map +1 -1
- package/dist/plugins/rotate/plugin.d.ts.map +1 -1
- package/package.json +7 -7
- package/dist/styles.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"position-handles.d.ts","sourceRoot":"","sources":["../../src/canvas/position-handles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,IAAI,
|
|
1
|
+
{"version":3,"file":"position-handles.d.ts","sourceRoot":"","sources":["../../src/canvas/position-handles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,IAAI,EAET,KAAK,QAAQ,EACd,MAAM,0BAA0B,CAAC;AAElC;;;;;;;GAOG;AACH,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,aAAa,EAAE,IAAI,CAAC;IAC7B,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC;IAC5B,QAAQ,CAAC,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC,CAAC;IACpE,QAAQ,CAAC,WAAW,EAAE,QAAQ,CAAC,MAAM,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC,CAAC;IAChE,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;CACnC;AAID,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,GAAG,IAAI,CA+BjE"}
|
|
@@ -16,6 +16,6 @@ export declare function previewViewportFor(container: HTMLElement, intrinsic: {
|
|
|
16
16
|
} | undefined;
|
|
17
17
|
/** Paint into a preview canvas. The callback receives a DPR-scaled context positioned at (0,0) in stage CSS pixels. */
|
|
18
18
|
export declare function paintPreview(canvas: HTMLCanvasElement, stageWidth: number, stageHeight: number, draw: (ctx: CanvasRenderingContext2D) => void): void;
|
|
19
|
-
export { STAGE_PADDING_PX };
|
|
20
19
|
export type { SourceImage };
|
|
20
|
+
export { STAGE_PADDING_PX };
|
|
21
21
|
//# sourceMappingURL=preview-canvas.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preview-canvas.d.ts","sourceRoot":"","sources":["../../src/canvas/preview-canvas.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"preview-canvas.d.ts","sourceRoot":"","sources":["../../src/canvas/preview-canvas.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,WAAW,EAChB,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACxB,MAAM,0BAA0B,CAAC;AAElC,QAAA,MAAM,gBAAgB,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,SAAS,EAAE,cAAc,CAAC;IACnC,QAAQ,CAAC,MAAM,EAAE,iBAAiB,CAAC;CACpC;AAED,wBAAgB,kBAAkB,IAAI,aAAa,CAUlD;AAED,qHAAqH;AACrH,wBAAgB,kBAAkB,CAChC,SAAS,EAAE,WAAW,EACtB,SAAS,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EAC5C,UAAU,CAAC,EAAE,kBAAkB,GAC9B;IAAE,QAAQ,EAAE,QAAQ,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,CAQ7E;AAED,uHAAuH;AACvH,wBAAgB,YAAY,CAC1B,MAAM,EAAE,iBAAiB,EACzB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,CAAC,GAAG,EAAE,wBAAwB,KAAK,IAAI,GAC5C,IAAI,CAgBN;AAED,YAAY,EAAE,WAAW,EAAE,CAAC;AAC5B,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-overlay.d.ts","sourceRoot":"","sources":["../../src/canvas/render-overlay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,
|
|
1
|
+
{"version":3,"file":"render-overlay.d.ts","sourceRoot":"","sources":["../../src/canvas/render-overlay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAsB,KAAK,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAcxF,6FAA6F;AAC7F,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,iBAAiB,EACzB,aAAa,EAAE,IAAI,EACnB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,QAAQ,GACjB,IAAI,CAyCN"}
|
package/dist/icons.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
type IconNode = ReadonlyArray<readonly [string, Record<string, string | number>]>;
|
|
7
7
|
/** Stringify a Lucide icon node to inline SVG markup. */
|
|
8
8
|
export declare function iconHtml(node: IconNode, attrs?: Record<string, string | number>): string;
|
|
9
|
-
export type IconName = 'select' | 'text' | 'rect' | 'ellipse' | 'arrow' | 'freehand' | 'highlight' | 'undo' | 'redo' | 'close' | 'delete' | 'check' | 'lockClosed' | 'lockOpen' | 'plus' | 'flipHorizontal' | 'flipVertical' | 'chevronDown' | 'settings' | 'keyboard';
|
|
9
|
+
export type IconName = 'select' | 'text' | 'rect' | 'ellipse' | 'arrow' | 'freehand' | 'highlight' | 'undo' | 'redo' | 'close' | 'delete' | 'check' | 'lockClosed' | 'lockOpen' | 'plus' | 'flipHorizontal' | 'flipVertical' | 'chevronDown' | 'settings' | 'keyboard' | 'bold' | 'italic' | 'alignLeft' | 'alignCenter' | 'alignRight' | 'emoji' | 'search';
|
|
10
10
|
/** Render an icon by name. */
|
|
11
11
|
export declare function icon(name: IconName, attrs?: Record<string, string | number>): string;
|
|
12
12
|
export {};
|
package/dist/icons.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":"AAAA;;;;GAIG;
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAgCH,KAAK,QAAQ,GAAG,aAAa,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;AAelF,yDAAyD;AACzD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAM,GAAG,MAAM,CAc5F;AAED,MAAM,MAAM,QAAQ,GAChB,QAAQ,GACR,MAAM,GACN,MAAM,GACN,SAAS,GACT,OAAO,GACP,UAAU,GACV,WAAW,GACX,MAAM,GACN,MAAM,GACN,OAAO,GACP,QAAQ,GACR,OAAO,GACP,YAAY,GACZ,UAAU,GACV,MAAM,GACN,gBAAgB,GAChB,cAAc,GACd,aAAa,GACb,UAAU,GACV,UAAU,GACV,MAAM,GACN,QAAQ,GACR,WAAW,GACX,aAAa,GACb,YAAY,GACZ,OAAO,GACP,QAAQ,CAAC;AA6Db,8BAA8B;AAC9B,wBAAgB,IAAI,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,CAEpF"}
|
package/dist/index.d.ts
CHANGED
|
@@ -10,52 +10,52 @@ import './styles/output.css';
|
|
|
10
10
|
import './styles/preferences.css';
|
|
11
11
|
import './styles/cheatsheet.css';
|
|
12
12
|
import './styles/mobile.css';
|
|
13
|
-
export {
|
|
14
|
-
export type
|
|
13
|
+
export { attachStageGestures, type StageGestureHandle } from './canvas/stage-gestures.js';
|
|
14
|
+
export { type CheatsheetHandle, type OpenCheatsheetOptions, openCheatsheet, } from './cheatsheet/modal.js';
|
|
15
|
+
export { buildUtilityNav, setActiveUtilityButton, type UtilityNavElements, type UtilityNavEntry, } from './dom/build-util-nav.js';
|
|
16
|
+
export { type FocusTrapHandle, type InstallFocusTrapOptions, installFocusTrap, } from './dom/focus-trap.js';
|
|
17
|
+
export { type NestedModalHandle, type NestedModalOptions, openNestedModal, } from './dom/nested-modal.js';
|
|
18
|
+
export { type IconName, icon, iconHtml } from './icons.js';
|
|
19
|
+
export { KEYBOARD_SHORTCUT_CONTEXT_LABELS, KEYBOARD_SHORTCUTS, type KeyboardShortcut, type KeyboardShortcutContext, } from './keyboard-shortcuts.js';
|
|
20
|
+
export { type OpenOutputPopoverOptions, type OutputPopoverHandle, openOutputPopover, } from './output/popover.js';
|
|
21
|
+
export type { MountAnnotateHandle, MountAnnotateOptions, } from './plugins/annotate/mount.js';
|
|
22
|
+
export { mountAnnotateUtility } from './plugins/annotate/mount.js';
|
|
23
|
+
export type { AnnotatePluginOptions } from './plugins/annotate/plugin.js';
|
|
24
|
+
export { createAnnotatePlugin } from './plugins/annotate/plugin.js';
|
|
25
|
+
export type { MountCropHandle, MountCropOptions } from './plugins/crop/mount.js';
|
|
15
26
|
export { mountCropUtility } from './plugins/crop/mount.js';
|
|
16
|
-
export type { MountCropOptions, MountCropHandle } from './plugins/crop/mount.js';
|
|
17
|
-
export { createCropPlugin } from './plugins/crop/plugin.js';
|
|
18
27
|
export type { CropPluginOptions } from './plugins/crop/plugin.js';
|
|
19
|
-
export {
|
|
20
|
-
export type {
|
|
21
|
-
export { createFlipPlugin } from './plugins/flip/plugin.js';
|
|
22
|
-
export type { FlipPluginOptions } from './plugins/flip/plugin.js';
|
|
23
|
-
export { mountRotateUtility } from './plugins/rotate/mount.js';
|
|
24
|
-
export type { MountRotateOptions, MountRotateHandle } from './plugins/rotate/mount.js';
|
|
25
|
-
export { createRotatePlugin } from './plugins/rotate/plugin.js';
|
|
26
|
-
export type { RotatePluginOptions } from './plugins/rotate/plugin.js';
|
|
27
|
-
export { mountResizeUtility } from './plugins/resize/mount.js';
|
|
28
|
-
export type { MountResizeOptions, MountResizeHandle } from './plugins/resize/mount.js';
|
|
29
|
-
export { createResizePlugin } from './plugins/resize/plugin.js';
|
|
30
|
-
export type { ResizePluginOptions } from './plugins/resize/plugin.js';
|
|
31
|
-
export { mountFinetuneUtility } from './plugins/finetune/mount.js';
|
|
32
|
-
export type { MountFinetuneOptions, MountFinetuneHandle, } from './plugins/finetune/mount.js';
|
|
33
|
-
export { createFinetunePlugin } from './plugins/finetune/plugin.js';
|
|
34
|
-
export type { FinetunePluginOptions } from './plugins/finetune/plugin.js';
|
|
28
|
+
export { createCropPlugin } from './plugins/crop/plugin.js';
|
|
29
|
+
export type { MountFilterHandle, MountFilterOptions, } from './plugins/filter/mount.js';
|
|
35
30
|
export { mountFilterUtility } from './plugins/filter/mount.js';
|
|
36
|
-
export type { MountFilterOptions, MountFilterHandle, } from './plugins/filter/mount.js';
|
|
37
|
-
export { createFilterPlugin } from './plugins/filter/plugin.js';
|
|
38
31
|
export type { FilterPluginOptions } from './plugins/filter/plugin.js';
|
|
39
|
-
export {
|
|
40
|
-
export type {
|
|
41
|
-
export {
|
|
42
|
-
export type {
|
|
43
|
-
export {
|
|
44
|
-
export type {
|
|
45
|
-
export {
|
|
46
|
-
export type {
|
|
32
|
+
export { createFilterPlugin } from './plugins/filter/plugin.js';
|
|
33
|
+
export type { MountFinetuneHandle, MountFinetuneOptions, } from './plugins/finetune/mount.js';
|
|
34
|
+
export { mountFinetuneUtility } from './plugins/finetune/mount.js';
|
|
35
|
+
export type { FinetunePluginOptions } from './plugins/finetune/plugin.js';
|
|
36
|
+
export { createFinetunePlugin } from './plugins/finetune/plugin.js';
|
|
37
|
+
export type { MountFlipHandle, MountFlipOptions } from './plugins/flip/mount.js';
|
|
38
|
+
export { mountFlipUtility } from './plugins/flip/mount.js';
|
|
39
|
+
export type { FlipPluginOptions } from './plugins/flip/plugin.js';
|
|
40
|
+
export { createFlipPlugin } from './plugins/flip/plugin.js';
|
|
41
|
+
export type { MountFrameHandle, MountFrameOptions } from './plugins/frame/mount.js';
|
|
47
42
|
export { mountFrameUtility } from './plugins/frame/mount.js';
|
|
48
|
-
export type { MountFrameOptions, MountFrameHandle } from './plugins/frame/mount.js';
|
|
49
|
-
export { createFramePlugin } from './plugins/frame/plugin.js';
|
|
50
43
|
export type { FramePluginOptions } from './plugins/frame/plugin.js';
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
44
|
+
export { createFramePlugin } from './plugins/frame/plugin.js';
|
|
45
|
+
export type { MountRedactHandle, MountRedactOptions, } from './plugins/redact/mount.js';
|
|
46
|
+
export { mountRedactUtility } from './plugins/redact/mount.js';
|
|
47
|
+
export type { RedactPluginOptions } from './plugins/redact/plugin.js';
|
|
48
|
+
export { createRedactPlugin } from './plugins/redact/plugin.js';
|
|
49
|
+
export type { MountResizeHandle, MountResizeOptions } from './plugins/resize/mount.js';
|
|
50
|
+
export { mountResizeUtility } from './plugins/resize/mount.js';
|
|
51
|
+
export type { ResizePluginOptions } from './plugins/resize/plugin.js';
|
|
52
|
+
export { createResizePlugin } from './plugins/resize/plugin.js';
|
|
53
|
+
export type { MountRotateHandle, MountRotateOptions } from './plugins/rotate/mount.js';
|
|
54
|
+
export { mountRotateUtility } from './plugins/rotate/mount.js';
|
|
55
|
+
export type { RotatePluginOptions } from './plugins/rotate/plugin.js';
|
|
56
|
+
export { createRotatePlugin } from './plugins/rotate/plugin.js';
|
|
57
|
+
export { type OpenPreferencesModalOptions, openPreferencesModal, type PreferencesModalHandle, } from './preferences/modal.js';
|
|
58
|
+
export { DEFAULT_PREFERENCES, getSiteScope, type KalotypPreferences, loadPreferences, savePreferences, } from './preferences/storage.js';
|
|
59
|
+
export type { ShellHandle, ShellOptions } from './shell.js';
|
|
60
|
+
export { mountShell } from './shell.js';
|
|
61
61
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAC3B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,wBAAwB,CAAC;AAChC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,0BAA0B,CAAC;AAClC,OAAO,yBAAyB,CAAC;AACjC,OAAO,qBAAqB,CAAC;AAE7B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|