Socket
Socket
Sign inDemoInstall

@plasmicapp/host

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/host - npm Package Compare versions

Comparing version 1.0.154 to 1.0.155

2

dist/host.esm.js

@@ -496,3 +496,3 @@ 'use client';

var hostVersion = "1.0.154";
var hostVersion = "1.0.155";

@@ -499,0 +499,0 @@ var root = globalThis;

@@ -518,3 +518,3 @@ 'use client';

var hostVersion = "1.0.154";
var hostVersion = "1.0.155";

@@ -521,0 +521,0 @@ var root = globalThis;

@@ -220,2 +220,13 @@ /// <reference types="react" />

treeLabel?: ContextDependentConfig<P, string>;
/**
* The value of the CSS display property used by this component.
* Plasmic passes in a class name prop to components to let users style them,
* but normally this does not include layout properties like display.
* However, if the user has set the components visibility to be visible
* (for instance, in the base variant it was set to not visible ie display none,
* but in a variant it's overridden to be visible), then Plasmic needs to know
* what display property to set.
* Defaults to "flex".
*/
defaultDisplay?: string;
}

@@ -222,0 +233,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

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

export declare const hostVersion = "1.0.154";
export declare const hostVersion = "1.0.155";
{
"name": "@plasmicapp/host",
"version": "1.0.154",
"version": "1.0.155",
"description": "plasmic library for app hosting",

@@ -83,3 +83,3 @@ "main": "dist/index.cjs.js",

},
"gitHead": "98f55a13c36ec563fe7e8f286167d0c3f241fee8"
"gitHead": "b2313dac07dd2e0466990ff0a64a24083c148931"
}

@@ -220,2 +220,13 @@ /// <reference types="react" />

treeLabel?: ContextDependentConfig<P, string>;
/**
* The value of the CSS display property used by this component.
* Plasmic passes in a class name prop to components to let users style them,
* but normally this does not include layout properties like display.
* However, if the user has set the components visibility to be visible
* (for instance, in the base variant it was set to not visible ie display none,
* but in a variant it's overridden to be visible), then Plasmic needs to know
* what display property to set.
* Defaults to "flex".
*/
defaultDisplay?: string;
}

@@ -222,0 +233,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

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

export declare const hostVersion = "1.0.154";
export declare const hostVersion = "1.0.155";

@@ -220,2 +220,13 @@ /// <reference types="react" />

treeLabel?: ContextDependentConfig<P, string>;
/**
* The value of the CSS display property used by this component.
* Plasmic passes in a class name prop to components to let users style them,
* but normally this does not include layout properties like display.
* However, if the user has set the components visibility to be visible
* (for instance, in the base variant it was set to not visible ie display none,
* but in a variant it's overridden to be visible), then Plasmic needs to know
* what display property to set.
* Defaults to "flex".
*/
defaultDisplay?: string;
}

@@ -222,0 +233,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

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

export declare const hostVersion = "1.0.154";
export declare const hostVersion = "1.0.155";

@@ -220,2 +220,13 @@ /// <reference types="react" />

treeLabel?: ContextDependentConfig<P, string>;
/**
* The value of the CSS display property used by this component.
* Plasmic passes in a class name prop to components to let users style them,
* but normally this does not include layout properties like display.
* However, if the user has set the components visibility to be visible
* (for instance, in the base variant it was set to not visible ie display none,
* but in a variant it's overridden to be visible), then Plasmic needs to know
* what display property to set.
* Defaults to "flex".
*/
defaultDisplay?: string;
}

@@ -222,0 +233,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

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

export declare const hostVersion = "1.0.154";
export declare const hostVersion = "1.0.155";

@@ -220,2 +220,13 @@ /// <reference types="react" />

treeLabel?: ContextDependentConfig<P, string>;
/**
* The value of the CSS display property used by this component.
* Plasmic passes in a class name prop to components to let users style them,
* but normally this does not include layout properties like display.
* However, if the user has set the components visibility to be visible
* (for instance, in the base variant it was set to not visible ie display none,
* but in a variant it's overridden to be visible), then Plasmic needs to know
* what display property to set.
* Defaults to "flex".
*/
defaultDisplay?: string;
}

@@ -222,0 +233,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

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

export declare const hostVersion = "1.0.154";
export declare const hostVersion = "1.0.155";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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