@purpurds/footer 6.1.4 → 6.2.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.
package/dist/LICENSE.txt CHANGED
@@ -1,12 +1,12 @@
1
1
  Name: @purpurds/grid
2
- Version: 6.1.3
2
+ Version: 6.1.4
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/link
9
- Version: 6.1.3
9
+ Version: 6.1.4
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
@@ -47,13 +47,13 @@ SOFTWARE.
47
47
  ---
48
48
 
49
49
  Name: @purpurds/accordion
50
- Version: 6.1.3
50
+ Version: 6.1.4
51
51
  License: AGPL-3.0-only
52
52
  Private: false
53
53
 
54
54
  ---
55
55
 
56
56
  Name: @purpurds/icon
57
- Version: 6.1.3
57
+ Version: 6.1.4
58
58
  License: AGPL-3.0-only
59
59
  Private: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/footer",
3
- "version": "6.1.4",
3
+ "version": "6.2.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/footer.cjs.js",
6
6
  "types": "./dist/footer.d.ts",
@@ -16,13 +16,13 @@
16
16
  "source": "src/footer.tsx",
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.0",
19
- "@purpurds/icon": "6.1.4",
20
- "@purpurds/heading": "6.1.4",
21
- "@purpurds/paragraph": "6.1.4",
22
- "@purpurds/accordion": "6.1.4",
23
- "@purpurds/link": "6.1.4",
24
- "@purpurds/grid": "6.1.4",
25
- "@purpurds/tokens": "6.1.4"
19
+ "@purpurds/icon": "6.2.0",
20
+ "@purpurds/tokens": "6.2.0",
21
+ "@purpurds/paragraph": "6.2.0",
22
+ "@purpurds/heading": "6.2.0",
23
+ "@purpurds/link": "6.2.0",
24
+ "@purpurds/accordion": "6.2.0",
25
+ "@purpurds/grid": "6.2.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rushstack/eslint-patch": "~1.10.0",
@@ -30,25 +30,39 @@
30
30
  "@storybook/react": "^8.3.5",
31
31
  "@telia/base-rig": "~8.2.0",
32
32
  "@telia/react-rig": "~3.2.0",
33
- "@testing-library/dom": "~9.3.3",
33
+ "@testing-library/dom": "~10.4.0",
34
34
  "@testing-library/jest-dom": "~6.4.0",
35
- "@testing-library/react": "~14.3.0",
35
+ "@testing-library/react": "~ 16.2.0",
36
36
  "@types/node": "20.12.12",
37
- "@types/react-dom": "^18.3.0",
38
- "@types/react": "^18.3.3",
37
+ "@types/react-dom": "^19.0.4",
38
+ "@types/react": "^19.0.10",
39
39
  "eslint-plugin-testing-library": "~6.2.0",
40
40
  "eslint": "^8.57.0",
41
41
  "jsdom": "~22.1.0",
42
42
  "lint-staged": "~10.5.3",
43
43
  "prettier": "~2.8.8",
44
- "react-dom": "^18.3.1",
45
- "react": "^18.3.1",
44
+ "react-dom": "^19.0.0",
45
+ "react": "^19.0.0",
46
46
  "storybook": "^8.3.5",
47
47
  "typescript": "^5.6.3",
48
48
  "vite": "5.4.8",
49
49
  "vitest": "^2.1.2",
50
50
  "@purpurds/component-rig": "1.0.0"
51
51
  },
52
+ "peerDependencies": {
53
+ "@types/react": "^18 || ^19",
54
+ "@types/react-dom": "^18 || ^19",
55
+ "react": "^18 || ^19",
56
+ "react-dom": "^18 || ^19"
57
+ },
58
+ "peerDependenciesMeta": {
59
+ "@types/react": {
60
+ "optional": true
61
+ },
62
+ "@types/react-dom": {
63
+ "optional": true
64
+ }
65
+ },
52
66
  "scripts": {
53
67
  "build:dev": "vite",
54
68
  "build:watch": "vite build --watch",
@@ -2,7 +2,6 @@ import React, { forwardRef } from "react";
2
2
  import { facebook } from "@purpurds/icon/assets/facebook";
3
3
  import { instagram } from "@purpurds/icon/assets/instagram";
4
4
  import { linkedin } from "@purpurds/icon/assets/linkedin";
5
- import { x } from "@purpurds/icon/assets/x";
6
5
  import { youtube } from "@purpurds/icon/assets/youtube";
7
6
  import { Link } from "@purpurds/link";
8
7
  import type { Meta, StoryObj } from "@storybook/react";
@@ -112,7 +111,6 @@ const socialLinks = [
112
111
  { href: "#", icon: linkedin, "aria-label": "Link to Telia's LinkedIn page" },
113
112
  { href: "#", icon: facebook, "aria-label": "Link to Telia's Facebook page" },
114
113
  { href: "#", icon: youtube, "aria-label": "Link to Telia's YouTube page" },
115
- { href: "#", icon: x, "aria-label": "Link to Telia's X page" },
116
114
  ];
117
115
 
118
116
  const contacts = {