@xh/hoist 79.0.0-SNAPSHOT.1766170418182 → 79.0.0-SNAPSHOT.1766259546947

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.
@@ -20,7 +20,7 @@ export const versionBar = hoistCmp.factory({
20
20
  const svc = XH.environmentService,
21
21
  env = svc.get('appEnvironment'),
22
22
  version = svc.get('clientVersion'),
23
- tabId = XH.tabId
23
+ tabId = XH.tabId;
24
24
 
25
25
  return box({
26
26
  justifyContent: 'center',
@@ -14,9 +14,7 @@ import {ReactNode, ReactElement, MouseEvent} from 'react';
14
14
  import './Button.scss';
15
15
 
16
16
  export interface ButtonProps<M extends HoistModel = HoistModel>
17
- extends HoistProps<M>,
18
- LayoutProps,
19
- StyleProps {
17
+ extends HoistProps<M>, LayoutProps, StyleProps {
20
18
  active?: boolean;
21
19
  disabled?: boolean;
22
20
  icon?: ReactElement;
@@ -57,7 +57,7 @@ export const [ColAutosizeButton, colAutosizeButton] = hoistCmp.withFactory<ColAu
57
57
  }));
58
58
 
59
59
  return button({
60
- icon: withDefault(icon, Icon.arrowsLeftRight()),
60
+ icon: withDefault(icon, Icon.magic()),
61
61
  disabled: withDefault(disabled, gridModel?.empty),
62
62
  className,
63
63
  onClick,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "79.0.0-SNAPSHOT.1766170418182",
3
+ "version": "79.0.0-SNAPSHOT.1766259546947",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",