@coldsurf/ocean-road 1.13.4 → 1.13.6

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/index.d.ts CHANGED
@@ -1,27 +1,27 @@
1
1
  import * as react0$1 from "react";
2
2
  import * as react0 from "react";
3
- import * as react63 from "react";
4
- import * as react58 from "react";
5
- import * as react92 from "react";
6
- import * as react88 from "react";
7
- import * as react96 from "react";
8
- import * as react46 from "react";
3
+ import * as react89 from "react";
4
+ import * as react65 from "react";
9
5
  import * as react56 from "react";
10
- import * as react75 from "react";
11
- import * as react91 from "react";
12
6
  import * as react68 from "react";
13
- import * as react52 from "react";
14
- import * as react40 from "react";
7
+ import * as react64 from "react";
15
8
  import * as react48 from "react";
9
+ import * as react46 from "react";
16
10
  import * as react50 from "react";
11
+ import * as react63 from "react";
17
12
  import * as react44 from "react";
18
- import * as react54 from "react";
13
+ import * as react59 from "react";
19
14
  import * as react23 from "react";
20
- import * as react72 from "react";
21
- import * as react38 from "react";
22
- import * as react70 from "react";
23
- import * as react61 from "react";
24
- import * as react95 from "react";
15
+ import * as react71 from "react";
16
+ import * as react77 from "react";
17
+ import * as react73 from "react";
18
+ import * as react75 from "react";
19
+ import * as react27 from "react";
20
+ import * as react79 from "react";
21
+ import * as react42 from "react";
22
+ import * as react69 from "react";
23
+ import * as react94 from "react";
24
+ import * as react96 from "react";
25
25
  import * as react1 from "react";
26
26
  import { ButtonHTMLAttributes, CSSProperties, ComponentPropsWithRef, DetailedHTMLProps, ElementType, HTMLAttributes, InputHTMLAttributes, MouseEventHandler, PropsWithChildren, ReactElement, ReactNode, Ref, RefObject, SVGProps, TextareaHTMLAttributes } from "react";
27
27
  import * as _emotion_react1 from "@emotion/react";
@@ -157,27 +157,27 @@ type ButtonTheme = 'transparent' | 'transparentDarkGray' | 'white' | 'pink' | 'i
157
157
  //# sourceMappingURL=button.types.d.ts.map
158
158
  //#endregion
159
159
  //#region src/base/button/button.d.ts
160
- declare const Button: react63.ForwardRefExoticComponent<{
160
+ declare const Button: react89.ForwardRefExoticComponent<{
161
161
  theme?: ButtonTheme;
162
162
  variant?: ButtonTheme;
163
163
  size?: "lg" | "md" | "sm";
164
- leftIcon?: keyof typeof icons | react63.ReactElement;
165
- rightIcon?: keyof typeof icons | react63.ReactElement;
164
+ leftIcon?: keyof typeof icons | react89.ReactElement;
165
+ rightIcon?: keyof typeof icons | react89.ReactElement;
166
166
  textWeight?: "light" | "medium" | "bold";
167
167
  } & {
168
- children?: react63.ReactNode | undefined;
169
- } & ButtonHTMLAttributes<HTMLButtonElement> & react63.RefAttributes<HTMLButtonElement>>;
168
+ children?: react89.ReactNode | undefined;
169
+ } & ButtonHTMLAttributes<HTMLButtonElement> & react89.RefAttributes<HTMLButtonElement>>;
170
170
  //# sourceMappingURL=button.d.ts.map
171
171
  //#endregion
172
172
  //#region src/base/checkbox/checkbox.d.ts
173
- declare const Checkbox: react58.MemoExoticComponent<react58.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "formAction"> & {
173
+ declare const Checkbox: react65.MemoExoticComponent<react65.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "formAction" | "size"> & {
174
174
  size?: "lg" | "md" | "sm";
175
175
  labelText?: string;
176
- } & react58.RefAttributes<HTMLInputElement>>>;
176
+ } & react65.RefAttributes<HTMLInputElement>>>;
177
177
  //# sourceMappingURL=checkbox.d.ts.map
178
178
  //#endregion
179
179
  //#region src/base/icon-button/icon-button.d.ts
180
- declare const IconButton: react92.ForwardRefExoticComponent<react92.ButtonHTMLAttributes<HTMLButtonElement> & react92.RefAttributes<HTMLButtonElement>>;
180
+ declare const IconButton: react56.ForwardRefExoticComponent<react56.ButtonHTMLAttributes<HTMLButtonElement> & react56.RefAttributes<HTMLButtonElement>>;
181
181
  //# sourceMappingURL=icon-button.d.ts.map
182
182
  //#endregion
183
183
  //#region src/base/icon-button/icon-button.types.d.ts
@@ -194,7 +194,7 @@ declare const Modal: ({
194
194
  visible: boolean;
195
195
  onClose: () => void;
196
196
  zIndex?: number;
197
- }>) => react88.JSX.Element;
197
+ }>) => react68.JSX.Element;
198
198
  //# sourceMappingURL=modal.d.ts.map
199
199
  //#endregion
200
200
  //#region src/base/spinner/spinner.types.d.ts
@@ -209,7 +209,7 @@ type Props$7 = {
209
209
  declare const Spinner: ({
210
210
  variant,
211
211
  className
212
- }: Props$7) => react96.JSX.Element;
212
+ }: Props$7) => react64.JSX.Element;
213
213
  //#endregion
214
214
  //#region src/base/text/text.d.ts
