@obolnetwork/obol-ui 1.0.64 → 1.0.67
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/components/atoms/Button/Button.d.ts +8 -2
- package/dist/components/atoms/Dialog/Dialog.d.ts +6 -4
- package/dist/components/atoms/LogoCard/LogoCard.d.ts +1 -1
- package/dist/components/atoms/NumberField/NumberField.d.ts +1 -2
- package/dist/components/atoms/TextField/TextField.d.ts +4 -4
- package/dist/components/atoms/index.d.ts +0 -1
- package/dist/components/icons/AlertIcon.d.ts +1 -1
- package/dist/components/icons/ArrowForward.d.ts +1 -1
- package/dist/components/icons/ChevronDownIcon.d.ts +1 -1
- package/dist/components/icons/ChevronUpIcon.d.ts +1 -1
- package/dist/components/icons/CloseIcon.d.ts +1 -1
- package/dist/components/icons/Download.d.ts +1 -1
- package/dist/components/icons/Hexapod.d.ts +2 -2
- package/dist/components/icons/OpenInNew.d.ts +1 -1
- package/dist/components/icons/Planet.d.ts +1 -1
- package/dist/components/icons/index.d.ts +1 -0
- package/dist/components/icons/static-icons/ActiveIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/CheckIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/CheckboxIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/Coinbase.d.ts +1 -1
- package/dist/components/icons/static-icons/CopyIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/ExitedIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/ExitingIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/GithubIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/HelpIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/InActiveIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/InProgressIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/MenuIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/Metamask.d.ts +1 -1
- package/dist/components/icons/static-icons/MinusIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/NewInviteIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/PendingActivationIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/PlusIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/SortAscIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/SortDefaultIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/SortDescIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/TrashIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/TwitterIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/UnknownIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/WaitingIcon.d.ts +1 -1
- package/dist/components/icons/static-icons/WalletConnect.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/circle/ObolDarkCircle.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/circle/ObolLightCircle.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolDarkBgH.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolLightBgH.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolSolidDarkBgH.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolSolidLightBgH.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/mark/ObolDarkBgMark.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/mark/ObolLightBgMark.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/mark/ObolSolidDarkBgMark.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/mark/ObolSolidLightBgMark.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolDarkBgV.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolLightBgV.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolSolidDarkBgV.d.ts +1 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolSolidLightBgV.d.ts +1 -1
- package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +1 -1
- package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +1 -1
- package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +1 -1
- package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +1 -1
- package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +1 -1
- package/dist/components/molecules/Accordion/Accordion.d.ts +3 -3
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +2 -1
- package/dist/components/molecules/Navbar/Navbar.d.ts +2 -0
- package/dist/components/molecules/Table/Table.d.ts +1 -0
- package/dist/components/molecules/Table/TableV2.d.ts +1 -0
- package/dist/components/utils/types.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +16 -11
- package/dist/components/atoms/LoadingButton/LoadingButton.d.ts +0 -8
- package/dist/components/atoms/Tabs/Tabs.d.ts +0 -1926
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as Stitches from "@stitches/react";
|
|
2
|
+
import { CSS } from "../../../stitches.config";
|
|
3
|
+
import { ReactNode } from "react";
|
|
3
4
|
export declare const Button: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
4
5
|
color?: "coordinate" | "test" | "create" | "ghost" | "primary" | "secondary" | undefined;
|
|
5
6
|
ghost?: boolean | "true" | undefined;
|
|
@@ -500,7 +501,12 @@ export declare const ButtonStory: (props: Omit<ButtonComponentProps, "color" | "
|
|
|
500
501
|
outlined?: boolean | undefined;
|
|
501
502
|
variant?: "nav" | "tx" | "wallet" | undefined;
|
|
502
503
|
} & {
|
|
503
|
-
children?:
|
|
504
|
+
children?: ReactNode;
|
|
504
505
|
disabled?: boolean | undefined;
|
|
505
506
|
}) => JSX.Element;
|
|
507
|
+
interface LoadingButtonProps extends ButtonComponentProps {
|
|
508
|
+
css?: CSS;
|
|
509
|
+
children?: ReactNode;
|
|
510
|
+
}
|
|
511
|
+
export declare const LoadingButton: React.FC<LoadingButtonProps>;
|
|
506
512
|
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import React, { ReactNode } from "react";
|
|
2
2
|
import { CSS } from "../../../stitches.config";
|
|
3
3
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4
|
-
import { Text } from "../index";
|
|
5
4
|
export declare const Dialog: import("@stitches/react/types/styled-component").StyledComponent<React.FC<DialogPrimitive.DialogProps>, {}, {
|
|
6
5
|
motion: "(prefers-reduced-motion)";
|
|
7
6
|
hover: "(any-hover: hover)";
|
|
@@ -484,7 +483,9 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
484
483
|
};
|
|
485
484
|
}>>;
|
|
486
485
|
export declare const DialogTrigger: React.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
487
|
-
export declare const DialogContent: React.FC<{
|
|
486
|
+
export declare const DialogContent: React.FC<{
|
|
487
|
+
children?: React.ReactNode;
|
|
488
|
+
}>;
|
|
488
489
|
export declare const DialogTitle: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>>, {}, {
|
|
489
490
|
motion: "(prefers-reduced-motion)";
|
|
490
491
|
hover: "(any-hover: hover)";
|
|
@@ -2894,9 +2895,10 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2894
2895
|
}>>;
|
|
2895
2896
|
interface DialogComponentProps {
|
|
2896
2897
|
triggerElement: React.ReactNode;
|
|
2897
|
-
title?: string
|
|
2898
|
+
title?: string;
|
|
2898
2899
|
description?: string;
|
|
2899
2900
|
css?: CSS;
|
|
2901
|
+
children: ReactNode;
|
|
2900
2902
|
}
|
|
2901
2903
|
export declare const DialogComponent: React.FC<DialogComponentProps>;
|
|
2902
2904
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FocusEventHandler } from "react";
|
|
2
|
-
interface NumberFieldProps {
|
|
2
|
+
export interface NumberFieldProps {
|
|
3
3
|
max?: number;
|
|
4
4
|
min?: number;
|
|
5
5
|
value?: number;
|
|
@@ -8,4 +8,3 @@ interface NumberFieldProps {
|
|
|
8
8
|
name?: string;
|
|
9
9
|
}
|
|
10
10
|
export declare const NumberField: import("react").ForwardRefExoticComponent<NumberFieldProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
11
|
-
export {};
|
|
@@ -966,7 +966,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
|
|
|
966
966
|
};
|
|
967
967
|
};
|
|
968
968
|
}>>;
|
|
969
|
-
export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponent<
|
|
969
|
+
export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
|
|
970
970
|
ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
971
971
|
}, "css" | "withCopy"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
972
972
|
withCopy?: boolean | "true" | undefined;
|
|
@@ -1452,8 +1452,8 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
|
|
|
1452
1452
|
};
|
|
1453
1453
|
};
|
|
1454
1454
|
}> | undefined;
|
|
1455
|
-
}, "
|
|
1456
|
-
export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComponent<
|
|
1455
|
+
}, "ref"> & import("react").RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
|
|
1456
|
+
export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & {
|
|
1457
1457
|
ref?: ((instance: HTMLTextAreaElement | null) => void) | import("react").RefObject<HTMLTextAreaElement> | null | undefined;
|
|
1458
1458
|
}, "css" | "withCopy"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
1459
1459
|
withCopy?: boolean | "true" | undefined;
|
|
@@ -1941,4 +1941,4 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
|
|
|
1941
1941
|
}> | undefined;
|
|
1942
1942
|
} & {
|
|
1943
1943
|
disableResize?: boolean | undefined;
|
|
1944
|
-
}, "
|
|
1944
|
+
}, "ref"> & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -13,7 +13,6 @@ export * from "./IconButton/IconButton";
|
|
|
13
13
|
export * from "./TextField/TextField";
|
|
14
14
|
export * from "./NumberField/NumberField";
|
|
15
15
|
export * from "./Tooltip/Tooltip";
|
|
16
|
-
export * from "./LoadingButton/LoadingButton";
|
|
17
16
|
export * from "./Checkbox/Checkbox";
|
|
18
17
|
export * from "./Switch/Switch";
|
|
19
18
|
export * from "./Dialog/Dialog";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const AlertIcon: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const AlertIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const ArrowForward: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const ArrowForward: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const ChevronDownIcon: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const ChevronDownIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const ChevronUpIcon: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const ChevronUpIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const CloseIcon: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const CloseIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const Download: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const Download: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const Hexapod: () => JSX.Element;
|
|
2
|
-
export declare const HexapodMobile: () => JSX.Element;
|
|
1
|
+
export declare const Hexapod: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const HexapodMobile: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
export declare const OpenInNew: (props: SvgIconProps) => JSX.Element;
|
|
2
|
+
export declare const OpenInNew: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -486,7 +486,7 @@ declare const SvgIconPlanet: import("@stitches/react/types/styled-component").St
|
|
|
486
486
|
export declare type SvgIconPlanetProps = {
|
|
487
487
|
css?: CSS;
|
|
488
488
|
} & Stitches.VariantProps<typeof SvgIconPlanet>;
|
|
489
|
-
export declare const Planet: (props: SvgIconPlanetProps) => JSX.Element;
|
|
489
|
+
export declare const Planet: (props: SvgIconPlanetProps) => import("react/jsx-runtime").JSX.Element;
|
|
490
490
|
import * as React from "react";
|
|
491
491
|
export interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
492
492
|
children?: never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ActiveIcon: () => JSX.Element;
|
|
1
|
+
export declare const ActiveIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const BulletCheckIcon: () => JSX.Element;
|
|
1
|
+
export declare const BulletCheckIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CheckIcon: () => JSX.Element;
|
|
1
|
+
export declare const CheckIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CheckboxIcon: () => JSX.Element;
|
|
1
|
+
export declare const CheckboxIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Coinbase: () => JSX.Element;
|
|
1
|
+
export declare const Coinbase: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CopyIcon: () => JSX.Element;
|
|
1
|
+
export declare const CopyIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ExitedIcon: () => JSX.Element;
|
|
1
|
+
export declare const ExitedIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ExitingIcon: () => JSX.Element;
|
|
1
|
+
export declare const ExitingIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GithubIcon: () => JSX.Element;
|
|
1
|
+
export declare const GithubIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const HelpIcon: () => JSX.Element;
|
|
1
|
+
export declare const HelpIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const InActiveIcon: () => JSX.Element;
|
|
1
|
+
export declare const InActiveIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const InProgressIcon: () => JSX.Element;
|
|
1
|
+
export declare const InProgressIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MenuIcon: () => JSX.Element;
|
|
1
|
+
export declare const MenuIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Metamask: () => JSX.Element;
|
|
1
|
+
export declare const Metamask: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MinusIcon: () => JSX.Element;
|
|
1
|
+
export declare const MinusIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const NewInviteIcon: () => JSX.Element;
|
|
1
|
+
export declare const NewInviteIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PendingActivationIcon: () => JSX.Element;
|
|
1
|
+
export declare const PendingActivationIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlusIcon: () => JSX.Element;
|
|
1
|
+
export declare const PlusIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SortAscIcon: () => JSX.Element;
|
|
1
|
+
export declare const SortAscIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SortDefaultIcon: () => JSX.Element;
|
|
1
|
+
export declare const SortDefaultIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SortDescIcon: () => JSX.Element;
|
|
1
|
+
export declare const SortDescIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TrashIcon: () => JSX.Element;
|
|
1
|
+
export declare const TrashIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TwitterIcon: () => JSX.Element;
|
|
1
|
+
export declare const TwitterIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const UnknownIcon: () => JSX.Element;
|
|
1
|
+
export declare const UnknownIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WaitingIcon: () => JSX.Element;
|
|
1
|
+
export declare const WaitingIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WalletConnect: () => JSX.Element;
|
|
1
|
+
export declare const WalletConnect: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolDarkCircle: () => JSX.Element;
|
|
1
|
+
export declare const ObolDarkCircle: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolLightCircle: () => JSX.Element;
|
|
1
|
+
export declare const ObolLightCircle: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolDarkBgH: () => JSX.Element;
|
|
1
|
+
export declare const ObolDarkBgH: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolLightBgH: () => JSX.Element;
|
|
1
|
+
export declare const ObolLightBgH: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolSolidDarkBgH: () => JSX.Element;
|
|
1
|
+
export declare const ObolSolidDarkBgH: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolSolidLightBgH: () => JSX.Element;
|
|
1
|
+
export declare const ObolSolidLightBgH: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolDarkBgMark: () => JSX.Element;
|
|
1
|
+
export declare const ObolDarkBgMark: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolLightBgMark: () => JSX.Element;
|
|
1
|
+
export declare const ObolLightBgMark: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolSolidDarkBgMark: () => JSX.Element;
|
|
1
|
+
export declare const ObolSolidDarkBgMark: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolSolidLightBgMark: () => JSX.Element;
|
|
1
|
+
export declare const ObolSolidLightBgMark: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolDarkBgV: () => JSX.Element;
|
|
1
|
+
export declare const ObolDarkBgV: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolLightBgV: () => JSX.Element;
|
|
1
|
+
export declare const ObolLightBgV: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolSolidDarkBgV: () => JSX.Element;
|
|
1
|
+
export declare const ObolSolidDarkBgV: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ObolSolidLightBgV: () => JSX.Element;
|
|
1
|
+
export declare const ObolSolidLightBgV: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlanetBlue: () => JSX.Element;
|
|
1
|
+
export declare const PlanetBlue: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlanetGreen: () => JSX.Element;
|
|
1
|
+
export declare const PlanetGreen: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlanetGrey: () => JSX.Element;
|
|
1
|
+
export declare const PlanetGrey: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlanetMagenta: () => JSX.Element;
|
|
1
|
+
export declare const PlanetMagenta: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PlanetOrange: () => JSX.Element;
|
|
1
|
+
export declare const PlanetOrange: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
2
|
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
3
|
export declare const Root: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>) | (AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>)>, {}, {
|
|
4
4
|
motion: "(prefers-reduced-motion)";
|
|
@@ -962,5 +962,5 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
962
962
|
};
|
|
963
963
|
};
|
|
964
964
|
}>>;
|
|
965
|
-
export declare const Trigger: React.FC
|
|
966
|
-
export declare const Content: React.FC
|
|
965
|
+
export declare const Trigger: React.FC<PropsWithChildren>;
|
|
966
|
+
export declare const Content: React.FC<PropsWithChildren>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
2
|
interface AdvisoryToggleBulletProps {
|
|
3
3
|
state: BulletState;
|
|
4
4
|
rank?: number;
|
|
5
5
|
onClick(): void;
|
|
6
|
+
children: ReactNode;
|
|
6
7
|
}
|
|
7
8
|
export declare type BulletState = "enabled" | "upcoming" | "completed";
|
|
8
9
|
export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
@@ -25,6 +25,7 @@ export declare type ColumnDef<T> = {
|
|
|
25
25
|
export interface TableProps {
|
|
26
26
|
rows: RowDef<any>[];
|
|
27
27
|
columns: ColumnDef<any>[];
|
|
28
|
+
rowClickHandler?: (row: any) => void;
|
|
28
29
|
}
|
|
29
30
|
export interface SplitterTableProps extends TableProps {
|
|
30
31
|
onAddRow?(item?: unknown): void;
|