@luxfi/ui 7.2.0 → 7.3.1

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/dist/bank.d.cts CHANGED
@@ -46,11 +46,11 @@ declare const BankButtonText: _hanzogui_core.GuiComponent<_hanzogui_core.TamaDef
46
46
  }, _hanzogui_core.StaticConfigPublic>;
47
47
  type BankButtonProps = GetProps<typeof BankButton>;
48
48
  declare const BankHeading: _hanzogui_core.GuiComponent<_hanzogui_core.TamaDefer, _hanzogui_core.GuiTextElement, _hanzogui_core.RNGuiTextNonStyleProps, _hanzogui_core.TextStylePropsBase, {
49
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
49
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
50
50
  }, _hanzogui_core.StaticConfigPublic>;
51
51
  type BankHeadingProps = GetProps<typeof BankHeading>;
52
52
  declare const BankText: _hanzogui_core.GuiComponent<_hanzogui_core.TamaDefer, _hanzogui_core.GuiTextElement, _hanzogui_core.RNGuiTextNonStyleProps, _hanzogui_core.TextStylePropsBase, {
53
- variant?: "label" | "link" | "default" | "error" | "success" | "muted" | undefined;
53
+ variant?: "default" | "link" | "label" | "error" | "success" | "muted" | undefined;
54
54
  }, _hanzogui_core.StaticConfigPublic>;
55
55
  type BankTextProps = GetProps<typeof BankText>;
56
56
  declare function BankField({ label, error, children, }: {
package/dist/bank.d.ts CHANGED
@@ -46,11 +46,11 @@ declare const BankButtonText: _hanzogui_core.GuiComponent<_hanzogui_core.TamaDef
46
46
  }, _hanzogui_core.StaticConfigPublic>;
47
47
  type BankButtonProps = GetProps<typeof BankButton>;
48
48
  declare const BankHeading: _hanzogui_core.GuiComponent<_hanzogui_core.TamaDefer, _hanzogui_core.GuiTextElement, _hanzogui_core.RNGuiTextNonStyleProps, _hanzogui_core.TextStylePropsBase, {
49
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
49
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
50
50
  }, _hanzogui_core.StaticConfigPublic>;
51
51
  type BankHeadingProps = GetProps<typeof BankHeading>;
52
52
  declare const BankText: _hanzogui_core.GuiComponent<_hanzogui_core.TamaDefer, _hanzogui_core.GuiTextElement, _hanzogui_core.RNGuiTextNonStyleProps, _hanzogui_core.TextStylePropsBase, {
53
- variant?: "label" | "link" | "default" | "error" | "success" | "muted" | undefined;
53
+ variant?: "default" | "link" | "label" | "error" | "success" | "muted" | undefined;
54
54
  }, _hanzogui_core.StaticConfigPublic>;
55
55
  type BankTextProps = GetProps<typeof BankText>;
56
56
  declare function BankField({ label, error, children, }: {