@ornikar/kitt-universal 9.41.1 → 9.43.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/definitions/BottomSheet/BottomSheet.d.ts +5 -5
- package/dist/definitions/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/dist/definitions/Button/Button.d.ts +1 -1
- package/dist/definitions/Button/Button.d.ts.map +1 -1
- package/dist/definitions/Button/utils/getTextColorByType.d.ts.map +1 -1
- package/dist/definitions/Icon/Icon.d.ts +2 -10
- package/dist/definitions/Icon/Icon.d.ts.map +1 -1
- package/dist/definitions/IconButton/IconButton.d.ts +1 -3
- package/dist/definitions/IconButton/IconButton.d.ts.map +1 -1
- package/dist/definitions/IconButton/PressableAnimatedContainer.d.ts +5 -5
- package/dist/definitions/IconButton/PressableAnimatedContainer.d.ts.map +1 -1
- package/dist/definitions/IconButton/PressableIconButton.d.ts +2 -2
- package/dist/definitions/IconButton/PressableIconButton.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +469 -984
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/native-base/acceptable-native-base-props.d.ts +1 -1
- package/dist/definitions/native-base/acceptable-native-base-props.d.ts.map +1 -1
- package/dist/definitions/native-base/utils.d.ts +2 -1
- package/dist/definitions/native-base/utils.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/button.d.ts +1 -0
- package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +99 -91
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +99 -91
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +99 -91
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +142 -135
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +75 -59
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +70 -54
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.android.js +17 -0
- package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.ios.js +17 -0
- package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.js +17 -0
- package/dist/linaria-themes-browser-all.es.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.web.js +17 -0
- package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.js +17 -0
- package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.web.js +17 -0
- package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { BottomSheetModalMethods } from '@gorhom/bottom-sheet/lib/typescript/types';
|
|
2
|
-
import type { ForwardRefExoticComponent, MutableRefObject, ReactNode, RefAttributes } from 'react';
|
|
3
|
-
import { View } from 'react-native';
|
|
4
|
-
import type { StyledComponent } from 'styled-components';
|
|
5
|
-
import type { DefaultTheme } from 'styled-components/native';
|
|
2
|
+
import type { ForwardRefExoticComponent, MutableRefObject, ReactElement, ReactNode, RefAttributes } from 'react';
|
|
6
3
|
import type { Except } from 'type-fest';
|
|
4
|
+
import type { ViewProps } from 'native-base/primitives';
|
|
7
5
|
export interface BottomSheetProps {
|
|
8
6
|
children?: ((props?: never) => React.ReactNode) | ReactNode;
|
|
9
7
|
ref: MutableRefObject<BottomSheetModalMethods | null>;
|
|
@@ -12,7 +10,9 @@ export interface BottomSheetProps {
|
|
|
12
10
|
hasBackdrop?: boolean;
|
|
13
11
|
onDismiss?: () => void;
|
|
14
12
|
}
|
|
13
|
+
declare function BottomSheetContainerView(props: ViewProps): ReactElement;
|
|
15
14
|
export declare const BottomSheet: ForwardRefExoticComponent<Except<BottomSheetProps, "ref"> & RefAttributes<BottomSheetModalMethods>> & {
|
|
16
|
-
View:
|
|
15
|
+
View: typeof BottomSheetContainerView;
|
|
17
16
|
};
|
|
17
|
+
export {};
|
|
18
18
|
//# sourceMappingURL=BottomSheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;
|
|
1
|
+
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAEzF,OAAO,KAAK,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAO,aAAa,EAAE,MAAM,OAAO,CAAC;AAItH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,KAAK,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC;IAC5D,GAAG,EAAE,gBAAgB,CAAC,uBAAuB,GAAG,IAAI,CAAC,CAAC;IACtD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAyCD,iBAAS,wBAAwB,CAAC,KAAK,EAAE,SAAS,GAAG,YAAY,CAEhE;AAED,eAAO,MAAM,WAAW;UAEZ,+BAA+B;CAAE,CAAC"}
|
|
@@ -2,7 +2,7 @@ import type { ReactElement, ReactNode } from 'react';
|
|
|
2
2
|
import type { PressableProps } from 'react-native';
|
|
3
3
|
import type { ResponsiveValue } from '../utils/createResponsiveStyleFromProp/createResponsiveStyleFromProp';
|
|
4
4
|
export type SubtleButtonType = 'subtle' | 'subtle-dark';
|
|
5
|
-
export type ButtonType = 'primary' | 'default' | SubtleButtonType | 'white';
|
|
5
|
+
export type ButtonType = 'primary' | 'default' | SubtleButtonType | 'white' | 'danger';
|
|
6
6
|
export type ButtonSize = 'large' | 'xLarge';
|
|
7
7
|
export type ButtonVariant = 'default' | 'ghost';
|
|
8
8
|
type IconPosition = 'right' | 'left';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sEAAsE,CAAC;AAW5G,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,aAAa,CAAC;AACxD,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,gBAAgB,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sEAAsE,CAAC;AAW5G,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,aAAa,CAAC;AACxD,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,gBAAgB,GAAG,OAAO,GAAG,QAAQ,CAAC;AACvF,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC5C,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,OAAO,CAAC;AAEhD,KAAK,YAAY,GAAG,OAAO,GAAG,MAAM,CAAC;AAIrC,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,eAAe,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;IAClC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAC9B,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;IACxC,iBAAiB,CAAC,EAAE,cAAc,CAAC,mBAAmB,CAAC,CAAC;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;CACrC;AAED,eAAO,MAAM,MAAM,kNA8FlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTextColorByType.d.ts","sourceRoot":"","sources":["../../../../src/Button/utils/getTextColorByType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE3D,eAAO,MAAM,kBAAkB,SACvB,UAAU,WACP,aAAa,aACX,OAAO,aACP,OAAO,KACjB,
|
|
1
|
+
{"version":3,"file":"getTextColorByType.d.ts","sourceRoot":"","sources":["../../../../src/Button/utils/getTextColorByType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE3D,eAAO,MAAM,kBAAkB,SACvB,UAAU,WACP,aAAa,aACX,OAAO,aACP,OAAO,KACjB,eAmBF,CAAC"}
|
|
@@ -1,20 +1,12 @@
|
|
|
1
|
-
/// <reference types="styled-components-react-native" />
|
|
2
1
|
import type { ReactElement } from 'react';
|
|
3
2
|
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { ViewProps } from '../native-base/primitives';
|
|
4
4
|
export interface IconProps {
|
|
5
5
|
icon: ReactElement;
|
|
6
|
-
size?:
|
|
6
|
+
size?: ViewProps['size'];
|
|
7
7
|
color: string;
|
|
8
8
|
align?: ViewStyle['alignSelf'];
|
|
9
9
|
testID?: ViewStyle['testID'];
|
|
10
10
|
}
|
|
11
|
-
interface IconContainerProps {
|
|
12
|
-
$align?: ViewStyle['alignSelf'];
|
|
13
|
-
$size: number;
|
|
14
|
-
$color: string;
|
|
15
|
-
}
|
|
16
|
-
export declare const defaultIconSize = 20;
|
|
17
|
-
export declare const IconContainer: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, IconContainerProps, never>;
|
|
18
11
|
export declare function Icon({ icon, size, align, color }: IconProps): ReactElement;
|
|
19
|
-
export {};
|
|
20
12
|
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Icon.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAG3D,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IAC/B,MAAM,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;CAC9B;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAA8B,EAAE,KAAc,EAAE,KAAK,EAAE,EAAE,SAAS,GAAG,YAAY,CAQ7G"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
2
|
import type { AccessibilityRole } from 'react-native';
|
|
3
|
-
export interface
|
|
3
|
+
export interface IconButtonProps {
|
|
4
4
|
icon: NonNullable<ReactElement>;
|
|
5
5
|
color?: 'black' | 'white' | 'primary';
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
testID?: string;
|
|
8
8
|
accessibilityLabel?: string;
|
|
9
9
|
accessibilityRole?: AccessibilityRole;
|
|
10
|
-
}
|
|
11
|
-
export interface IconButtonProps extends IconButtonContentProps {
|
|
12
10
|
onPress?: () => void;
|
|
13
11
|
}
|
|
14
12
|
export declare function IconButton({ icon, color, disabled, testID, accessibilityLabel, accessibilityRole, onPress, }: IconButtonProps): ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAKtD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,iBAAiB,EACjB,OAAO,GACR,EAAE,eAAe,GAAG,YAAY,CAuBhC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { ReactElement, ReactNode } from 'react';
|
|
2
|
-
import type {
|
|
2
|
+
import type { IconButtonProps } from './IconButton';
|
|
3
3
|
import type { PressableIconButtonProps } from './PressableIconButton';
|
|
4
4
|
export interface PressableAnimatedContainerProps {
|
|
5
5
|
children: NonNullable<ReactNode>;
|
|
6
6
|
disabled?: boolean;
|
|
7
|
-
color:
|
|
8
|
-
testID?:
|
|
9
|
-
accessibilityLabel?:
|
|
10
|
-
accessibilityRole?:
|
|
7
|
+
color: IconButtonProps['color'];
|
|
8
|
+
testID?: IconButtonProps['testID'];
|
|
9
|
+
accessibilityLabel?: IconButtonProps['accessibilityLabel'];
|
|
10
|
+
accessibilityRole?: IconButtonProps['accessibilityRole'];
|
|
11
11
|
onPress: PressableIconButtonProps['onPress'];
|
|
12
12
|
}
|
|
13
13
|
export declare function PressableAnimatedContainer({ disabled, color, testID, accessibilityRole, accessibilityLabel, children, onPress, }: PressableAnimatedContainerProps): ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableAnimatedContainer.d.ts","sourceRoot":"","sources":["../../../src/IconButton/PressableAnimatedContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"PressableAnimatedContainer.d.ts","sourceRoot":"","sources":["../../../src/IconButton/PressableAnimatedContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAGtE,MAAM,WAAW,+BAA+B;IAC9C,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,eAAe,CAAC,QAAQ,CAAC,CAAC;IACnC,kBAAkB,CAAC,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC;IAC3D,iBAAiB,CAAC,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAC;IACzD,OAAO,EAAE,wBAAwB,CAAC,SAAS,CAAC,CAAC;CAC9C;AA+BD,wBAAgB,0BAA0B,CAAC,EACzC,QAAQ,EACR,KAAe,EACf,MAAM,EACN,iBAA4B,EAC5B,kBAAkB,EAClB,QAAQ,EACR,OAAO,GACR,EAAE,+BAA+B,GAAG,YAAY,CA+ChD"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
2
|
import type { PressableProps } from 'react-native';
|
|
3
|
-
import type {
|
|
3
|
+
import type { IconButtonProps } from './IconButton';
|
|
4
4
|
export interface PressableIconButtonProps extends PressableProps {
|
|
5
|
-
color:
|
|
5
|
+
color: IconButtonProps['color'];
|
|
6
6
|
}
|
|
7
7
|
export declare function PressableIconButton({ color, disabled, ...props }: PressableIconButtonProps): ReactElement;
|
|
8
8
|
//# sourceMappingURL=PressableIconButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableIconButton.d.ts","sourceRoot":"","sources":["../../../src/IconButton/PressableIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAInD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"PressableIconButton.d.ts","sourceRoot":"","sources":["../../../src/IconButton/PressableIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAInD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAmCpD,MAAM,WAAW,wBAAyB,SAAQ,cAAc;IAC9D,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;CACjC;AAED,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,wBAAwB,GAAG,YAAY,CAWzG"}
|