@neovici/cosmoz-autocomplete
Advanced tools
Comparing version 8.8.2 to 8.8.3
@@ -11,3 +11,3 @@ import { tagged as css } from '@neovici/cosmoz-utils'; | ||
z-index: 1000; | ||
font-family: var(--paper-font-subhead_-_font-family, initial); | ||
font-family: var(--paper-font-subhead_-_font-family, inherit); | ||
background: #fff; | ||
@@ -14,0 +14,0 @@ min-width: 72px; |
{ | ||
"name": "@neovici/cosmoz-autocomplete", | ||
"version": "8.8.2", | ||
"version": "8.8.3", | ||
"description": "A autocomplete input web component", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
"test:watch": "wtr --watch", | ||
"e2e": "playwright test", | ||
"prepare": "husky", | ||
@@ -34,3 +35,3 @@ "storybook:start": "storybook dev -p 8000", | ||
"storybook:deploy": "storybook-to-ghpages", | ||
"storybook:preview": "npm run storybook:build && http-server -d ./storybook-static/" | ||
"storybook:preview": "npm run storybook:build && http-server ./storybook-static/ --silent" | ||
}, | ||
@@ -86,2 +87,3 @@ "release": { | ||
"@open-wc/testing": "^4.0.0", | ||
"@playwright/test": "^1.43.1", | ||
"@semantic-release/changelog": "^6.0.0", | ||
@@ -95,2 +97,3 @@ "@semantic-release/git": "^10.0.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.7", | ||
"@web/storybook-builder": "^0.1.9", | ||
@@ -97,0 +100,0 @@ "@web/storybook-framework-web-components": "^0.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38464
25