@telia-ace/widget-core-flamingo 1.1.66-rc.0 → 1.1.66-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/components/wrapper.component.d.ts +3 -0
- package/index.d.ts +1 -0
- package/index.js +50 -31
- package/index.mjs +709 -580
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@telia-ace/widget-core-flamingo",
|
3
|
-
"version": "1.1.66-rc.
|
3
|
+
"version": "1.1.66-rc.2",
|
4
4
|
"dependencies": {
|
5
5
|
"lit": "^3.0.2",
|
6
6
|
"@teliads/icons": "^8.4.0",
|
7
7
|
"rxjs": "^7.8.1",
|
8
8
|
"lit-html": "^3.0.2",
|
9
|
-
"@lit-labs/motion": "^1.0.6"
|
9
|
+
"@lit-labs/motion": "^1.0.6",
|
10
|
+
"@lit/context": "^1.0.1"
|
10
11
|
},
|
11
12
|
"main": "./index.js",
|
12
13
|
"module": "./index.mjs",
|