@spectrum-web-components/textfield
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/textfield@0.3.4...@spectrum-web-components/textfield@0.3.5) (2020-04-07) | ||
**Note:** Version bump only for package @spectrum-web-components/textfield | ||
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.3...@spectrum-web-components/textfield@0.3.4) (2020-03-25) | ||
@@ -8,0 +12,0 @@ |
@@ -6,2 +6,3 @@ { | ||
"name": "sp-textfield", | ||
"path": "./src/index.ts", | ||
"attributes": [ | ||
@@ -157,8 +158,2 @@ { | ||
} | ||
], | ||
"slots": [ | ||
{ | ||
"name": "icon", | ||
"description": "The icon that appears on the left of the label" | ||
} | ||
] | ||
@@ -165,0 +160,0 @@ } |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
@@ -6,5 +6,2 @@ import { CSSResultArray, TemplateResult, PropertyValues } from 'lit-element'; | ||
import { nothing } from 'lit-html'; | ||
/** | ||
* @slot icon - The icon that appears on the left of the label | ||
*/ | ||
export declare class Textfield extends Focusable { | ||
@@ -11,0 +8,0 @@ static get styles(): CSSResultArray; |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -22,5 +22,2 @@ you may not use this file except in compliance with the License. You may obtain a copy | ||
import { nothing } from 'lit-html'; | ||
/** | ||
* @slot icon - The icon that appears on the left of the label | ||
*/ | ||
export class Textfield extends Focusable { | ||
@@ -27,0 +24,0 @@ constructor() { |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "", | ||
@@ -45,8 +45,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/icon": "^0.4.4", | ||
"@spectrum-web-components/icons": "^0.2.3", | ||
"@spectrum-web-components/shared": "^0.4.3", | ||
"@spectrum-web-components/icon": "^0.4.5", | ||
"@spectrum-web-components/icons": "^0.3.0", | ||
"@spectrum-web-components/shared": "^0.4.4", | ||
"tslib": "^1.10.0" | ||
}, | ||
"gitHead": "cab535e19d13e706a77695266bdffe7648881df6" | ||
"gitHead": "c2eb86ecfa01469b723cbf64163ae7f8e4203119" | ||
} |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the 'License'); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy |
/* | ||
Copyright 2019 Adobe. All rights reserved. | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
@@ -32,6 +32,2 @@ you may not use this file except in compliance with the License. You may obtain a copy | ||
/** | ||
* @slot icon - The icon that appears on the left of the label | ||
*/ | ||
export class Textfield extends Focusable { | ||
@@ -38,0 +34,0 @@ public static get styles(): CSSResultArray { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
146311
1591
+ Added@spectrum-web-components/icons@0.3.3(transitive)
- Removed@spectrum-web-components/icons@0.2.3(transitive)