@oaknational/oak-components 1.30.0 → 1.30.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -811,6 +811,7 @@ declare const OakImage: <C extends React__default.ElementType = React__default.F
811
811
  placeholder?: next_dist_shared_lib_get_img_props.PlaceholderValue | undefined;
812
812
  blurDataURL?: string | undefined;
813
813
  unoptimized?: boolean | undefined;
814
+ overrideSrc?: string | undefined;
814
815
  onLoadingComplete?: next_dist_shared_lib_get_img_props.OnLoadingComplete | undefined;
815
816
  layout?: string | undefined;
816
817
  objectFit?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "1.30.0",
3
+ "version": "1.30.1",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "author": "",
30
30
  "peerDependencies": {
31
- "next": "13.4.4 - 14",
31
+ "next": "^14.2.12",
32
32
  "next-cloudinary": "^5.20.0",
33
33
  "react": "^18.2.0",
34
34
  "react-dom": "^18.2.0",