@telia-ace/widget-core-flamingo 1.1.76-rc.16 → 1.1.76-rc.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -336,7 +336,7 @@
336
336
  }
337
337
 
338
338
  :host(.embedded) .widget-container {
339
- padding: 0.7em !important;
339
+ border-radius: var(--border-radius) !important;
340
340
  }
341
341
 
342
342
  @media screen and (max-width: 800px) {
package/index.mjs CHANGED
@@ -2185,7 +2185,7 @@ nt.styles = N`
2185
2185
  }
2186
2186
 
2187
2187
  :host(.embedded) .widget-container {
2188
- padding: 0.7em !important;
2188
+ border-radius: var(--border-radius) !important;
2189
2189
  }
2190
2190
 
2191
2191
  @media screen and (max-width: 800px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-core-flamingo",
3
- "version": "1.1.76-rc.16",
3
+ "version": "1.1.76-rc.18",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
6
  "@teliads/icons": "^8.4.0",