@coopdigital/react 0.5.0 → 0.5.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.
- package/README.md +9 -4
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# Experience Kit for React
|
|
8
8
|
|
|
9
9
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
10
|
-
[all_contributors_badge]: https://img.shields.io/badge/all_contributors-
|
|
10
|
+
[all_contributors_badge]: https://img.shields.io/badge/all_contributors-16-C08A00.svg ''
|
|
11
11
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
12
12
|
|
|
13
13
|
<a href="https://www.npmjs.com/package/@coopdigital/react"><img src="https://img.shields.io/npm/v/%40coopdigital%2Freact?color=E85A00" alt="npm version" /></a>
|
|
@@ -90,7 +90,7 @@ Thanks goes to these wonderful people:
|
|
|
90
90
|
</tr><br />
|
|
91
91
|
<tr>
|
|
92
92
|
<td align="center" valign="top" width="14.28%"><a href="https://gitlab.com/kamini.pagare">
|
|
93
|
-
<div><img src="https://
|
|
93
|
+
<div><img src="https://gitlab.com/uploads/-/system/user/avatar/23337489/avatar.png" width="200px;" alt=""/></div>
|
|
94
94
|
<small>Kamini Pagare</small>
|
|
95
95
|
<div><a href="#a11y-kamini.pagare" title="Accessibility">️️️️♿️</a> <a href="#code-kamini.pagare" title="Code">💻</a> <a href="#doc-kamini.pagare" title="Documentation">📖</a> <a href="#test-kamini.pagare" title="Tests">⚠️</a></div>
|
|
96
96
|
</a></td>
|
|
@@ -113,19 +113,24 @@ Thanks goes to these wonderful people:
|
|
|
113
113
|
<div><img src="https://secure.gravatar.com/avatar/faf90b70d749cf9460eb603fa1700add94fd7d3a32645b4be6fa12eb45c4ffa3?s=80&d=identicon" width="200px;" alt=""/></div>
|
|
114
114
|
<small>Omid Kashan</small>
|
|
115
115
|
<div><a href="#a11y-omid.kashan" title="Accessibility">️️️️♿️</a> <a href="#code-omid.kashan" title="Code">💻</a> <a href="#doc-omid.kashan" title="Documentation">📖</a> <a href="#test-omid.kashan" title="Tests">⚠️</a></div>
|
|
116
|
+
</a></td>
|
|
117
|
+
<td align="center" valign="top" width="14.28%"><a href="https://gitlab.com/romain.chen">
|
|
118
|
+
<div><img src="https://s3.eu-west-1.amazonaws.com/assets.digital.coop.co.uk/oneweb/blank.jpg" width="200px;" alt=""/></div>
|
|
119
|
+
<small>Romain Chen</small>
|
|
120
|
+
<div><a href="#design-romain.chen" title="Design">🎨</a></div>
|
|
116
121
|
</a></td>
|
|
117
122
|
<td align="center" valign="top" width="14.28%"><a href="https://gitlab.com/sam.harden">
|
|
118
123
|
<div><img src="https://ca.slack-edge.com/T0C9E3ZF0-U03NT7D39L6-2fc82e7f7c6e-150" width="200px;" alt=""/></div>
|
|
119
124
|
<small>Sam Harden</small>
|
|
120
125
|
<div><a href="#a11y-sam.harden" title="Accessibility">️️️️♿️</a> <a href="#code-sam.harden" title="Code">💻</a> <a href="#doc-sam.harden" title="Documentation">📖</a> <a href="#test-sam.harden" title="Tests">⚠️</a></div>
|
|
121
126
|
</a></td>
|
|
127
|
+
</tr><br />
|
|
128
|
+
<tr>
|
|
122
129
|
<td align="center" valign="top" width="14.28%"><a href="">
|
|
123
130
|
<div><img src="https://s3.eu-west-1.amazonaws.com/assets.digital.coop.co.uk/oneweb/blank.jpg" width="200px;" alt=""/></div>
|
|
124
131
|
<small>Shweta Jaju</small>
|
|
125
132
|
<div><a href="#userTesting-shweta.jaju" title="User Testing">📓</a></div>
|
|
126
133
|
</a></td>
|
|
127
|
-
</tr><br />
|
|
128
|
-
<tr>
|
|
129
134
|
<td align="center" valign="top" width="14.28%"><a href="https://gitlab.com/theodore.kouzelis">
|
|
130
135
|
<div><img src="https://secure.gravatar.com/avatar/3988f940029d9053174ac68e7f5bfa8fd61f184872d46281f44e2e698711d37d?s=80&d=identicon" width="200px;" alt=""/></div>
|
|
131
136
|
<small>Theo Kouzelis</small>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopdigital/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"publishConfig": {
|
|
@@ -38,31 +38,31 @@
|
|
|
38
38
|
"description": "",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@axe-core/playwright": "^4.10.1",
|
|
41
|
-
"@coopdigital/styles": "^0.5.
|
|
41
|
+
"@coopdigital/styles": "^0.5.4",
|
|
42
42
|
"@playwright/test": "^1.50.1",
|
|
43
43
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
44
44
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
45
45
|
"@storybook/addon-a11y": "^8.6.4",
|
|
46
|
-
"@storybook/addon-essentials": "^8.6.
|
|
47
|
-
"@storybook/addon-interactions": "^8.6.
|
|
48
|
-
"@storybook/addon-mdx-gfm": "^8.6.
|
|
49
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
50
|
-
"@storybook/blocks": "^8.6.
|
|
51
|
-
"@storybook/manager-api": "^8.6.
|
|
52
|
-
"@storybook/react": "^8.6.
|
|
53
|
-
"@storybook/react-vite": "^8.6.
|
|
54
|
-
"@storybook/test": "^8.6.
|
|
55
|
-
"@storybook/theming": "^8.6.
|
|
46
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
47
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
48
|
+
"@storybook/addon-mdx-gfm": "^8.6.4",
|
|
49
|
+
"@storybook/addon-onboarding": "^8.6.4",
|
|
50
|
+
"@storybook/blocks": "^8.6.4",
|
|
51
|
+
"@storybook/manager-api": "^8.6.4",
|
|
52
|
+
"@storybook/react": "^8.6.4",
|
|
53
|
+
"@storybook/react-vite": "^8.6.4",
|
|
54
|
+
"@storybook/test": "^8.6.4",
|
|
55
|
+
"@storybook/theming": "^8.6.4",
|
|
56
56
|
"@testing-library/jest-dom": "^6.6.3",
|
|
57
57
|
"@testing-library/react": "^16.2.0",
|
|
58
58
|
"@types/react": "^19.0.10",
|
|
59
59
|
"@types/react-dom": "^19.0.4",
|
|
60
60
|
"rollup": "^4.34.8",
|
|
61
|
-
"storybook": "^8.6.
|
|
61
|
+
"storybook": "^8.6.4"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"react": "^19.0.0",
|
|
65
65
|
"react-dom": "^19.0.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "634e2f73ada33fd85e9adef7b6ef8d84ae506afd"
|
|
68
68
|
}
|