@telia-ace/widget-components-copyright-flamingo 1.1.76-rc.21 → 1.1.76-rc.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.
@@ -2161,7 +2161,7 @@ Ct.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 o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-7b53b0cf.js")))};module.exports=o;
1
+ "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-f188f009.js")))};module.exports=o;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (o) => {
2
- o.registerComponent("copyright", import("./copyright-14b8a6b3.mjs"));
2
+ o.registerComponent("copyright", import("./copyright-c4180f81.mjs"));
3
3
  };
4
4
  export {
5
5
  t as default
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-copyright-flamingo",
3
- "version": "1.1.76-rc.21",
3
+ "version": "1.1.76-rc.23",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.76-rc.21"
6
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.23"
7
7
  },
8
8
  "main": "./index.js",
9
9
  "module": "./index.mjs",