pptx-vue-viewer 3.4.0 → 3.4.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.
- package/CHANGELOG.md +35 -0
- package/dist/{AiChatPanel-CwRUg9lb.js → AiChatPanel-BRp5wd6B.js} +2 -2
- package/dist/AiChatPanel-BRp5wd6B.js.br +0 -0
- package/dist/AiChatPanel-BRp5wd6B.js.gz +0 -0
- package/dist/{AiChatPanel-D5t00dFO.cjs → AiChatPanel-Di8UK6Uk.cjs} +1 -1
- package/dist/AiChatPanel-Di8UK6Uk.cjs.br +0 -0
- package/dist/AiChatPanel-Di8UK6Uk.cjs.gz +0 -0
- package/dist/gif-encoder-DhD-efOp.cjs +2 -0
- package/dist/gif-encoder-DhD-efOp.cjs.br +0 -0
- package/dist/gif-encoder-DhD-efOp.cjs.gz +0 -0
- package/dist/gif-encoder-Dmyu2t2r.js +2 -0
- package/dist/gif-encoder-Dmyu2t2r.js.br +0 -0
- package/dist/gif-encoder-Dmyu2t2r.js.gz +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.br +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.js +2 -2
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/internals.cjs +1 -1
- package/dist/internals.cjs.br +0 -0
- package/dist/internals.cjs.gz +0 -0
- package/dist/internals.js +1 -1
- package/dist/internals.js.br +0 -0
- package/dist/internals.js.gz +0 -0
- package/dist/{useViewerSettingsDialog-CzqkbFbc.cjs → useViewerSettingsDialog-BF-WEtL-.cjs} +6 -6
- package/dist/useViewerSettingsDialog-BF-WEtL-.cjs.br +0 -0
- package/dist/{useViewerSettingsDialog-CzqkbFbc.cjs.gz → useViewerSettingsDialog-BF-WEtL-.cjs.gz} +0 -0
- package/dist/{useViewerSettingsDialog-CRN8XHoO.js → useViewerSettingsDialog-_uUXd1oQ.js} +6 -6
- package/dist/useViewerSettingsDialog-_uUXd1oQ.js.br +0 -0
- package/dist/{useViewerSettingsDialog-CRN8XHoO.js.gz → useViewerSettingsDialog-_uUXd1oQ.js.gz} +0 -0
- package/dist/viewer/index.cjs +1 -1
- package/dist/viewer/index.cjs.br +0 -0
- package/dist/viewer/index.cjs.gz +0 -0
- package/dist/viewer/index.js +2 -2
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/{viewer-CT4fxZ5F.cjs → viewer-BhGhVLpM.cjs} +3 -3
- package/dist/viewer-BhGhVLpM.cjs.br +0 -0
- package/dist/viewer-BhGhVLpM.cjs.gz +0 -0
- package/dist/{viewer-CDo7002_.js → viewer-Cvu6r71_.js} +3 -3
- package/dist/viewer-Cvu6r71_.js.br +0 -0
- package/dist/viewer-Cvu6r71_.js.gz +0 -0
- package/package.json +1 -1
- package/dist/AiChatPanel-CwRUg9lb.js.br +0 -0
- package/dist/AiChatPanel-CwRUg9lb.js.gz +0 -0
- package/dist/AiChatPanel-D5t00dFO.cjs.br +0 -0
- package/dist/AiChatPanel-D5t00dFO.cjs.gz +0 -0
- package/dist/gif-encoder-B9o_2eyQ.js +0 -2
- package/dist/gif-encoder-B9o_2eyQ.js.br +0 -0
- package/dist/gif-encoder-B9o_2eyQ.js.gz +0 -0
- package/dist/gif-encoder-BeGacMH_.cjs +0 -2
- package/dist/gif-encoder-BeGacMH_.cjs.br +0 -0
- package/dist/gif-encoder-BeGacMH_.cjs.gz +0 -0
- package/dist/useViewerSettingsDialog-CRN8XHoO.js.br +0 -0
- package/dist/useViewerSettingsDialog-CzqkbFbc.cjs.br +0 -0
- package/dist/viewer-CDo7002_.js.br +0 -0
- package/dist/viewer-CDo7002_.js.gz +0 -0
- package/dist/viewer-CT4fxZ5F.cjs.br +0 -0
- package/dist/viewer-CT4fxZ5F.cjs.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,41 @@ A release listed with no entries carried no Conventional Commit in this package'
|
|
|
7
7
|
scope: scripts/release-plan.mjs re-releases a package whenever any of its files
|
|
8
8
|
change, not only on conventional ones.
|
|
9
9
|
|
|
10
|
+
## [3.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@3.4.0) - 2026-09-02
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **shared:** Animate morph stacking, flips, and crop reveal like PowerPoint (by @nikko82) ([a9bba84](https://github.com/ChristopherVR/pptx-viewer/commit/a9bba842827274a9dc7cdb0b8934fe7509b560e6))
|
|
15
|
+
- **shared:** Minimum-cost media pairing and named text twins for morphs (by @nikko82) ([3abda95](https://github.com/ChristopherVR/pptx-viewer/commit/3abda95e72133e1fe886f2bc98d76a5c23a645c6))
|
|
16
|
+
- **shared:** Step an inert stacking-swap counterpart together with the mover (by @nikko82) ([e4f9438](https://github.com/ChristopherVR/pptx-viewer/commit/e4f9438771bcec15c78ebba5eb3b4e2c173152e0))
|
|
17
|
+
- **react,vue,angular,svelte,vanilla:** Replay the leaving slide's transition on backward steps (by @nikko82) ([e23838e](https://github.com/ChristopherVR/pptx-viewer/commit/e23838ebc6253c413fe87cd75e96244311349214))
|
|
18
|
+
- **shared:** I18n keys for the wave-4 parity UI (by @ChristopherVR) ([6cc9a86](https://github.com/ChristopherVR/pptx-viewer/commit/6cc9a8646c3f6174ec70928e00137412fea1778a))
|
|
19
|
+
- **core:** Master/layout CRUD, legacy comment threading, extended ppaction verbs (by @ChristopherVR) ([033b024](https://github.com/ChristopherVR/pptx-viewer/commit/033b024a70d041cf884aafb47dbc35e9d2ed10f6))
|
|
20
|
+
- **shared:** Master-view CRUD, recent colours, action options, handout-master print chrome (by @ChristopherVR) ([3cc928f](https://github.com/ChristopherVR/pptx-viewer/commit/3cc928fea1e07293ca24faabcf6058b0c43713b2))
|
|
21
|
+
- **vue:** Wave-4 parity UI (chart subtypes, read-only banner, compat toasts, rescale, sldRg) (by @ChristopherVR) ([58ac9f4](https://github.com/ChristopherVR/pptx-viewer/commit/58ac9f4b0f642fe089e82300c4a5fe53eb687df2))
|
|
22
|
+
- **shared:** Show entry slide, compat toast placement, master-view failure copy (by @ChristopherVR) ([79a42ba](https://github.com/ChristopherVR/pptx-viewer/commit/79a42ba93d0fd76d4fb509710c14eae22609c5de))
|
|
23
|
+
- **vue:** Wave-4 show entry, custom-show actions, master CRUD, mentions (by @ChristopherVR) ([e04c12f](https://github.com/ChristopherVR/pptx-viewer/commit/e04c12f6a2d5c0aec4bf3dd2531614b8f91bcee9))
|
|
24
|
+
- **shared:** Resolve OLE action verbs against the clicked element (by @ChristopherVR) ([680c70c](https://github.com/ChristopherVR/pptx-viewer/commit/680c70c7d4cbb1f37d0c132b99544309e3563629))
|
|
25
|
+
- **vue:** Recent-colours row under every picker and OLE verb actions (by @ChristopherVR) ([a8bb0fb](https://github.com/ChristopherVR/pptx-viewer/commit/a8bb0fb792bcf091d990cce82992348af3f4f9c7))
|
|
26
|
+
- **shared:** Map F5 and Shift+F5 to the start-show actions (by @ChristopherVR) ([94852ed](https://github.com/ChristopherVR/pptx-viewer/commit/94852edbe44a6fb712e15dd8892ff4dcd1e9e7b0))
|
|
27
|
+
- **vue:** Start the slide show on F5 and Shift+F5 (by @ChristopherVR) ([4de964c](https://github.com/ChristopherVR/pptx-viewer/commit/4de964c355a42a2ebe6bcffa82a2eae30fcdc482))
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- **shared:** Play an un-authored morph at PowerPoint's 0.5s fallback (by @nikko82) ([0a70ef2](https://github.com/ChristopherVR/pptx-viewer/commit/0a70ef2db656e830ad429e9fd0a6efeb43ff7bde))
|
|
32
|
+
- **shared:** Close the open code-scanning findings at their root (by @ChristopherVR) ([455f853](https://github.com/ChristopherVR/pptx-viewer/commit/455f853f028ba1cb4142285558bbeef715d130d7))
|
|
33
|
+
- **shared:** Write morph stacking-order journeys in the stage's z space (by @ChristopherVR) ([867b05b](https://github.com/ChristopherVR/pptx-viewer/commit/867b05b4e9bfea62361e7d1361ae4cb84787c191))
|
|
34
|
+
- **shared:** Take the nearest named text twin and drop its dead name veto (by @ChristopherVR) ([c6e8062](https://github.com/ChristopherVR/pptx-viewer/commit/c6e8062919e9b9ccc1d1b18c4504270fd8138f51))
|
|
35
|
+
- **shared:** Sample the morph crop track from the one easing definition (by @ChristopherVR) ([349e8bd](https://github.com/ChristopherVR/pptx-viewer/commit/349e8bd5eb1908077f3693e6ee4573cf88ad253c))
|
|
36
|
+
|
|
37
|
+
### Refactor
|
|
38
|
+
|
|
39
|
+
- **vue:** Route ppaction://media through the shared media toggle (by @ChristopherVR) ([4b4a50d](https://github.com/ChristopherVR/pptx-viewer/commit/4b4a50d6451c3c136f6408d82ef3ff63ee5454e3))
|
|
40
|
+
|
|
41
|
+
### Testing
|
|
42
|
+
|
|
43
|
+
- **shared:** Cover the morph media assignment solver (by @ChristopherVR) ([cbf671f](https://github.com/ChristopherVR/pptx-viewer/commit/cbf671f7a7a2037006f19ddaabc502211069ded5))
|
|
44
|
+
|
|
10
45
|
## [3.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@3.3.0) - 2026-09-02
|
|
11
46
|
|
|
12
47
|
### Features
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { gn as e } from "./useViewerSettingsDialog-
|
|
2
|
-
import { S as t, T as a, _ as s, b as r, d as l, f as o, g as n, h as i, m as p, o as d, p as c, u, v as m, x, y as g } from "./viewer-
|
|
1
|
+
import { gn as e } from "./useViewerSettingsDialog-_uUXd1oQ.js";
|
|
2
|
+
import { S as t, T as a, _ as s, b as r, d as l, f as o, g as n, h as i, m as p, o as d, p as c, u, v as m, x, y as g } from "./viewer-Cvu6r71_.js";
|
|
3
3
|
import { Fragment as f, Suspense as b, computed as v, createBlock as h, createCommentVNode as y, createElementBlock as k, createElementVNode as w, createTextVNode as C, createVNode as P, defineComponent as S, nextTick as T, normalizeClass as I, normalizeStyle as _, onBeforeUnmount as A, onMounted as E, openBlock as j, ref as M, renderList as F, resolveDynamicComponent as B, shallowRef as D, toDisplayString as N, unref as L, vModelText as R, watch as H, withAsyncContext as W, withCtx as z, withDirectives as V } from "vue";
|
|
4
4
|
import { Bot as K, ChartColumn as O, Check as U, Crosshair as $, Eye as q, Film as G, GitMerge as J, History as Q, LayoutTemplate as X, LoaderCircle as Y, MessageSquare as Z, MessageSquarePlus as ee, Move as te, Navigation as ae, Palette as se, Pin as re, PinOff as le, Plus as oe, Search as ne, Send as ie, Shapes as pe, Sparkles as de, Square as ce, StickyNote as ue, Table as me, Trash2 as xe, TriangleAlert as ge, Type as fe, User as be, Wrench as ve, X as he } from "lucide-vue-next";
|
|
5
5
|
import { getToolOrDynamicToolName as ye, isDynamicToolUIPart as ke, isToolUIPart as we } from "ai";
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = require("./useViewerSettingsDialog-
|
|
1
|
+
const e = require("./useViewerSettingsDialog-BF-WEtL-.cjs"), t = require("./viewer-BhGhVLpM.cjs");
|
|
2
2
|
let r = require("vue"), a = require("lucide-vue-next"), o = require("ai");
|
|
3
3
|
var n = /* @__PURE__ */ new Set([
|
|
4
4
|
"input-available",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./useViewerSettingsDialog-
|
|
2
|
+
const e = require("./useViewerSettingsDialog-BF-WEtL-.cjs"), o = require("./viewer-BhGhVLpM.cjs");
|
|
3
3
|
exports.AUDIENCE_HASH = e.AUDIENCE_HASH, exports.CollaborationCursors = o.CollaborationCursors_default, exports.CollaborationStatusIndicator = o.CollaborationStatusIndicator_default, exports.ElementRenderer = o.ElementRenderer_default, exports.FollowModeBar = o.FollowModeBar_default, exports.PPTX_OPEN_ACCEPT = e.PPTX_OPEN_ACCEPT, exports.PRESENTATION_OPEN_EXTENSIONS = e.PRESENTATION_OPEN_EXTENSIONS, exports.PowerPointViewer = o.PowerPointViewer_default, exports.RemoteSelectionOverlay = o.RemoteSelectionOverlay_default, exports.RibbonToolbar = o.RibbonToolbar_default, exports.SlideCanvas = o.SlideCanvas_default, exports.SlideStage = o.SlideStage_default, exports.clearAudienceContent = e.clearAudienceContent, exports.cn = o.cn, exports.defaultCssVars = e.defaultCssVars, exports.defaultRadius = e.defaultRadius, exports.defaultThemeColors = e.defaultThemeColors, exports.exportAllSlidesToSvg = e.exportAllSlidesToSvg, exports.exportAllSlidesToSvgBlobs = e.exportAllSlidesToSvgBlobs, exports.exportSlideToSvg = e.exportSlideToSvg, exports.exportSlideToSvgBlob = e.exportSlideToSvgBlob, exports.forgetSessionDeck = e.forgetSessionDeck, exports.getSessionTabId = e.getSessionTabId, exports.isAudienceTab = e.isAudienceTab, exports.isLegacyBinaryPresentation = e.isLegacyBinaryPresentation, exports.isSupportedPresentationFile = e.isSupportedPresentationFile, exports.loadAudienceContent = e.loadAudienceContent, exports.loadSessionDeck = e.loadSessionDeck, exports.parseAudienceNonce = e.parseAudienceNonce, exports.parsePresentationSessionId = e.parsePresentationSessionId, exports.presentationBaseName = e.presentationBaseName, exports.provideViewerTheme = o.provideViewerTheme, exports.rememberSessionDeck = e.rememberSessionDeck, exports.renderToCanvas = e.renderToCanvas, exports.restoreSessionDeck = e.restoreSessionDeck, exports.savedPresentationFileName = e.savedPresentationFileName, exports.storeAudienceContent = e.storeAudienceContent, exports.themeToCssVars = e.themeToCssVars, exports.useCollaboration = e.useCollaboration, exports.useCollaborativeHistory = o.useCollaborativeHistory, exports.useCollaborativeState = o.useCollaborativeState, exports.usePresenceTracking = o.usePresenceTracking, exports.useThemeStyle = o.useThemeStyle, exports.useViewerTheme = o.useViewerTheme, exports.useYjsProvider = o.useYjsProvider, exports.vermilionDarkColors = e.vermilionDarkColors, exports.vermilionDarkTheme = e.vermilionDarkTheme, exports.vermilionLightColors = e.vermilionLightColors, exports.vermilionLightTheme = e.vermilionLightTheme, exports.vermilionRadius = e.vermilionRadius;
|
package/dist/index.cjs.br
CHANGED
|
Binary file
|
package/dist/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { C as a, Co as s, Dp as o, Ep as e, Gl as r, Hu as l, Ir as t, Ju as i, Ll as n, Mr as p, Op as w, Pl as d, S as C, Tp as S, Vu as b, W as m, Wl as u, Zc as f, Zs as c, _s as g, bf as x, df as v, fp as y, gs as D, it as E, tp as P, w as R, wp as T, x as V, xd as W, xn as j, yl as G, ys as H } from "./useViewerSettingsDialog-
|
|
2
|
-
import { C as I, D as M, E as O, G as Z, H as B, T as F, U as J, W as L, a as U, c as _, i as h, l as k, n as q, r as z, s as A, t as K, w as N } from "./viewer-
|
|
1
|
+
import { C as a, Co as s, Dp as o, Ep as e, Gl as r, Hu as l, Ir as t, Ju as i, Ll as n, Mr as p, Op as w, Pl as d, S as C, Tp as S, Vu as b, W as m, Wl as u, Zc as f, Zs as c, _s as g, bf as x, df as v, fp as y, gs as D, it as E, tp as P, w as R, wp as T, x as V, xd as W, xn as j, yl as G, ys as H } from "./useViewerSettingsDialog-_uUXd1oQ.js";
|
|
2
|
+
import { C as I, D as M, E as O, G as Z, H as B, T as F, U as J, W as L, a as U, c as _, i as h, l as k, n as q, r as z, s as A, t as K, w as N } from "./viewer-Cvu6r71_.js";
|
|
3
3
|
export { j as AUDIENCE_HASH, k as CollaborationCursors, B as CollaborationStatusIndicator, M as ElementRenderer, A as FollowModeBar, p as PPTX_OPEN_ACCEPT, t as PRESENTATION_OPEN_EXTENSIONS, U as PowerPointViewer, _ as RemoteSelectionOverlay, N as RibbonToolbar, I as SlideCanvas, O as SlideStage, s as clearAudienceContent, F as cn, D as defaultCssVars, g as defaultRadius, H as defaultThemeColors, V as exportAllSlidesToSvg, C as exportAllSlidesToSvgBlobs, a as exportSlideToSvg, R as exportSlideToSvgBlob, c as forgetSessionDeck, f as getSessionTabId, G as isAudienceTab, d as isLegacyBinaryPresentation, n as isSupportedPresentationFile, u as loadAudienceContent, r as loadSessionDeck, b as parseAudienceNonce, l as parsePresentationSessionId, i as presentationBaseName, J as provideViewerTheme, W as rememberSessionDeck, m as renderToCanvas, v as restoreSessionDeck, x as savedPresentationFileName, P as storeAudienceContent, y as themeToCssVars, E as useCollaboration, K as useCollaborativeHistory, q as useCollaborativeState, z as usePresenceTracking, L as useThemeStyle, Z as useViewerTheme, h as useYjsProvider, T as vermilionDarkColors, S as vermilionDarkTheme, e as vermilionLightColors, o as vermilionLightTheme, w as vermilionRadius };
|
package/dist/index.js.br
CHANGED
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
package/dist/internals.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./useViewerSettingsDialog-
|
|
2
|
+
const e = require("./useViewerSettingsDialog-BF-WEtL-.cjs");
|
|
3
3
|
exports.DEFAULT_MAX_VERSIONS = e.DEFAULT_MAX_VERSIONS, exports.ERASER_RADIUS = e.ERASER_RADIUS, exports.HIGHLIGHTER_OPACITY = e.HIGHLIGHTER_OPACITY, exports.HIGHLIGHTER_WIDTH = e.HIGHLIGHTER_WIDTH, exports.MOBILE_BREAKPOINT = e.MOBILE_BREAKPOINT, exports.MOBILE_LANDSCAPE_MAX_HEIGHT = e.MOBILE_LANDSCAPE_MAX_HEIGHT, exports.NUDGE_LARGE = e.NUDGE_LARGE, exports.NUDGE_SMALL = e.NUDGE_SMALL, exports.PEN_WIDTH = e.PEN_WIDTH, exports.RIBBON_ALIGN = e.RIBBON_ALIGN, exports.SHORTCUT_CATALOG = e.SHORTCUT_CATALOG, exports.SHORTCUT_GROUP_LABEL_KEYS = e.SHORTCUT_GROUP_LABEL_KEYS, exports.SMARTART_COLOR_SCHEMES = e.SMARTART_COLOR_SCHEMES, exports.SMARTART_STYLE_OPTIONS = e.SMARTART_STYLE_OPTIONS, exports.SmartArt3DKey = e.SmartArt3DKey, exports.TABLET_BREAKPOINT = e.TABLET_BREAKPOINT, exports.TableSelectionKey = e.TableSelectionKey, exports.buildClickGroups = e.buildClickGroups, exports.computeCellSelection = e.computeCellSelection, exports.computeDocumentStatistics = e.computeDocumentStatistics, exports.computeElapsed = e.computeElapsed, exports.countWords = e.countWords, exports.createStroke = e.createStroke, exports.eraseStrokesAtPoint = e.eraseStrokesAtPoint, exports.formatRehearseMs = e.formatRehearseMs, exports.generateCommentId = e.generateCommentId, exports.groupShortcutCatalog = e.groupShortcutCatalog, exports.injectTableSelection = e.injectTableSelection, exports.inlineEditorRect = e.inlineEditorRect, exports.isMobileViewport = e.isMobileViewport, exports.nodeIdsInRenderOrder = e.nodeIdsInRenderOrder, exports.parseSignaturesFromBuffer = e.parseSignaturesFromBuffer, exports.provideTableSelection = e.provideTableSelection, exports.resolveShortcutAction = e.resolveShortcutAction, exports.smartArtLayoutLabel = e.smartArtLayoutLabel, exports.textNodeIdsInRenderOrder = e.textNodeIdsInRenderOrder, exports.toShapePreset = e.toShapePreset, exports.useAccessibility = e.useAccessibility, exports.useAlignGroup = e.useAlignGroup, exports.useAnimationPlayback = e.useAnimationPlayback, exports.useAutosave = e.useAutosave, exports.useChartEditing = e.useChartEditing, exports.useCollaboration = e.useCollaboration, exports.useCollaborationWiring = e.useCollaborationWiring, exports.useColorChangeImage = e.useColorChangeImage, exports.useComments = e.useComments, exports.useCommentsWiring = e.useCommentsWiring, exports.useContextMenu = e.useContextMenu, exports.useCustomShows = e.useCustomShows, exports.useCustomShowsWiring = e.useCustomShowsWiring, exports.useDebouncedCallback = e.useDebouncedCallback, exports.useDocumentPropertiesDialog = e.useDocumentPropertiesDialog, exports.useDocumentStatistics = e.useDocumentStatistics, exports.useEditorHistory = e.useEditorHistory, exports.useEditorKeyboard = e.useEditorKeyboard, exports.useEditorOperations = e.useEditorOperations, exports.useElementDrag = e.useElementDrag, exports.useElementInsertion = e.useElementInsertion, exports.useEmbeddedFonts = e.useEmbeddedFonts, exports.useExport = e.useExport, exports.useExportProgress = e.useExportProgress, exports.useExportWiring = e.useExportWiring, exports.useFindReplace = e.useFindReplace, exports.useFontEmbedding = e.useFontEmbedding, exports.useFormatPainter = e.useFormatPainter, exports.useHeaderFooterDialog = e.useHeaderFooterDialog, exports.useInkDrawing = e.useInkDrawing, exports.useInlineEditing = e.useInlineEditing, exports.useInsertElementDialogs = e.useInsertElementDialogs, exports.useIsMobile = e.useIsMobile, exports.useKeyboardInsets = e.useKeyboardInsets, exports.useKeyboardShortcuts = e.useKeyboardShortcuts, exports.useLoadContent = e.useLoadContent, exports.useMasterViewState = e.useMasterViewState, exports.useMediaExport = e.useMediaExport, exports.useMobileChrome = e.useMobileChrome, exports.useModel3dScene = e.useModel3dScene, exports.useMultiSelectOps = e.useMultiSelectOps, exports.usePasswordProtection = e.usePasswordProtection, exports.usePresentationAnnotations = e.usePresentationAnnotations, exports.usePresentationModeWiring = e.usePresentationModeWiring, exports.usePrint = e.usePrint, exports.useRehearseTimings = e.useRehearseTimings, exports.useRibbonActions = e.useRibbonActions, exports.useRibbonProps = e.useRibbonProps, exports.useRibbonUiState = e.useRibbonUiState, exports.useSectionOperations = e.useSectionOperations, exports.useSelectionPaneWiring = e.useSelectionPaneWiring, exports.useSheetDismissDrag = e.useSheetDismissDrag, exports.useSignatureWorkflow = e.useSignatureWorkflow, exports.useSignatures = e.useSignatures, exports.useSlideMutations = e.useSlideMutations, exports.useSlideOperations = e.useSlideOperations, exports.useSlideShowSettings = e.useSlideShowSettings, exports.useSlideTemplateInsertion = e.useSlideTemplateInsertion, exports.useSmartArt3D = e.useSmartArt3D, exports.useSmartArtEditing = e.useSmartArtEditing, exports.useSmartArtFocus = e.useSmartArtFocus, exports.useSmartArtHoverRect = e.useSmartArtHoverRect, exports.useSmartArtInlineEditState = e.useSmartArtInlineEditState, exports.useSmartArtNodeEditContext = e.useSmartArtNodeEditContext, exports.useTableCellEditingContext = e.useTableCellEditingContext, exports.useTableCellSelection = e.useTableCellSelection, exports.useThemeEditing = e.useThemeEditing, exports.useToolbarAutoHide = e.useToolbarAutoHide, exports.useToolbarVisibility = e.useToolbarVisibility, exports.useTouchGestures = e.useTouchGestures, exports.useVersionHistory = e.useVersionHistory, exports.useVersionHistoryWiring = e.useVersionHistoryWiring, exports.useViewerSettingsDialog = e.useViewerSettingsDialog;
|
package/dist/internals.cjs.br
CHANGED
|
Binary file
|
package/dist/internals.cjs.gz
CHANGED
|
Binary file
|
package/dist/internals.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as s, $t as a, A as t, At as n, B as r, Bo as o, Bt as e, D as i, E as l, F as p, Fl as c, Ft as g, G as m, Gt as b, H as f, I as h, It as j, J as u, K as y, Kt as B, L as F, Lt as V, M as _, Mt as d, N as k, Nt as q, O as v, Ot as w, P as x, Pt as z, Q as A, Qt as D, R as G, Rt as I, St as K, T as L, Tr as M, U as N, Ut as O, V as P, Vt as Q, Wt as R, X as S, Y as T, Yt as U, Z as Y, _ as $, _a as E, _t as H, a as J, an as W, at as X, b as Z, br as C, bt as ss, c as as, cn as ts, ct as ns, d as rs, dt as os, en as es, et as is, f as ls, ft as ps, g as cs, gt as gs, h as ms, hn as bs, ht as fs, i as hs, it as js, j as us, jt as ys, k as Bs, kt as Fs, l as Vs, lc as _s, ln as ds, lt as ks, m as qs, mt as vs, n as ws, nt as xs, o as zs, on as As, os as Ds, ot as Gs, p as Is, pi as Ks, pt as Ls, q as Ms, qt as Ns, r as Os, rt as Ps, s as Qs, st as Rs, t as Ss, tn as Ts, tt as Us, u as Ys, ut as $s, v as Es, vt as Hs, wr as Js, xt as Ws, y as Xs, yr as Zs, yt as Cs, z as sa, zt as aa } from "./useViewerSettingsDialog-
|
|
1
|
+
import { $ as s, $t as a, A as t, At as n, B as r, Bo as o, Bt as e, D as i, E as l, F as p, Fl as c, Ft as g, G as m, Gt as b, H as f, I as h, It as j, J as u, K as y, Kt as B, L as F, Lt as V, M as _, Mt as d, N as k, Nt as q, O as v, Ot as w, P as x, Pt as z, Q as A, Qt as D, R as G, Rt as I, St as K, T as L, Tr as M, U as N, Ut as O, V as P, Vt as Q, Wt as R, X as S, Y as T, Yt as U, Z as Y, _ as $, _a as E, _t as H, a as J, an as W, at as X, b as Z, br as C, bt as ss, c as as, cn as ts, ct as ns, d as rs, dt as os, en as es, et as is, f as ls, ft as ps, g as cs, gt as gs, h as ms, hn as bs, ht as fs, i as hs, it as js, j as us, jt as ys, k as Bs, kt as Fs, l as Vs, lc as _s, ln as ds, lt as ks, m as qs, mt as vs, n as ws, nt as xs, o as zs, on as As, os as Ds, ot as Gs, p as Is, pi as Ks, pt as Ls, q as Ms, qt as Ns, r as Os, rt as Ps, s as Qs, st as Rs, t as Ss, tn as Ts, tt as Us, u as Ys, ut as $s, v as Es, vt as Hs, wr as Js, xt as Ws, y as Xs, yr as Zs, yt as Cs, z as sa, zt as aa } from "./useViewerSettingsDialog-_uUXd1oQ.js";
|
|
2
2
|
export { hs as DEFAULT_MAX_VERSIONS, vs as ERASER_RADIUS, fs as HIGHLIGHTER_OPACITY, gs as HIGHLIGHTER_WIDTH, Zs as MOBILE_BREAKPOINT, C as MOBILE_LANDSCAPE_MAX_HEIGHT, Js as NUDGE_LARGE, M as NUDGE_SMALL, H as PEN_WIDTH, $ as RIBBON_ALIGN, g as SHORTCUT_CATALOG, j as SHORTCUT_GROUP_LABEL_KEYS, Fs as SMARTART_COLOR_SCHEMES, n as SMARTART_STYLE_OPTIONS, ts as SmartArt3DKey, Ks as TABLET_BREAKPOINT, O as TableSelectionKey, E as buildClickGroups, R as computeCellSelection, o as computeDocumentStatistics, ks as computeElapsed, Ds as countWords, Hs as createStroke, Cs as eraseStrokesAtPoint, $s as formatRehearseMs, _s as generateCommentId, V as groupShortcutCatalog, b as injectTableSelection, D as inlineEditorRect, c as isMobileViewport, a as nodeIdsInRenderOrder, t as parseSignaturesFromBuffer, B as provideTableSelection, I as resolveShortcutAction, ys as smartArtLayoutLabel, es as textNodeIdsInRenderOrder, Es as toShapePreset, Rs as useAccessibility, Gs as useAlignGroup, K as useAnimationPlayback, X as useAutosave, z as useChartEditing, js as useCollaboration, Ps as useCollaborationWiring, As as useColorChangeImage, xs as useComments, Us as useCommentsWiring, is as useContextMenu, s as useCustomShows, A as useCustomShowsWiring, q as useDebouncedCallback, Y as useDocumentPropertiesDialog, e as useDocumentStatistics, S as useEditorHistory, T as useEditorKeyboard, u as useEditorOperations, Ms as useElementDrag, y as useElementInsertion, m as useEmbeddedFonts, N as useExport, f as useExportProgress, r as useExportWiring, sa as useFindReplace, G as useFontEmbedding, F as useFormatPainter, h as useHeaderFooterDialog, p as useInkDrawing, x as useInlineEditing, k as useInsertElementDialogs, Ws as useIsMobile, _ as useKeyboardInsets, aa as useKeyboardShortcuts, us as useLoadContent, Bs as useMasterViewState, P as useMediaExport, v as useMobileChrome, W as useModel3dScene, i as useMultiSelectOps, l as usePasswordProtection, ss as usePresentationAnnotations, L as usePresentationModeWiring, Z as usePrint, os as useRehearseTimings, Xs as useRibbonActions, ws as useRibbonProps, cs as useRibbonUiState, ms as useSectionOperations, qs as useSelectionPaneWiring, bs as useSheetDismissDrag, Is as useSignatureWorkflow, ns as useSignatures, ls as useSlideMutations, rs as useSlideOperations, Ys as useSlideShowSettings, Vs as useSlideTemplateInsertion, ds as useSmartArt3D, w as useSmartArtEditing, d as useSmartArtFocus, U as useSmartArtHoverRect, Ts as useSmartArtInlineEditState, as as useSmartArtNodeEditContext, Qs as useTableCellEditingContext, Ns as useTableCellSelection, zs as useThemeEditing, Ls as useToolbarAutoHide, Q as useToolbarVisibility, ps as useTouchGestures, J as useVersionHistory, Os as useVersionHistoryWiring, Ss as useViewerSettingsDialog };
|
package/dist/internals.js.br
CHANGED
|
Binary file
|
package/dist/internals.js.gz
CHANGED
|
Binary file
|
|
@@ -23630,7 +23630,7 @@ function Tw(e, t, n, r) {
|
|
|
23630
23630
|
outgoingOnTop: r
|
|
23631
23631
|
};
|
|
23632
23632
|
}
|
|
23633
|
-
var Iw = "\n/* ── Fade ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n@keyframes pptx-tr-fade-out {\n from { opacity: 1; }\n to { opacity: 0; }\n}\n\n/* ── Push ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-push-in-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-push-in-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-push-in-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-push-in-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n/* ── Cover (incoming slides over stationary outgoing) ───────────────── */\n@keyframes pptx-tr-cover-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-lu {\n from { transform: translate(-100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ld {\n from { transform: translate(-100%, 100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ru {\n from { transform: translate(100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-rd {\n from { transform: translate(100%, 100%); }\n to { transform: translate(0, 0); }\n}\n\n/* ── Uncover (outgoing slides away revealing stationary incoming) ──── */\n@keyframes pptx-tr-uncover-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-uncover-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-uncover-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-uncover-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n@keyframes pptx-tr-uncover-to-lu {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-ld {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, 100%); }\n}\n@keyframes pptx-tr-uncover-to-ru {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-rd {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, 100%); }\n}\n\n/* ── Wipe (clip-path reveal) ────────────────────────────────────────── */\n@keyframes pptx-tr-wipe-from-left {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-right {\n from { clip-path: inset(0 0 0 100%); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-top {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-bottom {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n\n/* ── Split ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-split-h-out {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-v-out {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-h-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(0 50%); }\n}\n@keyframes pptx-tr-split-v-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(50% 0); }\n}\n\n/* ── Dissolve ───────────────────────────────────────────────────────── */\n@keyframes pptx-tr-dissolve-in {\n from { opacity: 0; filter: blur(4px); }\n to { opacity: 1; filter: blur(0px); }\n}\n\n/* ── Circle / Diamond / Plus (clip-path shapes) ─────────────────────── */\n@keyframes pptx-tr-circle-in {\n from { clip-path: circle(0% at 50% 50%); }\n to { clip-path: circle(75% at 50% 50%); }\n}\n@keyframes pptx-tr-diamond-in {\n from { clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }\n to { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }\n}\n@keyframes pptx-tr-plus-in {\n from {\n clip-path: polygon(\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%\n );\n }\n to {\n clip-path: polygon(\n 33% 0%, 66% 0%, 66% 33%, 100% 33%,\n 100% 66%, 66% 66%, 66% 100%, 33% 100%,\n 33% 66%, 0% 66%, 0% 33%, 33% 33%\n );\n }\n}\n\n/* ── Wedge ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wedge-in {\n from { clip-path: polygon(50% 0%, 50% 0%, 50% 0%); }\n to { clip-path: polygon(50% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── Zoom ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-zoom-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-zoom-out {\n from { transform: scale(1); opacity: 1; }\n to { transform: scale(2); opacity: 0; }\n}\n\n/* ── Blinds ─────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-blinds-h {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-blinds-v {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Checker (approximate with dissolve + contrast) ─────────────────── */\n@keyframes pptx-tr-checker-in {\n from { opacity: 0; filter: contrast(2) blur(2px); }\n to { opacity: 1; filter: contrast(1) blur(0); }\n}\n\n/* ── Comb ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-comb-h {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-comb-v {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Strips (diagonal) ──────────────────────────────────────────────── */\n@keyframes pptx-tr-strips-lu {\n from { clip-path: polygon(0% 0%, 0% 0%, 0% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ld {\n from { clip-path: polygon(0% 100%, 0% 100%, 0% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ru {\n from { clip-path: polygon(100% 0%, 100% 0%, 100% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-rd {\n from { clip-path: polygon(100% 100%, 100% 100%, 100% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── RandomBar ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-randombar-h {\n from { opacity: 0; clip-path: inset(0 0 100% 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n@keyframes pptx-tr-randombar-v {\n from { opacity: 0; clip-path: inset(0 100% 0 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n\n/* ── Newsflash ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-newsflash-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n\n/* ── Wheel ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wheel-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(-180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n\n/* ── Conveyor (translate X with staggered timing) ──────────────────── */\n@keyframes pptx-tr-conveyor-in-from-right {\n from { transform: translateX(100%) rotateY(-30deg); }\n 60% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-left {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(-100%) rotateY(30deg); }\n}\n@keyframes pptx-tr-conveyor-in-from-left {\n from { transform: translateX(-100%) rotateY(30deg); }\n 60% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-right {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(100%) rotateY(-30deg); }\n}\n\n/* ── Doors (clip-path from center split) ──────────────────────────── */\n@keyframes pptx-tr-doors-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-doors-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n\n/* ── Ferris (rotate elements around center) ───────────────────────── */\n@keyframes pptx-tr-ferris-in-from-right {\n from { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-left {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n}\n@keyframes pptx-tr-ferris-in-from-left {\n from { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-right {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n}\n\n/* ── Flash (bright flash opacity burst) ──────────────────────────── */\n@keyframes pptx-tr-flash-white {\n 0% { opacity: 1; }\n 30% { opacity: 0; }\n 50% { opacity: 0; }\n 100% { opacity: 1; }\n}\n@keyframes pptx-tr-flash-in {\n 0% { opacity: 0; }\n 50% { opacity: 0; }\n 70% { opacity: 1; }\n 100% { opacity: 1; }\n}\n\n/* ── Flythrough (scale + translate Z-axis feel) ──────────────────── */\n@keyframes pptx-tr-flythrough-in {\n from { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n}\n@keyframes pptx-tr-flythrough-reverse-in {\n from { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-reverse-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n}\n\n/* ── Gallery (translate with perspective) ─────────────────────────── */\n@keyframes pptx-tr-gallery-in-from-right {\n from { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-left {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n}\n@keyframes pptx-tr-gallery-in-from-left {\n from { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-right {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n}\n\n/* ── Glitter (particle dissolve effect) ──────────────────────────── */\n@keyframes pptx-tr-glitter-in {\n from { opacity: 0; filter: brightness(1.5) contrast(1.3) blur(2px); }\n 60% { opacity: 0.7; filter: brightness(1.2) contrast(1.1) blur(1px); }\n to { opacity: 1; filter: brightness(1) contrast(1) blur(0); }\n}\n\n/* ── Honeycomb (hexagonal reveal) ────────────────────────────────── */\n@keyframes pptx-tr-honeycomb-in {\n from {\n clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);\n opacity: 0;\n }\n to {\n clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);\n opacity: 1;\n }\n}\n@keyframes pptx-tr-honeycomb-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Pan (large-scale translate) ─────────────────────────────────── */\n@keyframes pptx-tr-pan-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-pan-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-pan-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-pan-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n\n/* ── Prism (3D rotation via perspective transform) ───────────────── */\n@keyframes pptx-tr-prism-in-from-right {\n from { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-left {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-left {\n from { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-right {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-bottom {\n from { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-top {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-top {\n from { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-bottom {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n}\n\n/* ── Reveal (slide away reveal) ──────────────────────────────────── */\n@keyframes pptx-tr-reveal-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-reveal-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-reveal-in {\n from { opacity: 0.5; }\n to { opacity: 1; }\n}\n\n/* ── Ripple (expanding ring clip-path) ───────────────────────────── */\n@keyframes pptx-tr-ripple-in {\n from { clip-path: circle(0% at 50% 50%); opacity: 0.5; }\n 30% { clip-path: circle(20% at 50% 50%); opacity: 0.7; }\n 60% { clip-path: circle(50% at 50% 50%); opacity: 0.9; }\n to { clip-path: circle(75% at 50% 50%); opacity: 1; }\n}\n\n/* ── Shred (fragmented clip-path pieces) ─────────────────────────── */\n@keyframes pptx-tr-shred-strips-in {\n from { clip-path: inset(0 100% 0 0); opacity: 0; }\n 30% { clip-path: inset(0 60% 0 0); opacity: 0.5; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-rectangles-in {\n from { clip-path: inset(50%); opacity: 0; }\n 40% { clip-path: inset(20%); opacity: 0.6; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Switch (flip/rotate swap) ───────────────────────────────────── */\n@keyframes pptx-tr-switch-in-from-right {\n from { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-left {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n}\n@keyframes pptx-tr-switch-in-from-left {\n from { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-right {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n}\n\n/* ── Vortex (rotate + scale spiral) ──────────────────────────────── */\n@keyframes pptx-tr-vortex-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-vortex-out {\n from { transform: rotate(0deg) scale(1); opacity: 1; }\n to { transform: rotate(-720deg) scale(0); opacity: 0; }\n}\n\n/* ── Warp (skew distortion) ──────────────────────────────────────── */\n@keyframes pptx-tr-warp-in {\n from { transform: scale(0.3) skewX(30deg) skewY(15deg); opacity: 0; }\n 50% { transform: scale(0.8) skewX(-5deg) skewY(-3deg); opacity: 0.7; }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-warp-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n 50% { transform: scale(0.8) skewX(5deg) skewY(3deg); opacity: 0.7; }\n to { transform: scale(0.3) skewX(-30deg) skewY(-15deg); opacity: 0; }\n}\n@keyframes pptx-tr-warp-reverse-in {\n from { transform: scale(3) skewX(-20deg) skewY(-10deg); opacity: 0; filter: blur(4px); }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-warp-reverse-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n to { transform: scale(3) skewX(20deg) skewY(10deg); opacity: 0; filter: blur(4px); }\n}\n\n/* ── WheelReverse (reverse wheel rotation) ───────────────────────── */\n@keyframes pptx-tr-wheel-reverse-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n/* ── Window (scale from center with border) ──────────────────────── */\n@keyframes pptx-tr-window-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-out {\n from { opacity: 1; transform: scale(1); }\n to { opacity: 0; transform: scale(0.9); }\n}\n\n\n/* ── Cube (rotate off one edge onto the next face) ──────────────────── */\n@keyframes pptx-tr-cube-out-left { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-left { from { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-right { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-right { from { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-up { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-up { from { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-down { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-down { from { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Orbit (swing the faces through depth) ──────────────────────────── */\n@keyframes pptx-tr-orbit-out-left { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-left { from { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-right { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-right { from { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-up { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-up { from { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-down { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-down { from { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Flip (card flip; opacity hides the back face) ──────────────────── */\n@keyframes pptx-tr-flip-out-left { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-left { from { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-right { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-right { from { transform: perspective(1400px) rotateY(90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-up { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-up { from { transform: perspective(1400px) rotateX(90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-down { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-down { from { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n\n/* ── Rotate (in-plane spin + zoom) ──────────────────────────────────── */\n@keyframes pptx-tr-rotate-out-cw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-cw { from { transform: rotate(-90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n@keyframes pptx-tr-rotate-out-ccw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(-90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-ccw { from { transform: rotate(90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n\n/* ── Fall Over (incoming board topples down over outgoing) ──────────── */\n@keyframes pptx-tr-fallover-out { from { transform: translateZ(0); opacity: 1; } to { transform: perspective(1400px) rotateX(5deg) scale(.94); opacity: .25; } }\n@keyframes pptx-tr-fallover-in { 0% { transform: perspective(1400px) rotateX(-100deg); transform-origin: top center; opacity: .4; } 70% { transform: perspective(1400px) rotateX(8deg); transform-origin: top center; opacity: 1; } 100% { transform: perspective(1400px) rotateX(0deg); transform-origin: top center; opacity: 1; } }\n\n/* ── Drape (fabric draping down into place) ─────────────────────────── */\n@keyframes pptx-tr-drape-in { from { transform: perspective(1600px) rotateX(-55deg) scale(1.15); transform-origin: top center; opacity: 0; } to { transform: perspective(1600px) rotateX(0deg) scale(1); transform-origin: top center; opacity: 1; } }\n\n/* ── Curtains (outgoing lifts to reveal incoming) ───────────────────── */\n@keyframes pptx-tr-curtains-out { from { transform: scaleY(1); transform-origin: top center; opacity: 1; } to { transform: scaleY(0); transform-origin: top center; opacity: .3; } }\n\n/* ── Wind (outgoing blows away with skew + blur) ────────────────────── */\n@keyframes pptx-tr-wind-out-left { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(-120%) skewX(25deg); opacity: 0; filter: blur(6px); } }\n@keyframes pptx-tr-wind-out-right { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(120%) skewX(-25deg); opacity: 0; filter: blur(6px); } }\n\n/* ── Prestige (magic vanish then reappear) ──────────────────────────── */\n@keyframes pptx-tr-prestige-out { from { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } to { transform: scale(1.4) rotate(6deg); opacity: 0; filter: blur(8px); } }\n@keyframes pptx-tr-prestige-in { from { transform: scale(.6) rotate(-6deg); opacity: 0; filter: blur(8px); } to { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } }\n\n/* ── Fracture (shatter into contrast + blur) ────────────────────────── */\n@keyframes pptx-tr-fracture-out { 0% { transform: scale(1); opacity: 1; filter: contrast(1) blur(0); } 55% { transform: scale(1.04) rotate(1deg); opacity: 1; filter: contrast(1.7) brightness(1.15); } 100% { transform: scale(1.15) rotate(-2deg); opacity: 0; filter: contrast(2.2) blur(4px); } }\n\n/* ── Crush (squash flat, then new slide expands) ────────────────────── */\n@keyframes pptx-tr-crush-out { from { transform: scaleY(1); transform-origin: bottom; opacity: 1; } to { transform: scaleY(0); transform-origin: bottom; opacity: .2; } }\n@keyframes pptx-tr-crush-in { from { transform: scaleY(0); transform-origin: bottom; opacity: .2; } to { transform: scaleY(1); transform-origin: bottom; opacity: 1; } }\n\n/* ── Peel Off (peel away from a corner) ─────────────────────────────── */\n@keyframes pptx-tr-peeloff-out { from { transform: perspective(1400px) rotate3d(1, 1, 0, 0deg); transform-origin: top right; opacity: 1; } to { transform: perspective(1400px) rotate3d(1, 1, 0, 110deg); transform-origin: top right; opacity: .15; } }\n\n/* ── Page Curl (curl off the right edge; double curls new in) ────────── */\n@keyframes pptx-tr-pagecurl-out { from { transform: perspective(1600px) rotateY(0deg); transform-origin: right center; opacity: 1; } to { transform: perspective(1600px) rotateY(-155deg); transform-origin: right center; opacity: .25; } }\n@keyframes pptx-tr-pagecurl-double-in { from { transform: perspective(1600px) rotateY(155deg); transform-origin: left center; opacity: .25; } to { transform: perspective(1600px) rotateY(0deg); transform-origin: left center; opacity: 1; } }\n\n/* ── Airplane (fly off like a paper plane) ──────────────────────────── */\n@keyframes pptx-tr-airplane-out { 0% { transform: perspective(1200px) translate3d(0, 0, 0) rotate3d(1, -1, 0, 0deg) scale(1); opacity: 1; } 40% { transform: perspective(1200px) translate3d(10%, -10%, 0) rotate3d(1, -1, 0, 25deg) scale(.85); opacity: 1; } 100% { transform: perspective(1200px) translate3d(150%, -70%, 0) rotate3d(1, -1, 1, 70deg) scale(.05); opacity: 0; } }\n\n/* ── Origami (fold the sheet over its top edge; the next unfolds up) ──\n The old single-phase rotateY + scaleX compressed the outgoing slide into a\n narrow vertical sliver for most of the (3+ second) duration, which read as\n \"just a grey line\" instead of paper folding (issue #132). The fold is now\n hinged like a real sheet: the outgoing slide creases over its TOP edge,\n dims as it tips through edge-on, and tumbles away shrinking; the incoming\n slide lies folded at its BOTTOM edge and rises into place. The edge-on\n moment is brief and already mid-fade, so no line artifact survives. */\n@keyframes pptx-tr-origami-out { 0% { transform: perspective(1400px) rotateX(0deg) translateY(0) scale(1); transform-origin: top center; opacity: 1; filter: brightness(1); } 45% { transform: perspective(1400px) rotateX(-52deg) translateY(2%) scale(.96); transform-origin: top center; opacity: 1; filter: brightness(.82); } 70% { transform: perspective(1400px) rotateX(-84deg) translateY(8%) scale(.88); transform-origin: top center; opacity: .8; filter: brightness(.68); } 100% { transform: perspective(1400px) rotateX(-125deg) translateY(30%) scale(.68); transform-origin: top center; opacity: 0; filter: brightness(.55); } }\n@keyframes pptx-tr-origami-in { 0% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: 0; filter: brightness(.7); } 30% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: .65; filter: brightness(.75); } 100% { transform: perspective(1400px) rotateX(0deg) scale(1); transform-origin: bottom center; opacity: 1; filter: brightness(1); } }\n", $w = Iw;
|
|
23633
|
+
var Iw = "\n/* ── Fade ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n@keyframes pptx-tr-fade-out {\n from { opacity: 1; }\n to { opacity: 0; }\n}\n\n/* ── Push ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-push-in-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-push-in-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-push-in-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-push-in-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n/* ── Cover (incoming slides over stationary outgoing) ───────────────── */\n@keyframes pptx-tr-cover-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-lu {\n from { transform: translate(-100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ld {\n from { transform: translate(-100%, 100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ru {\n from { transform: translate(100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-rd {\n from { transform: translate(100%, 100%); }\n to { transform: translate(0, 0); }\n}\n\n/* ── Uncover (outgoing slides away revealing stationary incoming) ──── */\n@keyframes pptx-tr-uncover-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-uncover-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-uncover-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-uncover-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n@keyframes pptx-tr-uncover-to-lu {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-ld {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, 100%); }\n}\n@keyframes pptx-tr-uncover-to-ru {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-rd {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, 100%); }\n}\n\n/* ── Split ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-split-h-out {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-v-out {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-h-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(0 50%); }\n}\n@keyframes pptx-tr-split-v-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(50% 0); }\n}\n\n/* ── Dissolve ───────────────────────────────────────────────────────── */\n@keyframes pptx-tr-dissolve-in {\n from { opacity: 0; filter: blur(4px); }\n to { opacity: 1; filter: blur(0px); }\n}\n\n/* ── Circle / Diamond / Plus (clip-path shapes) ─────────────────────── */\n@keyframes pptx-tr-circle-in {\n from { clip-path: circle(0% at 50% 50%); }\n to { clip-path: circle(75% at 50% 50%); }\n}\n@keyframes pptx-tr-diamond-in {\n from { clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }\n to { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }\n}\n@keyframes pptx-tr-plus-in {\n from {\n clip-path: polygon(\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%\n );\n }\n to {\n clip-path: polygon(\n 33% 0%, 66% 0%, 66% 33%, 100% 33%,\n 100% 66%, 66% 66%, 66% 100%, 33% 100%,\n 33% 66%, 0% 66%, 0% 33%, 33% 33%\n );\n }\n}\n\n/* ── Wedge ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wedge-in {\n from { clip-path: polygon(50% 0%, 50% 0%, 50% 0%); }\n to { clip-path: polygon(50% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── Zoom ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-zoom-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-zoom-out {\n from { transform: scale(1); opacity: 1; }\n to { transform: scale(2); opacity: 0; }\n}\n\n/* ── Blinds ─────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-blinds-h {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-blinds-v {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Checker (approximate with dissolve + contrast) ─────────────────── */\n@keyframes pptx-tr-checker-in {\n from { opacity: 0; filter: contrast(2) blur(2px); }\n to { opacity: 1; filter: contrast(1) blur(0); }\n}\n\n/* ── Comb ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-comb-h {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-comb-v {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Strips (diagonal) ──────────────────────────────────────────────── */\n@keyframes pptx-tr-strips-lu {\n from { clip-path: polygon(0% 0%, 0% 0%, 0% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ld {\n from { clip-path: polygon(0% 100%, 0% 100%, 0% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ru {\n from { clip-path: polygon(100% 0%, 100% 0%, 100% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-rd {\n from { clip-path: polygon(100% 100%, 100% 100%, 100% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── RandomBar ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-randombar-h {\n from { opacity: 0; clip-path: inset(0 0 100% 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n@keyframes pptx-tr-randombar-v {\n from { opacity: 0; clip-path: inset(0 100% 0 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n\n/* ── Newsflash ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-newsflash-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n\n/* ── Wheel ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wheel-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(-180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n\n/* ── Wipe (soft mask reveal) ──────────────────────────────────────────── */\n/* PowerPoint feathers the wipe edge with a WIDE, smooth gradient - the fade\n * zone spans roughly a slide width in real renders, not a narrow band. The\n * incoming layer is masked with a 3x-oversized gradient (fade zone = one slide\n * width) whose position sweeps it across the slide; the band fully exits both\n * edges, so the start is fully hidden and the end fully opaque. */\n@keyframes pptx-tr-wipe-from-left {\n from {\n -webkit-mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 100% 0;\n mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 100% 0;\n }\n to {\n -webkit-mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0% 0;\n mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 0% 0;\n }\n}\n@keyframes pptx-tr-wipe-from-right {\n from {\n -webkit-mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0% 0;\n mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 0% 0;\n }\n to {\n -webkit-mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 100% 0;\n mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 100% 0;\n }\n}\n@keyframes pptx-tr-wipe-from-top {\n from {\n -webkit-mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 100%;\n mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 100%;\n }\n to {\n -webkit-mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 0%;\n mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 0%;\n }\n}\n@keyframes pptx-tr-wipe-from-bottom {\n from {\n -webkit-mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 0%;\n mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 0%;\n }\n to {\n -webkit-mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 100%;\n mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 100%;\n }\n}\n\n\n/* ── Conveyor (translate X with staggered timing) ──────────────────── */\n@keyframes pptx-tr-conveyor-in-from-right {\n from { transform: translateX(100%) rotateY(-30deg); }\n 60% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-left {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(-100%) rotateY(30deg); }\n}\n@keyframes pptx-tr-conveyor-in-from-left {\n from { transform: translateX(-100%) rotateY(30deg); }\n 60% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-right {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(100%) rotateY(-30deg); }\n}\n\n/* ── Doors (clip-path from center split) ──────────────────────────── */\n@keyframes pptx-tr-doors-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-doors-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n\n/* ── Ferris (rotate elements around center) ───────────────────────── */\n@keyframes pptx-tr-ferris-in-from-right {\n from { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-left {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n}\n@keyframes pptx-tr-ferris-in-from-left {\n from { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-right {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n}\n\n/* ── Flash (bright flash opacity burst) ──────────────────────────── */\n@keyframes pptx-tr-flash-white {\n 0% { opacity: 1; }\n 30% { opacity: 0; }\n 50% { opacity: 0; }\n 100% { opacity: 1; }\n}\n@keyframes pptx-tr-flash-in {\n 0% { opacity: 0; }\n 50% { opacity: 0; }\n 70% { opacity: 1; }\n 100% { opacity: 1; }\n}\n\n/* ── Flythrough (scale + translate Z-axis feel) ──────────────────── */\n@keyframes pptx-tr-flythrough-in {\n from { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n}\n@keyframes pptx-tr-flythrough-reverse-in {\n from { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-reverse-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n}\n\n/* ── Gallery (translate with perspective) ─────────────────────────── */\n@keyframes pptx-tr-gallery-in-from-right {\n from { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-left {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n}\n@keyframes pptx-tr-gallery-in-from-left {\n from { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-right {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n}\n\n/* ── Glitter (particle dissolve effect) ──────────────────────────── */\n@keyframes pptx-tr-glitter-in {\n from { opacity: 0; filter: brightness(1.5) contrast(1.3) blur(2px); }\n 60% { opacity: 0.7; filter: brightness(1.2) contrast(1.1) blur(1px); }\n to { opacity: 1; filter: brightness(1) contrast(1) blur(0); }\n}\n\n/* ── Honeycomb (hexagonal reveal) ────────────────────────────────── */\n@keyframes pptx-tr-honeycomb-in {\n from {\n clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);\n opacity: 0;\n }\n to {\n clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);\n opacity: 1;\n }\n}\n@keyframes pptx-tr-honeycomb-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Pan (large-scale translate) ─────────────────────────────────── */\n@keyframes pptx-tr-pan-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-pan-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-pan-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-pan-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n\n/* ── Prism (3D rotation via perspective transform) ───────────────── */\n@keyframes pptx-tr-prism-in-from-right {\n from { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-left {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-left {\n from { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-right {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-bottom {\n from { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-top {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-top {\n from { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-bottom {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n}\n\n/* ── Reveal (slide away reveal) ──────────────────────────────────── */\n@keyframes pptx-tr-reveal-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-reveal-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-reveal-in {\n from { opacity: 0.5; }\n to { opacity: 1; }\n}\n\n/* ── Ripple (expanding ring clip-path) ───────────────────────────── */\n@keyframes pptx-tr-ripple-in {\n from { clip-path: circle(0% at 50% 50%); opacity: 0.5; }\n 30% { clip-path: circle(20% at 50% 50%); opacity: 0.7; }\n 60% { clip-path: circle(50% at 50% 50%); opacity: 0.9; }\n to { clip-path: circle(75% at 50% 50%); opacity: 1; }\n}\n\n/* ── Shred (fragmented clip-path pieces) ─────────────────────────── */\n@keyframes pptx-tr-shred-strips-in {\n from { clip-path: inset(0 100% 0 0); opacity: 0; }\n 30% { clip-path: inset(0 60% 0 0); opacity: 0.5; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-rectangles-in {\n from { clip-path: inset(50%); opacity: 0; }\n 40% { clip-path: inset(20%); opacity: 0.6; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Switch (flip/rotate swap) ───────────────────────────────────── */\n@keyframes pptx-tr-switch-in-from-right {\n from { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-left {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n}\n@keyframes pptx-tr-switch-in-from-left {\n from { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-right {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n}\n\n/* ── Vortex (rotate + scale spiral) ──────────────────────────────── */\n@keyframes pptx-tr-vortex-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-vortex-out {\n from { transform: rotate(0deg) scale(1); opacity: 1; }\n to { transform: rotate(-720deg) scale(0); opacity: 0; }\n}\n\n/* ── Warp (skew distortion) ──────────────────────────────────────── */\n@keyframes pptx-tr-warp-in {\n from { transform: scale(0.3) skewX(30deg) skewY(15deg); opacity: 0; }\n 50% { transform: scale(0.8) skewX(-5deg) skewY(-3deg); opacity: 0.7; }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-warp-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n 50% { transform: scale(0.8) skewX(5deg) skewY(3deg); opacity: 0.7; }\n to { transform: scale(0.3) skewX(-30deg) skewY(-15deg); opacity: 0; }\n}\n@keyframes pptx-tr-warp-reverse-in {\n from { transform: scale(3) skewX(-20deg) skewY(-10deg); opacity: 0; filter: blur(4px); }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-warp-reverse-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n to { transform: scale(3) skewX(20deg) skewY(10deg); opacity: 0; filter: blur(4px); }\n}\n\n/* ── WheelReverse (reverse wheel rotation) ───────────────────────── */\n@keyframes pptx-tr-wheel-reverse-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n/* ── Window (scale from center with border) ──────────────────────── */\n@keyframes pptx-tr-window-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-out {\n from { opacity: 1; transform: scale(1); }\n to { opacity: 0; transform: scale(0.9); }\n}\n\n\n/* ── Cube (rotate off one edge onto the next face) ──────────────────── */\n@keyframes pptx-tr-cube-out-left { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-left { from { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-right { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-right { from { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-up { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-up { from { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-down { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-down { from { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Orbit (swing the faces through depth) ──────────────────────────── */\n@keyframes pptx-tr-orbit-out-left { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-left { from { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-right { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-right { from { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-up { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-up { from { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-down { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-down { from { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Flip (card flip; opacity hides the back face) ──────────────────── */\n@keyframes pptx-tr-flip-out-left { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-left { from { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-right { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-right { from { transform: perspective(1400px) rotateY(90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-up { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-up { from { transform: perspective(1400px) rotateX(90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-down { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-down { from { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n\n/* ── Rotate (in-plane spin + zoom) ──────────────────────────────────── */\n@keyframes pptx-tr-rotate-out-cw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-cw { from { transform: rotate(-90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n@keyframes pptx-tr-rotate-out-ccw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(-90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-ccw { from { transform: rotate(90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n\n/* ── Fall Over (incoming board topples down over outgoing) ──────────── */\n@keyframes pptx-tr-fallover-out { from { transform: translateZ(0); opacity: 1; } to { transform: perspective(1400px) rotateX(5deg) scale(.94); opacity: .25; } }\n@keyframes pptx-tr-fallover-in { 0% { transform: perspective(1400px) rotateX(-100deg); transform-origin: top center; opacity: .4; } 70% { transform: perspective(1400px) rotateX(8deg); transform-origin: top center; opacity: 1; } 100% { transform: perspective(1400px) rotateX(0deg); transform-origin: top center; opacity: 1; } }\n\n/* ── Drape (fabric draping down into place) ─────────────────────────── */\n@keyframes pptx-tr-drape-in { from { transform: perspective(1600px) rotateX(-55deg) scale(1.15); transform-origin: top center; opacity: 0; } to { transform: perspective(1600px) rotateX(0deg) scale(1); transform-origin: top center; opacity: 1; } }\n\n/* ── Curtains (outgoing lifts to reveal incoming) ───────────────────── */\n@keyframes pptx-tr-curtains-out { from { transform: scaleY(1); transform-origin: top center; opacity: 1; } to { transform: scaleY(0); transform-origin: top center; opacity: .3; } }\n\n/* ── Wind (outgoing blows away with skew + blur) ────────────────────── */\n@keyframes pptx-tr-wind-out-left { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(-120%) skewX(25deg); opacity: 0; filter: blur(6px); } }\n@keyframes pptx-tr-wind-out-right { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(120%) skewX(-25deg); opacity: 0; filter: blur(6px); } }\n\n/* ── Prestige (magic vanish then reappear) ──────────────────────────── */\n@keyframes pptx-tr-prestige-out { from { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } to { transform: scale(1.4) rotate(6deg); opacity: 0; filter: blur(8px); } }\n@keyframes pptx-tr-prestige-in { from { transform: scale(.6) rotate(-6deg); opacity: 0; filter: blur(8px); } to { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } }\n\n/* ── Fracture (shatter into contrast + blur) ────────────────────────── */\n@keyframes pptx-tr-fracture-out { 0% { transform: scale(1); opacity: 1; filter: contrast(1) blur(0); } 55% { transform: scale(1.04) rotate(1deg); opacity: 1; filter: contrast(1.7) brightness(1.15); } 100% { transform: scale(1.15) rotate(-2deg); opacity: 0; filter: contrast(2.2) blur(4px); } }\n\n/* ── Crush (squash flat, then new slide expands) ────────────────────── */\n@keyframes pptx-tr-crush-out { from { transform: scaleY(1); transform-origin: bottom; opacity: 1; } to { transform: scaleY(0); transform-origin: bottom; opacity: .2; } }\n@keyframes pptx-tr-crush-in { from { transform: scaleY(0); transform-origin: bottom; opacity: .2; } to { transform: scaleY(1); transform-origin: bottom; opacity: 1; } }\n\n/* ── Peel Off (peel away from a corner) ─────────────────────────────── */\n@keyframes pptx-tr-peeloff-out { from { transform: perspective(1400px) rotate3d(1, 1, 0, 0deg); transform-origin: top right; opacity: 1; } to { transform: perspective(1400px) rotate3d(1, 1, 0, 110deg); transform-origin: top right; opacity: .15; } }\n\n/* ── Page Curl (curl off the right edge; double curls new in) ────────── */\n@keyframes pptx-tr-pagecurl-out { from { transform: perspective(1600px) rotateY(0deg); transform-origin: right center; opacity: 1; } to { transform: perspective(1600px) rotateY(-155deg); transform-origin: right center; opacity: .25; } }\n@keyframes pptx-tr-pagecurl-double-in { from { transform: perspective(1600px) rotateY(155deg); transform-origin: left center; opacity: .25; } to { transform: perspective(1600px) rotateY(0deg); transform-origin: left center; opacity: 1; } }\n\n/* ── Airplane (fly off like a paper plane) ──────────────────────────── */\n@keyframes pptx-tr-airplane-out { 0% { transform: perspective(1200px) translate3d(0, 0, 0) rotate3d(1, -1, 0, 0deg) scale(1); opacity: 1; } 40% { transform: perspective(1200px) translate3d(10%, -10%, 0) rotate3d(1, -1, 0, 25deg) scale(.85); opacity: 1; } 100% { transform: perspective(1200px) translate3d(150%, -70%, 0) rotate3d(1, -1, 1, 70deg) scale(.05); opacity: 0; } }\n\n/* ── Origami (fold the sheet over its top edge; the next unfolds up) ──\n The old single-phase rotateY + scaleX compressed the outgoing slide into a\n narrow vertical sliver for most of the (3+ second) duration, which read as\n \"just a grey line\" instead of paper folding (issue #132). The fold is now\n hinged like a real sheet: the outgoing slide creases over its TOP edge,\n dims as it tips through edge-on, and tumbles away shrinking; the incoming\n slide lies folded at its BOTTOM edge and rises into place. The edge-on\n moment is brief and already mid-fade, so no line artifact survives. */\n@keyframes pptx-tr-origami-out { 0% { transform: perspective(1400px) rotateX(0deg) translateY(0) scale(1); transform-origin: top center; opacity: 1; filter: brightness(1); } 45% { transform: perspective(1400px) rotateX(-52deg) translateY(2%) scale(.96); transform-origin: top center; opacity: 1; filter: brightness(.82); } 70% { transform: perspective(1400px) rotateX(-84deg) translateY(8%) scale(.88); transform-origin: top center; opacity: .8; filter: brightness(.68); } 100% { transform: perspective(1400px) rotateX(-125deg) translateY(30%) scale(.68); transform-origin: top center; opacity: 0; filter: brightness(.55); } }\n@keyframes pptx-tr-origami-in { 0% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: 0; filter: brightness(.7); } 30% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: .65; filter: brightness(.75); } 100% { transform: perspective(1400px) rotateX(0deg) scale(1); transform-origin: bottom center; opacity: 1; filter: brightness(1); } }\n", $w = Iw;
|
|
23634
23634
|
function Ow(e) {
|
|
23635
23635
|
return "l" === e || "r" === e ? e : "l";
|
|
23636
23636
|
}
|
|
@@ -23904,10 +23904,10 @@ function Lw(e, t, n, r, o) {
|
|
|
23904
23904
|
return {
|
|
23905
23905
|
outgoing: "none",
|
|
23906
23906
|
incoming: {
|
|
23907
|
-
left: `pptx-tr-wipe-from-
|
|
23908
|
-
right: `pptx-tr-wipe-from-
|
|
23909
|
-
up: `pptx-tr-wipe-from-
|
|
23910
|
-
down: `pptx-tr-wipe-from-
|
|
23907
|
+
left: `pptx-tr-wipe-from-right ${a} ${Aw} forwards`,
|
|
23908
|
+
right: `pptx-tr-wipe-from-left ${a} ${Aw} forwards`,
|
|
23909
|
+
up: `pptx-tr-wipe-from-bottom ${a} ${Aw} forwards`,
|
|
23910
|
+
down: `pptx-tr-wipe-from-top ${a} ${Aw} forwards`
|
|
23911
23911
|
}[e],
|
|
23912
23912
|
outgoingOnTop: !1
|
|
23913
23913
|
};
|
|
@@ -42900,7 +42900,7 @@ function u_(e) {
|
|
|
42900
42900
|
if (e?.aborted) throw new DOMException("Export cancelled", "AbortError");
|
|
42901
42901
|
}
|
|
42902
42902
|
function d_(e) {
|
|
42903
|
-
const { slideCount: t, rasterizeSlide: n } = e, o = e.loadGifEncoder ?? (async () => (await Promise.resolve().then(() => require("./gif-encoder-
|
|
42903
|
+
const { slideCount: t, rasterizeSlide: n } = e, o = e.loadGifEncoder ?? (async () => (await Promise.resolve().then(() => require("./gif-encoder-DhD-efOp.cjs"))).encodeGif), a = e.createRecorder ?? c_, i = e.createCanvas ?? (() => document.createElement("canvas")), s = e.downloadBlob ?? LD, l = (0, r.ref)(!1), p = (0, r.ref)(0);
|
|
42904
42904
|
return {
|
|
42905
42905
|
exporting: l,
|
|
42906
42906
|
progress: p,
|
|
Binary file
|
package/dist/{useViewerSettingsDialog-CzqkbFbc.cjs.gz → useViewerSettingsDialog-BF-WEtL-.cjs.gz}
RENAMED
|
Binary file
|
|
@@ -23630,7 +23630,7 @@ function cM(t, e, n, o) {
|
|
|
23630
23630
|
outgoingOnTop: o
|
|
23631
23631
|
};
|
|
23632
23632
|
}
|
|
23633
|
-
var uM = "\n/* ── Fade ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n@keyframes pptx-tr-fade-out {\n from { opacity: 1; }\n to { opacity: 0; }\n}\n\n/* ── Push ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-push-in-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-push-in-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-push-in-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-push-in-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n/* ── Cover (incoming slides over stationary outgoing) ───────────────── */\n@keyframes pptx-tr-cover-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-lu {\n from { transform: translate(-100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ld {\n from { transform: translate(-100%, 100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ru {\n from { transform: translate(100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-rd {\n from { transform: translate(100%, 100%); }\n to { transform: translate(0, 0); }\n}\n\n/* ── Uncover (outgoing slides away revealing stationary incoming) ──── */\n@keyframes pptx-tr-uncover-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-uncover-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-uncover-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-uncover-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n@keyframes pptx-tr-uncover-to-lu {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-ld {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, 100%); }\n}\n@keyframes pptx-tr-uncover-to-ru {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-rd {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, 100%); }\n}\n\n/* ── Wipe (clip-path reveal) ────────────────────────────────────────── */\n@keyframes pptx-tr-wipe-from-left {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-right {\n from { clip-path: inset(0 0 0 100%); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-top {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-bottom {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n\n/* ── Split ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-split-h-out {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-v-out {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-h-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(0 50%); }\n}\n@keyframes pptx-tr-split-v-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(50% 0); }\n}\n\n/* ── Dissolve ───────────────────────────────────────────────────────── */\n@keyframes pptx-tr-dissolve-in {\n from { opacity: 0; filter: blur(4px); }\n to { opacity: 1; filter: blur(0px); }\n}\n\n/* ── Circle / Diamond / Plus (clip-path shapes) ─────────────────────── */\n@keyframes pptx-tr-circle-in {\n from { clip-path: circle(0% at 50% 50%); }\n to { clip-path: circle(75% at 50% 50%); }\n}\n@keyframes pptx-tr-diamond-in {\n from { clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }\n to { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }\n}\n@keyframes pptx-tr-plus-in {\n from {\n clip-path: polygon(\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%\n );\n }\n to {\n clip-path: polygon(\n 33% 0%, 66% 0%, 66% 33%, 100% 33%,\n 100% 66%, 66% 66%, 66% 100%, 33% 100%,\n 33% 66%, 0% 66%, 0% 33%, 33% 33%\n );\n }\n}\n\n/* ── Wedge ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wedge-in {\n from { clip-path: polygon(50% 0%, 50% 0%, 50% 0%); }\n to { clip-path: polygon(50% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── Zoom ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-zoom-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-zoom-out {\n from { transform: scale(1); opacity: 1; }\n to { transform: scale(2); opacity: 0; }\n}\n\n/* ── Blinds ─────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-blinds-h {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-blinds-v {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Checker (approximate with dissolve + contrast) ─────────────────── */\n@keyframes pptx-tr-checker-in {\n from { opacity: 0; filter: contrast(2) blur(2px); }\n to { opacity: 1; filter: contrast(1) blur(0); }\n}\n\n/* ── Comb ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-comb-h {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-comb-v {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Strips (diagonal) ──────────────────────────────────────────────── */\n@keyframes pptx-tr-strips-lu {\n from { clip-path: polygon(0% 0%, 0% 0%, 0% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ld {\n from { clip-path: polygon(0% 100%, 0% 100%, 0% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ru {\n from { clip-path: polygon(100% 0%, 100% 0%, 100% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-rd {\n from { clip-path: polygon(100% 100%, 100% 100%, 100% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── RandomBar ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-randombar-h {\n from { opacity: 0; clip-path: inset(0 0 100% 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n@keyframes pptx-tr-randombar-v {\n from { opacity: 0; clip-path: inset(0 100% 0 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n\n/* ── Newsflash ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-newsflash-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n\n/* ── Wheel ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wheel-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(-180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n\n/* ── Conveyor (translate X with staggered timing) ──────────────────── */\n@keyframes pptx-tr-conveyor-in-from-right {\n from { transform: translateX(100%) rotateY(-30deg); }\n 60% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-left {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(-100%) rotateY(30deg); }\n}\n@keyframes pptx-tr-conveyor-in-from-left {\n from { transform: translateX(-100%) rotateY(30deg); }\n 60% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-right {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(100%) rotateY(-30deg); }\n}\n\n/* ── Doors (clip-path from center split) ──────────────────────────── */\n@keyframes pptx-tr-doors-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-doors-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n\n/* ── Ferris (rotate elements around center) ───────────────────────── */\n@keyframes pptx-tr-ferris-in-from-right {\n from { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-left {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n}\n@keyframes pptx-tr-ferris-in-from-left {\n from { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-right {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n}\n\n/* ── Flash (bright flash opacity burst) ──────────────────────────── */\n@keyframes pptx-tr-flash-white {\n 0% { opacity: 1; }\n 30% { opacity: 0; }\n 50% { opacity: 0; }\n 100% { opacity: 1; }\n}\n@keyframes pptx-tr-flash-in {\n 0% { opacity: 0; }\n 50% { opacity: 0; }\n 70% { opacity: 1; }\n 100% { opacity: 1; }\n}\n\n/* ── Flythrough (scale + translate Z-axis feel) ──────────────────── */\n@keyframes pptx-tr-flythrough-in {\n from { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n}\n@keyframes pptx-tr-flythrough-reverse-in {\n from { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-reverse-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n}\n\n/* ── Gallery (translate with perspective) ─────────────────────────── */\n@keyframes pptx-tr-gallery-in-from-right {\n from { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-left {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n}\n@keyframes pptx-tr-gallery-in-from-left {\n from { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-right {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n}\n\n/* ── Glitter (particle dissolve effect) ──────────────────────────── */\n@keyframes pptx-tr-glitter-in {\n from { opacity: 0; filter: brightness(1.5) contrast(1.3) blur(2px); }\n 60% { opacity: 0.7; filter: brightness(1.2) contrast(1.1) blur(1px); }\n to { opacity: 1; filter: brightness(1) contrast(1) blur(0); }\n}\n\n/* ── Honeycomb (hexagonal reveal) ────────────────────────────────── */\n@keyframes pptx-tr-honeycomb-in {\n from {\n clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);\n opacity: 0;\n }\n to {\n clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);\n opacity: 1;\n }\n}\n@keyframes pptx-tr-honeycomb-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Pan (large-scale translate) ─────────────────────────────────── */\n@keyframes pptx-tr-pan-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-pan-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-pan-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-pan-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n\n/* ── Prism (3D rotation via perspective transform) ───────────────── */\n@keyframes pptx-tr-prism-in-from-right {\n from { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-left {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-left {\n from { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-right {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-bottom {\n from { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-top {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-top {\n from { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-bottom {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n}\n\n/* ── Reveal (slide away reveal) ──────────────────────────────────── */\n@keyframes pptx-tr-reveal-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-reveal-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-reveal-in {\n from { opacity: 0.5; }\n to { opacity: 1; }\n}\n\n/* ── Ripple (expanding ring clip-path) ───────────────────────────── */\n@keyframes pptx-tr-ripple-in {\n from { clip-path: circle(0% at 50% 50%); opacity: 0.5; }\n 30% { clip-path: circle(20% at 50% 50%); opacity: 0.7; }\n 60% { clip-path: circle(50% at 50% 50%); opacity: 0.9; }\n to { clip-path: circle(75% at 50% 50%); opacity: 1; }\n}\n\n/* ── Shred (fragmented clip-path pieces) ─────────────────────────── */\n@keyframes pptx-tr-shred-strips-in {\n from { clip-path: inset(0 100% 0 0); opacity: 0; }\n 30% { clip-path: inset(0 60% 0 0); opacity: 0.5; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-rectangles-in {\n from { clip-path: inset(50%); opacity: 0; }\n 40% { clip-path: inset(20%); opacity: 0.6; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Switch (flip/rotate swap) ───────────────────────────────────── */\n@keyframes pptx-tr-switch-in-from-right {\n from { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-left {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n}\n@keyframes pptx-tr-switch-in-from-left {\n from { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-right {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n}\n\n/* ── Vortex (rotate + scale spiral) ──────────────────────────────── */\n@keyframes pptx-tr-vortex-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-vortex-out {\n from { transform: rotate(0deg) scale(1); opacity: 1; }\n to { transform: rotate(-720deg) scale(0); opacity: 0; }\n}\n\n/* ── Warp (skew distortion) ──────────────────────────────────────── */\n@keyframes pptx-tr-warp-in {\n from { transform: scale(0.3) skewX(30deg) skewY(15deg); opacity: 0; }\n 50% { transform: scale(0.8) skewX(-5deg) skewY(-3deg); opacity: 0.7; }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-warp-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n 50% { transform: scale(0.8) skewX(5deg) skewY(3deg); opacity: 0.7; }\n to { transform: scale(0.3) skewX(-30deg) skewY(-15deg); opacity: 0; }\n}\n@keyframes pptx-tr-warp-reverse-in {\n from { transform: scale(3) skewX(-20deg) skewY(-10deg); opacity: 0; filter: blur(4px); }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-warp-reverse-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n to { transform: scale(3) skewX(20deg) skewY(10deg); opacity: 0; filter: blur(4px); }\n}\n\n/* ── WheelReverse (reverse wheel rotation) ───────────────────────── */\n@keyframes pptx-tr-wheel-reverse-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n/* ── Window (scale from center with border) ──────────────────────── */\n@keyframes pptx-tr-window-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-out {\n from { opacity: 1; transform: scale(1); }\n to { opacity: 0; transform: scale(0.9); }\n}\n\n\n/* ── Cube (rotate off one edge onto the next face) ──────────────────── */\n@keyframes pptx-tr-cube-out-left { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-left { from { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-right { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-right { from { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-up { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-up { from { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-down { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-down { from { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Orbit (swing the faces through depth) ──────────────────────────── */\n@keyframes pptx-tr-orbit-out-left { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-left { from { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-right { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-right { from { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-up { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-up { from { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-down { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-down { from { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Flip (card flip; opacity hides the back face) ──────────────────── */\n@keyframes pptx-tr-flip-out-left { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-left { from { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-right { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-right { from { transform: perspective(1400px) rotateY(90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-up { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-up { from { transform: perspective(1400px) rotateX(90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-down { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-down { from { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n\n/* ── Rotate (in-plane spin + zoom) ──────────────────────────────────── */\n@keyframes pptx-tr-rotate-out-cw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-cw { from { transform: rotate(-90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n@keyframes pptx-tr-rotate-out-ccw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(-90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-ccw { from { transform: rotate(90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n\n/* ── Fall Over (incoming board topples down over outgoing) ──────────── */\n@keyframes pptx-tr-fallover-out { from { transform: translateZ(0); opacity: 1; } to { transform: perspective(1400px) rotateX(5deg) scale(.94); opacity: .25; } }\n@keyframes pptx-tr-fallover-in { 0% { transform: perspective(1400px) rotateX(-100deg); transform-origin: top center; opacity: .4; } 70% { transform: perspective(1400px) rotateX(8deg); transform-origin: top center; opacity: 1; } 100% { transform: perspective(1400px) rotateX(0deg); transform-origin: top center; opacity: 1; } }\n\n/* ── Drape (fabric draping down into place) ─────────────────────────── */\n@keyframes pptx-tr-drape-in { from { transform: perspective(1600px) rotateX(-55deg) scale(1.15); transform-origin: top center; opacity: 0; } to { transform: perspective(1600px) rotateX(0deg) scale(1); transform-origin: top center; opacity: 1; } }\n\n/* ── Curtains (outgoing lifts to reveal incoming) ───────────────────── */\n@keyframes pptx-tr-curtains-out { from { transform: scaleY(1); transform-origin: top center; opacity: 1; } to { transform: scaleY(0); transform-origin: top center; opacity: .3; } }\n\n/* ── Wind (outgoing blows away with skew + blur) ────────────────────── */\n@keyframes pptx-tr-wind-out-left { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(-120%) skewX(25deg); opacity: 0; filter: blur(6px); } }\n@keyframes pptx-tr-wind-out-right { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(120%) skewX(-25deg); opacity: 0; filter: blur(6px); } }\n\n/* ── Prestige (magic vanish then reappear) ──────────────────────────── */\n@keyframes pptx-tr-prestige-out { from { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } to { transform: scale(1.4) rotate(6deg); opacity: 0; filter: blur(8px); } }\n@keyframes pptx-tr-prestige-in { from { transform: scale(.6) rotate(-6deg); opacity: 0; filter: blur(8px); } to { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } }\n\n/* ── Fracture (shatter into contrast + blur) ────────────────────────── */\n@keyframes pptx-tr-fracture-out { 0% { transform: scale(1); opacity: 1; filter: contrast(1) blur(0); } 55% { transform: scale(1.04) rotate(1deg); opacity: 1; filter: contrast(1.7) brightness(1.15); } 100% { transform: scale(1.15) rotate(-2deg); opacity: 0; filter: contrast(2.2) blur(4px); } }\n\n/* ── Crush (squash flat, then new slide expands) ────────────────────── */\n@keyframes pptx-tr-crush-out { from { transform: scaleY(1); transform-origin: bottom; opacity: 1; } to { transform: scaleY(0); transform-origin: bottom; opacity: .2; } }\n@keyframes pptx-tr-crush-in { from { transform: scaleY(0); transform-origin: bottom; opacity: .2; } to { transform: scaleY(1); transform-origin: bottom; opacity: 1; } }\n\n/* ── Peel Off (peel away from a corner) ─────────────────────────────── */\n@keyframes pptx-tr-peeloff-out { from { transform: perspective(1400px) rotate3d(1, 1, 0, 0deg); transform-origin: top right; opacity: 1; } to { transform: perspective(1400px) rotate3d(1, 1, 0, 110deg); transform-origin: top right; opacity: .15; } }\n\n/* ── Page Curl (curl off the right edge; double curls new in) ────────── */\n@keyframes pptx-tr-pagecurl-out { from { transform: perspective(1600px) rotateY(0deg); transform-origin: right center; opacity: 1; } to { transform: perspective(1600px) rotateY(-155deg); transform-origin: right center; opacity: .25; } }\n@keyframes pptx-tr-pagecurl-double-in { from { transform: perspective(1600px) rotateY(155deg); transform-origin: left center; opacity: .25; } to { transform: perspective(1600px) rotateY(0deg); transform-origin: left center; opacity: 1; } }\n\n/* ── Airplane (fly off like a paper plane) ──────────────────────────── */\n@keyframes pptx-tr-airplane-out { 0% { transform: perspective(1200px) translate3d(0, 0, 0) rotate3d(1, -1, 0, 0deg) scale(1); opacity: 1; } 40% { transform: perspective(1200px) translate3d(10%, -10%, 0) rotate3d(1, -1, 0, 25deg) scale(.85); opacity: 1; } 100% { transform: perspective(1200px) translate3d(150%, -70%, 0) rotate3d(1, -1, 1, 70deg) scale(.05); opacity: 0; } }\n\n/* ── Origami (fold the sheet over its top edge; the next unfolds up) ──\n The old single-phase rotateY + scaleX compressed the outgoing slide into a\n narrow vertical sliver for most of the (3+ second) duration, which read as\n \"just a grey line\" instead of paper folding (issue #132). The fold is now\n hinged like a real sheet: the outgoing slide creases over its TOP edge,\n dims as it tips through edge-on, and tumbles away shrinking; the incoming\n slide lies folded at its BOTTOM edge and rises into place. The edge-on\n moment is brief and already mid-fade, so no line artifact survives. */\n@keyframes pptx-tr-origami-out { 0% { transform: perspective(1400px) rotateX(0deg) translateY(0) scale(1); transform-origin: top center; opacity: 1; filter: brightness(1); } 45% { transform: perspective(1400px) rotateX(-52deg) translateY(2%) scale(.96); transform-origin: top center; opacity: 1; filter: brightness(.82); } 70% { transform: perspective(1400px) rotateX(-84deg) translateY(8%) scale(.88); transform-origin: top center; opacity: .8; filter: brightness(.68); } 100% { transform: perspective(1400px) rotateX(-125deg) translateY(30%) scale(.68); transform-origin: top center; opacity: 0; filter: brightness(.55); } }\n@keyframes pptx-tr-origami-in { 0% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: 0; filter: brightness(.7); } 30% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: .65; filter: brightness(.75); } 100% { transform: perspective(1400px) rotateX(0deg) scale(1); transform-origin: bottom center; opacity: 1; filter: brightness(1); } }\n", dM = uM;
|
|
23633
|
+
var uM = "\n/* ── Fade ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n@keyframes pptx-tr-fade-out {\n from { opacity: 1; }\n to { opacity: 0; }\n}\n\n/* ── Push ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-push-in-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-push-in-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-push-in-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-push-in-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n/* ── Cover (incoming slides over stationary outgoing) ───────────────── */\n@keyframes pptx-tr-cover-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-lu {\n from { transform: translate(-100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ld {\n from { transform: translate(-100%, 100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ru {\n from { transform: translate(100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-rd {\n from { transform: translate(100%, 100%); }\n to { transform: translate(0, 0); }\n}\n\n/* ── Uncover (outgoing slides away revealing stationary incoming) ──── */\n@keyframes pptx-tr-uncover-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-uncover-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-uncover-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-uncover-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n@keyframes pptx-tr-uncover-to-lu {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-ld {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, 100%); }\n}\n@keyframes pptx-tr-uncover-to-ru {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-rd {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, 100%); }\n}\n\n/* ── Split ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-split-h-out {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-v-out {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-h-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(0 50%); }\n}\n@keyframes pptx-tr-split-v-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(50% 0); }\n}\n\n/* ── Dissolve ───────────────────────────────────────────────────────── */\n@keyframes pptx-tr-dissolve-in {\n from { opacity: 0; filter: blur(4px); }\n to { opacity: 1; filter: blur(0px); }\n}\n\n/* ── Circle / Diamond / Plus (clip-path shapes) ─────────────────────── */\n@keyframes pptx-tr-circle-in {\n from { clip-path: circle(0% at 50% 50%); }\n to { clip-path: circle(75% at 50% 50%); }\n}\n@keyframes pptx-tr-diamond-in {\n from { clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }\n to { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }\n}\n@keyframes pptx-tr-plus-in {\n from {\n clip-path: polygon(\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%\n );\n }\n to {\n clip-path: polygon(\n 33% 0%, 66% 0%, 66% 33%, 100% 33%,\n 100% 66%, 66% 66%, 66% 100%, 33% 100%,\n 33% 66%, 0% 66%, 0% 33%, 33% 33%\n );\n }\n}\n\n/* ── Wedge ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wedge-in {\n from { clip-path: polygon(50% 0%, 50% 0%, 50% 0%); }\n to { clip-path: polygon(50% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── Zoom ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-zoom-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-zoom-out {\n from { transform: scale(1); opacity: 1; }\n to { transform: scale(2); opacity: 0; }\n}\n\n/* ── Blinds ─────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-blinds-h {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-blinds-v {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Checker (approximate with dissolve + contrast) ─────────────────── */\n@keyframes pptx-tr-checker-in {\n from { opacity: 0; filter: contrast(2) blur(2px); }\n to { opacity: 1; filter: contrast(1) blur(0); }\n}\n\n/* ── Comb ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-comb-h {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-comb-v {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Strips (diagonal) ──────────────────────────────────────────────── */\n@keyframes pptx-tr-strips-lu {\n from { clip-path: polygon(0% 0%, 0% 0%, 0% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ld {\n from { clip-path: polygon(0% 100%, 0% 100%, 0% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ru {\n from { clip-path: polygon(100% 0%, 100% 0%, 100% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-rd {\n from { clip-path: polygon(100% 100%, 100% 100%, 100% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── RandomBar ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-randombar-h {\n from { opacity: 0; clip-path: inset(0 0 100% 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n@keyframes pptx-tr-randombar-v {\n from { opacity: 0; clip-path: inset(0 100% 0 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n\n/* ── Newsflash ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-newsflash-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n\n/* ── Wheel ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wheel-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(-180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n\n/* ── Wipe (soft mask reveal) ──────────────────────────────────────────── */\n/* PowerPoint feathers the wipe edge with a WIDE, smooth gradient - the fade\n * zone spans roughly a slide width in real renders, not a narrow band. The\n * incoming layer is masked with a 3x-oversized gradient (fade zone = one slide\n * width) whose position sweeps it across the slide; the band fully exits both\n * edges, so the start is fully hidden and the end fully opaque. */\n@keyframes pptx-tr-wipe-from-left {\n from {\n -webkit-mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 100% 0;\n mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 100% 0;\n }\n to {\n -webkit-mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0% 0;\n mask-image: linear-gradient(to right, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 0% 0;\n }\n}\n@keyframes pptx-tr-wipe-from-right {\n from {\n -webkit-mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0% 0;\n mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 0% 0;\n }\n to {\n -webkit-mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 300% 100%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 100% 0;\n mask-image: linear-gradient(to left, #000 33.3%, transparent 66.7%);\n mask-size: 300% 100%;\n mask-repeat: no-repeat;\n mask-position: 100% 0;\n }\n}\n@keyframes pptx-tr-wipe-from-top {\n from {\n -webkit-mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 100%;\n mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 100%;\n }\n to {\n -webkit-mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 0%;\n mask-image: linear-gradient(to bottom, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 0%;\n }\n}\n@keyframes pptx-tr-wipe-from-bottom {\n from {\n -webkit-mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 0%;\n mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 0%;\n }\n to {\n -webkit-mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n -webkit-mask-size: 100% 300%;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-position: 0 100%;\n mask-image: linear-gradient(to top, #000 33.3%, transparent 66.7%);\n mask-size: 100% 300%;\n mask-repeat: no-repeat;\n mask-position: 0 100%;\n }\n}\n\n\n/* ── Conveyor (translate X with staggered timing) ──────────────────── */\n@keyframes pptx-tr-conveyor-in-from-right {\n from { transform: translateX(100%) rotateY(-30deg); }\n 60% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-left {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(-100%) rotateY(30deg); }\n}\n@keyframes pptx-tr-conveyor-in-from-left {\n from { transform: translateX(-100%) rotateY(30deg); }\n 60% { transform: translateX(-20%) rotateY(10deg); }\n to { transform: translateX(0) rotateY(0deg); }\n}\n@keyframes pptx-tr-conveyor-out-to-right {\n from { transform: translateX(0) rotateY(0deg); }\n 40% { transform: translateX(20%) rotateY(-10deg); }\n to { transform: translateX(100%) rotateY(-30deg); }\n}\n\n/* ── Doors (clip-path from center split) ──────────────────────────── */\n@keyframes pptx-tr-doors-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-doors-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n\n/* ── Ferris (rotate elements around center) ───────────────────────── */\n@keyframes pptx-tr-ferris-in-from-right {\n from { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-left {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n}\n@keyframes pptx-tr-ferris-in-from-left {\n from { transform: translateX(-80%) rotate(-45deg) scale(0.6); opacity: 0; }\n to { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-ferris-out-to-right {\n from { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }\n to { transform: translateX(80%) rotate(45deg) scale(0.6); opacity: 0; }\n}\n\n/* ── Flash (bright flash opacity burst) ──────────────────────────── */\n@keyframes pptx-tr-flash-white {\n 0% { opacity: 1; }\n 30% { opacity: 0; }\n 50% { opacity: 0; }\n 100% { opacity: 1; }\n}\n@keyframes pptx-tr-flash-in {\n 0% { opacity: 0; }\n 50% { opacity: 0; }\n 70% { opacity: 1; }\n 100% { opacity: 1; }\n}\n\n/* ── Flythrough (scale + translate Z-axis feel) ──────────────────── */\n@keyframes pptx-tr-flythrough-in {\n from { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n}\n@keyframes pptx-tr-flythrough-reverse-in {\n from { transform: scale(0.1) translateZ(-200px); opacity: 0; filter: blur(8px); }\n to { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-flythrough-reverse-out {\n from { transform: scale(1) translateZ(0); opacity: 1; filter: blur(0); }\n to { transform: scale(4) translateZ(200px); opacity: 0; filter: blur(8px); }\n}\n\n/* ── Gallery (translate with perspective) ─────────────────────────── */\n@keyframes pptx-tr-gallery-in-from-right {\n from { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-left {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n}\n@keyframes pptx-tr-gallery-in-from-left {\n from { transform: perspective(800px) translateX(-100%) rotateY(45deg); opacity: 0.5; }\n to { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-gallery-out-to-right {\n from { transform: perspective(800px) translateX(0) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) translateX(100%) rotateY(-45deg); opacity: 0.5; }\n}\n\n/* ── Glitter (particle dissolve effect) ──────────────────────────── */\n@keyframes pptx-tr-glitter-in {\n from { opacity: 0; filter: brightness(1.5) contrast(1.3) blur(2px); }\n 60% { opacity: 0.7; filter: brightness(1.2) contrast(1.1) blur(1px); }\n to { opacity: 1; filter: brightness(1) contrast(1) blur(0); }\n}\n\n/* ── Honeycomb (hexagonal reveal) ────────────────────────────────── */\n@keyframes pptx-tr-honeycomb-in {\n from {\n clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);\n opacity: 0;\n }\n to {\n clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);\n opacity: 1;\n }\n}\n@keyframes pptx-tr-honeycomb-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Pan (large-scale translate) ─────────────────────────────────── */\n@keyframes pptx-tr-pan-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-pan-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-pan-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-pan-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-pan-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-pan-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n\n/* ── Prism (3D rotation via perspective transform) ───────────────── */\n@keyframes pptx-tr-prism-in-from-right {\n from { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-left {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-left {\n from { transform: perspective(800px) rotateY(90deg) translateX(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-right {\n from { transform: perspective(800px) rotateY(0deg) translateX(0); opacity: 1; }\n to { transform: perspective(800px) rotateY(-90deg) translateX(50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-bottom {\n from { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-top {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n}\n@keyframes pptx-tr-prism-in-from-top {\n from { transform: perspective(800px) rotateX(-90deg) translateY(-50%); opacity: 0; }\n to { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n}\n@keyframes pptx-tr-prism-out-to-bottom {\n from { transform: perspective(800px) rotateX(0deg) translateY(0); opacity: 1; }\n to { transform: perspective(800px) rotateX(90deg) translateY(50%); opacity: 0; }\n}\n\n/* ── Reveal (slide away reveal) ──────────────────────────────────── */\n@keyframes pptx-tr-reveal-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-reveal-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-reveal-in {\n from { opacity: 0.5; }\n to { opacity: 1; }\n}\n\n/* ── Ripple (expanding ring clip-path) ───────────────────────────── */\n@keyframes pptx-tr-ripple-in {\n from { clip-path: circle(0% at 50% 50%); opacity: 0.5; }\n 30% { clip-path: circle(20% at 50% 50%); opacity: 0.7; }\n 60% { clip-path: circle(50% at 50% 50%); opacity: 0.9; }\n to { clip-path: circle(75% at 50% 50%); opacity: 1; }\n}\n\n/* ── Shred (fragmented clip-path pieces) ─────────────────────────── */\n@keyframes pptx-tr-shred-strips-in {\n from { clip-path: inset(0 100% 0 0); opacity: 0; }\n 30% { clip-path: inset(0 60% 0 0); opacity: 0.5; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-rectangles-in {\n from { clip-path: inset(50%); opacity: 0; }\n 40% { clip-path: inset(20%); opacity: 0.6; }\n to { clip-path: inset(0); opacity: 1; }\n}\n@keyframes pptx-tr-shred-out {\n from { opacity: 1; }\n to { opacity: 0; filter: blur(2px); }\n}\n\n/* ── Switch (flip/rotate swap) ───────────────────────────────────── */\n@keyframes pptx-tr-switch-in-from-right {\n from { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-left {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n}\n@keyframes pptx-tr-switch-in-from-left {\n from { transform: perspective(800px) rotateY(180deg); opacity: 0; }\n to { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-switch-out-to-right {\n from { transform: perspective(800px) rotateY(0deg); opacity: 1; }\n to { transform: perspective(800px) rotateY(-180deg); opacity: 0; }\n}\n\n/* ── Vortex (rotate + scale spiral) ──────────────────────────────── */\n@keyframes pptx-tr-vortex-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-vortex-out {\n from { transform: rotate(0deg) scale(1); opacity: 1; }\n to { transform: rotate(-720deg) scale(0); opacity: 0; }\n}\n\n/* ── Warp (skew distortion) ──────────────────────────────────────── */\n@keyframes pptx-tr-warp-in {\n from { transform: scale(0.3) skewX(30deg) skewY(15deg); opacity: 0; }\n 50% { transform: scale(0.8) skewX(-5deg) skewY(-3deg); opacity: 0.7; }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n}\n@keyframes pptx-tr-warp-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; }\n 50% { transform: scale(0.8) skewX(5deg) skewY(3deg); opacity: 0.7; }\n to { transform: scale(0.3) skewX(-30deg) skewY(-15deg); opacity: 0; }\n}\n@keyframes pptx-tr-warp-reverse-in {\n from { transform: scale(3) skewX(-20deg) skewY(-10deg); opacity: 0; filter: blur(4px); }\n to { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n}\n@keyframes pptx-tr-warp-reverse-out {\n from { transform: scale(1) skewX(0deg) skewY(0deg); opacity: 1; filter: blur(0); }\n to { transform: scale(3) skewX(20deg) skewY(10deg); opacity: 0; filter: blur(4px); }\n}\n\n/* ── WheelReverse (reverse wheel rotation) ───────────────────────── */\n@keyframes pptx-tr-wheel-reverse-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n\n/* ── Window (scale from center with border) ──────────────────────── */\n@keyframes pptx-tr-window-horz {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-vert {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-window-out {\n from { opacity: 1; transform: scale(1); }\n to { opacity: 0; transform: scale(0.9); }\n}\n\n\n/* ── Cube (rotate off one edge onto the next face) ──────────────────── */\n@keyframes pptx-tr-cube-out-left { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-left { from { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-right { from { transform: perspective(1400px) translateX(0) rotateY(0deg); } to { transform: perspective(1400px) translateX(50%) rotateY(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-right { from { transform: perspective(1400px) translateX(-50%) rotateY(-90deg); opacity: .5; } to { transform: perspective(1400px) translateX(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-up { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-up { from { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-cube-out-down { from { transform: perspective(1400px) translateY(0) rotateX(0deg); } to { transform: perspective(1400px) translateY(50%) rotateX(-90deg); opacity: .5; } }\n@keyframes pptx-tr-cube-in-down { from { transform: perspective(1400px) translateY(-50%) rotateX(90deg); opacity: .5; } to { transform: perspective(1400px) translateY(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Orbit (swing the faces through depth) ──────────────────────────── */\n@keyframes pptx-tr-orbit-out-left { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-left { from { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-right { from { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateY(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-right { from { transform: perspective(1600px) translateZ(-700px) rotateY(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-up { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-up { from { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-orbit-out-down { from { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } to { transform: perspective(1600px) translateZ(-700px) rotateX(-105deg); opacity: 0; } }\n@keyframes pptx-tr-orbit-in-down { from { transform: perspective(1600px) translateZ(-700px) rotateX(105deg); opacity: 0; } to { transform: perspective(1600px) translateZ(0) rotateX(0deg); opacity: 1; } }\n\n/* ── Flip (card flip; opacity hides the back face) ──────────────────── */\n@keyframes pptx-tr-flip-out-left { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-left { from { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-right { from { transform: perspective(1400px) rotateY(0deg); opacity: 1; } to { transform: perspective(1400px) rotateY(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-right { from { transform: perspective(1400px) rotateY(90deg); opacity: 0; } to { transform: perspective(1400px) rotateY(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-up { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-up { from { transform: perspective(1400px) rotateX(90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n@keyframes pptx-tr-flip-out-down { from { transform: perspective(1400px) rotateX(0deg); opacity: 1; } to { transform: perspective(1400px) rotateX(90deg); opacity: 0; } }\n@keyframes pptx-tr-flip-in-down { from { transform: perspective(1400px) rotateX(-90deg); opacity: 0; } to { transform: perspective(1400px) rotateX(0deg); opacity: 1; } }\n\n/* ── Rotate (in-plane spin + zoom) ──────────────────────────────────── */\n@keyframes pptx-tr-rotate-out-cw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-cw { from { transform: rotate(-90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n@keyframes pptx-tr-rotate-out-ccw { from { transform: rotate(0deg) scale(1); opacity: 1; } to { transform: rotate(-90deg) scale(.4); opacity: 0; } }\n@keyframes pptx-tr-rotate-in-ccw { from { transform: rotate(90deg) scale(.4); opacity: 0; } to { transform: rotate(0deg) scale(1); opacity: 1; } }\n\n/* ── Fall Over (incoming board topples down over outgoing) ──────────── */\n@keyframes pptx-tr-fallover-out { from { transform: translateZ(0); opacity: 1; } to { transform: perspective(1400px) rotateX(5deg) scale(.94); opacity: .25; } }\n@keyframes pptx-tr-fallover-in { 0% { transform: perspective(1400px) rotateX(-100deg); transform-origin: top center; opacity: .4; } 70% { transform: perspective(1400px) rotateX(8deg); transform-origin: top center; opacity: 1; } 100% { transform: perspective(1400px) rotateX(0deg); transform-origin: top center; opacity: 1; } }\n\n/* ── Drape (fabric draping down into place) ─────────────────────────── */\n@keyframes pptx-tr-drape-in { from { transform: perspective(1600px) rotateX(-55deg) scale(1.15); transform-origin: top center; opacity: 0; } to { transform: perspective(1600px) rotateX(0deg) scale(1); transform-origin: top center; opacity: 1; } }\n\n/* ── Curtains (outgoing lifts to reveal incoming) ───────────────────── */\n@keyframes pptx-tr-curtains-out { from { transform: scaleY(1); transform-origin: top center; opacity: 1; } to { transform: scaleY(0); transform-origin: top center; opacity: .3; } }\n\n/* ── Wind (outgoing blows away with skew + blur) ────────────────────── */\n@keyframes pptx-tr-wind-out-left { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(-120%) skewX(25deg); opacity: 0; filter: blur(6px); } }\n@keyframes pptx-tr-wind-out-right { from { transform: translateX(0) skewX(0deg); opacity: 1; filter: blur(0); } to { transform: translateX(120%) skewX(-25deg); opacity: 0; filter: blur(6px); } }\n\n/* ── Prestige (magic vanish then reappear) ──────────────────────────── */\n@keyframes pptx-tr-prestige-out { from { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } to { transform: scale(1.4) rotate(6deg); opacity: 0; filter: blur(8px); } }\n@keyframes pptx-tr-prestige-in { from { transform: scale(.6) rotate(-6deg); opacity: 0; filter: blur(8px); } to { transform: scale(1) rotate(0deg); opacity: 1; filter: blur(0); } }\n\n/* ── Fracture (shatter into contrast + blur) ────────────────────────── */\n@keyframes pptx-tr-fracture-out { 0% { transform: scale(1); opacity: 1; filter: contrast(1) blur(0); } 55% { transform: scale(1.04) rotate(1deg); opacity: 1; filter: contrast(1.7) brightness(1.15); } 100% { transform: scale(1.15) rotate(-2deg); opacity: 0; filter: contrast(2.2) blur(4px); } }\n\n/* ── Crush (squash flat, then new slide expands) ────────────────────── */\n@keyframes pptx-tr-crush-out { from { transform: scaleY(1); transform-origin: bottom; opacity: 1; } to { transform: scaleY(0); transform-origin: bottom; opacity: .2; } }\n@keyframes pptx-tr-crush-in { from { transform: scaleY(0); transform-origin: bottom; opacity: .2; } to { transform: scaleY(1); transform-origin: bottom; opacity: 1; } }\n\n/* ── Peel Off (peel away from a corner) ─────────────────────────────── */\n@keyframes pptx-tr-peeloff-out { from { transform: perspective(1400px) rotate3d(1, 1, 0, 0deg); transform-origin: top right; opacity: 1; } to { transform: perspective(1400px) rotate3d(1, 1, 0, 110deg); transform-origin: top right; opacity: .15; } }\n\n/* ── Page Curl (curl off the right edge; double curls new in) ────────── */\n@keyframes pptx-tr-pagecurl-out { from { transform: perspective(1600px) rotateY(0deg); transform-origin: right center; opacity: 1; } to { transform: perspective(1600px) rotateY(-155deg); transform-origin: right center; opacity: .25; } }\n@keyframes pptx-tr-pagecurl-double-in { from { transform: perspective(1600px) rotateY(155deg); transform-origin: left center; opacity: .25; } to { transform: perspective(1600px) rotateY(0deg); transform-origin: left center; opacity: 1; } }\n\n/* ── Airplane (fly off like a paper plane) ──────────────────────────── */\n@keyframes pptx-tr-airplane-out { 0% { transform: perspective(1200px) translate3d(0, 0, 0) rotate3d(1, -1, 0, 0deg) scale(1); opacity: 1; } 40% { transform: perspective(1200px) translate3d(10%, -10%, 0) rotate3d(1, -1, 0, 25deg) scale(.85); opacity: 1; } 100% { transform: perspective(1200px) translate3d(150%, -70%, 0) rotate3d(1, -1, 1, 70deg) scale(.05); opacity: 0; } }\n\n/* ── Origami (fold the sheet over its top edge; the next unfolds up) ──\n The old single-phase rotateY + scaleX compressed the outgoing slide into a\n narrow vertical sliver for most of the (3+ second) duration, which read as\n \"just a grey line\" instead of paper folding (issue #132). The fold is now\n hinged like a real sheet: the outgoing slide creases over its TOP edge,\n dims as it tips through edge-on, and tumbles away shrinking; the incoming\n slide lies folded at its BOTTOM edge and rises into place. The edge-on\n moment is brief and already mid-fade, so no line artifact survives. */\n@keyframes pptx-tr-origami-out { 0% { transform: perspective(1400px) rotateX(0deg) translateY(0) scale(1); transform-origin: top center; opacity: 1; filter: brightness(1); } 45% { transform: perspective(1400px) rotateX(-52deg) translateY(2%) scale(.96); transform-origin: top center; opacity: 1; filter: brightness(.82); } 70% { transform: perspective(1400px) rotateX(-84deg) translateY(8%) scale(.88); transform-origin: top center; opacity: .8; filter: brightness(.68); } 100% { transform: perspective(1400px) rotateX(-125deg) translateY(30%) scale(.68); transform-origin: top center; opacity: 0; filter: brightness(.55); } }\n@keyframes pptx-tr-origami-in { 0% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: 0; filter: brightness(.7); } 30% { transform: perspective(1400px) rotateX(62deg) scale(.94); transform-origin: bottom center; opacity: .65; filter: brightness(.75); } 100% { transform: perspective(1400px) rotateX(0deg) scale(1); transform-origin: bottom center; opacity: 1; filter: brightness(1); } }\n", dM = uM;
|
|
23634
23634
|
function mM(t) {
|
|
23635
23635
|
return "l" === t || "r" === t ? t : "l";
|
|
23636
23636
|
}
|
|
@@ -23904,10 +23904,10 @@ function xM(t, e, n, o, r) {
|
|
|
23904
23904
|
return {
|
|
23905
23905
|
outgoing: "none",
|
|
23906
23906
|
incoming: {
|
|
23907
|
-
left: `pptx-tr-wipe-from-
|
|
23908
|
-
right: `pptx-tr-wipe-from-
|
|
23909
|
-
up: `pptx-tr-wipe-from-
|
|
23910
|
-
down: `pptx-tr-wipe-from-
|
|
23907
|
+
left: `pptx-tr-wipe-from-right ${a} ${pM} forwards`,
|
|
23908
|
+
right: `pptx-tr-wipe-from-left ${a} ${pM} forwards`,
|
|
23909
|
+
up: `pptx-tr-wipe-from-bottom ${a} ${pM} forwards`,
|
|
23910
|
+
down: `pptx-tr-wipe-from-top ${a} ${pM} forwards`
|
|
23911
23911
|
}[t],
|
|
23912
23912
|
outgoingOnTop: !1
|
|
23913
23913
|
};
|
|
@@ -42888,7 +42888,7 @@ function gV(t) {
|
|
|
42888
42888
|
if (t?.aborted) throw new DOMException("Export cancelled", "AbortError");
|
|
42889
42889
|
}
|
|
42890
42890
|
function xV(t) {
|
|
42891
|
-
const { slideCount: e, rasterizeSlide: n } = t, o = t.loadGifEncoder ?? (async () => (await import("./gif-encoder-
|
|
42891
|
+
const { slideCount: e, rasterizeSlide: n } = t, o = t.loadGifEncoder ?? (async () => (await import("./gif-encoder-Dmyu2t2r.js")).encodeGif), r = t.createRecorder ?? fV, a = t.createCanvas ?? (() => document.createElement("canvas")), i = t.downloadBlob ?? FO, s = Pe(!1), l = Pe(0);
|
|
42892
42892
|
return {
|
|
42893
42893
|
exporting: s,
|
|
42894
42894
|
progress: l,
|
|
Binary file
|
package/dist/{useViewerSettingsDialog-CRN8XHoO.js.gz → useViewerSettingsDialog-_uUXd1oQ.js.gz}
RENAMED
|
Binary file
|
package/dist/viewer/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("../useViewerSettingsDialog-
|
|
2
|
+
const e = require("../useViewerSettingsDialog-BF-WEtL-.cjs"), t = require("../viewer-BhGhVLpM.cjs");
|
|
3
3
|
exports.AUDIENCE_HASH = e.AUDIENCE_HASH, exports.ChartRenderer = t.ChartRenderer_default, exports.CollaborationCursors = t.CollaborationCursors_default, exports.CollaborationStatusIndicator = t.CollaborationStatusIndicator_default, exports.ConnectorRenderer = t.ConnectorRenderer_default, exports.DEFAULT_CANVAS_HEIGHT = e.DEFAULT_CANVAS_HEIGHT, exports.DEFAULT_CANVAS_WIDTH = e.DEFAULT_CANVAS_WIDTH, exports.DEFAULT_FILL_COLOR = e.DEFAULT_FILL_COLOR, exports.DEFAULT_STROKE_COLOR = e.DEFAULT_STROKE_COLOR, exports.DEFAULT_TEXT_COLOR = e.DEFAULT_TEXT_COLOR, exports.ElementRenderer = t.ElementRenderer_default, exports.EquationRenderer = t.EquationRenderer_default, exports.FollowModeBar = t.FollowModeBar_default, exports.InkRenderer = t.InkRenderer_default, exports.Model3DRenderer = t.Model3DRenderer_default, exports.OleRenderer = t.OleRenderer_default, exports.PowerPointViewer = t.PowerPointViewer_default, exports.RemoteSelectionOverlay = t.RemoteSelectionOverlay_default, exports.RibbonToolbar = t.RibbonToolbar_default, exports.SlideCanvas = t.SlideCanvas_default, exports.SlideStage = t.SlideStage_default, exports.SmartArtRenderer = t.SmartArtRenderer_default, exports.TableRenderer = t.TableRenderer_default, exports.WordArtText = t.WordArtText_default, exports.ZoomRenderer = t.ZoomRenderer_default, exports.buildInitialGuides = e.buildInitialGuides, exports.clearAudienceContent = e.clearAudienceContent, exports.collectImagePaths = e.collectImagePaths, exports.collectMediaElements = e.collectMediaElements, exports.exportAllSlidesToSvg = e.exportAllSlidesToSvg, exports.exportAllSlidesToSvgBlobs = e.exportAllSlidesToSvgBlobs, exports.exportSlideToSvg = e.exportSlideToSvg, exports.exportSlideToSvgBlob = e.exportSlideToSvgBlob, exports.getContainerStyle = t.getContainerStyle, exports.getImageSrc = t.getImageSrc, exports.getResolvedShapeClipPath = e.getResolvedShapeClipPath, exports.getResolvedShapeClipPathFor = e.getResolvedShapeClipPathFor, exports.getShapeFillStrokeStyle = t.getShapeFillStrokeStyle, exports.getTextBlockStyle = t.getTextBlockStyle, exports.isAudienceTab = e.isAudienceTab, exports.loadAudienceContent = e.loadAudienceContent, exports.parseAudienceNonce = e.parseAudienceNonce, exports.storeAudienceContent = e.storeAudienceContent, exports.useCollaboration = e.useCollaboration, exports.useCollaborativeHistory = t.useCollaborativeHistory, exports.useCollaborativeState = t.useCollaborativeState, exports.useEditorHistory = e.useEditorHistory, exports.useEditorOperations = e.useEditorOperations, exports.useLoadContent = e.useLoadContent, exports.usePresenceTracking = t.usePresenceTracking, exports.useYjsProvider = t.useYjsProvider;
|
package/dist/viewer/index.cjs.br
CHANGED
|
Binary file
|
package/dist/viewer/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/viewer/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Ao as a, C as s, Co as e, J as r, S as o, Ta as n, Vu as t, Wl as l, X as i, Xc as d, Yc as R, dn as m, fn as C, it as S, j as w, ko as b, mn as c, pn as u, tp as p, un as j, w as x, x as A, xn as T, yl as V } from "../useViewerSettingsDialog-
|
|
2
|
-
import { A as f, B as g, C as k, D as v, E as D, F as E, H as I, I as M, L as O, M as P, N as y, O as B, P as F, R as W, V as X, a as h, c as q, i as z, j as H, k as J, l as L, n as N, r as Y, s as Z, t as G, w as K, z as Q } from "../viewer-
|
|
1
|
+
import { Ao as a, C as s, Co as e, J as r, S as o, Ta as n, Vu as t, Wl as l, X as i, Xc as d, Yc as R, dn as m, fn as C, it as S, j as w, ko as b, mn as c, pn as u, tp as p, un as j, w as x, x as A, xn as T, yl as V } from "../useViewerSettingsDialog-_uUXd1oQ.js";
|
|
2
|
+
import { A as f, B as g, C as k, D as v, E as D, F as E, H as I, I as M, L as O, M as P, N as y, O as B, P as F, R as W, V as X, a as h, c as q, i as z, j as H, k as J, l as L, n as N, r as Y, s as Z, t as G, w as K, z as Q } from "../viewer-Cvu6r71_.js";
|
|
3
3
|
export { T as AUDIENCE_HASH, O as ChartRenderer, L as CollaborationCursors, I as CollaborationStatusIndicator, M as ConnectorRenderer, j as DEFAULT_CANVAS_HEIGHT, m as DEFAULT_CANVAS_WIDTH, C as DEFAULT_FILL_COLOR, u as DEFAULT_STROKE_COLOR, c as DEFAULT_TEXT_COLOR, v as ElementRenderer, E as EquationRenderer, Z as FollowModeBar, F as InkRenderer, y as Model3DRenderer, P as OleRenderer, h as PowerPointViewer, q as RemoteSelectionOverlay, K as RibbonToolbar, k as SlideCanvas, D as SlideStage, H as SmartArtRenderer, f as TableRenderer, J as WordArtText, B as ZoomRenderer, n as buildInitialGuides, e as clearAudienceContent, b as collectImagePaths, a as collectMediaElements, A as exportAllSlidesToSvg, o as exportAllSlidesToSvgBlobs, s as exportSlideToSvg, x as exportSlideToSvgBlob, W as getContainerStyle, Q as getImageSrc, R as getResolvedShapeClipPath, d as getResolvedShapeClipPathFor, g as getShapeFillStrokeStyle, X as getTextBlockStyle, V as isAudienceTab, l as loadAudienceContent, t as parseAudienceNonce, p as storeAudienceContent, S as useCollaboration, G as useCollaborativeHistory, N as useCollaborativeState, i as useEditorHistory, r as useEditorOperations, w as useLoadContent, Y as usePresenceTracking, z as useYjsProvider };
|
package/dist/viewer/index.js.br
CHANGED
|
Binary file
|
package/dist/viewer/index.js.gz
CHANGED
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = require("./rolldown-runtime-C7a0RdOx.cjs"), t = require("./dist-pQq2C75C.cjs"), n = require("./useViewerSettingsDialog-
|
|
1
|
+
const e = require("./rolldown-runtime-C7a0RdOx.cjs"), t = require("./dist-pQq2C75C.cjs"), n = require("./useViewerSettingsDialog-BF-WEtL-.cjs"), o = require("./i18n-BwIEjAud.cjs");
|
|
2
2
|
require("./i18n.cjs");
|
|
3
3
|
let a = require("vue"), r = require("lucide-vue-next"), l = require("clsx"), i = require("tailwind-merge");
|
|
4
4
|
var s = Symbol("pptx-viewer-theme");
|
|
@@ -6040,7 +6040,7 @@ var Ki = ["title", "onClick"], Hi = { class: "inline-flex items-center gap-2 tex
|
|
|
6040
6040
|
(0, a.createElementVNode)("span", Xi, (0, a.toDisplayString)(t.drawingWidth), 1)
|
|
6041
6041
|
], 8, Wi)])], 64));
|
|
6042
6042
|
}
|
|
6043
|
-
}), Ji = "3.
|
|
6043
|
+
}), Ji = "3.4.0", Qi = Symbol("pptx-account-auth");
|
|
6044
6044
|
var es = { class: "pptx-vue-account mt-8 flex max-w-[760px] flex-col gap-6" }, ts = { class: "pptx-vue-account-section border border-border bg-card p-6 text-card-foreground" }, ns = { class: "text-base font-semibold" }, os = { class: "mt-4 flex items-center gap-4" }, as = { class: "min-w-0 flex-1" }, rs = { class: "block text-xs font-medium text-muted-foreground" }, ls = ["value", "placeholder"], is = { class: "mt-4" }, ss = { class: "block text-xs font-medium text-muted-foreground" }, cs = { class: "mt-2 flex gap-2" }, ds = [
|
|
6045
6045
|
"aria-pressed",
|
|
6046
6046
|
"aria-label",
|
|
@@ -35427,7 +35427,7 @@ var pee = pe((0, a.defineComponent)({
|
|
|
35427
35427
|
var o;
|
|
35428
35428
|
}), 128))])], 8, nte))), 128))])) : ((0, a.openBlock)(), (0, a.createElementBlock)("div", Jee, [(0, a.createElementVNode)("p", Qee, (0, a.toDisplayString)((0, a.unref)(l)("pptx.accessibility.noIssuesFound")), 1), (0, a.createElementVNode)("p", ete, (0, a.toDisplayString)((0, a.unref)(l)("pptx.accessibility.noIssuesHint")), 1)]))], 8, Wee));
|
|
35429
35429
|
}
|
|
35430
|
-
}), ute = (0, a.defineAsyncComponent)(() => Promise.resolve().then(() => require("./AiChatPanel-
|
|
35430
|
+
}), ute = (0, a.defineAsyncComponent)(() => Promise.resolve().then(() => require("./AiChatPanel-Di8UK6Uk.cjs"))), mte = { class: "pptx-vue-custom-shows flex flex-col gap-2 p-2.5 text-xs text-foreground" }, fte = { class: "pptx-vue-cs-header flex items-center" }, vte = { class: "pptx-vue-cs-title m-0 text-[13px] font-semibold" }, gte = { class: "pptx-vue-cs-list-row flex items-center gap-1.5" }, xte = ["aria-label", "value"], hte = {
|
|
35431
35431
|
key: 0,
|
|
35432
35432
|
value: "",
|
|
35433
35433
|
disabled: ""
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as e } from "./rolldown-runtime-wq6uunTs.js";
|
|
2
2
|
import { A as n, C as o, Ct as l, D as i, E as r, Et as s, G as d, Gn as p, Hn as u, Ht as c, Jt as m, Lt as v, Mn as x, Nn as h, Nt as g, O as b, On as f, Ot as y, Qt as w, Rn as k, Rt as S, S as C, Sn as _, Tn as I, Un as E, Vt as P, W as T, Wn as F, Xt as A, Yt as z, _ as D, _n as M, _t as $, b as B, c as R, en as U, et as N, fn as L, gn as K, h as V, ir as H, it as Z, jt as W, l as G, m as q, mn as X, mt as J, n as Y, o as Q, on as ee, p as te, pn as ne, qt as oe, r as ae, rr as le, sn as ie, st as re, t as se, tr as de, vn as ue, vt as ce, wn as me, x as ve, xn as xe, y as he, yt as ge, zn as be, zt as fe } from "./dist-k-HFQYB1.js";
|
|
3
|
-
import { $a as ye, $c as we, $d as ke, $f as Se, $i as Ce, $l as _e, $n as Ie, $o as Ee, $r as Pe, $s as Te, $t as Fe, $u as Ae, Aa as ze, Ac as De, Ad as Me, Af as $e, Ai as Oe, Al as Be, An as Re, Ap as Ue, Ar as Ne, As as Le, At as je, Au as Ke, B as Ve, Ba as He, Bc as Ze, Bd as We, Bf as Ge, Bi as qe, Bl as Xe, Bo as Ye, Br as Qe, Bs as et, Bu as tt, Ca as nt, Cc as ot, Cd as at, Cf as lt, Ci as it, Cl as rt, Cn as st, Co as dt, Cp as pt, Cr as ut, Cs as ct, Ct as mt, Cu as vt, D as xt, Da as ht, Dc as gt, Dd as bt, Df as ft, Di as yt, Dl as wt, Dn as kt, Do as St, Dr as Ct, Ds as _t, Dt as It, Du as Et, E as Pt, Ea as Tt, Ec as Ft, Ed as At, Ef as zt, Ei as Dt, El as Mt, En as $t, Eo as Ot, Er as Bt, Es as Rt, Et as Ut, Eu as Nt, F as Lt, Fa as jt, Fc as Kt, Fd as Vt, Ff as Ht, Fi as Zt, Fn as Wt, Fo as Gt, Fp as qt, Fr as Xt, Fs as Jt, Ft as Yt, Fu as Qt, G as en, Ga as tn, Gc as nn, Gd as on, Gf as an, Gi as ln, Gn as rn, Go as sn, Gr as dn, Gs as pn, Gt as un, Gu as cn, Ha as mn, Hc as vn, Hd as xn, Hf as hn, Hi as gn, Hl as bn, Hn as fn, Ho as yn, Hr as wn, Hs as kn, Ht as Sn, Hu as Cn, I as _n, Ia as In, Ic as En, Id as Pn, If as Tn, Ii as Fn, Il as An, In as zn, Io as Dn, Ip as Mn, Is as $n, Iu as On, J as Bn, Ja as Rn, Jc as Un, Jd as Nn, Jf as Ln, Ji as jn, Jl as Kn, Jn as Vn, Jo as Hn, Jr as Zn, Js as Wn, Jt as Gn, K as qn, Ka as Xn, Kc as Jn, Kd as Yn, Kf as Qn, Ki as eo, Kl as to, Kn as no, Ko as oo, Kr as ao, Ks as lo, Ku as io, L as ro, La as so, Lc as po, Ld as uo, Lf as co, Li as mo, Ln as vo, Lo as xo, Lr as ho, Ls as go, Lt as bo, Lu as fo, M as yo, Ma as wo, Mc as ko, Md as So, Mf as Co, Mi as _o, Ml as Io, Mn as Eo, Mo as Po, Mp as To, Ms as Fo, Mu as Ao, N as zo, Na as Do, Nc as Mo, Nd as $o, Nf as Oo, Ni as Bo, Nl as Ro, Nn as Uo, No, Np as Lo, Nr as jo, Ns as Ko, Nt as Vo, Nu as Ho, O as Zo, Oa as Wo, Oc as Go, Od as qo, Of as Xo, Oi as Jo, Ol as Yo, On as Qo, Oo as ea, Or as ta, Os as na, Ot as oa, Ou as aa, P as la, Pa as ia, Pc as ra, Pd as sa, Pf as da, Pi as pa, Pn as ua, Po as ca, Pp as ma, Pr as va, Ps as xa, Pt as ha, Pu as ga, Q as ba, Qa as fa, Qc as ya, Qd as wa, Qf as ka, Qi as Sa, Ql as Ca, Qn as _a, Qo as Ia, Qr as Ea, Qs as Pa, Qt as Ta, Qu as Fa, R as Aa, Ra as za, Rc as Da, Rd as Ma, Rf as $a, Ri as Oa, Rl as Ba, Rn as Ra, Ro as Ua, Rr as Na, Ru as La, Sa as ja, Sc as Ka, Sd as Va, Sf as Ha, Si as Za, Sl as Wa, Sn as Ga, So as qa, Sp as Xa, Sr as Ja, Ss as Ya, St as Qa, Su as el, T as tl, Tc as nl, Td as ol, Tf as al, Tl as il, Tn as rl, To as sl, Ts as dl, Tt as pl, Tu as ul, Ua as cl, Uc as ml, Ud as vl, Uf as xl, Ui as hl, Ul as gl, Un as bl, Uo as fl, Ur as yl, Us as wl, Uu as kl, Va as Sl, Vc as Cl, Vd as _l, Vf as Il, Vi as El, Vl as Pl, Vn as Tl, Vo as Fl, Vr as Al, Vs as zl, Vt as Dl, Wa as Ml, Wc as $l, Wd as Ol, Wf as Bl, Wi as Rl, Wn as Ul, Wo as Nl, Wr as Ll, Ws as jl, Wu as Kl, X as Vl, Xa as Hl, Xd as Zl, Xf as Wl, Xi as Gl, Xl as ql, Xn as Xl, Xo as Jl, Xr as Yl, Xs as Ql, Xt as ei, Xu as ti, Y as ni, Ya as oi, Yd as ai, Yf as li, Yi as ii, Yl as ri, Yn as si, Yo as di, Yr as pi, Ys as ui, Yt as ci, Yu as mi, Z as vi, Za as xi, Zd as hi, Zf as gi, Zi as bi, Zl as fi, Zn as yi, Zo as wi, Zr as ki, Zt as Si, Zu as Ci, _c as _i, _d as Ii, _f as Ei, _i as Pi, _l as Ti, _n as Fi, _o as Ai, _p as zi, _r as Di, _u as Mi, aa as $i, ac as Oi, ad as Bi, af as Ri, ai as Ui, al as Ni, an as Li, ao as ji, ap as Ki, ar as Vi, as as Hi, at as Zi, au as Wi, b as Gi, ba as qi, bc as Xi, bd as Ji, bl as Qi, bn as er, bo as tr, bp as nr, bs as or, bt as ar, bu as lr, c as ir, ca as rr, cc as sr, cd as dr, cf as pr, ci as ur, cl as cr, cn as mr, co as vr, cp as xr, cr as hr, cs as gr, ct as br, cu as fr, d as yr, da as wr, dc as kr, dd as Sr, di as Cr, dl as _r, do as Ir, dp as Er, dr as Pr, ds as Tr, dt as Fr, du as Ar, ea as zr, ec as Dr, ed as Mr, ef as $r, ei as Or, el as Br, en as Rr, eo as Ur, ep as Nr, er as Lr, es as jr, et as Kr, eu as Vr, f as Hr, fa as Zr, fc as Wr, fd as Gr, ff as qr, fi as Xr, fl as Jr, fo as Yr, fp as Qr, fr as es, fs as ts, ft as ns, fu as os, g as as, ga as ls, gc as is, gd as rs, gf as ss, gi as ds, gl as ps, gn as us, go as cs, gp as ms, gr as vs, gu as xs, h as hs, ha as gs, hc as bs, hd as fs, hf as ys, hi as ws, hl as ks, hn as Ss, ho as Cs, hp as _s, hr as Is, hs as Es, hu as Ps, ia as Ts, ic as Fs, id as As, if as zs, ii as Ds, il as Ms, in as $s, io as Os, ip as Bs, ir as Rs, is as Us, it as Ns, iu as Ls, j as js, ja as Ks, jc as Vs, jd as Hs, jf as Zs, ji as Ws, jl as Gs, jn as qs, jo as Xs, jp as Js, jr as Ys, js as Qs, jt as ed, ju as td, k as nd, ka as od, kc as ad, kd as ld, kf as id, ki as rd, kl as sd, kn as dd, kp as pd, kr as ud, ks as cd, kt as md, ku as vd, l as xd, la as hd, ld as gd, lf as bd, li as fd, ll as yd, ln as wd, lo as kd, lp as Sd, lr as Cd, ls as _d, lu as Id, m as Ed, ma as Pd, mc as Td, md as Fd, mf as Ad, mi as zd, ml as Dd, mn as Md, mo as $d, mp as Od, mr as Bd, ms as Rd, mu as Ud, n as Nd, na as Ld, nc as jd, nd as Kd, nf as Vd, ni as Hd, nl as Zd, nn as Wd, no as Gd, np as qd, nr as Xd, ns as Jd, nu as Yd, o as Qd, oa as ep, oc as tp, od as np, of as op, oi as ap, ol as lp, on as ip, oo as rp, op as sp, or as dp, ot as pp, ou as up, p as cp, pa as mp, pc as vp, pd as xp, pf as hp, pl as gp, po as fp, pp as yp, pr as wp, ps as kp, pt as Sp, pu as Cp, q as _p, qa as Ip, qc as Ep, qd as Pp, qf as Tp, qi as Fp, ql as Ap, qn as zp, qo as Dp, qr as Mp, qs as $p, qt as Op, qu as Bp, r as Rp, ra as Up, rc as Np, rd as Lp, rf as jp, ri as Kp, rl as Vp, rn as Hp, ro as Zp, rp as Wp, rr as Gp, rs as qp, rt as Xp, ru as Jp, s as Yp, sa as Qp, sc as eu, sd as tu, sf as nu, si as ou, sl as au, sn as lu, so as iu, sp as ru, sr as su, ss as du, st as pu, su as uu, t as cu, ta as mu, tc as vu, td as xu, tf as hu, ti as gu, tl as bu, tn as fu, to as yu, tp as wu, tr as ku, ts as Su, tt as Cu, tu as _u, u as Iu, ua as Eu, uc as Pu, ud as Tu, uf as Fu, ui as Au, ul as zu, uo as Du, up as Mu, ur as $u, us as Ou, ut as Bu, uu as Ru, va as Uu, vc as Nu, vd as Lu, vf as ju, vi as Ku, vl as Vu, vn as Hu, vo as Zu, vp as Wu, vr as Gu, vs as qu, vu as Xu, wa as Ju, wc as Yu, wd as Qu, wf as ec, wl as nc, wn as oc, wo as ac, ws as lc, wt as ic, wu as rc, xa as sc, xc as dc, xf as pc, xi as uc, xl as cc, xo as mc, xp as vc, xr as xc, xs as hc, xt as gc, xu as bc, y as fc, ya as yc, yc as wc, yd as kc, yf as Sc, yi as Cc, yn as _c, yo as Ic, yp as Ec, yu as Pc, z as Tc, za as Fc, zc as Ac, zd as zc, zf as Dc, zi as Mc, zl as $c, zn as Oc, zo as Bc, zr as Rc, zs as Uc, zu as Nc } from "./useViewerSettingsDialog-
|
|
3
|
+
import { $a as ye, $c as we, $d as ke, $f as Se, $i as Ce, $l as _e, $n as Ie, $o as Ee, $r as Pe, $s as Te, $t as Fe, $u as Ae, Aa as ze, Ac as De, Ad as Me, Af as $e, Ai as Oe, Al as Be, An as Re, Ap as Ue, Ar as Ne, As as Le, At as je, Au as Ke, B as Ve, Ba as He, Bc as Ze, Bd as We, Bf as Ge, Bi as qe, Bl as Xe, Bo as Ye, Br as Qe, Bs as et, Bu as tt, Ca as nt, Cc as ot, Cd as at, Cf as lt, Ci as it, Cl as rt, Cn as st, Co as dt, Cp as pt, Cr as ut, Cs as ct, Ct as mt, Cu as vt, D as xt, Da as ht, Dc as gt, Dd as bt, Df as ft, Di as yt, Dl as wt, Dn as kt, Do as St, Dr as Ct, Ds as _t, Dt as It, Du as Et, E as Pt, Ea as Tt, Ec as Ft, Ed as At, Ef as zt, Ei as Dt, El as Mt, En as $t, Eo as Ot, Er as Bt, Es as Rt, Et as Ut, Eu as Nt, F as Lt, Fa as jt, Fc as Kt, Fd as Vt, Ff as Ht, Fi as Zt, Fn as Wt, Fo as Gt, Fp as qt, Fr as Xt, Fs as Jt, Ft as Yt, Fu as Qt, G as en, Ga as tn, Gc as nn, Gd as on, Gf as an, Gi as ln, Gn as rn, Go as sn, Gr as dn, Gs as pn, Gt as un, Gu as cn, Ha as mn, Hc as vn, Hd as xn, Hf as hn, Hi as gn, Hl as bn, Hn as fn, Ho as yn, Hr as wn, Hs as kn, Ht as Sn, Hu as Cn, I as _n, Ia as In, Ic as En, Id as Pn, If as Tn, Ii as Fn, Il as An, In as zn, Io as Dn, Ip as Mn, Is as $n, Iu as On, J as Bn, Ja as Rn, Jc as Un, Jd as Nn, Jf as Ln, Ji as jn, Jl as Kn, Jn as Vn, Jo as Hn, Jr as Zn, Js as Wn, Jt as Gn, K as qn, Ka as Xn, Kc as Jn, Kd as Yn, Kf as Qn, Ki as eo, Kl as to, Kn as no, Ko as oo, Kr as ao, Ks as lo, Ku as io, L as ro, La as so, Lc as po, Ld as uo, Lf as co, Li as mo, Ln as vo, Lo as xo, Lr as ho, Ls as go, Lt as bo, Lu as fo, M as yo, Ma as wo, Mc as ko, Md as So, Mf as Co, Mi as _o, Ml as Io, Mn as Eo, Mo as Po, Mp as To, Ms as Fo, Mu as Ao, N as zo, Na as Do, Nc as Mo, Nd as $o, Nf as Oo, Ni as Bo, Nl as Ro, Nn as Uo, No, Np as Lo, Nr as jo, Ns as Ko, Nt as Vo, Nu as Ho, O as Zo, Oa as Wo, Oc as Go, Od as qo, Of as Xo, Oi as Jo, Ol as Yo, On as Qo, Oo as ea, Or as ta, Os as na, Ot as oa, Ou as aa, P as la, Pa as ia, Pc as ra, Pd as sa, Pf as da, Pi as pa, Pn as ua, Po as ca, Pp as ma, Pr as va, Ps as xa, Pt as ha, Pu as ga, Q as ba, Qa as fa, Qc as ya, Qd as wa, Qf as ka, Qi as Sa, Ql as Ca, Qn as _a, Qo as Ia, Qr as Ea, Qs as Pa, Qt as Ta, Qu as Fa, R as Aa, Ra as za, Rc as Da, Rd as Ma, Rf as $a, Ri as Oa, Rl as Ba, Rn as Ra, Ro as Ua, Rr as Na, Ru as La, Sa as ja, Sc as Ka, Sd as Va, Sf as Ha, Si as Za, Sl as Wa, Sn as Ga, So as qa, Sp as Xa, Sr as Ja, Ss as Ya, St as Qa, Su as el, T as tl, Tc as nl, Td as ol, Tf as al, Tl as il, Tn as rl, To as sl, Ts as dl, Tt as pl, Tu as ul, Ua as cl, Uc as ml, Ud as vl, Uf as xl, Ui as hl, Ul as gl, Un as bl, Uo as fl, Ur as yl, Us as wl, Uu as kl, Va as Sl, Vc as Cl, Vd as _l, Vf as Il, Vi as El, Vl as Pl, Vn as Tl, Vo as Fl, Vr as Al, Vs as zl, Vt as Dl, Wa as Ml, Wc as $l, Wd as Ol, Wf as Bl, Wi as Rl, Wn as Ul, Wo as Nl, Wr as Ll, Ws as jl, Wu as Kl, X as Vl, Xa as Hl, Xd as Zl, Xf as Wl, Xi as Gl, Xl as ql, Xn as Xl, Xo as Jl, Xr as Yl, Xs as Ql, Xt as ei, Xu as ti, Y as ni, Ya as oi, Yd as ai, Yf as li, Yi as ii, Yl as ri, Yn as si, Yo as di, Yr as pi, Ys as ui, Yt as ci, Yu as mi, Z as vi, Za as xi, Zd as hi, Zf as gi, Zi as bi, Zl as fi, Zn as yi, Zo as wi, Zr as ki, Zt as Si, Zu as Ci, _c as _i, _d as Ii, _f as Ei, _i as Pi, _l as Ti, _n as Fi, _o as Ai, _p as zi, _r as Di, _u as Mi, aa as $i, ac as Oi, ad as Bi, af as Ri, ai as Ui, al as Ni, an as Li, ao as ji, ap as Ki, ar as Vi, as as Hi, at as Zi, au as Wi, b as Gi, ba as qi, bc as Xi, bd as Ji, bl as Qi, bn as er, bo as tr, bp as nr, bs as or, bt as ar, bu as lr, c as ir, ca as rr, cc as sr, cd as dr, cf as pr, ci as ur, cl as cr, cn as mr, co as vr, cp as xr, cr as hr, cs as gr, ct as br, cu as fr, d as yr, da as wr, dc as kr, dd as Sr, di as Cr, dl as _r, do as Ir, dp as Er, dr as Pr, ds as Tr, dt as Fr, du as Ar, ea as zr, ec as Dr, ed as Mr, ef as $r, ei as Or, el as Br, en as Rr, eo as Ur, ep as Nr, er as Lr, es as jr, et as Kr, eu as Vr, f as Hr, fa as Zr, fc as Wr, fd as Gr, ff as qr, fi as Xr, fl as Jr, fo as Yr, fp as Qr, fr as es, fs as ts, ft as ns, fu as os, g as as, ga as ls, gc as is, gd as rs, gf as ss, gi as ds, gl as ps, gn as us, go as cs, gp as ms, gr as vs, gu as xs, h as hs, ha as gs, hc as bs, hd as fs, hf as ys, hi as ws, hl as ks, hn as Ss, ho as Cs, hp as _s, hr as Is, hs as Es, hu as Ps, ia as Ts, ic as Fs, id as As, if as zs, ii as Ds, il as Ms, in as $s, io as Os, ip as Bs, ir as Rs, is as Us, it as Ns, iu as Ls, j as js, ja as Ks, jc as Vs, jd as Hs, jf as Zs, ji as Ws, jl as Gs, jn as qs, jo as Xs, jp as Js, jr as Ys, js as Qs, jt as ed, ju as td, k as nd, ka as od, kc as ad, kd as ld, kf as id, ki as rd, kl as sd, kn as dd, kp as pd, kr as ud, ks as cd, kt as md, ku as vd, l as xd, la as hd, ld as gd, lf as bd, li as fd, ll as yd, ln as wd, lo as kd, lp as Sd, lr as Cd, ls as _d, lu as Id, m as Ed, ma as Pd, mc as Td, md as Fd, mf as Ad, mi as zd, ml as Dd, mn as Md, mo as $d, mp as Od, mr as Bd, ms as Rd, mu as Ud, n as Nd, na as Ld, nc as jd, nd as Kd, nf as Vd, ni as Hd, nl as Zd, nn as Wd, no as Gd, np as qd, nr as Xd, ns as Jd, nu as Yd, o as Qd, oa as ep, oc as tp, od as np, of as op, oi as ap, ol as lp, on as ip, oo as rp, op as sp, or as dp, ot as pp, ou as up, p as cp, pa as mp, pc as vp, pd as xp, pf as hp, pl as gp, po as fp, pp as yp, pr as wp, ps as kp, pt as Sp, pu as Cp, q as _p, qa as Ip, qc as Ep, qd as Pp, qf as Tp, qi as Fp, ql as Ap, qn as zp, qo as Dp, qr as Mp, qs as $p, qt as Op, qu as Bp, r as Rp, ra as Up, rc as Np, rd as Lp, rf as jp, ri as Kp, rl as Vp, rn as Hp, ro as Zp, rp as Wp, rr as Gp, rs as qp, rt as Xp, ru as Jp, s as Yp, sa as Qp, sc as eu, sd as tu, sf as nu, si as ou, sl as au, sn as lu, so as iu, sp as ru, sr as su, ss as du, st as pu, su as uu, t as cu, ta as mu, tc as vu, td as xu, tf as hu, ti as gu, tl as bu, tn as fu, to as yu, tp as wu, tr as ku, ts as Su, tt as Cu, tu as _u, u as Iu, ua as Eu, uc as Pu, ud as Tu, uf as Fu, ui as Au, ul as zu, uo as Du, up as Mu, ur as $u, us as Ou, ut as Bu, uu as Ru, va as Uu, vc as Nu, vd as Lu, vf as ju, vi as Ku, vl as Vu, vn as Hu, vo as Zu, vp as Wu, vr as Gu, vs as qu, vu as Xu, wa as Ju, wc as Yu, wd as Qu, wf as ec, wl as nc, wn as oc, wo as ac, ws as lc, wt as ic, wu as rc, xa as sc, xc as dc, xf as pc, xi as uc, xl as cc, xo as mc, xp as vc, xr as xc, xs as hc, xt as gc, xu as bc, y as fc, ya as yc, yc as wc, yd as kc, yf as Sc, yi as Cc, yn as _c, yo as Ic, yp as Ec, yu as Pc, z as Tc, za as Fc, zc as Ac, zd as zc, zf as Dc, zi as Mc, zl as $c, zn as Oc, zo as Bc, zr as Rc, zs as Uc, zu as Nc } from "./useViewerSettingsDialog-_uUXd1oQ.js";
|
|
4
4
|
import { t as Lc } from "./i18n-DrEjxxWe.js";
|
|
5
5
|
import "./i18n.js";
|
|
6
6
|
import { Fragment as jc, Teleport as Kc, computed as Vc, createBlock as Hc, createCommentVNode as Zc, createElementBlock as Wc, createElementVNode as Gc, createSlots as qc, createTextVNode as Xc, createVNode as Jc, defineAsyncComponent as Yc, defineComponent as Qc, guardReactiveProps as em, inject as tm, mergeModels as nm, mergeProps as om, nextTick as am, normalizeClass as lm, normalizeProps as im, normalizeStyle as rm, onBeforeUnmount as sm, onMounted as dm, onScopeDispose as pm, onUnmounted as um, onUpdated as cm, openBlock as mm, provide as vm, reactive as xm, ref as hm, renderList as gm, renderSlot as bm, resolveComponent as fm, resolveDynamicComponent as ym, shallowRef as wm, toDisplayString as km, toValue as Sm, unref as Cm, useModel as _m, useSlots as Im, vModelCheckbox as Em, vModelDynamic as Pm, vModelSelect as Tm, vModelText as Fm, vShow as Am, watch as zm, watchEffect as Dm, watchPostEffect as Mm, withCtx as $m, withDirectives as Om, withKeys as Bm, withModifiers as Rm } from "vue";
|
|
@@ -6044,7 +6044,7 @@ var YC = ["title", "onClick"], QC = { class: "inline-flex items-center gap-2 tex
|
|
|
6044
6044
|
Gc("span", a_, km(t.drawingWidth), 1)
|
|
6045
6045
|
], 8, n_)])], 64));
|
|
6046
6046
|
}
|
|
6047
|
-
}), i_ = "3.
|
|
6047
|
+
}), i_ = "3.4.0", r_ = Symbol("pptx-account-auth");
|
|
6048
6048
|
var s_ = { class: "pptx-vue-account mt-8 flex max-w-[760px] flex-col gap-6" }, d_ = { class: "pptx-vue-account-section border border-border bg-card p-6 text-card-foreground" }, p_ = { class: "text-base font-semibold" }, u_ = { class: "mt-4 flex items-center gap-4" }, c_ = { class: "min-w-0 flex-1" }, m_ = { class: "block text-xs font-medium text-muted-foreground" }, v_ = ["value", "placeholder"], x_ = { class: "mt-4" }, h_ = { class: "block text-xs font-medium text-muted-foreground" }, g_ = { class: "mt-2 flex gap-2" }, b_ = [
|
|
6049
6049
|
"aria-pressed",
|
|
6050
6050
|
"aria-label",
|
|
@@ -35412,7 +35412,7 @@ var bge = fg(Qc({
|
|
|
35412
35412
|
var n;
|
|
35413
35413
|
}), 128))])], 8, dbe))), 128))])) : (mm(), Wc("div", lbe, [Gc("p", ibe, km(Cm(a)("pptx.accessibility.noIssuesFound")), 1), Gc("p", rbe, km(Cm(a)("pptx.accessibility.noIssuesHint")), 1)]))], 8, tbe));
|
|
35414
35414
|
}
|
|
35415
|
-
}), fbe = Yc(() => import("./AiChatPanel-
|
|
35415
|
+
}), fbe = Yc(() => import("./AiChatPanel-BRp5wd6B.js")), ybe = { class: "pptx-vue-custom-shows flex flex-col gap-2 p-2.5 text-xs text-foreground" }, wbe = { class: "pptx-vue-cs-header flex items-center" }, kbe = { class: "pptx-vue-cs-title m-0 text-[13px] font-semibold" }, Sbe = { class: "pptx-vue-cs-list-row flex items-center gap-1.5" }, Cbe = ["aria-label", "value"], _be = {
|
|
35416
35416
|
key: 0,
|
|
35417
35417
|
value: "",
|
|
35418
35418
|
disabled: ""
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|