@aurodesignsystem/auro-card
Advanced tools
Comparing version 4.1.0 to 4.1.1
# Semantic Release Automated Changelog | ||
## [4.1.1](https://github.com/AlaskaAirlines/auro-card/compare/v4.1.0...v4.1.1) (2024-11-18) | ||
### Bug Fixes | ||
* update markdown partial pathing to consume new auro lib [#79](https://github.com/AlaskaAirlines/auro-card/issues/79) ([b3db501](https://github.com/AlaskaAirlines/auro-card/commit/b3db50102e81cb126aa058be55396974cbbea09c)) | ||
### Performance Improvements | ||
* update library to 3.0.2 ([1399d30](https://github.com/AlaskaAirlines/auro-card/commit/1399d30b2550c1e22f07a231c23e1516b30c05fa)) | ||
# [4.1.0](https://github.com/AlaskaAirlines/auro-card/compare/v4.0.1...v4.1.0) (2024-10-24) | ||
@@ -4,0 +16,0 @@ |
@@ -1,3 +0,3 @@ | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../api.md) --> | ||
<!-- The below content is automatically added from ./../api.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../docs/api.md) --> | ||
<!-- The below content is automatically added from ../docs/api.md --> | ||
@@ -54,4 +54,4 @@ # auro-card | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/default.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/default.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/default.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/default.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4rem;"> | ||
@@ -108,4 +108,4 @@ <auro-card> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/default.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/default.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/default.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/default.html --> | ||
@@ -169,4 +169,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/inset.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/inset.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/inset.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/inset.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4rem;"> | ||
@@ -208,4 +208,4 @@ <auro-card variant="inset-container" style="max-width: 300px"> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/inset.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/inset.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/inset.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/inset.html --> | ||
@@ -254,4 +254,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/bordered.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/bordered.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/bordered.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/bordered.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4rem;"> | ||
@@ -293,4 +293,4 @@ <auro-card variant="inset-container" style="max-width: 300px" border> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/bordered.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/bordered.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/bordered.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/bordered.html --> | ||
@@ -341,4 +341,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/navigation.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/navigation.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/navigation.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/navigation.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 1.8rem;"> | ||
@@ -414,4 +414,4 @@ <!-- --> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/navigation.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/navigation.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/navigation.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/navigation.html --> | ||
@@ -418,0 +418,0 @@ ```html |
@@ -9,4 +9,4 @@ <!-- | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./description.md) --> | ||
<!-- The below content is automatically added from ./description.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../docs/partials/description.md) --> | ||
<!-- The below content is automatically added from ../docs/partials/description.md --> | ||
`<auro-card>` is highly customizable [HTML custom element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) is a type of UI design component that display content and actions about a single topic. | ||
@@ -17,4 +17,4 @@ <!-- AURO-GENERATED-CONTENT:END --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./useCases.md) --> | ||
<!-- The below content is automatically added from ./useCases.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../docs/partials/useCases.md) --> | ||
<!-- The below content is automatically added from ../docs/partials/useCases.md --> | ||
The `<auro-card>` element can be use in a variety of ways, including: | ||
@@ -42,4 +42,4 @@ | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/default.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/default.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/default.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/default.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4rem;"> | ||
@@ -96,4 +96,4 @@ <auro-card> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/default.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/default.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/default.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/default.html --> | ||
@@ -157,4 +157,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/inset.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/inset.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/inset.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/inset.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4rem;"> | ||
@@ -196,4 +196,4 @@ <auro-card variant="inset-container" style="max-width: 300px"> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/inset.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/inset.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/inset.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/inset.html --> | ||
@@ -242,4 +242,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/bordered.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/bordered.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/bordered.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/bordered.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 4rem;"> | ||
@@ -281,4 +281,4 @@ <auro-card variant="inset-container" style="max-width: 300px" border> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/bordered.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/bordered.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/bordered.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/bordered.html --> | ||
@@ -329,4 +329,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/navigation.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/navigation.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/navigation.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/navigation.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 1.8rem;"> | ||
@@ -402,4 +402,4 @@ <!-- --> | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/navigation.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/navigation.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/navigation.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/navigation.html --> | ||
@@ -482,4 +482,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/center.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/center.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/center.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/center.html --> | ||
<div style="display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 2rem;"> | ||
@@ -556,4 +556,4 @@ <!-- | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/center.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/center.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/center.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/center.html --> | ||
@@ -639,4 +639,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/typography-cards.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/typography-cards.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/typography-cards.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/typography-cards.html --> | ||
<style> | ||
@@ -715,4 +715,4 @@ .complex-card-wrapper { | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/typography-cards.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/typography-cards.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/typography-cards.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/typography-cards.html --> | ||
@@ -808,4 +808,4 @@ ```html | ||
<div class="exampleWrapper"> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/custom.html) --> | ||
<!-- The below content is automatically added from ./../../apiExamples/custom.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/custom.html) --> | ||
<!-- The below content is automatically added from ../apiExamples/custom.html --> | ||
<custom-card> | ||
@@ -830,4 +830,4 @@ <img | ||
<span slot="trigger">See code</span> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/custom.html) --> | ||
<!-- The below code snippet is automatically added from ./../../apiExamples/custom.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/custom.html) --> | ||
<!-- The below code snippet is automatically added from ../apiExamples/custom.html --> | ||
@@ -834,0 +834,0 @@ ```html |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-card", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "auro-card HTML custom element", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@aurodesignsystem/auro-hyperlink": "^4.0.2", | ||
"@aurodesignsystem/auro-library": "^2.10.1", | ||
"@aurodesignsystem/auro-library": "^3.0.2", | ||
"chalk": "^5.3.0", | ||
@@ -28,0 +28,0 @@ "lit": "^3.2.1" |
@@ -7,3 +7,3 @@ <!-- | ||
This file is generated based on a template fetched from | ||
`https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README.md` | ||
`https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README_updated_paths.md` | ||
and copied to `./componentDocs/README.md` each time the the docs are compiled. | ||
@@ -23,8 +23,8 @@ | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) --> | ||
<!-- The below content is automatically added from ./../docs/partials/description.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) --> | ||
<!-- The below content is automatically added from ./docs/partials/description.md --> | ||
`<auro-card>` is highly customizable [HTML custom element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) is a type of UI design component that display content and actions about a single topic. | ||
<!-- AURO-GENERATED-CONTENT:END --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/readmeAddlInfo.md) --> | ||
<!-- The below content is automatically added from ./../docs/partials/readmeAddlInfo.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) --> | ||
<!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md --> | ||
<!-- AURO-GENERATED-CONTENT This file is to be used for any additional content that should be included in the README.md which is specific to this component. --> | ||
@@ -77,4 +77,4 @@ <!-- AURO-GENERATED-CONTENT:END --> | ||
**Reference component in HTML** | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./apiExamples/basic.html --> | ||
@@ -116,3 +116,3 @@ ```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-card@4.0.1/dist/auro-card__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-card@4.1.1/dist/auro-card__bundled.js" type="module"></script> | ||
``` | ||
@@ -124,4 +124,4 @@ | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/useCases.md) --> | ||
<!-- The below content is automatically added from ./../docs/partials/useCases.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) --> | ||
<!-- The below content is automatically added from ./docs/partials/useCases.md --> | ||
The `<auro-card>` element can be use in a variety of ways, including: | ||
@@ -142,4 +142,4 @@ | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./apiExamples/basic.html --> | ||
@@ -146,0 +146,0 @@ ```html |
Sorry, the diff of this file is too big to display
213683
1855
- Removed@aurodesignsystem/auro-library@2.11.0(transitive)