215
215
  type TextProps = PropsWithChildren<ComponentPropsWithRef<'span'> & {
@@ -217,7 +217,7 @@ type TextProps = PropsWithChildren<ComponentPropsWithRef<'span'> & {
217
217
  as?: ElementType<any, keyof JSX.IntrinsicElements>;
218
218
  numberOfLines?: number;
219
219
  }>;
220
- declare const Text: react46.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react46.RefAttributes<HTMLSpanElement>>;
220
+ declare const Text: react48.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react48.RefAttributes<HTMLSpanElement>>;
221
221
  //#endregion
222
222
  //#region src/base/text-area/text-area.types.d.ts
223
223
  type TextAreaProps = DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> & {
@@ -229,7 +229,7 @@ type TextAreaProps = DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElemen
229
229
  //# sourceMappingURL=text-area.types.d.ts.map
230
230
  //#endregion
231
231
  //#region src/base/text-area/text-area.d.ts
232
- declare const TextArea: react56.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react56.RefAttributes<HTMLTextAreaElement>>;
232
+ declare const TextArea: react46.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react46.RefAttributes<HTMLTextAreaElement>>;
233
233
  //# sourceMappingURL=text-area.d.ts.map
234
234
  //#endregion
235
235
  //#region src/base/text-input/text-input.types.d.ts
@@ -248,14 +248,14 @@ interface TextInputRef {
248
248
  //# sourceMappingURL=text-input.types.d.ts.map
249
249
  //#endregion
250
250
  //#region src/base/text-input/text-input.d.ts
251
- declare const TextInput: react75.ForwardRefExoticComponent<react75.InputHTMLAttributes<HTMLInputElement> & {
251
+ declare const TextInput: react50.ForwardRefExoticComponent<react50.InputHTMLAttributes<HTMLInputElement> & {
252
252
  label?: string;
253
- labelStyle?: react75.CSSProperties;
253
+ labelStyle?: react50.CSSProperties;
254
254
  isError?: boolean;
255
255
  required?: boolean;
256
- left?: react75.ReactNode;
257
- right?: react75.ReactNode;
258
- } & react75.RefAttributes<TextInputRef>>;
256
+ left?: react50.ReactNode;
257
+ right?: react50.ReactNode;
258
+ } & react50.RefAttributes<TextInputRef>>;
259
259
  //# sourceMappingURL=text-input.d.ts.map
260
260
  //#endregion
261
261
  //#region src/base/toast/toast.types.d.ts
@@ -274,7 +274,7 @@ declare const Toast: ({
274
274
  message,
275
275
  zIndex,
276
276
  onClose
277
- }: ToastProps) => react91.JSX.Element;
277
+ }: ToastProps) => react63.JSX.Element;
278
278
  //# sourceMappingURL=toast.d.ts.map
279
279
  //#endregion
280
280
  //#region src/base/switch/switch.d.ts
@@ -282,7 +282,7 @@ interface SwitchProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onC
282
282
  checked: boolean;
283
283
  onChange: (checked: boolean) => void;
284
284
  }
285
- declare const Switch: react68.ForwardRefExoticComponent<SwitchProps & react68.RefAttributes<HTMLButtonElement>>;
285
+ declare const Switch: react44.ForwardRefExoticComponent<SwitchProps & react44.RefAttributes<HTMLButtonElement>>;
286
286
  //#endregion
287
287
  //#region src/base/badge/badge.d.ts
