@stenajs-webui/elements 20.5.4 → 20.6.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.
@@ -9,6 +9,6 @@ export interface TagProps {
9
9
  style?: CSSProperties;
10
10
  icon?: IconDefinition;
11
11
  }
12
- export declare type TagVariant = "info" | "error" | "warning" | "success" | "passive";
12
+ export declare type TagVariant = "info" | "info-strong" | "error" | "error-strong" | "warning" | "warning-strong" | "success" | "success-strong" | "passive";
13
13
  export declare type TagSize = "medium" | "small";
14
14
  export declare const Tag: React.FC<TagProps>;
@@ -145,6 +145,7 @@ export declare const stenaSailingLocation: MediumIcon;
145
145
  export declare const stenaSailingNoTicket: MediumIcon;
146
146
  export declare const stenaSailingOffpeak: MediumIcon;
147
147
  export declare const stenaSailingOnQuay: MediumIcon;
148
+ export declare const stenaSailingOnRouteArrowFlipped: MediumIcon;
148
149
  export declare const stenaSailingOnRouteArrow: MediumIcon;
149
150
  export declare const stenaSailingOnRoute: MediumIcon;
150
151
  export declare const stenaSailingPeak: MediumIcon;