@ape.swap/bonds-sdk 1.1.0-test.85 → 1.1.0-test.88

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,3 +1,2 @@
1
1
  export { default as NumericInput } from './NumericInput';
2
2
  export { default as Input } from './Input';
3
- export { default as StyledInput } from './StyledInput';
@@ -1,3 +1 @@
1
- export { default as Tag } from './Tag';
2
1
  export { default as ListTag } from './ListTag';
3
- export type { TagProps, Variants as TagVariants } from './types';
@@ -1,48 +1,3 @@
1
- import { ReactNode } from 'react';
2
- import { SpaceProps } from 'styled-system';
3
- import { ThemeUIStyleObject } from 'theme-ui';
4
- export declare const variants: {
5
- readonly PRIMARY: "primary";
6
- readonly SUCCESS: "success";
7
- readonly BINANCE: "binance";
8
- readonly ERROR: "error";
9
- readonly SECONDARY: "secondary";
10
- readonly TEXTDISABLED: "textDisabled";
11
- readonly TEXTSUBTLE: "textSubtle";
12
- };
13
- export type Variants = (typeof variants)[keyof typeof variants];
14
- export interface TagProps extends SpaceProps {
15
- variant?: Variants;
16
- startIcon?: ReactNode;
17
- endIcon?: ReactNode;
18
- children?: ReactNode;
19
- outline?: boolean;
20
- }
21
- export declare const listTagVariants: {
22
- readonly APE: "ape";
23
- readonly UNI: "uni";
24
- readonly ARK: "ark";
25
- readonly NEW: "new";
26
- readonly HOT: "hot";
27
- readonly AUTO: "auto";
28
- readonly MAX: "max";
29
- readonly yield: "yield";
30
- readonly BETA: "beta";
31
- readonly LIQUIDITY: "liquidity";
32
- readonly RESERVE: "reserve";
33
- readonly LAUNCH: "launch";
34
- readonly bondLp: "bondLp";
35
- readonly migration: "migration";
36
- readonly CEX_FUND: "cex_fund";
37
- readonly QuickswapV2: "QuickSwap v2";
38
- readonly PancakeSwapV2: "PancakeSwap v2";
39
- readonly expired: "expired";
40
- readonly permalock: "permalock";
41
- };
42
- export type ListTagVariants = (typeof listTagVariants)[keyof typeof listTagVariants];
43
- export interface ListTagProps extends SpaceProps {
44
- variant: ListTagVariants;
1
+ export interface ListTagProps {
45
2
  text?: string;
46
- styleCustom?: ThemeUIStyleObject;
47
3
  }
48
- export declare const lpTags: string[];
@@ -10,4 +10,4 @@ export { default as SwiperDots } from './SwiperDots';
10
10
  export { default as LoadingDots } from './LoadingDots';
11
11
  export { Button, IconButton } from './Button';
12
12
  export { Select, SelectItem } from './Select';
13
- export { Tag, ListTag } from './Tag';
13
+ export { ListTag } from './Tag';