Skip to content

Commit

Permalink
perf(namespace): update @alaskaairux references
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and blackfalcon committed Feb 1, 2024
1 parent bad1e3b commit a5c828e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 36 deletions.
6 changes: 3 additions & 3 deletions demo/api.html
Expand Up @@ -22,7 +22,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 @@ -44,9 +44,9 @@

<!-- If additional elements are needed for the demo, add them here. -->
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@alaskaairux/auro-icon@latest/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@aurodesignsystem/auro-icon@latest/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@aurodesignsystem/auro-input@latest/dist/auro-input__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@alaskaairux/auro-button@latest/dist/auro-button__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@aurodesignsystem/auro-button@latest/dist/auro-button__bundled.js" type="module"></script>
<script src="./api.min.js"></script>
<script>
initMenuApiExamples();
Expand Down
24 changes: 12 additions & 12 deletions demo/api.md
Expand Up @@ -63,7 +63,7 @@ The auro-menu element provides users a way to select from a list of options.
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/basic.html -->
Expand Down Expand Up @@ -122,7 +122,7 @@ Applying the `noCheckmark` attribute will prevent the check icon from being show
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/noCheckmark.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/noCheckmark.html -->
Expand Down Expand Up @@ -186,7 +186,7 @@ The `auro-menu` element with `disabled` will mark all `auro-menuoption` elements
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/disabledMenu.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/disabledMenu.html -->
Expand Down Expand Up @@ -234,7 +234,7 @@ The `auro-menu` component supports the use of the `matchWord` attribute to highl
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/matchWord.js) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/matchWord.js -->
Expand Down Expand Up @@ -320,7 +320,7 @@ When setting the `max-height` of `auro-menu`, all of the overflowing content can
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/scroll.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/scroll.html -->
Expand Down Expand Up @@ -385,7 +385,7 @@ To create a natural separation between options, simply use a `<hr>` element.
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/hr.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/hr.html -->
Expand Down Expand Up @@ -450,7 +450,7 @@ The `auro-menu` element supports the placement of an `auro-menu` inside of anoth
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/nestedMenu.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/nestedMenu.html -->
Expand Down Expand Up @@ -515,7 +515,7 @@ The `auro-menuoption` element supports the placement of the `disabled` attribute
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/disabled.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/disabled.html -->
Expand Down Expand Up @@ -562,7 +562,7 @@ The `auro-menu` element supports a pre-selected option via the `selected` attrib
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/preselect.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/preselect.html -->
Expand Down Expand Up @@ -609,7 +609,7 @@ The `auro-menu` element supports scenarios where the outer parent element of the
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/restrictedWidth.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/restrictedWidth.html -->
Expand Down Expand Up @@ -656,7 +656,7 @@ The `auro-menuoption` element supports scenarios where the menu option needs to
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/hidden.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/hidden.html -->
Expand Down Expand Up @@ -698,7 +698,7 @@ The `auro-menu` may be reset to a state with no menuoption selected by setting t
<auro-button id="resetExampleBtn">RESET</auro-button>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/reset.js) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/reset.js -->
Expand Down
7 changes: 2 additions & 5 deletions demo/index.html
Expand Up @@ -22,7 +22,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 @@ -47,10 +47,7 @@
registerComponent('custom-menu');
</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@alaskaairux/auro-icon@latest/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@aurodesignsystem/auro-input@latest/dist/auro-input__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@alaskaairux/auro-button@latest/dist/auro-button__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm@aurodesignsystem/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
<script src="./index.min.js"></script>
<script>
initMenuIndexExamples();
Expand Down
4 changes: 2 additions & 2 deletions demo/index.md
Expand Up @@ -42,7 +42,7 @@ A basic `auro-menu` element with nested `auro-menuoption` elements to generate a
</auro-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<span slot="trigger">See code</span>
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
<!-- The below code snippet is automatically added from ./../../apiExamples/basic.html -->
Expand Down Expand Up @@ -78,7 +78,7 @@ To protect from versioning conflicts with other instances of the component being
</custom-menu>
<!-- AURO-GENERATED-CONTENT:END -->
</div>
<auro-accordion lowProfile justifyRight>
<auro-accordion alignRight>
<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 -->
Expand Down
24 changes: 12 additions & 12 deletions docs/partials/api.md
Expand Up @@ -10,7 +10,7 @@
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
Expand All @@ -29,7 +29,7 @@ Applying the `noCheckmark` attribute will prevent the check icon from being show
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/noCheckmark.html) -->
Expand All @@ -46,7 +46,7 @@ The `auro-menu` element with `disabled` will mark all `auro-menuoption` elements
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/disabledMenu.html) -->
Expand All @@ -63,7 +63,7 @@ The `auro-menu` component supports the use of the `matchWord` attribute to highl
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/matchWord.js) -->
Expand All @@ -85,7 +85,7 @@ When setting the `max-height` of `auro-menu`, all of the overflowing content can
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/scroll.html) -->
Expand All @@ -102,7 +102,7 @@ To create a natural separation between options, simply use a `<hr>` element.
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/hr.html) -->
Expand All @@ -119,7 +119,7 @@ The `auro-menu` element supports the placement of an `auro-menu` inside of anoth
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/nestedMenu.html) -->
Expand All @@ -136,7 +136,7 @@ The `auro-menuoption` element supports the placement of the `disabled` attribute
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/disabled.html) -->
Expand All @@ -153,7 +153,7 @@ The `auro-menu` element supports a pre-selected option via the `selected` attrib
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/preselect.html) -->
Expand All @@ -170,7 +170,7 @@ The `auro-menu` element supports scenarios where the outer parent element of the
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/restrictedWidth.html) -->
Expand All @@ -187,7 +187,7 @@ The `auro-menuoption` element supports scenarios where the menu option needs to
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/hidden.html) -->
Expand All @@ -204,7 +204,7 @@ The `auro-menu` may be reset to a state with no menuoption selected by setting t
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/reset.js) -->
Expand Down
4 changes: 2 additions & 2 deletions docs/partials/index.md
Expand Up @@ -25,7 +25,7 @@ A basic `auro-menu` element with nested `auro-menuoption` elements to generate a
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
Expand All @@ -46,7 +46,7 @@ To protect from versioning conflicts with other instances of the component being
<!-- AURO-GENERATED-CONTENT:END -->
</div>

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

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/custom.html) -->
Expand Down

0 comments on commit a5c828e

Please sign in to comment.