@json-to-office/jto 6.8.0 → 7.0.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.
Files changed (39) hide show
  1. package/dist/cli.js +17 -9
  2. package/dist/cli.js.map +1 -1
  3. package/dist/client/assets/{HomePage-DdKO7Rz8.js → HomePage-Lgf6tdDd.js} +4 -4
  4. package/dist/client/assets/HomePage-Lgf6tdDd.js.map +1 -0
  5. package/dist/client/assets/{JsonEditorPage-CIB7kfUW.js → JsonEditorPage-CvR_nPhi.js} +3 -3
  6. package/dist/client/assets/{JsonEditorPage-CIB7kfUW.js.map → JsonEditorPage-CvR_nPhi.js.map} +1 -1
  7. package/dist/client/assets/{MonacoPluginProvider-Cql9aylS.js → MonacoPluginProvider-B9ylIvJ1.js} +5 -5
  8. package/dist/client/assets/{MonacoPluginProvider-Cql9aylS.js.map → MonacoPluginProvider-B9ylIvJ1.js.map} +1 -1
  9. package/dist/client/assets/{_virtual_jto-plugin-type-libs-BJgH7I8Z.js → _virtual_jto-plugin-type-libs-0VdrjFY7.js} +195 -17
  10. package/dist/client/assets/{_virtual_jto-plugin-type-libs-BJgH7I8Z.js.map → _virtual_jto-plugin-type-libs-0VdrjFY7.js.map} +1 -1
  11. package/dist/client/assets/_virtual_jto-sandbox-runtime-D-AIkzB-.js +2 -0
  12. package/dist/client/assets/_virtual_jto-sandbox-runtime-D-AIkzB-.js.map +1 -0
  13. package/dist/client/assets/{editor-Dl0mPZWB.js → editor-RriNJVGd.js} +2 -2
  14. package/dist/client/assets/{editor-Dl0mPZWB.js.map → editor-RriNJVGd.js.map} +1 -1
  15. package/dist/client/assets/{editor-monaco-json-BWLlWM6o.js → editor-monaco-json-DB7frltk.js} +2 -2
  16. package/dist/client/assets/{editor-monaco-json-BWLlWM6o.js.map → editor-monaco-json-DB7frltk.js.map} +1 -1
  17. package/dist/client/assets/{index-Db2WFiF0.js → index-4AXBK6QA.js} +2 -2
  18. package/dist/client/assets/{index-Db2WFiF0.js.map → index-4AXBK6QA.js.map} +1 -1
  19. package/dist/client/assets/index-CPNiZvgQ.js +27 -0
  20. package/dist/client/assets/index-CPNiZvgQ.js.map +1 -0
  21. package/dist/client/assets/{preview-BXysnPth.js → preview-CchFIss2.js} +2 -2
  22. package/dist/client/assets/preview-CchFIss2.js.map +1 -0
  23. package/dist/client/assets/{useQualityAnalysis-Dr3UHxyN.js → useQualityAnalysis-DgWJorkg.js} +2 -2
  24. package/dist/client/assets/{useQualityAnalysis-Dr3UHxyN.js.map → useQualityAnalysis-DgWJorkg.js.map} +1 -1
  25. package/dist/client/index.html +1 -1
  26. package/dist/client/templates/client-report-blocks.docx.json +3 -11
  27. package/dist/client/templates/consulting-deck-blocks.pptx.json +39 -18
  28. package/dist/client/templates/data-report-presentation.pptx.json +1 -1
  29. package/dist/client/templates/management-plan.pptx.json +4 -4
  30. package/dist/client/templates/minimalist-pitch-deck.pptx.json +1 -1
  31. package/dist/client/templates/modern-annual-report-3.docx.json +1 -0
  32. package/dist/client/templates/technical-report-blocks.docx.json +1 -1
  33. package/package.json +8 -8
  34. package/dist/client/assets/HomePage-DdKO7Rz8.js.map +0 -1
  35. package/dist/client/assets/_virtual_jto-sandbox-runtime-BFXK15tx.js +0 -2
  36. package/dist/client/assets/_virtual_jto-sandbox-runtime-BFXK15tx.js.map +0 -1
  37. package/dist/client/assets/index-1Vg-Jg2R.js +0 -27
  38. package/dist/client/assets/index-1Vg-Jg2R.js.map +0 -1
  39. package/dist/client/assets/preview-BXysnPth.js.map +0 -1
@@ -4186,7 +4186,7 @@ export { Mutate, type Mutable } from '../mutate/index';
4186
4186
  export { Parse } from '../parse/index';
