@justeattakeaway/pie-webc 0.10.22 → 0.10.23
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 +27 -6
- 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.23",
|
|
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,6 +830,7 @@
|
|
|
810
830
|
"chalk": "5.6.2"
|
|
811
831
|
},
|
|
812
832
|
"dependencies": {
|
|
833
|
+
"@justeattakeaway/pie-accordion": "0.0.1",
|
|
813
834
|
"@justeattakeaway/pie-assistive-text": "1.0.0",
|
|
814
835
|
"@justeattakeaway/pie-avatar": "0.4.38",
|
|
815
836
|
"@justeattakeaway/pie-breadcrumb": "1.0.0",
|
|
@@ -818,7 +839,7 @@
|
|
|
818
839
|
"@justeattakeaway/pie-checkbox": "1.3.0",
|
|
819
840
|
"@justeattakeaway/pie-checkbox-group": "1.1.0",
|
|
820
841
|
"@justeattakeaway/pie-chip": "1.0.0",
|
|
821
|
-
"@justeattakeaway/pie-cookie-banner": "1.9.
|
|
842
|
+
"@justeattakeaway/pie-cookie-banner": "1.9.1",
|
|
822
843
|
"@justeattakeaway/pie-data-table": "0.3.18",
|
|
823
844
|
"@justeattakeaway/pie-divider": "1.5.25",
|
|
824
845
|
"@justeattakeaway/pie-form-label": "0.18.26",
|
|
@@ -832,11 +853,11 @@
|
|
|
832
853
|
"@justeattakeaway/pie-radio-group": "1.1.0",
|
|
833
854
|
"@justeattakeaway/pie-select": "0.9.0",
|
|
834
855
|
"@justeattakeaway/pie-spinner": "1.4.17",
|
|
835
|
-
"@justeattakeaway/pie-switch": "2.
|
|
856
|
+
"@justeattakeaway/pie-switch": "2.5.0",
|
|
836
857
|
"@justeattakeaway/pie-tabs": "0.1.25",
|
|
837
858
|
"@justeattakeaway/pie-tag": "0.22.22",
|
|
838
859
|
"@justeattakeaway/pie-text-input": "0.30.0",
|
|
839
|
-
"@justeattakeaway/pie-textarea": "0.
|
|
860
|
+
"@justeattakeaway/pie-textarea": "0.20.0",
|
|
840
861
|
"@justeattakeaway/pie-thumbnail": "0.8.31",
|
|
841
862
|
"@justeattakeaway/pie-toast": "1.0.2",
|
|
842
863
|
"@justeattakeaway/pie-toast-provider": "1.0.2"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-accordion/dist/react.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@justeattakeaway/pie-accordion/dist/react.js';
|