@nimbus-ds/styles 9.15.0 → 9.16.1-rc.1

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/dist/index.d.ts CHANGED
@@ -4881,6 +4881,28 @@ export declare const sidebar: {
4881
4881
  isVisible: string;
4882
4882
  };
4883
4883
  };
4884
+ export declare const stepper: {
4885
+ classnames: {
4886
+ container: string;
4887
+ item: string;
4888
+ item__disabled: string;
4889
+ item__icon: string;
4890
+ item__line: string;
4891
+ item__icon_started: string;
4892
+ item__icon_completed: string;
4893
+ item__icon_pending: string;
4894
+ item__icon_selected: string;
4895
+ item__label: string;
4896
+ item__label_started: string;
4897
+ item__label_selected: string;
4898
+ item__label_completed: string;
4899
+ item__label_pending: string;
4900
+ };
4901
+ sprinkle: ((props: {}) => string) & {
4902
+ properties: Set<never>;
4903
+ };
4904
+ properties: {};
4905
+ };
4884
4906
  export declare const tabs: {
4885
4907
  classnames: {
4886
4908
  container: string;