4187
4187
  `,"node_modules/@json-to-office/shared/package.json":`{
4188
4188
  "name": "@json-to-office/shared",
4189
- "version": "6.8.0",
4189
+ "version": "7.0.1",
4190
4190
  "types": "./dist/index.d.ts",
4191
4191
  "exports": {
4192
4192
  ".": {
@@ -4625,6 +4625,40 @@ declare function fromRasterizeFontFaces(faces: readonly RasterizeFontFace[]): Re
4625
4625
  declare function toChartFontFaces(fonts: readonly ResolvedFont[]): RasterizeFontFace[];
4626
4626
 
4627
4627
  export { FontDiskCache, type VariableFetchOptions, fetchVariableFontSource, fromRasterizeFontFaces, loadFileFontSource, toChartFontFaces, toRasterizeFontFaces };
4628
+ `,"node_modules/@json-to-office/shared/dist/images/node.d.ts":`/**
4629
+ * Node-only image integrity checks.
4630
+ *
4631
+ * Imports \`node:zlib\`, so must NOT be pulled into browser bundles. Keep this
4632
+ * subpath separate from the main package index.
4633
+ *
4634
+ * Why a check at all: sizing an image reads only its header, so a PNG whose
4635
+ * chunks are damaged or whose pixel data is cut short sized fine, embedded
4636
+ * fine, and opened in Word or PowerPoint as "The picture can't be displayed"
4637
+ * (LibreOffice draws nothing and says nothing). The pipelines call this where
4638
+ * they first hold an image's bytes, so the defect is reported against the
4639
+ * image's source instead of shipping.
4640
+ *
4641
+ * Only what a decoder would reject is checked, and only cheaply: every PNG
4642
+ * chunk's CRC plus an inflate of its pixel data, and a JPEG's start and end
4643
+ * markers. A format this does not recognise passes; that is some other
4644
+ * reader's business.
4645
+ */
4646
+ /** CRC-32 as PNG chunks use it. */
4647
+ declare function pngCrc32(data: Uint8Array): number;
4648
+ /**
4649
+ * Why these bytes would not decode, or \`undefined\` when they would (or are not
4650
+ * a PNG or JPEG, which this does not judge).
4651
+ */
4652
+ declare function imageIntegrityDefect(bytes: Uint8Array): string | undefined;
4653
+ /**
4654
+ * Throw \`ASSET_UNREADABLE\` naming \`source\` when the bytes would not decode.
4655
+ *
4656
+ * \`source\` is what the document named — a path, a URL, a data URI — so the
4657
+ * error points at the image to repair.
4658
+ */
4659
+ declare function assertImageDecodes(bytes: Uint8Array, source: string): void;
4660
+
4661
+ export { assertImageDecodes, imageIntegrityDefect, pngCrc32 };
4628
4662
  `,"node_modules/@json-to-office/shared/dist/index.d.ts":`export { C as ComponentDefinition, a as ComponentSchemaConfig, c as convertToJsonSchema, b as createComponentSchema, d as createComponentSchemaObject, e as exportSchemaToFile, f as fixSchemaReferences } from './schema-utils-B2i75lAT.js';
4629
4663
  export { AddWarningFunction, GenerationWarning } from './types/warnings.js';
4630
4664
  import { F as FontRegistryEntry, c as FontRuntimeOpts, R as ResolvedFontSource, b as ResolvedFont, a as RasterizeFontFace } from './types-LYw2aqGB.js';
@@ -6352,7 +6386,7 @@ declare function withChartFontFaceCss<T extends {
6352
6386
  * source under every chart); the theme only styles them. No role adds a
6353
6387
  * requirement on its own.
6354
6388
  */
6355
- declare const BLOCK_SLOT_ROLES: readonly ["actionTitle", "takeaway", "source", "tracker", "footer"];
6389
+ declare const BLOCK_SLOT_ROLES: readonly ["actionTitle", "takeaway", "source", "tracker", "footer", "logo"];
6356
6390
  type BlockSlotRole = (typeof BLOCK_SLOT_ROLES)[number];
6357
6391
  interface BlockSlot {
6358
6392
  type: 'string' | 'number' | 'integer' | 'boolean' | 'object' | 'array' | 'component';
@@ -6415,7 +6449,13 @@ declare class BlockEvaluationError extends Error {
6415
6449
  declare const isBlockRecord: (v: unknown) => v is Rec$1;
6416
6450
  declare const blockPointerKey: (s: string) => string;
6417
6451
  declare function blockValueAt(root: unknown, path: string): unknown;
6418
- declare function toAuthoredBlockPointer(map: Readonly<Record<string, string>>, pointer: string): string;
6452
+ declare function toAuthoredBlockPointer(map: Readonly<Record<string, string>>, pointer: string,
6453
+ /**
6454
+ * Compiled pointers under which a registered code component's output sits.
6455
+ * Nothing below one was authored: a pointer into that output lands on the
6456
+ * invocation that emitted it, not on a path the document does not have.
6457
+ */
6458
+ pluginOutputs?: readonly string[]): string;
6419
6459
  /**
6420
6460
  * Props a component placed in a slot may not carry: placement and group
6421
6461
  * layout belong to the definition. Read by the runtime check below and by the
@@ -6465,6 +6505,8 @@ declare class JsonBlockEvaluator {
6465
6505
  readonly options: BlockEvaluatorOptions;
6466
6506
  readonly sourceMap: Record<string, string>;
6467
6507
  readonly blocks: string[];
6508
+ /** Compiled pointers holding a registered component's output. */
6509
+ readonly pluginOutputs: string[];
6468
6510
  private readonly blockSources;
6469
6511
  private nodes;
6470
6512
  constructor(definitions: Record<string, JsonBlockDefinition>, options: BlockEvaluatorOptions);
@@ -6511,6 +6553,11 @@ interface ExpandedBlocks<T> {
6511
6553
  sourceMap: BlockSourceMap;
6512
6554
  /** Authored pointers of every expanded invocation, in document order. */
6513
6555
  blocks: readonly string[];
6556
+ /**
6557
+ * Compiled pointers under which a registered code component's output sits,
6558
+ * when plugins expanded with the blocks; see \`toAuthoredBlockPointer\`.
6559
+ */
6560
+ pluginOutputs?: readonly string[];
6514
6561
  }
6515
6562
  interface BlockSlotBudget {
6516
6563
  block: string;
@@ -6676,6 +6723,24 @@ declare function blockReferencesFromDocument(document: unknown, source: {
6676
6723
  format: OfficeFormat;
6677
6724
  }): BlockReference[];
6678
6725
 
6726
+ /**
6727
+ * Authoring the block engine replaced, named where validation rejects it.
6728
+ *
6729
+ * A schema can only say that a key is unexpected or a component unknown. An
6730
+ * author who wrote a slide template, invoked a definition by its own name, or
6731
+ * named a block's definition with \`name\` needs to hear what replaced it, so
6732
+ * the rejection carries the canonical form as its suggestion. Nothing is
6733
+ * accepted that was not before: the error stands, and says more.
6734
+ */
6735
+ interface ExplainableError {
6736
+ path: string;
6737
+ code?: string;
6738
+ message: string;
6739
+ suggestion?: string;
6740
+ }
6741
+ /** The errors with a suggestion added to each one that removed syntax explains. */
6742
+ declare function explainRemovedBlockSyntax<E extends ExplainableError>(document: unknown, format: 'docx' | 'pptx', errors: readonly E[]): E[];
6743
+
6679
6744
  declare const BLUEPRINT_FORMATS: readonly ["docx", "pptx"];
6680
6745
  type BlueprintFormat = (typeof BLUEPRINT_FORMATS)[number];
6681
6746
  declare const BlueprintPagesSchema: _sinclair_typebox.TObject<{
@@ -7046,7 +7111,7 @@ declare function sendChartRequest<T>(request: ChartRequest<T>): Promise<T>;
7046
7111
  */
7047
7112
  declare function resetChartLimiters(): void;
7048
7113
 
7049
- export { BLOCK_SLOT_PLACEMENT_PROPS, BLOCK_SLOT_ROLES, BLUEPRINT_FORMATS, type BlockComposition, type BlockCompositionOptions, BlockDefinitionsSchema, type BlockEnvironment, BlockEvaluationError, type BlockEvaluatorOptions, type BlockInvocationExample, BlockInvocationPropsSchema, type BlockIssue, type BlockReference, type BlockSectionEffect, type BlockSlideEffect, type BlockSlot, type BlockSlotBudget, type BlockSlotRole, type BlockSlotRoleValue, BlockSlotSchema, type BlockSourceMap, type Blueprint, type BlueprintFillEntry, type BlueprintFormat, type BlueprintIssue, BlueprintPagesSchema, BlueprintSchema, type BlueprintVariant, BlueprintVariantSchema, CANVASES, type ChartRenderCache, type ChartRequest, type ChartRequestStats, type ChartTypography, ChromeSchema, DEFAULT_CHART_CONCURRENCY, DEFAULT_CHART_THEME_COLORS, type DesignCanvas, DesignSpacingSchema, type DesignSystem, DesignSystemProperties, DesignSystemSchema, type DocumentBlockTarget, type ExpandedBlocks, FONT_URL_ALLOWLIST, type FontIssueCode, FontRegistry, FontRegistryEntry, type FontRegistryInput, type FontResolutionIssue, FontRuntimeOpts, type FontSubstitution, type FontValidationInput, type FontValidationResult, GENERICNESS_PENALTY, type InstantiateBlueprintOptions, type InstantiateRoot, type InstantiatedBlueprint, type JsonBlockDefinition, JsonBlockDefinitionSchema, JsonBlockEvaluator, type MarkerOccurrence, MotifSchema, OfficeFormat, POINTS_PER_PIXEL_96DPI, POPULAR_GOOGLE_FONTS, PaletteSchema, type PopularGoogleFont, type PostJsonOptions, REMOTE_EXPORT_WARNING, ROLE_SCALE_STEPS, RUBRIC, RasterizeFontFace, ResolvedFont, ResolvedFontSource, type RubricLevel, SERVICE_UNAVAILABLE_CODE, SHIPPING_QUESTION, type ServiceHeaders, type SynthesizedFamily, TYPE_ROLES, TextCaseSchema, type TypeRole, type TypeRoleName, TypeRoleNameSchema, TypeRoleSchema, TypeRolesSchema, type TypeScale, TypographySchema, UPSTREAM_OVERRIDES, type UpstreamOverride, type UpstreamVariant, WEIGHT_LABELS, applyDocumentBlocksToSchema, applyExportMode, applyFontSubstitution, blockDependencies, blockInvocationExample, blockInvocationPropsSchema, blockPointerKey, blockReferencesFromDocument, blockSlotBudgets, blockSlotEditorSchema, blockSlotFacts, blockSlotJsonSchema, blockSlotMarkdown, blockSlotRoles, blockSlotsEditorSchema, blockSlotsJsonSchema, blockValueAt, blockWordCount, buildDefaultSubstitutionMap, capsFormatting, chartFamilyResolver, chartFontFaceCss, chartPointsPerPixel, collectFontNamesFromDocx, collectFontNamesFromPptx, composeBlocksWithPlugins, createBlockAuthoringSchema, createLimiter, cssFontFamily, defaultSubstituteFor, definitionsFor, designCanvas, designColors, detectFontFormat, documentBlockMetadata, documentFontRegistry, fetchGoogleFontSources, getChartRequestStats, getUpstreamOverride, instantiateBlueprint, isAllowedFontUrl, isBlockRecord, isBlueprint, isPrivateServiceUrl, mergeFontRegistries, mergeWithDefaults, postJsonToService, readBlockDefinitions, recordChartCollected, recordChartRetry, registerBlueprints, remoteExportNotice, resetChartLimiters, resetChartRequestStats, resolveBlockSlot, resolveDesignColor, resolveMotif, resolveServiceUrl, resolveTypeRoles, restructureNameDiscriminatedUnions, rewriteFontFamilyName, selectVariant, sendChartRequest, slotAt, synthesizeFamilyName, themeFontRegistry, toAuthoredBlockPointer, typeScaleSizes, unionBranches, validateBlockDefinitions, validateBlockInvocations, validateBlueprint, validateDesignColors, validateFontReferences, valueAt, withChartFontFaceCss, withChartTypography };
7114
+ export { BLOCK_SLOT_PLACEMENT_PROPS, BLOCK_SLOT_ROLES, BLUEPRINT_FORMATS, type BlockComposition, type BlockCompositionOptions, BlockDefinitionsSchema, type BlockEnvironment, BlockEvaluationError, type BlockEvaluatorOptions, type BlockInvocationExample, BlockInvocationPropsSchema, type BlockIssue, type BlockReference, type BlockSectionEffect, type BlockSlideEffect, type BlockSlot, type BlockSlotBudget, type BlockSlotRole, type BlockSlotRoleValue, BlockSlotSchema, type BlockSourceMap, type Blueprint, type BlueprintFillEntry, type BlueprintFormat, type BlueprintIssue, BlueprintPagesSchema, BlueprintSchema, type BlueprintVariant, BlueprintVariantSchema, CANVASES, type ChartRenderCache, type ChartRequest, type ChartRequestStats, type ChartTypography, ChromeSchema, DEFAULT_CHART_CONCURRENCY, DEFAULT_CHART_THEME_COLORS, type DesignCanvas, DesignSpacingSchema, type DesignSystem, DesignSystemProperties, DesignSystemSchema, type DocumentBlockTarget, type ExpandedBlocks, type ExplainableError, FONT_URL_ALLOWLIST, type FontIssueCode, FontRegistry, FontRegistryEntry, type FontRegistryInput, type FontResolutionIssue, FontRuntimeOpts, type FontSubstitution, type FontValidationInput, type FontValidationResult, GENERICNESS_PENALTY, type InstantiateBlueprintOptions, type InstantiateRoot, type InstantiatedBlueprint, type JsonBlockDefinition, JsonBlockDefinitionSchema, JsonBlockEvaluator, type MarkerOccurrence, MotifSchema, OfficeFormat, POINTS_PER_PIXEL_96DPI, POPULAR_GOOGLE_FONTS, PaletteSchema, type PopularGoogleFont, type PostJsonOptions, REMOTE_EXPORT_WARNING, ROLE_SCALE_STEPS, RUBRIC, RasterizeFontFace, ResolvedFont, ResolvedFontSource, type RubricLevel, SERVICE_UNAVAILABLE_CODE, SHIPPING_QUESTION, type ServiceHeaders, type SynthesizedFamily, TYPE_ROLES, TextCaseSchema, type TypeRole, type TypeRoleName, TypeRoleNameSchema, TypeRoleSchema, TypeRolesSchema, type TypeScale, TypographySchema, UPSTREAM_OVERRIDES, type UpstreamOverride, type UpstreamVariant, WEIGHT_LABELS, applyDocumentBlocksToSchema, applyExportMode, applyFontSubstitution, blockDependencies, blockInvocationExample, blockInvocationPropsSchema, blockPointerKey, blockReferencesFromDocument, blockSlotBudgets, blockSlotEditorSchema, blockSlotFacts, blockSlotJsonSchema, blockSlotMarkdown, blockSlotRoles, blockSlotsEditorSchema, blockSlotsJsonSchema, blockValueAt, blockWordCount, buildDefaultSubstitutionMap, capsFormatting, chartFamilyResolver, chartFontFaceCss, chartPointsPerPixel, collectFontNamesFromDocx, collectFontNamesFromPptx, composeBlocksWithPlugins, createBlockAuthoringSchema, createLimiter, cssFontFamily, defaultSubstituteFor, definitionsFor, designCanvas, designColors, detectFontFormat, documentBlockMetadata, documentFontRegistry, explainRemovedBlockSyntax, fetchGoogleFontSources, getChartRequestStats, getUpstreamOverride, instantiateBlueprint, isAllowedFontUrl, isBlockRecord, isBlueprint, isPrivateServiceUrl, mergeFontRegistries, mergeWithDefaults, postJsonToService, readBlockDefinitions, recordChartCollected, recordChartRetry, registerBlueprints, remoteExportNotice, resetChartLimiters, resetChartRequestStats, resolveBlockSlot, resolveDesignColor, resolveMotif, resolveServiceUrl, resolveTypeRoles, restructureNameDiscriminatedUnions, rewriteFontFamilyName, selectVariant, sendChartRequest, slotAt, synthesizeFamilyName, themeFontRegistry, toAuthoredBlockPointer, typeScaleSizes, unionBranches, validateBlockDefinitions, validateBlockInvocations, validateBlueprint, validateDesignColors, validateFontReferences, valueAt, withChartFontFaceCss, withChartTypography };
7050
7115
  `,"node_modules/@json-to-office/shared/dist/plugin/index.d.ts":`import { TSchema, Static } from '@sinclair/typebox';
7051
7116
  import { AddWarningFunction } from '../types/warnings.js';
7052
7117
  import { V as ValidationError, a as ValidationResult } from '../types-BWFZ7OaO.js';
@@ -7276,6 +7341,14 @@ interface ChartTextStyle {
7276
7341
  }
7277
7342
  interface ChartAxisEdits {
7278
7343
  title?: string;
7344
+ /**
7345
+ * The font of this axis' title. Without one the title carries no size, face
7346
+ * or colour, and Word and PowerPoint fall back to their own large, bold
7347
+ * axis-title default — far bigger than the tick labels beside it.
7348
+ */
7349
+ titleFont?: ChartTextStyle;
7350
+ /** Title rotation, in degrees; absent leaves the reader's default. */
7351
+ titleRotation?: number;
7279
7352
  /** The font of this axis' tick labels. */
7280
7353
  labelFont?: ChartTextStyle;
7281
7354
  /** \`c:delete\`: an axis hidden entirely. */
@@ -7314,6 +7387,13 @@ interface ChartPartInput {
7314
7387
  /** \`standard\`, \`marker\` or \`filled\`; a backend may hardcode the first. */
7315
7388
  radarStyle?: string;
7316
7389
  titleFont?: ChartTextStyle;
7390
+ /**
7391
+ * The chart-wide default in \`c:chartSpace/c:txPr\`, which every piece of
7392
+ * chart text that states nothing of its own (tick labels, the legend)
7393
+ * inherits. The backend writes it with an empty \`a:defRPr\`, leaving the
7394
+ * reader's built-in default in charge.
7395
+ */
7396
+ textFont?: ChartTextStyle;
7317
7397
  legendFont?: ChartTextStyle;
7318
7398
  dataLabelFont?: ChartTextStyle;
7319
7399
  legendPosition?: string;
@@ -7860,6 +7940,10 @@ declare const PptxChartPropsSchema: _sinclair_typebox.TObject<{
7860
7940
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
7861
7941
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7862
7942
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7943
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
7944
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7945
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7946
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
7863
7947
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
7864
7948
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
7865
7949
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -7872,6 +7956,10 @@ declare const PptxChartPropsSchema: _sinclair_typebox.TObject<{
7872
7956
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7873
7957
  }>>;
7874
7958
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7959
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
7960
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7961
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
7962
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
7875
7963
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
7876
7964
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
7877
7965
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -8276,6 +8364,10 @@ declare const PPTX_SLIDE_CONTENT_COMPONENTS: readonly [{
8276
8364
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
8277
8365
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8278
8366
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8367
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8368
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8369
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8370
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8279
8371
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
8280
8372
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8281
8373
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -8288,6 +8380,10 @@ declare const PPTX_SLIDE_CONTENT_COMPONENTS: readonly [{
8288
8380
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8289
8381
  }>>;
8290
8382
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8383
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8384
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8385
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8386
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8291
8387
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
8292
8388
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8293
8389
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -8910,6 +9006,10 @@ declare const PptxSlideContentSchema: _sinclair_typebox.TUnion<[_sinclair_typebo
8910
9006
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
8911
9007
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8912
9008
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9009
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9010
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9011
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9012
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8913
9013
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
8914
9014
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8915
9015
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -8922,6 +9022,10 @@ declare const PptxSlideContentSchema: _sinclair_typebox.TUnion<[_sinclair_typebo
8922
9022
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8923
9023
  }>>;
8924
9024
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9025
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9026
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9027
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9028
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8925
9029
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
8926
9030
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8927
9031
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -8995,6 +9099,10 @@ declare const PptxSlideContentSchema: _sinclair_typebox.TUnion<[_sinclair_typebo
8995
9099
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
8996
9100
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
8997
9101
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9102
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9103
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9104
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9105
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
8998
9106
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
8999
9107
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9000
9108
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -9007,6 +9115,10 @@ declare const PptxSlideContentSchema: _sinclair_typebox.TUnion<[_sinclair_typebo
9007
9115
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9008
9116
  }>>;
9009
9117
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9118
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9119
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9120
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
9121
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9010
9122
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
9011
9123
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
9012
9124
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -9563,7 +9675,7 @@ declare function getSchemaMetadata(schema: TSchema): {
9563
9675
  export { DEFAULT_ERROR_CONFIG, ERROR_EMOJIS, type ErrorFormatterConfig, ValidationError, calculatePosition, clearComponentNamesCache, createErrorConfig, createJsonParseError, extractStandardComponentNames, formatErrorMessage, formatErrorSummary, getLiteralValue, getObjectSchemaPropertyNames, getSchemaMetadata, groupErrorsByPath, isLiteralSchema, isObjectSchema, isUnionSchema, transformValueError, transformValueErrors };
9564
9676
  `,"node_modules/@json-to-office/shared-docx/package.json":`{
9565
9677
  "name": "@json-to-office/shared-docx",
9566
- "version": "6.8.0",
9678
+ "version": "7.0.0",
9567
9679
  "types": "./dist/index.d.ts",
9568
9680
  "exports": {
9569
9681
  ".": {
@@ -10015,9 +10127,6 @@ declare const COMPONENT_SCHEMA_MAP: {
10015
10127
  readonly report: _sinclair_typebox.TObject<{
10016
10128
  blocks: _sinclair_typebox.TOptional<_sinclair_typebox.TRecord<_sinclair_typebox.TString, _sinclair_typebox.TUnsafe<_json_to_office_shared.JsonBlockDefinition>>>;
10017
10129
  theme: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
10018
- /**
10019
- * Component name to schema mapping
10020
- */
10021
10130
  themeOverrides: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
10022
10131
  colors: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
10023
10132
  primary: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
@@ -18455,6 +18564,10 @@ declare const VisualRasterPropsSchema: _sinclair_typebox.TObject<{
18455
18564
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
18456
18565
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18457
18566
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18567
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18568
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18569
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18570
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18458
18571
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
18459
18572
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18460
18573
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -18467,6 +18580,10 @@ declare const VisualRasterPropsSchema: _sinclair_typebox.TObject<{
18467
18580
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18468
18581
  }>>;
18469
18582
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18583
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18584
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18585
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18586
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18470
18587
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
18471
18588
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18472
18589
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -18540,6 +18657,10 @@ declare const VisualRasterPropsSchema: _sinclair_typebox.TObject<{
18540
18657
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
18541
18658
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18542
18659
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18660
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18661
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18662
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18663
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18543
18664
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
18544
18665
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18545
18666
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -18552,6 +18673,10 @@ declare const VisualRasterPropsSchema: _sinclair_typebox.TObject<{
18552
18673
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18553
18674
  }>>;
18554
18675
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18676
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18677
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18678
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
18679
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18555
18680
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
18556
18681
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
18557
18682
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -19404,6 +19529,10 @@ declare const VisualPropsSchema: _sinclair_typebox.TUnion<[_sinclair_typebox.TOb
19404
19529
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
19405
19530
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19406
19531
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19532
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19533
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19534
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19535
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19407
19536
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
19408
19537
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19409
19538
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -19416,6 +19545,10 @@ declare const VisualPropsSchema: _sinclair_typebox.TUnion<[_sinclair_typebox.TOb
19416
19545
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19417
19546
  }>>;
19418
19547
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19548
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19549
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19550
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19551
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19419
19552
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
19420
19553
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19421
19554
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -19489,6 +19622,10 @@ declare const VisualPropsSchema: _sinclair_typebox.TUnion<[_sinclair_typebox.TOb
19489
19622
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
19490
19623
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19491
19624
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19625
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19626
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19627
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19628
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19492
19629
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
19493
19630
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19494
19631
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -19501,6 +19638,10 @@ declare const VisualPropsSchema: _sinclair_typebox.TUnion<[_sinclair_typebox.TOb
19501
19638
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19502
19639
  }>>;
19503
19640
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19641
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19642
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19643
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
19644
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19504
19645
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
19505
19646
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
19506
19647
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -26815,9 +26956,6 @@ declare const COMPONENT_SCHEMA_MAP: {
26815
26956
  }>>;
26816
26957
  }>>;
26817
26958
  language: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
26818
- /**
26819
- * Validate a complete component definition (including nested children)
26820
- */
26821
26959
  noProofWords: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TString>>;
26822
26960
  trackRevisions: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
26823
26961
  metadata: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
@@ -27386,7 +27524,7 @@ declare const validateStrict: {
27386
27524
  export { ComponentValidationResult, DocumentValidationResult, ERROR_TEMPLATES, JsonValidationResult, type StandardComponentName, ThemeValidationResult, ValidationOptions, collectIndentConflicts, collectNoteRevisionConflicts, collectTextBoxShapeConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformValueError as transformDocxValueError, transformValueErrors as transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent, validateComponentDefinition, validateComponents, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement };
27387
27525
  `,"node_modules/@json-to-office/shared-pptx/package.json":`{
27388
27526
  "name": "@json-to-office/shared-pptx",
27389
- "version": "6.8.0",
27527
+ "version": "7.0.0",
27390
27528
  "types": "./dist/index.d.ts",
27391
27529
  "exports": {
27392
27530
  ".": {
@@ -27399,7 +27537,7 @@ export { ComponentValidationResult, DocumentValidationResult, ERROR_TEMPLATES, J
27399
27537
  "types": "./dist/*.d.ts"
27400
27538
  }
27401
27539
  }
27402
- }`,"node_modules/@json-to-office/shared-pptx/dist/index.d.ts":`export { P as Position, a as PositionSchema, b as PresentationProps, c as PresentationPropsSchema, S as SlideBackground, d as SlideBackgroundSchema, e as SlideProps, f as SlidePropsSchema, T as Transition, g as TransitionSchema } from './slide-BVVgzvsP.js';
27540
+ }`,"node_modules/@json-to-office/shared-pptx/dist/index.d.ts":`export { P as Position, a as PositionSchema, b as PresentationProps, c as PresentationPropsSchema, S as SlideBackground, d as SlideBackgroundSchema, e as SlideProps, f as SlidePropsSchema, T as Transition, g as TransitionSchema } from './slide-Ds0E-hHj.js';
27403
27541
  export { ColorValueSchema, GradientFill, GradientFillSchema, GradientStop, GradientStopSchema, PATTERN_FILL_PRESETS, PatternFill, PatternFillSchema, PptxChartProps, PptxChartPropsSchema, PptxHighchartsProps, PptxHighchartsPropsSchema, PptxImageProps, PptxImagePropsSchema, PptxSlideContent, PptxSlideContentSchema, PptxTableProps, PptxTablePropsSchema, SEMANTIC_COLOR_ALIASES, SEMANTIC_COLOR_NAMES, STYLE_NAMES, Shadow, ShadowSchema, ShapeProps, ShapePropsSchema, ShapeType, ShapeTypeSchema, StyleName, StyleNameSchema, TextProps, TextPropsSchema, TextRun, TextRunSchema, TextSegment, VerticalAlignment, VerticalAlignmentSchema, pptxComponentRequiresProps } from '@json-to-office/shared/schemas/slide-content';
27404
27542
  export { PptxComponentDefinition, PptxComponentDefinitionSchema, PptxStandardComponentDefinitionSchema } from './schemas/component-union.js';
27405
27543
  export { PPTX_STANDARD_COMPONENTS_REGISTRY, PptxStandardComponentDefinition, createAllPptxComponentSchemas, createPptxComponentSchemaObject, getAllPptxComponentNames, getPptxComponentsByCategory, getPptxContainerComponents, getPptxContentComponents, getPptxStandardComponent, isPptxStandardComponent } from './schemas/component-registry.js';
@@ -27907,6 +28045,10 @@ declare const ChartComponentDefaultsSchema: _sinclair_typebox.TObject<{
27907
28045
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
27908
28046
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
27909
28047
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28048
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28049
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28050
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28051
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
27910
28052
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
27911
28053
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
27912
28054
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -27919,6 +28061,10 @@ declare const ChartComponentDefaultsSchema: _sinclair_typebox.TObject<{
27919
28061
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
27920
28062
  }>>;
27921
28063
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28064
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28065
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28066
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28067
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
27922
28068
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
27923
28069
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
27924
28070
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -28254,6 +28400,10 @@ declare const PptxComponentDefaultsSchema: _sinclair_typebox.TObject<{
28254
28400
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
28255
28401
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28256
28402
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28403
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28404
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28405
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28406
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28257
28407
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
28258
28408
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28259
28409
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -28266,6 +28416,10 @@ declare const PptxComponentDefaultsSchema: _sinclair_typebox.TObject<{
28266
28416
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28267
28417
  }>>;
28268
28418
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28419
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28420
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28421
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
28422
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28269
28423
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
28270
28424
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
28271
28425
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -28399,7 +28553,7 @@ declare const PptxComponentDefinitionSchema: _sinclair_typebox.TRecursive<_sincl
28399
28553
  type PptxComponentDefinition = Static<typeof PptxComponentDefinitionSchema>;
28400
28554
 
28401
28555
  export { type PptxComponentDefinition, PptxComponentDefinitionSchema, PptxStandardComponentDefinitionSchema };
28402
- `,"node_modules/@json-to-office/shared-pptx/dist/schemas/components.d.ts":`export { P as Position, a as PositionSchema, b as PresentationProps, c as PresentationPropsSchema, S as SlideBackground, d as SlideBackgroundSchema, e as SlideProps, f as SlidePropsSchema, T as Transition, g as TransitionSchema } from '../slide-BVVgzvsP.js';
28556
+ `,"node_modules/@json-to-office/shared-pptx/dist/schemas/components.d.ts":`export { P as Position, a as PositionSchema, b as PresentationProps, c as PresentationPropsSchema, S as SlideBackground, d as SlideBackgroundSchema, e as SlideProps, f as SlidePropsSchema, T as Transition, g as TransitionSchema } from '../slide-Ds0E-hHj.js';
28403
28557
  export { GradientFill, GradientFillSchema, GradientStop, GradientStopSchema, GridPosition, GridPositionSchema, PATTERN_FILL_PRESETS, PatternFill, PatternFillSchema, PptxAlignment, PptxAlignmentSchema, PptxHighchartsProps, PptxHighchartsPropsSchema, PptxImageProps, PptxImagePropsSchema, PptxSlideContent, PptxSlideContentSchema, PptxTableProps, PptxTablePropsSchema, Shadow, ShadowSchema, ShapeProps, ShapePropsSchema, ShapeType, ShapeTypeSchema, TextProps, TextPropsSchema, TextRun, TextRunSchema, TextSegment, TextSegmentSchema, VerticalAlignment, VerticalAlignmentSchema } from '@json-to-office/shared/schemas/slide-content';
28404
28558
  import * as _sinclair_typebox from '@sinclair/typebox';
28405
28559
  import { Static } from '@sinclair/typebox';
@@ -28550,7 +28704,7 @@ export { ColorValueSchema, SEMANTIC_COLOR_ALIASES, SEMANTIC_COLOR_NAMES, STYLE_N
28550
28704
  * uncompletable for as long as they shipped — the schema still offered the
28551
28705
  * four names it was born with.
28552
28706
  */
28553
- declare const BUILT_IN_PPTX_THEME_NAMES: readonly ["consulting", "dark", "default", "devportal", "minimal", "vermilion"];
28707
+ declare const BUILT_IN_PPTX_THEME_NAMES: readonly ["consulting", "dark", "devportal", "minimal", "vermilion"];
28554
28708
  declare const GridMarginSchema: _sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
28555
28709
  top: _sinclair_typebox.TNumber;
28556
28710
  right: _sinclair_typebox.TNumber;
@@ -29201,6 +29355,10 @@ declare const ThemeConfigSchema: _sinclair_typebox.TObject<{
29201
29355
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
29202
29356
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29203
29357
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29358
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
29359
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29360
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29361
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
29204
29362
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
29205
29363
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
29206
29364
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -29213,6 +29371,10 @@ declare const ThemeConfigSchema: _sinclair_typebox.TObject<{
29213
29371
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29214
29372
  }>>;
29215
29373
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29374
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
29375
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29376
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
29377
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
29216
29378
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
29217
29379
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
29218
29380
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -29558,7 +29720,7 @@ type ThemeConfigJson = Static<typeof ThemeConfigSchema>;
29558
29720
  declare function isValidThemeConfig(data: unknown): data is ThemeConfigJson;
29559
29721
 
29560
29722
  export { BUILT_IN_PPTX_THEME_NAMES, type GridConfig, GridConfigSchema, type GridGutter, GridGutterSchema, type GridMargin, GridMarginSchema, type TextStyle, TextStyleSchema, type ThemeConfigJson, ThemeConfigSchema, isValidThemeConfig };
29561
- `,"node_modules/@json-to-office/shared-pptx/dist/slide-BVVgzvsP.d.ts":`import * as _sinclair_typebox from '@sinclair/typebox';
29723
+ `,"node_modules/@json-to-office/shared-pptx/dist/slide-Ds0E-hHj.d.ts":`import * as _sinclair_typebox from '@sinclair/typebox';
29562
29724
  import { Static } from '@sinclair/typebox';
29563
29725
  import * as _json_to_office_shared from '@json-to-office/shared';
29564
29726
 
@@ -30206,6 +30368,10 @@ declare const PresentationPropsSchema: _sinclair_typebox.TObject<{
30206
30368
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
30207
30369
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30208
30370
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30371
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30372
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30373
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30374
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30209
30375
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
30210
30376
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30211
30377
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -30218,6 +30384,10 @@ declare const PresentationPropsSchema: _sinclair_typebox.TObject<{
30218
30384
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30219
30385
  }>>;
30220
30386
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30387
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30388
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30389
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30390
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30221
30391
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
30222
30392
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30223
30393
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -30881,6 +31051,10 @@ declare const PresentationPropsSchema: _sinclair_typebox.TObject<{
30881
31051
  legendFontWeight: _sinclair_typebox.TOptional<_sinclair_typebox.TInteger>;
30882
31052
  legendColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30883
31053
  catAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
31054
+ catAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
31055
+ catAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
31056
+ catAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
31057
+ catAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30884
31058
  catAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
30885
31059
  catAxisLabelRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30886
31060
  catAxisLabelFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -30893,6 +31067,10 @@ declare const PresentationPropsSchema: _sinclair_typebox.TObject<{
30893
31067
  color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
30894
31068
  }>>;
30895
31069
  valAxisTitle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
31070
+ valAxisTitleFontSize: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
31071
+ valAxisTitleFontFace: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
31072
+ valAxisTitleColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
31073
+ valAxisTitleRotate: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30896
31074
  valAxisHidden: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
30897
31075
  valAxisMinVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
30898
31076
  valAxisMaxVal: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
@@ -30989,4 +31167,4 @@ type SlideProps = Static<typeof SlidePropsSchema>;
30989
31167
 
30990
31168
  export { type Position as P, type SlideBackground as S, type Transition as T, PositionSchema as a, type PresentationProps as b, PresentationPropsSchema as c, SlideBackgroundSchema as d, type SlideProps as e, SlidePropsSchema as f, TransitionSchema as g };
30991
31169
  `};export{i as default};
30992
- //# sourceMappingURL=_virtual_jto-plugin-type-libs-BJgH7I8Z.js.map
31170
+ //# sourceMappingURL=_virtual_jto-plugin-type-libs-0VdrjFY7.js.map