@aurodesignsystem-dev/auro-button 0.0.0-pr377.0 → 0.0.0-pr377.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/README.md CHANGED
@@ -33,11 +33,7 @@ The `<auro-button>` element creates interactive buttons for triggering actions i
33
33
 
34
34
  Beyond that breakpoint `<auro-button>` will assume the width of the content or a min-width of `8.75rem`, which ever is greater.
35
35
 
36
- If the desired appearance of the `<auro-button>` is to be placed in the reverse direction of natural content, then the attributes of `responsive` and `reverse` are needed on the `<auro-button>` element.
37
-
38
- ## Multi button support
39
-
40
- When the UI requires the use of multiple buttons within the same space, with the use of the [Auro Web Core Style Sheets](https://alaskaairlines.github.io/WebCoreStyleSheets/#utility-auro-css-#{$scope}.auro_containedButtons), and the `auro_containedButtons`.
36
+ If the desired appearance of the `<auro-button>` is to be placed in the reverse direction of natural content, then the attributes of `responsive` and `reverse` are needed on the `<auro-button>` element.
41
37
  <!-- AURO-GENERATED-CONTENT:END -->
42
38
 
43
39
  ## Use Cases
@@ -8,7 +8,7 @@
8
8
  "declarations": [
9
9
  {
10
10
  "kind": "class",
11
- "description": "AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.\nIt is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.",
11
+ "description": "The `auro-button` element provides a styled, accessible button with support for various states and form association.\nIt is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.",
12
12
  "name": "AuroButton",
13
13
  "members": [
14
14
  {
package/demo/api.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # auro-button
5
5
 
6
- AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.
6
+ The `auro-button` element provides a styled, accessible button with support for various states and form association.
7
7
  It is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.
8
8
 
9
9
  ### Properties & Attributes
@@ -747,7 +747,7 @@ var tokensCss = i$4`:host{--ds-auro-button-border-color: var(--ds-advanced-color
747
747
  const ICON_ONLY_SHAPES = ["circle", "square"];
748
748
 
749
749
  /**
750
- * AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.
750
+ * The `auro-button` element provides a styled, accessible button with support for various states and form association.
751
751
  * It is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.
752
752
  * @customElement auro-button
753
753
  */
package/dist/index.d.ts CHANGED
@@ -143,7 +143,7 @@ Example: `<auro-button .tabindex="${this.disabled ? '-1' : '0'}"></auro-button>`
143
143
 
144
144
 
145
145
  /**
146
- * AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.
146
+ * The `auro-button` element provides a styled, accessible button with support for various states and form association.
147
147
  * It is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.
148
148
  *
149
149
  * ## Attributes & Properties
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-button",
10
- "version": "0.0.0-pr377.0",
10
+ "version": "0.0.0-pr377.2",
11
11
  "description": "Auro custom auro-button element",
12
12
  "author": "Product design and research",
13
13
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "lit": "^3.3.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@aurodesignsystem/auro-cli": "^3.4.2",
28
+ "@aurodesignsystem/auro-cli": "^3.5.0",
29
29
  "@aurodesignsystem/auro-config": "^1.3.1",
30
30
  "@aurodesignsystem/auro-library": "^5.5.4",
31
31
  "@aurodesignsystem/auro-loader": "^6.1.0",