@aurodesignsystem/auro-formkit 2.0.0-beta.51 → 2.0.0-beta.52

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/components/checkbox/README.md +1 -1
  3. package/components/combobox/README.md +4 -4
  4. package/components/combobox/demo/api.md +1 -1
  5. package/components/combobox/demo/api.min.js +1 -1
  6. package/components/combobox/demo/index.min.js +1 -1
  7. package/components/combobox/dist/auro-combobox.d.ts +1 -1
  8. package/components/combobox/dist/index.js +1 -1
  9. package/components/combobox/dist/registered.js +1 -1
  10. package/components/counter/README.md +1 -1
  11. package/components/counter/demo/api.md +1 -1
  12. package/components/counter/demo/api.min.js +1 -1
  13. package/components/counter/demo/index.min.js +1 -1
  14. package/components/counter/dist/auro-counter-group.d.ts +1 -1
  15. package/components/counter/dist/index.js +1 -1
  16. package/components/counter/dist/registered.js +1 -1
  17. package/components/datepicker/README.md +8 -8
  18. package/components/datepicker/demo/api.md +125 -124
  19. package/components/datepicker/demo/api.min.js +10 -10
  20. package/components/datepicker/demo/index.md +12 -12
  21. package/components/datepicker/demo/index.min.js +10 -10
  22. package/components/datepicker/dist/auro-datepicker.d.ts +3 -3
  23. package/components/datepicker/dist/index.js +10 -10
  24. package/components/datepicker/dist/registered.js +10 -10
  25. package/components/dropdown/README.md +1 -1
  26. package/components/form/README.md +1 -1
  27. package/components/form/demo/working.html +2 -2
  28. package/components/input/README.md +1 -1
  29. package/components/menu/README.md +1 -1
  30. package/components/radio/README.md +1 -1
  31. package/components/select/README.md +3 -3
  32. package/components/select/demo/api.md +1 -1
  33. package/components/select/demo/api.min.js +1 -1
  34. package/components/select/demo/index.min.js +1 -1
  35. package/components/select/dist/auro-select.d.ts +1 -1
  36. package/components/select/dist/index.js +1 -1
  37. package/components/select/dist/registered.js +1 -1
  38. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [2.0.0-beta.52](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.51...v2.0.0-beta.52) (2025-02-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * rename `mobileHeadline` and `mobileDateLabel` to follow `bib.fullscreen.*` pattern ([26a28e8](https://github.com/AlaskaAirlines/auro-formkit/commit/26a28e849fce9bd2ba79721cd1097b4c4cbab943))
9
+
10
+
11
+ ### BREAKING CHANGES
12
+
13
+ * `mobileDateLabel` slot is renamed to `bib.fullscreen.dateLabel`
14
+
3
15
  # [2.0.0-beta.51](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.50...v2.0.0-beta.51) (2025-02-28)
4
16
 
5
17
 
@@ -96,7 +96,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
96
96
  <!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
97
97
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
98
98
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
99
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-checkbox@2.0.0-beta.50/dist/auro-checkbox__bundled.js" type="module"></script>
99
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-checkbox@2.0.0-beta.51/dist/auro-checkbox__bundled.js" type="module"></script>
100
100
  <!-- AURO-GENERATED-CONTENT:END -->
101
101
 
102
102
  ## auro-checkbox use cases
@@ -101,10 +101,10 @@ In cases where the project is not able to process JS assets, there are pre-proce
101
101
  <!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
102
102
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
103
103
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.0/dist/bundled/essentials.css" />
104
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.50/dist/auro-dropdown__bundled.js" type="module"></script>
105
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.50/dist/auro-input__bundled.js" type="module"></script>
106
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.50/dist/auro-menu__bundled.js" type="module"></script>
107
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-combobox@2.0.0-beta.50/dist/auro-combobox__bundled.js" type="module"></script>
104
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.51/dist/auro-dropdown__bundled.js" type="module"></script>
105
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.51/dist/auro-input__bundled.js" type="module"></script>
106
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.51/dist/auro-menu__bundled.js" type="module"></script>
107
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-combobox@2.0.0-beta.51/dist/auro-combobox__bundled.js" type="module"></script>
108
108
  <!-- AURO-GENERATED-CONTENT:END -->
109
109
 
110
110
  ## auro-combobox use cases
@@ -12,7 +12,7 @@
12
12
  | [disabled](#disabled) | `disabled` | `boolean` | | If set, disables the combobox. |
13
13
  | [error](#error) | `error` | `string` | | When defined, sets persistent validity to `customError` and sets the validation message to the attribute value. |
14
14
  | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
15
- | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make mobileHeadline in HeadingDisplay.<br />Otherwise, Heading 600 |
15
+ | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600 |
16
16
  | [noFilter](#noFilter) | `noFilter` | `boolean` | false | If set, combobox will not filter menuoptions based in input. |
17
17
  | [noValidate](#noValidate) | `noValidate` | `boolean` | | If set, disables auto-validation on blur. |
18
18
  | [optionSelected](#optionSelected) | `optionSelected` | `object` | "undefined" | Specifies the current selected option. |
@@ -11686,7 +11686,7 @@ class AuroCombobox extends r$b {
11686
11686
  },
11687
11687
 
11688
11688
  /**
11689
- * If declared, make mobileHeadline in HeadingDisplay.
11689
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
11690
11690
  * Otherwise, Heading 600
11691
11691
  */
11692
11692
  largeFullscreenHeadline: {
@@ -11544,7 +11544,7 @@ class AuroCombobox extends r$b {
11544
11544
  },
11545
11545
 
11546
11546
  /**
11547
- * If declared, make mobileHeadline in HeadingDisplay.
11547
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
11548
11548
  * Otherwise, Heading 600
11549
11549
  */
11550
11550
  largeFullscreenHeadline: {
@@ -111,7 +111,7 @@ export class AuroCombobox extends LitElement {
111
111
  hasChanged: typeof arrayOrUndefinedHasChanged;
112
112
  };
113
113
  /**
114
- * If declared, make mobileHeadline in HeadingDisplay.
114
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
115
115
  * Otherwise, Heading 600
116
116
  */
117
117
  largeFullscreenHeadline: {
@@ -11521,7 +11521,7 @@ class AuroCombobox extends r$b {
11521
11521
  },
11522
11522
 
11523
11523
  /**
11524
- * If declared, make mobileHeadline in HeadingDisplay.
11524
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
11525
11525
  * Otherwise, Heading 600
11526
11526
  */
11527
11527
  largeFullscreenHeadline: {
@@ -11521,7 +11521,7 @@ class AuroCombobox extends r$b {
11521
11521
  },
11522
11522
 
11523
11523
  /**
11524
- * If declared, make mobileHeadline in HeadingDisplay.
11524
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
11525
11525
  * Otherwise, Heading 600
11526
11526
  */
11527
11527
  largeFullscreenHeadline: {
@@ -100,7 +100,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
100
100
  <!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
101
101
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
102
102
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
103
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-counter@2.0.0-beta.50/dist/auro-counter__bundled.js" type="module"></script>
103
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-counter@2.0.0-beta.51/dist/auro-counter__bundled.js" type="module"></script>
104
104
  <!-- AURO-GENERATED-CONTENT:END -->
105
105
 
106
106
  ## auro-counter use cases
@@ -42,7 +42,7 @@
42
42
  |---------------------------|---------------------------|-----------|-------------|--------------------------------------------------|
43
43
  | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
44
44
  | [isDropdown](#isDropdown) | `isDropdown` | `boolean` | false | Indicates if the counter group is displayed as a dropdown. |
45
- | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make mobileHeadline in HeadingDisplay.<br />Otherwise, Heading 600 |
45
+ | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600 |
46
46
  | [max](#max) | `max` | `number` | "undefined" | The maximum value allowed for the whole group of counters. |
47
47
  | [min](#min) | `min` | `number` | "undefined" | The minimum value allowed for the whole group of counters. |
48
48
  | [total](#total) | `total` | `number` | "undefined" | The total value of the counters. |
@@ -5948,7 +5948,7 @@ class AuroCounterGroup extends r$9 {
5948
5948
  },
5949
5949
 
5950
5950
  /**
5951
- * If declared, make mobileHeadline in HeadingDisplay.
5951
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
5952
5952
  * Otherwise, Heading 600
5953
5953
  */
5954
5954
  largeFullscreenHeadline: {
@@ -5948,7 +5948,7 @@ class AuroCounterGroup extends r$9 {
5948
5948
  },
5949
5949
 
5950
5950
  /**
5951
- * If declared, make mobileHeadline in HeadingDisplay.
5951
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
5952
5952
  * Otherwise, Heading 600
5953
5953
  */
5954
5954
  largeFullscreenHeadline: {
@@ -56,7 +56,7 @@ export class AuroCounterGroup extends LitElement {
56
56
  type: ObjectConstructor;
57
57
  };
58
58
  /**
59
- * If declared, make mobileHeadline in HeadingDisplay.
59
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
60
60
  * Otherwise, Heading 600
61
61
  */
62
62
  largeFullscreenHeadline: {
@@ -5948,7 +5948,7 @@ class AuroCounterGroup extends r$9 {
5948
5948
  },
5949
5949
 
5950
5950
  /**
5951
- * If declared, make mobileHeadline in HeadingDisplay.
5951
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
5952
5952
  * Otherwise, Heading 600
5953
5953
  */
5954
5954
  largeFullscreenHeadline: {
@@ -5948,7 +5948,7 @@ class AuroCounterGroup extends r$9 {
5948
5948
  },
5949
5949
 
5950
5950
  /**
5951
- * If declared, make mobileHeadline in HeadingDisplay.
5951
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
5952
5952
  * Otherwise, Heading 600
5953
5953
  */
5954
5954
  largeFullscreenHeadline: {
@@ -72,9 +72,9 @@ import "@aurodesignsystem/auro-formkit/auro-datepicker";
72
72
 
73
73
  ```html
74
74
  <auro-datepicker>
75
- <span slot="mobileHeadline">Datepicker Headline</span>
75
+ <span slot="bib.fullscreen.headline">Datepicker Headline</span>
76
76
  <span slot="fromLabel">Choose a date</span>
77
- <span slot="mobileDateLabel">Choose a date</span>
77
+ <span slot="bib.fullscreen.dateLabel">Choose a date</span>
78
78
  </auro-datepicker>
79
79
  ```
80
80
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -94,10 +94,10 @@ In cases where the project is not able to process JS assets, there are pre-proce
94
94
  <!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
95
95
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
96
96
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.0/dist/bundled/essentials.css" />
97
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.50/dist/auro-dropdown__bundled.js" type="module"></script>
98
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.50/dist/auro-input__bundled.js" type="module"></script>
99
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-popover@2.0.0-beta.50/dist/auro-popover__bundled.js" type="module"></script>
100
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-datepicker@2.0.0-beta.50/dist/auro-datepicker__bundled.js" type="module"></script>
97
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.51/dist/auro-dropdown__bundled.js" type="module"></script>
98
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-input@2.0.0-beta.51/dist/auro-input__bundled.js" type="module"></script>
99
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-popover@2.0.0-beta.51/dist/auro-popover__bundled.js" type="module"></script>
100
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-datepicker@2.0.0-beta.51/dist/auro-datepicker__bundled.js" type="module"></script>
101
101
  <!-- AURO-GENERATED-CONTENT:END -->
102
102
 
103
103
  ## auro-datepicker use cases
@@ -119,9 +119,9 @@ The `<auro-datepicker>` element should be used in situations where users may:
119
119
 
120
120
  ```html
121
121
  <auro-datepicker>
122
- <span slot="mobileHeadline">Datepicker Headline</span>
122
+ <span slot="bib.fullscreen.headline">Datepicker Headline</span>
123
123
  <span slot="fromLabel">Choose a date</span>
124
- <span slot="mobileDateLabel">Choose a date</span>
124
+ <span slot="bib.fullscreen.dateLabel">Choose a date</span>
125
125
  </auro-datepicker>
126
126
  ```
127
127
  <!-- AURO-GENERATED-CONTENT:END -->