react-native-unistyles 3.0.0-alpha.29 → 3.0.0-alpha.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (191) hide show
  1. package/cxx/common/Helpers.h +11 -0
  2. package/cxx/core/HostStyle.cpp +1 -1
  3. package/cxx/core/UnistyleWrapper.h +9 -8
  4. package/cxx/core/UnistylesCommitHook.cpp +3 -14
  5. package/cxx/core/UnistylesCommitHook.h +5 -11
  6. package/cxx/core/UnistylesMountHook.cpp +0 -1
  7. package/cxx/core/UnistylesMountHook.h +0 -2
  8. package/cxx/core/UnistylesRegistry.cpp +1 -1
  9. package/cxx/core/UnistylesRegistry.h +1 -1
  10. package/cxx/hybridObjects/HybridStyleSheet.cpp +17 -11
  11. package/cxx/hybridObjects/HybridStyleSheet.h +1 -1
  12. package/cxx/parser/Parser.cpp +20 -14
  13. package/cxx/parser/Parser.h +1 -1
  14. package/cxx/shadowTree/ShadowTrafficController.h +4 -0
  15. package/cxx/shadowTree/ShadowTreeManager.cpp +3 -4
  16. package/cxx/shadowTree/ShadowTreeManager.h +1 -1
  17. package/ios/UnistylesModuleOnLoad.mm +4 -4
  18. package/lib/commonjs/common.js.map +1 -1
  19. package/lib/commonjs/core/createUnistylesComponent.js +18 -0
  20. package/lib/commonjs/core/createUnistylesComponent.js.map +1 -0
  21. package/lib/commonjs/core/createUnistylesComponent.native.js +45 -0
  22. package/lib/commonjs/core/createUnistylesComponent.native.js.map +2 -0
  23. package/lib/commonjs/core/index.js +7 -0
  24. package/lib/commonjs/core/index.js.map +1 -1
  25. package/lib/commonjs/core/useBreakpoint.js.map +1 -1
  26. package/lib/commonjs/core/useBreakpoint.native.js.map +2 -1
  27. package/lib/commonjs/core/useTheme.js.map +2 -1
  28. package/lib/commonjs/core/useTheme.native.js.map +2 -1
  29. package/lib/commonjs/global.js +3 -0
  30. package/lib/commonjs/index.js +8 -1
  31. package/lib/commonjs/index.js.map +1 -1
  32. package/lib/commonjs/mq.js +1 -4
  33. package/lib/commonjs/mq.js.map +2 -1
  34. package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js +5 -4
  35. package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js.map +1 -1
  36. package/lib/commonjs/specs/NativePlatform/index.js.map +1 -1
  37. package/lib/commonjs/specs/ShadowRegistry/types.js.map +1 -1
  38. package/lib/commonjs/specs/StatusBar/index.js.map +2 -1
  39. package/lib/commonjs/specs/TurboUnistyles/index.js.map +1 -1
  40. package/lib/commonjs/specs/UnistylesRuntime/index.js.map +1 -2
  41. package/lib/commonjs/specs/index.web.js.map +1 -2
  42. package/lib/commonjs/specs/types.js +10 -10
  43. package/lib/commonjs/specs/types.js.map +2 -1
  44. package/lib/commonjs/types/accessibility.js +9 -9
  45. package/lib/commonjs/types/accessibility.js.map +1 -1
  46. package/lib/commonjs/types/common.js +3 -0
  47. package/lib/commonjs/types/core.js.map +1 -1
  48. package/lib/commonjs/types/index.js.map +2 -1
  49. package/lib/commonjs/types/stylesheet.js +1 -2
  50. package/lib/commonjs/web/convert/index.js +1 -7
  51. package/lib/commonjs/web/convert/index.js.map +2 -1
  52. package/lib/commonjs/web/convert/pseudo.js.map +2 -1
  53. package/lib/commonjs/web/convert/shadow.js.map +2 -1
  54. package/lib/commonjs/web/convert/style.js.map +2 -1
  55. package/lib/commonjs/web/convert/textShadow.js +1 -4
  56. package/lib/commonjs/web/convert/textShadow.js.map +2 -1
  57. package/lib/commonjs/web/convert/transform.js.map +2 -1
  58. package/lib/commonjs/web/convert/utils.js +1 -2
  59. package/lib/commonjs/web/convert/utils.js.map +2 -1
  60. package/lib/commonjs/web/index.js.map +2 -1
  61. package/lib/commonjs/web/listener.js.map +2 -1
  62. package/lib/commonjs/web/mock.js.map +2 -1
  63. package/lib/commonjs/web/mq.js.map +1 -1
  64. package/lib/commonjs/web/registry.js +1 -3
  65. package/lib/commonjs/web/registry.js.map +2 -1
  66. package/lib/commonjs/web/runtime.js.map +2 -1
  67. package/lib/commonjs/web/shadowRegistry.js +1 -9
  68. package/lib/commonjs/web/shadowRegistry.js.map +2 -1
  69. package/lib/commonjs/web/state.js +1 -5
  70. package/lib/commonjs/web/state.js.map +2 -1
  71. package/lib/commonjs/web/utils/common.js +1 -3
  72. package/lib/commonjs/web/utils/common.js.map +2 -1
  73. package/lib/commonjs/web/utils/index.js.map +1 -1
  74. package/lib/commonjs/web/utils/unistyle.js.map +2 -1
  75. package/lib/commonjs/web/variants/index.js.map +1 -1
  76. package/lib/commonjs/web/variants/useVariants.js +1 -2
  77. package/lib/commonjs/web/variants/useVariants.js.map +2 -1
  78. package/lib/module/core/createUnistylesComponent.js +11 -0
  79. package/lib/module/core/createUnistylesComponent.js.map +2 -0
  80. package/lib/module/core/createUnistylesComponent.native.js +39 -0
  81. package/lib/module/core/createUnistylesComponent.native.js.map +1 -0
  82. package/lib/module/core/index.js +1 -0
  83. package/lib/module/core/index.js.map +1 -1
  84. package/lib/module/core/useBreakpoint.js.map +1 -1
  85. package/lib/module/core/useBreakpoint.native.js.map +2 -1
  86. package/lib/module/core/useTheme.js.map +2 -1
  87. package/lib/module/core/useTheme.native.js.map +2 -1
  88. package/lib/module/global.js +1 -1
  89. package/lib/module/global.js.map +1 -0
  90. package/lib/module/index.js +1 -1
  91. package/lib/module/index.js.map +1 -1
  92. package/lib/module/mq.js +1 -4
  93. package/lib/module/mq.js.map +2 -1
  94. package/lib/module/specs/NativePlatform/NativePlatform.nitro.js.map +1 -1
  95. package/lib/module/specs/NativePlatform/index.js.map +1 -1
  96. package/lib/module/specs/NavigtionBar/index.js.map +2 -1
  97. package/lib/module/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -2
  98. package/lib/module/specs/ShadowRegistry/index.js.map +2 -1
  99. package/lib/module/specs/ShadowRegistry/types.js.map +2 -1
  100. package/lib/module/specs/StatusBar/UnistylesStatusBar.nitro.js.map +1 -2
  101. package/lib/module/specs/StatusBar/index.js.map +1 -1
  102. package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -1
  103. package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +0 -1
  104. package/lib/module/specs/StyleSheet/index.js.map +2 -1
  105. package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js +3 -2
  106. package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js.map +2 -1
  107. package/lib/module/specs/UnistylesRuntime/UnistylesRuntime.nitro.js.map +2 -1
  108. package/lib/module/specs/index.js.map +1 -2
  109. package/lib/module/specs/types.js.map +1 -2
  110. package/lib/module/types/accessibility.js +1 -1
  111. package/lib/module/types/accessibility.js.map +1 -0
  112. package/lib/module/types/breakpoints.js.map +1 -0
  113. package/lib/module/types/common.js +1 -1
  114. package/lib/module/types/common.js.map +1 -0
  115. package/lib/module/types/core.js.map +1 -1
  116. package/lib/module/types/index.js.map +2 -1
  117. package/lib/module/types/variants.js.map +1 -0
  118. package/lib/module/web/convert/index.js.map +2 -1
  119. package/lib/module/web/convert/pseudo.js.map +2 -1
  120. package/lib/module/web/convert/shadow.js +1 -5
  121. package/lib/module/web/convert/utils.js +1 -2
  122. package/lib/module/web/index.js +1 -2
  123. package/lib/module/web/index.js.map +2 -1
  124. package/lib/module/web/listener.js.map +2 -1
  125. package/lib/module/web/mock.js.map +2 -1
  126. package/lib/module/web/state.js +1 -5
  127. package/lib/module/web/state.js.map +2 -1
  128. package/lib/module/web/variants/getVariants.js.map +2 -1
  129. package/lib/module/web/variants/index.js.map +1 -1
  130. package/lib/module/web/variants/useVariants.js +1 -2
  131. package/lib/module/web/variants/useVariants.js.map +2 -1
  132. package/lib/typescript/src/core/createUnistylesComponent.d.ts +6 -0
  133. package/lib/typescript/src/core/createUnistylesComponent.d.ts.map +1 -0
  134. package/lib/typescript/src/core/createUnistylesComponent.native.d.ts +6 -0
  135. package/lib/typescript/src/core/createUnistylesComponent.native.d.ts.map +1 -0
  136. package/lib/typescript/src/core/index.d.ts +1 -0
  137. package/lib/typescript/src/core/index.d.ts.map +1 -1
  138. package/lib/typescript/src/index.d.ts +1 -1
  139. package/lib/typescript/src/index.d.ts.map +1 -1
  140. package/nitrogen/generated/android/c++/JHybridNativePlatformSpec.cpp +1 -1
  141. package/nitrogen/generated/android/c++/JUnistylesNativeMiniRuntime.hpp +3 -3
  142. package/nitrogen/generated/android/unistyles+autolinking.cmake +13 -1
  143. package/nitrogen/generated/ios/Unistyles-Swift-Cxx-Bridge.hpp +4 -10
  144. package/package.json +3 -3
  145. package/src/common.js +4 -0
  146. package/src/core/createUnistylesComponent.js +6 -0
  147. package/src/core/createUnistylesComponent.native.js +31 -0
  148. package/src/core/createUnistylesComponent.native.tsx +44 -0
  149. package/src/core/createUnistylesComponent.tsx +10 -0
  150. package/src/core/index.js +3 -0
  151. package/src/core/index.ts +1 -0
  152. package/src/core/useBreakpoint.js +14 -0
  153. package/src/core/useBreakpoint.native.js +16 -0
  154. package/src/core/useTheme.js +14 -0
  155. package/src/core/useTheme.native.js +16 -0
  156. package/src/global.js +1 -0
  157. package/src/index.js +3 -0
  158. package/src/index.ts +1 -1
  159. package/src/mq.js +38 -0
  160. package/src/specs/NativePlatform/NativePlatform.nitro.js +1 -0
  161. package/src/types/accessibility.js +30 -0
  162. package/src/types/breakpoints.js +1 -0
  163. package/src/types/common.js +1 -0
  164. package/src/types/core.js +1 -0
  165. package/src/types/index.js +1 -0
  166. package/src/types/stylesheet.js +2 -0
  167. package/src/types/variants.js +1 -0
  168. package/src/web/convert/boxShadow.js +59 -0
  169. package/src/web/convert/index.js +56 -0
  170. package/src/web/convert/pseudo.js +131 -0
  171. package/src/web/convert/shadow.js +50 -0
  172. package/src/web/convert/style.js +137 -0
  173. package/src/web/convert/textShadow.js +56 -0
  174. package/src/web/convert/transform.js +65 -0
  175. package/src/web/convert/types.js +2 -0
  176. package/src/web/convert/utils.js +39 -0
  177. package/src/web/create.js +36 -0
  178. package/src/web/index.js +22 -0
  179. package/src/web/listener.js +26 -0
  180. package/src/web/mock.js +21 -0
  181. package/src/web/mq.js +14 -0
  182. package/src/web/registry.js +165 -0
  183. package/src/web/runtime.js +160 -0
  184. package/src/web/shadowRegistry.js +96 -0
  185. package/src/web/state.js +68 -0
  186. package/src/web/utils/common.js +79 -0
  187. package/src/web/utils/index.js +2 -0
  188. package/src/web/utils/unistyle.js +72 -0
  189. package/src/web/variants/getVariants.js +26 -0
  190. package/src/web/variants/index.js +2 -0
  191. package/src/web/variants/useVariants.js +50 -0
