@mindly/ui-components 7.2.0 → 7.2.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.
@@ -4,3 +4,4 @@ declare const meta: Meta<typeof PoweredByStripeFeature>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof PoweredByStripeFeature>;
6
6
  export declare const Default: Story;
7
+ export declare const WithTitle: Story;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconReschedule: React.FC<IconProps>;
@@ -144,3 +144,4 @@ export * from './IconSort';
144
144
  export * from './IconPerson';
145
145
  export * from './IconDivercity';
146
146
  export * from './IconCouple';
147
+ export * from './IconReschedule';