@xyo-network/react-address-render 2.61.0 → 2.62.3
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/RenderRowBox.d.mts.map +1 -0
- package/dist/components/RenderRowBox.d.ts +14 -0
- package/dist/components/RenderRowBox.d.ts.map +1 -0
- package/dist/components/RenderRowBox.stories.d.mts +12 -0
- package/dist/components/RenderRowBox.stories.d.mts.map +1 -0
- package/dist/components/RenderRowBox.stories.d.ts +12 -0
- package/dist/components/RenderRowBox.stories.d.ts.map +1 -0
- package/dist/components/favorite/FavoriteIconButton.d.mts.map +1 -0
- package/dist/components/favorite/FavoriteIconButton.d.ts +12 -0
- package/dist/components/favorite/FavoriteIconButton.d.ts.map +1 -0
- package/dist/components/favorite/FavoriteToggleSVG.d.mts.map +1 -0
- package/dist/components/favorite/FavoriteToggleSVG.d.ts +5 -0
- package/dist/components/favorite/FavoriteToggleSVG.d.ts.map +1 -0
- package/dist/components/favorite/Popper.d.mts.map +1 -0
- package/dist/components/favorite/Popper.d.ts +11 -0
- package/dist/components/favorite/Popper.d.ts.map +1 -0
- package/dist/components/favorite/PopperButtonGroup.d.mts.map +1 -0
- package/dist/components/favorite/PopperButtonGroup.d.ts +9 -0
- package/dist/components/favorite/PopperButtonGroup.d.ts.map +1 -0
- package/dist/components/favorite/index.d.mts.map +1 -0
- package/dist/{esm/components/favorite/index.js → components/favorite/index.d.ts} +1 -1
- package/dist/components/favorite/index.d.ts.map +1 -0
- package/dist/components/favorite/lib/PopperId.d.mts.map +1 -0
- package/dist/components/favorite/lib/PopperId.d.ts +2 -0
- package/dist/components/favorite/lib/PopperId.d.ts.map +1 -0
- package/dist/components/favorite/lib/index.d.mts.map +1 -0
- package/dist/components/favorite/lib/index.d.ts +2 -0
- package/dist/components/favorite/lib/index.d.ts.map +1 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/{esm/components/index.js → components/index.d.ts} +1 -1
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/lib/FavoriteItemEvent.d.mts.map +1 -0
- package/dist/components/lib/FavoriteItemEvent.d.ts +9 -0
- package/dist/components/lib/FavoriteItemEvent.d.ts.map +1 -0
- package/dist/components/lib/index.d.mts.map +1 -0
- package/dist/{esm/components/lib/index.js → components/lib/index.d.ts} +1 -1
- package/dist/components/lib/index.d.ts.map +1 -0
- package/dist/docs.json +24106 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/{types/index.d.ts.map → index.d.ts.map} +1 -1
- package/dist/index.js +259 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +220 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +31 -23
- package/dist/cjs/components/RenderRowBox.js +0 -25
- package/dist/cjs/components/RenderRowBox.js.map +0 -1
- package/dist/cjs/components/favorite/FavoriteIconButton.js +0 -43
- package/dist/cjs/components/favorite/FavoriteIconButton.js.map +0 -1
- package/dist/cjs/components/favorite/FavoriteToggleSVG.js +0 -10
- package/dist/cjs/components/favorite/FavoriteToggleSVG.js.map +0 -1
- package/dist/cjs/components/favorite/Popper.js +0 -23
- package/dist/cjs/components/favorite/Popper.js.map +0 -1
- package/dist/cjs/components/favorite/PopperButtonGroup.js +0 -20
- package/dist/cjs/components/favorite/PopperButtonGroup.js.map +0 -1
- package/dist/cjs/components/favorite/index.js +0 -5
- package/dist/cjs/components/favorite/index.js.map +0 -1
- package/dist/cjs/components/favorite/lib/PopperId.js +0 -5
- package/dist/cjs/components/favorite/lib/PopperId.js.map +0 -1
- package/dist/cjs/components/favorite/lib/index.js +0 -5
- package/dist/cjs/components/favorite/lib/index.js.map +0 -1
- package/dist/cjs/components/index.js +0 -7
- package/dist/cjs/components/index.js.map +0 -1
- package/dist/cjs/components/lib/FavoriteItemEvent.js +0 -11
- package/dist/cjs/components/lib/FavoriteItemEvent.js.map +0 -1
- package/dist/cjs/components/lib/index.js +0 -5
- package/dist/cjs/components/lib/index.js.map +0 -1
- package/dist/cjs/index.js +0 -5
- package/dist/cjs/index.js.map +0 -1
- package/dist/esm/components/RenderRowBox.js +0 -20
- package/dist/esm/components/RenderRowBox.js.map +0 -1
- package/dist/esm/components/favorite/FavoriteIconButton.js +0 -38
- package/dist/esm/components/favorite/FavoriteIconButton.js.map +0 -1
- package/dist/esm/components/favorite/FavoriteToggleSVG.js +0 -5
- package/dist/esm/components/favorite/FavoriteToggleSVG.js.map +0 -1
- package/dist/esm/components/favorite/Popper.js +0 -18
- package/dist/esm/components/favorite/Popper.js.map +0 -1
- package/dist/esm/components/favorite/PopperButtonGroup.js +0 -14
- package/dist/esm/components/favorite/PopperButtonGroup.js.map +0 -1
- package/dist/esm/components/favorite/index.js.map +0 -1
- package/dist/esm/components/favorite/lib/PopperId.js +0 -2
- package/dist/esm/components/favorite/lib/PopperId.js.map +0 -1
- package/dist/esm/components/favorite/lib/index.js +0 -2
- package/dist/esm/components/favorite/lib/index.js.map +0 -1
- package/dist/esm/components/index.js.map +0 -1
- package/dist/esm/components/lib/FavoriteItemEvent.js +0 -7
- package/dist/esm/components/lib/FavoriteItemEvent.js.map +0 -1
- package/dist/esm/components/lib/index.js.map +0 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +0 -1
- package/dist/types/components/RenderRowBox.d.ts.map +0 -1
- package/dist/types/components/favorite/FavoriteIconButton.d.ts.map +0 -1
- package/dist/types/components/favorite/FavoriteToggleSVG.d.ts.map +0 -1
- package/dist/types/components/favorite/Popper.d.ts.map +0 -1
- package/dist/types/components/favorite/PopperButtonGroup.d.ts.map +0 -1
- package/dist/types/components/favorite/index.d.ts.map +0 -1
- package/dist/types/components/favorite/lib/PopperId.d.ts.map +0 -1
- package/dist/types/components/favorite/lib/index.d.ts.map +0 -1
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/components/lib/FavoriteItemEvent.d.ts.map +0 -1
- package/dist/types/components/lib/index.d.ts.map +0 -1
- /package/dist/{types/components/RenderRowBox.d.ts → components/RenderRowBox.d.mts} +0 -0
- /package/dist/{types/components/favorite/FavoriteIconButton.d.ts → components/favorite/FavoriteIconButton.d.mts} +0 -0
- /package/dist/{types/components/favorite/FavoriteToggleSVG.d.ts → components/favorite/FavoriteToggleSVG.d.mts} +0 -0
- /package/dist/{types/components/favorite/Popper.d.ts → components/favorite/Popper.d.mts} +0 -0
- /package/dist/{types/components/favorite/PopperButtonGroup.d.ts → components/favorite/PopperButtonGroup.d.mts} +0 -0
- /package/dist/{types/components/favorite/index.d.ts → components/favorite/index.d.mts} +0 -0
- /package/dist/{types/components/favorite/lib/PopperId.d.ts → components/favorite/lib/PopperId.d.mts} +0 -0
- /package/dist/{types/components/favorite/lib/index.d.ts → components/favorite/lib/index.d.mts} +0 -0
- /package/dist/{types/components/index.d.ts → components/index.d.mts} +0 -0
- /package/dist/{types/components/lib/FavoriteItemEvent.d.ts → components/lib/FavoriteItemEvent.d.mts} +0 -0
- /package/dist/{types/components/lib/index.d.ts → components/lib/index.d.mts} +0 -0
- /package/dist/{types/index.d.ts → index.d.mts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderRowBox.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAQ7D,MAAM,WAAW,wBAAyB,SAAQ,YAAY;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,mBAAmB,kHA4C/B,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
3
|
+
export interface AddressRenderRowBoxProps extends FlexBoxProps {
|
|
4
|
+
address?: string | null;
|
|
5
|
+
disableSharedRef?: boolean;
|
|
6
|
+
favorite?: boolean;
|
|
7
|
+
iconOnly?: boolean;
|
|
8
|
+
iconSize?: number;
|
|
9
|
+
icons?: boolean;
|
|
10
|
+
name?: string;
|
|
11
|
+
showFavorite?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const AddressRenderRowBox: import("react").ForwardRefExoticComponent<AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
14
|
+
//# sourceMappingURL=RenderRowBox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderRowBox.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAQ7D,MAAM,WAAW,wBAAyB,SAAQ,YAAY;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,mBAAmB,kHA4C/B,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
3
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
4
|
+
declare const WithAddress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
5
|
+
declare const WithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
6
|
+
declare const WithIconOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
7
|
+
declare const WithFavorite: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
8
|
+
declare const WithFavoriteAlias: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
9
|
+
declare const WithChildren: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
10
|
+
export { Default, WithAddress, WithChildren, WithFavorite, WithFavoriteAlias, WithIcon, WithIconOnly };
|
|
11
|
+
export default StorybookEntry;
|
|
12
|
+
//# sourceMappingURL=RenderRowBox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderRowBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.stories.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,mMASiB,CAAA;AAgBrC,QAAA,MAAM,OAAO,+LAAoB,CAAA;AAGjC,QAAA,MAAM,WAAW,+LAAoB,CAAA;AAKrC,QAAA,MAAM,QAAQ,+LAAoB,CAAA;AAMlC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAOtC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAQtC,QAAA,MAAM,iBAAiB,+LAAoB,CAAA;AAS3C,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAStC,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;AAGtG,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
3
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
4
|
+
declare const WithAddress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
5
|
+
declare const WithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
6
|
+
declare const WithIconOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
7
|
+
declare const WithFavorite: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
8
|
+
declare const WithFavoriteAlias: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
9
|
+
declare const WithChildren: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
|
|
10
|
+
export { Default, WithAddress, WithChildren, WithFavorite, WithFavoriteAlias, WithIcon, WithIconOnly };
|
|
11
|
+
export default StorybookEntry;
|
|
12
|
+
//# sourceMappingURL=RenderRowBox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderRowBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.stories.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,mMASiB,CAAA;AAgBrC,QAAA,MAAM,OAAO,+LAAoB,CAAA;AAGjC,QAAA,MAAM,WAAW,+LAAoB,CAAA;AAKrC,QAAA,MAAM,QAAQ,+LAAoB,CAAA;AAMlC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAOtC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAQtC,QAAA,MAAM,iBAAiB,+LAAoB,CAAA;AAS3C,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAStC,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;AAGtG,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteIconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,eAAe,EAAU,MAAM,eAAe,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,EAAE,iBAAiB,EAAyB,MAAM,QAAQ,CAAA;AAKjE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,eAAe;IAC5E,QAAQ,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAA;IACxC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAA;CAC9C;AAED,eAAO,MAAM,kBAAkB,oIAqD9B,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconButtonProps } from '@mui/material';
|
|
3
|
+
import { WithChildren } from '@xylabs/react-shared';
|
|
4
|
+
import { FavoriteItemEvent } from '../lib';
|
|
5
|
+
export interface FavoriteIconButtonProps extends WithChildren, IconButtonProps {
|
|
6
|
+
favorite?: FavoriteItemEvent['favorite'];
|
|
7
|
+
name?: FavoriteItemEvent['name'];
|
|
8
|
+
value?: string;
|
|
9
|
+
valueType?: FavoriteItemEvent['favoriteType'];
|
|
10
|
+
}
|
|
11
|
+
export declare const FavoriteIconButton: import("react").ForwardRefExoticComponent<Omit<FavoriteIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
//# sourceMappingURL=FavoriteIconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteIconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,eAAe,EAAU,MAAM,eAAe,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,EAAE,iBAAiB,EAAyB,MAAM,QAAQ,CAAA;AAKjE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,eAAe;IAC5E,QAAQ,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAA;IACxC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAA;CAC9C;AAED,eAAO,MAAM,kBAAkB,oIAqD9B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteToggleSVG.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteToggleSVG.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAQ9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteToggleSVG.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteToggleSVG.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAQ9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsD,WAAW,EAAqB,MAAM,eAAe,CAAA;AAClH,OAAO,EAAc,SAAS,EAAuB,MAAM,OAAO,CAAA;AAKlE,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAA;IACtD,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AACD,eAAO,MAAM,cAAc,6HAmD1B,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PopperProps } from '@mui/material';
|
|
2
|
+
import { RefObject } from 'react';
|
|
3
|
+
export interface FavoritePopperProps extends PopperProps {
|
|
4
|
+
favorite?: boolean;
|
|
5
|
+
favoriteRef?: RefObject<HTMLElement>;
|
|
6
|
+
name?: string;
|
|
7
|
+
onClickAway?: (event: MouseEvent | TouchEvent) => void;
|
|
8
|
+
onConfirmFavorite?: (name?: string, newFavoriteState?: boolean) => void;
|
|
9
|
+
}
|
|
10
|
+
export declare const FavoritePopper: import("react").ForwardRefExoticComponent<Omit<FavoritePopperProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
//# sourceMappingURL=Popper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsD,WAAW,EAAqB,MAAM,eAAe,CAAA;AAClH,OAAO,EAAc,SAAS,EAAuB,MAAM,OAAO,CAAA;AAKlE,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAA;IACtD,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AACD,eAAO,MAAM,cAAc,6HAmD1B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopperButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/PopperButtonGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErE,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2B3D,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ButtonGroupProps } from '@mui/material';
|
|
3
|
+
export interface FavoritePopperProps extends ButtonGroupProps {
|
|
4
|
+
favorite?: boolean;
|
|
5
|
+
name?: string;
|
|
6
|
+
onConfirmFavorite?: (name?: string, newFavoriteState?: boolean) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const PopperButtonGroup: React.FC<FavoritePopperProps>;
|
|
9
|
+
//# sourceMappingURL=PopperButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopperButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/PopperButtonGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErE,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2B3D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './FavoriteIconButton';
|
|
2
|
-
//# sourceMappingURL=index.
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopperId.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/PopperId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopperId.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/PopperId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteItemEvent.d.ts","sourceRoot":"","sources":["../../../src/components/lib/FavoriteItemEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AAExD,eAAO,MAAM,qBAAqB,cAAe,OAAO,iBAAiB,YAAY,kBAAkB,MAAM,SAAS,MAAM,KAAG,iBAK7H,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface FavoriteItemEvent {
|
|
2
|
+
favorite?: boolean;
|
|
3
|
+
favoriteType?: FavoriteType;
|
|
4
|
+
favoriteValue?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
}
|
|
7
|
+
export type FavoriteType = 'address' | 'schema' | 'hash';
|
|
8
|
+
export declare const generateFavoriteEvent: (favorite?: boolean, favoriteType?: FavoriteType, favoriteValue?: string, name?: string) => FavoriteItemEvent;
|
|
9
|
+
//# sourceMappingURL=FavoriteItemEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteItemEvent.d.ts","sourceRoot":"","sources":["../../../src/components/lib/FavoriteItemEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AAExD,eAAO,MAAM,qBAAqB,cAAe,OAAO,iBAAiB,YAAY,kBAAkB,MAAM,SAAS,MAAM,KAAG,iBAK7H,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './FavoriteItemEvent';
|
|
2
|
-
//# sourceMappingURL=index.
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
|