@tamagui/core 1.111.1 → 1.111.3

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 !== "color" ? `${parentPath}-${niceKey}` : niceKey;
8905
+ var niceKey = (0, import_helpers.simpleHash)(key, 1e3), name = parentPath && parentPath !== "t-color" ? `${parentPath}-${niceKey}` : niceKey;
8906
8906
  if (val && typeof val == "object") {
8907
8907
  res[key] = createVariables(tokens[key], name, !1);
8908
8908
  continue;
@@ -9687,7 +9687,8 @@ var require_createTokens_native = __commonJS({
9687
9687
  module2.exports = __toCommonJS2(createTokens_exports);
9688
9688
  var import_createVariables = require_createVariables_native();
9689
9689
  function createTokens(tokens) {
9690
- return (0, import_createVariables.createVariables)(tokens);
9690
+ var _process_env_TAMAGUI_TOKEN_PREFIX;
9691
+ return (0, import_createVariables.createVariables)(tokens, (_process_env_TAMAGUI_TOKEN_PREFIX = process.env.TAMAGUI_TOKEN_PREFIX) !== null && _process_env_TAMAGUI_TOKEN_PREFIX !== void 0 ? _process_env_TAMAGUI_TOKEN_PREFIX : "t");
9691
9692
  }
9692
9693
  }
9693
9694
  });