@@ -0,0 +1,96 @@
1
+ import { UnistylesRegistry } from './registry';
2
+ import { createDoubleMap, deepMergeObjects, equal, extractSecrets, extractUnistyleDependencies, isInDocument } from './utils';
3
+ import { getVariants } from './variants';
4
+ class UnistylesShadowRegistryBuilder {
5
+ // MOCKS
6
+ name = 'UnistylesShadowRegistry';
7
+ __type = 'web';
8
+ equals = () => true;
9
+ toString = () => 'UnistylesShadowRegistry';
10
+ dispose = () => { };
11
+ // END MOCKS
12
+ resultsMap = createDoubleMap();
13
+ classNamesMap = createDoubleMap();
14
+ add = (ref, _style, _variants, _args) => {
15
+ // Style is not provided
16
+ if (!_style) {
17
+ return;
18
+ }
19
+ // Array of styles
20
+ if (Array.isArray(_style)) {
21
+ _style.forEach(style => this.add(ref, style, _variants, _args));
22
+ return;
23
+ }
24
+ // Not a unistyle
25
+ if (!Object.keys(_style).some(key => key.startsWith('__uni__'))) {
26
+ return;
27
+ }
28
+ // Ref is unmounted, remove style tags from the document
29
+ if (ref === null) {
30
+ const secrets = extractSecrets(_style);
31
+ secrets.forEach(({ __uni__refs, __uni__key }) => {
32
+ __uni__refs.forEach(ref => {
33
+ if (isInDocument(ref)) {
34
+ return;
35
+ }
36
+ const oldResult = this.resultsMap.get(ref, __uni__key);
37
+ this.resultsMap.delete(ref, __uni__key);
38
+ this.classNamesMap.delete(ref, __uni__key);
39
+ if (oldResult) {
40
+ UnistylesRegistry.remove(oldResult);
41
+ }
42
+ });
43
+ });
44
+ return;
45
+ }
46
+ // Ref is not an HTMLElement
47
+ if (!(ref instanceof HTMLElement)) {
48
+ return;
49
+ }
50
+ extractSecrets(_style).forEach(secret => {
51
+ const { __uni__key, __uni__stylesheet, __uni__variants, __uni__args = [], __uni__refs } = secret;
52
+ const newComputedStylesheet = UnistylesRegistry.getComputedStylesheet(__uni__stylesheet);
53
+ const style = newComputedStylesheet[__uni__key];
54
+ const args = _args ?? __uni__args;
55
+ const variants = _variants && Object.keys(_variants).length > 0 ? _variants : __uni__variants;
56
+ const result = typeof style === 'function'
57
+ ? style(...args)
58
+ : style;
59
+ const { variantsResult } = Object.fromEntries(getVariants({ variantsResult: result }, variants));
60
+ const resultWithVariants = deepMergeObjects(result, variantsResult ?? {});
61
+ const oldResult = this.resultsMap.get(ref, __uni__key);
62
+ // If results are the same do nothing
63
+ if (equal(oldResult, resultWithVariants)) {
64
+ return;
65
+ }
66
+ const oldClassNames = this.classNamesMap.get(ref, __uni__key);
67
+ // Remove old styles
68
+ if (oldResult) {
69
+ UnistylesRegistry.remove(oldResult);
70
+ }
71
+ // Remove old classnames from the ref
72
+ oldClassNames?.forEach(className => ref.classList.remove(className));
73
+ this.resultsMap.set(ref, __uni__key, resultWithVariants);
74
+ const className = UnistylesRegistry.add({
75
+ key: __uni__key,
76
+ args,
77
+ stylesheet: __uni__stylesheet,
78
+ value: resultWithVariants,
79
+ variants
80
+ });
81
+ const injectedClassNames = resultWithVariants?._web?._classNames ?? [];
82
+ const newClassNames = injectedClassNames.concat(className);
83
+ const dependencies = extractUnistyleDependencies(resultWithVariants);
84
+ if (typeof __uni__stylesheet === 'function') {
85
+ // Add dependencies from dynamic styles to stylesheet
86
+ UnistylesRegistry.addDependenciesToStylesheet(__uni__stylesheet, dependencies);
87
+ }
88
+ __uni__refs.add(ref);
89
+ this.classNamesMap.set(ref, __uni__key, newClassNames);
90
+ // Add new classnames to the ref
91
+ ref.classList.add(...newClassNames);
92
+ });
93
+ };
94
+ remove = () => { };
95
+ }
96
+ export const UnistylesShadowRegistry = new UnistylesShadowRegistryBuilder();
@@ -0,0 +1,68 @@
1
+ import { UnistylesRuntime } from './runtime';
2
+ import { isServer, schemeToTheme } from './utils';
3
+ import { UnistylesListener } from './listener';
4
+ import { UnistyleDependency } from '../specs/NativePlatform';
5
+ class UnistylesStateBuilder {
6
+ themes = new Map();
7
+ themeName;
8
+ matchingBreakpoints = new Map();
9
+ get breakpoint() {
10
+ const [currentBreakpoint] = Array.from(this.matchingBreakpoints)
11
+ .reverse()
12
+ .find(([_key, value]) => value) ?? [];
13
+ return currentBreakpoint;
14
+ }
15
+ breakpoints;
16
+ hasAdaptiveThemes = false;
17
+ init = (config) => {
18
+ this.initThemes(config.themes);
19
+ this.initBreakpoints(config.breakpoints);
20
+ this.initSettings(config.settings);
21
+ if (isServer()) {
22
+ return;
23
+ }
24
+ UnistylesListener.initListeners();
25
+ };
26
+ initThemes = (themes = {}) => {
27
+ Object.entries(themes).forEach(([themeName, theme]) => {
28
+ this.themes.set(themeName, theme);
29
+ });
30
+ };
31
+ initSettings = (settings) => {
32
+ this.hasAdaptiveThemes = settings?.adaptiveThemes ?? false;
33
+ const themeNames = Array.from(this.themes.keys());
34
+ // Single theme + no settings
35
+ if (!settings?.adaptiveThemes && !settings?.initialTheme && themeNames.length === 1) {
36
+ this.themeName = themeNames[0];
37
+ return;
38
+ }
39
+ // No settings
40
+ if (!settings?.adaptiveThemes && !settings?.initialTheme) {
41
+ throw new Error('🦄 You need to specify either "initialTheme" or "adaptiveThemes" in your config');
42
+ }
43
+ // Adaptive themes
44
+ if (settings.adaptiveThemes) {
45
+ this.themeName = schemeToTheme(UnistylesRuntime.colorScheme);
46
+ return;
47
+ }
48
+ // Initial theme
49
+ this.themeName = typeof settings.initialTheme === 'function' ? settings.initialTheme() : settings.initialTheme;
50
+ };
51
+ initBreakpoints = (breakpoints = {}) => {
52
+ this.breakpoints = breakpoints;
53
+ Object.entries(breakpoints)
54
+ .sort(([, a], [, b]) => a - b)
55
+ .forEach(([breakpoint, value]) => {
56
+ if (isServer()) {
57
+ return;
58
+ }
59
+ const mediaQuery = window.matchMedia(`(min-width: ${value}px)`);
60
+ this.matchingBreakpoints.set(breakpoint, mediaQuery.matches);
61
+ mediaQuery.addEventListener('change', event => {
62
+ this.matchingBreakpoints.set(breakpoint, event.matches);
63
+ UnistylesListener.emitChange(UnistyleDependency.Breakpoints);
64
+ });
65
+ });
66
+ };
67
+ }
68
+ export const UnistylesState = new UnistylesStateBuilder();
@@ -0,0 +1,79 @@
1
+ export const reduceObject = (obj, reducer) => Object.fromEntries(Object.entries(obj).map(([key, value]) => [key, reducer(value, key)]));
2
+ export const keyInObject = (obj, key) => key in obj;
3
+ export const isServer = () => typeof window === 'undefined';
4
+ /**
5
+ * Deeply merges properties of passed object
6
+ */
7
+ export const deepMergeObjects = (...sources) => {
8
+ const target = {};
9
+ sources.forEach(source => {
10
+ Object.keys(source).forEach(key => {
11
+ const sourceValue = source[key];
12
+ const targetValue = target[key];
13
+ if (Object(sourceValue) == sourceValue && Object(targetValue) === targetValue) {
14
+ // @ts-expect-error - can't assign to generic
15
+ target[key] = deepMergeObjects(targetValue, sourceValue);
16
+ return;
17
+ }
18
+ // @ts-expect-error - can't assign to generic
19
+ target[key] = sourceValue;
20
+ });
21
+ });
22
+ return target;
23
+ };
24
+ export const warn = (message) => console.warn(`🦄 [react-native-unistyles] ${message}`);
25
+ export const equal = (a, b) => {
26
+ if (Object.is(a, b)) {
27
+ return true;
28
+ }
29
+ if (typeof a !== 'object'
30
+ || a === null
31
+ || typeof b !== 'object'
32
+ || b === null) {
33
+ return false;
34
+ }
35
+ const keysA = Object.keys(a);
36
+ if (keysA.length !== Object.keys(b).length) {
37
+ return false;
38
+ }
39
+ return keysA.every(key => Object.is(a[key], b[key]) && Object.prototype.hasOwnProperty.call(b, key));
40
+ };
41
+ export const generateHash = (value) => {
42
+ const str = JSON.stringify(value);
43
+ let hasher = 5381;
44
+ let length = str.length;
45
+ while (length--)
46
+ hasher = (hasher * 33) ^ str.charCodeAt(length);
47
+ return `unistyles-${(hasher >>> 0).toString(36)}`;
48
+ };
49
+ export const createDoubleMap = () => {
50
+ const map = new Map();
51
+ return {
52
+ get: (key, secondKey) => {
53
+ const mapForKey = map.get(key);
54
+ if (!mapForKey) {
55
+ return undefined;
56
+ }
57
+ return mapForKey.get(secondKey);
58
+ },
59
+ set: (key, secondKey, value) => {
60
+ const mapForKey = map.get(key) ?? new Map();
61
+ map.set(key, mapForKey);
62
+ mapForKey.set(secondKey, value);
63
+ },
64
+ delete: (key, secondKey) => {
65
+ const mapForKey = map.get(key);
66
+ if (!mapForKey) {
67
+ return;
68
+ }
69
+ mapForKey.delete(secondKey);
70
+ },
71
+ forEach: (callback) => {
72
+ map.forEach((mapForKey, key) => {
73
+ mapForKey.forEach((value, secondKey) => {
74
+ callback(key, secondKey, value);
75
+ });
76
+ });
77
+ }
78
+ };
79
+ };
@@ -0,0 +1,2 @@
1
+ export * from './common';
2
+ export * from './unistyle';
@@ -0,0 +1,72 @@
1
+ import { ColorScheme, Orientation } from '../../specs/types';
2
+ import { isUnistylesMq, parseMq } from '../mq';
3
+ import { UnistylesState } from '../state';
4
+ import { keyInObject, reduceObject } from './common';
5
+ export const schemeToTheme = (scheme) => {
6
+ switch (scheme) {
7
+ case ColorScheme.Dark:
8
+ return 'dark';
9
+ case ColorScheme.Light:
10
+ default:
11
+ return 'light';
12
+ }
13
+ };
14
+ export const hexToRGBA = (hex, opacity) => hex
15
+ .replace('#', '')
16
+ .split(/(?=(?:..)*$)/)
17
+ .map(x => parseInt(x, 16))
18
+ .filter(num => !isNaN(num))
19
+ .reduce((acc, color) => `${acc}${color},`, 'rgba(')
20
+ .concat(`${opacity})`);
21
+ export const assignSecrets = (object, secrets) => {
22
+ // @ts-expect-error - assign secrets to object
23
+ object[`__uni__secrets__${Math.random().toString(16).slice(2)}`] = secrets;
24
+ return object;
25
+ };
26
+ export const extractSecrets = (object) => {
27
+ const secrets = Object.entries(object).reduce((acc, [key, value]) => {
28
+ if (key.startsWith('__uni__secrets__')) {
29
+ acc.push(value);
30
+ }
31
+ return acc;
32
+ }, []);
33
+ return secrets;
34
+ };
35
+ export const getStyles = (values) => {
36
+ const returnValue = {};
37
+ Object.defineProperties(returnValue, reduceObject(values, value => ({
38
+ value,
39
+ enumerable: false,
40
+ configurable: true
41
+ })));
42
+ return returnValue;
43
+ };
44
+ export const isInDocument = (element) => document.body.contains(element);
45
+ export const extractMediaQueryValue = (query) => {
46
+ const [_, px] = query.match(/(\d+)px/) ?? [];
47
+ if (!px) {
48
+ return undefined;
49
+ }
50
+ const value = Number(px);
51
+ return isNaN(value) ? undefined : value;
52
+ };
53
+ export const getMediaQuery = (query) => {
54
+ if (Object.values(Orientation).includes(query)) {
55
+ return `(orientation: ${query})`;
56
+ }
57
+ if (isUnistylesMq(query)) {
58
+ const { minWidth, maxWidth, minHeight, maxHeight } = parseMq(query);
59
+ return [
60
+ minWidth ? `(min-width: ${minWidth}px)` : undefined,
61
+ maxWidth ? `(max-width: ${maxWidth}px)` : undefined,
62
+ minHeight ? `(min-height: ${minHeight}px)` : undefined,
63
+ maxHeight ? `(max-height: ${maxHeight}px)` : undefined
64
+ ].filter(Boolean).join(' and ');
65
+ }
66
+ const minWidth = UnistylesState.breakpoints && keyInObject(UnistylesState.breakpoints, query) ? UnistylesState.breakpoints[query] : undefined;
67
+ return `(min-width: ${minWidth ?? 0}px)`;
68
+ };
69
+ export const extractUnistyleDependencies = (value) => {
70
+ const dependencies = keyInObject(value, 'uni__dependencies') ? value.uni__dependencies : [];
71
+ return dependencies;
72
+ };
@@ -0,0 +1,26 @@
1
+ import { deepMergeObjects } from '../utils';
2
+ const hasVariants = (value) => 'variants' in value[1];
3
+ export const getVariants = (styles, selectedVariants) => {
4
+ return Object.entries(styles)
5
+ .filter(hasVariants)
6
+ .filter(([_key, { variants }]) => Object.keys(variants).some(variant => variant in variants))
7
+ .map(([key, { variants, compoundVariants = [] }]) => {
8
+ const variantStyles = Object.entries(variants).flatMap(([variant, styles]) => {
9
+ const selectedVariant = selectedVariants[variant];
10
+ const selectedVariantStyles = styles[selectedVariant] ?? styles['default'];
11
+ if (!selectedVariantStyles) {
12
+ return [];
13
+ }
14
+ return selectedVariantStyles;
15
+ });
16
+ const compoundVariantStyles = compoundVariants.flatMap(compoundVariant => {
17
+ const { styles, ...conditions } = compoundVariant;
18
+ if (Object.entries(conditions).some(([variant, value]) => String(selectedVariants[variant]) !== String(value))) {
19
+ return [];
20
+ }
21
+ return styles;
22
+ });
23
+ const mergedVariantStyles = deepMergeObjects(...variantStyles, ...compoundVariantStyles);
24
+ return [key, mergedVariantStyles];
25
+ });
26
+ };
@@ -0,0 +1,2 @@
1
+ export * from './useVariants';
2
+ export * from './getVariants';
@@ -0,0 +1,50 @@
1
+ import { useMemo, useRef, useState } from 'react';
2
+ import { equal, keyInObject, reduceObject } from '../utils';
3
+ import { getVariants } from './getVariants';
4
+ export const createUseVariants = (styles, setSelectedVariants) => {
5
+ const useVariants = (selectedVariants) => {
6
+ const [selectedVariantStylesMap] = useState(() => new Map());
7
+ const lastSelectedVariantsRef = useRef();
8
+ // Variable that determines if variants have changed and we need to recalculate styles
9
+ const variantsChanged = !equal(lastSelectedVariantsRef.current, selectedVariants);
10
+ if (variantsChanged) {
11
+ lastSelectedVariantsRef.current = selectedVariants;
12
+ setSelectedVariants(selectedVariants);
13
+ }
14
+ const combinedVariantStyles = useMemo(() => {
15
+ const result = getVariants(styles, selectedVariants);
16
+ result.forEach(([key, value]) => {
17
+ selectedVariantStylesMap.set(key, value);
18
+ });
19
+ return result;
20
+ }, [lastSelectedVariantsRef.current]);
21
+ combinedVariantStyles.forEach(([key]) => {
22
+ const styleEntry = styles[key];
23
+ if (!styleEntry) {
24
+ return;
25
+ }
26
+ const selectedVariantStyles = selectedVariantStylesMap.get(key);
27
+ Object.defineProperties(styleEntry, reduceObject(selectedVariantStyles ?? {}, value => ({
28
+ value,
29
+ enumerable: false,
30
+ configurable: true
31
+ })));
32
+ // Add __uni__variants to static styles
33
+ Object.keys(styleEntry).forEach(key => {
34
+ if (!key.startsWith('__uni__secrets__')) {
35
+ return;
36
+ }
37
+ const secret = keyInObject(styleEntry, key) ? styleEntry[key] : undefined;
38
+ if (!secret) {
39
+ return;
40
+ }
41
+ Object.defineProperty(secret, '__uni__variants', {
42
+ value: selectedVariants
43
+ });
44
+ });
45
+ });
46
+ };
47
+ Object.defineProperty(styles, 'useVariants', {
48
+ value: useVariants
49
+ });
50
+ };