288
288
  type Props$6 = {
@@ -291,7 +291,7 @@ type Props$6 = {
291
291
  isHighlighted?: boolean;
292
292
  children?: string | ReactElement;
293
293
  };
294
- declare const Badge: react52.ForwardRefExoticComponent<Props$6 & react52.RefAttributes<HTMLDivElement>>;
294
+ declare const Badge: react59.ForwardRefExoticComponent<Props$6 & react59.RefAttributes<HTMLDivElement>>;
295
295
  //#endregion
296
296
  //#region src/utils/breakpoints.d.ts
297
297
  declare const breakpoints: {
@@ -330,16 +330,16 @@ type GridCardListItemProps = WithId<{
330
330
  //#endregion
331
331
  //#region src/extensions/error-ui/index.d.ts
332
332
  declare const ErrorUI: {
333
- NetworkError: react40.MemoExoticComponent<({
333
+ NetworkError: react23.MemoExoticComponent<({
334
334
  onClickRetry
335
335
  }: {
336
336
  onClickRetry: () => void;
337
- }) => react40.JSX.Element>;
338
- UnknownError: react40.MemoExoticComponent<({
337
+ }) => react23.JSX.Element>;
338
+ UnknownError: react23.MemoExoticComponent<({
339
339
  onClickRetry
340
340
  }: {
341
341
  onClickRetry: () => void;
342
- }) => react40.JSX.Element>;
342
+ }) => react23.JSX.Element>;
343
343
  };
344
344
  //# sourceMappingURL=index.d.ts.map
345
345
  //#endregion
@@ -349,39 +349,39 @@ interface Props$5 {
349
349
  type?: 'round' | 'square';
350
350
  logoTheme: LogoTheme;
351
351
  }
352
- declare const AppLogo: react48.MemoExoticComponent<({
352
+ declare const AppLogo: react71.MemoExoticComponent<({
353
353
  type,
354
354
  logoTheme,
355
355
  ...otherProps
356
- }: Props$5) => react48.JSX.Element>;
356
+ }: Props$5) => react71.JSX.Element>;
357
357
  //#endregion
358
358
  //#region src/extensions/app-store-button/app-store-button.d.ts
359
359
  type Props$4 = {
360
360
  store: 'app-store' | 'google-play';
361
361
  };
362
- declare const AppStoreButton: react50.MemoExoticComponent<({
362
+ declare const AppStoreButton: react77.MemoExoticComponent<({
363
363
  store
364
- }: Props$4) => react50.JSX.Element>;
364
+ }: Props$4) => react77.JSX.Element>;
365
365
  //#endregion
366
366
  //#region src/extensions/brand-icon/brand-icon.d.ts
367
367
  interface Props$3 extends SVGProps<SVGSVGElement> {
368
368
  brand: 'apple' | 'google' | 'android';
369
369
  ref?: Ref<SVGSVGElement>;
370
370
  }
371
- declare const BrandIcon: react44.MemoExoticComponent<({
371
+ declare const BrandIcon: react73.MemoExoticComponent<({
372
372
  brand,
373
373
  ...svgProps
374
- }: Props$3) => react44.JSX.Element>;
374
+ }: Props$3) => react73.JSX.Element>;
375
375
  //#endregion
376
376
  //#region src/extensions/sns-icon/sns-icon.d.ts
377
377
  interface Props$2 extends React.SVGProps<SVGSVGElement> {
378
378
  social: 'instagram' | 'x' | 'facebook' | 'youtube';
379
379
  ref?: Ref<SVGSVGElement>;
380
380
  }
381
- declare const SNSIcon: react54.MemoExoticComponent<({
381
+ declare const SNSIcon: react75.MemoExoticComponent<({
382
382
  social,
383
383
  ...svgProps
384
- }: Props$2) => react54.JSX.Element>;
384
+ }: Props$2) => react75.JSX.Element>;
385
385
  //#endregion
386
386
  //#region src/extensions/dropdown/dropdown.types.d.ts
387
387
  type DropdownMenuItemRef = {
@@ -421,30 +421,30 @@ declare const Dropdown: {
421
421
  as?: React.ElementType;
422
422
  } & {
423
423
  $isActive?: boolean;
424
- }, react23.DetailedHTMLProps<react23.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
424
+ }, react27.DetailedHTMLProps<react27.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
425
425
  MenuItem: <DataItemT>(props: {
426
426
  isCurrent: boolean;
427
- icon?: react23.ReactNode;
428
- title: react23.ReactNode;
427
+ icon?: react27.ReactNode;
428
+ title: react27.ReactNode;
429
429
  dropdownData: DataItemT[];
430
- renderDropdownItem: (item: DataItemT) => react23.ReactNode;
430
+ renderDropdownItem: (item: DataItemT) => react27.ReactNode;
431
431
  backdrop?: boolean;
432
432
  absolute?: boolean;
433
433
  isLoading?: boolean;
434
434
  onClose?: () => void;
435
- onMouseEnter?: (e: react23.MouseEvent<HTMLDivElement>, params: {
435
+ onMouseEnter?: (e: react27.MouseEvent<HTMLDivElement>, params: {
436
436
  openDropdown: () => void;
437
437
  }) => void;
438
- onMouseLeave?: (e: react23.MouseEvent<HTMLDivElement>, params: {
438
+ onMouseLeave?: (e: react27.MouseEvent<HTMLDivElement>, params: {
439
439
  closeDropdown: () => void;
440
440
  }) => void;
441
- onClick?: (e: react23.MouseEvent<HTMLDivElement>, params: {
441
+ onClick?: (e: react27.MouseEvent<HTMLDivElement>, params: {
442
442
  openDropdown: () => void;
443
443
  }) => void;
444
444
  } & {
445
- ref?: react23.Ref<DropdownMenuItemRef>;
445
+ ref?: react27.Ref<DropdownMenuItemRef>;
446
446
  }) => JSX.Element;
447
- Core: react23.MemoExoticComponent<react23.ForwardRefExoticComponent<DropdownCoreProps & react23.RefAttributes<DropdownMenuItemRef>>>;
447
+ Core: react27.MemoExoticComponent<react27.ForwardRefExoticComponent<DropdownCoreProps & react27.RefAttributes<DropdownMenuItemRef>>>;
448
448
  Trigger: ({
449
449
  renderTriggerNode,
450
450
  triggerRef,
@@ -452,27 +452,27 @@ declare const Dropdown: {
452
452
  backdrop,
453
453
  zIndex,
454
454
  edge
455
- }: react23.PropsWithChildren<{
455
+ }: react27.PropsWithChildren<{
456
456
  renderTriggerNode: ({
457
457
  openDropdown
458
458
  }: {
459
459
  openDropdown: () => void;
460
- }) => react23.ReactNode;
460
+ }) => react27.ReactNode;
461
461
  triggerRef: DropdownCoreProps["triggerRef"];
462
462
  backdrop: DropdownCoreProps["backdrop"];
463
463
  zIndex: DropdownCoreProps["zIndex"];
464
464
  edge: DropdownCoreProps["edge"];
465
- }>) => react23.JSX.Element;
465
+ }>) => react27.JSX.Element;
466
466
  };
467
467
  //#endregion
468
468
  //#region src/extensions/menu-item/menu-item.d.ts
469
- declare const MenuItem: react72.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & MotionProps & {
469
+ declare const MenuItem: react79.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & MotionProps & {
470
470
  isLoading?: boolean;
471
471
  isCurrent?: boolean;
472
472
  icon?: React.ReactNode;
473
473
  } & {
474
- children?: react72.ReactNode | undefined;
475
- } & react72.RefAttributes<HTMLDivElement>>;
474
+ children?: react79.ReactNode | undefined;
475
+ } & react79.RefAttributes<HTMLDivElement>>;
476
476
  //# sourceMappingURL=menu-item.d.ts.map
477
477
  //#endregion
478
478
  //#region src/extensions/app-header/app-header.types.d.ts
@@ -500,12 +500,12 @@ declare function useIsMobileMenuOpen(): {
500
500
  declare const AppHeader: {
501
501
  useHeaderScrollAnimation: typeof useHeaderScrollAnimation;
502
502
  useIsMobileMenuOpen: typeof useIsMobileMenuOpen;
503
- AnimatedHeader: react38.MemoExoticComponent<({
503
+ AnimatedHeader: react42.MemoExoticComponent<({
504
504
  animation,
505
505
  children,
506
506
  className,
507
507
  zIndex
508
- }: AnimatedHeaderProps) => react38.JSX.Element>;
508
+ }: AnimatedHeaderProps) => react42.JSX.Element>;
509
509
  };
510
510
  //# sourceMappingURL=index.d.ts.map
511
511
  //#endregion
@@ -515,9 +515,9 @@ type Props$1 = {
515
515
  setTheme: ReturnType<typeof useColorScheme>['setTheme'];
516
516
  }) => void;
517
517
  };
518
- declare const ColorSchemeToggle: react70.MemoExoticComponent<({
518
+ declare const ColorSchemeToggle: react69.MemoExoticComponent<({
519
519
  onToggle
520
- }: Props$1) => react70.JSX.Element>;
520
+ }: Props$1) => react69.JSX.Element>;
521
521
  //#endregion
522
522
  //#region src/extensions/full-screen-modal/full-screen-modal.d.ts
523
523
  type Props = PropsWithChildren<{
@@ -525,12 +525,12 @@ type Props = PropsWithChildren<{
525
525
  onClose: () => void;
526
526
  zIndex?: number;
527
527
  }>;
528
- declare const FullScreenModal: react61.MemoExoticComponent<({
528
+ declare const FullScreenModal: react94.MemoExoticComponent<({
529
529
  visible,
530
530
  onClose,
531
531
  children,
532
532
  zIndex
533
- }: Props) => react61.JSX.Element>;
533
+ }: Props) => react94.JSX.Element>;
534
534
  //#endregion
535
535
  //#region src/extensions/accordion/accordion.d.ts
536
536
  type AccordionProps<ItemT> = {
@@ -550,7 +550,7 @@ declare const Accordion: <ItemT extends {
550
550
  renderTrigger,
551
551
  renderExpanded,
552
552
  customized
553
- }: AccordionProps<ItemT>) => react95.JSX.Element;
553
+ }: AccordionProps<ItemT>) => react96.JSX.Element;
554
554
  //# sourceMappingURL=accordion.d.ts.map
555
555
  //#endregion
556
556
  //#region src/extensions/index.d.ts
package/dist/native.d.cts CHANGED
@@ -1,16 +1,16 @@
1
1
  import * as lucide_react0 from "lucide-react";
2
2
  import { icons } from "lucide-react";
3
3
  import * as react16 from "react";
4
- import * as react8 from "react";
4
+ import * as react0 from "react";
5
5
  import * as react15 from "react";
6
6
  import * as react13 from "react";
7
- import * as react0$1 from "react";
8
- import * as react1 from "react";
9
- import * as react0 from "react";
10
- import * as react2 from "react";
11
- import * as react6 from "react";
12
- import * as react3 from "react";
7
+ import * as react9 from "react";
13
8
  import * as react7 from "react";
9
+ import * as react5 from "react";
10
+ import * as react6 from "react";
11
+ import * as react8 from "react";
12
+ import * as react10 from "react";
13
+ import * as react4 from "react";
14
14
  import { ButtonHTMLAttributes, PropsWithChildren, ReactElement } from "react";
15
15
  import * as react_native0 from "react-native";
16
16
  import { ColorValue, GestureResponderEvent, StyleProp, TextInput as TextInput$1, TextInputProps as TextInputProps$1, TextProps as TextProps$1, TouchableOpacityProps, ViewStyle } from "react-native";
@@ -45,16 +45,16 @@ declare const Button$1: react16.ForwardRefExoticComponent<{
45
45
  //# sourceMappingURL=button.d.ts.map
46
46
  //#endregion
47
47
  //#region src/native/button/button.d.ts
48
- declare const Button: react8.ForwardRefExoticComponent<{
48
+ declare const Button: react0.ForwardRefExoticComponent<{
49
49
  theme?: ButtonTheme;
50
50
  variant?: ButtonTheme;
51
51
  size?: "lg" | "md" | "sm";
52
- leftIcon?: keyof typeof lucide_react0.icons | react8.ReactElement;
53
- rightIcon?: keyof typeof lucide_react0.icons | react8.ReactElement;
52
+ leftIcon?: keyof typeof lucide_react0.icons | react0.ReactElement;
53
+ rightIcon?: keyof typeof lucide_react0.icons | react0.ReactElement;
54
54
  textWeight?: "light" | "medium" | "bold";
55
55
  } & {
56
- children?: react8.ReactNode | undefined;
57
- } & TouchableOpacityProps & react8.RefAttributes<react_native0.View>>;
56
+ children?: react0.ReactNode | undefined;
57
+ } & TouchableOpacityProps & react0.RefAttributes<react_native0.View>>;
58
58
  //# sourceMappingURL=button.d.ts.map
59
59
  //#endregion
60
60
  //#region src/tokens/tokens.types.d.ts
@@ -208,7 +208,7 @@ declare const IconButton: ({
208
208
  strokeWidth,
209
209
  fill,
210
210
  ...otherProps
211
- }: IconButtonProps) => react0$1.JSX.Element;
211
+ }: IconButtonProps) => react9.JSX.Element;
212
212
  //# sourceMappingURL=icon-button.d.ts.map
213
213
  //#endregion
214
214
  //#region src/native/modal/modal.types.d.ts
@@ -225,7 +225,7 @@ declare const Modal: ({
225
225
  visible,
226
226
  transparent,
227
227
  onPressBackground
228
- }: ModalProps) => react1.JSX.Element;
228
+ }: ModalProps) => react7.JSX.Element;
229
229
  //# sourceMappingURL=modal.d.ts.map
