@aurodesignsystem-dev/auro-formkit 0.0.0-pr1108.2 → 0.0.0-pr1108.3

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.
@@ -1265,12 +1265,13 @@ export function auroMenuLoadingExample() {
1265
1265
  </auro-accordion>
1266
1266
 
1267
1267
  ### Customized bib position
1268
- The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement` attributes.
1268
+ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement`, and `shift` attributes.
1269
1269
 
1270
1270
  - `placement` specifies the preferred position where the bib should appear relative to the trigger.
1271
1271
  - `offset` sets the distance between the trigger and the bib.
1272
1272
  - When `autoPlacement` is enabled, smart positioning logic is applied to determine the best placement for the bib. If all sides have sufficient space, the bib will appear in the position specified by `placement`.
1273
1273
  - Unless `noFlip` is enabled, if there isn't enough space for the preferred `placement`, the bib will automatically flip to an alternative position.
1274
+ - `shift` when enabled, adjusts the bib position when it would overflow the viewport boundaries, ensuring it remains visible.
1274
1275
 
1275
1276
  <div class="exampleWrapper">
1276
1277
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/floaterConfig.html) -->
@@ -552,12 +552,13 @@ You can also individually set the max or min value for each counter in a group.
552
552
  </auro-accordion>
553
553
 
554
554
  ### Customized bib position
555
- The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement` attributes.
555
+ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement`, and `shift` attributes.
556
556
 
557
557
  - `placement` specifies the preferred position where the bib should appear relative to the trigger.
558
558
  - `offset` sets the distance between the trigger and the bib.
559
559
  - When `autoPlacement` is enabled, smart positioning logic is applied to determine the best placement for the bib. If all sides have sufficient space, the bib will appear in the position specified by `placement`.
560
560
  - Unless `noFlip` is enabled, if there isn't enough space for the preferred `placement`, the bib will automatically flip to an alternative position.
561
+ - `shift` when enabled, adjusts the bib position when it would overflow the viewport boundaries, ensuring it remains visible.
561
562
 
562
563
  <div class="exampleWrapper">
563
564
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/floaterConfig.html) -->
@@ -660,12 +660,13 @@ Set stacked attribute to make range datepicker stacked style.
660
660
  </auro-accordion>
661
661
 
662
662
  ### Customized bib position
663
- The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement` attributes.
663
+ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement`, and `shift` attributes.
664
664
 
665
665
  - `placement` specifies the preferred position where the bib should appear relative to the trigger.
666
666
  - `offset` sets the distance between the trigger and the bib.
667
667
  - When `autoPlacement` is enabled, smart positioning logic is applied to determine the best placement for the bib. If all sides have sufficient space, the bib will appear in the position specified by `placement`.
668
668
  - Unless `noFlip` is enabled, if there isn't enough space for the preferred `placement`, the bib will automatically flip to an alternative position.
669
+ - `shift` when enabled, adjusts the bib position when it would overflow the viewport boundaries, ensuring it remains visible.
669
670
 
670
671
  <div class="exampleWrapper">
671
672
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/floaterConfig.html) -->
@@ -659,12 +659,13 @@ On mobile view, adding the `fullscreenBreakpoint="{breakpoint-token}"` will swit
659
659
  </auro-accordion>
660
660
 
661
661
  ### Customized bib position
662
- The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement` attributes.
662
+ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement`, and `shift` attributes.
663
663
 
664
664
  - `placement` specifies the preferred position where the bib should appear relative to the trigger.
665
665
  - `offset` sets the distance between the trigger and the bib.
666
666
  - When `autoPlacement` is enabled, smart positioning logic is applied to determine the best placement for the bib. If all sides have sufficient space, the bib will appear in the position specified by `placement`.
667
- - Unless `noFlip` is enabled, if there isn't enough space for the preferred `placement`, the bib will automatically flip to an alternative position.
667
+ - Unless `noFlip` is enabled, if there isn't enough space for the preferred `placement`, the bib will automatically flip to an alternative position.
668
+ - `shift` when enabled, adjusts the bib position when it would overflow the viewport boundaries, ensuring it remains visible.
668
669
 
669
670
  <div class="exampleWrapper">
670
671
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/floaterConfig.html) -->
@@ -1131,12 +1131,13 @@ The label for selected option can be customized using `displayValue` slot under
1131
1131
  </auro-accordion>
1132
1132
 
1133
1133
  ### Customized bib position
1134
- The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement` attributes.
1134
+ The bib position can be customized with `placement`, `offset`, `flip`, `autoPlacement`, and `shift` attributes.
1135
1135
 
1136
1136
  - `placement` specifies the preferred position where the bib should appear relative to the trigger.
1137
1137
  - `offset` sets the distance between the trigger and the bib.
1138
1138
  - When `autoPlacement` is enabled, smart positioning logic is applied to determine the best placement for the bib. If all sides have sufficient space, the bib will appear in the position specified by `placement`.
1139
1139
  - Unless `noFlip` is enabled, if there isn't enough space for the preferred `placement`, the bib will automatically flip to an alternative position.
1140
+ - `shift` when enabled, adjusts the bib position when it would overflow the viewport boundaries, ensuring it remains visible.
1140
1141
 
1141
1142
  <div class="exampleWrapper">
1142
1143
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/floaterConfig.html) -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr1108.2",
3
+ "version": "0.0.0-pr1108.3",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {