@hexure/ui 1.8.10 → 1.8.11

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.
@@ -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
@@ -399,6 +399,7 @@ interface PageHeaderProps {
399
399
  }>;
400
400
  actions?: Array<{
401
401
  disabled?: boolean;
402
+ loading?: boolean;
402
403
  format?: 'primary' | 'secondary' | 'red' | 'green';
403
404
  icon?: string;
404
405
  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.11",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",