@hexure/ui 1.8.10 → 1.8.12

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.
@@ -6,6 +6,7 @@ interface ButtonProps {
6
6
  icon?: string;
7
7
  onClick: (e?: any) => void;
8
8
  tabIndex?: number;
9
+ loading?: boolean;
9
10
  }
10
11
  export interface ActionDialogProps extends AccessibleProps {
11
12
  /** It is used to give title. */
@@ -6,6 +6,7 @@ interface ButtonProps {
6
6
  icon?: string;
7
7
  onClick: (e?: any) => void;
8
8
  tabIndex?: number;
9
+ loading?: boolean;
9
10
  }
10
11
  interface StepProps {
11
12
  label: string;
@@ -8,6 +8,7 @@ export interface PageHeaderProps {
8
8
  }>;
9
9
  actions?: Array<{
10
10
  disabled?: boolean;
11
+ loading?: boolean;
11
12
  format?: 'primary' | 'secondary' | 'red' | 'green';
12
13
  icon?: string;
13
14
  label: string;
package/dist/index.d.ts CHANGED
@@ -32,6 +32,7 @@ interface ButtonProps$4 {
32
32
  icon?: string;
33
33
  onClick: (e?: any) => void;
34
34
  tabIndex?: number;
35
+ loading?: boolean;
35
36
  }
36
37
  interface ActionDialogProps extends AccessibleProps {
37
38
  /** It is used to give title. */
@@ -346,6 +347,7 @@ interface ButtonProps {
346
347
  icon?: string;
347
348
  onClick: (e?: any) => void;
348
349
  tabIndex?: number;
350
+ loading?: boolean;
349
351
  }
350
352
  interface StepProps {
351
353
  label: string;
@@ -399,6 +401,7 @@ interface PageHeaderProps {
399
401
  }>;
400
402
  actions?: Array<{
401
403
  disabled?: boolean;
404
+ loading?: boolean;
402
405
  format?: 'primary' | 'secondary' | 'red' | 'green';
403
406
  icon?: string;
404
407
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.8.10",
3
+ "version": "1.8.12",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",