@telia-ace/widget-core-flamingo 1.1.28 → 1.1.30-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +43 -36
- package/index.mjs +977 -760
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@telia-ace/widget-core-flamingo",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.30-rc.0",
|
4
4
|
"dependencies": {
|
5
5
|
"lit": "^3.0.2",
|
6
6
|
"@teliads/icons": "^8.4.0",
|
7
7
|
"rxjs": "^7.8.1",
|
8
|
-
"lit-html": "^3.0.2"
|
8
|
+
"lit-html": "^3.0.2",
|
9
|
+
"@lit-labs/motion": "^1.0.6"
|
9
10
|
},
|
10
11
|
"main": "./index.js",
|
11
12
|
"module": "./index.mjs",
|