react-native-unistyles 3.0.0-alpha.32 → 3.0.0-alpha.34
Sign up to get free protection for your applications and to get access to all the features.
- package/cxx/common/Helpers.h +24 -2
- package/cxx/core/HostStyle.cpp +1 -1
- package/cxx/core/UnistyleWrapper.h +31 -1
- package/cxx/core/UnistylesMountHook.cpp +1 -1
- package/cxx/core/UnistylesMountHook.h +4 -2
- package/cxx/core/UnistylesRegistry.cpp +7 -2
- package/cxx/hybridObjects/HybridShadowRegistry.cpp +1 -2
- package/cxx/hybridObjects/HybridStyleSheet.cpp +4 -1
- package/cxx/hybridObjects/HybridUnistylesRuntime.cpp +12 -0
- package/cxx/hybridObjects/HybridUnistylesRuntime.h +2 -0
- package/cxx/parser/Parser.cpp +6 -6
- package/cxx/parser/Parser.h +1 -1
- package/cxx/shadowTree/ShadowTrafficController.h +5 -8
- package/lib/commonjs/components/Display.js +18 -0
- package/lib/commonjs/components/Display.js.map +1 -0
- package/lib/commonjs/components/Hide.js +18 -0
- package/lib/commonjs/components/Hide.js.map +1 -0
- package/lib/commonjs/components/index.js +20 -0
- package/lib/commonjs/components/index.js.map +1 -0
- package/lib/commonjs/components/useMedia.js +59 -0
- package/lib/commonjs/components/useMedia.js.map +1 -0
- package/lib/commonjs/core/createUnistylesComponent.js +2 -1
- package/lib/commonjs/core/createUnistylesComponent.js.map +1 -1
- package/lib/commonjs/core/createUnistylesComponent.native.js +43 -4
- package/lib/commonjs/core/createUnistylesComponent.native.js.map +1 -1
- package/lib/commonjs/core/index.js +0 -14
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/commonjs/global.js +0 -4
- package/lib/commonjs/global.js.map +1 -1
- package/lib/commonjs/index.js +12 -14
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mq.js +25 -12
- package/lib/commonjs/mq.js.map +1 -1
- package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js +4 -5
- package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js.map +0 -1
- package/lib/commonjs/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -1
- package/lib/commonjs/specs/ShadowRegistry/types.js +0 -4
- 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 +4 -2
- package/lib/commonjs/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +1 -1
- package/lib/commonjs/specs/TurboUnistyles/NativeTurboUnistyles.js +3 -1
- package/lib/commonjs/specs/TurboUnistyles/NativeTurboUnistyles.js.map +1 -2
- package/lib/commonjs/specs/types.js.map +0 -1
- package/lib/commonjs/types/accessibility.js +1 -1
- package/lib/commonjs/types/accessibility.js.map +0 -1
- package/lib/commonjs/types/common.js +0 -3
- package/lib/commonjs/types/stylesheet.js +2 -1
- package/lib/commonjs/web/convert/index.js +7 -1
- package/lib/commonjs/web/convert/index.js.map +1 -2
- package/lib/commonjs/web/convert/pseudo.js.map +1 -2
- package/lib/commonjs/web/convert/shadow.js +5 -1
- package/lib/commonjs/web/convert/shadow.js.map +1 -2
- package/lib/commonjs/web/convert/style.js.map +1 -2
- package/lib/commonjs/web/convert/textShadow.js +4 -1
- package/lib/commonjs/web/convert/textShadow.js.map +1 -2
- package/lib/commonjs/web/convert/transform.js.map +1 -2
- package/lib/commonjs/web/convert/types.js.map +1 -1
- package/lib/commonjs/web/convert/utils.js +2 -1
- package/lib/commonjs/web/convert/utils.js.map +1 -2
- package/lib/commonjs/web/listener.js.map +1 -2
- package/lib/commonjs/web/mock.js.map +1 -2
- package/lib/commonjs/web/shadowRegistry.js +9 -1
- package/lib/commonjs/web/shadowRegistry.js.map +1 -2
- package/lib/commonjs/web/utils/unistyle.js +1 -1
- package/lib/commonjs/web/variants/index.js.map +1 -1
- package/lib/commonjs/web/variants/useVariants.js +2 -1
- package/lib/commonjs/web/variants/useVariants.js.map +1 -2
- package/lib/module/common.js.map +1 -1
- package/lib/module/components/Display.js +13 -0
- package/lib/module/components/Display.js.map +1 -0
- package/lib/module/components/Hide.js +13 -0
- package/lib/module/components/Hide.js.map +1 -0
- package/lib/module/components/index.js +5 -0
- package/lib/module/components/index.js.map +1 -0
- package/lib/module/components/useMedia.js +54 -0
- package/lib/module/components/useMedia.js.map +1 -0
- package/lib/module/core/createUnistylesComponent.js +2 -1
- package/lib/module/core/createUnistylesComponent.js.map +1 -1
- package/lib/module/core/createUnistylesComponent.native.js +41 -3
- package/lib/module/core/createUnistylesComponent.native.js.map +1 -1
- package/lib/module/core/index.js +0 -2
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/global.js +1 -1
- package/lib/module/global.js.map +0 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/mq.js +21 -11
- package/lib/module/mq.js.map +1 -1
- package/lib/module/specs/NativePlatform/NativePlatform.nitro.js +6 -5
- package/lib/module/specs/NativePlatform/NativePlatform.nitro.js.map +0 -1
- package/lib/module/specs/NavigtionBar/UnistylesNavigationBar.nitro.js.map +1 -1
- package/lib/module/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +0 -1
- package/lib/module/specs/ShadowRegistry/types.js +0 -2
- package/lib/module/specs/ShadowRegistry/types.js.map +0 -1
- package/lib/module/specs/StatusBar/UnistylesStatusBar.nitro.js.map +0 -1
- package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -1
- package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +0 -1
- package/lib/module/specs/StyleSheet/index.js.map +1 -2
- package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js.map +1 -2
- package/lib/module/specs/UnistylesRuntime/UnistylesRuntime.nitro.js.map +0 -1
- package/lib/module/specs/UnistylesRuntime/index.js.map +1 -2
- package/lib/module/specs/types.js.map +0 -1
- package/lib/module/types/accessibility.js +9 -9
- package/lib/module/types/accessibility.js.map +1 -1
- package/lib/module/types/breakpoints.js.map +0 -1
- package/lib/module/types/common.js +0 -2
- package/lib/module/types/common.js.map +1 -1
- package/lib/module/types/core.js.map +1 -1
- package/lib/module/types/stylesheet.js +2 -2
- package/lib/module/types/variants.js.map +1 -1
- package/lib/module/web/convert/boxShadow.js +4 -1
- package/lib/module/web/convert/boxShadow.js.map +1 -2
- package/lib/module/web/convert/pseudo.js.map +1 -2
- package/lib/module/web/convert/textShadow.js +4 -1
- package/lib/module/web/convert/transform.js.map +1 -2
- package/lib/module/web/convert/types.js.map +1 -1
- package/lib/module/web/convert/utils.js +2 -1
- package/lib/module/web/registry.js +3 -1
- package/lib/module/web/registry.js.map +1 -2
- package/lib/module/web/runtime.js.map +1 -2
- package/lib/module/web/shadowRegistry.js +9 -1
- package/lib/module/web/utils/common.js +3 -1
- package/lib/module/web/utils/common.js.map +1 -2
- package/lib/module/web/utils/index.js.map +1 -1
- package/lib/module/web/utils/unistyle.js +1 -1
- package/lib/module/web/utils/unistyle.js.map +1 -1
- package/lib/module/web/variants/index.js.map +1 -1
- package/lib/module/web/variants/useVariants.js +2 -1
- package/lib/module/web/variants/useVariants.js.map +1 -2
- package/lib/typescript/src/components/Display.d.ts +7 -0
- package/lib/typescript/src/components/Display.d.ts.map +1 -0
- package/lib/typescript/src/components/Hide.d.ts +7 -0
- package/lib/typescript/src/components/Hide.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +3 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/useMedia.d.ts +6 -0
- package/lib/typescript/src/components/useMedia.d.ts.map +1 -0
- package/lib/typescript/src/core/createUnistylesComponent.d.ts +3 -2
- package/lib/typescript/src/core/createUnistylesComponent.d.ts.map +1 -1
- package/lib/typescript/src/core/createUnistylesComponent.native.d.ts +3 -2
- package/lib/typescript/src/core/createUnistylesComponent.native.d.ts.map +1 -1
- package/lib/typescript/src/core/index.d.ts +0 -2
- package/lib/typescript/src/core/index.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +2 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/mq.d.ts +8 -0
- package/lib/typescript/src/mq.d.ts.map +1 -1
- package/lib/typescript/src/specs/UnistylesRuntime/UnistylesRuntime.nitro.d.ts +1 -0
- package/lib/typescript/src/specs/UnistylesRuntime/UnistylesRuntime.nitro.d.ts.map +1 -1
- package/nitrogen/generated/shared/c++/HybridUnistylesRuntimeSpec.cpp +1 -0
- package/nitrogen/generated/shared/c++/HybridUnistylesRuntimeSpec.hpp +2 -0
- package/package.json +1 -1
- package/plugin/ref.js +4 -4
- package/plugin/style.js +15 -3
- package/src/components/Display.tsx +12 -0
- package/src/components/Hide.tsx +12 -0
- package/src/components/index.ts +2 -0
- package/src/components/useMedia.ts +64 -0
- package/src/core/createUnistylesComponent.native.tsx +48 -4
- package/src/core/createUnistylesComponent.tsx +4 -2
- package/src/core/index.ts +0 -2
- package/src/index.ts +2 -1
- package/src/mq.ts +27 -9
- package/src/specs/UnistylesRuntime/UnistylesRuntime.nitro.ts +1 -0
- package/src/web/utils/unistyle.ts +1 -1
- package/lib/commonjs/core/useBreakpoint.js +0 -22
- package/lib/commonjs/core/useBreakpoint.js.map +0 -1
- package/lib/commonjs/core/useBreakpoint.native.js +0 -24
- package/lib/commonjs/core/useBreakpoint.native.js.map +0 -2
- package/lib/commonjs/core/useTheme.js +0 -22
- package/lib/commonjs/core/useTheme.js.map +0 -1
- package/lib/commonjs/core/useTheme.native.js +0 -24
- package/lib/commonjs/core/useTheme.native.js.map +0 -2
- package/lib/commonjs/web/mq.js +0 -23
- package/lib/commonjs/web/mq.js.map +0 -1
- package/lib/module/core/useBreakpoint.js +0 -17
- package/lib/module/core/useBreakpoint.js.map +0 -1
- package/lib/module/core/useBreakpoint.native.js +0 -19
- package/lib/module/core/useBreakpoint.native.js.map +0 -1
- package/lib/module/core/useTheme.js +0 -17
- package/lib/module/core/useTheme.js.map +0 -2
- package/lib/module/core/useTheme.native.js +0 -19
- package/lib/module/core/useTheme.native.js.map +0 -1
- package/lib/module/web/mq.js +0 -17
- package/lib/module/web/mq.js.map +0 -1
- package/lib/typescript/src/core/useBreakpoint.d.ts +0 -2
- package/lib/typescript/src/core/useBreakpoint.d.ts.map +0 -1
- package/lib/typescript/src/core/useBreakpoint.native.d.ts +0 -2
- package/lib/typescript/src/core/useBreakpoint.native.d.ts.map +0 -1
- package/lib/typescript/src/core/useTheme.d.ts +0 -3
- package/lib/typescript/src/core/useTheme.d.ts.map +0 -1
- package/lib/typescript/src/core/useTheme.native.d.ts +0 -3
- package/lib/typescript/src/core/useTheme.native.d.ts.map +0 -1
- package/lib/typescript/src/web/mq.d.ts +0 -8
- package/lib/typescript/src/web/mq.d.ts.map +0 -1
- package/src/common.js +0 -4
- package/src/core/createUnistylesComponent.js +0 -6
- package/src/core/createUnistylesComponent.native.js +0 -31
- package/src/core/index.js +0 -3
- package/src/core/useBreakpoint.js +0 -14
- package/src/core/useBreakpoint.native.js +0 -16
- package/src/core/useBreakpoint.native.ts +0 -21
- package/src/core/useBreakpoint.ts +0 -18
- package/src/core/useTheme.js +0 -14
- package/src/core/useTheme.native.js +0 -16
- package/src/core/useTheme.native.ts +0 -22
- package/src/core/useTheme.ts +0 -19
- package/src/global.js +0 -1
- package/src/index.js +0 -3
- package/src/mq.js +0 -38
- package/src/specs/NativePlatform/NativePlatform.nitro.js +0 -19
- package/src/specs/NativePlatform/index.js +0 -1
- package/src/specs/NavigtionBar/UnistylesNavigationBar.nitro.js +0 -1
- package/src/specs/NavigtionBar/index.js +0 -9
- package/src/specs/ShadowRegistry/ShadowRegistry.nitro.js +0 -1
- package/src/specs/ShadowRegistry/index.js +0 -26
- package/src/specs/ShadowRegistry/types.js +0 -1
- package/src/specs/StatusBar/UnistylesStatusBar.nitro.js +0 -1
- package/src/specs/StatusBar/index.js +0 -25
- package/src/specs/StyleSheet/UnistylesStyleSheet.nitro.js +0 -1
- package/src/specs/StyleSheet/index.js +0 -13
- package/src/specs/TurboUnistyles/NativeTurboUnistyles.js +0 -2
- package/src/specs/TurboUnistyles/index.js +0 -1
- package/src/specs/UnistylesRuntime/UnistylesRuntime.nitro.js +0 -1
- package/src/specs/UnistylesRuntime/index.js +0 -20
- package/src/specs/index.js +0 -8
- package/src/specs/index.web.js +0 -2
- package/src/specs/types.js +0 -17
- package/src/types/accessibility.js +0 -30
- package/src/types/breakpoints.js +0 -1
- package/src/types/common.js +0 -1
- package/src/types/core.js +0 -1
- package/src/types/index.js +0 -1
- package/src/types/stylesheet.js +0 -2
- package/src/types/variants.js +0 -1
- package/src/web/convert/boxShadow.js +0 -59
- package/src/web/convert/index.js +0 -56
- package/src/web/convert/pseudo.js +0 -131
- package/src/web/convert/shadow.js +0 -50
- package/src/web/convert/style.js +0 -137
- package/src/web/convert/textShadow.js +0 -56
- package/src/web/convert/transform.js +0 -65
- package/src/web/convert/types.js +0 -2
- package/src/web/convert/utils.js +0 -39
- package/src/web/create.js +0 -36
- package/src/web/index.js +0 -22
- package/src/web/listener.js +0 -26
- package/src/web/mock.js +0 -21
- package/src/web/mq.js +0 -14
- package/src/web/mq.ts +0 -17
- package/src/web/registry.js +0 -165
- package/src/web/runtime.js +0 -160
- package/src/web/shadowRegistry.js +0 -96
- package/src/web/state.js +0 -68
- package/src/web/utils/common.js +0 -79
- package/src/web/utils/index.js +0 -2
- package/src/web/utils/unistyle.js +0 -72
- package/src/web/variants/getVariants.js +0 -26
- package/src/web/variants/index.js +0 -2
- package/src/web/variants/useVariants.js +0 -50
@@ -1,131 +0,0 @@
|
|
1
|
-
export const pseudos = [
|
2
|
-
'_-moz-broken',
|
3
|
-
'_-moz-drag-over',
|
4
|
-
'_-moz-first-node',
|
5
|
-
'_-moz-handler-blocked',
|
6
|
-
'_-moz-handler-crashed',
|
7
|
-
'_-moz-handler-disabled',
|
8
|
-
'_-moz-last-node',
|
9
|
-
'_-moz-loading',
|
10
|
-
'_-moz-locale-dir(ltr)',
|
11
|
-
'_-moz-locale-dir(rtl)',
|
12
|
-
'_-moz-only-whitespace',
|
13
|
-
'_-moz-submit-invalid',
|
14
|
-
'_-moz-suppressed',
|
15
|
-
'_-moz-user-disabled',
|
16
|
-
'_-moz-window-inactive',
|
17
|
-
'_active',
|
18
|
-
'_any-link',
|
19
|
-
'_autofill',
|
20
|
-
'_blank',
|
21
|
-
'_buffering',
|
22
|
-
'_checked',
|
23
|
-
'_current',
|
24
|
-
'_default',
|
25
|
-
'_defined',
|
26
|
-
'_dir(',
|
27
|
-
'_disabled',
|
28
|
-
'_empty',
|
29
|
-
'_enabled',
|
30
|
-
'_first',
|
31
|
-
'_first-child',
|
32
|
-
'_first-of-type',
|
33
|
-
'_focus',
|
34
|
-
'_focus-visible',
|
35
|
-
'_focus-within',
|
36
|
-
'_fullscreen',
|
37
|
-
'_future',
|
38
|
-
'_has(',
|
39
|
-
'_host',
|
40
|
-
'_host-context(',
|
41
|
-
'_host(',
|
42
|
-
'_hover',
|
43
|
-
'_in-range',
|
44
|
-
'_indeterminate',
|
45
|
-
'_invalid',
|
46
|
-
'_is(',
|
47
|
-
'_lang(',
|
48
|
-
'_last-child',
|
49
|
-
'_last-of-type',
|
50
|
-
'_left',
|
51
|
-
'_link',
|
52
|
-
'_local-link',
|
53
|
-
'_modal',
|
54
|
-
'_muted',
|
55
|
-
'_not(',
|
56
|
-
'_nth-child(',
|
57
|
-
'_nth-last-child(',
|
58
|
-
'_nth-last-of-type(',
|
59
|
-
'_nth-of-type(',
|
60
|
-
'_only-child',
|
61
|
-
'_only-of-type',
|
62
|
-
'_optional',
|
63
|
-
'_out-of-range',
|
64
|
-
'_past',
|
65
|
-
'_paused',
|
66
|
-
'_picture-in-picture',
|
67
|
-
'_placeholder-shown',
|
68
|
-
'_playing',
|
69
|
-
'_popover-open',
|
70
|
-
'_read-only',
|
71
|
-
'_read-write',
|
72
|
-
'_required',
|
73
|
-
'_right',
|
74
|
-
'_scope',
|
75
|
-
'_seeking',
|
76
|
-
'_stalled',
|
77
|
-
'_state(',
|
78
|
-
'_target',
|
79
|
-
'_target-within',
|
80
|
-
'_user-invalid',
|
81
|
-
'_user-valid',
|
82
|
-
'_valid',
|
83
|
-
'_visited',
|
84
|
-
'_volume-locked',
|
85
|
-
'_where(',
|
86
|
-
'_-moz-color-swatch',
|
87
|
-
'_-moz-focus-inner',
|
88
|
-
'_-moz-list-bullet',
|
89
|
-
'_-moz-list-number',
|
90
|
-
'_-moz-meter-bar',
|
91
|
-
'_-moz-progress-bar',
|
92
|
-
'_-moz-range-progress',
|
93
|
-
'_-moz-range-thumb',
|
94
|
-
'_-moz-range-track',
|
95
|
-
'_-webkit-inner-spin-button',
|
96
|
-
'_-webkit-meter-barDeprecated',
|
97
|
-
'_-webkit-meter-even-less-good-value',
|
98
|
-
'_-webkit-meter-inner-element',
|
99
|
-
'_-webkit-meter-optimum-value',
|
100
|
-
'_-webkit-meter-suboptimum-value',
|
101
|
-
'_-webkit-progress-bar',
|
102
|
-
'_-webkit-progress-inner-element',
|
103
|
-
'_-webkit-progress-value',
|
104
|
-
'_-webkit-scrollbar',
|
105
|
-
'_-webkit-search-cancel-button',
|
106
|
-
'_-webkit-search-results-button',
|
107
|
-
'_-webkit-slider-runnable-track',
|
108
|
-
'_-webkit-slider-thumb',
|
109
|
-
'_after',
|
110
|
-
'_backdrop',
|
111
|
-
'_before',
|
112
|
-
'_cue',
|
113
|
-
'_file-selector-button',
|
114
|
-
'_first-letter',
|
115
|
-
'_first-line',
|
116
|
-
'_grammar-error',
|
117
|
-
'_highlight(',
|
118
|
-
'_marker',
|
119
|
-
'_part(',
|
120
|
-
'_placeholder',
|
121
|
-
'_selection',
|
122
|
-
'_slotted(',
|
123
|
-
'_spelling-error',
|
124
|
-
'_target-text',
|
125
|
-
'_view-transition',
|
126
|
-
'_view-transition-group',
|
127
|
-
'_view-transition-image-pair',
|
128
|
-
'_view-transition-new',
|
129
|
-
'_view-transition-old',
|
130
|
-
];
|
131
|
-
export const isPseudo = (selector) => pseudos.some(pseudo => selector.startsWith(pseudo));
|
@@ -1,50 +0,0 @@
|
|
1
|
-
export const validateShadow = (shadowProperties, styles, breakpoints) => {
|
2
|
-
// Collect breakpoints
|
3
|
-
shadowProperties.forEach(key => {
|
4
|
-
const value = styles[key];
|
5
|
-
if (typeof value !== 'object') {
|
6
|
-
return;
|
7
|
-
}
|
8
|
-
if (key === 'shadowOffset' || key === 'textShadowOffset') {
|
9
|
-
const { width, height } = value;
|
10
|
-
// If shadowOffset.width has breakpoints
|
11
|
-
if (typeof width === 'object') {
|
12
|
-
Object.keys(width).forEach(breakpoint => breakpoints.add(breakpoint));
|
13
|
-
}
|
14
|
-
// If shadowOffset.height has breakpoints
|
15
|
-
if (typeof height === 'object') {
|
16
|
-
Object.keys(height).forEach(breakpoint => breakpoints.add(breakpoint));
|
17
|
-
}
|
18
|
-
return;
|
19
|
-
}
|
20
|
-
// Collect regular breakpoints
|
21
|
-
Object.keys(value).forEach(breakpoint => breakpoints.add(breakpoint));
|
22
|
-
});
|
23
|
-
// Validate if all breakpoints are present
|
24
|
-
shadowProperties.forEach(key => {
|
25
|
-
const value = styles[key];
|
26
|
-
if (typeof value !== 'object') {
|
27
|
-
return;
|
28
|
-
}
|
29
|
-
if (key === 'shadowOffset' || key === 'textShadowOffset') {
|
30
|
-
const { width, height } = value;
|
31
|
-
if (typeof width === 'object') {
|
32
|
-
const missingBreakpoints = Array.from(breakpoints).filter(breakpoint => !(breakpoint in width));
|
33
|
-
if (missingBreakpoints.length) {
|
34
|
-
throw `missing breakpoints in ${key}.width: ${missingBreakpoints.join(', ')}`;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
if (typeof height === 'object') {
|
38
|
-
const missingBreakpoints = Array.from(breakpoints).filter(breakpoint => !(breakpoint in height));
|
39
|
-
if (missingBreakpoints.length) {
|
40
|
-
throw `missing breakpoints in ${key}.height: ${missingBreakpoints.join(', ')}`;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
return;
|
44
|
-
}
|
45
|
-
const missingBreakpoints = Array.from(breakpoints).filter(breakpoint => !(breakpoint in value));
|
46
|
-
if (missingBreakpoints.length) {
|
47
|
-
throw `missing breakpoints in ${key}: ${missingBreakpoints.join(', ')}`;
|
48
|
-
}
|
49
|
-
});
|
50
|
-
};
|
package/src/web/convert/style.js
DELETED
@@ -1,137 +0,0 @@
|
|
1
|
-
import { keyInObject } from '../utils';
|
2
|
-
const SKIP_STYLES = [
|
3
|
-
'borderCurve',
|
4
|
-
'elevation',
|
5
|
-
'textAlignVertical',
|
6
|
-
'includeFontPadding',
|
7
|
-
'overlayColor',
|
8
|
-
'tintColor'
|
9
|
-
];
|
10
|
-
const CSS_NUMBER_KEYS = [
|
11
|
-
'animationIterationCount',
|
12
|
-
'borderImageOutset',
|
13
|
-
'borderImageSlice',
|
14
|
-
'borderImageWidth',
|
15
|
-
'boxFlex',
|
16
|
-
'boxFlexGroup',
|
17
|
-
'boxOrdinalGroup',
|
18
|
-
'columnCount',
|
19
|
-
'columns',
|
20
|
-
'counterIncrement',
|
21
|
-
'counterReset',
|
22
|
-
'flex',
|
23
|
-
'flexGrow',
|
24
|
-
'flexPositive',
|
25
|
-
'flexShrink',
|
26
|
-
'flexNegative',
|
27
|
-
'flexOrder',
|
28
|
-
'fontWeight',
|
29
|
-
'gridArea',
|
30
|
-
'gridColumn',
|
31
|
-
'gridColumnEnd',
|
32
|
-
'gridColumnSpan',
|
33
|
-
'gridColumnStart',
|
34
|
-
'gridRow',
|
35
|
-
'gridRowEnd',
|
36
|
-
'gridRowSpan',
|
37
|
-
'gridRowStart',
|
38
|
-
'line-clamp',
|
39
|
-
'line-height',
|
40
|
-
'opacity',
|
41
|
-
'order',
|
42
|
-
'orphans',
|
43
|
-
'tabSize',
|
44
|
-
'widows',
|
45
|
-
'zIndex',
|
46
|
-
'zoom',
|
47
|
-
'fillOpacity',
|
48
|
-
'floodOpacity',
|
49
|
-
'stopOpacity',
|
50
|
-
'strokeDasharray',
|
51
|
-
'strokeDashoffset',
|
52
|
-
'strokeMiterlimit',
|
53
|
-
'strokeOpacity',
|
54
|
-
'strokeWidth'
|
55
|
-
];
|
56
|
-
const convertMap = {
|
57
|
-
marginHorizontal: (value) => ({
|
58
|
-
marginInline: value
|
59
|
-
}),
|
60
|
-
marginVertical: (value) => ({
|
61
|
-
marginBlock: value
|
62
|
-
}),
|
63
|
-
paddingHorizontal: (value) => ({
|
64
|
-
paddingInline: value
|
65
|
-
}),
|
66
|
-
paddingVertical: (value) => ({
|
67
|
-
paddingBlock: value
|
68
|
-
}),
|
69
|
-
writingDirection: (value) => ({
|
70
|
-
direction: value
|
71
|
-
}),
|
72
|
-
borderBottomEndRadius: (value) => ({
|
73
|
-
borderBottomRightRadius: value
|
74
|
-
}),
|
75
|
-
borderBottomStartRadius: (value) => ({
|
76
|
-
borderBottomLeftRadius: value
|
77
|
-
}),
|
78
|
-
borderEndColor: (value) => ({
|
79
|
-
borderInlineEndColor: value
|
80
|
-
}),
|
81
|
-
borderStartColor: (value) => ({
|
82
|
-
borderInlineStartColor: value
|
83
|
-
}),
|
84
|
-
borderTopEndRadius: (value) => ({
|
85
|
-
borderTopRightRadius: value
|
86
|
-
}),
|
87
|
-
borderTopStartRadius: (value) => ({
|
88
|
-
borderTopLeftRadius: value
|
89
|
-
}),
|
90
|
-
borderEndWidth: (value) => ({
|
91
|
-
borderInlineEndWidth: value
|
92
|
-
}),
|
93
|
-
borderStartWidth: (value) => ({
|
94
|
-
borderInlineStartWidth: value
|
95
|
-
}),
|
96
|
-
end: (value) => ({
|
97
|
-
right: value
|
98
|
-
}),
|
99
|
-
start: (value) => ({
|
100
|
-
left: value
|
101
|
-
}),
|
102
|
-
marginEnd: (value) => ({
|
103
|
-
marginRight: value
|
104
|
-
}),
|
105
|
-
marginStart: (value) => ({
|
106
|
-
marginLeft: value
|
107
|
-
}),
|
108
|
-
paddingEnd: (value) => ({
|
109
|
-
paddingRight: value
|
110
|
-
}),
|
111
|
-
paddingStart: (value) => ({
|
112
|
-
paddingLeft: value
|
113
|
-
}),
|
114
|
-
transformMatrix: (value) => ({
|
115
|
-
transform: `matrix(${value.join(', ')})`
|
116
|
-
}),
|
117
|
-
resizeMode: (value) => ({
|
118
|
-
backgroundSize: value
|
119
|
-
})
|
120
|
-
};
|
121
|
-
const convertNumber = (key, value) => {
|
122
|
-
if (typeof value === 'number') {
|
123
|
-
return CSS_NUMBER_KEYS.includes(key, value) ? value : `${value}px`;
|
124
|
-
}
|
125
|
-
return value;
|
126
|
-
};
|
127
|
-
export const getStyle = (key, value) => {
|
128
|
-
if (SKIP_STYLES.includes(key)) {
|
129
|
-
return {};
|
130
|
-
}
|
131
|
-
if (keyInObject(convertMap, key)) {
|
132
|
-
return convertMap[key]?.(convertNumber(key, value)) ?? {};
|
133
|
-
}
|
134
|
-
return {
|
135
|
-
[key]: convertNumber(key, value)
|
136
|
-
};
|
137
|
-
};
|
@@ -1,56 +0,0 @@
|
|
1
|
-
import { deepMergeObjects, warn } from '../utils';
|
2
|
-
import { validateShadow } from './shadow';
|
3
|
-
import { TEXT_SHADOW_STYLES } from './types';
|
4
|
-
import { extractShadowValue, normalizeColor, normalizeNumericValue } from './utils';
|
5
|
-
const createTextShadowValue = (style) => {
|
6
|
-
const { textShadowColor, textShadowOffset, textShadowRadius } = style;
|
7
|
-
const offsetX = normalizeNumericValue(textShadowOffset.width);
|
8
|
-
const offsetY = normalizeNumericValue(textShadowOffset.height);
|
9
|
-
const radius = normalizeNumericValue(textShadowRadius);
|
10
|
-
const color = normalizeColor(textShadowColor);
|
11
|
-
return `${offsetX} ${offsetY} ${radius} ${color}`;
|
12
|
-
};
|
13
|
-
export const getTextShadowStyle = (styles) => {
|
14
|
-
const missingStyles = TEXT_SHADOW_STYLES.filter(key => !(key in styles));
|
15
|
-
if (missingStyles.length) {
|
16
|
-
warn(`can't apply text shadow as you miss these properties: ${missingStyles.join(', ')}`);
|
17
|
-
return {};
|
18
|
-
}
|
19
|
-
const breakpointsSet = new Set();
|
20
|
-
try {
|
21
|
-
validateShadow(TEXT_SHADOW_STYLES, styles, breakpointsSet);
|
22
|
-
}
|
23
|
-
catch (error) {
|
24
|
-
if (typeof error === 'string') {
|
25
|
-
warn(error);
|
26
|
-
}
|
27
|
-
return {};
|
28
|
-
}
|
29
|
-
const breakpoints = Array.from(breakpointsSet);
|
30
|
-
// If no breakpoints were used return styles without media queries
|
31
|
-
if (breakpoints.length === 0) {
|
32
|
-
return {
|
33
|
-
textShadow: createTextShadowValue(styles)
|
34
|
-
};
|
35
|
-
}
|
36
|
-
// Create textShadow for each breakpoint
|
37
|
-
const breakpointStyles = breakpoints.map(breakpoint => {
|
38
|
-
const color = extractShadowValue('textShadowColor', breakpoint, styles);
|
39
|
-
const { width, height } = extractShadowValue('textShadowOffset', breakpoint, styles);
|
40
|
-
const radius = extractShadowValue('textShadowRadius', breakpoint, styles);
|
41
|
-
return {
|
42
|
-
[breakpoint]: {
|
43
|
-
textShadow: createTextShadowValue({
|
44
|
-
textShadowColor: color,
|
45
|
-
textShadowOffset: {
|
46
|
-
width,
|
47
|
-
height
|
48
|
-
},
|
49
|
-
textShadowRadius: radius
|
50
|
-
})
|
51
|
-
}
|
52
|
-
};
|
53
|
-
});
|
54
|
-
// Merge all breakpoints styles into one
|
55
|
-
return deepMergeObjects(...breakpointStyles);
|
56
|
-
};
|
@@ -1,65 +0,0 @@
|
|
1
|
-
import { deepMergeObjects, keyInObject } from '../utils';
|
2
|
-
import { normalizeNumericValue } from './utils';
|
3
|
-
const normalizeTransform = (key, value) => {
|
4
|
-
if (key.includes('scale')) {
|
5
|
-
return value;
|
6
|
-
}
|
7
|
-
if (typeof value === 'number') {
|
8
|
-
return normalizeNumericValue(value);
|
9
|
-
}
|
10
|
-
return value;
|
11
|
-
};
|
12
|
-
const createTransformValue = (transforms) => transforms
|
13
|
-
.map(transform => {
|
14
|
-
const [key] = Object.keys(transform);
|
15
|
-
if (!key) {
|
16
|
-
return undefined;
|
17
|
-
}
|
18
|
-
const value = transform[key];
|
19
|
-
switch (key) {
|
20
|
-
case 'matrix':
|
21
|
-
case 'matrix3d':
|
22
|
-
return `${key}(${value.join(',')})`;
|
23
|
-
default:
|
24
|
-
return `${key}(${normalizeTransform(key, value)})`;
|
25
|
-
}
|
26
|
-
})
|
27
|
-
.filter(Boolean)
|
28
|
-
.join(' ');
|
29
|
-
export const getTransformStyle = (transforms) => {
|
30
|
-
const breakpoints = new Set();
|
31
|
-
const normalTransforms = [];
|
32
|
-
transforms.forEach(transform => {
|
33
|
-
const [property] = Object.keys(transform);
|
34
|
-
if (!property) {
|
35
|
-
return;
|
36
|
-
}
|
37
|
-
const value = transform[property];
|
38
|
-
if (typeof value === 'object' && !Array.isArray(value)) {
|
39
|
-
Object.keys(value).forEach(breakpoint => breakpoints.add(breakpoint));
|
40
|
-
return;
|
41
|
-
}
|
42
|
-
normalTransforms.push(transform);
|
43
|
-
});
|
44
|
-
const breakpointTransforms = Array.from(breakpoints).flatMap(breakpoint => {
|
45
|
-
const transformsPerBreakpoint = transforms.flatMap(transform => {
|
46
|
-
const [property] = Object.keys(transform);
|
47
|
-
if (!property) {
|
48
|
-
return [];
|
49
|
-
}
|
50
|
-
const value = transform[property];
|
51
|
-
if (typeof value === 'object' && !Array.isArray(value)) {
|
52
|
-
return keyInObject(value, breakpoint) ? [{ [property]: value[breakpoint] }] : [];
|
53
|
-
}
|
54
|
-
return [];
|
55
|
-
});
|
56
|
-
return [{
|
57
|
-
[breakpoint]: {
|
58
|
-
transform: createTransformValue(transformsPerBreakpoint)
|
59
|
-
}
|
60
|
-
}];
|
61
|
-
});
|
62
|
-
return deepMergeObjects({
|
63
|
-
transform: createTransformValue(normalTransforms)
|
64
|
-
}, ...breakpointTransforms);
|
65
|
-
};
|
package/src/web/convert/types.js
DELETED
package/src/web/convert/utils.js
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
// based on react-native-web normalizer
|
2
|
-
// https://github.com/necolas/react-native-web
|
3
|
-
import normalizeColors from '@react-native/normalize-colors';
|
4
|
-
import { BOX_SHADOW_STYLES, TEXT_SHADOW_STYLES } from './types';
|
5
|
-
export const isTransform = (key, value) => key === 'transform' && Array.isArray(value);
|
6
|
-
export const isTextShadow = (key) => TEXT_SHADOW_STYLES.includes(key);
|
7
|
-
export const isBoxShadow = (key) => BOX_SHADOW_STYLES.includes(key);
|
8
|
-
export const normalizeNumericValue = (value) => value ? `${value}px` : value;
|
9
|
-
export const normalizeColor = (color, opacity = 1) => {
|
10
|
-
// If the opacity is 1 there's no need to normalize the color
|
11
|
-
if (opacity === 1) {
|
12
|
-
return color;
|
13
|
-
}
|
14
|
-
const integer = normalizeColors(color);
|
15
|
-
// If the color is an unknown format, the return value is null
|
16
|
-
if (integer === null) {
|
17
|
-
return color;
|
18
|
-
}
|
19
|
-
const hex = integer.toString(16).padStart(8, '0');
|
20
|
-
if (hex.length === 8) {
|
21
|
-
const [r = 0, g = 0, b = 0, a = 1] = hex
|
22
|
-
.split(/(?=(?:..)*$)/)
|
23
|
-
.map(x => parseInt(x, 16))
|
24
|
-
.filter(num => !isNaN(num));
|
25
|
-
return `rgba(${r},${g},${b},${(a / 255) * opacity})`;
|
26
|
-
}
|
27
|
-
return color;
|
28
|
-
};
|
29
|
-
export const extractShadowValue = (key, breakpoint, styles) => {
|
30
|
-
const value = styles[key];
|
31
|
-
if (key === 'textShadowOffset' || key === 'shadowOffset') {
|
32
|
-
const { width, height } = value;
|
33
|
-
return {
|
34
|
-
width: typeof width === 'object' ? width[breakpoint] : width,
|
35
|
-
height: typeof height === 'object' ? height[breakpoint] : height
|
36
|
-
};
|
37
|
-
}
|
38
|
-
return typeof value === 'object' ? value[breakpoint] : value;
|
39
|
-
};
|
package/src/web/create.js
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
import { assignSecrets, reduceObject, getStyles, deepMergeObjects } from './utils';
|
2
|
-
import { UnistylesRuntime } from './runtime';
|
3
|
-
import { createUseVariants, getVariants } from './variants';
|
4
|
-
export const create = (stylesheet) => {
|
5
|
-
const computedStylesheet = typeof stylesheet === 'function'
|
6
|
-
? stylesheet(UnistylesRuntime.theme, UnistylesRuntime.miniRuntime)
|
7
|
-
: stylesheet;
|
8
|
-
const selectedVariants = new Map();
|
9
|
-
const copyVariants = () => Object.fromEntries(selectedVariants.entries());
|
10
|
-
const addSecrets = (value, key, args) => assignSecrets(value, {
|
11
|
-
__uni__key: key,
|
12
|
-
__uni__refs: new Set(),
|
13
|
-
__uni__stylesheet: stylesheet,
|
14
|
-
__uni__args: args,
|
15
|
-
__uni__variants: copyVariants()
|
16
|
-
});
|
17
|
-
const styles = reduceObject(computedStylesheet, (value, _key) => {
|
18
|
-
const key = String(_key);
|
19
|
-
if (typeof value === 'function') {
|
20
|
-
const dynamicStyle = (...args) => {
|
21
|
-
const result = value(...args);
|
22
|
-
const variants = Object.fromEntries(getVariants({ [key]: result }, copyVariants()));
|
23
|
-
const resultWithVariants = deepMergeObjects(result, variants[key] ?? {});
|
24
|
-
// Add secrets to result of dynamic styles function
|
25
|
-
return addSecrets(getStyles(resultWithVariants), key, args);
|
26
|
-
};
|
27
|
-
// Add secrets to dynamic styles function
|
28
|
-
return addSecrets(dynamicStyle, key);
|
29
|
-
}
|
30
|
-
// Add secrets to static styles
|
31
|
-
return addSecrets(getStyles(value), key);
|
32
|
-
});
|
33
|
-
// Inject useVariants hook to styles
|
34
|
-
createUseVariants(styles, newVariants => Object.entries(newVariants).forEach(([key, value]) => selectedVariants.set(key, value)));
|
35
|
-
return styles;
|
36
|
-
};
|
package/src/web/index.js
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
import { create } from './create';
|
2
|
-
import { UnistylesState } from './state';
|
3
|
-
import { deepMergeObjects } from './utils';
|
4
|
-
export const StyleSheet = {
|
5
|
-
configure: UnistylesState.init,
|
6
|
-
create,
|
7
|
-
absoluteFill: {
|
8
|
-
position: 'absolute',
|
9
|
-
left: 0,
|
10
|
-
top: 0,
|
11
|
-
right: 0,
|
12
|
-
bottom: 0,
|
13
|
-
},
|
14
|
-
compose: (a, b) => deepMergeObjects(a, b),
|
15
|
-
flatten: (...styles) => deepMergeObjects(...styles),
|
16
|
-
hairlineWidth: 1
|
17
|
-
};
|
18
|
-
export { UnistylesRuntime } from './runtime';
|
19
|
-
export { UnistylesShadowRegistry } from './shadowRegistry';
|
20
|
-
export * from './mock';
|
21
|
-
// TODO: Work on SSR
|
22
|
-
export const getSSRUnistyles = () => [];
|
package/src/web/listener.js
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
import { UnistyleDependency } from '../specs/NativePlatform';
|
2
|
-
import { UnistylesRuntime } from './runtime';
|
3
|
-
class UnistylesListenerBuilder {
|
4
|
-
isInitialized = false;
|
5
|
-
listeners = Array.from({ length: Object.keys(UnistyleDependency).length / 2 }, () => new Set());
|
6
|
-
emitChange = (dependency) => {
|
7
|
-
this.listeners[dependency]?.forEach(listener => listener());
|
8
|
-
};
|
9
|
-
initListeners = () => {
|
10
|
-
if (this.isInitialized) {
|
11
|
-
return;
|
12
|
-
}
|
13
|
-
this.isInitialized = true;
|
14
|
-
UnistylesRuntime.darkMedia?.addEventListener('change', () => this.emitChange(UnistyleDependency.ColorScheme));
|
15
|
-
UnistylesRuntime.lightMedia?.addEventListener('change', () => this.emitChange(UnistyleDependency.ColorScheme));
|
16
|
-
window.addEventListener('orientationchange', () => this.emitChange(UnistyleDependency.Orientation));
|
17
|
-
window.addEventListener('resize', () => this.emitChange(UnistyleDependency.Dimensions));
|
18
|
-
};
|
19
|
-
addListeners = (dependencies, listener) => {
|
20
|
-
dependencies.forEach(dependency => this.listeners[dependency]?.add(listener));
|
21
|
-
return () => {
|
22
|
-
dependencies.forEach(dependency => this.listeners[dependency]?.delete(listener));
|
23
|
-
};
|
24
|
-
};
|
25
|
-
}
|
26
|
-
export const UnistylesListener = new UnistylesListenerBuilder();
|
package/src/web/mock.js
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
export const StatusBar = {
|
2
|
-
width: 0,
|
3
|
-
height: 0,
|
4
|
-
setStyle: () => { },
|
5
|
-
setHidden: () => { },
|
6
|
-
setBackgroundColor: () => { },
|
7
|
-
equals: () => true,
|
8
|
-
toString: () => 'StatusBar',
|
9
|
-
__type: 'web',
|
10
|
-
name: 'StatusBar'
|
11
|
-
};
|
12
|
-
export const NavigationBar = {
|
13
|
-
width: 0,
|
14
|
-
height: 0,
|
15
|
-
setHidden: () => { },
|
16
|
-
setBackgroundColor: () => { },
|
17
|
-
equals: () => true,
|
18
|
-
toString: () => 'NavigationBar',
|
19
|
-
__type: 'web',
|
20
|
-
name: 'NavigationBar'
|
21
|
-
};
|
package/src/web/mq.js
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
const IS_UNISTYLES_REGEX = /:([hw])\[(\d+)(?:,\s*(\d+|Infinity))?]/;
|
2
|
-
const UNISTYLES_WIDTH_REGEX = /:(w)\[(\d+)(?:,\s*(\d+|Infinity))?]/;
|
3
|
-
const UNISTYLES_HEIGHT_REGEX = /:(h)\[(\d+)(?:,\s*(\d+|Infinity))?]/;
|
4
|
-
export const parseMq = (mq) => {
|
5
|
-
const [, width, fromW, toW] = UNISTYLES_WIDTH_REGEX.exec(mq) || [];
|
6
|
-
const [, height, fromH, toH] = UNISTYLES_HEIGHT_REGEX.exec(mq) || [];
|
7
|
-
return {
|
8
|
-
minWidth: !width || fromW === 'Infinity' ? undefined : Number(fromW),
|
9
|
-
maxWidth: !width || toW === 'Infinity' ? undefined : Number(toW),
|
10
|
-
minHeight: !height || fromH === 'Infinity' ? undefined : Number(fromH),
|
11
|
-
maxHeight: !height || toH === 'Infinity' ? undefined : Number(toH),
|
12
|
-
};
|
13
|
-
};
|
14
|
-
export const isUnistylesMq = (mq) => IS_UNISTYLES_REGEX.test(mq);
|
package/src/web/mq.ts
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
const IS_UNISTYLES_REGEX = /:([hw])\[(\d+)(?:,\s*(\d+|Infinity))?]/
|
2
|
-
const UNISTYLES_WIDTH_REGEX = /:(w)\[(\d+)(?:,\s*(\d+|Infinity))?]/
|
3
|
-
const UNISTYLES_HEIGHT_REGEX = /:(h)\[(\d+)(?:,\s*(\d+|Infinity))?]/
|
4
|
-
|
5
|
-
export const parseMq = (mq: string) => {
|
6
|
-
const [, width, fromW, toW] = UNISTYLES_WIDTH_REGEX.exec(mq) || []
|
7
|
-
const [, height, fromH, toH] = UNISTYLES_HEIGHT_REGEX.exec(mq) || []
|
8
|
-
|
9
|
-
return {
|
10
|
-
minWidth: !width || fromW === 'Infinity' ? undefined : Number(fromW),
|
11
|
-
maxWidth: !width || toW === 'Infinity' ? undefined : Number(toW),
|
12
|
-
minHeight: !height || fromH === 'Infinity' ? undefined : Number(fromH),
|
13
|
-
maxHeight: !height || toH === 'Infinity' ? undefined : Number(toH),
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
export const isUnistylesMq = (mq: string) => IS_UNISTYLES_REGEX.test(mq)
|