-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: This commit adds all the necessary code examples needed for the API illustrations. This commit also removes the code for the unused XL and XXS variants. Changes to be committed: new file: apiExamples/api_large.html new file: apiExamples/api_medium.html new file: apiExamples/api_small.html new file: apiExamples/api_xs.html modified: apiExamples/custom_speed.html modified: apiExamples/loaderGallery.html modified: apiExamples/loader_sizes.html new file: apiExamples/ondark.html new file: apiExamples/onlight.html new file: apiExamples/property_laser.html new file: apiExamples/property_orbit.html new file: apiExamples/property_pulse.html new file: apiExamples/property_ringworm.html new file: apiExamples/white.html modified: demo/api.html modified: demo/apiExamples.md modified: demo/demo.md modified: docs/api.md modified: docs/partials/apiExamples.md modified: scripts/generateDocs.mjs modified: src/auro-loader.js modified: src/styles/_base.scss modified: src/styles/_orbit.scss
- Loading branch information
1 parent
fe28a6b
commit 1f12759
Showing
24 changed files
with
480 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm lg></auro-loader> | ||
<auro-loader orbit lg></auro-loader> | ||
<auro-loader pulse lg></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm md></auro-loader> | ||
<auro-loader orbit md></auro-loader> | ||
<auro-loader pulse md></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm sm></auro-loader> | ||
<auro-loader orbit sm></auro-loader> | ||
<auro-loader pulse sm></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm xs></auro-loader> | ||
<auro-loader orbit xs></auro-loader> | ||
<auro-loader pulse xs></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<auro-loader ringworm md></auro-loader> | ||
<auro-loader orbit md></auro-loader> | ||
<auro-loader pulse md></auro-loader> | ||
<auro-loader ringworm></auro-loader> | ||
<auro-loader orbit></auro-loader> | ||
<auro-loader pulse></auro-loader> | ||
<auro-loader laser></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<auro-loader ringworm xs></auro-loader> | ||
<auro-loader ringworm></auro-loader> | ||
<auro-loader ringworm sm></auro-loader> | ||
<auro-loader ringworm md></auro-loader> | ||
<auro-loader ringworm lg></auro-loader> | ||
<auro-loader ringworm xl></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm ondark></auro-loader> | ||
<auro-loader orbit ondark></auro-loader> | ||
<auro-loader pulse ondark></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm onLight></auro-loader> | ||
<auro-loader orbit onLight></auro-loader> | ||
<auro-loader pulse onLight></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<auro-loader laser></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<auro-loader orbit></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<auro-loader pulse></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<auro-loader ringworm></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-loader ringworm white></auro-loader> | ||
<auro-loader orbit white></auro-loader> | ||
<auro-loader pulse white></auro-loader> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
type="text/css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/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> | ||
|
@@ -43,6 +43,6 @@ | |
<script type="module" data-demo-script="true" src="../index.js"></script> | ||
|
||
<!-- If additional elements are needed for the demo, add them here. --> | ||
<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> |
Oops, something went wrong.