@nordhealth/components
Advanced tools
Comparing version 1.0.0-alpha.21 to 1.0.0-alpha.22
@@ -429,3 +429,3 @@ { | ||
"kind": "class", | ||
"description": "Select is an input component that provides a menu of options to choose from.", | ||
"description": "Select lets user choose one option from an options menu. Consider using select when you have 6 or more options.", | ||
"name": "Select", | ||
@@ -432,0 +432,0 @@ "slots": [ |
@@ -6,3 +6,3 @@ import { LitElement } from "lit"; | ||
/** | ||
* Select is an input component that provides a menu of options to choose from. | ||
* Select lets user choose one option from an options menu. Consider using select when you have 6 or more options. | ||
* | ||
@@ -9,0 +9,0 @@ * @status draft |
{ | ||
"name": "@nordhealth/components", | ||
"version": "1.0.0-alpha.21", | ||
"version": "1.0.0-alpha.22", | ||
"description": "This package includes Nord Design System web components", | ||
@@ -34,5 +34,5 @@ "author": "Nordhealth <info@nordhealth.com>", | ||
"@custom-elements-manifest/analyzer": "^0.5.5", | ||
"@nordhealth/fonts": "^1.1.5-alpha.1", | ||
"@nordhealth/themes": "^1.4.3-alpha.1", | ||
"@nordhealth/tokens": "^1.0.0-alpha.16", | ||
"@nordhealth/fonts": "^1.1.5-alpha.2", | ||
"@nordhealth/themes": "^1.4.3-alpha.2", | ||
"@nordhealth/tokens": "^1.0.0-alpha.17", | ||
"@open-wc/eslint-config": "^4.3.0", | ||
@@ -115,3 +115,3 @@ "@open-wc/testing": "^2.5.33", | ||
}, | ||
"gitHead": "df5f1f568366c8b86165aded308b4944a133991e" | ||
"gitHead": "65f8171e6c535a4a882a9fae882eaf1f820333e4" | ||
} |
Sorry, the diff of this file is not supported yet
170016