react-native-unistyles 3.0.0-alpha.27 → 3.0.0-alpha.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. package/cxx/core/UnistylesRegistry.cpp +4 -8
  2. package/cxx/core/UnistylesRegistry.h +1 -1
  3. package/cxx/core/UnistylesState.cpp +2 -10
  4. package/cxx/core/UnistylesState.h +1 -1
  5. package/cxx/hybridObjects/HybridStyleSheet.cpp +1 -2
  6. package/cxx/parser/Parser.cpp +73 -4
  7. package/cxx/parser/Parser.h +2 -0
  8. package/lib/commonjs/core/index.js.map +1 -1
  9. package/lib/commonjs/index.js.map +1 -1
  10. package/lib/commonjs/mq.js +1 -4
  11. package/lib/commonjs/mq.js.map +2 -1
  12. package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js.map +1 -0
  13. package/lib/commonjs/specs/NavigtionBar/UnistylesNavigationBar.nitro.js.map +1 -1
  14. package/lib/commonjs/specs/NavigtionBar/index.js.map +2 -1
  15. package/lib/commonjs/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -1
  16. package/lib/commonjs/specs/ShadowRegistry/types.js +3 -0
  17. package/lib/commonjs/specs/ShadowRegistry/types.js.map +1 -1
  18. package/lib/commonjs/specs/StatusBar/UnistylesStatusBar.nitro.js.map +1 -1
  19. package/lib/commonjs/specs/StatusBar/index.js.map +2 -1
  20. package/lib/commonjs/specs/StyleSheet/UnistylesStyleSheet.nitro.js +2 -4
  21. package/lib/commonjs/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +1 -1
  22. package/lib/commonjs/specs/index.js.map +1 -1
  23. package/lib/commonjs/specs/types.js +10 -10
  24. package/lib/commonjs/specs/types.js.map +1 -1
  25. package/lib/commonjs/types/stylesheet.js.map +1 -1
  26. package/lib/commonjs/web/convert/index.js +1 -7
  27. package/lib/commonjs/web/convert/shadow.js +1 -5
  28. package/lib/commonjs/web/convert/shadow.js.map +2 -1
  29. package/lib/commonjs/web/convert/textShadow.js +1 -4
  30. package/lib/commonjs/web/convert/textShadow.js.map +2 -1
  31. package/lib/commonjs/web/convert/transform.js.map +2 -1
  32. package/lib/commonjs/web/create.js +1 -5
  33. package/lib/commonjs/web/create.js.map +2 -1
  34. package/lib/commonjs/web/mock.js.map +2 -1
  35. package/lib/commonjs/web/runtime.js.map +2 -1
  36. package/lib/commonjs/web/state.js.map +1 -1
  37. package/lib/commonjs/web/utils/common.js +1 -3
  38. package/lib/commonjs/web/utils/common.js.map +2 -1
  39. package/lib/commonjs/web/utils/unistyle.js.map +1 -1
  40. package/lib/commonjs/web/variants/index.js.map +1 -1
  41. package/lib/module/common.js.map +1 -1
  42. package/lib/module/core/useBreakpoint.js.map +1 -1
  43. package/lib/module/core/useBreakpoint.native.js.map +2 -1
  44. package/lib/module/core/useTheme.js.map +2 -1
  45. package/lib/module/core/useTheme.native.js.map +2 -1
  46. package/lib/module/index.js.map +1 -1
  47. package/lib/module/mq.js +1 -4
  48. package/lib/module/mq.js.map +2 -1
  49. package/lib/module/specs/NativePlatform/NativePlatform.nitro.js +5 -6
  50. package/lib/module/specs/NativePlatform/NativePlatform.nitro.js.map +1 -1
  51. package/lib/module/specs/NavigtionBar/UnistylesNavigationBar.nitro.js.map +1 -1
  52. package/lib/module/specs/NavigtionBar/index.js.map +2 -1
  53. package/lib/module/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -0
  54. package/lib/module/specs/ShadowRegistry/index.js.map +2 -1
  55. package/lib/module/specs/ShadowRegistry/types.js +2 -0
  56. package/lib/module/specs/ShadowRegistry/types.js.map +1 -1
  57. package/lib/module/specs/StatusBar/UnistylesStatusBar.nitro.js.map +1 -1
  58. package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -1
  59. package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +1 -0
  60. package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js +2 -3
  61. package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js.map +2 -1
  62. package/lib/module/specs/UnistylesRuntime/UnistylesRuntime.nitro.js.map +1 -1
  63. package/lib/module/specs/index.web.js.map +2 -1
  64. package/lib/module/specs/types.js.map +1 -1
  65. package/lib/module/types/stylesheet.js.map +1 -1
  66. package/lib/module/web/convert/boxShadow.js +1 -4
  67. package/lib/module/web/convert/boxShadow.js.map +2 -1
  68. package/lib/module/web/convert/pseudo.js.map +2 -1
  69. package/lib/module/web/convert/shadow.js +1 -5
  70. package/lib/module/web/convert/shadow.js.map +2 -1
  71. package/lib/module/web/convert/style.js.map +2 -1
  72. package/lib/module/web/convert/textShadow.js +1 -4
  73. package/lib/module/web/convert/textShadow.js.map +2 -1
  74. package/lib/module/web/convert/transform.js.map +2 -1
  75. package/lib/module/web/convert/utils.js.map +2 -1
  76. package/lib/module/web/index.js +1 -2
  77. package/lib/module/web/index.js.map +2 -1
  78. package/lib/module/web/listener.js.map +2 -1
  79. package/lib/module/web/mock.js.map +2 -1
  80. package/lib/module/web/registry.js +1 -3
  81. package/lib/module/web/registry.js.map +2 -1
  82. package/lib/module/web/runtime.js.map +2 -1
  83. package/lib/module/web/shadowRegistry.js +1 -9
  84. package/lib/module/web/shadowRegistry.js.map +2 -1
  85. package/lib/module/web/state.js.map +1 -1
  86. package/lib/module/web/utils/index.js.map +1 -1
  87. package/lib/module/web/utils/unistyle.js.map +2 -1
  88. package/lib/module/web/variants/index.js.map +1 -1
  89. package/lib/module/web/variants/useVariants.js +1 -2
  90. package/lib/module/web/variants/useVariants.js.map +2 -1
  91. package/lib/typescript/src/global.d.ts +0 -2
  92. package/lib/typescript/src/global.d.ts.map +1 -1
  93. package/lib/typescript/src/types/stylesheet.d.ts +4 -2
  94. package/lib/typescript/src/types/stylesheet.d.ts.map +1 -1
  95. package/lib/typescript/src/web/create.d.ts +204 -0
  96. package/lib/typescript/src/web/create.d.ts.map +1 -1
  97. package/lib/typescript/src/web/index.d.ts +204 -0
  98. package/lib/typescript/src/web/index.d.ts.map +1 -1
  99. package/lib/typescript/src/web/runtime.d.ts +3 -3
  100. package/lib/typescript/src/web/runtime.d.ts.map +1 -1
  101. package/lib/typescript/src/web/state.d.ts +1 -1
  102. package/lib/typescript/src/web/state.d.ts.map +1 -1
  103. package/lib/typescript/src/web/utils/unistyle.d.ts +2 -2
  104. package/lib/typescript/src/web/utils/unistyle.d.ts.map +1 -1
  105. package/package.json +13 -13
  106. package/src/common.js +4 -0
  107. package/src/core/index.js +2 -0
  108. package/src/core/useBreakpoint.js +14 -0
  109. package/src/core/useBreakpoint.native.js +16 -0
  110. package/src/core/useTheme.js +14 -0
  111. package/src/core/useTheme.native.js +16 -0
  112. package/src/global.ts +1 -4
  113. package/src/index.js +3 -0
  114. package/src/mq.js +38 -0
  115. package/src/specs/NativePlatform/NativePlatform.nitro.js +18 -0
  116. package/src/specs/NativePlatform/index.js +1 -0
  117. package/src/specs/NavigtionBar/UnistylesNavigationBar.nitro.js +1 -0
  118. package/src/specs/NavigtionBar/index.js +9 -0
  119. package/src/specs/ShadowRegistry/ShadowRegistry.nitro.js +1 -0
  120. package/src/specs/ShadowRegistry/index.js +26 -0
  121. package/src/specs/ShadowRegistry/types.js +1 -0
  122. package/src/specs/StatusBar/UnistylesStatusBar.nitro.js +1 -0
  123. package/src/specs/StatusBar/index.js +25 -0
  124. package/src/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -0
  125. package/src/specs/StyleSheet/index.js +13 -0
  126. package/src/specs/TurboUnistyles/NativeTurboUnistyles.js +2 -0
  127. package/src/specs/TurboUnistyles/index.js +1 -0
  128. package/src/specs/UnistylesRuntime/UnistylesRuntime.nitro.js +1 -0
  129. package/src/specs/UnistylesRuntime/index.js +20 -0
  130. package/src/specs/index.js +8 -0
  131. package/src/specs/index.web.js +2 -0
  132. package/src/specs/types.js +17 -0
  133. package/src/types/stylesheet.ts +5 -3
  134. package/src/web/convert/boxShadow.js +59 -0
  135. package/src/web/convert/index.js +56 -0
  136. package/src/web/convert/pseudo.js +131 -0
  137. package/src/web/convert/shadow.js +50 -0
  138. package/src/web/convert/style.js +137 -0
  139. package/src/web/convert/textShadow.js +56 -0
  140. package/src/web/convert/transform.js +65 -0
  141. package/src/web/convert/types.js +2 -0
  142. package/src/web/convert/utils.js +39 -0
  143. package/src/web/create.js +39 -0
  144. package/src/web/index.js +22 -0
  145. package/src/web/listener.js +26 -0
  146. package/src/web/mock.js +21 -0
  147. package/src/web/mq.js +14 -0
  148. package/src/web/registry.js +168 -0
  149. package/src/web/runtime.js +160 -0
  150. package/src/web/runtime.ts +1 -1
  151. package/src/web/shadowRegistry.js +99 -0
  152. package/src/web/state.ts +3 -3
  153. package/src/web/utils/common.js +79 -0
  154. package/src/web/utils/index.js +2 -0
  155. package/src/web/utils/unistyle.js +72 -0
  156. package/src/web/utils/unistyle.ts +2 -2
  157. package/src/web/variants/getVariants.js +26 -0
  158. package/src/web/variants/index.js +2 -0
  159. package/src/web/variants/useVariants.js +50 -0
