@aurodesignsystem-dev/auro-skeleton 0.0.0-pr58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +280 -0
- package/LICENSE +201 -0
- package/NOTICE +2 -0
- package/README.md +180 -0
- package/demo/api.html +56 -0
- package/demo/api.js +1 -0
- package/demo/api.md +100 -0
- package/demo/api.min.js +3 -0
- package/demo/auro-skeleton.min.js +167 -0
- package/demo/index.html +56 -0
- package/demo/index.js +4 -0
- package/demo/index.md +158 -0
- package/demo/index.min.js +4 -0
- package/dist/auro-skeleton-BBxn-8_4.js +6 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +1 -0
- package/dist/registered.js +1 -0
- package/package.json +140 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
# Semantic Release Automated Changelog
|
|
2
|
+
|
|
3
|
+
## [4.1.3](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.1.2...v4.1.3) (2025-08-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* update auro-library to latest version ([d6abd97](https://github.com/AlaskaAirlines/auro-skeleton/commit/d6abd975cd25eb08d3875bd24c8eae6b9bab2a81))
|
|
9
|
+
|
|
10
|
+
## [4.1.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.1.1...v4.1.2) (2025-08-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* auro library was causing aqua scan failures ([a401435](https://github.com/AlaskaAirlines/auro-skeleton/commit/a40143506540712f7e724418ecfdfb12cc965c7a))
|
|
16
|
+
|
|
17
|
+
## [4.1.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.1.0...v4.1.1) (2025-07-02)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* add type token integration ([820e3aa](https://github.com/AlaskaAirlines/auro-skeleton/commit/820e3aaf21b458513469324a66762479054e8a0e))
|
|
23
|
+
* update docs head content ([0fa05dd](https://github.com/AlaskaAirlines/auro-skeleton/commit/0fa05ddf7bdd8ff8999c184f1f7363f038aecd8d))
|
|
24
|
+
|
|
25
|
+
# [4.1.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.0.0...v4.1.0) (2025-04-28)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* update to use new color theme tokens [#53](https://github.com/AlaskaAirlines/auro-skeleton/issues/53) ([8213b6b](https://github.com/AlaskaAirlines/auro-skeleton/commit/8213b6bc234f35c871958528fce1475dafaf85cf))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Performance Improvements
|
|
34
|
+
|
|
35
|
+
* add wca script for docs api ([db7ee06](https://github.com/AlaskaAirlines/auro-skeleton/commit/db7ee0622523ebda300681e92ec5b11e1fb40f62))
|
|
36
|
+
|
|
37
|
+
# [4.0.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.2...v4.0.0) (2025-02-28)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
* feat!: move peer dependencies to "real" dependencies ([c39e639](https://github.com/AlaskaAirlines/auro-skeleton/commit/c39e63995028efb50d9733786c6080e846e3f83e))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### BREAKING CHANGES
|
|
44
|
+
|
|
45
|
+
* last change was breaking _on a patch version_ because of peer dependencies
|
|
46
|
+
|
|
47
|
+
Summary:
|
|
48
|
+
Our current build process relies on peer dependencies being present, but
|
|
49
|
+
the peer dependency pipeline is causing far more issues than it's worth.
|
|
50
|
+
Why not just make them regular dependencies? This is what this PR does :)
|
|
51
|
+
|
|
52
|
+
## [3.3.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.1...v3.3.2) (2025-02-08)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Performance Improvements
|
|
56
|
+
|
|
57
|
+
* update dependencies ([d8680f2](https://github.com/AlaskaAirlines/auro-skeleton/commit/d8680f2d9cf8b848c5333c3bc9041f579ad3311a))
|
|
58
|
+
|
|
59
|
+
## [3.3.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.3.0...v3.3.1) (2025-02-08)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Performance Improvements
|
|
63
|
+
|
|
64
|
+
* update dependencies ([776a077](https://github.com/AlaskaAirlines/auro-skeleton/commit/776a077242c014c425112c5ef384cb9bb5a5b0d1))
|
|
65
|
+
|
|
66
|
+
# [3.3.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.2.0...v3.3.0) (2025-02-07)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* feature commit to trigger release from last chore ([35e6868](https://github.com/AlaskaAirlines/auro-skeleton/commit/35e6868ce79c9e74abb510a70c76d17f81678c80))
|
|
72
|
+
|
|
73
|
+
# [3.2.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.1.1...v3.2.0) (2024-12-23)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* update auro deps post node 22 update ([9eec344](https://github.com/AlaskaAirlines/auro-skeleton/commit/9eec344965e9c9468c039798274817da41dd46cf))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Performance Improvements
|
|
82
|
+
|
|
83
|
+
* update node to version 22 ([2717502](https://github.com/AlaskaAirlines/auro-skeleton/commit/2717502094be505fcca31cdfff48ca242794283a))
|
|
84
|
+
|
|
85
|
+
## [3.1.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.1.0...v3.1.1) (2024-11-23)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
* update markdown partial pathing to consume new auro lib [#41](https://github.com/AlaskaAirlines/auro-skeleton/issues/41) ([b2c51a7](https://github.com/AlaskaAirlines/auro-skeleton/commit/b2c51a7a0c5e089eb1eab7db5a839b37a2236e15))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Performance Improvements
|
|
94
|
+
|
|
95
|
+
* update library to 3.0.2 ([a80a750](https://github.com/AlaskaAirlines/auro-skeleton/commit/a80a75081b4d14ca73c3e500ee6f1059c87f1eb2))
|
|
96
|
+
|
|
97
|
+
# [3.1.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.0.1...v3.1.0) (2024-10-24)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* **api:** add register static method [#39](https://github.com/AlaskaAirlines/auro-skeleton/issues/39) ([0a5deb7](https://github.com/AlaskaAirlines/auro-skeleton/commit/0a5deb789cb640410c32427a23753cbf1e2222ef))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Performance Improvements
|
|
106
|
+
|
|
107
|
+
* update dependency versions ([2d4af8a](https://github.com/AlaskaAirlines/auro-skeleton/commit/2d4af8a69b421a31f2d3e8c6346a8a3e64572d97))
|
|
108
|
+
|
|
109
|
+
## [3.0.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v3.0.0...v3.0.1) (2024-10-09)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* make auro-library a normal dep instead of devDep ([2f71bc8](https://github.com/AlaskaAirlines/auro-skeleton/commit/2f71bc893c928c49f01334ff07afb8dbd8ab8d7f))
|
|
115
|
+
|
|
116
|
+
# [3.0.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.5...v3.0.0) (2024-09-30)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* resolve minor color theming issues ([37d636c](https://github.com/AlaskaAirlines/auro-skeleton/commit/37d636c76e628a39d62c21a30770771d596b9b34))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Features
|
|
125
|
+
|
|
126
|
+
* add tag name as attribute when custom registered ([99a7b02](https://github.com/AlaskaAirlines/auro-skeleton/commit/99a7b02877fd4248edf2901862b1c3e462be2d4d))
|
|
127
|
+
* refactor color token structure with tier 3 tokens [#31](https://github.com/AlaskaAirlines/auro-skeleton/issues/31) ([ad5bdfa](https://github.com/AlaskaAirlines/auro-skeleton/commit/ad5bdfaef8cf26fbf6e00bba0ecb06e58369c410))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Performance Improvements
|
|
131
|
+
|
|
132
|
+
* refactor custom component registration config ([a5534f5](https://github.com/AlaskaAirlines/auro-skeleton/commit/a5534f516838558f58d7b80469c1944ee6cbac6b))
|
|
133
|
+
* update dependencies ([67b0b6c](https://github.com/AlaskaAirlines/auro-skeleton/commit/67b0b6c2492b5ef3d441292721db2deffbb3dd5d))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### BREAKING CHANGES
|
|
137
|
+
|
|
138
|
+
* trigger major release for color theme support #31
|
|
139
|
+
|
|
140
|
+
## [2.1.5](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.4...v2.1.5) (2024-02-20)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Performance Improvements
|
|
144
|
+
|
|
145
|
+
* **docs:** add custom registration example ([185c777](https://github.com/AlaskaAirlines/auro-skeleton/commit/185c777a618bf9867b717f5bca46e5891e21f96f))
|
|
146
|
+
|
|
147
|
+
## [2.1.4](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.3...v2.1.4) (2024-02-15)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Performance Improvements
|
|
151
|
+
|
|
152
|
+
* **demo:** update demo file names ([ef0a58b](https://github.com/AlaskaAirlines/auro-skeleton/commit/ef0a58b68345fc7ba9dff07effa81d121e55d3a4))
|
|
153
|
+
* **deps:** update dependencies ([aa06406](https://github.com/AlaskaAirlines/auro-skeleton/commit/aa064068472cdbf658f56efa0b512b9a0ad1e77c))
|
|
154
|
+
|
|
155
|
+
## [2.1.3](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.2...v2.1.3) (2024-02-13)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Performance Improvements
|
|
159
|
+
|
|
160
|
+
* update deps and add ESM support badge ([17e6439](https://github.com/AlaskaAirlines/auro-skeleton/commit/17e64399cde80ac8183cb3da054b29b3acbb324f))
|
|
161
|
+
|
|
162
|
+
## [2.1.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.1...v2.1.2) (2024-01-31)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Performance Improvements
|
|
166
|
+
|
|
167
|
+
* alaskaairux ref updates ([7f9ef97](https://github.com/AlaskaAirlines/auro-skeleton/commit/7f9ef9777bf539468f336baf340cacedb2658b98))
|
|
168
|
+
|
|
169
|
+
## [2.1.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.0...v2.1.1) (2024-01-30)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Performance Improvements
|
|
173
|
+
|
|
174
|
+
* **deps:** update dependencies to latest version ([2eb3ce5](https://github.com/AlaskaAirlines/auro-skeleton/commit/2eb3ce5ddecc822fe2f27f92c14ab40f8e9d6f1f))
|
|
175
|
+
* **imports:** update imports to [@aurodesignsystem](https://github.com/aurodesignsystem) ([858660b](https://github.com/AlaskaAirlines/auro-skeleton/commit/858660bb867702e0a08dd63f578d74404d8d19d5))
|
|
176
|
+
* **token:** update token per new theming [#23](https://github.com/AlaskaAirlines/auro-skeleton/issues/23) ([0305927](https://github.com/AlaskaAirlines/auro-skeleton/commit/03059279acaf69a2c0578e6b0651ae0b664296da))
|
|
177
|
+
|
|
178
|
+
# [2.1.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.0.1...v2.1.0) (2022-06-03)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
* **bkgColor:** update gradient color ([c29135c](https://github.com/AlaskaAirlines/auro-skeleton/commit/c29135c5212c9316487efcdc6d377a7bb4689e47))
|
|
184
|
+
|
|
185
|
+
## [2.0.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.0.0...v2.0.1) (2021-12-02)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* **a11y:** update css to support a11y contrast [#16](https://github.com/AlaskaAirlines/auro-skeleton/issues/16) ([d7a175e](https://github.com/AlaskaAirlines/auro-skeleton/commit/d7a175e5a11a02b02f0682a1fbd63f7474d80f01))
|
|
191
|
+
|
|
192
|
+
# [2.0.0](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.8...v2.0.0) (2021-08-13)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### chore
|
|
196
|
+
|
|
197
|
+
* **deps:** update packages ([056bc8d](https://github.com/AlaskaAirlines/auro-skeleton/commit/056bc8d618c8a0e5184ac2a5504119dc17fb99d4))
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
### BREAKING CHANGES
|
|
201
|
+
|
|
202
|
+
* **deps:** This update signals the official release of
|
|
203
|
+
@aurodesignsystem/auro-skeleton html custom element
|
|
204
|
+
|
|
205
|
+
## [1.0.8](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.7...v1.0.8) (2021-07-15)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
* **readme:** correct readme code sample ([fe9fe79](https://github.com/AlaskaAirlines/auro-skeleton/commit/fe9fe79bf4e1744d380a0f37a723108944b82a82))
|
|
211
|
+
|
|
212
|
+
## [1.0.7](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.6...v1.0.7) (2021-06-04)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Bug Fixes
|
|
216
|
+
|
|
217
|
+
* **version:** remove version feature ([9144d4b](https://github.com/AlaskaAirlines/auro-skeleton/commit/9144d4bff34ac4b40b1b9de065e2d244a476ef11))
|
|
218
|
+
|
|
219
|
+
## [1.0.6](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.5...v1.0.6) (2021-06-04)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Bug Fixes
|
|
223
|
+
|
|
224
|
+
* **version:** try a different way to print to file ([8e5f281](https://github.com/AlaskaAirlines/auro-skeleton/commit/8e5f2813dd56d366ccb39486c804687db9990cc0))
|
|
225
|
+
|
|
226
|
+
## [1.0.5](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.4...v1.0.5) (2021-06-04)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* **version:** add back to template ([2068fda](https://github.com/AlaskaAirlines/auro-skeleton/commit/2068fda05936707d9d35248e8aad3a308c05ea02))
|
|
232
|
+
* **version:** remove from template ([bb584f3](https://github.com/AlaskaAirlines/auro-skeleton/commit/bb584f3a3badc8e0136104105fd6c63aa2f20e23))
|
|
233
|
+
|
|
234
|
+
## [1.0.4](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.3...v1.0.4) (2021-06-04)
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Bug Fixes
|
|
238
|
+
|
|
239
|
+
* **version:** add suport for version in dom ([779bb67](https://github.com/AlaskaAirlines/auro-skeleton/commit/779bb6735a8374d7d0ca9afa45d975ac59c3145b))
|
|
240
|
+
* **version:** remove from template ([df02d20](https://github.com/AlaskaAirlines/auro-skeleton/commit/df02d20099d071c18344eaa884d7a7329e31e6b0))
|
|
241
|
+
|
|
242
|
+
## [1.0.3](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.2...v1.0.3) (2021-06-04)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Bug Fixes
|
|
246
|
+
|
|
247
|
+
* **version:** dry run of next version ([e371ccb](https://github.com/AlaskaAirlines/auro-skeleton/commit/e371ccbbc256fd27f452704f1d944c08fe22f277))
|
|
248
|
+
|
|
249
|
+
## [1.0.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.1...v1.0.2) (2021-06-04)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Bug Fixes
|
|
253
|
+
|
|
254
|
+
* **version:** dry run of next version ([e20eb3a](https://github.com/AlaskaAirlines/auro-skeleton/commit/e20eb3adb5cb41493c8885f21289a734bf022b42))
|
|
255
|
+
|
|
256
|
+
## [1.0.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.0...v1.0.1) (2021-06-04)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
* **automate api:** address setup for commit back of generated API ([c6d5c3d](https://github.com/AlaskaAirlines/auro-skeleton/commit/c6d5c3def1f39238179e3ee5c4a63e383e43e8bd))
|
|
262
|
+
|
|
263
|
+
# 1.0.0 (2021-06-03)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
* **commitlint:** update rules ([d4ae08a](https://github.com/AlaskaAirlines/auro-skeleton/commit/d4ae08aefc8ba966fd333627f59d22045e31c1f1))
|
|
269
|
+
* **commitLint:** add config; reset all max values ([b07fcc7](https://github.com/AlaskaAirlines/auro-skeleton/commit/b07fcc76942c0b26357fe6db48320f1a42903940))
|
|
270
|
+
* **commitLint:** add config; set max to 1000 ([1806caf](https://github.com/AlaskaAirlines/auro-skeleton/commit/1806cafaf852d978277d9143d88225102fe152f1))
|
|
271
|
+
* **commitLint:** set max to 1000 ([c83d2fc](https://github.com/AlaskaAirlines/auro-skeleton/commit/c83d2fc479c5def0ddc5832bb62f6e4a1246a1bf))
|
|
272
|
+
* **commitLint:** set max-length to Infinity ([b7edaf2](https://github.com/AlaskaAirlines/auro-skeleton/commit/b7edaf2800feaa1ff33a19e4061b4cbbb34626ca))
|
|
273
|
+
* **preCommit:** remove hook and replace with text ([0db4982](https://github.com/AlaskaAirlines/auro-skeleton/commit/0db49822a35b5a1c9e98f905058a74f4f580e437))
|
|
274
|
+
* clean up repo ([d2202bd](https://github.com/AlaskaAirlines/auro-skeleton/commit/d2202bd75158473969a2598302925a9e9619a2fa))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Features
|
|
278
|
+
|
|
279
|
+
* initial component build ([abb3c10](https://github.com/AlaskaAirlines/auro-skeleton/commit/abb3c10e16d96c2df2da7e5f6e009935e6b9ee64))
|
|
280
|
+
* update component ([2d9abab](https://github.com/AlaskaAirlines/auro-skeleton/commit/2d9abab184ccff84549ede0457103e25ccadb0ad))
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/NOTICE
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
The README.md file is a compiled document. No edits should be made directly to this file.
|
|
3
|
+
|
|
4
|
+
README.md is created by running `npm run build:docs`.
|
|
5
|
+
|
|
6
|
+
This file is generated based on a template fetched from
|
|
7
|
+
`https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README_updated_paths.md`
|
|
8
|
+
and copied to `./componentDocs/README.md` each time the the docs are compiled.
|
|
9
|
+
|
|
10
|
+
The following sections are editable by making changes to the following files:
|
|
11
|
+
|
|
12
|
+
| SECTION | DESCRIPTION | FILE LOCATION |
|
|
13
|
+
|------------------------|---------------------------------------------------|-------------------------------------|
|
|
14
|
+
| Description | Description of the component | `./docs/partials/description.md` |
|
|
15
|
+
| Use Cases | Examples for when to use this component | `./docs/partials/useCases.md` |
|
|
16
|
+
| Additional Information | For use to add any component specific information | `./docs/partials/readmeAddlInfo.md` |
|
|
17
|
+
| Component Example Code | HTML sample code of the components use | `./apiExamples/basic.html` |
|
|
18
|
+
-->
|
|
19
|
+
|
|
20
|
+
# Skeleton
|
|
21
|
+
|
|
22
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
|
|
23
|
+
<!-- The below content is automatically added from ./docs/partials/description.md -->
|
|
24
|
+
The `<auro-skeleton>` custom element is for use when display content takes an extended amount of time to process and render on-screen. This indicator communicates to the user that data is being loaded and that the page is not frozen.
|
|
25
|
+
|
|
26
|
+
[Research](https://www.nngroup.com/articles/progress-indicators/) conducted by the Nielsen Norman Group states that using skeleton states and [loading indicators](https://auro.alaskaair.com/components/auro/loader) improve user satisfaction.
|
|
27
|
+
|
|
28
|
+
The `<auro-skeleton>` element uses animation to convey that the page is still loading in order to reduce user uncertainty.
|
|
29
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
30
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) -->
|
|
31
|
+
<!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md -->
|
|
32
|
+
<!-- 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. -->
|
|
33
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
34
|
+
|
|
35
|
+
## UI development browser support
|
|
36
|
+
|
|
37
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/browserSupport.md) -->
|
|
38
|
+
For the most up to date information on [UI development browser support](https://auro.alaskaair.com/support/browsersSupport)
|
|
39
|
+
|
|
40
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
41
|
+
|
|
42
|
+
## Install
|
|
43
|
+
|
|
44
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentInstall_esm.md) -->
|
|
45
|
+
[](https://github.com/AlaskaAirlines/auro-skeleton/actions/workflows/testPublish.yml)
|
|
46
|
+
[](https://www.npmjs.com/package/@aurodesignsystem/auro-skeleton)
|
|
47
|
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
+

|
|
49
|
+
|
|
50
|
+
```shell
|
|
51
|
+
$ npm i @aurodesignsystem/auro-skeleton
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Installing as a direct, dev or peer dependency is up to the user installing the package. If you are unsure as to what type of dependency you should use, consider reading this [stack overflow](https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies) answer.
|
|
55
|
+
|
|
56
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
57
|
+
|
|
58
|
+
### Design Token CSS Custom Property dependency
|
|
59
|
+
|
|
60
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/designTokens.md) -->
|
|
61
|
+
The use of any Auro custom element has a dependency on the [Auro Design Tokens](https://auro.alaskaair.com/getting-started/developers/design-tokens).
|
|
62
|
+
|
|
63
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
64
|
+
|
|
65
|
+
### Define dependency in project component
|
|
66
|
+
|
|
67
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImportDescription.md) -->
|
|
68
|
+
Defining the component dependency within each component that is using the `<auro-skeleton>` component.
|
|
69
|
+
|
|
70
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
71
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImport.md) -->
|
|
72
|
+
|
|
73
|
+
```js
|
|
74
|
+
import "@aurodesignsystem/auro-skeleton";
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
78
|
+
**Reference component in HTML**
|
|
79
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) -->
|
|
80
|
+
<!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
|
|
81
|
+
|
|
82
|
+
```html
|
|
83
|
+
<auro-skeleton shape="circle" style="width: 40px; height: 40px"></auro-skeleton>
|
|
84
|
+
<auro-skeleton shape="oval" style="width: 200px; height: 100px;"></auro-skeleton>
|
|
85
|
+
<auro-skeleton shape="rectangle" style="width: 400px; height: 300px"></auro-skeleton>
|
|
86
|
+
```
|
|
87
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
88
|
+
|
|
89
|
+
## Install bundled assets from CDN
|
|
90
|
+
|
|
91
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleInstallDescription.md) -->
|
|
92
|
+
In cases where the project is not able to process JS assets, there are pre-processed assets available for use. See -- `auro-skeleton__bundled.js` for modern browsers. Legacy browsers such as IE11 are no longer supported.
|
|
93
|
+
|
|
94
|
+
**WARNING!** When installing into your application environment, DO NOT use `@latest` for the requested version. Risks include unknown MAJOR version releases and instant adoption of any new features and possible bugs without developer knowledge. The `@latest` wildcard should NEVER be used for production customer-facing applications. You have been warned.
|
|
95
|
+
|
|
96
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
97
|
+
|
|
98
|
+
### Bundle example code
|
|
99
|
+
|
|
100
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleUseModBrowsers.md) -->
|
|
101
|
+
|
|
102
|
+
```html
|
|
103
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@/dist/auro-classic/CSSCustomProperties.css" />
|
|
104
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@/dist/bundled/essentials.css" />
|
|
105
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@0.0.0/dist/auro-skeleton__bundled.js" type="module"></script>
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
109
|
+
|
|
110
|
+
## auro-skeleton use cases
|
|
111
|
+
|
|
112
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) -->
|
|
113
|
+
<!-- The below content is automatically added from ./docs/partials/useCases.md -->
|
|
114
|
+
The `<auro-skeleton>` element can be used on container-based components like `<auro-card>` and other structured lists.
|
|
115
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
116
|
+
|
|
117
|
+
## API Code Examples
|
|
118
|
+
|
|
119
|
+
### Default auro-skeleton
|
|
120
|
+
|
|
121
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) -->
|
|
122
|
+
<!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
|
|
123
|
+
|
|
124
|
+
```html
|
|
125
|
+
<auro-skeleton shape="circle" style="width: 40px; height: 40px"></auro-skeleton>
|
|
126
|
+
<auro-skeleton shape="oval" style="width: 200px; height: 100px;"></auro-skeleton>
|
|
127
|
+
<auro-skeleton shape="rectangle" style="width: 400px; height: 300px"></auro-skeleton>
|
|
128
|
+
```
|
|
129
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
130
|
+
|
|
131
|
+
## Development
|
|
132
|
+
|
|
133
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/developmentDescription.md) -->
|
|
134
|
+
In order to develop against this project, if you are not part of the core team, you will be required to fork the project prior to submitting a pull request.
|
|
135
|
+
|
|
136
|
+
Please be sure to review the [contribution guidelines](https://auro.alaskaair.com/contributing) for this project. Please make sure to **pay special attention** to the **conventional commits** section of the document.
|
|
137
|
+
|
|
138
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
139
|
+
|
|
140
|
+
### Start development environment
|
|
141
|
+
|
|
142
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/localhost.md) -->
|
|
143
|
+
Once the project has been cloned to your local resource and you have installed all the dependencies you will need to open a shell session to run the **dev server**.
|
|
144
|
+
|
|
145
|
+
```shell
|
|
146
|
+
$ npm run dev
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
Open [localhost:8000](http://localhost:8000/)
|
|
150
|
+
|
|
151
|
+
If running separate sessions is preferred, please run the following commands in individual terminal shells.
|
|
152
|
+
|
|
153
|
+
```shell
|
|
154
|
+
$ npm run build:watch
|
|
155
|
+
|
|
156
|
+
$ npm run serve
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
160
|
+
|
|
161
|
+
### API generation
|
|
162
|
+
|
|
163
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/api.md) -->
|
|
164
|
+
The custom element API file is generated in the build and committed back to the repo with a version change. If the API doc has changed without a version change, author's are to run `npm run build:api` to generate the doc and commit to version control.
|
|
165
|
+
|
|
166
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
167
|
+
|
|
168
|
+
### Testing
|
|
169
|
+
|
|
170
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/testing.md) -->
|
|
171
|
+
Automated tests are required for every Auro component. See `.\test\auro-skeleton.test.js` for the tests for this component. Run `npm test` to run the tests and check code coverage. Tests must pass and meet a certain coverage threshold to commit. See [the testing documentation](https://auro.alaskaair.com/support/tests) for more details.
|
|
172
|
+
|
|
173
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
174
|
+
|
|
175
|
+
### Bundled assets
|
|
176
|
+
|
|
177
|
+
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/bundles.md) -->
|
|
178
|
+
Bundled assets are only generated in the remote and not merged back to this repo. To review and/or test a bundled asset locally, run `$ npm run bundler` to generate assets.
|
|
179
|
+
|
|
180
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|