@ornikar/kitt-universal 21.0.2 → 22.0.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/CHANGELOG.md +21 -0
- package/dist/definitions/ActionCard/ActionCardContentWrapper.d.ts.map +1 -1
- package/dist/definitions/Button/AnimatedContainer.web.d.ts.map +1 -1
- package/dist/definitions/Button/FocusBorder.d.ts.map +1 -1
- package/dist/definitions/IconButton/IconButton.d.ts +2 -2
- package/dist/definitions/IconButton/IconButton.d.ts.map +1 -1
- package/dist/definitions/Picker/Picker.web.d.ts.map +1 -1
- package/dist/definitions/Tooltip/Arrow.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/DatePicker.d.ts +1 -1
- package/dist/definitions/forms/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/components/InputPart.d.ts +1 -1
- package/dist/definitions/forms/DatePicker/components/InputPart.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/components/PressableDateInputs.d.ts.map +1 -1
- package/dist/definitions/forms/InputText/InputText.d.ts +1 -1
- package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
- package/dist/definitions/forms/RadioButtonGroup/HoverBorder.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +2 -2
- package/dist/definitions/themes/default.d.ts +0 -2
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/typography.d.ts +0 -2
- package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +376 -46
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyLink.d.ts +3 -3
- package/dist/definitions/typography/TypographyLink.d.ts.map +1 -1
- package/dist/definitions/utils/getEnterKeyHintForNumericInput/getEnterKeyHintForNumericInput.d.ts +3 -0
- package/dist/definitions/utils/getEnterKeyHintForNumericInput/getEnterKeyHintForNumericInput.d.ts.map +1 -0
- package/dist/{index.es.ios.js → index-metro.es.android.js} +3576 -4152
- package/dist/index-metro.es.android.js.map +1 -0
- package/dist/{index.es.android.js → index-metro.es.ios.js} +3576 -4152
- package/dist/index-metro.es.ios.js.map +1 -0
- package/dist/index-node-18.18.cjs.js +217 -602
- package/dist/index-node-18.18.cjs.js.map +1 -1
- package/dist/index-node-18.18.cjs.web.js +45 -66
- package/dist/index-node-18.18.cjs.web.js.map +1 -1
- package/dist/index-node-18.18.es.mjs +217 -602
- package/dist/index-node-18.18.es.mjs.map +1 -1
- package/dist/index-node-18.18.es.web.mjs +45 -66
- package/dist/index-node-18.18.es.web.mjs.map +1 -1
- package/dist/index.es.js +227 -612
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +49 -70
- package/dist/index.es.web.js.map +1 -1
- package/dist/{linaria-themes.es.ios.js → linaria-themes-metro.es.android.js} +172 -187
- package/dist/linaria-themes-metro.es.android.js.map +1 -0
- package/dist/{linaria-themes.es.android.js → linaria-themes-metro.es.ios.js} +172 -187
- package/dist/linaria-themes-metro.es.ios.js.map +1 -0
- package/dist/linaria-themes-node-18.18.cjs.js +0 -6
- package/dist/linaria-themes-node-18.18.cjs.js.map +1 -1
- package/dist/linaria-themes-node-18.18.cjs.web.js +0 -6
- package/dist/linaria-themes-node-18.18.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-18.18.es.mjs +0 -6
- package/dist/linaria-themes-node-18.18.es.mjs.map +1 -1
- package/dist/linaria-themes-node-18.18.es.web.mjs +0 -6
- package/dist/linaria-themes-node-18.18.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +0 -6
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +0 -6
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +17 -16
- package/typings/react-native-web.d.ts +48 -5
- package/dist/definitions/utils/getReturnKeyTypeForNumericInput/getReturnKeyTypeForNumericInput.d.ts +0 -3
- package/dist/definitions/utils/getReturnKeyTypeForNumericInput/getReturnKeyTypeForNumericInput.d.ts.map +0 -1
- package/dist/index.es.android.js.map +0 -1
- package/dist/index.es.ios.js.map +0 -1
- package/dist/linaria-themes.es.android.js.map +0 -1
- package/dist/linaria-themes.es.ios.js.map +0 -1
|
@@ -39,7 +39,7 @@ export interface TypographyProps extends TypographyBreakpointType, NativeBaseTex
|
|
|
39
39
|
color?: ExtendedTypographyColor;
|
|
40
40
|
children: ReactNode;
|
|
41
41
|
}
|
|
42
|
-
export type
|
|
42
|
+
export type TypographyPropsWithoutAccessibilityRole = Except<TypographyProps, 'accessibilityRole'>;
|
|
43
43
|
export declare function createNativeBaseFontSize(type: TypographyBreakpointType): ITextProps['fontSize'];
|
|
44
44
|
export declare function Typography({ accessibilityRole, base: legacyBase, small: legacySmall, medium: legacyMedium, large: legacyLarge, wide: legacyWide, type, variant, color, ...otherProps }: TypographyProps): ReactNode;
|
|
45
45
|
export declare namespace Typography {
|
|
@@ -71,7 +71,7 @@ export declare namespace Typography {
|
|
|
71
71
|
hitSlop?: import("react-native").Insets | undefined;
|
|
72
72
|
id?: string | undefined;
|
|
73
73
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
74
|
-
pointerEvents?: "
|
|
74
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
75
75
|
removeClippedSubviews?: boolean | undefined;
|
|
76
76
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
77
77
|
testID?: string | undefined;
|
|
@@ -157,10 +157,39 @@ export declare namespace Typography {
|
|
|
157
157
|
'aria-modal'?: boolean | undefined;
|
|
158
158
|
role?: import("react-native").Role | undefined;
|
|
159
159
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
160
|
+
'aria-activedescendant'?: string | undefined;
|
|
161
|
+
'aria-atomic'?: boolean | undefined;
|
|
162
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
163
|
+
'aria-colcount'?: number | undefined;
|
|
164
|
+
'aria-colindex'?: number | undefined;
|
|
165
|
+
'aria-colspan'?: number | undefined;
|
|
166
|
+
'aria-controls'?: string | undefined;
|
|
167
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
168
|
+
'aria-describedby'?: string | undefined;
|
|
169
|
+
'aria-details'?: string | undefined;
|
|
170
|
+
'aria-errormessage'?: string | undefined;
|
|
171
|
+
'aria-flowto'?: string | undefined;
|
|
172
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
173
|
+
'aria-invalid'?: boolean | undefined;
|
|
174
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
175
|
+
'aria-level'?: number | undefined;
|
|
176
|
+
'aria-multiline'?: boolean | undefined;
|
|
177
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
178
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
179
|
+
'aria-owns'?: string | undefined;
|
|
180
|
+
'aria-placeholder'?: string | undefined;
|
|
181
|
+
'aria-posinset'?: number | undefined;
|
|
182
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
183
|
+
'aria-readonly'?: boolean | undefined;
|
|
184
|
+
'aria-required'?: boolean | undefined;
|
|
185
|
+
'aria-roledescription'?: string | undefined;
|
|
186
|
+
'aria-rowcount'?: number | undefined;
|
|
187
|
+
'aria-rowindex'?: number | undefined;
|
|
188
|
+
'aria-rowspan'?: number | undefined;
|
|
189
|
+
'aria-setsize'?: number | undefined;
|
|
190
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
163
191
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
192
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
164
193
|
accessibilityElementsHidden?: boolean | undefined;
|
|
165
194
|
accessibilityViewIsModal?: boolean | undefined;
|
|
166
195
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -184,6 +213,7 @@ export declare namespace Typography {
|
|
|
184
213
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
185
214
|
minimumFontScale?: number | undefined;
|
|
186
215
|
suppressHighlighting?: boolean | undefined;
|
|
216
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
187
217
|
selectable?: boolean | undefined;
|
|
188
218
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
189
219
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -224,7 +254,7 @@ export declare namespace Typography {
|
|
|
224
254
|
hitSlop?: import("react-native").Insets | undefined;
|
|
225
255
|
id?: string | undefined;
|
|
226
256
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
227
|
-
pointerEvents?: "
|
|
257
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
228
258
|
removeClippedSubviews?: boolean | undefined;
|
|
229
259
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
230
260
|
testID?: string | undefined;
|
|
@@ -310,10 +340,39 @@ export declare namespace Typography {
|
|
|
310
340
|
'aria-modal'?: boolean | undefined;
|
|
311
341
|
role?: import("react-native").Role | undefined;
|
|
312
342
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
343
|
+
'aria-activedescendant'?: string | undefined;
|
|
344
|
+
'aria-atomic'?: boolean | undefined;
|
|
345
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
346
|
+
'aria-colcount'?: number | undefined;
|
|
347
|
+
'aria-colindex'?: number | undefined;
|
|
348
|
+
'aria-colspan'?: number | undefined;
|
|
349
|
+
'aria-controls'?: string | undefined;
|
|
350
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
351
|
+
'aria-describedby'?: string | undefined;
|
|
352
|
+
'aria-details'?: string | undefined;
|
|
353
|
+
'aria-errormessage'?: string | undefined;
|
|
354
|
+
'aria-flowto'?: string | undefined;
|
|
355
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
356
|
+
'aria-invalid'?: boolean | undefined;
|
|
357
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
358
|
+
'aria-level'?: number | undefined;
|
|
359
|
+
'aria-multiline'?: boolean | undefined;
|
|
360
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
361
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
362
|
+
'aria-owns'?: string | undefined;
|
|
363
|
+
'aria-placeholder'?: string | undefined;
|
|
364
|
+
'aria-posinset'?: number | undefined;
|
|
365
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
366
|
+
'aria-readonly'?: boolean | undefined;
|
|
367
|
+
'aria-required'?: boolean | undefined;
|
|
368
|
+
'aria-roledescription'?: string | undefined;
|
|
369
|
+
'aria-rowcount'?: number | undefined;
|
|
370
|
+
'aria-rowindex'?: number | undefined;
|
|
371
|
+
'aria-rowspan'?: number | undefined;
|
|
372
|
+
'aria-setsize'?: number | undefined;
|
|
373
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
316
374
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
375
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
317
376
|
accessibilityElementsHidden?: boolean | undefined;
|
|
318
377
|
accessibilityViewIsModal?: boolean | undefined;
|
|
319
378
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -337,6 +396,7 @@ export declare namespace Typography {
|
|
|
337
396
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
338
397
|
minimumFontScale?: number | undefined;
|
|
339
398
|
suppressHighlighting?: boolean | undefined;
|
|
399
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
340
400
|
selectable?: boolean | undefined;
|
|
341
401
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
342
402
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -377,7 +437,7 @@ export declare namespace Typography {
|
|
|
377
437
|
hitSlop?: import("react-native").Insets | undefined;
|
|
378
438
|
id?: string | undefined;
|
|
379
439
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
380
|
-
pointerEvents?: "
|
|
440
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
381
441
|
removeClippedSubviews?: boolean | undefined;
|
|
382
442
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
383
443
|
testID?: string | undefined;
|
|
@@ -463,10 +523,39 @@ export declare namespace Typography {
|
|
|
463
523
|
'aria-modal'?: boolean | undefined;
|
|
464
524
|
role?: import("react-native").Role | undefined;
|
|
465
525
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
526
|
+
'aria-activedescendant'?: string | undefined;
|
|
527
|
+
'aria-atomic'?: boolean | undefined;
|
|
528
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
529
|
+
'aria-colcount'?: number | undefined;
|
|
530
|
+
'aria-colindex'?: number | undefined;
|
|
531
|
+
'aria-colspan'?: number | undefined;
|
|
532
|
+
'aria-controls'?: string | undefined;
|
|
533
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
534
|
+
'aria-describedby'?: string | undefined;
|
|
535
|
+
'aria-details'?: string | undefined;
|
|
536
|
+
'aria-errormessage'?: string | undefined;
|
|
537
|
+
'aria-flowto'?: string | undefined;
|
|
538
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
539
|
+
'aria-invalid'?: boolean | undefined;
|
|
540
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
541
|
+
'aria-level'?: number | undefined;
|
|
542
|
+
'aria-multiline'?: boolean | undefined;
|
|
543
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
544
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
545
|
+
'aria-owns'?: string | undefined;
|
|
546
|
+
'aria-placeholder'?: string | undefined;
|
|
547
|
+
'aria-posinset'?: number | undefined;
|
|
548
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
549
|
+
'aria-readonly'?: boolean | undefined;
|
|
550
|
+
'aria-required'?: boolean | undefined;
|
|
551
|
+
'aria-roledescription'?: string | undefined;
|
|
552
|
+
'aria-rowcount'?: number | undefined;
|
|
553
|
+
'aria-rowindex'?: number | undefined;
|
|
554
|
+
'aria-rowspan'?: number | undefined;
|
|
555
|
+
'aria-setsize'?: number | undefined;
|
|
556
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
469
557
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
558
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
470
559
|
accessibilityElementsHidden?: boolean | undefined;
|
|
471
560
|
accessibilityViewIsModal?: boolean | undefined;
|
|
472
561
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -490,6 +579,7 @@ export declare namespace Typography {
|
|
|
490
579
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
491
580
|
minimumFontScale?: number | undefined;
|
|
492
581
|
suppressHighlighting?: boolean | undefined;
|
|
582
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
493
583
|
selectable?: boolean | undefined;
|
|
494
584
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
495
585
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -530,7 +620,7 @@ export declare namespace Typography {
|
|
|
530
620
|
hitSlop?: import("react-native").Insets | undefined;
|
|
531
621
|
id?: string | undefined;
|
|
532
622
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
533
|
-
pointerEvents?: "
|
|
623
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
534
624
|
removeClippedSubviews?: boolean | undefined;
|
|
535
625
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
536
626
|
testID?: string | undefined;
|
|
@@ -616,10 +706,39 @@ export declare namespace Typography {
|
|
|
616
706
|
'aria-modal'?: boolean | undefined;
|
|
617
707
|
role?: import("react-native").Role | undefined;
|
|
618
708
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
709
|
+
'aria-activedescendant'?: string | undefined;
|
|
710
|
+
'aria-atomic'?: boolean | undefined;
|
|
711
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
712
|
+
'aria-colcount'?: number | undefined;
|
|
713
|
+
'aria-colindex'?: number | undefined;
|
|
714
|
+
'aria-colspan'?: number | undefined;
|
|
715
|
+
'aria-controls'?: string | undefined;
|
|
716
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
717
|
+
'aria-describedby'?: string | undefined;
|
|
718
|
+
'aria-details'?: string | undefined;
|
|
719
|
+
'aria-errormessage'?: string | undefined;
|
|
720
|
+
'aria-flowto'?: string | undefined;
|
|
721
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
722
|
+
'aria-invalid'?: boolean | undefined;
|
|
723
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
724
|
+
'aria-level'?: number | undefined;
|
|
725
|
+
'aria-multiline'?: boolean | undefined;
|
|
726
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
727
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
728
|
+
'aria-owns'?: string | undefined;
|
|
729
|
+
'aria-placeholder'?: string | undefined;
|
|
730
|
+
'aria-posinset'?: number | undefined;
|
|
731
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
732
|
+
'aria-readonly'?: boolean | undefined;
|
|
733
|
+
'aria-required'?: boolean | undefined;
|
|
734
|
+
'aria-roledescription'?: string | undefined;
|
|
735
|
+
'aria-rowcount'?: number | undefined;
|
|
736
|
+
'aria-rowindex'?: number | undefined;
|
|
737
|
+
'aria-rowspan'?: number | undefined;
|
|
738
|
+
'aria-setsize'?: number | undefined;
|
|
739
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
622
740
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
741
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
623
742
|
accessibilityElementsHidden?: boolean | undefined;
|
|
624
743
|
accessibilityViewIsModal?: boolean | undefined;
|
|
625
744
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -643,6 +762,7 @@ export declare namespace Typography {
|
|
|
643
762
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
644
763
|
minimumFontScale?: number | undefined;
|
|
645
764
|
suppressHighlighting?: boolean | undefined;
|
|
765
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
646
766
|
selectable?: boolean | undefined;
|
|
647
767
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
648
768
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -683,7 +803,7 @@ export declare namespace Typography {
|
|
|
683
803
|
hitSlop?: import("react-native").Insets | undefined;
|
|
684
804
|
id?: string | undefined;
|
|
685
805
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
686
|
-
pointerEvents?: "
|
|
806
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
687
807
|
removeClippedSubviews?: boolean | undefined;
|
|
688
808
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
689
809
|
testID?: string | undefined;
|
|
@@ -769,10 +889,39 @@ export declare namespace Typography {
|
|
|
769
889
|
'aria-modal'?: boolean | undefined;
|
|
770
890
|
role?: import("react-native").Role | undefined;
|
|
771
891
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
892
|
+
'aria-activedescendant'?: string | undefined;
|
|
893
|
+
'aria-atomic'?: boolean | undefined;
|
|
894
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
895
|
+
'aria-colcount'?: number | undefined;
|
|
896
|
+
'aria-colindex'?: number | undefined;
|
|
897
|
+
'aria-colspan'?: number | undefined;
|
|
898
|
+
'aria-controls'?: string | undefined;
|
|
899
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
900
|
+
'aria-describedby'?: string | undefined;
|
|
901
|
+
'aria-details'?: string | undefined;
|
|
902
|
+
'aria-errormessage'?: string | undefined;
|
|
903
|
+
'aria-flowto'?: string | undefined;
|
|
904
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
905
|
+
'aria-invalid'?: boolean | undefined;
|
|
906
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
907
|
+
'aria-level'?: number | undefined;
|
|
908
|
+
'aria-multiline'?: boolean | undefined;
|
|
909
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
910
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
911
|
+
'aria-owns'?: string | undefined;
|
|
912
|
+
'aria-placeholder'?: string | undefined;
|
|
913
|
+
'aria-posinset'?: number | undefined;
|
|
914
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
915
|
+
'aria-readonly'?: boolean | undefined;
|
|
916
|
+
'aria-required'?: boolean | undefined;
|
|
917
|
+
'aria-roledescription'?: string | undefined;
|
|
918
|
+
'aria-rowcount'?: number | undefined;
|
|
919
|
+
'aria-rowindex'?: number | undefined;
|
|
920
|
+
'aria-rowspan'?: number | undefined;
|
|
921
|
+
'aria-setsize'?: number | undefined;
|
|
922
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
775
923
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
924
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
776
925
|
accessibilityElementsHidden?: boolean | undefined;
|
|
777
926
|
accessibilityViewIsModal?: boolean | undefined;
|
|
778
927
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -796,6 +945,7 @@ export declare namespace Typography {
|
|
|
796
945
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
797
946
|
minimumFontScale?: number | undefined;
|
|
798
947
|
suppressHighlighting?: boolean | undefined;
|
|
948
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
799
949
|
selectable?: boolean | undefined;
|
|
800
950
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
801
951
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -836,7 +986,7 @@ export declare namespace Typography {
|
|
|
836
986
|
hitSlop?: import("react-native").Insets | undefined;
|
|
837
987
|
id?: string | undefined;
|
|
838
988
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
839
|
-
pointerEvents?: "
|
|
989
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
840
990
|
removeClippedSubviews?: boolean | undefined;
|
|
841
991
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
842
992
|
testID?: string | undefined;
|
|
@@ -922,10 +1072,39 @@ export declare namespace Typography {
|
|
|
922
1072
|
'aria-modal'?: boolean | undefined;
|
|
923
1073
|
role?: import("react-native").Role | undefined;
|
|
924
1074
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
1075
|
+
'aria-activedescendant'?: string | undefined;
|
|
1076
|
+
'aria-atomic'?: boolean | undefined;
|
|
1077
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1078
|
+
'aria-colcount'?: number | undefined;
|
|
1079
|
+
'aria-colindex'?: number | undefined;
|
|
1080
|
+
'aria-colspan'?: number | undefined;
|
|
1081
|
+
'aria-controls'?: string | undefined;
|
|
1082
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1083
|
+
'aria-describedby'?: string | undefined;
|
|
1084
|
+
'aria-details'?: string | undefined;
|
|
1085
|
+
'aria-errormessage'?: string | undefined;
|
|
1086
|
+
'aria-flowto'?: string | undefined;
|
|
1087
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
1088
|
+
'aria-invalid'?: boolean | undefined;
|
|
1089
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
1090
|
+
'aria-level'?: number | undefined;
|
|
1091
|
+
'aria-multiline'?: boolean | undefined;
|
|
1092
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
1093
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1094
|
+
'aria-owns'?: string | undefined;
|
|
1095
|
+
'aria-placeholder'?: string | undefined;
|
|
1096
|
+
'aria-posinset'?: number | undefined;
|
|
1097
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1098
|
+
'aria-readonly'?: boolean | undefined;
|
|
1099
|
+
'aria-required'?: boolean | undefined;
|
|
1100
|
+
'aria-roledescription'?: string | undefined;
|
|
1101
|
+
'aria-rowcount'?: number | undefined;
|
|
1102
|
+
'aria-rowindex'?: number | undefined;
|
|
1103
|
+
'aria-rowspan'?: number | undefined;
|
|
1104
|
+
'aria-setsize'?: number | undefined;
|
|
1105
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
928
1106
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1107
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
929
1108
|
accessibilityElementsHidden?: boolean | undefined;
|
|
930
1109
|
accessibilityViewIsModal?: boolean | undefined;
|
|
931
1110
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -949,6 +1128,7 @@ export declare namespace Typography {
|
|
|
949
1128
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
950
1129
|
minimumFontScale?: number | undefined;
|
|
951
1130
|
suppressHighlighting?: boolean | undefined;
|
|
1131
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
952
1132
|
selectable?: boolean | undefined;
|
|
953
1133
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
954
1134
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -989,7 +1169,7 @@ export declare namespace Typography {
|
|
|
989
1169
|
hitSlop?: import("react-native").Insets | undefined;
|
|
990
1170
|
id?: string | undefined;
|
|
991
1171
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
992
|
-
pointerEvents?: "
|
|
1172
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
993
1173
|
removeClippedSubviews?: boolean | undefined;
|
|
994
1174
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
995
1175
|
testID?: string | undefined;
|
|
@@ -1075,10 +1255,39 @@ export declare namespace Typography {
|
|
|
1075
1255
|
'aria-modal'?: boolean | undefined;
|
|
1076
1256
|
role?: import("react-native").Role | undefined;
|
|
1077
1257
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1258
|
+
'aria-activedescendant'?: string | undefined;
|
|
1259
|
+
'aria-atomic'?: boolean | undefined;
|
|
1260
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1261
|
+
'aria-colcount'?: number | undefined;
|
|
1262
|
+
'aria-colindex'?: number | undefined;
|
|
1263
|
+
'aria-colspan'?: number | undefined;
|
|
1264
|
+
'aria-controls'?: string | undefined;
|
|
1265
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1266
|
+
'aria-describedby'?: string | undefined;
|
|
1267
|
+
'aria-details'?: string | undefined;
|
|
1268
|
+
'aria-errormessage'?: string | undefined;
|
|
1269
|
+
'aria-flowto'?: string | undefined;
|
|
1270
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
1271
|
+
'aria-invalid'?: boolean | undefined;
|
|
1272
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
1273
|
+
'aria-level'?: number | undefined;
|
|
1274
|
+
'aria-multiline'?: boolean | undefined;
|
|
1275
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
1276
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1277
|
+
'aria-owns'?: string | undefined;
|
|
1278
|
+
'aria-placeholder'?: string | undefined;
|
|
1279
|
+
'aria-posinset'?: number | undefined;
|
|
1280
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1281
|
+
'aria-readonly'?: boolean | undefined;
|
|
1282
|
+
'aria-required'?: boolean | undefined;
|
|
1283
|
+
'aria-roledescription'?: string | undefined;
|
|
1284
|
+
'aria-rowcount'?: number | undefined;
|
|
1285
|
+
'aria-rowindex'?: number | undefined;
|
|
1286
|
+
'aria-rowspan'?: number | undefined;
|
|
1287
|
+
'aria-setsize'?: number | undefined;
|
|
1288
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1081
1289
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1290
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1082
1291
|
accessibilityElementsHidden?: boolean | undefined;
|
|
1083
1292
|
accessibilityViewIsModal?: boolean | undefined;
|
|
1084
1293
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -1102,6 +1311,7 @@ export declare namespace Typography {
|
|
|
1102
1311
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1103
1312
|
minimumFontScale?: number | undefined;
|
|
1104
1313
|
suppressHighlighting?: boolean | undefined;
|
|
1314
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1105
1315
|
selectable?: boolean | undefined;
|
|
1106
1316
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1107
1317
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -1142,7 +1352,7 @@ export declare namespace Typography {
|
|
|
1142
1352
|
hitSlop?: import("react-native").Insets | undefined;
|
|
1143
1353
|
id?: string | undefined;
|
|
1144
1354
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1145
|
-
pointerEvents?: "
|
|
1355
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1146
1356
|
removeClippedSubviews?: boolean | undefined;
|
|
1147
1357
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
1148
1358
|
testID?: string | undefined;
|
|
@@ -1228,10 +1438,39 @@ export declare namespace Typography {
|
|
|
1228
1438
|
'aria-modal'?: boolean | undefined;
|
|
1229
1439
|
role?: import("react-native").Role | undefined;
|
|
1230
1440
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1441
|
+
'aria-activedescendant'?: string | undefined;
|
|
1442
|
+
'aria-atomic'?: boolean | undefined;
|
|
1443
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1444
|
+
'aria-colcount'?: number | undefined;
|
|
1445
|
+
'aria-colindex'?: number | undefined;
|
|
1446
|
+
'aria-colspan'?: number | undefined;
|
|
1447
|
+
'aria-controls'?: string | undefined;
|
|
1448
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1449
|
+
'aria-describedby'?: string | undefined;
|
|
1450
|
+
'aria-details'?: string | undefined;
|
|
1451
|
+
'aria-errormessage'?: string | undefined;
|
|
1452
|
+
'aria-flowto'?: string | undefined;
|
|
1453
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
1454
|
+
'aria-invalid'?: boolean | undefined;
|
|
1455
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
1456
|
+
'aria-level'?: number | undefined;
|
|
1457
|
+
'aria-multiline'?: boolean | undefined;
|
|
1458
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
1459
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1460
|
+
'aria-owns'?: string | undefined;
|
|
1461
|
+
'aria-placeholder'?: string | undefined;
|
|
1462
|
+
'aria-posinset'?: number | undefined;
|
|
1463
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1464
|
+
'aria-readonly'?: boolean | undefined;
|
|
1465
|
+
'aria-required'?: boolean | undefined;
|
|
1466
|
+
'aria-roledescription'?: string | undefined;
|
|
1467
|
+
'aria-rowcount'?: number | undefined;
|
|
1468
|
+
'aria-rowindex'?: number | undefined;
|
|
1469
|
+
'aria-rowspan'?: number | undefined;
|
|
1470
|
+
'aria-setsize'?: number | undefined;
|
|
1471
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1234
1472
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1473
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1235
1474
|
accessibilityElementsHidden?: boolean | undefined;
|
|
1236
1475
|
accessibilityViewIsModal?: boolean | undefined;
|
|
1237
1476
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -1255,6 +1494,7 @@ export declare namespace Typography {
|
|
|
1255
1494
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1256
1495
|
minimumFontScale?: number | undefined;
|
|
1257
1496
|
suppressHighlighting?: boolean | undefined;
|
|
1497
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1258
1498
|
selectable?: boolean | undefined;
|
|
1259
1499
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1260
1500
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -1295,7 +1535,7 @@ export declare namespace Typography {
|
|
|
1295
1535
|
hitSlop?: import("react-native").Insets | undefined;
|
|
1296
1536
|
id?: string | undefined;
|
|
1297
1537
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1298
|
-
pointerEvents?: "
|
|
1538
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1299
1539
|
removeClippedSubviews?: boolean | undefined;
|
|
1300
1540
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
1301
1541
|
testID?: string | undefined;
|
|
@@ -1381,10 +1621,39 @@ export declare namespace Typography {
|
|
|
1381
1621
|
'aria-modal'?: boolean | undefined;
|
|
1382
1622
|
role?: import("react-native").Role | undefined;
|
|
1383
1623
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1624
|
+
'aria-activedescendant'?: string | undefined;
|
|
1625
|
+
'aria-atomic'?: boolean | undefined;
|
|
1626
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1627
|
+
'aria-colcount'?: number | undefined;
|
|
1628
|
+
'aria-colindex'?: number | undefined;
|
|
1629
|
+
'aria-colspan'?: number | undefined;
|
|
1630
|
+
'aria-controls'?: string | undefined;
|
|
1631
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1632
|
+
'aria-describedby'?: string | undefined;
|
|
1633
|
+
'aria-details'?: string | undefined;
|
|
1634
|
+
'aria-errormessage'?: string | undefined;
|
|
1635
|
+
'aria-flowto'?: string | undefined;
|
|
1636
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
1637
|
+
'aria-invalid'?: boolean | undefined;
|
|
1638
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
1639
|
+
'aria-level'?: number | undefined;
|
|
1640
|
+
'aria-multiline'?: boolean | undefined;
|
|
1641
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
1642
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1643
|
+
'aria-owns'?: string | undefined;
|
|
1644
|
+
'aria-placeholder'?: string | undefined;
|
|
1645
|
+
'aria-posinset'?: number | undefined;
|
|
1646
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1647
|
+
'aria-readonly'?: boolean | undefined;
|
|
1648
|
+
'aria-required'?: boolean | undefined;
|
|
1649
|
+
'aria-roledescription'?: string | undefined;
|
|
1650
|
+
'aria-rowcount'?: number | undefined;
|
|
1651
|
+
'aria-rowindex'?: number | undefined;
|
|
1652
|
+
'aria-rowspan'?: number | undefined;
|
|
1653
|
+
'aria-setsize'?: number | undefined;
|
|
1654
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1387
1655
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1656
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1388
1657
|
accessibilityElementsHidden?: boolean | undefined;
|
|
1389
1658
|
accessibilityViewIsModal?: boolean | undefined;
|
|
1390
1659
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -1408,6 +1677,7 @@ export declare namespace Typography {
|
|
|
1408
1677
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1409
1678
|
minimumFontScale?: number | undefined;
|
|
1410
1679
|
suppressHighlighting?: boolean | undefined;
|
|
1680
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1411
1681
|
selectable?: boolean | undefined;
|
|
1412
1682
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1413
1683
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -1448,7 +1718,7 @@ export declare namespace Typography {
|
|
|
1448
1718
|
hitSlop?: import("react-native").Insets | undefined;
|
|
1449
1719
|
id?: string | undefined;
|
|
1450
1720
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1451
|
-
pointerEvents?: "
|
|
1721
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1452
1722
|
removeClippedSubviews?: boolean | undefined;
|
|
1453
1723
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
1454
1724
|
testID?: string | undefined;
|
|
@@ -1534,10 +1804,39 @@ export declare namespace Typography {
|
|
|
1534
1804
|
'aria-modal'?: boolean | undefined;
|
|
1535
1805
|
role?: import("react-native").Role | undefined;
|
|
1536
1806
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1807
|
+
'aria-activedescendant'?: string | undefined;
|
|
1808
|
+
'aria-atomic'?: boolean | undefined;
|
|
1809
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1810
|
+
'aria-colcount'?: number | undefined;
|
|
1811
|
+
'aria-colindex'?: number | undefined;
|
|
1812
|
+
'aria-colspan'?: number | undefined;
|
|
1813
|
+
'aria-controls'?: string | undefined;
|
|
1814
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1815
|
+
'aria-describedby'?: string | undefined;
|
|
1816
|
+
'aria-details'?: string | undefined;
|
|
1817
|
+
'aria-errormessage'?: string | undefined;
|
|
1818
|
+
'aria-flowto'?: string | undefined;
|
|
1819
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
1820
|
+
'aria-invalid'?: boolean | undefined;
|
|
1821
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
1822
|
+
'aria-level'?: number | undefined;
|
|
1823
|
+
'aria-multiline'?: boolean | undefined;
|
|
1824
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
1825
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1826
|
+
'aria-owns'?: string | undefined;
|
|
1827
|
+
'aria-placeholder'?: string | undefined;
|
|
1828
|
+
'aria-posinset'?: number | undefined;
|
|
1829
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1830
|
+
'aria-readonly'?: boolean | undefined;
|
|
1831
|
+
'aria-required'?: boolean | undefined;
|
|
1832
|
+
'aria-roledescription'?: string | undefined;
|
|
1833
|
+
'aria-rowcount'?: number | undefined;
|
|
1834
|
+
'aria-rowindex'?: number | undefined;
|
|
1835
|
+
'aria-rowspan'?: number | undefined;
|
|
1836
|
+
'aria-setsize'?: number | undefined;
|
|
1837
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1540
1838
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1839
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1541
1840
|
accessibilityElementsHidden?: boolean | undefined;
|
|
1542
1841
|
accessibilityViewIsModal?: boolean | undefined;
|
|
1543
1842
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -1561,6 +1860,7 @@ export declare namespace Typography {
|
|
|
1561
1860
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1562
1861
|
minimumFontScale?: number | undefined;
|
|
1563
1862
|
suppressHighlighting?: boolean | undefined;
|
|
1863
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1564
1864
|
selectable?: boolean | undefined;
|
|
1565
1865
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1566
1866
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -1601,7 +1901,7 @@ export declare namespace Typography {
|
|
|
1601
1901
|
hitSlop?: import("react-native").Insets | undefined;
|
|
1602
1902
|
id?: string | undefined;
|
|
1603
1903
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1604
|
-
pointerEvents?: "
|
|
1904
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1605
1905
|
removeClippedSubviews?: boolean | undefined;
|
|
1606
1906
|
style?: import("react-native").StyleProp<TextStyle>;
|
|
1607
1907
|
testID?: string | undefined;
|
|
@@ -1687,10 +1987,39 @@ export declare namespace Typography {
|
|
|
1687
1987
|
'aria-modal'?: boolean | undefined;
|
|
1688
1988
|
role?: import("react-native").Role | undefined;
|
|
1689
1989
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1990
|
+
'aria-activedescendant'?: string | undefined;
|
|
1991
|
+
'aria-atomic'?: boolean | undefined;
|
|
1992
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1993
|
+
'aria-colcount'?: number | undefined;
|
|
1994
|
+
'aria-colindex'?: number | undefined;
|
|
1995
|
+
'aria-colspan'?: number | undefined;
|
|
1996
|
+
'aria-controls'?: string | undefined;
|
|
1997
|
+
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1998
|
+
'aria-describedby'?: string | undefined;
|
|
1999
|
+
'aria-details'?: string | undefined;
|
|
2000
|
+
'aria-errormessage'?: string | undefined;
|
|
2001
|
+
'aria-flowto'?: string | undefined;
|
|
2002
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
2003
|
+
'aria-invalid'?: boolean | undefined;
|
|
2004
|
+
'aria-keyshortcuts'?: string[] | undefined;
|
|
2005
|
+
'aria-level'?: number | undefined;
|
|
2006
|
+
'aria-multiline'?: boolean | undefined;
|
|
2007
|
+
'aria-multiselectable'?: boolean | undefined;
|
|
2008
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2009
|
+
'aria-owns'?: string | undefined;
|
|
2010
|
+
'aria-placeholder'?: string | undefined;
|
|
2011
|
+
'aria-posinset'?: number | undefined;
|
|
2012
|
+
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
2013
|
+
'aria-readonly'?: boolean | undefined;
|
|
2014
|
+
'aria-required'?: boolean | undefined;
|
|
2015
|
+
'aria-roledescription'?: string | undefined;
|
|
2016
|
+
'aria-rowcount'?: number | undefined;
|
|
2017
|
+
'aria-rowindex'?: number | undefined;
|
|
2018
|
+
'aria-rowspan'?: number | undefined;
|
|
2019
|
+
'aria-setsize'?: number | undefined;
|
|
2020
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1693
2021
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
2022
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1694
2023
|
accessibilityElementsHidden?: boolean | undefined;
|
|
1695
2024
|
accessibilityViewIsModal?: boolean | undefined;
|
|
1696
2025
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -1714,6 +2043,7 @@ export declare namespace Typography {
|
|
|
1714
2043
|
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1715
2044
|
minimumFontScale?: number | undefined;
|
|
1716
2045
|
suppressHighlighting?: boolean | undefined;
|
|
2046
|
+
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1717
2047
|
selectable?: boolean | undefined;
|
|
1718
2048
|
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1719
2049
|
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
@@ -1733,6 +2063,6 @@ export declare namespace Typography {
|
|
|
1733
2063
|
export type TypographyTextProps = SetOptional<TypographyProps, 'accessibilityRole'>;
|
|
1734
2064
|
declare function TypographyText(props: TypographyTextProps): ReactNode;
|
|
1735
2065
|
declare function TypographyParagraph(props: TypographyTextProps): ReactNode;
|
|
1736
|
-
export type TypographyHeadingProps =
|
|
2066
|
+
export type TypographyHeadingProps = TypographyPropsWithoutAccessibilityRole;
|
|
1737
2067
|
export {};
|
|
1738
2068
|
//# sourceMappingURL=Typography.d.ts.map
|