Skip to content

Commit 7604c19

Browse files
Merge branch 'main' into dsw-2550-pie-tag-icon-only-2
2 parents 6a85e66 + 81d0c3b commit 7604c19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+505
-187
lines changed

apps/examples/wc-angular12/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-angular12
22

3+
## 0.5.62
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.16
9+
310
## 0.5.61
411

512
### Patch Changes

apps/examples/wc-angular12/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wc-angular12",
3-
"version": "0.5.61",
3+
"version": "0.5.62",
44
"private": true,
55
"scripts": {
66
"ng": "ng",
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser-dynamic": "15.2.0",
1919
"@angular/router": "15.2.0",
2020
"@justeattakeaway/pie-css": "0.15.1",
21-
"@justeattakeaway/pie-webc": "0.6.15",
21+
"@justeattakeaway/pie-webc": "0.6.16",
2222
"rxjs": "7.8.0",
2323
"tslib": "2.3.0",
2424
"zone.js": "0.12.0"

apps/examples/wc-nuxt2/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-nuxt2
22

3+
## 0.7.63
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.16
9+
310
## 0.7.62
411

512
### Patch Changes

apps/examples/wc-nuxt2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-nuxt2",
33
"author": "Just Eat Takeaway.com - Design System Team",
4-
"version": "0.7.62",
4+
"version": "0.7.63",
55
"private": true,
66
"scripts": {
77
"dev": "nuxt",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.15",
14+
"@justeattakeaway/pie-webc": "0.6.16",
1515
"core-js": "3.30.0",
1616
"nuxt": "2.17.0",
1717
"vue": "2.7.16",

apps/examples/wc-react17/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-react17
22

3+
## 0.5.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.16
9+
310
## 0.5.60
411

512
### Patch Changes

apps/examples/wc-react17/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-react17",
33
"private": true,
4-
"version": "0.5.60",
4+
"version": "0.5.61",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.15",
14+
"@justeattakeaway/pie-webc": "0.6.16",
1515
"@lit/react": "1.0.5",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2"

apps/examples/wc-react18/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-react18
22

3+
## 0.6.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.16
9+
310
## 0.6.60
411

512
### Patch Changes

apps/examples/wc-react18/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-react18",
33
"private": true,
4-
"version": "0.6.60",
4+
"version": "0.6.61",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.15",
14+
"@justeattakeaway/pie-webc": "0.6.16",
1515
"@lit/react": "1.0.5",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"

apps/examples/wc-vue3/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wc-vue3
22

3+
## 0.5.63
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @justeattakeaway/pie-webc@0.6.16
9+
310
## 0.5.62
411

512
### Patch Changes

apps/examples/wc-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wc-vue3",
3-
"version": "0.5.62",
3+
"version": "0.5.63",
44
"private": true,
55
"scripts": {
66
"dev": "vite",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@justeattakeaway/pie-css": "0.15.1",
14-
"@justeattakeaway/pie-webc": "0.6.15",
14+
"@justeattakeaway/pie-webc": "0.6.16",
1515
"@vitejs/plugin-vue": "4.0.0",
1616
"vite": "5.3.6",
1717
"vue": "3.2.47"

apps/pie-docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 4.29.1
4+
5+
### Patch Changes
6+
7+
- [Changed] - updated snapshots after icons update ([#2255](https://github.com/justeattakeaway/pie/pull/2255)) by [@pie-design-system-bot](https://github.com/pie-design-system-bot)
8+
9+
- Updated dependencies [[`e05f3e3`](https://github.com/justeattakeaway/pie/commit/e05f3e31838856fed581adefd87db42691153ee6)]:
10+
- @justeattakeaway/pie-icons@5.8.0
11+
312
## 4.29.0
413

514
### Minor Changes

apps/pie-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pie-docs",
33
"private": true,
44
"description": "Documentation website for the PIE design system",
5-
"version": "4.29.0",
5+
"version": "4.29.1",
66
"main": "index.js",
77
"keywords": [],
88
"author": "Just Eat Takeaway.com - Design System Team",
@@ -43,7 +43,7 @@
4343
"@justeat/pie-design-tokens": "6.10.0",
4444
"@justeattakeaway/browserslist-config-pie": "0.2.1",
4545
"@justeattakeaway/pie-css": "0.15.1",
46-
"@justeattakeaway/pie-icons": "5.7.1",
46+
"@justeattakeaway/pie-icons": "5.8.0",
4747
"@types/markdown-it": "13.0.2",
4848
"eleventy-plugin-toc": "1.1.5",
4949
"js-cookie": "2.2.1",

apps/pie-docs/src/__tests__/_11ty/shortcodes/__snapshots__/categorisedIconList.test.js.snap

+19-8
Original file line numberDiff line numberDiff line change
@@ -2314,10 +2314,10 @@ exports[`categorisedIconList.js > should return the expected HTML 1`] = `
23142314
</li><li class=\\"c-categorisedIconList-iconCard\\">
23152315
<div class=\\"c-categorisedIconList-iconCard-iconContainer\\">
23162316
<div class=\\"c-categorisedIconList-icon-large\\" aria-hidden=\\"true\\">
2317-
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--checkLarge\\"><path d=\\"M11.258 24.242a1.813 1.813 0 0 1-1.33-.577L4.625 17.75l1.313-1.164 5.25 5.924h.087L26.089 6.76l1.286 1.19L12.596 23.7a1.838 1.838 0 0 1-1.338.586v-.044Z\\"></path></svg>
2317+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--checkLarge\\"><path d=\\"m26.089 7.241-14.753 15.68-.105.114-1.163-1.313-4.13-4.655-1.313 1.164 5.303 5.915c.166.184.376.333.603.429.228.096.473.192.726.192.254 0 .5-.052.727-.157.227-.105.437-.245.612-.429l14.779-15.75-1.286-1.19Z\\"></path></svg>
23182318
</div>
23192319
<div class=\\"c-categorisedIconList-icon\\" aria-hidden=\\"true\\">
2320-
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--check\\"><path d=\\"M5.865 12.489a1.217 1.217 0 0 1-.875-.385L1.875 8.656l.98-.875 3.028 3.369 7.253-7.822.963.875-7.35 7.875a1.216 1.216 0 0 1-.875.385l-.009.026Z\\"></path></svg>
2320+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--check\\"><path d=\\"M5.865 12.489a1.217 1.217 0 0 1-.875-.385L1.875 8.656l.98-.875 3.028 3.369 7.253-7.822.963.875-7.35 7.875c-.113.12-.248.215-.398.282-.15.066-.322.127-.486.129Z\\"></path></svg>
23212321
</div>
23222322
</div>
23232323
<span class=\\"c-categorisedIconList-iconCard-separator\\"></span>
@@ -2377,6 +2377,17 @@ exports[`categorisedIconList.js > should return the expected HTML 1`] = `
23772377
</div>
23782378
<span class=\\"c-categorisedIconList-iconCard-separator\\"></span>
23792379
<p>Close Circle Filled</p>
2380+
</li><li class=\\"c-categorisedIconList-iconCard\\">
2381+
<div class=\\"c-categorisedIconList-iconCard-iconContainer\\">
2382+
<div class=\\"c-categorisedIconList-icon-large\\" aria-hidden=\\"true\\">
2383+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--doubleCheckLarge\\"><path d=\\"m25.336 9.875-.004.004-.005-.004h.01Z\\"></path><path d=\\"m25.332 9.88 1.282 1.185-9.459 10.194a1.821 1.821 0 0 1-1.33.586c-.499 0-.989-.21-1.33-.578L10.75 17.05l1.313-1.164 3.727 4.2.035.044 9.507-10.25Z\\"></path><path d=\\"m15.318 17.584 6.055-6.519-1.287-1.19-5.932 6.396 1.164 1.313Z\\"></path><path d=\\"m10.575 20.13.053-.061v.009l.533-.578 1.164 1.313-.42.454a1.822 1.822 0 0 1-1.33.587c-.499 0-.989-.21-1.33-.578L5.5 17.06l1.313-1.164 2.598 2.922 1.164 1.313Z\\"></path></svg>
2384+
</div>
2385+
<div class=\\"c-categorisedIconList-icon\\" aria-hidden=\\"true\\">
2386+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--doubleCheck\\"><path d=\\"m7.843 8.779 3.14-3.386-.962-.893-3.036 3.308.858.97Z\\"></path><path d=\\"m4.902 10.074-.288.315-2.11-2.38-.98.875 2.188 2.458c.228.245.552.385.884.385.333 0 .656-.14.884-.385l.28-.306-.858-.962Z\\"></path><path fill-rule=\\"evenodd\\" d=\\"M7.195 11.342c.226.244.548.384.88.385.33 0 .652-.14.879-.385l5.52-5.95-.962-.892-5.416 5.889-2.109-2.38-.98.875 2.188 2.458Zm.88.385h.004-.01.005Z\\" clip-rule=\\"evenodd\\"></path></svg>
2387+
</div>
2388+
</div>
2389+
<span class=\\"c-categorisedIconList-iconCard-separator\\"></span>
2390+
<p>Double Check</p>
23802391
</li><li class=\\"c-categorisedIconList-iconCard\\">
23812392
<div class=\\"c-categorisedIconList-iconCard-iconContainer\\">
23822393
<div class=\\"c-categorisedIconList-icon-large\\" aria-hidden=\\"true\\">
@@ -2765,25 +2776,25 @@ exports[`categorisedIconList.js > should return the expected HTML 1`] = `
27652776
</li><li class=\\"c-categorisedIconList-iconCard\\">
27662777
<div class=\\"c-categorisedIconList-iconCard-iconContainer\\">
27672778
<div class=\\"c-categorisedIconList-icon-large\\" aria-hidden=\\"true\\">
2768-
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--syncLarge\\"><path d=\\"M19.762 4.056 18.1 5.72a10.403 10.403 0 0 1 5.32 2.852 10.499 10.499 0 0 1 0 14.875l-1.234-1.234A8.751 8.751 0 0 0 18.205 7.54l1.557 1.557-1.242 1.243-3.141-3.142a.875.875 0 0 1 0-1.242l3.14-3.141 1.243 1.242Zm-9.948 18.13a8.697 8.697 0 0 0 3.98 2.275l-1.557-1.557 1.243-1.243 3.141 3.141a.874.874 0 0 1 0 1.243l-3.141 3.141-1.243-1.242L13.9 26.28A10.5 10.5 0 0 1 8.57 8.571l1.243 1.243a8.75 8.75 0 0 0 0 12.372Z\\"></path></svg>
2779+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--switchProductLarge\\"><path d=\\"M8.974 6.375v2.599H6.375V6.375h2.599Zm1.75-1.75H4.625v6.099h6.099V4.625Z\\"></path><path d=\\"M8.974 14.696v2.6H6.375v-2.6h2.599Zm1.75-1.75H4.625v6.1h6.099v-6.1Z\\"></path><path d=\\"M17.295 6.375v2.599h-2.599V6.375h2.6Zm1.75-1.75h-6.099v6.099h6.1V4.625Z\\"></path><path d=\\"M17.295 14.696v2.6h-2.599v-2.6h2.6Zm1.75-1.75h-6.099v6.1h6.1v-6.1Z\\"></path><path d=\\"M8.974 23.018v2.598H6.375v-2.598h2.599Zm1.75-1.75H4.625v6.098h6.099v-6.098Z\\"></path><path d=\\"M17.295 23.018v2.598h-2.599v-2.598h2.6Zm1.75-1.75h-6.099v6.098h6.1v-6.098Z\\"></path><path d=\\"M25.616 6.375v2.599h-2.598V6.375h2.598Zm1.75-1.75h-6.098v6.099h6.098V4.625Z\\"></path><path d=\\"M25.616 14.696v2.6h-2.598v-2.6h2.598Zm1.75-1.75h-6.098v6.1h6.098v-6.1Z\\"></path><path d=\\"M25.616 23.018v2.598h-2.598v-2.598h2.598Zm1.75-1.75h-6.098v6.098h6.098v-6.098Z\\"></path></svg>
27692780
</div>
27702781
<div class=\\"c-categorisedIconList-icon\\" aria-hidden=\\"true\\">
2771-
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--sync\\"><path d=\\"M8.875 2.164A5.906 5.906 0 0 1 13.906 8a5.845 5.845 0 0 1-1.75 4.174l-.927-.928a4.587 4.587 0 0 0 0-6.492 4.507 4.507 0 0 0-2.354-1.251V4.78L6.25 2.75 8.875 1v1.164ZM3.406 8a4.568 4.568 0 0 0 1.348 3.246 4.506 4.506 0 0 0 2.371 1.252V11.22l2.625 2.03L7.125 15v-1.164A5.906 5.906 0 0 1 2.094 8a5.845 5.845 0 0 1 1.75-4.174l.91.928A4.567 4.567 0 0 0 3.406 8Z\\"></path></svg>
2782+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--switchProduct\\"><path d=\\"M5.261 2.094H2.094V5.26H5.26V2.094Z\\"></path><path d=\\"M5.261 6.407H2.094v3.168H5.26V6.407Z\\"></path><path d=\\"M9.584 2.094H6.416V5.26h3.168V2.094Z\\"></path><path d=\\"M9.584 6.407H6.416v3.168h3.168V6.407Z\\"></path><path d=\\"M5.261 10.73H2.094v3.168H5.26V10.73Z\\"></path><path d=\\"M9.584 10.73H6.416v3.168h3.168V10.73Z\\"></path><path d=\\"M13.898 2.094H10.73V5.26h3.168V2.094Z\\"></path><path d=\\"M13.898 6.407H10.73v3.168h3.168V6.407Z\\"></path><path d=\\"M13.898 10.73H10.73v3.168h3.168V10.73Z\\"></path></svg>
27722783
</div>
27732784
</div>
27742785
<span class=\\"c-categorisedIconList-iconCard-separator\\"></span>
2775-
<p>Sync</p>
2786+
<p>Switch Product</p>
27762787
</li><li class=\\"c-categorisedIconList-iconCard\\">
27772788
<div class=\\"c-categorisedIconList-iconCard-iconContainer\\">
27782789
<div class=\\"c-categorisedIconList-icon-large\\" aria-hidden=\\"true\\">
2779-
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--switchProductLarge\\"><path d=\\"M8.974 6.375v2.599H6.375V6.375h2.599Zm1.75-1.75H4.625v6.099h6.099V4.625Z\\"></path><path d=\\"M8.974 14.696v2.6H6.375v-2.6h2.599Zm1.75-1.75H4.625v6.1h6.099v-6.1Z\\"></path><path d=\\"M17.295 6.375v2.599h-2.599V6.375h2.6Zm1.75-1.75h-6.099v6.099h6.1V4.625Z\\"></path><path d=\\"M17.295 14.696v2.6h-2.599v-2.6h2.6Zm1.75-1.75h-6.099v6.1h6.1v-6.1Z\\"></path><path d=\\"M8.974 23.018v2.598H6.375v-2.598h2.599Zm1.75-1.75H4.625v6.098h6.099v-6.098Z\\"></path><path d=\\"M17.295 23.018v2.598h-2.599v-2.598h2.6Zm1.75-1.75h-6.099v6.098h6.1v-6.098Z\\"></path><path d=\\"M25.616 6.375v2.599h-2.598V6.375h2.598Zm1.75-1.75h-6.098v6.099h6.098V4.625Z\\"></path><path d=\\"M25.616 14.696v2.6h-2.598v-2.6h2.598Zm1.75-1.75h-6.098v6.1h6.098v-6.1Z\\"></path><path d=\\"M25.616 23.018v2.598h-2.598v-2.598h2.598Zm1.75-1.75h-6.098v6.098h6.098v-6.098Z\\"></path></svg>
2790+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 32 32\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--syncLarge\\"><path d=\\"M19.762 4.056 18.1 5.72a10.403 10.403 0 0 1 5.32 2.852 10.499 10.499 0 0 1 0 14.875l-1.234-1.234A8.751 8.751 0 0 0 18.205 7.54l1.557 1.557-1.242 1.243-3.141-3.142a.875.875 0 0 1 0-1.242l3.14-3.141 1.243 1.242Zm-9.948 18.13a8.697 8.697 0 0 0 3.98 2.275l-1.557-1.557 1.243-1.243 3.141 3.141a.874.874 0 0 1 0 1.243l-3.141 3.141-1.243-1.242L13.9 26.28A10.5 10.5 0 0 1 8.57 8.571l1.243 1.243a8.75 8.75 0 0 0 0 12.372Z\\"></path></svg>
27802791
</div>
27812792
<div class=\\"c-categorisedIconList-icon\\" aria-hidden=\\"true\\">
2782-
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--switchProduct\\"><path d=\\"M5.261 2.094H2.094V5.26H5.26V2.094Z\\"></path><path d=\\"M5.261 6.407H2.094v3.168H5.26V6.407Z\\"></path><path d=\\"M9.584 2.094H6.416V5.26h3.168V2.094Z\\"></path><path d=\\"M9.584 6.407H6.416v3.168h3.168V6.407Z\\"></path><path d=\\"M5.261 10.73H2.094v3.168H5.26V10.73Z\\"></path><path d=\\"M9.584 10.73H6.416v3.168h3.168V10.73Z\\"></path><path d=\\"M13.898 2.094H10.73V5.26h3.168V2.094Z\\"></path><path d=\\"M13.898 6.407H10.73v3.168h3.168V6.407Z\\"></path><path d=\\"M13.898 10.73H10.73v3.168h3.168V10.73Z\\"></path></svg>
2793+
<svg xmlns=\\"http://www.w3.org/2000/svg\\" role=\\"presentation\\" focusable=\\"false\\" fill=\\"#000\\" viewBox=\\"0 0 16 16\\" height=\\"50\\" width=\\"50\\" class=\\"c-pieIcon c-pieIcon--sync\\"><path d=\\"M8.875 2.164A5.906 5.906 0 0 1 13.906 8a5.845 5.845 0 0 1-1.75 4.174l-.927-.928a4.587 4.587 0 0 0 0-6.492 4.507 4.507 0 0 0-2.354-1.251V4.78L6.25 2.75 8.875 1v1.164ZM3.406 8a4.568 4.568 0 0 0 1.348 3.246 4.506 4.506 0 0 0 2.371 1.252V11.22l2.625 2.03L7.125 15v-1.164A5.906 5.906 0 0 1 2.094 8a5.845 5.845 0 0 1 1.75-4.174l.91.928A4.567 4.567 0 0 0 3.406 8Z\\"></path></svg>
27832794
</div>
27842795
</div>
27852796
<span class=\\"c-categorisedIconList-iconCard-separator\\"></span>
2786-
<p>Switch Product</p>
2797+
<p>Sync</p>
27872798
</li><li class=\\"c-categorisedIconList-iconCard\\">
27882799
<div class=\\"c-categorisedIconList-iconCard-iconContainer\\">
27892800
<div class=\\"c-categorisedIconList-icon-large\\" aria-hidden=\\"true\\">

apps/pie-storybook/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.25.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e05f3e3`](https://github.com/justeattakeaway/pie/commit/e05f3e31838856fed581adefd87db42691153ee6)]:
8+
- @justeattakeaway/pie-icons-webc@1.6.0
9+
- @justeattakeaway/pie-assistive-text@0.8.5
10+
- @justeattakeaway/pie-chip@0.10.2
11+
- @justeattakeaway/pie-icon-button@1.3.2
12+
- @justeattakeaway/pie-modal@1.4.3
13+
- @justeattakeaway/pie-notification@0.12.15
14+
- @justeattakeaway/pie-switch@1.2.2
15+
- @justeattakeaway/pie-text-input@0.26.2
16+
- @justeattakeaway/pie-toast@0.7.8
17+
- @justeattakeaway/pie-checkbox@0.14.2
18+
- @justeattakeaway/pie-checkbox-group@0.7.12
19+
- @justeattakeaway/pie-radio-group@0.7.3
20+
- @justeattakeaway/pie-textarea@0.14.1
21+
- @justeattakeaway/pie-cookie-banner@1.2.12
22+
- @justeattakeaway/pie-toast-provider@0.2.8
23+
324
## 1.25.0
425

526
### Minor Changes

apps/pie-storybook/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pie-storybook",
3-
"version": "1.25.0",
3+
"version": "1.25.1",
44
"private": true,
55
"description": "Storybook for PIE Design System components",
66
"scripts": {
@@ -17,33 +17,33 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@justeat/pie-design-tokens": "6.10.0",
20-
"@justeattakeaway/pie-assistive-text": "0.8.4",
20+
"@justeattakeaway/pie-assistive-text": "0.8.5",
2121
"@justeattakeaway/pie-button": "1.4.0",
2222
"@justeattakeaway/pie-card": "0.23.1",
23-
"@justeattakeaway/pie-checkbox": "0.14.1",
24-
"@justeattakeaway/pie-checkbox-group": "0.7.11",
25-
"@justeattakeaway/pie-chip": "0.10.1",
26-
"@justeattakeaway/pie-cookie-banner": "1.2.11",
23+
"@justeattakeaway/pie-checkbox": "0.14.2",
24+
"@justeattakeaway/pie-checkbox-group": "0.7.12",
25+
"@justeattakeaway/pie-chip": "0.10.2",
26+
"@justeattakeaway/pie-cookie-banner": "1.2.12",
2727
"@justeattakeaway/pie-css": "0.15.1",
2828
"@justeattakeaway/pie-divider": "1.2.1",
2929
"@justeattakeaway/pie-form-label": "0.14.5",
30-
"@justeattakeaway/pie-icon-button": "1.3.1",
31-
"@justeattakeaway/pie-icons-webc": "1.5.0",
30+
"@justeattakeaway/pie-icon-button": "1.3.2",
31+
"@justeattakeaway/pie-icons-webc": "1.6.0",
3232
"@justeattakeaway/pie-link": "1.0.1",
3333
"@justeattakeaway/pie-lottie-player": "0.0.5",
34-
"@justeattakeaway/pie-modal": "1.4.2",
35-
"@justeattakeaway/pie-notification": "0.12.14",
34+
"@justeattakeaway/pie-modal": "1.4.3",
35+
"@justeattakeaway/pie-notification": "0.12.15",
3636
"@justeattakeaway/pie-radio": "0.9.0",
37-
"@justeattakeaway/pie-radio-group": "0.7.2",
37+
"@justeattakeaway/pie-radio-group": "0.7.3",
3838
"@justeattakeaway/pie-select": "0.0.1",
3939
"@justeattakeaway/pie-spinner": "1.0.1",
40-
"@justeattakeaway/pie-switch": "1.2.1",
40+
"@justeattakeaway/pie-switch": "1.2.2",
4141
"@justeattakeaway/pie-tag": "0.14.1",
42-
"@justeattakeaway/pie-text-input": "0.26.1",
43-
"@justeattakeaway/pie-textarea": "0.14.0",
42+
"@justeattakeaway/pie-text-input": "0.26.2",
43+
"@justeattakeaway/pie-textarea": "0.14.1",
4444
"@justeattakeaway/pie-thumbnail": "0.6.3",
45-
"@justeattakeaway/pie-toast": "0.7.7",
46-
"@justeattakeaway/pie-toast-provider": "0.2.7",
45+
"@justeattakeaway/pie-toast": "0.7.8",
46+
"@justeattakeaway/pie-toast-provider": "0.2.8",
4747
"dompurify": "3.1.3"
4848
},
4949
"devDependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@justeat/pie-design-tokens": "6.10.0",
7878
"@justeattakeaway/browserslist-config-pie": "0.2.1",
7979
"@justeattakeaway/generator-pie-component": "0.29.2",
80-
"@justeattakeaway/pie-icons": "5.7.1",
80+
"@justeattakeaway/pie-icons": "5.8.0",
8181
"@justeattakeaway/pie-webc-testing": "0.13.4",
8282
"@justeattakeaway/pie-wrapper-react": "0.14.3",
8383
"@justeattakeaway/stylelint-config-pie": "0.8.1",

packages/components/pie-assistive-text/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @justeattakeaway/pie-assistive-text
22

3+
## 0.8.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e05f3e3`](https://github.com/justeattakeaway/pie/commit/e05f3e31838856fed581adefd87db42691153ee6)]:
8+
- @justeattakeaway/pie-icons-webc@1.6.0
9+
310
## 0.8.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)