Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gyldendal/kobber-scene

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gyldendal/kobber-scene - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

chunks/chunk-VJFEZJJM.js

2

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc