@aurodesignsystem-dev/auro-banner 0.0.0-pr103.0 → 0.0.0-pr103.2

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 CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # auro-banner
5
5
 
6
- The auro-banner element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
6
+ The `auro-banner` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
7
7
 
8
8
  ### Properties & Attributes
9
9
 
@@ -193,7 +193,7 @@ var tokensCss = i$5`:host{--ds-auro-banner-text-color: var(--ds-basic-color-text
193
193
 
194
194
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
195
195
  /**
196
- * The auro-banner element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
196
+ * The `auro-banner` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
197
197
  * @customElement auro-banner
198
198
  *
199
199
  * @slot action - call to action
package/dist/index.d.ts CHANGED
@@ -113,7 +113,7 @@ export type AuroBannerProps = {
113
113
 
114
114
 
115
115
  /**
116
- * The auro-banner element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
116
+ * The `auro-banner` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details.
117
117
  *
118
118
  * ## Attributes & Properties
119
119
  *
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-banner",
10
- "version": "0.0.0-pr103.0",
10
+ "version": "0.0.0-pr103.2",
11
11
  "description": "auro-banner HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "lit": "^3.3.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@aurodesignsystem/auro-cli": "^3.4.2",
27
+ "@aurodesignsystem/auro-cli": "^3.5.0",
28
28
  "@aurodesignsystem/auro-config": "^1.3.1",
29
29
  "@aurodesignsystem/auro-header": "^5.0.0",
30
30
  "@aurodesignsystem/auro-library": "^5.5.4",