230
230
  //#endregion
231
231
  //#region src/native/profile-thumbnail/profile-thumbnail.d.ts
@@ -242,7 +242,7 @@ declare const ProfileThumbnail: ({
242
242
  imageUrl,
243
243
  type,
244
244
  style
245
- }: ProfileThumbnailProps) => react0.JSX.Element;
245
+ }: ProfileThumbnailProps) => react5.JSX.Element;
246
246
  //#endregion
247
247
  //#region src/native/spinner/spinner.d.ts
248
248
  interface Props {
@@ -256,7 +256,7 @@ declare const Spinner: ({
256
256
  size,
257
257
  color,
258
258
  style
259
- }: Props) => react2.JSX.Element;
259
+ }: Props) => react6.JSX.Element;
260
260
  //#endregion
261
261
  //#region src/native/text/text.types.d.ts
262
262
  interface TextProps extends TextProps$1 {
@@ -270,7 +270,7 @@ declare const Text: ({
270
270
  weight,
271
271
  style,
272
272
  ...others
273
- }: TextProps) => react6.JSX.Element;
273
+ }: TextProps) => react8.JSX.Element;
274
274
  //# sourceMappingURL=text.d.ts.map
275
275
  //#endregion
276
276
  //#region src/native/text-input/text-input.types.d.ts
