@telia-ace/widget-components-copyright-flamingo 1.1.70-rc.21 → 1.1.70-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.
@@ -416,7 +416,7 @@
416
416
  }
417
417
 
418
418
  .copyright {
419
- padding: var(--spacing-sm);
419
+ padding: var(--spacing-sx);
420
420
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
421
421
  z-index: 6;
422
422
  background-color: transparent;
@@ -2268,7 +2268,7 @@ Ei.styles = [
2268
2268
  }
2269
2269
 
2270
2270
  .copyright {
2271
- padding: var(--spacing-sm);
2271
+ padding: var(--spacing-sx);
2272
2272
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
2273
2273
  z-index: 6;
2274
2274
  background-color: transparent;
package/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-2291ada0.js")))};module.exports=o;
1
+ "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-4546def5.js")))};module.exports=o;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (o) => {
2
- o.registerComponent("copyright", import("./copyright-0125cfd4.mjs"));
2
+ o.registerComponent("copyright", import("./copyright-90443c21.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.70-rc.21",
3
+ "version": "1.1.70-rc.22",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.70-rc.21"
6
+ "@telia-ace/widget-core-flamingo": "1.1.70-rc.22"
7
7
  },
8
8
  "main": "./index.js",
9
9
  "module": "./index.mjs",