@telia-ace/widget-conversational-hub 1.1.76-rc.21 → 1.1.76-rc.22

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +3 -3
package/index.js CHANGED
@@ -332,7 +332,7 @@
332
332
  }
333
333
 
334
334
  :host(.embedded) {
335
- padding: 40px !important;
335
+ padding: 40px 20px 20px 40px !important;
336
336
  }
337
337
 
338
338
  @media screen and (max-device-width: 800px) {
package/index.mjs CHANGED
@@ -3776,7 +3776,7 @@ dn.styles = E`
3776
3776
  }
3777
3777
 
3778
3778
  :host(.embedded) {
3779
- padding: 40px !important;
3779
+ padding: 40px 20px 20px 40px !important;
3780
3780
  }
3781
3781
 
3782
3782
  @media screen and (max-device-width: 800px) {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversational-hub",
3
- "version": "1.1.76-rc.21",
3
+ "version": "1.1.76-rc.22",
4
4
  "dependencies": {
5
- "@telia-ace/widget-conversation-flamingo": "1.1.76-rc.21",
5
+ "@telia-ace/widget-conversation-flamingo": "1.1.76-rc.22",
6
6
  "rxjs": "^7.8.1",
7
- "@telia-ace/widget-core-flamingo": "1.1.76-rc.21"
7
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.22"
8
8
  },
9
9
  "main": "./index.js",
10
10
  "module": "./index.mjs",