Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-input

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-input - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

10

dist/styles.js

@@ -112,3 +112,6 @@ import { tagged as css } from '@neovici/cosmoz-utils';

}
.wrap:has(#input:not(:placeholder-shown)) slot[name='suffix']::slotted(*),
.wrap:has(#input:not(:placeholder-shown)) slot[name='prefix']::slotted(*) {
transform: translateY(var(--label-translate-y));
}
:host([always-float-label]) label,

@@ -128,2 +131,7 @@ #input:not(:placeholder-shown) + label {

:host([always-float-label]) slot[name='suffix']::slotted(*),
:host([always-float-label]) slot[name='prefix']::slotted(*) {
transform: translateY(var(--label-translate-y));
}
:host(:not(always-float-label):focus-within) #input::placeholder,

@@ -130,0 +138,0 @@ :host(:focus-within) label {

2

package.json
{
"name": "@neovici/cosmoz-input",
"version": "5.0.0",
"version": "5.0.1",
"description": "A input web component",

@@ -5,0 +5,0 @@ "keywords": [

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