@stackshift-ui/header 6.1.2 → 6.1.3

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/package.json +8 -8
  2. package/src/types.ts +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackshift-ui/header",
3
3
  "description": "",
4
- "version": "6.1.2",
4
+ "version": "6.1.3",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -33,18 +33,18 @@
33
33
  "dependencies": {
34
34
  "@portabletext/react": "^3.1.0",
35
35
  "react-icons": "^5.3.0",
36
- "@stackshift-ui/button": "6.0.11",
37
- "@stackshift-ui/flex": "6.0.11",
38
36
  "@stackshift-ui/container": "6.0.11",
39
- "@stackshift-ui/image": "6.0.11",
37
+ "@stackshift-ui/flex": "6.0.11",
38
+ "@stackshift-ui/button": "6.0.11",
40
39
  "@stackshift-ui/heading": "6.0.11",
40
+ "@stackshift-ui/image": "6.0.11",
41
41
  "@stackshift-ui/scripts": "6.0.10",
42
- "@stackshift-ui/link": "6.0.11",
43
42
  "@stackshift-ui/section": "6.0.11",
44
- "@stackshift-ui/text": "6.0.11",
45
- "@stackshift-ui/swiper-pagination": "6.0.11",
43
+ "@stackshift-ui/link": "6.0.11",
46
44
  "@stackshift-ui/signin-signup": "6.0.14",
47
- "@stackshift-ui/system": "6.0.11"
45
+ "@stackshift-ui/system": "6.0.11",
46
+ "@stackshift-ui/text": "6.0.11",
47
+ "@stackshift-ui/swiper-pagination": "6.0.11"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@stackshift-ui/system": ">=6.0.11",
package/src/types.ts CHANGED
@@ -246,6 +246,7 @@ export interface Variants {
246
246
  description?: string | null;
247
247
  featuredItems?: FeaturedItem[] | null;
248
248
  images?: Images[] | null;
249
+ mediaItems?: Images[] | null;
249
250
  contactDetails?: ContactDetails[] | null;
250
251
  copyright?: string | null;
251
252
  mainImage?: MainImage | null;