@tamagui/core 1.112.16 → 1.112.17

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.
@@ -1993,6 +1993,9 @@ var require_config_native = __commonJS({
1993
1993
  getConfig: function() {
1994
1994
  return getConfig2;
1995
1995
  },
1996
+ getConfigMaybe: function() {
1997
+ return getConfigMaybe;
1998
+ },
1996
1999
  getFont: function() {
1997
2000
  return getFont;
1998
2001
  },
@@ -2050,6 +2053,8 @@ var require_config_native = __commonJS({
2050
2053
  }, getConfig2 = function() {
2051
2054
  if (!conf) throw new Error("Missing tamagui config, you either have a duplicate config, or haven't set it up. Be sure createTamagui is called before rendering. Also, make sure all of your tamagui dependencies are on the same version (`tamagui`, `@tamagui/package-name`, etc.) not just in your package.json, but in your lockfile.");
2052
2055
  return conf;
2056
+ }, getConfigMaybe = function() {
2057
+ return conf;
2053
2058
  }, tokensMerged;
2054
2059
  function setTokens(_) {
2055
2060
  tokensMerged = _;