pptx-svelte-viewer 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/i18n.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as r, i as s, n as t, o as e, r as n, t as o } from "./translator-C44zS1dl.js";
1
+ import { a as r, i as s, n as t, o as e, r as n, t as o } from "./translator-nTmCzaSH.js";
2
2
  export {
3
3
  o as createTranslator,
4
4
  t as interpolate,
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as a, b as e, d as o, f as r, g as t, h as i, l, m, p as n, t as h, u, v, y as p } from "./component-Bvs5zPMN.js";
2
- import { r as f } from "./translator-C44zS1dl.js";
1
+ import { _ as a, b as e, d as o, f as r, g as t, h as i, l, m, p as n, t as h, u, v, y as p } from "./component-qdUERFDU.js";
2
+ import { r as f } from "./translator-nTmCzaSH.js";
3
3
  import "./i18n.js";
4
4
  export {
5
5
  h as PowerPointViewer,
@@ -1020,6 +1020,7 @@ var a = {
1020
1020
  "pptx.table.bandRowCycle": "Row band size",
1021
1021
  "pptx.table.cell": "Cell R{{row}} C{{col}}",
1022
1022
  "pptx.table.cellBorders": "Cell borders",
1023
+ "pptx.table.cellPadding": "Cell padding",
1023
1024
  "pptx.table.color": "Text",
1024
1025
  "pptx.table.columnWidths": "Column widths",
1025
1026
  "pptx.table.even": "Even",
@@ -1525,6 +1526,9 @@ Item 3`,
1525
1526
  "pptx.ribbon.strokeWidth": "Stroke width",
1526
1527
  "pptx.ribbon.browseThemes": "Browse Themes",
1527
1528
  "pptx.ribbon.browseThemesTitle": "Browse and apply built-in themes",
1529
+ "pptx.ribbon.theme.default": "Default",
1530
+ "pptx.ribbon.theme.light": "Light (Vermilion)",
1531
+ "pptx.ribbon.theme.dark": "Dark (Vermilion)",
1528
1532
  "pptx.ribbon.editTheme": "Edit Theme",
1529
1533
  "pptx.ribbon.editThemeTitle": "Edit theme - theme editor not yet ported",
1530
1534
  "pptx.ribbon.slideSize": "Slide Size",
@@ -2263,6 +2267,10 @@ Item 3`,
2263
2267
  "pptx.text.characterSpacingTight": "Tight",
2264
2268
  "pptx.text.characterSpacingVeryLoose": "Very Loose",
2265
2269
  "pptx.text.characterSpacingVeryTight": "Very Tight",
2270
+ "pptx.textAdvanced.autoFit": "AutoFit",
2271
+ "pptx.textAdvanced.autoFitNone": "Do not autofit",
2272
+ "pptx.textAdvanced.autoFitResize": "Resize shape to fit text",
2273
+ "pptx.textAdvanced.autoFitShrink": "Shrink text on overflow",
2266
2274
  "pptx.textAdvanced.autoPlaceholder": "auto",
2267
2275
  "pptx.textAdvanced.indent": "Indent",
2268
2276
  "pptx.textAdvanced.indentMargin": "Indent & Margin",
@@ -2276,6 +2284,7 @@ Item 3`,
2276
2284
  "pptx.textAdvanced.spaceBefore": "Space Before",
2277
2285
  "pptx.textAdvanced.spacing": "Spacing",
2278
2286
  "pptx.textAdvanced.vAlign": "V-Align",
2287
+ "pptx.textAdvanced.wrapText": "Wrap text in shape",
2279
2288
  "pptx.textFormatting.bulleted": "Bulleted",
2280
2289
  "pptx.textFormatting.numbered": "Numbered",
2281
2290
  "pptx.textFormatting.paragraphAfter": "Paragraph After",
@@ -1,4 +1,4 @@
1
- import { a, c as o, i as t, n as r, o as s, r as i, s as n, t as c } from "../component-Bvs5zPMN.js";
1
+ import { a, c as o, i as t, n as r, o as s, r as i, s as n, t as c } from "../component-qdUERFDU.js";
2
2
  export {
3
3
  c as PowerPointViewer,
4
4
  o as PresentationLoader,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-svelte-viewer",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Svelte 5 PowerPoint viewer component: render PPTX slides in the browser.",
5
5
  "keywords": [
6
6
  "office",