@@ -278,7 +278,7 @@ interface TextInputProps extends TextInputProps$1 {}
278
278
  //# sourceMappingURL=text-input.types.d.ts.map
279
279
  //#endregion
280
280
  //#region src/native/text-input/text-input.d.ts
281
- declare const TextInput: react3.MemoExoticComponent<react3.ForwardRefExoticComponent<TextInputProps & react3.RefAttributes<TextInput$1>>>;
281
+ declare const TextInput: react10.MemoExoticComponent<react10.ForwardRefExoticComponent<TextInputProps & react10.RefAttributes<TextInput$1>>>;
282
282
  //# sourceMappingURL=text-input.d.ts.map
283
283
  //#endregion
284
284
  //#region src/native/toast/toast.types.d.ts
@@ -296,7 +296,7 @@ declare const Toast: ({
296
296
  type,
297
297
  message,
298
298
  onPress
299
- }: ToastProps) => react7.JSX.Element;
299
+ }: ToastProps) => react4.JSX.Element;
300
300
  //# sourceMappingURL=toast.d.ts.map
301
301
 
302
302
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"native.d.cts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;KAGY,WAAA,GAAc;UAEhB;YACE;;0BAEc,QAAQ;2BACP,QAAQ;;;KAIvB,WAAA;;;;cCHC,kBAAM;UA+ClB;;;;;;;;;;;;cC9CY,eAAM;UA4BlB;;;;;;;;;;;;KCnCW,iBAAA,UAA2B;KAC3B,qBAAA,UAA+B;KAC/B,sBAAA,UAAgC;;;;cCD/B,QAAQ;cACR;;;;;;;;;;;;;;;;;;;;MJHD,SAAW,GAAA,EAAA,uBAAA;IAAA,CAAA;EAAA,CAAA;CAEF;AAGK,cIDb,iBJCa,EAAA;EAAK,SAAG,KAAA,EAAA;IACP,SAAA,KAAA,EAAA;MAAQ,SAAA,UAAA,EAAA;QANT,SAAA,GAAA,EAAA,SAAA;QAAiB,SAAA,GAAA,EAAA,SAAA;QAU/B,SAAW,GAAA,EAAA,SAAA;;;;MCHV,SA+CZ,UAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;;;EA/CkB,CAAA;;;;QC6BlB,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;eA5BkB,MAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;QCPP,SAAiB,GAAA,EAAA,SAAU;MAC3B,CAAA;IACA,CAAA;;;;;;KEOA,WAAA;UAEK,KAAA,SAAc,uBAAuB;;;cAIzC,gBAAgB;cAIhB,eAAe;cAKf,4BAA6B;cAa7B,gBAAc;cASd,uBAAwB;KAmBhC,iBAAA;SACI;oBACW;;cAuBd;;;;GAIH;eAAiC;;OAA2B,OAAA,CAAA,GAAA,CAAA;cAoDlD,wBAAc;;;;cClJd,oBAK8B,OAAA,CALZ;eAChB;qBAED,+CACA;gCACkB;;cASnB;;;GAGV;uBACoB;OACrB,OAAA,CAAA,GAAA,CAAA;cAmBW;eArCE;qBAED,+CACA;gCACkB;;;;;UCLf,eAAA,SAAwB;qBACpB;SACZ;YACG;UACF;;SAED;;KAGG,cAAA;;;;cCPC;;;;;;;;;;GAUV,oBAAe,QAAA,CAAA,GAAA,CAAA;;;;KCbN,UAAA,GAAa;;;8BAGK;;;;;cCFjB;;;;;GAKV,eAAU,MAAA,CAAA,GAAA,CAAA;;;;KCYR,qBAAA;;;;;UAKK,UAAU;;cAGP;;;;;;GAMV,0BAAqB,MAAA,CAAA,GAAA,CAAA;;;UCjBd,KAAA;;;UAGA;UACA,UAAU;;cAGP;;;;;GAAqE,UAAK,MAAA,CAAA,GAAA,CAAA;;;UCvBtE,SAAA,SAAkB;;;;;;cCEtB;;;;;GAA4D,cAAS,MAAA,CAAA,GAAA,CAAA;;;;UCFjE,cAAA,SAAuB;;;;cC6C3B,WAAS,MAAA,CAAA,oBAAA,MAAA,CAAA,0BAAA,iBAAA,MAAA,CAAA,cAAA;;;;UC7CL,UAAA;QACT;;oBAEY;;;KAIR,SAAA;;;;cCJC;;;;GAAqC,eAAU,MAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"native.d.cts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;KAGY,WAAA,GAAc;UAEhB;YACE;;0BAEc,QAAQ;2BACP,QAAQ;;;KAIvB,WAAA;;;;cCHC,kBAAM;UA+ClB;;;;;;;;;;;;cC9CY,eAAM;UA4BlB;;;;;;;;;;;;KCnCW,iBAAA,UAA2B;KAC3B,qBAAA,UAA+B;KAC/B,sBAAA,UAAgC;;;;cCD/B,QAAQ;cACR;;;;;;;;;;;;;;;;;;;;MJHD,SAAW,GAAA,EAAA,uBAAA;IAAA,CAAA;EAAA,CAAA;CAEF;AAGK,cIDb,iBJCa,EAAA;EAAK,SAAG,KAAA,EAAA;IACP,SAAA,KAAA,EAAA;MAAQ,SAAA,UAAA,EAAA;QANT,SAAA,GAAA,EAAA,SAAA;QAAiB,SAAA,GAAA,EAAA,SAAA;QAU/B,SAAW,GAAA,EAAA,SAAA;;;;MCHV,SA+CZ,UAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;;;EA/CkB,CAAA;;;;QC6BlB,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;eA5BkB,MAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;QCPP,SAAiB,GAAA,EAAA,SAAU;MAC3B,CAAA;IACA,CAAA;;;;;;KEOA,WAAA;UAEK,KAAA,SAAc,uBAAuB;;;cAIzC,gBAAgB;cAIhB,eAAe;cAKf,4BAA6B;cAa7B,gBAAc;cASd,uBAAwB;KAmBhC,iBAAA;SACI;oBACW;;cAuBd;;;;GAIH;eAAiC;;OAA2B,OAAA,CAAA,GAAA,CAAA;cAoDlD,wBAAc;;;;cClJd,oBAK8B,OAAA,CALZ;eAChB;qBAED,+CACA;gCACkB;;cASnB;;;GAGV;uBACoB;OACrB,OAAA,CAAA,GAAA,CAAA;cAmBW;eArCE;qBAED,+CACA;gCACkB;;;;;UCLf,eAAA,SAAwB;qBACpB;SACZ;YACG;UACF;;SAED;;KAGG,cAAA;;;;cCPC;;;;;;;;;;GAUV,oBAAe,MAAA,CAAA,GAAA,CAAA;;;;KCbN,UAAA,GAAa;;;8BAGK;;;;;cCFjB;;;;;GAKV,eAAU,MAAA,CAAA,GAAA,CAAA;;;;KCYR,qBAAA;;;;;UAKK,UAAU;;cAGP;;;;;;GAMV,0BAAqB,MAAA,CAAA,GAAA,CAAA;;;UCjBd,KAAA;;;UAGA;UACA,UAAU;;cAGP;;;;;GAAqE,UAAK,MAAA,CAAA,GAAA,CAAA;;;UCvBtE,SAAA,SAAkB;;;;;;cCEtB;;;;;GAA4D,cAAS,MAAA,CAAA,GAAA,CAAA;;;;UCFjE,cAAA,SAAuB;;;;cC6C3B,WAAS,OAAA,CAAA,oBAAA,OAAA,CAAA,0BAAA,iBAAA,OAAA,CAAA,cAAA;;;;UC7CL,UAAA;QACT;;oBAEY;;;KAIR,SAAA;;;;cCJC;;;;GAAqC,eAAU,MAAA,CAAA,GAAA,CAAA"}
package/dist/native.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import * as react16 from "react";
2
- import * as react0 from "react";
2
+ import * as react3 from "react";
3
3
  import * as react15 from "react";
