@justeattakeaway/pie-webc 0.10.37 → 0.11.1

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.
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-icon-with-background';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-icon-with-background';
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.37",
4
+ "version": "0.11.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -456,6 +456,26 @@
456
456
  "require": "./react/icon-button.js",
457
457
  "types": "./react/icon-button.d.ts"
458
458
  },
459
+ "./components/icon-with-background": {
460
+ "import": "./components/icon-with-background.js",
461
+ "require": "./components/icon-with-background.js",
462
+ "types": "./components/icon-with-background.d.ts"
463
+ },
464
+ "./components/icon-with-background.js": {
465
+ "import": "./components/icon-with-background.js",
466
+ "require": "./components/icon-with-background.js",
467
+ "types": "./components/icon-with-background.d.ts"
468
+ },
469
+ "./react/icon-with-background": {
470
+ "import": "./react/icon-with-background.js",
471
+ "require": "./react/icon-with-background.js",
472
+ "types": "./react/icon-with-background.d.ts"
473
+ },
474
+ "./react/icon-with-background.js": {
475
+ "import": "./react/icon-with-background.js",
476
+ "require": "./react/icon-with-background.js",
477
+ "types": "./react/icon-with-background.d.ts"
478
+ },
459
479
  "./components/link.js": {
460
480
  "import": "./components/link.js",
461
481
  "require": "./components/link.js",
@@ -836,26 +856,27 @@
836
856
  "@justeattakeaway/pie-breadcrumb": "1.0.6",
837
857
  "@justeattakeaway/pie-button": "1.14.9",
838
858
  "@justeattakeaway/pie-card": "0.27.7",
839
- "@justeattakeaway/pie-checkbox": "1.3.6",
840
- "@justeattakeaway/pie-checkbox-group": "1.1.6",
859
+ "@justeattakeaway/pie-checkbox": "1.4.0",
860
+ "@justeattakeaway/pie-checkbox-group": "1.2.0",
841
861
  "@justeattakeaway/pie-chip": "1.0.7",
842
862
  "@justeattakeaway/pie-cookie-banner": "1.10.7",
843
863
  "@justeattakeaway/pie-data-table": "0.3.22",
844
864
  "@justeattakeaway/pie-divider": "1.5.29",
845
865
  "@justeattakeaway/pie-form-label": "0.18.30",
846
866
  "@justeattakeaway/pie-icon-button": "2.7.26",
867
+ "@justeattakeaway/pie-icon-with-background": "0.1.0",
847
868
  "@justeattakeaway/pie-link": "1.3.41",
848
- "@justeattakeaway/pie-list": "0.2.0",
869
+ "@justeattakeaway/pie-list": "0.3.0",
849
870
  "@justeattakeaway/pie-lottie-player": "0.4.9",
850
871
  "@justeattakeaway/pie-modal": "1.27.3",
851
872
  "@justeattakeaway/pie-notification": "0.24.11",
852
873
  "@justeattakeaway/pie-radio": "1.2.0",
853
- "@justeattakeaway/pie-radio-group": "1.2.0",
874
+ "@justeattakeaway/pie-radio-group": "1.2.1",
854
875
  "@justeattakeaway/pie-select": "0.9.6",
855
876
  "@justeattakeaway/pie-spinner": "1.5.2",
856
877
  "@justeattakeaway/pie-switch": "2.5.6",
857
878
  "@justeattakeaway/pie-tabs": "0.1.29",
858
- "@justeattakeaway/pie-tag": "0.22.26",
879
+ "@justeattakeaway/pie-tag": "1.0.0",
859
880
  "@justeattakeaway/pie-text-input": "0.30.6",
860
881
  "@justeattakeaway/pie-textarea": "0.23.1",
861
882
  "@justeattakeaway/pie-thumbnail": "0.8.35",
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-icon-with-background/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-icon-with-background/dist/react.js';