@justeattakeaway/pie-webc 0.10.14 → 0.10.15
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 +1 -1
- package/package.json +32 -35
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ For full information on using PIE components as part of an application, check ou
|
|
|
57
57
|
|
|
58
58
|
There is a command that can be run (from the root of the monorepo) which adds all PIE components to this package:
|
|
59
59
|
|
|
60
|
-
```
|
|
60
|
+
```yarn add-components```
|
|
61
61
|
|
|
62
62
|
This does the following:
|
|
63
63
|
1. Loops through the (root) `packages/components` folder to find all of the PIE components, ignoring non-component folders, helper packages, and this package itself.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-webc",
|
|
3
3
|
"description": "Component bundle containing all PIE web components",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.15",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -797,9 +797,6 @@
|
|
|
797
797
|
},
|
|
798
798
|
"./docs/*": "./docs/*"
|
|
799
799
|
},
|
|
800
|
-
"bin": {
|
|
801
|
-
"add-components": "./src/index.js"
|
|
802
|
-
},
|
|
803
800
|
"scripts": {
|
|
804
801
|
"lint:scripts": "run -T eslint .",
|
|
805
802
|
"lint:scripts:fix": "yarn lint:scripts --fix",
|
|
@@ -809,40 +806,40 @@
|
|
|
809
806
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
810
807
|
"license": "Apache-2.0",
|
|
811
808
|
"devDependencies": {
|
|
812
|
-
"@justeattakeaway/pie-components-config": "0.21.
|
|
809
|
+
"@justeattakeaway/pie-components-config": "0.21.3",
|
|
813
810
|
"chalk": "5.6.2"
|
|
814
811
|
},
|
|
815
812
|
"dependencies": {
|
|
816
|
-
"@justeattakeaway/pie-assistive-text": "0.11.
|
|
817
|
-
"@justeattakeaway/pie-avatar": "0.4.
|
|
818
|
-
"@justeattakeaway/pie-breadcrumb": "0.8.
|
|
819
|
-
"@justeattakeaway/pie-button": "1.14.
|
|
820
|
-
"@justeattakeaway/pie-card": "0.27.
|
|
821
|
-
"@justeattakeaway/pie-checkbox": "1.2.
|
|
822
|
-
"@justeattakeaway/pie-checkbox-group": "1.0.
|
|
823
|
-
"@justeattakeaway/pie-chip": "0.15.
|
|
824
|
-
"@justeattakeaway/pie-cookie-banner": "1.7.
|
|
825
|
-
"@justeattakeaway/pie-data-table": "0.3.
|
|
826
|
-
"@justeattakeaway/pie-divider": "1.5.
|
|
827
|
-
"@justeattakeaway/pie-form-label": "0.18.
|
|
828
|
-
"@justeattakeaway/pie-icon-button": "2.7.
|
|
829
|
-
"@justeattakeaway/pie-link": "1.3.
|
|
830
|
-
"@justeattakeaway/pie-list": "0.0.
|
|
831
|
-
"@justeattakeaway/pie-lottie-player": "0.4.
|
|
832
|
-
"@justeattakeaway/pie-modal": "1.26.
|
|
833
|
-
"@justeattakeaway/pie-notification": "0.23.
|
|
834
|
-
"@justeattakeaway/pie-radio": "1.1.
|
|
835
|
-
"@justeattakeaway/pie-radio-group": "1.0.
|
|
836
|
-
"@justeattakeaway/pie-select": "0.8.
|
|
837
|
-
"@justeattakeaway/pie-spinner": "1.4.
|
|
838
|
-
"@justeattakeaway/pie-switch": "2.3.
|
|
839
|
-
"@justeattakeaway/pie-tabs": "0.1.
|
|
840
|
-
"@justeattakeaway/pie-tag": "0.22.
|
|
841
|
-
"@justeattakeaway/pie-text-input": "0.29.
|
|
842
|
-
"@justeattakeaway/pie-textarea": "0.18.
|
|
843
|
-
"@justeattakeaway/pie-thumbnail": "0.8.
|
|
844
|
-
"@justeattakeaway/pie-toast": "0.
|
|
845
|
-
"@justeattakeaway/pie-toast-provider": "0.
|
|
813
|
+
"@justeattakeaway/pie-assistive-text": "0.11.33",
|
|
814
|
+
"@justeattakeaway/pie-avatar": "0.4.35",
|
|
815
|
+
"@justeattakeaway/pie-breadcrumb": "0.8.7",
|
|
816
|
+
"@justeattakeaway/pie-button": "1.14.2",
|
|
817
|
+
"@justeattakeaway/pie-card": "0.27.1",
|
|
818
|
+
"@justeattakeaway/pie-checkbox": "1.2.2",
|
|
819
|
+
"@justeattakeaway/pie-checkbox-group": "1.0.26",
|
|
820
|
+
"@justeattakeaway/pie-chip": "0.15.31",
|
|
821
|
+
"@justeattakeaway/pie-cookie-banner": "1.7.31",
|
|
822
|
+
"@justeattakeaway/pie-data-table": "0.3.17",
|
|
823
|
+
"@justeattakeaway/pie-divider": "1.5.24",
|
|
824
|
+
"@justeattakeaway/pie-form-label": "0.18.25",
|
|
825
|
+
"@justeattakeaway/pie-icon-button": "2.7.15",
|
|
826
|
+
"@justeattakeaway/pie-link": "1.3.31",
|
|
827
|
+
"@justeattakeaway/pie-list": "0.0.28",
|
|
828
|
+
"@justeattakeaway/pie-lottie-player": "0.4.4",
|
|
829
|
+
"@justeattakeaway/pie-modal": "1.26.7",
|
|
830
|
+
"@justeattakeaway/pie-notification": "0.23.3",
|
|
831
|
+
"@justeattakeaway/pie-radio": "1.1.14",
|
|
832
|
+
"@justeattakeaway/pie-radio-group": "1.0.26",
|
|
833
|
+
"@justeattakeaway/pie-select": "0.8.35",
|
|
834
|
+
"@justeattakeaway/pie-spinner": "1.4.16",
|
|
835
|
+
"@justeattakeaway/pie-switch": "2.3.33",
|
|
836
|
+
"@justeattakeaway/pie-tabs": "0.1.24",
|
|
837
|
+
"@justeattakeaway/pie-tag": "0.22.21",
|
|
838
|
+
"@justeattakeaway/pie-text-input": "0.29.35",
|
|
839
|
+
"@justeattakeaway/pie-textarea": "0.18.2",
|
|
840
|
+
"@justeattakeaway/pie-thumbnail": "0.8.30",
|
|
841
|
+
"@justeattakeaway/pie-toast": "0.13.0",
|
|
842
|
+
"@justeattakeaway/pie-toast-provider": "0.9.0"
|
|
846
843
|
},
|
|
847
844
|
"sideEffects": [
|
|
848
845
|
"**/*.js"
|