4
4
  import * as react13 from "react";
5
- import * as react5 from "react";
5
+ import * as react0$1 from "react";
6
+ import * as react0 from "react";
7
+ import * as react1 from "react";
8
+ import * as react2 from "react";
6
9
  import * as react11 from "react";
7
- import * as react4 from "react";
8
- import * as react6 from "react";
10
+ import * as react8 from "react";
9
11
  import * as react12 from "react";
10
- import * as react7 from "react";
11
- import * as react10 from "react";
12
12
  import { ButtonHTMLAttributes, PropsWithChildren, ReactElement } from "react";
13
13
  import { icons } from "lucide-react-native";
14
14
  import * as react_native0 from "react-native";
@@ -45,16 +45,16 @@ declare const Button$1: react16.ForwardRefExoticComponent<{
45
45
  //# sourceMappingURL=button.d.ts.map
46
46
  //#endregion
47
47
  //#region src/native/button/button.d.ts
48
- declare const Button: react0.ForwardRefExoticComponent<{
48
+ declare const Button: react3.ForwardRefExoticComponent<{
49
49
  theme?: ButtonTheme;
50
50
  variant?: ButtonTheme;
51
51
  size?: "lg" | "md" | "sm";
52
- leftIcon?: keyof typeof lucide_react0.icons | react0.ReactElement;
53
- rightIcon?: keyof typeof lucide_react0.icons | react0.ReactElement;
52
+ leftIcon?: keyof typeof lucide_react0.icons | react3.ReactElement;
53
+ rightIcon?: keyof typeof lucide_react0.icons | react3.ReactElement;
54
54
  textWeight?: "light" | "medium" | "bold";
55
55
  } & {
56
- children?: react0.ReactNode | undefined;
57
- } & TouchableOpacityProps & react0.RefAttributes<react_native0.View>>;
56
+ children?: react3.ReactNode | undefined;
57
+ } & TouchableOpacityProps & react3.RefAttributes<react_native0.View>>;
58
58
  //# sourceMappingURL=button.d.ts.map
59
59
  //#endregion
60
60
  //#region src/tokens/tokens.types.d.ts
@@ -208,7 +208,7 @@ declare const IconButton: ({
208
208
  strokeWidth,
209
209
  fill,
210
210
  ...otherProps
211
- }: IconButtonProps) => react5.JSX.Element;
211
+ }: IconButtonProps) => react0$1.JSX.Element;
212
212
  //# sourceMappingURL=icon-button.d.ts.map
