@telia-ace/widget-components-area-flamingo 1.0.14 → 1.1.12-rc.5

Sign up to get free protection for your applications and to get access to all the features.
package/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { AreaComponent } from './area-component';
2
+ export default AreaComponent;
package/index.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";const r=async e=>{e.registerComponent("area",Promise.resolve().then(()=>require("./area-6186125e.js")))};module.exports=r;
package/index.mjs ADDED
@@ -0,0 +1,6 @@
1
+ const o = async (e) => {
2
+ e.registerComponent("area", import("./area-27c914b6.mjs"));
3
+ };
4
+ export {
5
+ o as default
6
+ };
package/package.json CHANGED
@@ -1,45 +1,11 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-area-flamingo",
3
- "version": "1.0.14",
4
- "description": "Type definition for Grid widget.",
5
- "license": "SEE LICENSE IN LICENSE.txt",
6
- "author": "Telia Company AB",
7
- "keywords": [
8
- "telia"
9
- ],
10
- "main": "dist/index.js",
11
- "sourceMain": "src/index.ts",
12
- "type": "module",
13
- "types": "dist/index.d.ts",
14
- "files": [
15
- "LICENSE.txt",
16
- "README.md",
17
- "dist/"
18
- ],
19
- "publishConfig": {
20
- "access": "public"
21
- },
22
- "sideEffects": true,
3
+ "version": "1.1.12-rc.5",
23
4
  "dependencies": {
24
- "@lit-labs/context": "^0.4.0",
25
- "@teliads/components": "^22.1.1",
26
- "@teliads/icons": "^8.4.0",
27
- "@webprovisions/platform": "^1.1.3",
28
- "lit": "^2.8.0",
29
- "lit-html": "^2.8.0",
30
- "sass": "^1.66.1",
31
- "@telia-ace/widget-core-flamingo": "1.0.14",
32
- "@telia-ace/widget-runtime-flamingo": "1.0.16"
33
- },
34
- "devDependencies": {
35
- "@types/node": "^20.5.4",
36
- "rimraf": "^5.0.1",
37
- "tslib": "^2.6.0",
38
- "typescript": "^5.1.6",
39
- "vite": "^4.4.9"
5
+ "@telia-ace/widget-core-flamingo": "1.1.12-rc.5",
6
+ "lit": "^3.0.2"
40
7
  },
41
- "scripts": {
42
- "clean": "rimraf ./dist",
43
- "build": "rimraf ./dist && tsc -emitDeclarationOnly && vite build"
44
- }
45
- }
8
+ "main": "./index.js",
9
+ "module": "./index.mjs",
10
+ "typings": "./index.d.ts"
11
+ }