@ornikar/kitt-universal 26.3.1-canary.8efcf8dd518741ed7fec0d06cb12e3d6d3fbdbd0.0 → 26.3.1-canary.94272652b7530b8140a0a413e97f350bbbdf57db.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 CHANGED
@@ -3,17 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [26.3.1-canary.8efcf8dd518741ed7fec0d06cb12e3d6d3fbdbd0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@26.3.0...@ornikar/kitt-universal@26.3.1-canary.8efcf8dd518741ed7fec0d06cb12e3d6d3fbdbd0.0) (2025-07-30)
6
+ ## [26.3.1-canary.94272652b7530b8140a0a413e97f350bbbdf57db.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@26.3.0...@ornikar/kitt-universal@26.3.1-canary.94272652b7530b8140a0a413e97f350bbbdf57db.0) (2025-08-07)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
+ * expo 51 package.json ([915f9a5](https://github.com/ornikar/kitt/commit/915f9a59978711b16c3b0820d7abe962eab492ed))
11
12
  * expo 51 package.json ([7da4090](https://github.com/ornikar/kitt/commit/7da4090c190b5a5873ac73af0ec73b762a489676))
13
+ * expo 52 package.json ([2078e30](https://github.com/ornikar/kitt/commit/2078e30635581a375ab12577817e617c9f2ad2f4))
14
+ * fix expo deps ([b60918b](https://github.com/ornikar/kitt/commit/b60918b88272aeab0cc52310e97a3593480243f4))
15
+ * fix react & reanimated versions ([7c01e6b](https://github.com/ornikar/kitt/commit/7c01e6b24a3cd0eb0644012d535e710fb3e0ab31))
12
16
  * upgrade babel ([7ed7647](https://github.com/ornikar/kitt/commit/7ed7647881e76cf67d55a7dfea16b7623db99e81))
17
+ * upgrade canary versions from shared-configs ([b6f0cad](https://github.com/ornikar/kitt/commit/b6f0cadb9dfa95237176e0cd59a645f00d5572af))
13
18
 
14
19
 
15
20
  ### Bug Fixes
16
21
 
22
+ * deps ([b7ed1ae](https://github.com/ornikar/kitt/commit/b7ed1ae1566bc1b1466f43d334cad79ee1700702))
23
+ * test setup, babel versions, new arch disabled ([625ec38](https://github.com/ornikar/kitt/commit/625ec38130caa0c83a53b7ba86e5ae4fee7c4172))
24
+ * tsc error ([6d73d8a](https://github.com/ornikar/kitt/commit/6d73d8a76a6364e060d8a4e91e80ce20b2ae2335))
17
25
  * tsc error ([542d18b](https://github.com/ornikar/kitt/commit/542d18be94f1aee3a3ceaaf6ec0b6da6eaf796e0))
18
26
 
19
27
 
@@ -91,13 +91,13 @@ export declare namespace Typography {
91
91
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
92
92
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
93
93
  collapsable?: boolean | undefined;
94
+ collapsableChildren?: boolean | undefined;
94
95
  renderToHardwareTextureAndroid?: boolean | undefined;
95
96
  focusable?: boolean | undefined;
96
97
  tabIndex?: 0 | -1 | undefined;
97
98
  shouldRasterizeIOS?: boolean | undefined;
98
99
  isTVSelectable?: boolean | undefined;
99
100
  hasTVPreferredFocus?: boolean | undefined;
100
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
101
101
  tvParallaxShiftDistanceX?: number | undefined;
102
102
  tvParallaxShiftDistanceY?: number | undefined;
103
103
  tvParallaxTiltAngle?: number | undefined;
@@ -198,6 +198,8 @@ export declare namespace Typography {
198
198
  onMagicTap?: (() => void) | undefined;
199
199
  accessibilityIgnoresInvertColors?: boolean | undefined;
200
200
  accessibilityLanguage?: string | undefined;
201
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
202
+ accessibilityLargeContentTitle?: string | undefined;
201
203
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
202
204
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
203
205
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -275,13 +277,13 @@ export declare namespace Typography {
275
277
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
276
278
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
277
279
  collapsable?: boolean | undefined;
280
+ collapsableChildren?: boolean | undefined;
278
281
  renderToHardwareTextureAndroid?: boolean | undefined;
279
282
  focusable?: boolean | undefined;
280
283
  tabIndex?: 0 | -1 | undefined;
281
284
  shouldRasterizeIOS?: boolean | undefined;
282
285
  isTVSelectable?: boolean | undefined;
283
286
  hasTVPreferredFocus?: boolean | undefined;
284
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
285
287
  tvParallaxShiftDistanceX?: number | undefined;
286
288
  tvParallaxShiftDistanceY?: number | undefined;
287
289
  tvParallaxTiltAngle?: number | undefined;
@@ -382,6 +384,8 @@ export declare namespace Typography {
382
384
  onMagicTap?: (() => void) | undefined;
383
385
  accessibilityIgnoresInvertColors?: boolean | undefined;
384
386
  accessibilityLanguage?: string | undefined;
387
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
388
+ accessibilityLargeContentTitle?: string | undefined;
385
389
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
386
390
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
387
391
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -459,13 +463,13 @@ export declare namespace Typography {
459
463
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
460
464
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
461
465
  collapsable?: boolean | undefined;
466
+ collapsableChildren?: boolean | undefined;
462
467
  renderToHardwareTextureAndroid?: boolean | undefined;
463
468
  focusable?: boolean | undefined;
464
469
  tabIndex?: 0 | -1 | undefined;
465
470
  shouldRasterizeIOS?: boolean | undefined;
466
471
  isTVSelectable?: boolean | undefined;
467
472
  hasTVPreferredFocus?: boolean | undefined;
468
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
469
473
  tvParallaxShiftDistanceX?: number | undefined;
470
474
  tvParallaxShiftDistanceY?: number | undefined;
471
475
  tvParallaxTiltAngle?: number | undefined;
@@ -566,6 +570,8 @@ export declare namespace Typography {
566
570
  onMagicTap?: (() => void) | undefined;
567
571
  accessibilityIgnoresInvertColors?: boolean | undefined;
568
572
  accessibilityLanguage?: string | undefined;
573
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
574
+ accessibilityLargeContentTitle?: string | undefined;
569
575
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
570
576
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
571
577
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -643,13 +649,13 @@ export declare namespace Typography {
643
649
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
644
650
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
645
651
  collapsable?: boolean | undefined;
652
+ collapsableChildren?: boolean | undefined;
646
653
  renderToHardwareTextureAndroid?: boolean | undefined;
647
654
  focusable?: boolean | undefined;
648
655
  tabIndex?: 0 | -1 | undefined;
649
656
  shouldRasterizeIOS?: boolean | undefined;
650
657
  isTVSelectable?: boolean | undefined;
651
658
  hasTVPreferredFocus?: boolean | undefined;
652
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
653
659
  tvParallaxShiftDistanceX?: number | undefined;
654
660
  tvParallaxShiftDistanceY?: number | undefined;
655
661
  tvParallaxTiltAngle?: number | undefined;
@@ -750,6 +756,8 @@ export declare namespace Typography {
750
756
  onMagicTap?: (() => void) | undefined;
751
757
  accessibilityIgnoresInvertColors?: boolean | undefined;
752
758
  accessibilityLanguage?: string | undefined;
759
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
760
+ accessibilityLargeContentTitle?: string | undefined;
753
761
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
754
762
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
755
763
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -827,13 +835,13 @@ export declare namespace Typography {
827
835
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
828
836
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
829
837
  collapsable?: boolean | undefined;
838
+ collapsableChildren?: boolean | undefined;
830
839
  renderToHardwareTextureAndroid?: boolean | undefined;
831
840
  focusable?: boolean | undefined;
832
841
  tabIndex?: 0 | -1 | undefined;
833
842
  shouldRasterizeIOS?: boolean | undefined;
834
843
  isTVSelectable?: boolean | undefined;
835
844
  hasTVPreferredFocus?: boolean | undefined;
836
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
837
845
  tvParallaxShiftDistanceX?: number | undefined;
838
846
  tvParallaxShiftDistanceY?: number | undefined;
839
847
  tvParallaxTiltAngle?: number | undefined;
@@ -934,6 +942,8 @@ export declare namespace Typography {
934
942
  onMagicTap?: (() => void) | undefined;
935
943
  accessibilityIgnoresInvertColors?: boolean | undefined;
936
944
  accessibilityLanguage?: string | undefined;
945
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
946
+ accessibilityLargeContentTitle?: string | undefined;
937
947
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
938
948
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
939
949
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1011,13 +1021,13 @@ export declare namespace Typography {
1011
1021
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
1012
1022
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
1013
1023
  collapsable?: boolean | undefined;
1024
+ collapsableChildren?: boolean | undefined;
1014
1025
  renderToHardwareTextureAndroid?: boolean | undefined;
1015
1026
  focusable?: boolean | undefined;
1016
1027
  tabIndex?: 0 | -1 | undefined;
1017
1028
  shouldRasterizeIOS?: boolean | undefined;
1018
1029
  isTVSelectable?: boolean | undefined;
1019
1030
  hasTVPreferredFocus?: boolean | undefined;
1020
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
1021
1031
  tvParallaxShiftDistanceX?: number | undefined;
1022
1032
  tvParallaxShiftDistanceY?: number | undefined;
1023
1033
  tvParallaxTiltAngle?: number | undefined;
@@ -1118,6 +1128,8 @@ export declare namespace Typography {
1118
1128
  onMagicTap?: (() => void) | undefined;
1119
1129
  accessibilityIgnoresInvertColors?: boolean | undefined;
1120
1130
  accessibilityLanguage?: string | undefined;
1131
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
1132
+ accessibilityLargeContentTitle?: string | undefined;
1121
1133
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
1122
1134
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
1123
1135
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1195,13 +1207,13 @@ export declare namespace Typography {
1195
1207
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
1196
1208
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
1197
1209
  collapsable?: boolean | undefined;
1210
+ collapsableChildren?: boolean | undefined;
1198
1211
  renderToHardwareTextureAndroid?: boolean | undefined;
1199
1212
  focusable?: boolean | undefined;
1200
1213
  tabIndex?: 0 | -1 | undefined;
1201
1214
  shouldRasterizeIOS?: boolean | undefined;
1202
1215
  isTVSelectable?: boolean | undefined;
1203
1216
  hasTVPreferredFocus?: boolean | undefined;
1204
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
1205
1217
  tvParallaxShiftDistanceX?: number | undefined;
1206
1218
  tvParallaxShiftDistanceY?: number | undefined;
1207
1219
  tvParallaxTiltAngle?: number | undefined;
@@ -1302,6 +1314,8 @@ export declare namespace Typography {
1302
1314
  onMagicTap?: (() => void) | undefined;
1303
1315
  accessibilityIgnoresInvertColors?: boolean | undefined;
1304
1316
  accessibilityLanguage?: string | undefined;
1317
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
1318
+ accessibilityLargeContentTitle?: string | undefined;
1305
1319
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
1306
1320
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
1307
1321
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1379,13 +1393,13 @@ export declare namespace Typography {
1379
1393
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
1380
1394
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
1381
1395
  collapsable?: boolean | undefined;
1396
+ collapsableChildren?: boolean | undefined;
1382
1397
  renderToHardwareTextureAndroid?: boolean | undefined;
1383
1398
  focusable?: boolean | undefined;
1384
1399
  tabIndex?: 0 | -1 | undefined;
1385
1400
  shouldRasterizeIOS?: boolean | undefined;
1386
1401
  isTVSelectable?: boolean | undefined;
1387
1402
  hasTVPreferredFocus?: boolean | undefined;
1388
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
1389
1403
  tvParallaxShiftDistanceX?: number | undefined;
1390
1404
  tvParallaxShiftDistanceY?: number | undefined;
1391
1405
  tvParallaxTiltAngle?: number | undefined;
@@ -1486,6 +1500,8 @@ export declare namespace Typography {
1486
1500
  onMagicTap?: (() => void) | undefined;
1487
1501
  accessibilityIgnoresInvertColors?: boolean | undefined;
1488
1502
  accessibilityLanguage?: string | undefined;
1503
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
1504
+ accessibilityLargeContentTitle?: string | undefined;
1489
1505
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
1490
1506
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
1491
1507
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1563,13 +1579,13 @@ export declare namespace Typography {
1563
1579
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
1564
1580
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
1565
1581
  collapsable?: boolean | undefined;
1582
+ collapsableChildren?: boolean | undefined;
1566
1583
  renderToHardwareTextureAndroid?: boolean | undefined;
1567
1584
  focusable?: boolean | undefined;
1568
1585
  tabIndex?: 0 | -1 | undefined;
1569
1586
  shouldRasterizeIOS?: boolean | undefined;
1570
1587
  isTVSelectable?: boolean | undefined;
1571
1588
  hasTVPreferredFocus?: boolean | undefined;
1572
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
1573
1589
  tvParallaxShiftDistanceX?: number | undefined;
1574
1590
  tvParallaxShiftDistanceY?: number | undefined;
1575
1591
  tvParallaxTiltAngle?: number | undefined;
@@ -1670,6 +1686,8 @@ export declare namespace Typography {
1670
1686
  onMagicTap?: (() => void) | undefined;
1671
1687
  accessibilityIgnoresInvertColors?: boolean | undefined;
1672
1688
  accessibilityLanguage?: string | undefined;
1689
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
1690
+ accessibilityLargeContentTitle?: string | undefined;
1673
1691
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
1674
1692
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
1675
1693
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1747,13 +1765,13 @@ export declare namespace Typography {
1747
1765
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
1748
1766
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
1749
1767
  collapsable?: boolean | undefined;
1768
+ collapsableChildren?: boolean | undefined;
1750
1769
  renderToHardwareTextureAndroid?: boolean | undefined;
1751
1770
  focusable?: boolean | undefined;
1752
1771
  tabIndex?: 0 | -1 | undefined;
1753
1772
  shouldRasterizeIOS?: boolean | undefined;
1754
1773
  isTVSelectable?: boolean | undefined;
1755
1774
  hasTVPreferredFocus?: boolean | undefined;
1756
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
1757
1775
  tvParallaxShiftDistanceX?: number | undefined;
1758
1776
  tvParallaxShiftDistanceY?: number | undefined;
1759
1777
  tvParallaxTiltAngle?: number | undefined;
@@ -1854,6 +1872,8 @@ export declare namespace Typography {
1854
1872
  onMagicTap?: (() => void) | undefined;
1855
1873
  accessibilityIgnoresInvertColors?: boolean | undefined;
1856
1874
  accessibilityLanguage?: string | undefined;
1875
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
1876
+ accessibilityLargeContentTitle?: string | undefined;
1857
1877
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
1858
1878
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
1859
1879
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1931,13 +1951,13 @@ export declare namespace Typography {
1931
1951
  onMouseOut?: import("react").MouseEventHandler<any> | undefined;
1932
1952
  onMouseUp?: import("react").MouseEventHandler<any> | undefined;
1933
1953
  collapsable?: boolean | undefined;
1954
+ collapsableChildren?: boolean | undefined;
1934
1955
  renderToHardwareTextureAndroid?: boolean | undefined;
1935
1956
  focusable?: boolean | undefined;
1936
1957
  tabIndex?: 0 | -1 | undefined;
1937
1958
  shouldRasterizeIOS?: boolean | undefined;
1938
1959
  isTVSelectable?: boolean | undefined;
1939
1960
  hasTVPreferredFocus?: boolean | undefined;
1940
- tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
1941
1961
  tvParallaxShiftDistanceX?: number | undefined;
1942
1962
  tvParallaxShiftDistanceY?: number | undefined;
1943
1963
  tvParallaxTiltAngle?: number | undefined;
@@ -2038,6 +2058,8 @@ export declare namespace Typography {
2038
2058
  onMagicTap?: (() => void) | undefined;
2039
2059
  accessibilityIgnoresInvertColors?: boolean | undefined;
2040
2060
  accessibilityLanguage?: string | undefined;
2061
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
2062
+ accessibilityLargeContentTitle?: string | undefined;
2041
2063
  textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
2042
2064
  textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
2043
2065
  onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../src/typography/Typography.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../src/typography/Typography.tsx"],"names":[],"mappings":"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"}