react-native-unistyles 3.0.0-alpha.27 → 3.0.0-alpha.29
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -0
- package/android/CMakeLists.txt +12 -21
- package/cxx/core/UnistylesMountHook.cpp +0 -10
- package/cxx/core/UnistylesMountHook.h +3 -8
- package/cxx/core/UnistylesRegistry.cpp +4 -8
- package/cxx/core/UnistylesRegistry.h +1 -1
- package/cxx/core/UnistylesState.cpp +2 -10
- package/cxx/core/UnistylesState.h +1 -1
- package/cxx/hybridObjects/HybridStyleSheet.cpp +67 -34
- package/cxx/hybridObjects/HybridStyleSheet.h +9 -1
- package/cxx/hybridObjects/HybridUnistylesRuntime.cpp +15 -7
- package/cxx/hybridObjects/HybridUnistylesRuntime.h +5 -1
- package/cxx/parser/Parser.cpp +73 -5
- package/cxx/parser/Parser.h +2 -0
- package/ios/NativePlatform+ios.swift +16 -5
- package/ios/NativePlatform+keyboard.swift +83 -0
- package/ios/NativePlatformListener+ios.swift +19 -6
- package/ios/UnistylesModuleOnLoad.h +3 -1
- package/ios/UnistylesModuleOnLoad.mm +11 -1
- package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js +1 -0
- package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js.map +1 -1
- package/lib/commonjs/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -1
- package/lib/commonjs/specs/ShadowRegistry/types.js +3 -0
- package/lib/commonjs/specs/ShadowRegistry/types.js.map +1 -1
- package/lib/commonjs/specs/StatusBar/UnistylesStatusBar.nitro.js.map +1 -1
- package/lib/commonjs/specs/StyleSheet/UnistylesStyleSheet.nitro.js +2 -4
- package/lib/commonjs/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +1 -1
- package/lib/commonjs/specs/TurboUnistyles/NativeTurboUnistyles.js +1 -3
- package/lib/commonjs/specs/TurboUnistyles/NativeTurboUnistyles.js.map +2 -1
- package/lib/commonjs/specs/TurboUnistyles/index.js.map +1 -1
- package/lib/commonjs/specs/UnistylesRuntime/index.js.map +2 -1
- package/lib/commonjs/specs/index.web.js.map +2 -1
- package/lib/commonjs/specs/types.js +10 -10
- package/lib/commonjs/specs/types.js.map +1 -1
- package/lib/commonjs/types/stylesheet.js.map +1 -1
- package/lib/commonjs/web/create.js +1 -4
- package/lib/commonjs/web/create.js.map +1 -1
- package/lib/commonjs/web/registry.js +1 -4
- package/lib/commonjs/web/registry.js.map +1 -1
- package/lib/commonjs/web/runtime.js.map +1 -1
- package/lib/commonjs/web/shadowRegistry.js +1 -4
- package/lib/commonjs/web/shadowRegistry.js.map +1 -1
- package/lib/commonjs/web/state.js.map +1 -1
- package/lib/commonjs/web/utils/unistyle.js.map +1 -1
- package/lib/module/specs/NativePlatform/NativePlatform.nitro.js +1 -0
- package/lib/module/specs/NativePlatform/NativePlatform.nitro.js.map +2 -1
- package/lib/module/specs/NavigtionBar/UnistylesNavigationBar.nitro.js.map +1 -1
- package/lib/module/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -0
- package/lib/module/specs/ShadowRegistry/types.js +2 -0
- package/lib/module/specs/ShadowRegistry/types.js.map +1 -1
- package/lib/module/specs/StatusBar/UnistylesStatusBar.nitro.js.map +1 -0
- package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -1
- package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +1 -0
- package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js +2 -3
- package/lib/module/specs/UnistylesRuntime/UnistylesRuntime.nitro.js.map +1 -1
- package/lib/module/specs/index.js.map +2 -1
- package/lib/module/specs/index.web.js.map +2 -1
- package/lib/module/specs/types.js +10 -10
- package/lib/module/specs/types.js.map +1 -0
- package/lib/module/types/stylesheet.js.map +1 -1
- package/lib/module/web/create.js +2 -5
- package/lib/module/web/create.js.map +1 -1
- package/lib/module/web/registry.js +2 -5
- package/lib/module/web/registry.js.map +1 -1
- package/lib/module/web/runtime.js.map +1 -1
- package/lib/module/web/shadowRegistry.js +2 -5
- package/lib/module/web/shadowRegistry.js.map +1 -1
- package/lib/module/web/state.js.map +1 -1
- package/lib/module/web/utils/unistyle.js.map +1 -1
- package/lib/typescript/src/global.d.ts +0 -2
- package/lib/typescript/src/global.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativePlatform/NativePlatform.nitro.d.ts +4 -1
- package/lib/typescript/src/specs/NativePlatform/NativePlatform.nitro.d.ts.map +1 -1
- package/lib/typescript/src/types/breakpoints.d.ts +11 -11
- package/lib/typescript/src/types/breakpoints.d.ts.map +1 -1
- package/lib/typescript/src/types/stylesheet.d.ts +4 -2
- package/lib/typescript/src/types/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/web/create.d.ts +204 -0
- package/lib/typescript/src/web/create.d.ts.map +1 -1
- package/lib/typescript/src/web/index.d.ts +204 -0
- package/lib/typescript/src/web/index.d.ts.map +1 -1
- package/lib/typescript/src/web/registry.d.ts.map +1 -1
- package/lib/typescript/src/web/runtime.d.ts +3 -3
- package/lib/typescript/src/web/runtime.d.ts.map +1 -1
- package/lib/typescript/src/web/shadowRegistry.d.ts.map +1 -1
- package/lib/typescript/src/web/state.d.ts +1 -1
- package/lib/typescript/src/web/state.d.ts.map +1 -1
- package/lib/typescript/src/web/utils/unistyle.d.ts +2 -2
- package/lib/typescript/src/web/utils/unistyle.d.ts.map +1 -1
- package/nitrogen/generated/android/c++/JFunc_void.hpp +48 -0
- package/nitrogen/generated/android/c++/JHybridNativePlatformSpec.cpp +9 -0
- package/nitrogen/generated/android/c++/JHybridNativePlatformSpec.hpp +2 -0
- package/nitrogen/generated/android/c++/JUnistyleDependency.hpp +3 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/unistyles/Func_void.kt +45 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/unistyles/HybridNativePlatformSpec.kt +15 -0
- package/nitrogen/generated/android/kotlin/com/margelo/nitro/unistyles/UnistyleDependency.kt +2 -1
- package/nitrogen/generated/android/unistylesOnLoad.cpp +2 -0
- package/nitrogen/generated/ios/Unistyles-Swift-Cxx-Bridge.hpp +29 -1
- package/nitrogen/generated/ios/c++/HybridNativePlatformSpecSwift.hpp +6 -0
- package/nitrogen/generated/ios/swift/HybridNativePlatformSpec.swift +2 -0
- package/nitrogen/generated/ios/swift/HybridNativePlatformSpecCxx.swift +27 -0
- package/nitrogen/generated/ios/swift/UnistyleDependency.swift +4 -0
- package/nitrogen/generated/shared/c++/HybridNativePlatformSpec.cpp +2 -0
- package/nitrogen/generated/shared/c++/HybridNativePlatformSpec.hpp +2 -0
- package/nitrogen/generated/shared/c++/UnistyleDependency.hpp +2 -1
- package/package.json +13 -13
- package/plugin/common.js +9 -0
- package/plugin/stylesheet.js +7 -1
- package/src/global.ts +1 -4
- package/src/specs/NativePlatform/NativePlatform.nitro.js +18 -0
- package/src/specs/NativePlatform/NativePlatform.nitro.ts +5 -2
- package/src/specs/NativePlatform/index.js +1 -0
- package/src/specs/NavigtionBar/UnistylesNavigationBar.nitro.js +1 -0
- package/src/specs/NavigtionBar/index.js +9 -0
- package/src/specs/ShadowRegistry/ShadowRegistry.nitro.js +1 -0
- package/src/specs/ShadowRegistry/index.js +26 -0
- package/src/specs/ShadowRegistry/types.js +1 -0
- package/src/specs/StatusBar/UnistylesStatusBar.nitro.js +1 -0
- package/src/specs/StatusBar/index.js +25 -0
- package/src/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -0
- package/src/specs/StyleSheet/index.js +13 -0
- package/src/specs/TurboUnistyles/NativeTurboUnistyles.js +2 -0
- package/src/specs/TurboUnistyles/index.js +1 -0
- package/src/specs/UnistylesRuntime/UnistylesRuntime.nitro.js +1 -0
- package/src/specs/UnistylesRuntime/index.js +20 -0
- package/src/specs/index.js +8 -0
- package/src/specs/index.web.js +2 -0
- package/src/specs/types.js +17 -0
- package/src/types/breakpoints.ts +25 -13
- package/src/types/stylesheet.ts +5 -3
- package/src/web/create.ts +2 -5
- package/src/web/registry.ts +2 -5
- package/src/web/runtime.ts +1 -1
- package/src/web/shadowRegistry.ts +2 -5
- package/src/web/state.ts +3 -3
- package/src/web/utils/unistyle.ts +2 -2
@@ -151,6 +151,11 @@ export declare const create: (stylesheet: StyleSheetWithSuperPowers<StyleSheet>)
|
|
151
151
|
portrait?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
152
152
|
landscape?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
153
153
|
} | undefined;
|
154
|
+
isolation?: "auto" | "isolate" | {
|
155
|
+
[x: symbol]: "auto" | "isolate" | undefined;
|
156
|
+
portrait?: "auto" | "isolate" | undefined;
|
157
|
+
landscape?: "auto" | "isolate" | undefined;
|
158
|
+
} | undefined;
|
154
159
|
cursor?: import("react-native").CursorValue | {
|
155
160
|
[x: symbol]: import("react-native").CursorValue | undefined;
|
156
161
|
portrait?: import("react-native").CursorValue | undefined;
|
@@ -436,6 +441,101 @@ export declare const create: (stylesheet: StyleSheetWithSuperPowers<StyleSheet>)
|
|
436
441
|
portrait?: "inherit" | "ltr" | "rtl" | undefined;
|
437
442
|
landscape?: "inherit" | "ltr" | "rtl" | undefined;
|
438
443
|
} | undefined;
|
444
|
+
inset?: import("react-native").DimensionValue | {
|
445
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
446
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
447
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
448
|
+
} | undefined;
|
449
|
+
insetBlock?: import("react-native").DimensionValue | {
|
450
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
451
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
452
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
453
|
+
} | undefined;
|
454
|
+
insetBlockEnd?: import("react-native").DimensionValue | {
|
455
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
456
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
457
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
458
|
+
} | undefined;
|
459
|
+
insetBlockStart?: import("react-native").DimensionValue | {
|
460
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
461
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
462
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
463
|
+
} | undefined;
|
464
|
+
insetInline?: import("react-native").DimensionValue | {
|
465
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
466
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
467
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
468
|
+
} | undefined;
|
469
|
+
insetInlineEnd?: import("react-native").DimensionValue | {
|
470
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
471
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
472
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
473
|
+
} | undefined;
|
474
|
+
insetInlineStart?: import("react-native").DimensionValue | {
|
475
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
476
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
477
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
478
|
+
} | undefined;
|
479
|
+
marginBlock?: import("react-native").DimensionValue | {
|
480
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
481
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
482
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
483
|
+
} | undefined;
|
484
|
+
marginBlockEnd?: import("react-native").DimensionValue | {
|
485
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
486
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
487
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
488
|
+
} | undefined;
|
489
|
+
marginBlockStart?: import("react-native").DimensionValue | {
|
490
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
491
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
492
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
493
|
+
} | undefined;
|
494
|
+
marginInline?: import("react-native").DimensionValue | {
|
495
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
496
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
497
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
498
|
+
} | undefined;
|
499
|
+
marginInlineEnd?: import("react-native").DimensionValue | {
|
500
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
501
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
502
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
503
|
+
} | undefined;
|
504
|
+
marginInlineStart?: import("react-native").DimensionValue | {
|
505
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
506
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
507
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
508
|
+
} | undefined;
|
509
|
+
paddingBlock?: import("react-native").DimensionValue | {
|
510
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
511
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
512
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
513
|
+
} | undefined;
|
514
|
+
paddingBlockEnd?: import("react-native").DimensionValue | {
|
515
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
516
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
517
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
518
|
+
} | undefined;
|
519
|
+
paddingBlockStart?: import("react-native").DimensionValue | {
|
520
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
521
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
522
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
523
|
+
} | undefined;
|
524
|
+
paddingInline?: import("react-native").DimensionValue | {
|
525
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
526
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
527
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
528
|
+
} | undefined;
|
529
|
+
paddingInlineEnd?: import("react-native").DimensionValue | {
|
530
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
531
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
532
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
533
|
+
} | undefined;
|
534
|
+
paddingInlineStart?: import("react-native").DimensionValue | {
|
535
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
536
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
537
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
538
|
+
} | undefined;
|
439
539
|
shadowColor?: import("react-native").ColorValue | {
|
440
540
|
[x: symbol]: import("react-native").ColorValue | undefined;
|
441
541
|
portrait?: import("react-native").ColorValue | undefined;
|
@@ -614,6 +714,8 @@ export declare const create: (stylesheet: StyleSheetWithSuperPowers<StyleSheet>)
|
|
614
714
|
compoundVariants?: Array<{
|
615
715
|
styles: Omit<import("../types").UnistylesValues, "variants" | "compoundVariants">;
|
616
716
|
}> | undefined;
|
717
|
+
boxShadow?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").BoxShadowValue>[] | undefined;
|
718
|
+
filter?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").FilterFunction>[] | undefined;
|
617
719
|
shadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
618
720
|
transform?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").TransformStyles>[] | undefined;
|
619
721
|
textShadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
@@ -768,6 +870,11 @@ export declare const create: (stylesheet: StyleSheetWithSuperPowers<StyleSheet>)
|
|
768
870
|
portrait?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
769
871
|
landscape?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
770
872
|
} | undefined;
|
873
|
+
isolation?: "auto" | "isolate" | {
|
874
|
+
[x: symbol]: "auto" | "isolate" | undefined;
|
875
|
+
portrait?: "auto" | "isolate" | undefined;
|
876
|
+
landscape?: "auto" | "isolate" | undefined;
|
877
|
+
} | undefined;
|
771
878
|
cursor?: import("react-native").CursorValue | {
|
772
879
|
[x: symbol]: import("react-native").CursorValue | undefined;
|
773
880
|
portrait?: import("react-native").CursorValue | undefined;
|
@@ -1053,6 +1160,101 @@ export declare const create: (stylesheet: StyleSheetWithSuperPowers<StyleSheet>)
|
|
1053
1160
|
portrait?: "inherit" | "ltr" | "rtl" | undefined;
|
1054
1161
|
landscape?: "inherit" | "ltr" | "rtl" | undefined;
|
1055
1162
|
} | undefined;
|
1163
|
+
inset?: import("react-native").DimensionValue | {
|
1164
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1165
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1166
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1167
|
+
} | undefined;
|
1168
|
+
insetBlock?: import("react-native").DimensionValue | {
|
1169
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1170
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1171
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1172
|
+
} | undefined;
|
1173
|
+
insetBlockEnd?: import("react-native").DimensionValue | {
|
1174
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1175
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1176
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1177
|
+
} | undefined;
|
1178
|
+
insetBlockStart?: import("react-native").DimensionValue | {
|
1179
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1180
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1181
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1182
|
+
} | undefined;
|
1183
|
+
insetInline?: import("react-native").DimensionValue | {
|
1184
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1185
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1186
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1187
|
+
} | undefined;
|
1188
|
+
insetInlineEnd?: import("react-native").DimensionValue | {
|
1189
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1190
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1191
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1192
|
+
} | undefined;
|
1193
|
+
insetInlineStart?: import("react-native").DimensionValue | {
|
1194
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1195
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1196
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1197
|
+
} | undefined;
|
1198
|
+
marginBlock?: import("react-native").DimensionValue | {
|
1199
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1200
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1201
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1202
|
+
} | undefined;
|
1203
|
+
marginBlockEnd?: import("react-native").DimensionValue | {
|
1204
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1205
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1206
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1207
|
+
} | undefined;
|
1208
|
+
marginBlockStart?: import("react-native").DimensionValue | {
|
1209
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1210
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1211
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1212
|
+
} | undefined;
|
1213
|
+
marginInline?: import("react-native").DimensionValue | {
|
1214
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1215
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1216
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1217
|
+
} | undefined;
|
1218
|
+
marginInlineEnd?: import("react-native").DimensionValue | {
|
1219
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1220
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1221
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1222
|
+
} | undefined;
|
1223
|
+
marginInlineStart?: import("react-native").DimensionValue | {
|
1224
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1225
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1226
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1227
|
+
} | undefined;
|
1228
|
+
paddingBlock?: import("react-native").DimensionValue | {
|
1229
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1230
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1231
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1232
|
+
} | undefined;
|
1233
|
+
paddingBlockEnd?: import("react-native").DimensionValue | {
|
1234
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1235
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1236
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1237
|
+
} | undefined;
|
1238
|
+
paddingBlockStart?: import("react-native").DimensionValue | {
|
1239
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1240
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1241
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1242
|
+
} | undefined;
|
1243
|
+
paddingInline?: import("react-native").DimensionValue | {
|
1244
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1245
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1246
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1247
|
+
} | undefined;
|
1248
|
+
paddingInlineEnd?: import("react-native").DimensionValue | {
|
1249
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1250
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1251
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1252
|
+
} | undefined;
|
1253
|
+
paddingInlineStart?: import("react-native").DimensionValue | {
|
1254
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1255
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1256
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1257
|
+
} | undefined;
|
1056
1258
|
shadowColor?: import("react-native").ColorValue | {
|
1057
1259
|
[x: symbol]: import("react-native").ColorValue | undefined;
|
1058
1260
|
portrait?: import("react-native").ColorValue | undefined;
|
@@ -1231,6 +1433,8 @@ export declare const create: (stylesheet: StyleSheetWithSuperPowers<StyleSheet>)
|
|
1231
1433
|
compoundVariants?: Array<{
|
1232
1434
|
styles: Omit<import("../types").UnistylesValues, "variants" | "compoundVariants">;
|
1233
1435
|
}> | undefined;
|
1436
|
+
boxShadow?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").BoxShadowValue>[] | undefined;
|
1437
|
+
filter?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").FilterFunction>[] | undefined;
|
1234
1438
|
shadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
1235
1439
|
transform?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").TransformStyles>[] | undefined;
|
1236
1440
|
textShadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/web/create.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAKhF,eAAO,MAAM,MAAM,eAAgB,yBAAyB,CAAC,UAAU,CAAC
|
1
|
+
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/web/create.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAKhF,eAAO,MAAM,MAAM,eAAgB,yBAAyB,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCvE,CAAA"}
|
@@ -152,6 +152,11 @@ export declare const StyleSheet: {
|
|
152
152
|
portrait?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
153
153
|
landscape?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
154
154
|
} | undefined;
|
155
|
+
isolation?: "auto" | "isolate" | {
|
156
|
+
[x: symbol]: "auto" | "isolate" | undefined;
|
157
|
+
portrait?: "auto" | "isolate" | undefined;
|
158
|
+
landscape?: "auto" | "isolate" | undefined;
|
159
|
+
} | undefined;
|
155
160
|
cursor?: import("react-native").CursorValue | {
|
156
161
|
[x: symbol]: import("react-native").CursorValue | undefined;
|
157
162
|
portrait?: import("react-native").CursorValue | undefined;
|
@@ -437,6 +442,101 @@ export declare const StyleSheet: {
|
|
437
442
|
portrait?: "inherit" | "ltr" | "rtl" | undefined;
|
438
443
|
landscape?: "inherit" | "ltr" | "rtl" | undefined;
|
439
444
|
} | undefined;
|
445
|
+
inset?: import("react-native").DimensionValue | {
|
446
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
447
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
448
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
449
|
+
} | undefined;
|
450
|
+
insetBlock?: import("react-native").DimensionValue | {
|
451
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
452
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
453
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
454
|
+
} | undefined;
|
455
|
+
insetBlockEnd?: import("react-native").DimensionValue | {
|
456
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
457
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
458
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
459
|
+
} | undefined;
|
460
|
+
insetBlockStart?: import("react-native").DimensionValue | {
|
461
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
462
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
463
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
464
|
+
} | undefined;
|
465
|
+
insetInline?: import("react-native").DimensionValue | {
|
466
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
467
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
468
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
469
|
+
} | undefined;
|
470
|
+
insetInlineEnd?: import("react-native").DimensionValue | {
|
471
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
472
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
473
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
474
|
+
} | undefined;
|
475
|
+
insetInlineStart?: import("react-native").DimensionValue | {
|
476
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
477
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
478
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
479
|
+
} | undefined;
|
480
|
+
marginBlock?: import("react-native").DimensionValue | {
|
481
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
482
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
483
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
484
|
+
} | undefined;
|
485
|
+
marginBlockEnd?: import("react-native").DimensionValue | {
|
486
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
487
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
488
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
489
|
+
} | undefined;
|
490
|
+
marginBlockStart?: import("react-native").DimensionValue | {
|
491
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
492
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
493
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
494
|
+
} | undefined;
|
495
|
+
marginInline?: import("react-native").DimensionValue | {
|
496
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
497
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
498
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
499
|
+
} | undefined;
|
500
|
+
marginInlineEnd?: import("react-native").DimensionValue | {
|
501
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
502
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
503
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
504
|
+
} | undefined;
|
505
|
+
marginInlineStart?: import("react-native").DimensionValue | {
|
506
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
507
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
508
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
509
|
+
} | undefined;
|
510
|
+
paddingBlock?: import("react-native").DimensionValue | {
|
511
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
512
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
513
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
514
|
+
} | undefined;
|
515
|
+
paddingBlockEnd?: import("react-native").DimensionValue | {
|
516
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
517
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
518
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
519
|
+
} | undefined;
|
520
|
+
paddingBlockStart?: import("react-native").DimensionValue | {
|
521
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
522
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
523
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
524
|
+
} | undefined;
|
525
|
+
paddingInline?: import("react-native").DimensionValue | {
|
526
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
527
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
528
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
529
|
+
} | undefined;
|
530
|
+
paddingInlineEnd?: import("react-native").DimensionValue | {
|
531
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
532
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
533
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
534
|
+
} | undefined;
|
535
|
+
paddingInlineStart?: import("react-native").DimensionValue | {
|
536
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
537
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
538
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
539
|
+
} | undefined;
|
440
540
|
shadowColor?: import("react-native").ColorValue | {
|
441
541
|
[x: symbol]: import("react-native").ColorValue | undefined;
|
442
542
|
portrait?: import("react-native").ColorValue | undefined;
|
@@ -615,6 +715,8 @@ export declare const StyleSheet: {
|
|
615
715
|
compoundVariants?: Array<{
|
616
716
|
styles: Omit<import("../types").UnistylesValues, "variants" | "compoundVariants">;
|
617
717
|
}> | undefined;
|
718
|
+
boxShadow?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").BoxShadowValue>[] | undefined;
|
719
|
+
filter?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").FilterFunction>[] | undefined;
|
618
720
|
shadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
619
721
|
transform?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").TransformStyles>[] | undefined;
|
620
722
|
textShadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
@@ -769,6 +871,11 @@ export declare const StyleSheet: {
|
|
769
871
|
portrait?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
770
872
|
landscape?: "box-none" | "none" | "box-only" | "auto" | undefined;
|
771
873
|
} | undefined;
|
874
|
+
isolation?: "auto" | "isolate" | {
|
875
|
+
[x: symbol]: "auto" | "isolate" | undefined;
|
876
|
+
portrait?: "auto" | "isolate" | undefined;
|
877
|
+
landscape?: "auto" | "isolate" | undefined;
|
878
|
+
} | undefined;
|
772
879
|
cursor?: import("react-native").CursorValue | {
|
773
880
|
[x: symbol]: import("react-native").CursorValue | undefined;
|
774
881
|
portrait?: import("react-native").CursorValue | undefined;
|
@@ -1054,6 +1161,101 @@ export declare const StyleSheet: {
|
|
1054
1161
|
portrait?: "inherit" | "ltr" | "rtl" | undefined;
|
1055
1162
|
landscape?: "inherit" | "ltr" | "rtl" | undefined;
|
1056
1163
|
} | undefined;
|
1164
|
+
inset?: import("react-native").DimensionValue | {
|
1165
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1166
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1167
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1168
|
+
} | undefined;
|
1169
|
+
insetBlock?: import("react-native").DimensionValue | {
|
1170
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1171
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1172
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1173
|
+
} | undefined;
|
1174
|
+
insetBlockEnd?: import("react-native").DimensionValue | {
|
1175
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1176
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1177
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1178
|
+
} | undefined;
|
1179
|
+
insetBlockStart?: import("react-native").DimensionValue | {
|
1180
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1181
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1182
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1183
|
+
} | undefined;
|
1184
|
+
insetInline?: import("react-native").DimensionValue | {
|
1185
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1186
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1187
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1188
|
+
} | undefined;
|
1189
|
+
insetInlineEnd?: import("react-native").DimensionValue | {
|
1190
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1191
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1192
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1193
|
+
} | undefined;
|
1194
|
+
insetInlineStart?: import("react-native").DimensionValue | {
|
1195
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1196
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1197
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1198
|
+
} | undefined;
|
1199
|
+
marginBlock?: import("react-native").DimensionValue | {
|
1200
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1201
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1202
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1203
|
+
} | undefined;
|
1204
|
+
marginBlockEnd?: import("react-native").DimensionValue | {
|
1205
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1206
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1207
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1208
|
+
} | undefined;
|
1209
|
+
marginBlockStart?: import("react-native").DimensionValue | {
|
1210
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1211
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1212
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1213
|
+
} | undefined;
|
1214
|
+
marginInline?: import("react-native").DimensionValue | {
|
1215
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1216
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1217
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1218
|
+
} | undefined;
|
1219
|
+
marginInlineEnd?: import("react-native").DimensionValue | {
|
1220
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1221
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1222
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1223
|
+
} | undefined;
|
1224
|
+
marginInlineStart?: import("react-native").DimensionValue | {
|
1225
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1226
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1227
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1228
|
+
} | undefined;
|
1229
|
+
paddingBlock?: import("react-native").DimensionValue | {
|
1230
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1231
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1232
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1233
|
+
} | undefined;
|
1234
|
+
paddingBlockEnd?: import("react-native").DimensionValue | {
|
1235
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1236
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1237
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1238
|
+
} | undefined;
|
1239
|
+
paddingBlockStart?: import("react-native").DimensionValue | {
|
1240
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1241
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1242
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1243
|
+
} | undefined;
|
1244
|
+
paddingInline?: import("react-native").DimensionValue | {
|
1245
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1246
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1247
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1248
|
+
} | undefined;
|
1249
|
+
paddingInlineEnd?: import("react-native").DimensionValue | {
|
1250
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1251
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1252
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1253
|
+
} | undefined;
|
1254
|
+
paddingInlineStart?: import("react-native").DimensionValue | {
|
1255
|
+
[x: symbol]: import("react-native").DimensionValue | undefined;
|
1256
|
+
portrait?: import("react-native").DimensionValue | undefined;
|
1257
|
+
landscape?: import("react-native").DimensionValue | undefined;
|
1258
|
+
} | undefined;
|
1057
1259
|
shadowColor?: import("react-native").ColorValue | {
|
1058
1260
|
[x: symbol]: import("react-native").ColorValue | undefined;
|
1059
1261
|
portrait?: import("react-native").ColorValue | undefined;
|
@@ -1232,6 +1434,8 @@ export declare const StyleSheet: {
|
|
1232
1434
|
compoundVariants?: Array<{
|
1233
1435
|
styles: Omit<import("../types").UnistylesValues, "variants" | "compoundVariants">;
|
1234
1436
|
}> | undefined;
|
1437
|
+
boxShadow?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").BoxShadowValue>[] | undefined;
|
1438
|
+
filter?: string | import("../types/stylesheet").ToDeepUnistyles<import("react-native").FilterFunction>[] | undefined;
|
1235
1439
|
shadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
1236
1440
|
transform?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").TransformStyles>[] | undefined;
|
1237
1441
|
textShadowOffset?: import("../types/stylesheet").ToDeepUnistyles<import("../types/core").ShadowOffset> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUN,MAAM,KAAK,MAAM;yBACT,KAAK,CAAC,MAAM,CAAC;;CAErC,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAA;AAC1D,cAAc,QAAQ,CAAA;AAGtB,eAAO,MAAM,eAAe,eAAW,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/web/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAA;AAKhF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAGpD,KAAK,QAAQ,GAAG;IACZ,KAAK,EAAE,eAAe,CAAC;IACvB,UAAU,EAAE,yBAAyB,CAAC,UAAU,CAAC,CAAC;IAClD,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAChC,CAAA;AAWD,cAAM,wBAAwB;;IAC1B,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA+D;IAC3F,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA0C;IAExE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAkC;IACtE,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA4E;IAE5G,OAAO,KAAK,QAAQ,GAcnB;IAED,qBAAqB,eAAgB,yBAAyB,CAAC,UAAU,CAAC,gBAkBzE;IAED,2BAA2B,eAAgB,CAAC,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,KAAK,UAAU,gBAAgB,KAAK,CAAC,kBAAkB,CAAC,UAe3J;IAED,GAAG,+CAAgD,QAAQ,
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/web/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAA;AAKhF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAGpD,KAAK,QAAQ,GAAG;IACZ,KAAK,EAAE,eAAe,CAAC;IACvB,UAAU,EAAE,yBAAyB,CAAC,UAAU,CAAC,CAAC;IAClD,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAChC,CAAA;AAWD,cAAM,wBAAwB;;IAC1B,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA+D;IAC3F,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA0C;IAExE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAkC;IACtE,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA4E;IAE5G,OAAO,KAAK,QAAQ,GAcnB;IAED,qBAAqB,eAAgB,yBAAyB,CAAC,UAAU,CAAC,gBAkBzE;IAED,2BAA2B,eAAgB,CAAC,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,KAAK,UAAU,gBAAgB,KAAK,CAAC,kBAAkB,CAAC,UAe3J;IAED,GAAG,+CAAgD,QAAQ,YAiC1D;IAED,OAAO,CAAC,WAAW,CAwElB;IAED,OAAO,CAAC,SAAS,CAmBhB;IAED,MAAM,UAAW,eAAe,UAe/B;CACJ;AAED,eAAO,MAAM,iBAAiB,0BAAiC,CAAA"}
|
@@ -7,11 +7,11 @@ declare class UnistylesRuntimeBuilder {
|
|
7
7
|
private getLightMedia;
|
8
8
|
private getDarkMedia;
|
9
9
|
get colorScheme(): ColorScheme;
|
10
|
-
get themeName():
|
10
|
+
get themeName(): undefined;
|
11
11
|
get contentSizeCategory(): WebContentSizeCategory;
|
12
12
|
get breakpoint(): keyof import("..").UnistylesBreakpoints | undefined;
|
13
13
|
get orientation(): Orientation;
|
14
|
-
get theme():
|
14
|
+
get theme(): never;
|
15
15
|
get pixelRatio(): number;
|
16
16
|
get screen(): {
|
17
17
|
width: number;
|
@@ -35,7 +35,7 @@ declare class UnistylesRuntimeBuilder {
|
|
35
35
|
setRootViewBackgroundColor: (hex: string, alpha?: number) => void;
|
36
36
|
setImmersiveMode: () => void;
|
37
37
|
updateTheme: (themeName: AppThemeName, updater: (currentTheme: AppTheme) => AppTheme) => void;
|
38
|
-
getTheme: (themeName?:
|
38
|
+
getTheme: (themeName?: undefined) => never;
|
39
39
|
}
|
40
40
|
export declare const UnistylesRuntime: UnistylesRuntimeBuilder;
|
41
41
|
export {};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../../../src/web/runtime.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,QAAQ,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAMjD,cAAM,uBAAuB;IACzB,UAAU,wBAAuB;IACjC,SAAS,wBAAsB;IAE/B,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,YAAY;IAYpB,IAAI,WAAW,gBASd;IAED,IAAI,SAAS,
|
1
|
+
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../../../src/web/runtime.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,QAAQ,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC3F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAMjD,cAAM,uBAAuB;IACzB,UAAU,wBAAuB;IACjC,SAAS,wBAAsB;IAE/B,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,YAAY;IAYpB,IAAI,WAAW,gBASd;IAED,IAAI,SAAS,cAEZ;IAED,IAAI,mBAAmB,2BAEtB;IAED,IAAI,UAAU,wDAEb;IAED,IAAI,WAAW,gBAMd;IAED,IAAI,KAAK,UAER;IAED,IAAI,UAAU,WAEb;IAED,IAAI,MAAM;;;MAYT;IAED,IAAI,SAAS,WAEZ;IAED,IAAI,MAAM;;;;;;MAQT;IAED,IAAI,SAAS,oDAEZ;IAED,IAAI,GAAG,YAEN;IAED,IAAI,iBAAiB,YAEpB;IAED,IAAI,aAAa,2DAEhB;IAED,IAAI,WAAW,IAAI,oBAAoB,CAuBtC;IAED,QAAQ,cAAe,YAAY,UAQlC;IAED,iBAAiB,cAAe,OAAO,UAQtC;IAED,0BAA0B,QAAS,MAAM,UAAU,MAAM,UAMxD;IAED,gBAAgB,aAAW;IAE3B,WAAW,cAAe,YAAY,WAAW,CAAC,YAAY,EAAE,QAAQ,KAAK,QAAQ,UAQpF;IAED,QAAQ,mCAYP;CACJ;AAED,eAAO,MAAM,gBAAgB,yBAAgC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"shadowRegistry.d.ts","sourceRoot":"","sources":["../../../../src/web/shadowRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAK/C,KAAK,KAAK,GAAG,eAAe,GAAG,CAAC,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,KAAK,eAAe,CAAC,CAAA;AAEzE,cAAM,8BAA8B;IAEhC,IAAI,SAA4B;IAChC,MAAM,SAAQ;IACd,MAAM,gBAAa;IACnB,QAAQ,eAAkC;IAC1C,OAAO,aAAW;IAGlB,OAAO,CAAC,UAAU,CAA0D;IAC5E,OAAO,CAAC,aAAa,CAAwD;IAE7E,GAAG,QAAS,GAAG,WAAW,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,cAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,UAAU,KAAK,CAAC,GAAG,CAAC,
|
1
|
+
{"version":3,"file":"shadowRegistry.d.ts","sourceRoot":"","sources":["../../../../src/web/shadowRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAK/C,KAAK,KAAK,GAAG,eAAe,GAAG,CAAC,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,KAAK,eAAe,CAAC,CAAA;AAEzE,cAAM,8BAA8B;IAEhC,IAAI,SAA4B;IAChC,MAAM,SAAQ;IACd,MAAM,gBAAa;IACnB,QAAQ,eAAkC;IAC1C,OAAO,aAAW;IAGlB,OAAO,CAAC,UAAU,CAA0D;IAC5E,OAAO,CAAC,aAAa,CAAwD;IAE7E,GAAG,QAAS,GAAG,WAAW,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,cAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,UAAU,KAAK,CAAC,GAAG,CAAC,UAgGlG;IAED,MAAM,aAAW;CACpB;AAED,eAAO,MAAM,uBAAuB,gCAAuC,CAAA"}
|
@@ -2,7 +2,7 @@ import type { UnistylesConfig } from '../specs/StyleSheet';
|
|
2
2
|
import type { AppBreakpoint, AppThemeName } from '../specs/types';
|
3
3
|
import type { UnistylesBreakpoints } from '../global';
|
4
4
|
declare class UnistylesStateBuilder {
|
5
|
-
themes: Map<string,
|
5
|
+
themes: Map<string, never>;
|
6
6
|
themeName?: AppThemeName;
|
7
7
|
private matchingBreakpoints;
|
8
8
|
get breakpoint(): AppBreakpoint | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/web/state.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,aAAa,
|
1
|
+
{"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/web/state.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAY,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC3E,OAAO,KAAK,EAAE,oBAAoB,EAAmB,MAAM,WAAW,CAAA;AAMtE,cAAM,qBAAqB;IACvB,MAAM,qBAAoC;IAC1C,SAAS,CAAC,EAAE,YAAY,CAAA;IAExB,OAAO,CAAC,mBAAmB,CAA6B;IAExD,IAAI,UAAU,IAKkB,aAAa,GAAG,SAAS,CACxD;IAED,WAAW,CAAC,EAAE,oBAAoB,CAAA;IAElC,iBAAiB,UAAQ;IAEzB,IAAI,WAAY,eAAe,UAU9B;IAED,OAAO,CAAC,UAAU,CAIjB;IAED,OAAO,CAAC,YAAY,CAyBnB;IAED,OAAO,CAAC,eAAe,CAkBtB;CACJ;AAED,eAAO,MAAM,cAAc,uBAA8B,CAAA"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { UnistyleDependency } from '../../specs/NativePlatform';
|
2
|
-
import {
|
2
|
+
import { ColorScheme } from '../../specs/types';
|
3
3
|
import type { StyleSheet, StyleSheetWithSuperPowers, UnistylesValues } from '../../types/stylesheet';
|
4
|
-
export declare const schemeToTheme: (scheme: ColorScheme) =>
|
4
|
+
export declare const schemeToTheme: (scheme: ColorScheme) => string;
|
5
5
|
export declare const hexToRGBA: (hex: string, opacity: number) => string;
|
6
6
|
export type UnistyleSecrets = {
|
7
7
|
__uni__stylesheet: StyleSheetWithSuperPowers<StyleSheet>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"unistyle.d.ts","sourceRoot":"","sources":["../../../../../src/web/utils/unistyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AACpE,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"unistyle.d.ts","sourceRoot":"","sources":["../../../../../src/web/utils/unistyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AACpE,OAAO,EAAE,WAAW,EAAe,MAAM,mBAAmB,CAAA;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAKpG,eAAO,MAAM,aAAa,WAAY,WAAW,KAAG,MAQnD,CAAA;AAED,eAAO,MAAM,SAAS,QAAS,MAAM,WAAW,MAAM,WAM5B,CAAA;AAE1B,MAAM,MAAM,eAAe,GAAG;IAC1B,iBAAiB,EAAE,yBAAyB,CAAC,UAAU,CAAC,CAAC;IACzD,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,GAAG,CAAC,WAAW,CAAC,CAAA;IAC7B,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACpC,WAAW,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;CAC3B,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,CAAC,UAAU,CAAC,WAAW,eAAe,MAKnE,CAAA;AAED,eAAO,MAAM,cAAc,WAAY,GAAG,sBAUzC,CAAA;AAED,eAAO,MAAM,SAAS,WAAY,eAAe,OAUhD,CAAA;AAED,eAAO,MAAM,YAAY,YAAa,WAAW,YAAoC,CAAA;AAErF,eAAO,MAAM,sBAAsB,UAAW,MAAM,uBAUnD,CAAA;AAED,eAAO,MAAM,aAAa,UAAW,MAAM,WAmB1C,CAAA;AAED,eAAO,MAAM,2BAA2B,UAAW,GAAG,yBAIrD,CAAA"}
|