@tamagui/core 1.111.6 → 1.111.8

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 CHANGED
@@ -8902,7 +8902,7 @@ var require_createVariables_native = __commonJS({
8902
8902
  res[key] = val;
8903
8903
  continue;
8904
8904
  }
8905
- var niceKey = (0, import_helpers.simpleHash)(key, 1e3), name = parentPath && parentPath !== "t-color" ? `${parentPath}-${niceKey}` : niceKey;
8905
+ var niceKey = (0, import_helpers.simpleHash)(key, 1e3), name = parentPath && parentPath !== "t-color" ? `${parentPath}-${niceKey}` : `c-${niceKey}`;
8906
8906
  if (val && typeof val == "object") {
8907
8907
  res[key] = createVariables(tokens[key], name, !1);
8908
8908
  continue;