@ascentgl/ads-ui 21.124.0 → 21.125.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/package.json
CHANGED
|
@@ -4485,6 +4485,8 @@ interface VerticalSideNavigationStep {
|
|
|
4485
4485
|
targetSelector?: string;
|
|
4486
4486
|
/** Whether the step is currently active */
|
|
4487
4487
|
completed?: boolean;
|
|
4488
|
+
/** Whether this step is visually separated from the previous step (no connector line above) */
|
|
4489
|
+
separated?: boolean;
|
|
4488
4490
|
subSteps?: VerticalSideNavigationStep[];
|
|
4489
4491
|
}
|
|
4490
4492
|
declare class AdsVerticalSideNavigationStepperComponent {
|