@aurodesignsystem/auro-button
Advanced tools
Comparing version 7.2.0 to 7.2.1
# Semantic Release Automated Changelog | ||
## [7.2.1](https://github.com/AlaskaAirlines/auro-button/compare/v7.2.0...v7.2.1) (2023-10-02) | ||
### Performance Improvements | ||
* **class:** add class to span wrapping around content [#233](https://github.com/AlaskaAirlines/auro-button/issues/233) ([43436b2](https://github.com/AlaskaAirlines/auro-button/commit/43436b29f1bd36e1bc7bc753e55c0e6a9257afc6)) | ||
# [7.2.0](https://github.com/AlaskaAirlines/auro-button/compare/v7.1.1...v7.2.0) (2023-07-14) | ||
@@ -4,0 +11,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-button", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Auro custom auro-button element", | ||
@@ -13,0 +13,0 @@ "author": "Product design and research", |
@@ -56,3 +56,2 @@ <!-- | ||
[![License](https://img.shields.io/npm/l/@aurodesignsystem/auro-button?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0) | ||
[![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@aurodesignsystem/auro-button?style=for-the-badge)](https://snyk.io/test/npm/@aurodesignsystem/auro-button?tab=issues) | ||
@@ -205,8 +204,1 @@ ```shell | ||
<!-- AURO-GENERATED-CONTENT:END --> | ||
### Demo deployment | ||
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/deploymentDemo.md) --> | ||
To deploy a demo version of the component for review, run `npm run build:demo` to create a `./build` directory that can be pushed to any static server. | ||
<!-- AURO-GENERATED-CONTENT:END --> |
@@ -197,3 +197,3 @@ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license | ||
<span> | ||
<span class="contentWrapper"> | ||
<span class="textSlot" part="text"> | ||
@@ -200,0 +200,0 @@ ${this.iconOnly ? undefined : html`<slot></slot>`} |
Sorry, the diff of this file is too big to display
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
266835
203