@newskit-render/shared-components 4.0.0 → 4.0.1-alpha.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.
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { FooterProps } from './types';
2
3
  export declare const footerOverrides: ({ footer, footerOverrides, }: FooterProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { FooterProps } from '../types';
2
3
  export declare const FooterLinks: ({ footer, footerOverrides, }: FooterProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const defaultClientNavigationLogos: {
2
3
  'The-Sun': {
3
4
  src: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Replacer: ({ text, link, }: {
2
3
  text: string;
3
4
  link?: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { FooterProps } from './types';
2
3
  export declare const footerOverrides: ({ footer, footerOverrides, }: FooterProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { FooterProps } from '../types';
2
3
  export declare const FooterLinks: ({ footer, footerOverrides, }: FooterProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const defaultClientNavigationLogos: {
2
3
  'The-Sun': {
3
4
  src: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Replacer: ({ text, link, }: {
2
3
  text: string;
3
4
  link?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/shared-components",
3
- "version": "4.0.0",
3
+ "version": "4.0.1-alpha.0",
4
4
  "description": "Newskit Render Shared Components",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -47,9 +47,9 @@
47
47
  "@babel/polyfill": "7.12.1",
48
48
  "@babel/register": "7.18.9",
49
49
  "@emotion/jest": "11.10.5",
50
- "@newskit-render/validation": "^1.12.0",
51
- "@storybook/addon-actions": "6.2.9",
52
- "@storybook/react": "6.2.9",
50
+ "@newskit-render/validation": "^1.12.1-alpha.0",
51
+ "@storybook/addon-actions": "6.5.16",
52
+ "@storybook/react": "6.5.16",
53
53
  "@testing-library/jest-dom": "5.16.5",
54
54
  "@testing-library/react": "13.4.0",
55
55
  "@types/jest": "27.0.2",