@gearbox-protocol/ui-kit 3.14.0-next.64 → 3.14.0-next.65

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,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  export interface TransactionConfirmSuccessResultProps {
3
- readonly icon: React.ReactNode;
3
+ readonly icon?: React.ReactNode;
4
4
  readonly headline: React.ReactNode;
5
5
  readonly subtitle: React.ReactNode;
6
6
  readonly txHashRow?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/ui-kit",
3
- "version": "3.14.0-next.64",
3
+ "version": "3.14.0-next.65",
4
4
  "description": "Internal UI components",
5
5
  "repository": {
6
6
  "type": "git",