Socket
Socket
Sign inDemoInstall

@vaadin/input-container

Package Overview
Dependencies
Maintainers
12
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/input-container - npm Package Compare versions

Comparing version 24.4.0-dev.b3e1d14600 to 24.4.0-rc1

theme/lumo/vaadin-input-container-styles.d.ts

16

package.json
{
"name": "@vaadin/input-container",
"version": "24.4.0-dev.b3e1d14600",
"version": "24.4.0-rc1",
"publishConfig": {

@@ -35,6 +35,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.4.0-dev.b3e1d14600",
"@vaadin/vaadin-lumo-styles": "24.4.0-dev.b3e1d14600",
"@vaadin/vaadin-material-styles": "24.4.0-dev.b3e1d14600",
"@vaadin/vaadin-themable-mixin": "24.4.0-dev.b3e1d14600",
"@vaadin/component-base": "24.4.0-rc1",
"@vaadin/vaadin-lumo-styles": "24.4.0-rc1",
"@vaadin/vaadin-material-styles": "24.4.0-rc1",
"@vaadin/vaadin-themable-mixin": "24.4.0-rc1",
"lit": "^3.0.0"

@@ -44,8 +44,8 @@ },

"@esm-bundle/chai": "^4.3.4",
"@vaadin/icon": "24.4.0-dev.b3e1d14600",
"@vaadin/icons": "24.4.0-dev.b3e1d14600",
"@vaadin/icon": "24.4.0-rc1",
"@vaadin/icons": "24.4.0-rc1",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"gitHead": "502d4f5b03f770a83d270d98078cde230254dd0e"
"gitHead": "a81e3b927d44c56613fa4e1307494a2acc81005f"
}
/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -19,3 +19,3 @@ */

*
* This component is an experiment not intended for publishing to npm.
* This component is an experiment and not yet a part of Vaadin platform.
* There is no ETA regarding specific Vaadin version where it'll land.

@@ -22,0 +22,0 @@ * Feel free to try this code in your apps as per Apache 2.0 license.

@@ -26,2 +26,3 @@ import '@vaadin/vaadin-lumo-styles/color.js';

--_input-container-radius: var(--vaadin-input-field-border-radius, var(--lumo-border-radius-m));
--_input-height: var(--lumo-text-field-size, var(--lumo-size-m));
/* Default values */

@@ -61,3 +62,3 @@ --_background: var(--vaadin-input-field-background, var(--lumo-contrast-10pct));

cursor: inherit;
min-height: var(--lumo-text-field-size, var(--lumo-size-m));
min-height: var(--vaadin-input-field-height, var(--_input-height));
padding: 0 0.25em;

@@ -97,3 +98,3 @@ --_lumo-text-field-overflow-mask-image: linear-gradient(to left, transparent, #000 1.25em);

:host([invalid])::after {
:host([invalid]:not([readonly]))::after {
background: var(--_invalid-hover-highlight);

@@ -100,0 +101,0 @@ }

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