@aurodesignsystem-dev/auro-header 0.0.0-pr168.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 +332 -0
- package/LICENSE +201 -0
- package/NOTICE +2 -0
- package/README.md +143 -0
- package/demo/api.html +56 -0
- package/demo/api.md +334 -0
- package/demo/index.html +56 -0
- package/demo/index.js +4 -0
- package/demo/index.md +76 -0
- package/demo/index.min.js +417 -0
- package/dist/auro-header-D9QEL8PS.js +2 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1 -0
- package/dist/registered.js +1 -0
- package/package.json +80 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
# Semantic Release Automated Changelog
|
|
2
|
+
|
|
3
|
+
# [4.1.0](https://github.com/AlaskaAirlines/auro-header/compare/v4.0.4...v4.1.0) (2025-08-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add `typography` and `visualLevel` props ([d12a48e](https://github.com/AlaskaAirlines/auro-header/commit/d12a48e9636f841e5825edff882df3d22632170b))
|
|
9
|
+
|
|
10
|
+
## [4.0.4](https://github.com/AlaskaAirlines/auro-header/compare/v4.0.3...v4.0.4) (2025-08-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update auro-library to latest version ([e614a93](https://github.com/AlaskaAirlines/auro-header/commit/e614a935c967c1607c0ff814e453b48544802410))
|
|
16
|
+
|
|
17
|
+
## [4.0.3](https://github.com/AlaskaAirlines/auro-header/compare/v4.0.2...v4.0.3) (2025-08-11)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* auro library was causing aqua scan failures ([d43312f](https://github.com/AlaskaAirlines/auro-header/commit/d43312fc5bc472f2441c35f51864e61f80dbc077))
|
|
23
|
+
|
|
24
|
+
## [4.0.2](https://github.com/AlaskaAirlines/auro-header/compare/v4.0.1...v4.0.2) (2025-07-09)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* add themeable type classes ([5fe5656](https://github.com/AlaskaAirlines/auro-header/commit/5fe56560c4c247877eeea045d2c7a096cc55fe62))
|
|
30
|
+
* update docs head content ([e406d5a](https://github.com/AlaskaAirlines/auro-header/commit/e406d5ab3ee61ffae680fc0034f1b58289ad415f))
|
|
31
|
+
|
|
32
|
+
## [4.0.1](https://github.com/AlaskaAirlines/auro-header/compare/v4.0.0...v4.0.1) (2025-04-14)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Performance Improvements
|
|
36
|
+
|
|
37
|
+
* update dependencies and tsconfig ([2ff7814](https://github.com/AlaskaAirlines/auro-header/commit/2ff78140e1db2fdfbef0613cc569ceb1eaa0ee2e))
|
|
38
|
+
* update to use new theming tokens [#154](https://github.com/AlaskaAirlines/auro-header/issues/154) ([aa92dcb](https://github.com/AlaskaAirlines/auro-header/commit/aa92dcbffed5e540e9da0588fa31489d55bd0eca))
|
|
39
|
+
|
|
40
|
+
# [4.0.0](https://github.com/AlaskaAirlines/auro-header/compare/v3.1.0...v4.0.0) (2025-02-28)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
* feat!: move peer dependencies to "real" dependencies ([0f63b0d](https://github.com/AlaskaAirlines/auro-header/commit/0f63b0da4db64b4efce4df8ad7bb1f9ef0163c3a))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### BREAKING CHANGES
|
|
47
|
+
|
|
48
|
+
* last change was breaking _on a patch version_ because of peer dependencies
|
|
49
|
+
|
|
50
|
+
Summary:
|
|
51
|
+
Our current build process relies on peer dependencies being present, but
|
|
52
|
+
the peer dependency pipeline is causing far more issues than it's worth.
|
|
53
|
+
Why not just make them regular dependencies? This is what this PR does :)
|
|
54
|
+
|
|
55
|
+
# [3.1.0](https://github.com/AlaskaAirlines/auro-header/compare/v3.0.1...v3.1.0) (2025-02-18)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* add `no-margin-block` attribute to remove `margin-block` ([17340a0](https://github.com/AlaskaAirlines/auro-header/commit/17340a0a7ad00f2362f4d34950e4cba1a61fda6b))
|
|
61
|
+
|
|
62
|
+
## [3.0.1](https://github.com/AlaskaAirlines/auro-header/compare/v3.0.0...v3.0.1) (2025-02-08)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Performance Improvements
|
|
66
|
+
|
|
67
|
+
* update dependencies ([5074649](https://github.com/AlaskaAirlines/auro-header/commit/5074649f92a115bbea0fecf57d40f5eca9448816))
|
|
68
|
+
|
|
69
|
+
# [3.0.0](https://github.com/AlaskaAirlines/auro-header/compare/v2.4.1...v3.0.0) (2025-01-03)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Performance Improvements
|
|
73
|
+
|
|
74
|
+
* remove deprecated code issues [#133](https://github.com/AlaskaAirlines/auro-header/issues/133) ([e52bfe1](https://github.com/AlaskaAirlines/auro-header/commit/e52bfe13422375be5eecdad1a8e145d1b3e3a71f))
|
|
75
|
+
* semantic release set to main ([e8d5cb3](https://github.com/AlaskaAirlines/auro-header/commit/e8d5cb337dba2e82cbd5661a2064bf1035c2c196))
|
|
76
|
+
* update dependencies ([50e644e](https://github.com/AlaskaAirlines/auro-header/commit/50e644ed178472f396e482760798638f8331e51d))
|
|
77
|
+
* update node to version 22 ([cb06869](https://github.com/AlaskaAirlines/auro-header/commit/cb068694ad71f37fae0670e4d12b9521c66ad455))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### BREAKING CHANGES
|
|
81
|
+
|
|
82
|
+
* This code update resolves issues with deprecated features and cleans up
|
|
83
|
+
the implementation of the `auro-header` component. The `fixed` attribute and legacy size
|
|
84
|
+
options (`xxxs` to `xxxl`) have been eliminated, along with related utility classes and
|
|
85
|
+
documentation references, simplifying margin handling to specified numeric
|
|
86
|
+
values (`none`, `25`, `50`, etc.).
|
|
87
|
+
|
|
88
|
+
Legacy styles and examples supporting pixel-based rendering are removed, aligning the
|
|
89
|
+
component with modern practices. Additionally, two lines in `.husky/pre-commit` that would
|
|
90
|
+
fail in version `v10.0.0`—`#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"`—were
|
|
91
|
+
removed to ensure compatibility.
|
|
92
|
+
|
|
93
|
+
Updates include revisions to documentation files, API examples, and the `auro-header.js` source code,
|
|
94
|
+
while dependencies in the `package.json` file are updated, reflecting the latest version of
|
|
95
|
+
`@aurodesignsystem/auro-library`. These changes streamline the codebase, remove outdated
|
|
96
|
+
functionality, and improve maintainability for future development.
|
|
97
|
+
|
|
98
|
+
## [2.4.1](https://github.com/AlaskaAirlines/auro-header/compare/v2.4.0...v2.4.1) (2024-11-12)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
|
|
103
|
+
* update markdown partial pathing to consume new auro lib [#129](https://github.com/AlaskaAirlines/auro-header/issues/129) ([687508c](https://github.com/AlaskaAirlines/auro-header/commit/687508c0648b644dfc117272adce541689dd7d2d))
|
|
104
|
+
|
|
105
|
+
# [2.4.0](https://github.com/AlaskaAirlines/auro-header/compare/v2.3.1...v2.4.0) (2024-10-21)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* **api:** add register static method [#127](https://github.com/AlaskaAirlines/auro-header/issues/127) ([8f6e9b1](https://github.com/AlaskaAirlines/auro-header/commit/8f6e9b14936cec3747faadc3c6fa1cd4802f6509))
|
|
111
|
+
|
|
112
|
+
## [2.3.1](https://github.com/AlaskaAirlines/auro-header/compare/v2.3.0...v2.3.1) (2024-10-08)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Bug Fixes
|
|
116
|
+
|
|
117
|
+
* moves auro library to dependencies in package.json [#125](https://github.com/AlaskaAirlines/auro-header/issues/125) ([783fff7](https://github.com/AlaskaAirlines/auro-header/commit/783fff704d58d0838b802e3a49cd625ab5daf510))
|
|
118
|
+
|
|
119
|
+
# [2.3.0](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.5...v2.3.0) (2024-09-17)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Features
|
|
123
|
+
|
|
124
|
+
* add tag name as attribute functionality [#123](https://github.com/AlaskaAirlines/auro-header/issues/123) ([697e709](https://github.com/AlaskaAirlines/auro-header/commit/697e70925713648f8479c37ea249632ff0a7acab))
|
|
125
|
+
|
|
126
|
+
## [2.2.5](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.4...v2.2.5) (2024-09-17)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Performance Improvements
|
|
130
|
+
|
|
131
|
+
* **styles:** remove unnecessary sass imports that cause bloat ([bcb618d](https://github.com/AlaskaAirlines/auro-header/commit/bcb618d964ed9ea4c2f3bd4b1b8acc0abb3eaf53))
|
|
132
|
+
* update eslint config and dependencies ([693c70c](https://github.com/AlaskaAirlines/auro-header/commit/693c70c0a7f5704574afe41eac92a951e288cfea))
|
|
133
|
+
|
|
134
|
+
## [2.2.5-beta.1](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.4...v2.2.5-beta.1) (2024-07-10)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Performance Improvements
|
|
138
|
+
|
|
139
|
+
* **styles:** remove unnecessary sass imports that cause bloat ([9a6430f](https://github.com/AlaskaAirlines/auro-header/commit/9a6430f3ef0183253eeaea79beb473e32c1e581a))
|
|
140
|
+
* update eslint config and dependencies ([ab2034a](https://github.com/AlaskaAirlines/auro-header/commit/ab2034a65838a0756b8d21e57d77eba84a8f1b33))
|
|
141
|
+
|
|
142
|
+
## [2.2.4](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.3...v2.2.4) (2024-02-19)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Performance Improvements
|
|
146
|
+
|
|
147
|
+
* **demo:** update demo file structure [#116](https://github.com/AlaskaAirlines/auro-header/issues/116) ([bc47d06](https://github.com/AlaskaAirlines/auro-header/commit/bc47d067cdb63284efa2cde7c55292dcf64ffe7e))
|
|
148
|
+
* **release:** fix branch name for semantic release ([2d7f62c](https://github.com/AlaskaAirlines/auro-header/commit/2d7f62cbacf4800f264799e182af1e4372317c71))
|
|
149
|
+
* **styles:** update scss file to fix style issues ([c5b83ed](https://github.com/AlaskaAirlines/auro-header/commit/c5b83ed8e99f73ae44f9ef77bce1cbbbf5789d01))
|
|
150
|
+
|
|
151
|
+
## [2.2.3](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.2...v2.2.3) (2024-02-13)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Bug Fixes
|
|
155
|
+
|
|
156
|
+
* address broken build step ([b13710b](https://github.com/AlaskaAirlines/auro-header/commit/b13710bd65ea8e9d895e0064be4a262cd08431f8))
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Performance Improvements
|
|
160
|
+
|
|
161
|
+
* update auro dependencies ([dfa3f87](https://github.com/AlaskaAirlines/auro-header/commit/dfa3f8773837454366a75a78150e3c3bd002a844))
|
|
162
|
+
|
|
163
|
+
## [2.2.2](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.1...v2.2.2) (2024-01-31)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Performance Improvements
|
|
167
|
+
|
|
168
|
+
* alaskaairux ref updates ([26ef7be](https://github.com/AlaskaAirlines/auro-header/commit/26ef7be221acc3d2ed557084db091e45b75ce733))
|
|
169
|
+
* **cdn:** update links from unpkg to jsdelivr ([79eedb5](https://github.com/AlaskaAirlines/auro-header/commit/79eedb57c28ac591f42b280cf4493d73f25c5c6b))
|
|
170
|
+
|
|
171
|
+
## [2.2.1](https://github.com/AlaskaAirlines/auro-header/compare/v2.2.0...v2.2.1) (2024-01-27)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Performance Improvements
|
|
175
|
+
|
|
176
|
+
* update index per SSR support ([02f3f54](https://github.com/AlaskaAirlines/auro-header/commit/02f3f54464150dcef295ca04f27d88e4b11266e4))
|
|
177
|
+
|
|
178
|
+
# [2.2.0](https://github.com/AlaskaAirlines/auro-header/compare/v2.1.0...v2.2.0) (2024-01-21)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
* add suport for SSR projects [#113](https://github.com/AlaskaAirlines/auro-header/issues/113) ([084ebb4](https://github.com/AlaskaAirlines/auro-header/commit/084ebb40dbd232bc91d58d5eea0fd8f8c751011c))
|
|
184
|
+
|
|
185
|
+
# [2.1.0](https://github.com/AlaskaAirlines/auro-header/compare/v2.0.1...v2.1.0) (2024-01-08)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
* update adjustable margin API ([407dd9d](https://github.com/AlaskaAirlines/auro-header/commit/407dd9dd8167a22d5b95350f30bb417cba72785b))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Performance Improvements
|
|
194
|
+
|
|
195
|
+
* update to support new Node policy ([5b76187](https://github.com/AlaskaAirlines/auro-header/commit/5b76187cd8ea3c11c3b9215aec3841d3a444a944))
|
|
196
|
+
* update tokens per new theme spec [#44](https://github.com/AlaskaAirlines/auro-header/issues/44) ([f822501](https://github.com/AlaskaAirlines/auro-header/commit/f8225012dc7594fb38f8787d5b645823aacf19c6))
|
|
197
|
+
|
|
198
|
+
## [2.0.1](https://github.com/AlaskaAirlines/auro-header/compare/v2.0.0...v2.0.1) (2023-06-05)
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Performance Improvements
|
|
202
|
+
|
|
203
|
+
* update to gitignore & npmignore file [#97](https://github.com/AlaskaAirlines/auro-header/issues/97) ([70e6b7e](https://github.com/AlaskaAirlines/auro-header/commit/70e6b7e61fbf81bedf9ce6e5358a056a432f5973))
|
|
204
|
+
|
|
205
|
+
# [2.0.0](https://github.com/AlaskaAirlines/auro-header/compare/v1.5.5...v2.0.0) (2023-04-19)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
* misimport pathto 'lit' package in auro-header.js ([0536f41](https://github.com/AlaskaAirlines/auro-header/commit/0536f419f7fdb8271c5eb9222edfbf1a200d4532))
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Documentation
|
|
214
|
+
|
|
215
|
+
* **npm:** Update npm namespace [#70](https://github.com/AlaskaAirlines/auro-header/issues/70) ([663ad0f](https://github.com/AlaskaAirlines/auro-header/commit/663ad0f76c90cde357503ecc2deb1d9d1cd4f7d2))
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Features
|
|
219
|
+
|
|
220
|
+
* **typescript:** add typescript support [#68](https://github.com/AlaskaAirlines/auro-header/issues/68) ([9c76756](https://github.com/AlaskaAirlines/auro-header/commit/9c767563eaf41b34e89d29fe9ade1d6c5c44f0db))
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Performance Improvements
|
|
224
|
+
|
|
225
|
+
* **dev:** update run dev use single terminal [#65](https://github.com/AlaskaAirlines/auro-header/issues/65) ([0e37cf9](https://github.com/AlaskaAirlines/auro-header/commit/0e37cf9620f75ddc84f9a6ec5d3ae7c8da55ef75))
|
|
226
|
+
* **es5:** Remove legacy es5 bundling resources [#61](https://github.com/AlaskaAirlines/auro-header/issues/61) ([a5fb346](https://github.com/AlaskaAirlines/auro-header/commit/a5fb346084d0949d331df833b2b0cdf1eadb94de))
|
|
227
|
+
* **es5:** remove postinstall instrucions [#61](https://github.com/AlaskaAirlines/auro-header/issues/61) ([502cd66](https://github.com/AlaskaAirlines/auro-header/commit/502cd669da991caa2741892af685ab04cc9a8a6e))
|
|
228
|
+
* **husky:** Pre-commit and husky update [#63](https://github.com/AlaskaAirlines/auro-header/issues/63) ([2568b60](https://github.com/AlaskaAirlines/auro-header/commit/2568b607b1c0b9597916fbd49cd108906763e32b))
|
|
229
|
+
* **lit:** Update to Lit2.0 [#66](https://github.com/AlaskaAirlines/auro-header/issues/66) ([e9fa9ef](https://github.com/AlaskaAirlines/auro-header/commit/e9fa9ef5b429d4583ff9f5e769f9f66d279bcf14))
|
|
230
|
+
* **node18:** Update to support node 18++ [#64](https://github.com/AlaskaAirlines/auro-header/issues/64) ([9419a4d](https://github.com/AlaskaAirlines/auro-header/commit/9419a4d31030cc235af78c7c4031198cfcdb39d9))
|
|
231
|
+
* **postCss:** update to postCss.js & remove unused resource ([5e401a9](https://github.com/AlaskaAirlines/auro-header/commit/5e401a91a7bf1693491a371747c46e08386c739e))
|
|
232
|
+
* **sass:** Update Sass to use dart-sass dependency [#62](https://github.com/AlaskaAirlines/auro-header/issues/62) ([1a26b20](https://github.com/AlaskaAirlines/auro-header/commit/1a26b2006f005a5000e8699d6054c172f32f0ffd))
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### BREAKING CHANGES
|
|
236
|
+
|
|
237
|
+
* **npm:** This update will redefine the npm namespace
|
|
238
|
+
for the auro-header element.
|
|
239
|
+
|
|
240
|
+
Changes to be committed:
|
|
241
|
+
modified: README.md
|
|
242
|
+
modified: package.json
|
|
243
|
+
|
|
244
|
+
## [1.5.5](https://github.com/AlaskaAirlines/auro-header/compare/v1.5.4...v1.5.5) (2023-04-18)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
* **resources:** update .npmignore ([ec53629](https://github.com/AlaskaAirlines/auro-header/commit/ec53629e383341a3a0e711f08163d0e55f7f92b8))
|
|
250
|
+
|
|
251
|
+
## [1.5.4](https://github.com/AlaskaAirlines/auro-header/compare/v1.5.3...v1.5.4) (2023-04-17)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* **package:** update .npmignore confg file ([233365f](https://github.com/AlaskaAirlines/auro-header/commit/233365fb4f9c4eb0c77edf997adbd52f64ee34c1))
|
|
257
|
+
|
|
258
|
+
## [1.5.3](https://github.com/AlaskaAirlines/auro-header/compare/v1.5.2...v1.5.3) (2023-04-12)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Performance Improvements
|
|
262
|
+
|
|
263
|
+
* **extend:** allow for custom component registration + extension ([3839c9d](https://github.com/AlaskaAirlines/auro-header/commit/3839c9dded2eae127715c703fdf9fef5c177381b))
|
|
264
|
+
|
|
265
|
+
## [1.5.2](https://github.com/AlaskaAirlines/auro-header/compare/v1.5.1...v1.5.2) (2022-01-10)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
* **bundle:** update dependencies to new tokens and wcss ([5dcf959](https://github.com/AlaskaAirlines/auro-header/commit/5dcf95913a95d93625aebc3e64e3d7a8b5a8281b))
|
|
271
|
+
|
|
272
|
+
## [1.5.1](https://github.com/AlaskaAirlines/auro-header/compare/v1.5.0...v1.5.1) (2021-01-23)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* remove unused packages; update fixed style ([ce07aa0](https://github.com/AlaskaAirlines/auro-header/commit/ce07aa04c60eaed72e878d01a55a57ea3df9ddab))
|
|
278
|
+
|
|
279
|
+
# [1.5.0](https://github.com/AlaskaAirlines/auro-header/compare/v1.4.0...v1.5.0) (2021-01-23)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Features
|
|
283
|
+
|
|
284
|
+
* upgrade to use markdown demo page ([e292451](https://github.com/AlaskaAirlines/auro-header/commit/e292451d0a6bfc21df386bb9072356d3378ac70f))
|
|
285
|
+
* upgrde to rollup bundle ([cac5b13](https://github.com/AlaskaAirlines/auro-header/commit/cac5b136cef96e53179f54c147638b315eb9c4b3))
|
|
286
|
+
|
|
287
|
+
# [1.4.0](https://github.com/AlaskaAirlines/auro-header/compare/v1.3.0...v1.4.0) (2020-10-30)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Features
|
|
291
|
+
|
|
292
|
+
* add support for fixed px feature ([fa7108a](https://github.com/AlaskaAirlines/auro-header/commit/fa7108a469ca9ae25b52c3ddfa9b2f73188086ee))
|
|
293
|
+
|
|
294
|
+
# [1.3.0](https://github.com/AlaskaAirlines/auro-header/compare/v1.2.1...v1.3.0) (2020-09-16)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Features
|
|
298
|
+
|
|
299
|
+
* [#4](https://github.com/AlaskaAirlines/auro-header/issues/4) add support for BOTH top and bottom margin adjustments at the same time ([0b69f87](https://github.com/AlaskaAirlines/auro-header/commit/0b69f874d2a571cc4e7a5ec90837049d8605993c))
|
|
300
|
+
|
|
301
|
+
## [1.2.1](https://github.com/AlaskaAirlines/auro-header/compare/v1.2.0...v1.2.1) (2020-07-31)
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### Bug Fixes
|
|
305
|
+
|
|
306
|
+
* [#3](https://github.com/AlaskaAirlines/auro-header/issues/3) address issue with custom margins and px prop ([04be7e3](https://github.com/AlaskaAirlines/auro-header/commit/04be7e31ae81678cc8377b944094231c63f6fe3e))
|
|
307
|
+
|
|
308
|
+
# [1.2.0](https://github.com/AlaskaAirlines/auro-header/compare/v1.1.0...v1.2.0) (2020-07-16)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* [#2](https://github.com/AlaskaAirlines/auro-header/issues/2) guard aginst removal of prop ([1a532af](https://github.com/AlaskaAirlines/auro-header/commit/1a532aff940f223fa1c02f02043bb7b4dd1ae858))
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Features
|
|
317
|
+
|
|
318
|
+
* add feature to support PX CSS type ([ec7149b](https://github.com/AlaskaAirlines/auro-header/commit/ec7149bbd54491d348da884aaa69eb6e796da161))
|
|
319
|
+
|
|
320
|
+
# [1.1.0](https://github.com/AlaskaAirlines/auro-header/compare/v1.0.0...v1.1.0) (2020-07-09)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* add support for margin adjustments ([43b6e0f](https://github.com/AlaskaAirlines/auro-header/commit/43b6e0fd3cba008563c330270fd9311fe4544603))
|
|
326
|
+
|
|
327
|
+
# 1.0.0 (2020-07-06)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Features
|
|
331
|
+
|
|
332
|
+
* create new header component ([4a46b72](https://github.com/AlaskaAirlines/auro-header/commit/4a46b72746981c018ce03d8fd533c0e7400724a8))
|
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