@spectrum-web-components/dropdown
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.3.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dropdown@0.3.4...@spectrum-web-components/dropdown@0.3.5) (2020-01-06) | ||
**Note:** Version bump only for package @spectrum-web-components/dropdown | ||
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dropdown@0.3.3...@spectrum-web-components/dropdown@0.3.4) (2019-12-12) | ||
@@ -8,0 +12,0 @@ |
@@ -56,2 +56,3 @@ { | ||
"name": "disabled", | ||
"attribute": "disabled", | ||
"type": "boolean" | ||
@@ -61,2 +62,3 @@ }, | ||
"name": "invalid", | ||
"attribute": "invalid", | ||
"type": "boolean" | ||
@@ -66,2 +68,3 @@ }, | ||
"name": "label", | ||
"attribute": "label", | ||
"type": "string | undefined" | ||
@@ -71,2 +74,3 @@ }, | ||
"name": "open", | ||
"attribute": "open", | ||
"type": "boolean" | ||
@@ -80,2 +84,3 @@ }, | ||
"name": "quiet", | ||
"attribute": "quiet", | ||
"type": "boolean" | ||
@@ -85,2 +90,3 @@ }, | ||
"name": "value", | ||
"attribute": "value", | ||
"type": "string" | ||
@@ -90,2 +96,3 @@ }, | ||
"name": "selectedItemText", | ||
"attribute": "selectedItemText", | ||
"type": "string" | ||
@@ -92,0 +99,0 @@ }, |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "", | ||
@@ -45,12 +45,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/button": "^0.4.1", | ||
"@spectrum-web-components/icon": "^0.4.2", | ||
"@spectrum-web-components/icons": "^0.2.2", | ||
"@spectrum-web-components/menu": "^0.2.2", | ||
"@spectrum-web-components/menu-item": "^0.3.4", | ||
"@spectrum-web-components/popover": "^0.2.1", | ||
"@spectrum-web-components/shared": "^0.3.3", | ||
"@spectrum-web-components/button": "^0.4.2", | ||
"@spectrum-web-components/icon": "^0.4.3", | ||
"@spectrum-web-components/icons": "^0.2.3", | ||
"@spectrum-web-components/menu": "^0.2.3", | ||
"@spectrum-web-components/menu-item": "^0.3.5", | ||
"@spectrum-web-components/popover": "^0.2.2", | ||
"@spectrum-web-components/shared": "^0.4.0", | ||
"tslib": "^1.10.0" | ||
}, | ||
"gitHead": "c675f8d2840e8ebba47ecc47167265e61514a864" | ||
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb" | ||
} |
@@ -5,2 +5,12 @@ ## Overview | ||
### Installation | ||
``` | ||
npm install @spectrum-web-components/dropdown | ||
# or | ||
yarn add @spectrum-web-components/dropdown | ||
``` | ||
## Example | ||
@@ -7,0 +17,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
109742
1305
114
- Removed@spectrum-web-components/shared@0.3.3(transitive)