@justeattakeaway/pie-webc 0.10.22 → 0.10.24
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/components/accordion.d.ts +1 -0
- package/components/accordion.js +1 -0
- package/package.json +54 -33
- package/react/accordion.d.ts +1 -0
- package/react/accordion.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-accordion';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-accordion';
|
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.24",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -15,6 +15,27 @@
|
|
|
15
15
|
"docs/**/*.md"
|
|
16
16
|
],
|
|
17
17
|
"exports": {
|
|
18
|
+
"./docs/*": "./docs/*",
|
|
19
|
+
"./components/accordion": {
|
|
20
|
+
"import": "./components/accordion.js",
|
|
21
|
+
"require": "./components/accordion.js",
|
|
22
|
+
"types": "./components/accordion.d.ts"
|
|
23
|
+
},
|
|
24
|
+
"./components/accordion.js": {
|
|
25
|
+
"import": "./components/accordion.js",
|
|
26
|
+
"require": "./components/accordion.js",
|
|
27
|
+
"types": "./components/accordion.d.ts"
|
|
28
|
+
},
|
|
29
|
+
"./react/accordion": {
|
|
30
|
+
"import": "./react/accordion.js",
|
|
31
|
+
"require": "./react/accordion.js",
|
|
32
|
+
"types": "./react/accordion.d.ts"
|
|
33
|
+
},
|
|
34
|
+
"./react/accordion.js": {
|
|
35
|
+
"import": "./react/accordion.js",
|
|
36
|
+
"require": "./react/accordion.js",
|
|
37
|
+
"types": "./react/accordion.d.ts"
|
|
38
|
+
},
|
|
18
39
|
"./components/assistive-text.js": {
|
|
19
40
|
"import": "./components/assistive-text.js",
|
|
20
41
|
"require": "./components/assistive-text.js",
|
|
@@ -794,8 +815,7 @@
|
|
|
794
815
|
"import": "./react/toast-provider.js",
|
|
795
816
|
"require": "./react/toast-provider.js",
|
|
796
817
|
"types": "./react/toast-provider.d.ts"
|
|
797
|
-
}
|
|
798
|
-
"./docs/*": "./docs/*"
|
|
818
|
+
}
|
|
799
819
|
},
|
|
800
820
|
"scripts": {
|
|
801
821
|
"lint:scripts": "run -T eslint .",
|
|
@@ -810,36 +830,37 @@
|
|
|
810
830
|
"chalk": "5.6.2"
|
|
811
831
|
},
|
|
812
832
|
"dependencies": {
|
|
813
|
-
"@justeattakeaway/pie-
|
|
814
|
-
"@justeattakeaway/pie-
|
|
815
|
-
"@justeattakeaway/pie-
|
|
816
|
-
"@justeattakeaway/pie-
|
|
817
|
-
"@justeattakeaway/pie-
|
|
818
|
-
"@justeattakeaway/pie-
|
|
819
|
-
"@justeattakeaway/pie-checkbox
|
|
820
|
-
"@justeattakeaway/pie-
|
|
821
|
-
"@justeattakeaway/pie-
|
|
822
|
-
"@justeattakeaway/pie-
|
|
823
|
-
"@justeattakeaway/pie-
|
|
824
|
-
"@justeattakeaway/pie-
|
|
825
|
-
"@justeattakeaway/pie-
|
|
826
|
-
"@justeattakeaway/pie-
|
|
827
|
-
"@justeattakeaway/pie-
|
|
828
|
-
"@justeattakeaway/pie-
|
|
829
|
-
"@justeattakeaway/pie-
|
|
830
|
-
"@justeattakeaway/pie-
|
|
831
|
-
"@justeattakeaway/pie-
|
|
832
|
-
"@justeattakeaway/pie-radio
|
|
833
|
-
"@justeattakeaway/pie-
|
|
834
|
-
"@justeattakeaway/pie-
|
|
835
|
-
"@justeattakeaway/pie-
|
|
836
|
-
"@justeattakeaway/pie-
|
|
837
|
-
"@justeattakeaway/pie-
|
|
838
|
-
"@justeattakeaway/pie-
|
|
839
|
-
"@justeattakeaway/pie-
|
|
840
|
-
"@justeattakeaway/pie-
|
|
841
|
-
"@justeattakeaway/pie-
|
|
842
|
-
"@justeattakeaway/pie-toast
|
|
833
|
+
"@justeattakeaway/pie-accordion": "0.0.2",
|
|
834
|
+
"@justeattakeaway/pie-assistive-text": "1.0.1",
|
|
835
|
+
"@justeattakeaway/pie-avatar": "0.4.39",
|
|
836
|
+
"@justeattakeaway/pie-breadcrumb": "1.0.1",
|
|
837
|
+
"@justeattakeaway/pie-button": "1.14.5",
|
|
838
|
+
"@justeattakeaway/pie-card": "0.27.4",
|
|
839
|
+
"@justeattakeaway/pie-checkbox": "1.3.1",
|
|
840
|
+
"@justeattakeaway/pie-checkbox-group": "1.1.1",
|
|
841
|
+
"@justeattakeaway/pie-chip": "1.0.1",
|
|
842
|
+
"@justeattakeaway/pie-cookie-banner": "1.10.0",
|
|
843
|
+
"@justeattakeaway/pie-data-table": "0.3.19",
|
|
844
|
+
"@justeattakeaway/pie-divider": "1.5.26",
|
|
845
|
+
"@justeattakeaway/pie-form-label": "0.18.27",
|
|
846
|
+
"@justeattakeaway/pie-icon-button": "2.7.20",
|
|
847
|
+
"@justeattakeaway/pie-link": "1.3.36",
|
|
848
|
+
"@justeattakeaway/pie-list": "0.0.30",
|
|
849
|
+
"@justeattakeaway/pie-lottie-player": "0.4.6",
|
|
850
|
+
"@justeattakeaway/pie-modal": "1.26.12",
|
|
851
|
+
"@justeattakeaway/pie-notification": "0.24.4",
|
|
852
|
+
"@justeattakeaway/pie-radio": "1.1.16",
|
|
853
|
+
"@justeattakeaway/pie-radio-group": "1.1.1",
|
|
854
|
+
"@justeattakeaway/pie-select": "0.9.1",
|
|
855
|
+
"@justeattakeaway/pie-spinner": "1.4.18",
|
|
856
|
+
"@justeattakeaway/pie-switch": "2.5.1",
|
|
857
|
+
"@justeattakeaway/pie-tabs": "0.1.26",
|
|
858
|
+
"@justeattakeaway/pie-tag": "0.22.23",
|
|
859
|
+
"@justeattakeaway/pie-text-input": "0.30.1",
|
|
860
|
+
"@justeattakeaway/pie-textarea": "0.20.1",
|
|
861
|
+
"@justeattakeaway/pie-thumbnail": "0.8.32",
|
|
862
|
+
"@justeattakeaway/pie-toast": "1.0.3",
|
|
863
|
+
"@justeattakeaway/pie-toast-provider": "1.0.3"
|
|
843
864
|
},
|
|
844
865
|
"sideEffects": [
|
|
845
866
|
"**/*.js"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-accordion/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-accordion/dist/react.js';
|