amotify 0.0.43 → 0.0.45

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.
package/@types/fn.tsx CHANGED
@@ -611,6 +611,8 @@ declare global {
611
611
 
612
612
  cellStyles?: amotifyUniStyleParams
613
613
  sheetStyles?: amotifyUniStyleParams
614
+
615
+ gravityPoint?: number
614
616
  }
615
617
 
616
618
  type ValueProps = string | number | boolean | plainObject | void | null
@@ -619,6 +621,7 @@ declare global {
619
621
  type?: 'button' | 'label'
620
622
  value: ValueProps
621
623
  label: ReactElement
624
+ selectedLabel?: ReactElement
622
625
  }
623
626
  }
624
627
  namespace List {
@@ -97,7 +97,7 @@ declare global {
97
97
  label: ReactElement
98
98
  } & amotify.fn.SnackBar.AddParams ): void
99
99
 
100
- copyToClipboard( data: any ): Promise<{
100
+ copyToClipboard( data: any,notice?:boolean ): Promise<{
101
101
  ok: boolean
102
102
  body: any
103
103
  }>