@telia-ace/widget-components-area-flamingo 1.1.78 → 1.1.79-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/area-component.d.ts +0 -2
- package/area.d.ts +0 -9
- package/get-css-props.d.ts +0 -5
- package/index.d.ts +0 -2
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@telia-ace/widget-components-area-flamingo",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.79-rc.1",
|
4
4
|
"dependencies": {
|
5
|
-
"@telia-ace/widget-core-flamingo": "1.1.
|
5
|
+
"@telia-ace/widget-core-flamingo": "1.1.79-rc.1",
|
6
6
|
"lit": "^3.0.2"
|
7
7
|
},
|
8
8
|
"main": "./index.js",
|
package/area-component.d.ts
DELETED
package/area.d.ts
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import { LitElement } from 'lit';
|
2
|
-
import { WidgetComponentType } from '@telia-ace/widget-core-flamingo';
|
3
|
-
declare const Area_base: (new (...args: any[]) => WidgetComponentType) & typeof LitElement;
|
4
|
-
export declare class Area extends Area_base {
|
5
|
-
nodes: WidgetComponentType[];
|
6
|
-
static styles: import("lit").CSSResult[];
|
7
|
-
render(): import("lit-html").TemplateResult<1>;
|
8
|
-
}
|
9
|
-
export default Area;
|
package/get-css-props.d.ts
DELETED
package/index.d.ts
DELETED