Skip to content

Commit 62f3eb4

Browse files
committed
Merge branch 'master' into CLICK-990
2 parents dd37398 + f15f615 commit 62f3eb4

60 files changed

Lines changed: 398 additions & 255 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { Meta } from '@storybook/react';
2+
import { ActivityFeedItem } from './activity-feed-item';
3+
declare const _default: Meta<typeof ActivityFeedItem>;
4+
export default _default;
5+
export declare const ActivityFeedItems: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./activity-feed-item').ActivityFeedItemProps>;
6+
//# sourceMappingURL=activity-feed-item-stories.d.ts.map

dist/lib/components/activity-feed-item/activity-feed-item-stories.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/activity-feed-item/activity-feed-item.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ActionIdentificationHashesType } from '../deploy-actions/deploy-action-row';
22
import { AccountInfoResult, ContractResult, Deploy, DeployContractPackageResult } from '../../types/types';
3-
interface ActivityFeedItemProps {
3+
export interface ActivityFeedItemProps {
44
deploy: Deploy;
55
loading: boolean;
66
actionIdentificationHashes: ActionIdentificationHashesType;

dist/lib/components/activity-feed-item/activity-feed-item.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/contract-identifier/contract-identifier-with-name.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/contract-identifier/contract-identifier.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/contract-identifier/default-contract-identifier.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/deploy-actions/components/Cep18ActionRow.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/deploy-actions/components/DeployActionAuction.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/deploy-actions/components/NftActionRow.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)