@yoopta/code 4.0.0-y.0 → 4.1.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.
@@ -1,3 +1,5 @@
1
- declare const Code: any;
1
+ import { YooptaPlugin } from '@yoopta/editor';
2
+ import { CodeElementProps, CodePluginBlockOptions } from '../types';
3
+ declare const Code: YooptaPlugin<"code", CodeElementProps, CodePluginBlockOptions>;
2
4
  export { Code };
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/plugin/index.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,IAAI,KAuBR,CAAC;AAEH,OAAO,EAAE,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/plugin/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAsB,MAAM,UAAU,CAAC;AAGxF,QAAA,MAAM,IAAI,gEAgDR,CAAC;AAEH,OAAO,EAAE,IAAI,EAAE,CAAC"}
package/dist/types.d.ts CHANGED
@@ -1,8 +1,11 @@
1
1
  import { SlateElement } from '@yoopta/editor';
2
+ import { LANGUAGES_MAP } from './utils/languages';
3
+ import { THEMES_MAP } from './utils/themes';
2
4
  export type CodePluginElements = 'code';
3
5
  export type CodeElementProps = {
4
- language?: string;
5
- theme?: string;
6
+ language?: keyof typeof LANGUAGES_MAP;
7
+ theme?: keyof typeof THEMES_MAP;
6
8
  };
9
+ export type CodePluginBlockOptions = {};
7
10
  export type CodeElement = SlateElement<'code', CodeElementProps>;
