@stenajs-webui/elements 19.0.0-next.67 → 19.0.0-next.68

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.
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { ButtonElementProps } from "@stenajs-webui/core";
3
3
  import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
4
- export declare type TextInputButtonVariant = "normal" | "error" | "warning" | "success";
4
+ export declare type TextInputButtonVariant = "normal" | "error" | "warning" | "success" | "passive";
5
5
  export declare type TextInputButtonSize = "medium" | "small";
6
6
  export interface TextInputButtonProps extends ButtonElementProps {
7
7
  variant?: TextInputButtonVariant;
@@ -1,7 +1,7 @@
1
1
  import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
2
  import { ReactNode } from "react";
3
3
  export declare type ButtonSize = "medium" | "small" | "large" | "larger";
4
- export declare type ButtonVariant = "normal" | "danger" | "success";
4
+ export declare type ButtonVariant = "normal" | "danger" | "success" | "passive";
5
5
  export interface CommonButtonProps {
6
6
  /** The text on the button. */
7
7
  label?: string;
@@ -174,6 +174,7 @@ export declare const stenaStatusBlock: MediumIcon;
174
174
  export declare const stenaStatusCanceled: MediumIcon;
175
175
  export declare const stenaStatusConfirmed: MediumIcon;
176
176
  export declare const stenaStatusDone: MediumIcon;
177
+ export declare const stenaStatusInProgressAlt: MediumIcon;
177
178
  export declare const stenaStatusInProgress: MediumIcon;
178
179
  export declare const stenaStatusMissing: MediumIcon;
179
180
  export declare const stenaStatusNoShow: MediumIcon;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const StenaFlag: SvgrComponent;
1
+ export { ReactComponent as StenaFlag } from "./icons/StenaFlag.svg";
2
2
  export * from "./icons/generated/ArrowIcons";
3
3
  export * from "./icons/generated/BusinessIcons";
4
4
  export * from "./icons/generated/CommonIcons";