tamagui 1.85.11 → 1.85.12
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/dist/native.js +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
package/dist/native.js
CHANGED
|
@@ -1367,7 +1367,7 @@ var require_insertStyleRule_native = __commonJS({
|
|
|
1367
1367
|
};
|
|
1368
1368
|
for (let selector of selectors) {
|
|
1369
1369
|
let matches = selector.match(/(.t_(light|dark))?[\s]?(.t_([a-z0-9_]+))[\s]*$/i) || [], [_0, _1, scheme, _2, name] = matches, themeName = name && scheme && scheme !== name ? `${scheme}_${name}` : name || scheme;
|
|
1370
|
-
dedupedEntry.names.includes(themeName) || dedupedEntry.names.push(themeName);
|
|
1370
|
+
dedupedEntry.names.includes(themeName) || themeName === "light_dark" || dedupedEntry.names.push(themeName);
|
|
1371
1371
|
}
|
|
1372
1372
|
return dedupedEntry;
|
|
1373
1373
|
}
|