Skip to content

Commit

Permalink
perf: alaskaairux ref updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jan 31, 2024
1 parent 9beb216 commit 19de7a5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ In cases where the project is not able to process JS assets, there are pre-proce
Include the following example HTML code in the `<head>` element of your page.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@alaskaairux/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/essentials.css" />

<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-flightline@latest/dist/auro-flightline__bundled.js" type="module"></script>

<!-- for just the segment -->
<script src="https://unpkg.com/@aurodesignsystem/auro-flightline@latest/dist/auro-flight-segment__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/@aurodesignsystem/auro-flightline@latest/dist/auro-flight-segment__bundled.js" type="module"></script>
```

**NOTE:** Be sure to replace `@latest` in the URL with the version of the asset you want. @latest is NOT aware of any MAJOR releases, use at your own risk.
Expand Down
22 changes: 11 additions & 11 deletions demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following illustrates a flight with no layovers or stopovers, for example, S
<auro-flightline></auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -35,7 +35,7 @@ The following illustrates a canceled flight with no layovers or stopovers, for e
<auro-flightline canceled></auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -51,7 +51,7 @@ If the canceled flightline has segments, they will all be shown as canceled. To
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -71,7 +71,7 @@ The following illustrates flight with one layover, for example, SEA to AVP.
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -89,7 +89,7 @@ The following illustrates flight with one layover, that occurs on the following
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -109,7 +109,7 @@ The following illustrates a canceled flight with layovers, for example, SEA to E
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -130,7 +130,7 @@ The following illustrates a flight with one stopover, for example, ANC to ADK.
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -151,7 +151,7 @@ The following illustrates flight with a stopover and a layover, for example, ADK
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -176,7 +176,7 @@ The following illustrates an international flight with stopovers and layovers, f
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -203,7 +203,7 @@ The following illustrates a cancellation of international flight with stopovers
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand Down Expand Up @@ -267,7 +267,7 @@ The first example illustrates a `auro-flightline` element with a container width
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand Down
12 changes: 6 additions & 6 deletions demo/dotCompliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Below are example markets searchable in ITA and Sabre for availability.
<auro-flightline></auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -39,7 +39,7 @@ Ask a TPO to load a CERT flight for you
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand All @@ -60,7 +60,7 @@ The following illustrates flight with one layover, for example, SEA to AVP.
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand Down Expand Up @@ -93,7 +93,7 @@ The following illustrates a flight with one stopover, for example, ANC to ADK.
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand Down Expand Up @@ -126,7 +126,7 @@ The following illustrates flight with a stopover and a layover, for example, ADK
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand Down Expand Up @@ -162,7 +162,7 @@ The following illustrates an international flight with stopovers and layovers, f
</auro-flightline>
</div>

<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>

```html
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type="text/css"
href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@alaskaairux/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
</head>
Expand All @@ -29,6 +29,6 @@
</script>
<script type="module" src="../src/auro-flightline.js"></script>
<script type="module" src="../src/auro-flight-segment.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ <h3>auro-flightline: default</h3>
</main>
<div id="assets">
<link rel="stylesheet"
href="https://unpkg.com/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
href="https://cdn.jsdelivr.net/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet"
href="https://unpkg.com/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/essentials.css" />
href="https://cdn.jsdelivr.net/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/essentials.css" />


<!-- for initial build and test only -->
<script src="/dist/auro-flightline__bundled.js" type="module"></script>

<!-- once first build has been released, update with the links below -->
<!-- Be sure to update the :version number -->
<!-- <script src="https://unpkg.com/@alaskaairux/auro-flightline@:version/dist/auro-flightline__bundled.js" type="module"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/@aurodesignsystem/auro-flightline@:version/dist/auro-flightline__bundled.js" type="module"></script> -->
</div>
</body>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19de7a5

Please sign in to comment.