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

@vaadin/vertical-layout

Package Overview
Dependencies
Maintainers
0
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vertical-layout - npm Package Compare versions

Comparing version 24.6.0-alpha8 to 24.6.0-alpha9

14

package.json
{
"name": "@vaadin/vertical-layout",
"version": "24.6.0-alpha8",
"version": "24.6.0-alpha9",
"publishConfig": {

@@ -39,10 +39,10 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.6.0-alpha8",
"@vaadin/vaadin-lumo-styles": "24.6.0-alpha8",
"@vaadin/vaadin-material-styles": "24.6.0-alpha8",
"@vaadin/vaadin-themable-mixin": "24.6.0-alpha8",
"@vaadin/component-base": "24.6.0-alpha9",
"@vaadin/vaadin-lumo-styles": "24.6.0-alpha9",
"@vaadin/vaadin-material-styles": "24.6.0-alpha9",
"@vaadin/vaadin-themable-mixin": "24.6.0-alpha9",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.6.0-alpha8",
"@vaadin/chai-plugins": "24.6.0-alpha9",
"@vaadin/testing-helpers": "^1.0.0"

@@ -54,3 +54,3 @@ },

],
"gitHead": "a11e1510c4caa08775b202714f5fc1198c22132a"
"gitHead": "e303d77ba20c3089c9998be9a318733d9ec5b53c"
}

@@ -28,2 +28,3 @@ /**

* `theme="spacing"` | Applies the default amount of CSS margin between items (specified by the theme)
* `theme="wrap"` | Items wrap to the next row when they exceed the layout height
*/

@@ -30,0 +31,0 @@ declare class VerticalLayout extends ThemableMixin(ElementMixin(HTMLElement)) {}

@@ -30,2 +30,3 @@ /**

* `theme="spacing"` | Applies the default amount of CSS margin between items (specified by the theme)
* `theme="wrap"` | Items wrap to the next row when they exceed the layout height
*

@@ -32,0 +33,0 @@ * @customElement

@@ -32,4 +32,8 @@ import '@vaadin/vaadin-lumo-styles/spacing.js';

}
:host([theme~='wrap']) {
flex-wrap: wrap;
}
`;
registerStyles('vaadin-vertical-layout', verticalLayout, { moduleId: 'lumo-vertical-layout' });

@@ -31,4 +31,8 @@ import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

}
:host([theme~='wrap']) {
flex-wrap: wrap;
}
`;
registerStyles('vaadin-vertical-layout', verticalLayout, { moduleId: 'material-vertical-layout' });
{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/vertical-layout",
"version": "24.6.0-alpha8",
"version": "24.6.0-alpha9",
"description-markup": "markdown",

@@ -11,3 +11,3 @@ "contributions": {

"name": "vaadin-vertical-layout",
"description": "`<vaadin-vertical-layout>` provides a simple way to vertically align your HTML elements.\n\n```\n<vaadin-vertical-layout>\n <div>Item 1</div>\n <div>Item 2</div>\n</vaadin-vertical-layout>\n```\n\n### Built-in Theme Variations\n\n`<vaadin-vertical-layout>` supports the following theme variations:\n\nTheme variation | Description\n---|---\n`theme=\"margin\"` | Applies the default amount of CSS margin for the host element (specified by the theme)\n`theme=\"padding\"` | Applies the default amount of CSS padding for the host element (specified by the theme)\n`theme=\"spacing\"` | Applies the default amount of CSS margin between items (specified by the theme)",
"description": "`<vaadin-vertical-layout>` provides a simple way to vertically align your HTML elements.\n\n```\n<vaadin-vertical-layout>\n <div>Item 1</div>\n <div>Item 2</div>\n</vaadin-vertical-layout>\n```\n\n### Built-in Theme Variations\n\n`<vaadin-vertical-layout>` supports the following theme variations:\n\nTheme variation | Description\n---|---\n`theme=\"margin\"` | Applies the default amount of CSS margin for the host element (specified by the theme)\n`theme=\"padding\"` | Applies the default amount of CSS padding for the host element (specified by the theme)\n`theme=\"spacing\"` | Applies the default amount of CSS margin between items (specified by the theme)\n`theme=\"wrap\"` | Items wrap to the next row when they exceed the layout height",
"attributes": [

@@ -14,0 +14,0 @@ {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/vertical-layout",
"version": "24.6.0-alpha8",
"version": "24.6.0-alpha9",
"description-markup": "markdown",

@@ -19,3 +19,3 @@ "framework": "lit",

"name": "vaadin-vertical-layout",
"description": "`<vaadin-vertical-layout>` provides a simple way to vertically align your HTML elements.\n\n```\n<vaadin-vertical-layout>\n <div>Item 1</div>\n <div>Item 2</div>\n</vaadin-vertical-layout>\n```\n\n### Built-in Theme Variations\n\n`<vaadin-vertical-layout>` supports the following theme variations:\n\nTheme variation | Description\n---|---\n`theme=\"margin\"` | Applies the default amount of CSS margin for the host element (specified by the theme)\n`theme=\"padding\"` | Applies the default amount of CSS padding for the host element (specified by the theme)\n`theme=\"spacing\"` | Applies the default amount of CSS margin between items (specified by the theme)",
"description": "`<vaadin-vertical-layout>` provides a simple way to vertically align your HTML elements.\n\n```\n<vaadin-vertical-layout>\n <div>Item 1</div>\n <div>Item 2</div>\n</vaadin-vertical-layout>\n```\n\n### Built-in Theme Variations\n\n`<vaadin-vertical-layout>` supports the following theme variations:\n\nTheme variation | Description\n---|---\n`theme=\"margin\"` | Applies the default amount of CSS margin for the host element (specified by the theme)\n`theme=\"padding\"` | Applies the default amount of CSS padding for the host element (specified by the theme)\n`theme=\"spacing\"` | Applies the default amount of CSS margin between items (specified by the theme)\n`theme=\"wrap\"` | Items wrap to the next row when they exceed the layout height",
"extension": true,

@@ -22,0 +22,0 @@ "attributes": []

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