@justeattakeaway/pie-modal 0.43.1 → 0.43.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,7 +28,7 @@ yarn add @justeattakeaway/pie-modal
28
28
 
29
29
  ## Documentation
30
30
 
31
- Visit [Modal | PIE Design System](https://pie.design/components/modal/overview) to view more information on this component.
31
+ Visit [Modal | PIE Design System](https://pie.design/components/modal) to view more information on this component.
32
32
 
33
33
  ## Questions
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-modal",
3
- "version": "0.43.1",
3
+ "version": "0.43.3",
4
4
  "description": "PIE design system modal built using web components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "license": "Apache-2.0",
37
37
  "devDependencies": {
38
38
  "@custom-elements-manifest/analyzer": "0.9.0",
39
- "@justeat/pie-design-tokens": "6.0.0",
39
+ "@justeat/pie-design-tokens": "6.3.1",
40
40
  "@justeattakeaway/pie-components-config": "0.16.0",
41
41
  "@justeattakeaway/pie-wrapper-react": "0.14.1",
42
42
  "@types/body-scroll-lock": "3.1.2",
@@ -46,8 +46,8 @@
46
46
  "extends": "../../../package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@justeattakeaway/pie-button": "0.47.6",
50
- "@justeattakeaway/pie-icon-button": "0.28.7",
49
+ "@justeattakeaway/pie-button": "0.47.7",
50
+ "@justeattakeaway/pie-icon-button": "0.28.8",
51
51
  "@justeattakeaway/pie-icons-webc": "0.24.1",
52
52
  "@justeattakeaway/pie-spinner": "0.6.5",
53
53
  "@justeattakeaway/pie-webc-core": "0.23.0",