@gyldendal/kobber-scene
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "@gyldendal/kobber-scene", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -9,3 +9,3 @@ import { | ||
groupRowsByPresentation | ||
} from "../chunks/chunk-MDUOZTYS.js"; | ||
} from "../chunks/chunk-VJFEZJJM.js"; | ||
@@ -12,0 +12,0 @@ // src/index.react.tsx |
@@ -141,5 +141,12 @@ import * as lit_html from 'lit-html'; | ||
type RowGroupPresentation = "normal" | "fullWidth" | "fullSize"; | ||
declare const groupRowsByPresentation: <CompleteCmsRow extends CmsRow>(rows: CompleteCmsRow[], contentBoxFill: CmsContentBoxFill) => { | ||
applyPaddingBottom: boolean; | ||
presentation: RowGroupPresentation; | ||
rows: CompleteCmsRow[]; | ||
}[]; | ||
interface CalculatePaddingOptions { | ||
isFirstRow?: boolean; | ||
isFullWidth?: boolean; | ||
presentation?: RowGroupPresentation; | ||
applyPaddingBottom?: boolean; | ||
@@ -149,11 +156,4 @@ cmsWhiteSpace?: CmsWhiteSpace; | ||
} | ||
declare const calculatePadding: ({ isFirstRow, isFullWidth, applyPaddingBottom, cmsWhiteSpace: sceneWhitespace, cmsHorizontalAlignment: sceneHorizontalAlignments, }: CalculatePaddingOptions) => Padding; | ||
declare const calculatePadding: ({ isFirstRow, presentation, applyPaddingBottom, cmsWhiteSpace: sceneWhitespace, cmsHorizontalAlignment: sceneHorizontalAlignments, }: CalculatePaddingOptions) => Padding; | ||
type RowGroupPresentation = "normal" | "fullWidth" | "fullSize"; | ||
declare const groupRowsByPresentation: <CompleteCmsRow extends CmsRow>(rows: CompleteCmsRow[], contentBoxFill: CmsContentBoxFill) => { | ||
applyPaddingBottom: boolean; | ||
presentation: RowGroupPresentation; | ||
rows: CompleteCmsRow[]; | ||
}[]; | ||
export { CalculatePaddingOptions, Padding, Scene, SceneBoundary, SceneColumn, SceneImageBackground, SceneRow, calculatePadding, groupRowsByPresentation }; |
@@ -9,3 +9,3 @@ import { | ||
groupRowsByPresentation | ||
} from "../chunks/chunk-MDUOZTYS.js"; | ||
} from "../chunks/chunk-VJFEZJJM.js"; | ||
export { | ||
@@ -12,0 +12,0 @@ Scene, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33028
1033
1