@telia-ace/widget-components-area-flamingo 1.1.76-rc.21 → 1.1.76-rc.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -2161,7 +2161,7 @@ At.styles = O`
2161
2161
  }
2162
2162
 
2163
2163
  :host(.embedded) {
2164
- padding: 40px !important;
2164
+ padding: 40px 20px 20px 40px !important;
2165
2165
  }
2166
2166
 
2167
2167
  @media screen and (max-device-width: 800px) {
@@ -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.js CHANGED
@@ -1 +1 @@
1
- "use strict";const r=async e=>{e.registerComponent("area",Promise.resolve().then(()=>require("./area-bdb8d8c6.js")))};module.exports=r;
1
+ "use strict";const r=async e=>{e.registerComponent("area",Promise.resolve().then(()=>require("./area-7ae856e7.js")))};module.exports=r;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const o = async (e) => {
2
- e.registerComponent("area", import("./area-be43a21c.mjs"));
2
+ e.registerComponent("area", import("./area-6fcd33fb.mjs"));
3
3
  };
4
4
  export {
5
5
  o as default
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-area-flamingo",
3
- "version": "1.1.76-rc.21",
3
+ "version": "1.1.76-rc.22",
4
4
  "dependencies": {
5
- "@telia-ace/widget-core-flamingo": "1.1.76-rc.21",
5
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.22",
6
6
  "lit": "^3.0.2"
7
7
  },
8
8
  "main": "./index.js",