@uob-web-and-digital/component-library 2.5.4 → 2.7.0

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.
@@ -11,3 +11,4 @@ declare const meta: {
11
11
  export default meta;
12
12
  type Story = StoryObj<typeof meta>;
13
13
  export declare const Example: Story;
14
+ export declare const WithExternalOnClick: Story;
@@ -1,2 +1,3 @@
1
1
  import { InPageNavigationLinksProps } from './InPageNavigationLinks';
2
2
  export declare const inPageNavigationLinksProps: InPageNavigationLinksProps;
3
+ export declare const inPageNavigationLinksPropsWithExternalOnClick: InPageNavigationLinksProps;
@@ -11,3 +11,4 @@ export declare const CoursesHeroSixColumnDesktop: Story;
11
11
  export declare const CoursesHeroFiveColumnDesktop: Story;
12
12
  export declare const CoursesHeroPostGraduate: Story;
13
13
  export declare const CoursesHeroFourColumnDesktop: Story;
14
+ export declare const CoursesHeroApplyNowWithOnClick: Story;