@@ -0,0 +1,137 @@
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
+ };
@@ -0,0 +1,56 @@
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
+ };
@@ -0,0 +1,65 @@
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
+ };
@@ -0,0 +1,2 @@
1
+ export const TEXT_SHADOW_STYLES = ['textShadowColor', 'textShadowOffset', 'textShadowRadius'];
2
+ export const BOX_SHADOW_STYLES = ['shadowColor', 'shadowRadius', 'shadowOpacity', 'shadowOffset'];
@@ -0,0 +1,39 @@
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
+ };
@@ -0,0 +1,39 @@
1
+ import { assignSecrets, reduceObject, getStyles } 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 = {
24
+ ...result,
25
+ ...variants[key]
26
+ };
27
+ // Add secrets to result of dynamic styles function
28
+ return addSecrets(getStyles(resultWithVariants), key, args);
29
+ };
30
+ // Add secrets to dynamic styles function
31
+ return addSecrets(dynamicStyle, key);
32
+ }
33
+ // Add secrets to static styles
34
+ return addSecrets(getStyles(value), key);
35
+ });
36
+ // Inject useVariants hook to styles
37
+ createUseVariants(styles, newVariants => Object.entries(newVariants).forEach(([key, value]) => selectedVariants.set(key, value)));
38
+ return styles;
39
+ };
@@ -0,0 +1,22 @@
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 = () => [];
@@ -0,0 +1,26 @@
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();
@@ -0,0 +1,21 @@
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 ADDED
@@ -0,0 +1,14 @@
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);
@@ -0,0 +1,168 @@
1
+ import { UnistylesRuntime } from './runtime';
2
+ import { extractMediaQueryValue, keyInObject, getMediaQuery, generateHash, extractUnistyleDependencies } from './utils';
3
+ import { UnistylesListener } from './listener';
4
+ import { convertUnistyles } from './convert';
5
+ import { getVariants } from './variants';
6
+ class UnistylesRegistryBuilder {
7
+ stylesheets = new Map();
8
+ stylesCounter = new Map();
9
+ #styleTag = null;
10
+ disposeListenersMap = new Map();
11
+ dependenciesMap = new Map();
12
+ get styleTag() {
13
+ const tag = this.#styleTag;
14
+ if (!tag) {
15
+ const newTag = document.createElement('style');
16
+ newTag.id = 'unistyles-web';
17
+ this.#styleTag = newTag;
18
+ document.head.appendChild(newTag);
19
+ return newTag;
20
+ }
21
+ return tag;
22
+ }
23
+ getComputedStylesheet = (stylesheet) => {
24
+ if (typeof stylesheet !== 'function') {
25
+ return stylesheet;
26
+ }
27
+ const computedStylesheet = this.stylesheets.get(stylesheet);
28
+ if (computedStylesheet) {
29
+ return computedStylesheet;
30
+ }
31
+ const createdStylesheet = stylesheet(UnistylesRuntime.theme, UnistylesRuntime.miniRuntime);
32
+ const dependencies = Object.values(createdStylesheet).flatMap(value => extractUnistyleDependencies(value));
33
+ this.addDependenciesToStylesheet(stylesheet, dependencies);
34
+ this.stylesheets.set(stylesheet, createdStylesheet);
35
+ return createdStylesheet;
36
+ };
37
+ addDependenciesToStylesheet = (stylesheet, dependencies) => {
38
+ this.disposeListenersMap.get(stylesheet)?.();
39
+ const dependenciesMap = this.dependenciesMap.get(stylesheet) ?? new Set(dependencies);
40
+ dependencies.forEach(dependency => dependenciesMap.add(dependency));
41
+ const dispose = UnistylesListener.addListeners(Array.from(dependenciesMap), () => {
42
+ const newComputedStylesheet = stylesheet(UnistylesRuntime.theme, UnistylesRuntime.miniRuntime);
43
+ this.stylesheets.set(stylesheet, newComputedStylesheet);
44
+ });
45
+ this.dependenciesMap.set(stylesheet, dependenciesMap);
46
+ this.disposeListenersMap.set(stylesheet, dispose);
47
+ };
48
+ add = ({ key, value, stylesheet, args, variants }) => {
49
+ const hash = generateHash(value);
50
+ const existingCounter = this.stylesCounter.get(hash);
51
+ if (!existingCounter || existingCounter.size === 0) {
52
+ const counter = new Set();
53
+ const dependencies = extractUnistyleDependencies(value);
54
+ counter.add(value);
55
+ this.stylesCounter.set(hash, counter);
56
+ this.applyStyles(hash, convertUnistyles(value));
57
+ UnistylesListener.addListeners(dependencies, async () => {
58
+ // Move this callback to the end of the event loop
59
+ await Promise.resolve();
60
+ const newComputedStyleSheet = this.getComputedStylesheet(stylesheet);
61
+ const newValue = newComputedStyleSheet[key];
62
+ const result = typeof newValue === 'function'
63
+ ? newValue(...args)
64
+ : newValue;
65
+ const { variantsResult } = Object.fromEntries(getVariants({ variantsResult: result }, variants));
66
+ const resultWithVariants = {
67
+ ...result,
68
+ ...variantsResult
69
+ };
70
+ this.applyStyles(hash, convertUnistyles(resultWithVariants));
71
+ });
72
+ return hash;
73
+ }
74
+ existingCounter.add(value);
75
+ return hash;
76
+ };
77
+ applyStyles = (hash, styles) => {
78
+ Object.entries(styles).forEach(([key, value]) => {
79
+ if (!this.styleTag.sheet) {
80
+ return;
81
+ }
82
+ if (typeof value === 'object' && !key.startsWith('_')) {
83
+ const mediaQuery = getMediaQuery(key);
84
+ const cssRules = Array.from(this.styleTag.sheet.cssRules);
85
+ let queryRule = cssRules.find(rule => {
86
+ if (!(rule instanceof CSSMediaRule)) {
87
+ return false;
88
+ }
89
+ return rule.media.item(0)?.includes(mediaQuery);
90
+ }) ?? null;
91
+ if (!queryRule) {
92
+ const mediaQueryValue = extractMediaQueryValue(mediaQuery);
93
+ const ruleIndex = mediaQueryValue
94
+ ? cssRules.reduce((acc, rule, ruleIndex) => {
95
+ if (!(rule instanceof CSSMediaRule)) {
96
+ return acc;
97
+ }
98
+ const ruleMediaQueryValue = extractMediaQueryValue(rule.conditionText);
99
+ if (ruleMediaQueryValue === undefined) {
100
+ return;
101
+ }
102
+ return ruleMediaQueryValue > mediaQueryValue ? ruleIndex : acc;
103
+ }, cssRules.length)
104
+ : undefined;
105
+ queryRule = this.styleTag.sheet.cssRules.item(this.styleTag.sheet.insertRule(`@media ${mediaQuery} {.${hash} {}}`, ruleIndex));
106
+ }
107
+ if (queryRule instanceof CSSMediaRule) {
108
+ Object.entries(value).forEach(([mqKey, mqValue]) => {
109
+ this.applyRule({
110
+ hash,
111
+ key: mqKey,
112
+ value: mqValue,
113
+ sheet: queryRule
114
+ });
115
+ });
116
+ }
117
+ return;
118
+ }
119
+ // Pseudo
120
+ if (typeof value === 'object') {
121
+ Object.entries(value).forEach(([pseudoKey, pseudoValue]) => {
122
+ this.applyRule({
123
+ hash: `${hash}${key.replace('_', ':')}`,
124
+ key: pseudoKey,
125
+ value: pseudoValue,
126
+ sheet: this.styleTag.sheet
127
+ });
128
+ });
129
+ return;
130
+ }
131
+ this.applyRule({
132
+ hash,
133
+ key,
134
+ value,
135
+ sheet: this.styleTag.sheet
136
+ });
137
+ });
138
+ };
139
+ applyRule = ({ hash, key, value, sheet }) => {
140
+ let rule = Array.from(sheet.cssRules).find(rule => {
141
+ if (!(rule instanceof CSSStyleRule)) {
142
+ return false;
143
+ }
144
+ // In unistyles pseudos are prefixed with ':' but in css some of them are prefixed with '::'
145
+ return rule.selectorText.replace('::', ':').includes(hash);
146
+ }) ?? null;
147
+ if (!rule) {
148
+ rule = sheet.cssRules.item(sheet.insertRule(`.${hash} {}`));
149
+ }
150
+ if (!(rule instanceof CSSStyleRule) || !keyInObject(rule.style, key)) {
151
+ return;
152
+ }
153
+ rule.style[key] = value;
154
+ };
155
+ remove = (value) => {
156
+ const hash = generateHash(value);
157
+ const existingStyles = this.stylesCounter.get(hash);
158
+ if (!existingStyles) {
159
+ return;
160
+ }
161
+ existingStyles.delete(value);
162
+ if (existingStyles.size === 0) {
163
+ const ruleIndex = Array.from(this.styleTag.sheet?.cssRules ?? []).findIndex(rule => rule.cssText.includes(`.${hash}`));
164
+ this.styleTag.sheet?.deleteRule(ruleIndex);
165
+ }
166
+ };
167
+ }
168
+ export const UnistylesRegistry = new UnistylesRegistryBuilder();