@telia-ace/widget-side-menu 1.1.147-rc.3 → 1.1.147-rc.5
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.
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const n=async e=>{e.registerComponent("side-menu",Promise.resolve().then(()=>require("./side-menu-
|
|
1
|
+
"use strict";const n=async e=>{e.registerComponent("side-menu",Promise.resolve().then(()=>require("./side-menu-DfIWjej5.js")))};module.exports=n;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/widget-side-menu",
|
|
3
|
-
"version": "1.1.147-rc.
|
|
3
|
+
"version": "1.1.147-rc.5",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"lit": "^3.0.2",
|
|
6
6
|
"rxjs": "^7.8.2",
|
|
7
|
-
"@telia-ace/widget-core-flamingo": "1.1.147-rc.
|
|
7
|
+
"@telia-ace/widget-core-flamingo": "1.1.147-rc.5",
|
|
8
8
|
"@teliads/components": "^22.1.1",
|
|
9
9
|
"@lit-labs/motion": "^1.0.8",
|
|
10
10
|
"lit-html": "^3.0.2"
|
|
@@ -314,7 +314,8 @@
|
|
|
314
314
|
|
|
315
315
|
--text-weak: #00000070;
|
|
316
316
|
--text-medium: #0000009e;
|
|
317
|
-
--text-default: #000000cc
|
|
317
|
+
--text-default: #000000cc;
|
|
318
|
+
--text-weak-negative: #ffffff5e;
|
|
318
319
|
--text-medium-negative: #ffffffa8;
|
|
319
320
|
--text-default-negative: #fffffff2;
|
|
320
321
|
|
|
@@ -2600,7 +2600,8 @@ ve.styles = N`
|
|
|
2600
2600
|
|
|
2601
2601
|
--text-weak: #00000070;
|
|
2602
2602
|
--text-medium: #0000009e;
|
|
2603
|
-
--text-default: #000000cc
|
|
2603
|
+
--text-default: #000000cc;
|
|
2604
|
+
--text-weak-negative: #ffffff5e;
|
|
2604
2605
|
--text-medium-negative: #ffffffa8;
|
|
2605
2606
|
--text-default-negative: #fffffff2;
|
|
2606
2607
|
|