@tamagui/core 1.111.2 → 1.111.4

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.
@@ -8321,7 +8321,7 @@ var require_createVariables_native = __commonJS({
8321
8321
  res[key] = val;
8322
8322
  continue;
8323
8323
  }
8324
- var niceKey = (0, import_helpers.simpleHash)(key, 1e3), name = parentPath && parentPath !== "color" ? `${parentPath}-${niceKey}` : niceKey;
8324
+ var niceKey = (0, import_helpers.simpleHash)(key, 1e3), name = parentPath && parentPath !== "t-color" ? `${parentPath}-${niceKey}` : niceKey;
8325
8325
  if (val && typeof val == "object") {
8326
8326
  res[key] = createVariables(tokens[key], name, !1);
8327
8327
  continue;
@@ -9102,7 +9102,8 @@ var require_createTokens_native = __commonJS({
9102
9102
  module2.exports = __toCommonJS2(createTokens_exports);
9103
9103
  var import_createVariables = require_createVariables_native();
9104
9104
  function createTokens(tokens) {
9105
- return (0, import_createVariables.createVariables)(tokens);
9105
+ var _process_env_TAMAGUI_TOKEN_PREFIX;
9106
+ 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");
9106
9107
  }
9107
9108
  }
9108
9109
  });