@telia-ace/widget-components-copyright-flamingo 1.1.72-rc.18 → 1.1.72-rc.19
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.
|
@@ -213,8 +213,8 @@
|
|
|
213
213
|
|
|
214
214
|
.trigger-label {
|
|
215
215
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
|
|
216
|
-
background-color: var(--
|
|
217
|
-
color: var(--
|
|
216
|
+
background-color: var(--secondary-background);
|
|
217
|
+
color: var(--text-on-secondary-background);
|
|
218
218
|
white-space: nowrap;
|
|
219
219
|
padding: 0.7rem 1rem;
|
|
220
220
|
border-radius: 0.3rem;
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-
|
|
1
|
+
"use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-b1ea35c3.js")))};module.exports=o;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/widget-components-copyright-flamingo",
|
|
3
|
-
"version": "1.1.72-rc.
|
|
3
|
+
"version": "1.1.72-rc.19",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"lit": "^3.0.2",
|
|
6
|
-
"@telia-ace/widget-core-flamingo": "1.1.72-rc.
|
|
6
|
+
"@telia-ace/widget-core-flamingo": "1.1.72-rc.19"
|
|
7
7
|
},
|
|
8
8
|
"main": "./index.js",
|
|
9
9
|
"module": "./index.mjs",
|