react-native-unistyles 3.0.0-alpha.30 → 3.0.0-alpha.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cxx/core/UnistylesCommitHook.cpp +9 -11
- package/cxx/core/UnistylesCommitHook.h +1 -2
- package/cxx/core/UnistylesMountHook.cpp +5 -3
- package/cxx/core/UnistylesMountHook.h +2 -1
- package/cxx/core/UnistylesRegistry.cpp +22 -4
- package/cxx/core/UnistylesRegistry.h +1 -1
- package/cxx/hybridObjects/HybridStyleSheet.cpp +6 -14
- package/cxx/hybridObjects/HybridStyleSheet.h +0 -1
- package/cxx/parser/Parser.cpp +51 -13
- package/cxx/parser/Parser.h +2 -1
- package/cxx/shadowTree/ShadowLeafUpdate.h +2 -1
- package/cxx/shadowTree/ShadowTrafficController.h +38 -15
- package/cxx/shadowTree/ShadowTreeManager.cpp +5 -6
- package/cxx/shadowTree/ShadowTreeManager.h +1 -1
- package/ios/UnistylesModuleOnLoad.mm +1 -3
- package/lib/commonjs/common.js.map +1 -1
- package/lib/commonjs/core/createUnistylesComponent.native.js +3 -2
- package/lib/commonjs/core/createUnistylesComponent.native.js.map +1 -2
- package/lib/commonjs/core/useBreakpoint.js.map +1 -1
- package/lib/commonjs/core/useBreakpoint.native.js.map +1 -2
- package/lib/commonjs/core/useTheme.js.map +1 -2
- package/lib/commonjs/core/useTheme.native.js.map +1 -2
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js +4 -5
- package/lib/commonjs/specs/NativePlatform/NativePlatform.nitro.js.map +2 -1
- package/lib/commonjs/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +1 -1
- package/lib/commonjs/specs/StatusBar/UnistylesStatusBar.nitro.js.map +1 -1
- package/lib/commonjs/specs/StatusBar/index.js.map +1 -2
- package/lib/commonjs/specs/StyleSheet/index.js.map +2 -1
- package/lib/commonjs/specs/TurboUnistyles/NativeTurboUnistyles.js +3 -1
- package/lib/commonjs/specs/TurboUnistyles/NativeTurboUnistyles.js.map +1 -2
- package/lib/commonjs/specs/index.web.js.map +2 -1
- package/lib/commonjs/specs/types.js +10 -10
- package/lib/commonjs/types/accessibility.js +10 -10
- package/lib/commonjs/types/accessibility.js.map +2 -1
- package/lib/commonjs/types/core.js.map +1 -1
- package/lib/commonjs/types/index.js.map +1 -2
- package/lib/commonjs/types/stylesheet.js +2 -1
- package/lib/commonjs/types/variants.js.map +1 -1
- package/lib/commonjs/web/convert/boxShadow.js +1 -4
- package/lib/commonjs/web/convert/boxShadow.js.map +2 -1
- package/lib/commonjs/web/convert/shadow.js +1 -5
- package/lib/commonjs/web/convert/shadow.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/index.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/mq.js.map +1 -1
- package/lib/commonjs/web/utils/common.js +3 -1
- package/lib/commonjs/web/utils/common.js.map +1 -2
- package/lib/commonjs/web/variants/getVariants.js.map +2 -1
- package/lib/commonjs/web/variants/index.js.map +1 -1
- package/lib/module/common.js.map +1 -1
- package/lib/module/core/createUnistylesComponent.js +4 -3
- package/lib/module/core/createUnistylesComponent.js.map +1 -2
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/core/useTheme.js.map +1 -2
- package/lib/module/core/useTheme.native.js.map +1 -2
- package/lib/module/specs/NativePlatform/index.js.map +1 -1
- package/lib/module/specs/NavigtionBar/index.js.map +1 -2
- package/lib/module/specs/ShadowRegistry/ShadowRegistry.nitro.js.map +2 -1
- package/lib/module/specs/ShadowRegistry/index.js.map +1 -2
- package/lib/module/specs/ShadowRegistry/types.js.map +1 -2
- package/lib/module/specs/StatusBar/UnistylesStatusBar.nitro.js.map +2 -1
- package/lib/module/specs/StatusBar/index.js.map +1 -1
- package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js +1 -1
- package/lib/module/specs/StyleSheet/UnistylesStyleSheet.nitro.js.map +1 -1
- package/lib/module/specs/TurboUnistyles/NativeTurboUnistyles.js.map +1 -2
- package/lib/module/specs/UnistylesRuntime/UnistylesRuntime.nitro.js.map +1 -2
- package/lib/module/specs/UnistylesRuntime/index.js.map +2 -1
- package/lib/module/specs/types.js +10 -10
- package/lib/module/specs/types.js.map +2 -1
- package/lib/module/types/breakpoints.js.map +1 -2
- package/lib/module/types/core.js.map +2 -1
- package/lib/module/web/convert/index.js.map +1 -2
- package/lib/module/web/convert/pseudo.js.map +1 -2
- package/lib/module/web/convert/shadow.js +5 -1
- package/lib/module/web/convert/textShadow.js +1 -4
- package/lib/module/web/convert/textShadow.js.map +2 -1
- package/lib/module/web/convert/utils.js.map +2 -1
- package/lib/module/web/create.js +1 -5
- package/lib/module/web/create.js.map +2 -1
- package/lib/module/web/index.js.map +1 -2
- package/lib/module/web/mock.js.map +1 -2
- package/lib/module/web/mq.js.map +1 -1
- package/lib/module/web/registry.js +1 -3
- package/lib/module/web/utils/common.js +1 -3
- package/lib/module/web/utils/common.js.map +2 -1
- package/lib/module/web/utils/unistyle.js.map +2 -1
- package/lib/module/web/variants/getVariants.js.map +1 -2
- package/lib/module/web/variants/index.js.map +1 -1
- package/lib/module/web/variants/useVariants.js.map +1 -2
- package/package.json +1 -1
@@ -18,7 +18,7 @@ RootShadowNode::Unshared core::UnistylesCommitHook::shadowTreeWillCommit(
|
|
18
18
|
RootShadowNode::Unshared rootNode = newRootShadowNode;
|
19
19
|
auto unistylesRootNode = std::reinterpret_pointer_cast<core::UnistylesCommitShadowNode>(newRootShadowNode);
|
20
20
|
|
21
|
-
//
|
21
|
+
// this is Unistyles commit, we don't need to override it
|
22
22
|
if (unistylesRootNode->hasUnistylesCommitTrait()) {
|
23
23
|
unistylesRootNode->removeUnistylesCommitTrait();
|
24
24
|
unistylesRootNode->addUnistylesMountTrait();
|
@@ -26,26 +26,24 @@ RootShadowNode::Unshared core::UnistylesCommitHook::shadowTreeWillCommit(
|
|
26
26
|
return newRootShadowNode;
|
27
27
|
}
|
28
28
|
|
29
|
+
// this is React Native / Reanimated commit
|
30
|
+
// merge Unistyles updates before it completes
|
29
31
|
auto& registry = core::UnistylesRegistry::get();
|
32
|
+
auto& shadowLeafUpdates = registry.trafficController.getUpdates();
|
30
33
|
|
31
|
-
|
32
|
-
return newRootShadowNode;
|
33
|
-
}
|
34
|
-
|
35
|
-
auto& shadowLeafUpdates = registry.trafficController._unistylesUpdates;
|
36
|
-
|
34
|
+
// oops, not updates from Unistyles yet, skip it!
|
37
35
|
if (shadowLeafUpdates.size() == 0) {
|
38
36
|
return newRootShadowNode;
|
39
37
|
}
|
40
38
|
|
41
|
-
|
42
|
-
registry.trafficController.stopUnistylesTraffic();
|
39
|
+
auto affectedNodes = shadow::ShadowTreeManager::findAffectedNodes(*rootNode, shadowLeafUpdates);
|
43
40
|
|
44
|
-
|
41
|
+
registry.trafficController.stopUnistylesTraffic();
|
45
42
|
|
43
|
+
// we have few updates, so merge it
|
46
44
|
return std::static_pointer_cast<RootShadowNode>(shadow::ShadowTreeManager::cloneShadowTree(
|
47
45
|
*rootNode,
|
48
|
-
shadowLeafUpdates
|
46
|
+
shadowLeafUpdates,
|
49
47
|
affectedNodes
|
50
48
|
));
|
51
49
|
}
|
@@ -10,7 +10,7 @@ namespace margelo::nitro::unistyles::core {
|
|
10
10
|
using namespace facebook::react;
|
11
11
|
|
12
12
|
struct UnistylesCommitHook : public UIManagerCommitHook {
|
13
|
-
UnistylesCommitHook(std::shared_ptr<UIManager> uiManager
|
13
|
+
UnistylesCommitHook(std::shared_ptr<UIManager> uiManager) : _uiManager{uiManager} {
|
14
14
|
_uiManager->registerCommitHook(*this);
|
15
15
|
}
|
16
16
|
|
@@ -22,7 +22,6 @@ struct UnistylesCommitHook : public UIManagerCommitHook {
|
|
22
22
|
|
23
23
|
private:
|
24
24
|
std::shared_ptr<UIManager> _uiManager;
|
25
|
-
jsi::Runtime* _rt;
|
26
25
|
};
|
27
26
|
|
28
27
|
}
|
@@ -18,9 +18,11 @@ void core::UnistylesMountHook::shadowTreeDidMount(RootShadowNode::Shared const &
|
|
18
18
|
return;
|
19
19
|
}
|
20
20
|
|
21
|
-
// React Native
|
21
|
+
// this is React Native or Reanimated commit
|
22
|
+
// one more time merge Unistyles changes
|
22
23
|
auto& registry = core::UnistylesRegistry::get();
|
23
24
|
|
24
|
-
|
25
|
-
|
25
|
+
if (!registry.trafficController.shouldStop()) {
|
26
|
+
shadow::ShadowTreeManager::updateShadowTree(*_rt);
|
27
|
+
}
|
26
28
|
}
|
@@ -9,7 +9,7 @@ namespace margelo::nitro::unistyles::core {
|
|
9
9
|
using namespace facebook::react;
|
10
10
|
|
11
11
|
struct UnistylesMountHook : public UIManagerMountHook {
|
12
|
-
UnistylesMountHook(std::shared_ptr<UIManager> uiManager) : _uiManager{uiManager} {
|
12
|
+
UnistylesMountHook(std::shared_ptr<UIManager> uiManager, jsi::Runtime& rt) : _uiManager{uiManager}, _rt{&rt} {
|
13
13
|
_uiManager->registerMountHook(*this);
|
14
14
|
}
|
15
15
|
|
@@ -19,6 +19,7 @@ struct UnistylesMountHook : public UIManagerMountHook {
|
|
19
19
|
|
20
20
|
private:
|
21
21
|
std::shared_ptr<UIManager> _uiManager;
|
22
|
+
jsi::Runtime* _rt;
|
22
23
|
};
|
23
24
|
|
24
25
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
#include "UnistylesRegistry.h"
|
2
2
|
#include "UnistylesState.h"
|
3
|
+
#include "Parser.h"
|
3
4
|
|
4
5
|
using namespace margelo::nitro::unistyles;
|
5
6
|
using namespace facebook;
|
@@ -74,13 +75,25 @@ void core::UnistylesRegistry::linkShadowNodeWithUnistyle(
|
|
74
75
|
Variants& variants,
|
75
76
|
std::vector<folly::dynamic>& arguments
|
76
77
|
) {
|
78
|
+
auto parser = parser::Parser(nullptr);
|
79
|
+
shadow::ShadowLeafUpdates updates;
|
80
|
+
|
77
81
|
if (!this->_shadowRegistry[&rt].contains(shadowNodeFamily)) {
|
78
82
|
this->_shadowRegistry[&rt][shadowNodeFamily] = {};
|
79
83
|
}
|
80
84
|
|
81
85
|
std::for_each(unistyles.begin(), unistyles.end(), [&, this](Unistyle::Shared unistyle){
|
82
86
|
this->_shadowRegistry[&rt][shadowNodeFamily].emplace_back(std::make_shared<UnistyleData>(unistyle, variants, arguments));
|
87
|
+
|
88
|
+
// add or update node for shadow leaf updates
|
89
|
+
// dynamic functions are parsed later
|
90
|
+
if (unistyle->type == UnistyleType::Object) {
|
91
|
+
updates[shadowNodeFamily] = parser.parseUnistyleToShadowTreeStyles(rt, unistyle);
|
92
|
+
}
|
83
93
|
});
|
94
|
+
|
95
|
+
this->trafficController.setUpdates(rt, updates);
|
96
|
+
this->trafficController.resumeUnistylesTraffic();
|
84
97
|
}
|
85
98
|
|
86
99
|
void core::UnistylesRegistry::unlinkShadowNodeWithUnistyles(jsi::Runtime& rt, const ShadowNodeFamily* shadowNodeFamily) {
|
@@ -134,16 +147,21 @@ core::DependencyMap core::UnistylesRegistry::buildDependencyMap(jsi::Runtime& rt
|
|
134
147
|
return dependencyMap;
|
135
148
|
}
|
136
149
|
|
137
|
-
|
138
|
-
|
150
|
+
// called from proxied function only, we don't know host
|
151
|
+
// so we need to rebuild all instances as they may have different variants
|
152
|
+
void core::UnistylesRegistry::shadowLeafUpdateFromUnistyle(jsi::Runtime& rt, Unistyle::Shared unistyle) {
|
153
|
+
shadow::ShadowLeafUpdates updates;
|
154
|
+
auto parser = parser::Parser(nullptr);
|
139
155
|
|
140
156
|
for (const auto& [family, unistyles] : this->_shadowRegistry[&rt]) {
|
141
157
|
for (const auto& unistyleData : unistyles) {
|
142
|
-
|
158
|
+
if (unistyleData->unistyle == unistyle) {
|
159
|
+
updates[family] = parser.parseStylesToShadowTreeStyles(rt, {unistyleData});
|
160
|
+
}
|
143
161
|
}
|
144
162
|
}
|
145
163
|
|
146
|
-
|
164
|
+
this->trafficController.setUpdates(rt, updates);
|
147
165
|
}
|
148
166
|
|
149
167
|
std::vector<std::shared_ptr<core::StyleSheet>> core::UnistylesRegistry::getStyleSheetsToRefresh(jsi::Runtime& rt, bool themeDidChange, bool runtimeDidChange) {
|
@@ -42,7 +42,7 @@ struct UnistylesRegistry: public StyleSheetRegistry {
|
|
42
42
|
std::shared_ptr<core::StyleSheet> addStyleSheet(jsi::Runtime& rt, int tag, core::StyleSheetType type, jsi::Object&& rawValue);
|
43
43
|
DependencyMap buildDependencyMap(jsi::Runtime& rt, std::vector<UnistyleDependency>& deps);
|
44
44
|
Unistyle::Shared findUnistyleFromKey(jsi::Runtime& rt, std::string styleKey, int tag);
|
45
|
-
|
45
|
+
void shadowLeafUpdateFromUnistyle(jsi::Runtime& rt, Unistyle::Shared unistyle);
|
46
46
|
shadow::ShadowTrafficController trafficController{};
|
47
47
|
|
48
48
|
private:
|
@@ -230,8 +230,8 @@ void HybridStyleSheet::loadExternalMethods(const jsi::Value& thisValue, jsi::Run
|
|
230
230
|
}
|
231
231
|
|
232
232
|
void HybridStyleSheet::registerHooks(jsi::Runtime& rt) {
|
233
|
-
this->_unistylesCommitHook = std::make_shared<core::UnistylesCommitHook>(this->_uiManager
|
234
|
-
this->_unistylesMountHook = std::make_shared<core::UnistylesMountHook>(this->_uiManager);
|
233
|
+
this->_unistylesCommitHook = std::make_shared<core::UnistylesCommitHook>(this->_uiManager);
|
234
|
+
this->_unistylesMountHook = std::make_shared<core::UnistylesMountHook>(this->_uiManager, rt);
|
235
235
|
}
|
236
236
|
|
237
237
|
void HybridStyleSheet::onPlatformDependenciesChange(std::vector<UnistyleDependency> unistylesDependencies) {
|
@@ -273,14 +273,10 @@ void HybridStyleSheet::onPlatformDependenciesChange(std::vector<UnistyleDependen
|
|
273
273
|
}
|
274
274
|
|
275
275
|
parser.rebuildUnistylesInDependencyMap(rt, dependencyMap, dependentStyleSheets);
|
276
|
-
|
277
|
-
this->notifyJSListeners(dependencies);
|
278
|
-
|
279
|
-
// this is required, otherwise shadow tree will ignore Unistyles commit
|
280
|
-
registry.trafficController.setHasUnistylesCommit(true);
|
281
276
|
parser.rebuildShadowLeafUpdates(dependencyMap);
|
282
|
-
|
283
|
-
|
277
|
+
|
278
|
+
this->notifyJSListeners(dependencies);
|
279
|
+
shadow::ShadowTreeManager::updateShadowTree(rt);
|
284
280
|
});
|
285
281
|
}
|
286
282
|
|
@@ -304,12 +300,8 @@ void HybridStyleSheet::onImeChange() {
|
|
304
300
|
}
|
305
301
|
|
306
302
|
parser.rebuildUnistylesInDependencyMap(rt, dependencyMap, {});
|
307
|
-
|
308
|
-
// this is required, otherwise shadow tree will ignore Unistyles commit
|
309
|
-
registry.trafficController.setHasUnistylesCommit(true);
|
310
303
|
parser.rebuildShadowLeafUpdates(dependencyMap);
|
311
|
-
|
312
|
-
shadow::ShadowTreeManager::updateShadowTree(rt, registry.trafficController._unistylesUpdates[&rt]);
|
304
|
+
shadow::ShadowTreeManager::updateShadowTree(rt);
|
313
305
|
});
|
314
306
|
}
|
315
307
|
|
package/cxx/parser/Parser.cpp
CHANGED
@@ -120,23 +120,33 @@ void parser::Parser::rebuildUnistylesInDependencyMap(jsi::Runtime& rt, Dependenc
|
|
120
120
|
auto& unistyle = unistyleData->unistyle;
|
121
121
|
|
122
122
|
// for RN styles or inline styles, compute styles only once
|
123
|
-
if (unistyle->styleKey == helpers::EXOTIC_STYLE_KEY.c_str()
|
124
|
-
unistyleData->parsedStyle
|
123
|
+
if (unistyle->styleKey == helpers::EXOTIC_STYLE_KEY.c_str()) {
|
124
|
+
if (!unistyleData->parsedStyle.has_value()) {
|
125
|
+
unistyleData->parsedStyle = jsi::Value(rt, unistyle->rawValue).asObject(rt);
|
125
126
|
|
126
|
-
|
127
|
-
|
127
|
+
if (!parsedUnistyles.contains(unistyle)) {
|
128
|
+
parsedUnistyles.emplace(unistyle, true);
|
129
|
+
}
|
128
130
|
}
|
129
131
|
|
130
132
|
continue;
|
131
133
|
}
|
132
134
|
|
135
|
+
// reference Unistyles StyleSheet as we may mix them for one style
|
136
|
+
auto unistyleStyleSheet = unistyle->parent;
|
137
|
+
|
138
|
+
// we may hit now other StyleSheets that are referenced from affected nodes
|
139
|
+
if (unistyleStyleSheet != nullptr && !parsedStyleSheets.contains(unistyleStyleSheet)) {
|
140
|
+
parsedStyleSheets.emplace(unistyleStyleSheet, this->unwrapStyleSheet(rt, unistyleStyleSheet));
|
141
|
+
}
|
142
|
+
|
133
143
|
// StyleSheet might have styles that are not affected
|
134
|
-
if (!parsedStyleSheets[
|
144
|
+
if (!parsedStyleSheets[unistyleStyleSheet].asObject(rt).hasProperty(rt, unistyle->styleKey.c_str())) {
|
135
145
|
continue;
|
136
146
|
}
|
137
147
|
|
138
|
-
unistyle->rawValue = parsedStyleSheets[
|
139
|
-
this->rebuildUnistyle(rt,
|
148
|
+
unistyle->rawValue = parsedStyleSheets[unistyleStyleSheet].asObject(rt).getProperty(rt, unistyle->styleKey.c_str()).asObject(rt);
|
149
|
+
this->rebuildUnistyle(rt, unistyleStyleSheet, unistyle, unistyleData->variants, unistyleData->dynamicFunctionMetadata);
|
140
150
|
unistyleData->parsedStyle = jsi::Value(rt, unistyle->parsedStyle.value()).asObject(rt);
|
141
151
|
|
142
152
|
if (!parsedUnistyles.contains(unistyle)) {
|
@@ -207,7 +217,10 @@ void parser::Parser::rebuildShadowLeafUpdates(core::DependencyMap& dependencyMap
|
|
207
217
|
updates.emplace(shadowNode, std::move(rawProps));
|
208
218
|
}
|
209
219
|
|
210
|
-
registry.trafficController.
|
220
|
+
registry.trafficController.setUpdates(rt, updates);
|
221
|
+
|
222
|
+
// this is required, we need to indicate that there are new changes
|
223
|
+
registry.trafficController.resumeUnistylesTraffic();
|
211
224
|
}
|
212
225
|
|
213
226
|
// first level of StyleSheet, we can expect here different properties than on second level
|
@@ -359,6 +372,11 @@ jsi::Function parser::Parser::createDynamicFunctionProxy(jsi::Runtime& rt, Unist
|
|
359
372
|
|
360
373
|
helpers::defineHiddenProperty(rt, style, helpers::STYLE_DEPENDENCIES, helpers::dependenciesToJSIArray(rt, unistyle->dependencies));
|
361
374
|
|
375
|
+
// update shadow leaf updates to indicate newest changes
|
376
|
+
auto& registry = core::UnistylesRegistry::get();
|
377
|
+
|
378
|
+
registry.shadowLeafUpdateFromUnistyle(rt, unistyle);
|
379
|
+
|
362
380
|
return style;
|
363
381
|
});
|
364
382
|
}
|
@@ -723,15 +741,15 @@ jsi::Value parser::Parser::parseSecondLevel(jsi::Runtime &rt, Unistyle::Shared u
|
|
723
741
|
return parsedStyle;
|
724
742
|
}
|
725
743
|
|
726
|
-
// convert unistyles to
|
727
|
-
|
744
|
+
// convert unistyles to folly with int colors
|
745
|
+
folly::dynamic parser::Parser::parseStylesToShadowTreeStyles(jsi::Runtime& rt, const std::vector<std::shared_ptr<UnistyleData>>& unistyles) {
|
728
746
|
jsi::Object convertedStyles = jsi::Object(rt);
|
729
747
|
auto& state = core::UnistylesRegistry::get().getState(rt);
|
730
748
|
|
731
749
|
for (const auto& unistyleData : unistyles) {
|
750
|
+
// this can happen for exotic stylesheets
|
732
751
|
if (!unistyleData->parsedStyle.has_value()) {
|
733
|
-
|
734
|
-
continue;
|
752
|
+
unistyleData->parsedStyle = jsi::Value(rt, unistyleData->unistyle->rawValue).asObject(rt);
|
735
753
|
}
|
736
754
|
|
737
755
|
helpers::enumerateJSIObject(rt, unistyleData->parsedStyle.value(), [&](const std::string& propertyName, jsi::Value& propertyValue){
|
@@ -743,7 +761,27 @@ RawProps parser::Parser::parseStylesToShadowTreeStyles(jsi::Runtime& rt, const s
|
|
743
761
|
});
|
744
762
|
}
|
745
763
|
|
746
|
-
return
|
764
|
+
return jsi::dynamicFromValue(rt, std::move(convertedStyles));
|
765
|
+
}
|
766
|
+
|
767
|
+
folly::dynamic parser::Parser::parseUnistyleToShadowTreeStyles(jsi::Runtime& rt, const Unistyle::Shared unistyle) {
|
768
|
+
jsi::Object convertedStyles = jsi::Object(rt);
|
769
|
+
auto& state = core::UnistylesRegistry::get().getState(rt);
|
770
|
+
|
771
|
+
// can happen for exotic styles
|
772
|
+
if (!unistyle->parsedStyle.has_value()) {
|
773
|
+
unistyle->parsedStyle = jsi::Value(rt, unistyle->rawValue).asObject(rt);
|
774
|
+
}
|
775
|
+
|
776
|
+
helpers::enumerateJSIObject(rt, unistyle->parsedStyle.value(), [&](const std::string& propertyName, jsi::Value& propertyValue){
|
777
|
+
if (this->isColor(propertyName)) {
|
778
|
+
return convertedStyles.setProperty(rt, propertyName.c_str(), jsi::Value(state.parseColor(propertyValue)));
|
779
|
+
}
|
780
|
+
|
781
|
+
convertedStyles.setProperty(rt, propertyName.c_str(), propertyValue);
|
782
|
+
});
|
783
|
+
|
784
|
+
return jsi::dynamicFromValue(rt, std::move(convertedStyles));
|
747
785
|
}
|
748
786
|
|
749
787
|
// check is styleKey contains color
|
package/cxx/parser/Parser.h
CHANGED
@@ -26,6 +26,8 @@ struct Parser {
|
|
26
26
|
void rebuildUnistylesWithVariants(jsi::Runtime& rt, std::shared_ptr<StyleSheet> styleSheet, Variants& variants);
|
27
27
|
void rebuildUnistylesInDependencyMap(jsi::Runtime& rt, core::DependencyMap& dependencyMap, std::vector<std::shared_ptr<core::StyleSheet>> styleSheets);
|
28
28
|
void rebuildShadowLeafUpdates(core::DependencyMap& dependencyMap);
|
29
|
+
folly::dynamic parseUnistyleToShadowTreeStyles(jsi::Runtime& rt, const Unistyle::Shared unistyle);
|
30
|
+
folly::dynamic parseStylesToShadowTreeStyles(jsi::Runtime& rt, const std::vector<std::shared_ptr<UnistyleData>>& unistyles);
|
29
31
|
|
30
32
|
private:
|
31
33
|
void rebuildUnistyle(jsi::Runtime& rt, std::shared_ptr<StyleSheet> styleSheet, Unistyle::Shared unistyle, const Variants& variants, std::optional<std::vector<folly::dynamic>>);
|
@@ -42,7 +44,6 @@ private:
|
|
42
44
|
jsi::Value getStylesForVariant(jsi::Runtime& rt, const std::string groupName, jsi::Object&& groupValue, std::optional<std::string> selectedVariant, Variants& variants);
|
43
45
|
jsi::Object parseCompoundVariants(jsi::Runtime& rt, Unistyle::Shared unistyle, jsi::Object& obj, Variants& variants);
|
44
46
|
bool shouldApplyCompoundVariants(jsi::Runtime& rt, const Variants& variants, jsi::Object& compoundVariant);
|
45
|
-
RawProps parseStylesToShadowTreeStyles(jsi::Runtime& rt, const std::vector<std::shared_ptr<UnistyleData>>& unistyles);
|
46
47
|
bool isColor(const std::string& propertyName);
|
47
48
|
|
48
49
|
std::shared_ptr<HybridUnistylesRuntime> _unistylesRuntime;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
#pragma once
|
2
2
|
|
3
3
|
#include <jsi/jsi.h>
|
4
|
+
#include <folly/dynamic.h>
|
4
5
|
#include <react/renderer/uimanager/UIManager.h>
|
5
6
|
|
6
7
|
namespace margelo::nitro::unistyles::shadow {
|
@@ -8,6 +9,6 @@ namespace margelo::nitro::unistyles::shadow {
|
|
8
9
|
using namespace facebook;
|
9
10
|
using namespace facebook::react;
|
10
11
|
|
11
|
-
using ShadowLeafUpdates = std::unordered_map<const ShadowNodeFamily*,
|
12
|
+
using ShadowLeafUpdates = std::unordered_map<const ShadowNodeFamily*, folly::dynamic>;
|
12
13
|
|
13
14
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
#pragma once
|
2
2
|
|
3
|
+
#import "mutex"
|
3
4
|
#import "ShadowLeafUpdate.h"
|
4
5
|
|
5
6
|
namespace margelo::nitro::unistyles::shadow {
|
@@ -7,31 +8,53 @@ namespace margelo::nitro::unistyles::shadow {
|
|
7
8
|
// Like a traffic officer managing a jam, this struct ensures everything
|
8
9
|
// is synchronized within a set timeframe, controlling flow and preventing chaos.
|
9
10
|
struct ShadowTrafficController {
|
10
|
-
inline bool hasUnistylesCommit() {
|
11
|
-
return _hasCommit;
|
12
|
-
}
|
13
|
-
|
14
|
-
inline void setHasUnistylesCommit(bool hasCommit) {
|
15
|
-
this->_hasCommit = hasCommit;
|
16
|
-
}
|
17
|
-
|
18
11
|
inline bool shouldStop() {
|
19
12
|
return !_canCommit;
|
20
13
|
}
|
21
|
-
|
14
|
+
|
22
15
|
inline void stopUnistylesTraffic() {
|
16
|
+
std::lock_guard<std::mutex> lock(_mutex);
|
17
|
+
|
23
18
|
this->_canCommit = false;
|
24
19
|
}
|
25
|
-
|
20
|
+
|
26
21
|
inline void resumeUnistylesTraffic() {
|
22
|
+
std::lock_guard<std::mutex> lock(_mutex);
|
23
|
+
|
27
24
|
this->_canCommit = true;
|
28
25
|
}
|
29
|
-
|
30
|
-
|
31
|
-
|
26
|
+
|
27
|
+
inline shadow::ShadowLeafUpdates& getUpdates() {
|
28
|
+
std::lock_guard<std::mutex> lock(_mutex);
|
29
|
+
|
30
|
+
return _unistylesUpdates;
|
31
|
+
}
|
32
|
+
|
33
|
+
inline void setUpdates(jsi::Runtime& rt, shadow::ShadowLeafUpdates& newUpdates) {
|
34
|
+
std::lock_guard<std::mutex> lock(_mutex);
|
35
|
+
|
36
|
+
auto& targetUpdates = _unistylesUpdates;
|
37
|
+
|
38
|
+
// this is important as overriding updates may skip some interim changes
|
39
|
+
// Unistyles emits different events so this will make sure that everything is synced
|
40
|
+
std::for_each(newUpdates.begin(), newUpdates.end(), [&targetUpdates](auto& pair){
|
41
|
+
if (targetUpdates.contains(pair.first)) {
|
42
|
+
targetUpdates[pair.first] = std::move(pair.second);
|
43
|
+
|
44
|
+
return;
|
45
|
+
}
|
46
|
+
|
47
|
+
targetUpdates.emplace(pair.first, std::move(pair.second));
|
48
|
+
});
|
49
|
+
}
|
50
|
+
|
32
51
|
private:
|
33
|
-
bool
|
34
|
-
|
52
|
+
std::atomic<bool> _canCommit = false;
|
53
|
+
shadow::ShadowLeafUpdates _unistylesUpdates{};
|
54
|
+
|
55
|
+
// this struct should be accessed in thread-safe manner. Otherwise shadow tree updates
|
56
|
+
// from different threads will break it
|
57
|
+
std::mutex _mutex;
|
35
58
|
};
|
36
59
|
|
37
60
|
}
|
@@ -6,14 +6,13 @@ using namespace facebook;
|
|
6
6
|
|
7
7
|
using AffectedNodes = std::unordered_map<const ShadowNodeFamily*, std::unordered_set<int>>;
|
8
8
|
|
9
|
-
void shadow::ShadowTreeManager::updateShadowTree(facebook::jsi::Runtime& rt
|
9
|
+
void shadow::ShadowTreeManager::updateShadowTree(facebook::jsi::Runtime& rt) {
|
10
|
+
auto& registry = core::UnistylesRegistry::get();
|
10
11
|
auto& uiManager = UIManagerBinding::getBinding(rt)->getUIManager();
|
11
12
|
const auto &shadowTreeRegistry = uiManager.getShadowTreeRegistry();
|
12
|
-
auto
|
13
|
-
|
14
|
-
if (registry.trafficController.shouldStop()) {
|
15
|
-
registry.trafficController.setHasUnistylesCommit(true);
|
13
|
+
auto updates = registry.trafficController.getUpdates();
|
16
14
|
|
15
|
+
if (updates.size() == 0) {
|
17
16
|
return;
|
18
17
|
}
|
19
18
|
|
@@ -29,7 +28,7 @@ void shadow::ShadowTreeManager::updateShadowTree(facebook::jsi::Runtime& rt, sha
|
|
29
28
|
affectedNodes
|
30
29
|
));
|
31
30
|
|
32
|
-
// set unistyles
|
31
|
+
// set unistyles trait
|
33
32
|
auto unistylesRootNode = std::reinterpret_pointer_cast<core::UnistylesCommitShadowNode>(newRootNode);
|
34
33
|
|
35
34
|
unistylesRootNode->addUnistylesCommitTrait();
|
@@ -16,7 +16,7 @@ using namespace facebook;
|
|
16
16
|
using AffectedNodes = std::unordered_map<const ShadowNodeFamily *, std::unordered_set<int>>;
|
17
17
|
|
18
18
|
struct ShadowTreeManager {
|
19
|
-
static void updateShadowTree(jsi::Runtime& rt
|
19
|
+
static void updateShadowTree(jsi::Runtime& rt);
|
20
20
|
static AffectedNodes findAffectedNodes(const RootShadowNode& rootNode, ShadowLeafUpdates& updates);
|
21
21
|
static ShadowNode::Unshared cloneShadowTree(const ShadowNode &shadowNode, ShadowLeafUpdates& updates, AffectedNodes& affectedNodes);
|
22
22
|
};
|
@@ -26,8 +26,6 @@ __weak RCTSurfacePresenter* _surfacePresenter;
|
|
26
26
|
// check if this is live reload, if so let's replace UnistylesRuntime with new runtime
|
27
27
|
auto hasUnistylesRuntime = HybridObjectRegistry::hasHybridObject("UnistylesRuntime");
|
28
28
|
|
29
|
-
auto& registry = core::UnistylesRegistry::get();
|
30
|
-
|
31
29
|
if (hasUnistylesRuntime) {
|
32
30
|
HybridObjectRegistry::unregisterHybridObjectConstructor("UnistylesRuntime");
|
33
31
|
HybridObjectRegistry::unregisterHybridObjectConstructor("UnistylesStyleSheet");
|
@@ -40,7 +38,7 @@ __weak RCTSurfacePresenter* _surfacePresenter;
|
|
40
38
|
- (void)createHybrids:(jsi::Runtime&)rt {
|
41
39
|
auto runOnJSThread = ([executor = _runtimeExecutor](std::function<void(jsi::Runtime& rt)> &&callback) {
|
42
40
|
__block auto objcCallback = callback;
|
43
|
-
|
41
|
+
|
44
42
|
[executor execute:^(jsi::Runtime& rt){
|
45
43
|
objcCallback(rt);
|
46
44
|
}];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_reactNative","require","isWeb","exports","Platform","OS","isIOS","isAndroid"],"sourceRoot":"../../src","sources":["common.
|
1
|
+
{"version":3,"names":["_reactNative","require","isWeb","exports","Platform","OS","isIOS","isAndroid"],"sourceRoot":"../../src","sources":["common.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,MAAMC,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAGE,qBAAQ,CAACC,EAAE,KAAK,KAAK;AACnC,MAAMC,KAAK,GAAAH,OAAA,CAAAG,KAAA,GAAGF,qBAAQ,CAACC,EAAE,KAAK,KAAK;AACnC,MAAME,SAAS,GAAAJ,OAAA,CAAAI,SAAA,GAAGH,qBAAQ,CAACC,EAAE,KAAK,SAAS","ignoreList":[]}
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
exports.createUnistylesComponent = void 0;
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
8
8
|
var _specs = require("../specs");
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
9
10
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
10
11
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
11
12
|
const createUnistylesComponent = (Component, mappings) => {
|
@@ -36,10 +37,10 @@ const createUnistylesComponent = (Component, mappings) => {
|
|
36
37
|
}
|
37
38
|
mergedProps[key] = props[key];
|
38
39
|
});
|
39
|
-
return /*#__PURE__*/
|
40
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {
|
40
41
|
...mergedProps
|
41
42
|
});
|
42
43
|
};
|
43
44
|
};
|
44
45
|
exports.createUnistylesComponent = createUnistylesComponent;
|
45
|
-
//# sourceMappingURL=createUnistylesComponent.native.js.
|
46
|
+
//# sourceMappingURL=createUnistylesComponent.native.js.map
|
@@ -1,2 +1 @@
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_specs","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","createUnistylesComponent","Component","mappings","props","theme","setTheme","useState","UnistylesRuntime","getTheme","setRt","useEffect","removeChangeListener","StyleSheet","addChangeListener","dependencies","componentDependencies","style","uni__dependencies","includes","UnistyleDependency","Theme","some","dependency","prevState","mergedProps","keys","forEach","key","assign","
|
2
|
-
AA,GAAAA,wBAAA","ignoreList":[]}
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_specs","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","createUnistylesComponent","Component","mappings","props","theme","setTheme","useState","UnistylesRuntime","getTheme","setRt","useEffect","removeChangeListener","StyleSheet","addChangeListener","dependencies","componentDependencies","style","uni__dependencies","includes","UnistyleDependency","Theme","some","dependency","prevState","mergedProps","keys","forEach","key","assign","jsx","exports"],"sourceRoot":"../../../src","sources":["core/createUnistylesComponent.native.tsx"],"mappings":"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","ignoreList":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_react","require","_web","_listener","_NativePlatform","useBreakpoint","breakpoint","setBreakpoint","useState","UnistylesRuntime","useEffect","removeChangeListener","UnistylesListener","addListeners","UnistyleDependency","Breakpoints","exports"],"sourceRoot":"../../../src","sources":["core/useBreakpoint.
|
1
|
+
{"version":3,"names":["_react","require","_web","_listener","_NativePlatform","useBreakpoint","breakpoint","setBreakpoint","useState","UnistylesRuntime","useEffect","removeChangeListener","UnistylesListener","addListeners","UnistyleDependency","Breakpoints","exports"],"sourceRoot":"../../../src","sources":["core/useBreakpoint.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,IAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AAEO,MAAMI,aAAa,GAAGA,CAAA,KAAM;EAC/B,MAAM,CAACC,UAAU,EAAEC,aAAa,CAAC,GAAG,IAAAC,eAAQ,EAACC,qBAAgB,CAACH,UAAU,CAAC;EAEzE,IAAAI,gBAAS,EAAC,MAAM;IACZ,MAAMC,oBAAoB,GAAGC,2BAAiB,CAACC,YAAY,CAAC,CAACC,kCAAkB,CAACC,WAAW,CAAC,EAAE,MAAMR,aAAa,CAACE,qBAAgB,CAACH,UAAU,CAAC,CAAC;IAE/I,OAAO,MAAM;MACTK,oBAAoB,CAAC,CAAC;IAC1B,CAAC;EACL,CAAC,EAAE,EAAE,CAAC;EAEN,OAAOL,UAAU;AACrB,CAAC;AAAAU,OAAA,CAAAX,aAAA,GAAAA,aAAA","ignoreList":[]}
|
@@ -1,2 +1 @@
|
|
1
|
-
{"version":3,"names":["_react","require","_specs","useBreakpoint","breakpoint","setBreakpoint","useState","UnistylesRuntime","useEffect","removeChangeListener","StyleSheet","addChangeListener","dependencies","includes","UnistyleDependency","Breakpoints","exports"],"sourceRoot":"../../../src","sources":["core/useBreakpoint.native.
|
2
|
-
|
1
|
+
{"version":3,"names":["_react","require","_specs","useBreakpoint","breakpoint","setBreakpoint","useState","UnistylesRuntime","useEffect","removeChangeListener","StyleSheet","addChangeListener","dependencies","includes","UnistyleDependency","Breakpoints","exports"],"sourceRoot":"../../../src","sources":["core/useBreakpoint.native.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAGO,MAAME,aAAa,GAAGA,CAAA,KAAM;EAC/B,MAAM,CAACC,UAAU,EAAEC,aAAa,CAAC,GAAG,IAAAC,eAAQ,EAACC,uBAAgB,CAACH,UAAU,CAAC;EAEzE,IAAAI,gBAAS,EAAC,MAAM;IACZ,MAAMC,oBAAoB,GAAIC,iBAAU,CAAyBC,iBAAiB,CAACC,YAAY,IAAI;MAC/F,IAAIA,YAAY,CAACC,QAAQ,CAACC,yBAAkB,CAACC,WAAW,CAAC,EAAE;QACvDV,aAAa,CAACE,uBAAgB,CAACH,UAAU,CAAC;MAC9C;IACJ,CAAC,CAAC;IAEF,OAAO,MAAM;MACTK,oBAAoB,CAAC,CAAC;IAC1B,CAAC;EACL,CAAC,EAAE,EAAE,CAAC;EAEN,OAAOL,UAAU;AACrB,CAAC;AAAAY,OAAA,CAAAb,aAAA,GAAAA,aAAA","ignoreList":[]}
|
@@ -1,2 +1 @@
|
|
1
|
-
{"version":3,"names":["_react","require","_web","_listener","_NativePlatform","useTheme","theme","setTheme","useState","UnistylesRuntime","getTheme","useEffect","removeChangeListener","UnistylesListener","addListeners","UnistyleDependency","Theme","exports"],"sourceRoot":"../../../src","sources":["core/useTheme.
|
2
|
-
|
1
|
+
{"version":3,"names":["_react","require","_web","_listener","_NativePlatform","useTheme","theme","setTheme","useState","UnistylesRuntime","getTheme","useEffect","removeChangeListener","UnistylesListener","addListeners","UnistyleDependency","Theme","exports"],"sourceRoot":"../../../src","sources":["core/useTheme.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,IAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AAGO,MAAMI,QAAQ,GAAGA,CAAA,KAAsB;EAC1C,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAG,IAAAC,eAAQ,EAACC,qBAAgB,CAACC,QAAQ,CAAC,CAAC,CAAC;EAE/D,IAAAC,gBAAS,EAAC,MAAM;IACZ,MAAMC,oBAAoB,GAAGC,2BAAiB,CAACC,YAAY,CAAC,CAACC,kCAAkB,CAACC,KAAK,CAAC,EAAE,MAAMT,QAAQ,CAACE,qBAAgB,CAACC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAEpI,OAAO,MAAM;MACTE,oBAAoB,CAAC,CAAC;IAC1B,CAAC;EACL,CAAC,EAAE,EAAE,CAAC;EAEN,OAAON,KAAK;AAChB,CAAC;AAAAW,OAAA,CAAAZ,QAAA,GAAAA,QAAA","ignoreList":[]}
|
@@ -1,2 +1 @@
|
|
1
|
-
{"version":3,"names":["_react","require","_specs","useTheme","theme","setTheme","useState","UnistylesRuntime","getTheme","useEffect","removeChangeListener","StyleSheet","addChangeListener","dependencies","includes","UnistyleDependency","Theme","exports"],"sourceRoot":"../../../src","sources":["core/useTheme.native.
|
2
|
-
}
|
1
|
+
{"version":3,"names":["_react","require","_specs","useTheme","theme","setTheme","useState","UnistylesRuntime","getTheme","useEffect","removeChangeListener","StyleSheet","addChangeListener","dependencies","includes","UnistyleDependency","Theme","exports"],"sourceRoot":"../../../src","sources":["core/useTheme.native.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,QAAQ,GAAGA,CAAA,KAAsB;EAC1C,MAAM,CAACC,KAAK,EAAEC,QAAQ,CAAC,GAAG,IAAAC,eAAQ,EAACC,uBAAgB,CAACC,QAAQ,CAAC,CAAC,CAAC;EAE/D,IAAAC,gBAAS,EAAC,MAAM;IACZ,MAAMC,oBAAoB,GAAIC,iBAAU,CAAyBC,iBAAiB,CAACC,YAAY,IAAI;MAC/F,IAAIA,YAAY,CAACC,QAAQ,CAACC,yBAAkB,CAACC,KAAK,CAAC,EAAE;QACjDX,QAAQ,CAACE,uBAAgB,CAACC,QAAQ,CAAC,CAAC,CAAC;MACzC;IACJ,CAAC,CAAC;IAEF,OAAO,MAAM;MACTE,oBAAoB,CAAC,CAAC;IAC1B,CAAC;EACL,CAAC,EAAE,EAAE,CAAC;EAEN,OAAON,KAAK;AAChB,CAAC;AAAAa,OAAA,CAAAd,QAAA,GAAAA,QAAA","ignoreList":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_specs","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_mq","_core"],"sourceRoot":"../../src","sources":["index.
|
1
|
+
{"version":3,"names":["_specs","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_mq","_core"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAb,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,GAAA,GAAAb,OAAA;AAEA,IAAAc,KAAA,GAAAd,OAAA","ignoreList":[]}
|
@@ -4,9 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports.UnistyleDependency = void 0;
|
7
|
-
|
8
|
-
var UnistyleDependency;
|
9
|
-
(function (UnistyleDependency) {
|
7
|
+
let UnistyleDependency = exports.UnistyleDependency = /*#__PURE__*/function (UnistyleDependency) {
|
10
8
|
UnistyleDependency[UnistyleDependency["Theme"] = 0] = "Theme";
|
11
9
|
UnistyleDependency[UnistyleDependency["ThemeName"] = 1] = "ThemeName";
|
12
10
|
UnistyleDependency[UnistyleDependency["AdaptiveThemes"] = 2] = "AdaptiveThemes";
|
@@ -22,6 +20,7 @@ var UnistyleDependency;
|
|
22
20
|
UnistyleDependency[UnistyleDependency["StatusBar"] = 12] = "StatusBar";
|
23
21
|
UnistyleDependency[UnistyleDependency["NavigationBar"] = 13] = "NavigationBar";
|
24
22
|
UnistyleDependency[UnistyleDependency["Ime"] = 14] = "Ime";
|
25
|
-
|
26
|
-
|
23
|
+
return UnistyleDependency;
|
24
|
+
}({}); // represents any native API that can communicate with Unistyles
|
25
|
+
// not available from JS
|
27
26
|
//# sourceMappingURL=NativePlatform.nitro.js.map
|
@@ -1 +1,2 @@
|
|
1
|
-
{"version":3,"names":["
|
1
|
+
{"version":3,"names":["UnistyleDependency","exports"],"sourceRoot":"../../../../src","sources":["specs/NativePlatform/NativePlatform.nitro.ts"],"mappings":";;;;;;IAMYA,kBAAkB,GAAAC,OAAA,CAAAD,kBAAA,0BAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAlBA,kBAAkB,CAAlBA,kBAAkB;EAAA,OAAlBA,kBAAkB;AAAA,OAgC9B;AACA","ignoreList":[]}
|
2
|
+
,CAAC,GAAG,YAAY;EACvEA,kBAAkB,CAACA,kBAAkB,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,GAAG,aAAa;EACzEA,kBAAkB,CAACA,kBAAkB,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,GAAG,qBAAqB;EACzFA,kBAAkB,CAACA,kBAAkB,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,GAAG,QAAQ;EAC/DA,kBAAkB,CAACA,kBAAkB,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,GAAG,YAAY;EACxEA,kBAAkB,CAACA,kBAAkB,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,GAAG,WAAW;EACtEA,kBAAkB,CAACA,kBAAkB,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,GAAG,WAAW;EACtEA,kBAAkB,CAACA,kBAAkB,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC,GAAG,eAAe;EAC9EA,kBAAkB,CAACA,kBAAkB,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,GAAG,KAAK;AAC9D,CAAC,EAAEA,kBAAkB,KAAAC,OAAA,CAAAD,kBAAA,GAAKA,kBAAkB,GAAG,CAAC,CAAC,CAAC,CAAC","ignoreList":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["specs/ShadowRegistry/ShadowRegistry.nitro.
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["specs/ShadowRegistry/ShadowRegistry.nitro.ts"],"mappings":"","ignoreList":[]}
|