@aurodesignsystem-dev/auro-banner 0.0.0-pr92.1 → 0.0.0-pr97.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/demo/api.md +1 -1
- package/demo/auro-banner.min.js +1 -1
- package/package.json +7 -5
package/demo/api.md
CHANGED
|
@@ -20,7 +20,7 @@ The auro-banner element provides users a flexible way to convey a summary of inf
|
|
|
20
20
|
|
|
21
21
|
| Property | Attribute | Type | Default | Description |
|
|
22
22
|
|-----------------|-----------------|-----------|-------------|--------------------------------------------------|
|
|
23
|
-
| [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the
|
|
23
|
+
| [appearance](#appearance) | `appearance` | `string` | "'default'" | Defines whether the component will be on lighter or darker backgrounds. |
|
|
24
24
|
| [hero](#hero) | `hero` | `Boolean` | false | to be used for hero style configuration |
|
|
25
25
|
| [iconbg](#iconbg) | `iconbg` | `String` | | to be used in conjunction with the iconic variant this specifies the background color of the icon |
|
|
26
26
|
| [iconic](#iconic) | `iconic` | `Boolean` | false | to be used in as a hero on pages but with an icon and no displayImage on mobile |
|
package/demo/auro-banner.min.js
CHANGED
|
@@ -259,7 +259,7 @@ class AuroBanner extends i$2 {
|
|
|
259
259
|
...i$2.properties,
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
|
-
* Defines whether the
|
|
262
|
+
* Defines whether the component will be on lighter or darker backgrounds.
|
|
263
263
|
* @property {'default', 'inverse'}
|
|
264
264
|
* @default 'default'
|
|
265
265
|
*/
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-banner",
|
|
10
|
-
"version": "0.0.0-
|
|
10
|
+
"version": "0.0.0-pr97.0",
|
|
11
11
|
"description": "auro-banner HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"types": "dist/index.d.ts",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": "
|
|
21
|
+
"node": ">=20"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"lit": "^3.3.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@aurodesignsystem/auro-cli": "^3.0.3",
|
|
28
|
-
"@aurodesignsystem/auro-config": "^1.3.
|
|
28
|
+
"@aurodesignsystem/auro-config": "^1.3.1",
|
|
29
29
|
"@aurodesignsystem/auro-header": "^5.0.0",
|
|
30
30
|
"@aurodesignsystem/auro-library": "^5.5.3",
|
|
31
31
|
"@aurodesignsystem/design-tokens": "^8.5.0",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"last 2 Safari major versions"
|
|
41
41
|
],
|
|
42
42
|
"publishConfig": {
|
|
43
|
-
"access": "public"
|
|
43
|
+
"access": "public",
|
|
44
|
+
"provenance": true
|
|
44
45
|
},
|
|
45
46
|
"keywords": [
|
|
46
47
|
"alaska airlines",
|
|
@@ -57,7 +58,8 @@
|
|
|
57
58
|
"lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
|
|
58
59
|
"test": "auro test",
|
|
59
60
|
"test:watch": "auro test --watch",
|
|
60
|
-
"prepare": "husky"
|
|
61
|
+
"prepare": "husky",
|
|
62
|
+
"test:coverage": "auro test --coverage-report --open"
|
|
61
63
|
},
|
|
62
64
|
"exports": {
|
|
63
65
|
"./package.json": "./package.json",
|