@loadsmart/miranda-wc 1.33.1 → 1.34.0
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/dist/components/layout/base-layout/base-layout.d.ts +1 -1
- package/dist/components/layout/base-layout/base-layout.d.ts.map +1 -1
- package/dist/components/layout/base-layout/base-layout.styles.d.ts +1 -1
- package/dist/components/layout/base-layout/base-layout.styles.d.ts.map +1 -1
- package/dist/components/layout/base-layout/index.d.ts +4 -0
- package/dist/components/layout/base-layout/index.d.ts.map +1 -0
- package/dist/components/layout/box/box.d.ts +3 -1
- package/dist/components/layout/box/box.d.ts.map +1 -1
- package/dist/components/layout/grid/grid.d.ts +3 -1
- package/dist/components/layout/grid/grid.d.ts.map +1 -1
- package/dist/components/layout/group/group.d.ts +3 -1
- package/dist/components/layout/group/group.d.ts.map +1 -1
- package/dist/components/layout/sidebar/sidebar.d.ts +3 -1
- package/dist/components/layout/sidebar/sidebar.d.ts.map +1 -1
- package/dist/components/layout/stack/stack.d.ts +3 -1
- package/dist/components/layout/stack/stack.d.ts.map +1 -1
- package/dist/components/layout/switcher/switcher.d.ts +3 -1
- package/dist/components/layout/switcher/switcher.d.ts.map +1 -1
- package/dist/index.js +155 -143
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,6 @@ import { LitElement, type PropertyValues } from 'lit';
|
|
|
2
2
|
import type { BaseLayoutProps } from './base-layout.types';
|
|
3
3
|
export declare class BaseLayout extends LitElement {
|
|
4
4
|
#private;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
5
|
static get properties(): {
|
|
7
6
|
padding: {
|
|
8
7
|
type: StringConstructor;
|
|
@@ -39,6 +38,7 @@ export declare class BaseLayout extends LitElement {
|
|
|
39
38
|
paddingB: BaseLayoutProps['paddingB'];
|
|
40
39
|
paddingL: BaseLayoutProps['paddingL'];
|
|
41
40
|
paddingR: BaseLayoutProps['paddingR'];
|
|
41
|
+
getCSSPropertiesPrefix(): string;
|
|
42
42
|
protected update(changedProperties: PropertyValues<BaseLayoutProps>): void;
|
|
43
43
|
render(): import("lit-html").TemplateResult<1>;
|
|
44
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-layout.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/base-layout/base-layout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"base-layout.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/base-layout/base-layout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAM5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,qBAAa,UAAW,SAAQ,UAAU;;IACzC,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAU7B;IAEO,OAAO,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;IAEpC,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAEtC,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAEtC,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAEtC,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAEtC,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAEtC,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAG9C,sBAAsB,IAAI,MAAM;cAIb,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,eAAe,CAAC,GAChD,IAAI;IAiDE,MAAM;CAcf"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function getBaseLayoutStyles(cssPropertiesPrefix: string): import("lit").CSSResult;
|
|
2
2
|
//# sourceMappingURL=base-layout.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-layout.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/base-layout/base-layout.styles.ts"],"names":[],"mappings":"AAEA,wBAAgB,
|
|
1
|
+
{"version":3,"file":"base-layout.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/base-layout/base-layout.styles.ts"],"names":[],"mappings":"AAEA,wBAAgB,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,2BAiC9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/base-layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type PropertyValues } from 'lit';
|
|
2
|
+
import { BaseLayout } from '../base-layout';
|
|
2
3
|
import type { BoxProps } from './box.types';
|
|
3
|
-
import { BaseLayout } from '../base-layout/base-layout';
|
|
4
4
|
export declare class Box extends BaseLayout {
|
|
5
|
+
protected static CSSPropertiesPrefix: string;
|
|
5
6
|
static styles: import("lit").CSSResult[];
|
|
6
7
|
static get properties(): {
|
|
7
8
|
backgroundColor: {
|
|
@@ -58,6 +59,7 @@ export declare class Box extends BaseLayout {
|
|
|
58
59
|
borderColor: BoxProps['borderColor'];
|
|
59
60
|
textAlign: BoxProps['textAlign'];
|
|
60
61
|
constructor();
|
|
62
|
+
getCSSPropertiesPrefix(): string;
|
|
61
63
|
protected update(changedProperties: PropertyValues<BoxProps>): void;
|
|
62
64
|
render(): import("lit-html").TemplateResult<1>;
|
|
63
65
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/box/box.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,
|
|
1
|
+
{"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/box/box.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI5C,qBAAa,GAAI,SAAQ,UAAU;IAClC,SAAS,CAAC,MAAM,CAAC,mBAAmB,SAAS;IAE7C,OAAgB,MAAM,4BAGpB;IAEF,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAS7B;IAEO,eAAe,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAE7C,YAAY,EAAE,QAAQ,CAAC,cAAc,CAAC,CAAC;IAEvC,WAAW,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC;IAErC,WAAW,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC;IAErC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC;;IAahC,sBAAsB,IAAI,MAAM;cAItB,MAAM,CAAC,iBAAiB,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI;IAuCnE,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,OAAO,EAAE,GAAG,CAAC;KACb;CACD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type PropertyValues } from 'lit';
|
|
2
|
+
import { BaseLayout } from '../base-layout';
|
|
2
3
|
import type { GridProps } from './grid.types';
|
|
3
|
-
import { BaseLayout } from '../base-layout/base-layout';
|
|
4
4
|
export declare class Grid extends BaseLayout {
|
|
5
|
+
protected static CSSPropertiesPrefix: string;
|
|
5
6
|
static styles: import("lit").CSSResult[];
|
|
6
7
|
static get properties(): {
|
|
7
8
|
gap: {
|
|
@@ -52,6 +53,7 @@ export declare class Grid extends BaseLayout {
|
|
|
52
53
|
columnGap: GridProps['columnGap'];
|
|
53
54
|
minColumnWidth: GridProps['minColumnWidth'];
|
|
54
55
|
constructor();
|
|
56
|
+
getCSSPropertiesPrefix(): string;
|
|
55
57
|
protected update(changedProperties: PropertyValues<GridProps>): void;
|
|
56
58
|
render(): import("lit-html").TemplateResult<1>;
|
|
57
59
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/grid/grid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/grid/grid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,qBAAa,IAAK,SAAQ,UAAU;IACnC,SAAS,CAAC,MAAM,CAAC,mBAAmB,SAAU;IAE9C,OAAgB,MAAM,4BAGpB;IAEF,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAQ7B;IAEO,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;IAEtB,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAE5B,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IAElC,cAAc,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;;IAU3C,sBAAsB,IAAI,MAAM;cAItB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,SAAS,CAAC,GAC1C,IAAI;IAqCE,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,QAAQ,EAAE,IAAI,CAAC;KACf;CACD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type PropertyValues } from 'lit';
|
|
2
|
+
import { BaseLayout } from '../base-layout';
|
|
2
3
|
import type { GroupProps } from './group.types';
|
|
3
|
-
import { BaseLayout } from '../base-layout/base-layout';
|
|
4
4
|
export declare class Group extends BaseLayout {
|
|
5
|
+
protected static CSSPropertiesPrefix: string;
|
|
5
6
|
static styles: import("lit").CSSResult[];
|
|
6
7
|
static get properties(): {
|
|
7
8
|
gap: {
|
|
@@ -45,6 +46,7 @@ export declare class Group extends BaseLayout {
|
|
|
45
46
|
align: GroupProps['align'];
|
|
46
47
|
justify: GroupProps['justify'];
|
|
47
48
|
constructor();
|
|
49
|
+
getCSSPropertiesPrefix(): string;
|
|
48
50
|
protected update(changedProperties: PropertyValues<GroupProps>): void;
|
|
49
51
|
render(): import("lit-html").TemplateResult<1>;
|
|
50
52
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/group/group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,
|
|
1
|
+
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/group/group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAIhD,qBAAa,KAAM,SAAQ,UAAU;IACpC,SAAS,CAAC,MAAM,CAAC,mBAAmB,SAAW;IAE/C,OAAgB,MAAM,4BAGpB;IAEF,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAO7B;IAEO,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAEvB,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAE3B,OAAO,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC;;IAW9B,sBAAsB,IAAI,MAAM;cAItB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,UAAU,CAAC,GAC3C,IAAI;IAiBE,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,SAAS,EAAE,KAAK,CAAC;KACjB;CACD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type PropertyValues } from 'lit';
|
|
2
|
+
import { BaseLayout } from '../base-layout';
|
|
2
3
|
import type { SidebarProps } from './sidebar.types';
|
|
3
|
-
import { BaseLayout } from '../base-layout/base-layout';
|
|
4
4
|
export declare class Sidebar extends BaseLayout {
|
|
5
|
+
protected static CSSPropertiesPrefix: string;
|
|
5
6
|
static styles: import("lit").CSSResult[];
|
|
6
7
|
static get properties(): {
|
|
7
8
|
gap: {
|
|
@@ -51,6 +52,7 @@ export declare class Sidebar extends BaseLayout {
|
|
|
51
52
|
minContentWidth: SidebarProps['minContentWidth'];
|
|
52
53
|
reversed: SidebarProps['reversed'];
|
|
53
54
|
constructor();
|
|
55
|
+
getCSSPropertiesPrefix(): string;
|
|
54
56
|
protected update(changedProperties: PropertyValues<SidebarProps>): void;
|
|
55
57
|
render(): import("lit-html").TemplateResult<1>;
|
|
56
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/sidebar/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,
|
|
1
|
+
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/sidebar/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIpD,qBAAa,OAAQ,SAAQ,UAAU;IACtC,SAAS,CAAC,MAAM,CAAC,mBAAmB,SAAa;IAEjD,OAAgB,MAAM,4BAGpB;IAEF,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAQ7B;IAEO,GAAG,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC;IAEzB,SAAS,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IAErC,eAAe,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAC;IAEjD,QAAQ,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC;;IAYlC,sBAAsB,IAAI,MAAM;cAItB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,YAAY,CAAC,GAC7C,IAAI;IA6BE,MAAM;CAMf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,OAAO,CAAC;KACrB;CACD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type PropertyValues } from 'lit';
|
|
2
|
+
import { BaseLayout } from '../base-layout';
|
|
2
3
|
import type { StackProps } from './stack.types';
|
|
3
|
-
import { BaseLayout } from '../base-layout/base-layout';
|
|
4
4
|
export declare class Stack extends BaseLayout {
|
|
5
|
+
protected static CSSPropertiesPrefix: string;
|
|
5
6
|
static styles: import("lit").CSSResult[];
|
|
6
7
|
static get properties(): {
|
|
7
8
|
gap: {
|
|
@@ -45,6 +46,7 @@ export declare class Stack extends BaseLayout {
|
|
|
45
46
|
align: StackProps['align'];
|
|
46
47
|
justify: StackProps['justify'];
|
|
47
48
|
constructor();
|
|
49
|
+
getCSSPropertiesPrefix(): string;
|
|
48
50
|
protected update(changedProperties: PropertyValues<StackProps>): void;
|
|
49
51
|
render(): import("lit-html").TemplateResult<1>;
|
|
50
52
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/stack/stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,
|
|
1
|
+
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/stack/stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAIhD,qBAAa,KAAM,SAAQ,UAAU;IACpC,SAAS,CAAC,MAAM,CAAC,mBAAmB,SAAW;IAE/C,OAAgB,MAAM,4BAGpB;IAEF,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAO7B;IAEO,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAEvB,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAE3B,OAAO,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC;;IAW9B,sBAAsB,IAAI,MAAM;cAItB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,UAAU,CAAC,GAC3C,IAAI;IAiBE,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,SAAS,EAAE,KAAK,CAAC;KACjB;CACD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type PropertyValues } from 'lit';
|
|
2
|
+
import { BaseLayout } from '../base-layout';
|
|
2
3
|
import type { SwitcherProps } from './switcher.types';
|
|
3
|
-
import { BaseLayout } from '../base-layout/base-layout';
|
|
4
4
|
export declare class Switcher extends BaseLayout {
|
|
5
|
+
protected static CSSPropertiesPrefix: string;
|
|
5
6
|
static styles: import("lit").CSSResult[];
|
|
6
7
|
static get properties(): {
|
|
7
8
|
gap: {
|
|
@@ -55,6 +56,7 @@ export declare class Switcher extends BaseLayout {
|
|
|
55
56
|
threshold: SwitcherProps['threshold'];
|
|
56
57
|
limit: SwitcherProps['limit'];
|
|
57
58
|
constructor();
|
|
59
|
+
getCSSPropertiesPrefix(): string;
|
|
58
60
|
protected update(changedProperties: PropertyValues<SwitcherProps>): void;
|
|
59
61
|
render(): import("lit-html").TemplateResult<1>;
|
|
60
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switcher.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/switcher/switcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,
|
|
1
|
+
{"version":3,"file":"switcher.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/switcher/switcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAIhD,OAAO,EAAE,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAItD,qBAAa,QAAS,SAAQ,UAAU;IACvC,SAAS,CAAC,MAAM,CAAC,mBAAmB,SAAc;IAElD,OAAgB,MAAM,4BAGpB;IAEF,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAS7B;IAEO,GAAG,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAE1B,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEhC,SAAS,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAEtC,SAAS,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAEtC,KAAK,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;;IAU7B,sBAAsB,IAAI,MAAM;cAItB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,aAAa,CAAC,GAC9C,IAAI;IAqCE,MAAM;CAmBf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,YAAY,EAAE,QAAQ,CAAC;KACvB;CACD"}
|