@microsoft/omnichannel-chat-widget 1.0.2-main.04fd586 → 1.0.2-main.118265f

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.
@@ -817,7 +817,7 @@ const dummyDefaultProps = {
817
817
  minHeight: "25px",
818
818
  width: "100%",
819
819
  minWidth: "250px",
820
- padding: "0 10px 5px 10px"
820
+ padding: "5px"
821
821
  },
822
822
  downloadTranscriptButtonStyleProps: {
823
823
  icon: {
@@ -811,7 +811,7 @@ export const dummyDefaultProps = {
811
811
  minHeight: "25px",
812
812
  width: "100%",
813
813
  minWidth: "250px",
814
- padding: "0 10px 5px 10px"
814
+ padding: "5px"
815
815
  },
816
816
  downloadTranscriptButtonStyleProps: {
817
817
  icon: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-widget",
3
- "version": "1.0.2-main.04fd586",
3
+ "version": "1.0.2-main.118265f",
4
4
  "description": "Microsoft Omnichannel Chat Widget",
5
5
  "main": "lib/cjs/index.js",
6
6
  "types": "lib/types/index.d.ts",