213
213
  //#endregion
214
214
  //#region src/native/modal/modal.types.d.ts
@@ -225,7 +225,7 @@ declare const Modal: ({
225
225
  visible,
226
226
  transparent,
227
227
  onPressBackground
228
- }: ModalProps) => react11.JSX.Element;
228
+ }: ModalProps) => react0.JSX.Element;
229
229
  //# sourceMappingURL=modal.d.ts.map
230
230
  //#endregion
231
231
  //#region src/native/profile-thumbnail/profile-thumbnail.d.ts
@@ -242,7 +242,7 @@ declare const ProfileThumbnail: ({
242
242
  imageUrl,
243
243
  type,
244
244
  style
245
- }: ProfileThumbnailProps) => react4.JSX.Element;
245
+ }: ProfileThumbnailProps) => react1.JSX.Element;
246
246
  //#endregion
247
247
  //#region src/native/spinner/spinner.d.ts
248
248
  interface Props {
@@ -256,7 +256,7 @@ declare const Spinner: ({
256
256
  size,
257
257
  color,
258
258
  style
259
- }: Props) => react6.JSX.Element;
259
+ }: Props) => react2.JSX.Element;
260
260
  //#endregion
261
261
  //#region src/native/text/text.types.d.ts
262
262
  interface TextProps extends TextProps$1 {
@@ -270,7 +270,7 @@ declare const Text: ({
270
270
  weight,
271
271
  style,
272
272
  ...others
273
- }: TextProps) => react12.JSX.Element;
273
+ }: TextProps) => react11.JSX.Element;
274
274
  //# sourceMappingURL=text.d.ts.map
275
275
  //#endregion
276
276
  //#region src/native/text-input/text-input.types.d.ts
@@ -278,7 +278,7 @@ interface TextInputProps extends TextInputProps$1 {}
278
278
  //# sourceMappingURL=text-input.types.d.ts.map
279
279
  //#endregion
280
280
  //#region src/native/text-input/text-input.d.ts
281
- declare const TextInput: react7.MemoExoticComponent<react7.ForwardRefExoticComponent<TextInputProps & react7.RefAttributes<TextInput$1>>>;
281
+ declare const TextInput: react8.MemoExoticComponent<react8.ForwardRefExoticComponent<TextInputProps & react8.RefAttributes<TextInput$1>>>;
282
282
  //# sourceMappingURL=text-input.d.ts.map
283
283
  //#endregion
284
284
  //#region src/native/toast/toast.types.d.ts
@@ -296,7 +296,7 @@ declare const Toast: ({
296
296
  type,
297
297
  message,
298
298
  onPress
299
- }: ToastProps) => react10.JSX.Element;
299
+ }: ToastProps) => react12.JSX.Element;
300
300
  //# sourceMappingURL=toast.d.ts.map
301
301
 
