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

@vaadin/checkbox-group

Package Overview
Dependencies
Maintainers
12
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/checkbox-group - npm Package Compare versions

Comparing version 24.4.0-alpha22 to 24.4.0-alpha23

src/vaadin-lit-checkbox-group.d.ts

22

package.json
{
"name": "@vaadin/checkbox-group",
"version": "24.4.0-alpha22",
"version": "24.4.0-alpha23",
"publishConfig": {

@@ -28,3 +28,5 @@ "access": "public"

"web-types.json",
"web-types.lit.json"
"web-types.lit.json",
"!vaadin-lit-*.d.ts",
"!vaadin-lit-*.js"
],

@@ -41,9 +43,9 @@ "keywords": [

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.4.0-alpha22",
"@vaadin/checkbox": "24.4.0-alpha22",
"@vaadin/component-base": "24.4.0-alpha22",
"@vaadin/field-base": "24.4.0-alpha22",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha22",
"@vaadin/vaadin-material-styles": "24.4.0-alpha22",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha22"
"@vaadin/a11y-base": "24.4.0-alpha23",
"@vaadin/checkbox": "24.4.0-alpha23",
"@vaadin/component-base": "24.4.0-alpha23",
"@vaadin/field-base": "24.4.0-alpha23",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha23",
"@vaadin/vaadin-material-styles": "24.4.0-alpha23",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha23"
},

@@ -59,3 +61,3 @@ "devDependencies": {

],
"gitHead": "8e5223bcb61a5561fd984db5d11b31a73ec98eaa"
"gitHead": "a2d703efa3acbb60e1dfece97c506674e0bec19d"
}

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

notify: true,
sync: true,
observer: '__valueChanged',

@@ -39,0 +40,0 @@ },

@@ -42,4 +42,4 @@ import '@vaadin/vaadin-lumo-styles/color.js';

:host(:hover:not([disabled]):not([focused])) [part='label'],
:host(:hover:not([disabled]):not([focused])) [part='helper-text'] {
:host(:hover:not([readonly]):not([disabled]):not([focused])) [part='label'],
:host(:hover:not([readonly]):not([disabled]):not([focused])) [part='helper-text'] {
color: var(--lumo-body-text-color);

@@ -50,3 +50,3 @@ }

@media (pointer: coarse) {
:host(:hover:not([disabled]):not([focused])) [part='label'] {
:host(:hover:not([readonly]):not([disabled]):not([focused])) [part='label'] {
color: var(--lumo-secondary-text-color);

@@ -53,0 +53,0 @@ }

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/checkbox-group",
"version": "24.4.0-alpha22",
"version": "24.4.0-alpha23",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/checkbox-group",
"version": "24.4.0-alpha22",
"version": "24.4.0-alpha23",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",

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