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.3 to 0.3.4

chunks/chunk-4HPF4A43.js

2

package.json
{
"name": "@gyldendal/kobber-scene",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "module",

import * as _lit_react from '@lit/react';
import { Scene, SceneImageBackground, SceneBoundary, SceneRow, SceneColumn } from '../web-components/index.js';
export { CalculatePaddingOptions, Padding, calculatePadding, groupRowsByPresentation } from '../web-components/index.js';
import 'lit-html';
import 'lit';

@@ -5,0 +6,0 @@ import '@lit/context';

@@ -9,3 +9,3 @@ import {

groupRowsByPresentation
} from "../chunks/chunk-OFQTMS6M.js";
} from "../chunks/chunk-4HPF4A43.js";

@@ -12,0 +12,0 @@ // src/index.react.tsx

@@ -0,1 +1,2 @@

import * as lit_html from 'lit-html';
import * as lit from 'lit';

@@ -15,3 +16,3 @@ import { CSSResult, LitElement } from 'lit';

set cssDimensionTransformer(cssDimensionTransformer: (value: string | number) => string);
render(): lit.TemplateResult<1>;
render(): lit_html.TemplateResult<1>;
}

@@ -23,3 +24,3 @@

responsiveBreakpoint: number;
render(): lit.TemplateResult<1>;
render(): lit_html.TemplateResult<1>;
}

@@ -93,3 +94,3 @@

verticalAlignments: CmsVerticalAlignment;
render(): lit.TemplateResult<1>;
render(): lit_html.TemplateResult<1>;
}

@@ -104,3 +105,3 @@

verticalAlignments: CmsVerticalAlignment;
render(): lit.TemplateResult<1>;
render(): lit_html.TemplateResult<1>;
}

@@ -116,3 +117,3 @@

private _stopForcingRepaint;
render(): lit.TemplateResult<1>;
render(): lit_html.TemplateResult<1>;
}

@@ -127,4 +128,5 @@

connectedCallback(): void;
private getStyles;
render(): lit.TemplateResult<1>;
private getCropStyles;
private getImageStyles;
render(): lit_html.TemplateResult<1>;
}

@@ -142,3 +144,3 @@

private get transform();
render(): lit.TemplateResult<1>;
render(): lit_html.TemplateResult<1>;
}

@@ -162,2 +164,2 @@

export { CalculatePaddingOptions, Padding, Scene, SceneBoundary, SceneColumn, SceneImageBackground, SceneRow, calculatePadding, groupRowsByPresentation };
export { type CalculatePaddingOptions, type Padding, Scene, SceneBoundary, SceneColumn, SceneImageBackground, SceneRow, calculatePadding, groupRowsByPresentation };

@@ -9,3 +9,3 @@ import {

groupRowsByPresentation
} from "../chunks/chunk-OFQTMS6M.js";
} from "../chunks/chunk-4HPF4A43.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