302
302
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"native.d.ts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;KAGY,WAAA,GAAc;UAEhB;YACE;;0BAEc,UAAQ;2BACP,UAAQ;;;KAIvB,WAAA;;;;cCHC,kBAAM;UA+ClB;;;;;;;;;;;;cC9CY,eAAM;UA4BlB;;;;;;;;;;;;KCnCW,iBAAA,UAA2B;KAC3B,qBAAA,UAA+B;KAC/B,sBAAA,UAAgC;;;;cCD/B,QAAQ;cACR;;;;;;;;;;;;;;;;;;;;MJHD,SAAW,GAAA,EAAA,uBAAA;IAAA,CAAA;EAAA,CAAA;CAEF;AAGK,cIDb,iBJCa,EAAA;EAAK,SAAG,KAAA,EAAA;IACP,SAAA,KAAA,EAAA;MAAQ,SAAA,UAAA,EAAA;QANT,SAAA,GAAA,EAAA,SAAA;QAAiB,SAAA,GAAA,EAAA,SAAA;QAU/B,SAAW,GAAA,EAAA,SAAA;;;;MCHV,SA+CZ,UAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;;;EA/CkB,CAAA;;;;QC6BlB,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;eA5BkB,MAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;QCPP,SAAiB,GAAA,EAAA,SAAU;MAC3B,CAAA;IACA,CAAA;;;;;;KEOA,WAAA;UAEK,KAAA,SAAc,uBAAuB;;;cAIzC,gBAAgB;cAIhB,eAAe;cAKf,4BAA6B;cAa7B,gBAAc;cASd,uBAAwB;KAmBhC,iBAAA;SACI;oBACW;;cAuBd;;;;GAIH;eAAiC;;OAA2B,OAAA,CAAA,GAAA,CAAA;cAoDlD,wBAAc;;;;cClJd,oBAK8B,OAAA,CALZ;eAChB;qBAED,+CACA;gCACkB;;cASnB;;;GAGV;uBACoB;OACrB,OAAA,CAAA,GAAA,CAAA;cAmBW;eArCE;qBAED,+CACA;gCACkB;;;;;UCLf,eAAA,SAAwB;qBACpB;SACZ;YACG;UACF;;SAED;;KAGG,cAAA;;;;cCPC;;;;;;;;;;GAUV,oBAAe,MAAA,CAAA,GAAA,CAAA;;;;KCbN,UAAA,GAAa;;;8BAGK;;;;;cCFjB;;;;;GAKV,eAAU,OAAA,CAAA,GAAA,CAAA;;;;KCYR,qBAAA;;;;;UAKK,UAAU;;cAGP;;;;;;GAMV,0BAAqB,MAAA,CAAA,GAAA,CAAA;;;UCjBd,KAAA;;;UAGA;UACA,UAAU;;cAGP;;;;;GAAqE,UAAK,MAAA,CAAA,GAAA,CAAA;;;UCvBtE,SAAA,SAAkB;;;;;;cCEtB;;;;;GAA4D,cAAS,OAAA,CAAA,GAAA,CAAA;;;;UCFjE,cAAA,SAAuB;;;;cC6C3B,WAAS,MAAA,CAAA,oBAAA,MAAA,CAAA,0BAAA,iBAAA,MAAA,CAAA,cAAA;;;;UC7CL,UAAA;QACT;;oBAEY;;;KAIR,SAAA;;;;cCJC;;;;GAAqC,eAAU,OAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"native.d.ts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;KAGY,WAAA,GAAc;UAEhB;YACE;;0BAEc,UAAQ;2BACP,UAAQ;;;KAIvB,WAAA;;;;cCHC,kBAAM;UA+ClB;;;;;;;;;;;;cC9CY,eAAM;UA4BlB;;;;;;;;;;;;KCnCW,iBAAA,UAA2B;KAC3B,qBAAA,UAA+B;KAC/B,sBAAA,UAAgC;;;;cCD/B,QAAQ;cACR;;;;;;;;;;;;;;;;;;;;MJHD,SAAW,GAAA,EAAA,uBAAA;IAAA,CAAA;EAAA,CAAA;CAEF;AAGK,cIDb,iBJCa,EAAA;EAAK,SAAG,KAAA,EAAA;IACP,SAAA,KAAA,EAAA;MAAQ,SAAA,UAAA,EAAA;QANT,SAAA,GAAA,EAAA,SAAA;QAAiB,SAAA,GAAA,EAAA,SAAA;QAU/B,SAAW,GAAA,EAAA,SAAA;;;;MCHV,SA+CZ,UAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;;;EA/CkB,CAAA;;;;QC6BlB,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;;;;;;;eA5BkB,MAAA,EAAA;QAAA,SAAA,GAAA,EAAA,SAAA;;;;QCPP,SAAiB,GAAA,EAAA,SAAU;MAC3B,CAAA;IACA,CAAA;;;;;;KEOA,WAAA;UAEK,KAAA,SAAc,uBAAuB;;;cAIzC,gBAAgB;cAIhB,eAAe;cAKf,4BAA6B;cAa7B,gBAAc;cASd,uBAAwB;KAmBhC,iBAAA;SACI;oBACW;;cAuBd;;;;GAIH;eAAiC;;OAA2B,OAAA,CAAA,GAAA,CAAA;cAoDlD,wBAAc;;;;cClJd,oBAK8B,OAAA,CALZ;eAChB;qBAED,+CACA;gCACkB;;cASnB;;;GAGV;uBACoB;OACrB,OAAA,CAAA,GAAA,CAAA;cAmBW;eArCE;qBAED,+CACA;gCACkB;;;;;UCLf,eAAA,SAAwB;qBACpB;SACZ;YACG;UACF;;SAED;;KAGG,cAAA;;;;cCPC;;;;;;;;;;GAUV,oBAAe,QAAA,CAAA,GAAA,CAAA;;;;KCbN,UAAA,GAAa;;;8BAGK;;;;;cCFjB;;;;;GAKV,eAAU,MAAA,CAAA,GAAA,CAAA;;;;KCYR,qBAAA;;;;;UAKK,UAAU;;cAGP;;;;;;GAMV,0BAAqB,MAAA,CAAA,GAAA,CAAA;;;UCjBd,KAAA;;;UAGA;UACA,UAAU;;cAGP;;;;;GAAqE,UAAK,MAAA,CAAA,GAAA,CAAA;;;UCvBtE,SAAA,SAAkB;;;;;;cCEtB;;;;;GAA4D,cAAS,OAAA,CAAA,GAAA,CAAA;;;;UCFjE,cAAA,SAAuB;;;;cC6C3B,WAAS,MAAA,CAAA,oBAAA,MAAA,CAAA,0BAAA,iBAAA,MAAA,CAAA,cAAA;;;;UC7CL,UAAA;QACT;;oBAEY;;;KAIR,SAAA;;;;cCJC;;;;GAAqC,eAAU,OAAA,CAAA,GAAA,CAAA"}