8
11
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AACxC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,WAAW,GAAG,YAAY,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AACxC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,MAAM,OAAO,aAAa,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,OAAO,UAAU,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,EAGpC,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,YAAY,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC"}
package/dist/ui/Code.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { PluginCustomEditorRenderProps } from '@yoopta/editor';
1
2
  declare const CodeEditor: ({ blockId }: PluginCustomEditorRenderProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export { CodeEditor };
3
4
  //# sourceMappingURL=Code.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Code.d.ts","sourceRoot":"","sources":["../../src/ui/Code.tsx"],"names":[],"mappings":"AAiFA,QAAA,MAAM,UAAU,yFAkDf,CAAC;AAMF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"Code.d.ts","sourceRoot":"","sources":["../../src/ui/Code.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,6BAA6B,EAG9B,MAAM,gBAAgB,CAAC;AAmBxB,QAAA,MAAM,UAAU,gBAAiB,6BAA6B,4CA+D7D,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CodeBlockOptions.d.ts","sourceRoot":"","sources":["../../src/ui/CodeBlockOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAS9E,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAOvC,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,eAAe,CAAC;IACvB,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+BAAgC,KAAK,4CA4DjE,CAAC"}
1
+ {"version":3,"file":"CodeBlockOptions.d.ts","sourceRoot":"","sources":["../../src/ui/CodeBlockOptions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAS9E,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAOvC,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,eAAe,CAAC;IACvB,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+BAAgC,KAAK,4CAmEjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/ui/Select.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,QAAA,MAAM,UAAU,iDAAuB,CAAC;AACxC,QAAA,MAAM,WAAW,8HAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa;;;6CAWlB,CAAC;AAEF,QAAA,MAAM,aAAa;;6CAiBlB,CAAC;AAEF,QAAA,MAAM,UAAU;;;6CASf,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,QAAA,MAAM,MAAM,sDAAuD,WAAW,4CAe7E,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/ui/Select.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAI1D,QAAA,MAAM,UAAU,iDAAuB,CAAC;AACxC,QAAA,MAAM,WAAW,8HAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa;;;6CAWlB,CAAC;AAEF,QAAA,MAAM,aAAa;;6CAkBlB,CAAC;AAEF,QAAA,MAAM,UAAU;;;6CAWf,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,QAAA,MAAM,MAAM,sDAAuD,WAAW,4CAqB7E,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,CAAC"}
@@ -1,3 +1,4 @@
1
- export declare const getCodeElement: (block: YooptaBlockData) => any;
2
- export declare const getCodeElementText: (block: YooptaBlockData) => any;
1
+ import { YooptaBlockData } from '@yoopta/editor';
2
+ export declare const getCodeElement: (block: YooptaBlockData) => import("slate").Descendant | import("@yoopta/editor").SlateElement<string, any>;
3
+ export declare const getCodeElementText: (block: YooptaBlockData) => string;
3
4
  //# sourceMappingURL=element.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../../src/utils/element.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,iCAE1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,iCAG9B,CAAC"}
1
+ {"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../../src/utils/element.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjD,eAAO,MAAM,cAAc,UAAW,eAAe,oFAEpD,CAAC;AAEF,eAAO,MAAM,kBAAkB,UAAW,eAAe,WASxD,CAAC"}
@@ -1,19 +1,79 @@
1
- declare const LANGUAGES: {
2
- HTML: import("@codemirror/language").LanguageSupport;
3
- CSS: import("@codemirror/language").LanguageSupport;
4
- JavaScript: import("@codemirror/language").LanguageSupport;
5
- PHP: import("@codemirror/language").LanguageSupport;
6
- 'C++': import("@codemirror/language").LanguageSupport;
7
- Java: import("@codemirror/language").LanguageSupport;
8
- Python: import("@codemirror/language").LanguageSupport;
9
- Markdown: import("@codemirror/language").LanguageSupport;
10
- Rust: import("@codemirror/language").LanguageSupport;
11
- Vue: import("@codemirror/language").LanguageSupport;
12
- SQL: import("@codemirror/language").LanguageSupport;
13
- Angular: import("@codemirror/language").LanguageSupport;
14
- JSON: import("@codemirror/language").LanguageSupport;
15
- XML: import("@codemirror/language").LanguageSupport;
16
- YAML: import("@codemirror/language").LanguageSupport;
1
+ declare const LANGUAGES_MAP: {
2
+ javascript: {
3
+ type: string;
4
+ name: string;
5
+ extension: import("@codemirror/language").LanguageSupport;
6
+ };
7
+ css: {
8
+ type: string;
9
+ name: string;
10
+ extension: import("@codemirror/language").LanguageSupport;
11
+ };
12
+ php: {
13
+ type: string;
14
+ name: string;
15
+ extension: import("@codemirror/language").LanguageSupport;
16
+ };
17
+ python: {
18
+ type: string;
19
+ name: string;
20
+ extension: import("@codemirror/language").LanguageSupport;
21
+ };
22
+ markdown: {
23
+ type: string;
24
+ name: string;
25
+ extension: import("@codemirror/language").LanguageSupport;
26
+ };
27
+ vue: {
28
+ type: string;
29
+ name: string;
30
+ extension: import("@codemirror/language").LanguageSupport;
31
+ };
32
+ json: {
33
+ type: string;
34
+ name: string;
35
+ extension: import("@codemirror/language").LanguageSupport;
36
+ };
37
+ sql: {
38
+ type: string;
39
+ name: string;
40
+ extension: import("@codemirror/language").LanguageSupport;
41
+ };
42
+ angular: {
43
+ type: string;
44
+ name: string;
45
+ extension: import("@codemirror/language").LanguageSupport;
46
+ };
47
+ rust: {
48
+ type: string;
49
+ name: string;
50
+ extension: import("@codemirror/language").LanguageSupport;
51
+ };
52
+ xml: {
53
+ type: string;
54
+ name: string;
55
+ extension: import("@codemirror/language").LanguageSupport;
56
+ };
57
+ yaml: {
58
+ type: string;
59
+ name: string;
60
+ extension: import("@codemirror/language").LanguageSupport;
61
+ };
62
+ java: {
63
+ type: string;
64
+ name: string;
65
+ extension: import("@codemirror/language").LanguageSupport;
66
+ };
67
+ html: {
68
+ type: string;
69
+ name: string;
70
+ extension: import("@codemirror/language").LanguageSupport;
71
+ };
72
+ cpp: {
73
+ type: string;
74
+ name: string;
75
+ extension: import("@codemirror/language").LanguageSupport;
76
+ };
17
77
  };
18
- export { LANGUAGES };
78
+ export { LANGUAGES_MAP };
19
79
  //# sourceMappingURL=languages.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/utils/languages.tsx"],"names":[],"mappings":"AAgBA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;CAgBd,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/utils/languages.tsx"],"names":[],"mappings":"AAgBA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ElB,CAAC;AAEF,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare const themes: {
1
+ export declare const THEMES_MAP: {
2
2
  BasicLight: import("@codemirror/state").Extension;
3
3
  BasicDark: import("@codemirror/state").Extension;
4
4
  VSCode: import("@codemirror/state").Extension;
@@ -1 +1 @@
1
- {"version":3,"file":"themes.d.ts","sourceRoot":"","sources":["../../src/utils/themes.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAC"}
1
+ {"version":3,"file":"themes.d.ts","sourceRoot":"","sources":["../../src/utils/themes.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU;;;;;;;;;;;;;CAatB,CAAC"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@yoopta/code",
3
- "version": "4.0.0-y.0",
4
- "description": "> TODO: description",
3
+ "version": "4.1.0",
4
+ "description": "Code plugin with syntax highlighting for Yoopta Editor",
5
5
  "author": "Darginec05 <devopsbanda@gmail.com>",
6
6
  "homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
7
7
  "license": "MIT",
8
8
  "private": false,
9
- "type": "module",
10
9
  "main": "dist/index.js",
10
+ "type": "module",
11
11
  "module": "dist/index.js",
12
12
  "types": "./dist/index.d.ts",
13
13
  "files": [
@@ -50,9 +50,7 @@
50
50
  "@codemirror/lang-vue": "^0.1.3",
51
51
  "@codemirror/lang-xml": "^6.1.0",
52
52
  "@codemirror/lang-yaml": "^6.0.0",
53
- "@codemirror/state": "^6.4.1",
54
53
  "@codemirror/theme-one-dark": "^6.1.2",
55
- "@codemirror/view": "^6.26.0",
56
54
  "@radix-ui/react-select": "^2.0.0",
57
55
  "@uiw/codemirror-extensions-basic-setup": "^4.21.24",
58
56
  "@uiw/codemirror-theme-basic": "^4.21.24",
@@ -64,12 +62,12 @@
64
62
  "@uiw/codemirror-theme-okaidia": "^4.21.24",
65
63
  "@uiw/codemirror-theme-sublime": "^4.21.24",
66
64
  "@uiw/codemirror-theme-vscode": "^4.21.24",
65
+ "@uiw/react-codemirror": "^4.21.25",
67
66
  "codemirror": "^6.0.1",
68
- "copy-to-clipboard": "^3.3.3",
69
- "react-error-boundary": "^4.0.13"
67
+ "copy-to-clipboard": "^3.3.3"
70
68
  },
71
69
  "devDependencies": {
72
70
  "check-peer-dependencies": "^4.3.0"
73
71
  },
74
- "gitHead": "88cf755f353743fea2a1a89dbd466c59009c7988"
72
+ "gitHead": "fb3d4ab03c9b43feb2258d8cb1dcd5959bf726ca"
75
73
  }
@@ -1,13 +0,0 @@
1
- import { type Extension } from '@codemirror/state';
2
- import { type BasicSetupOptions } from '@uiw/codemirror-extensions-basic-setup';
3
- export declare const defaultLightThemeOption: Extension;
4
- export interface DefaultExtensionsOptions {
5
- indentWithTab?: boolean;
6
- basicSetup?: boolean | BasicSetupOptions;
7
- placeholder?: string | HTMLElement;
8
- theme?: 'light' | 'dark' | 'none' | Extension;
9
- readOnly?: boolean;
10
- editable?: boolean;
11
- }
12
- export declare const getDefaultExtensions: (optios?: DefaultExtensionsOptions) => Extension[];
13
- //# sourceMappingURL=extenstions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"extenstions.d.ts","sourceRoot":"","sources":["../../src/library/extenstions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,EAAc,KAAK,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAK5F,eAAO,MAAM,uBAAuB,WASnC,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,GAAG,iBAAiB,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IACnC,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,oBAAoB,YAAY,wBAAwB,KAAQ,SAAS,EA4CrF,CAAC"}
@@ -1,16 +0,0 @@
1
- /// <reference types="react" />
2
- import { EditorState } from '@codemirror/state';
3
- import { EditorView } from '@codemirror/view';
4
- import { ReactCodeMirrorProps } from './types';
5
- export interface UseCodeMirror extends ReactCodeMirrorProps {
6
- container?: HTMLDivElement | null;
7
- }
8
- export declare function useCodeMirror(props: UseCodeMirror): {
9
- state: EditorState | undefined;
10
- setState: import("react").Dispatch<import("react").SetStateAction<EditorState | undefined>>;
11
- view: EditorView | undefined;
12
- setView: import("react").Dispatch<import("react").SetStateAction<EditorView | undefined>>;
13
- container: HTMLDivElement | null | undefined;
14
- setContainer: import("react").Dispatch<import("react").SetStateAction<HTMLDivElement | null | undefined>>;
15
- };
16
- //# sourceMappingURL=hooks.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/library/hooks.ts"],"names":[],"mappings":";AACA,OAAO,EAAc,WAAW,EAA+B,MAAM,mBAAmB,CAAC;AACzF,OAAO,EAAE,UAAU,EAAmB,MAAM,kBAAkB,CAAC;AAE/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAI/C,MAAM,WAAW,aAAc,SAAQ,oBAAoB;IACzD,SAAS,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC;AAID,wBAAgB,aAAa,CAAC,KAAK,EAAE,aAAa;;;;;;;EA0JjD"}
@@ -1,36 +0,0 @@
1
- /// <reference types="react" />
2
- import { EditorState, EditorStateConfig, Extension, StateField } from '@codemirror/state';
3
- import { EditorView, ViewUpdate } from '@codemirror/view';
4
- import { type BasicSetupOptions } from '@uiw/codemirror-extensions-basic-setup';
5
- export interface ReactCodeMirrorProps extends Omit<EditorStateConfig, 'doc' | 'extensions'>, Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'placeholder'> {
6
- value?: string;
7
- height?: string;
8
- minHeight?: string;
9
- maxHeight?: string;
10
- width?: string;
11
- minWidth?: string;
12
- maxWidth?: string;
13
- autoFocus?: boolean;
14
- placeholder?: string | HTMLElement;
15
- theme?: 'light' | 'dark' | 'none' | Extension;
16
- basicSetup?: boolean | BasicSetupOptions;
17
- editable?: boolean;
18
- readOnly?: boolean;
19
- indentWithTab?: boolean;
20
- onChange?(value: string, viewUpdate: ViewUpdate): void;
21
- onStatistics?(data: any): void;
22
- onUpdate?(viewUpdate: ViewUpdate): void;
23
- onCreateEditor?(view: EditorView, state: EditorState): void;
24
- extensions?: Extension[];
25
- root?: ShadowRoot | Document;
26
- initialState?: {
27
- json: any;
28
- fields?: Record<string, StateField<any>>;
29
- };
30
- }
31
- export interface ReactCodeMirrorRef {
32
- editor?: HTMLDivElement | null;
33
- state?: EditorState;
34
- view?: EditorView;
35
- }
36
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/library/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC1F,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAEhF,MAAM,WAAW,oBACf,SAAQ,IAAI,CAAC,iBAAiB,EAAE,KAAK,GAAG,YAAY,CAAC,EACnD,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,aAAa,CAAC;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IACnC,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IAC9C,UAAU,CAAC,EAAE,OAAO,GAAG,iBAAiB,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IACvD,YAAY,CAAC,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,CAAC,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IACxC,cAAc,CAAC,CAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5D,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;IACzB,IAAI,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IAC7B,YAAY,CAAC,EAAE;QACb,IAAI,EAAE,GAAG,CAAC;QACV,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;KAC1C,CAAC;CACH;AAED,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB"}