@tamagui/font-inter
Advanced tools
Comparing version 1.99.1 to 1.100.0
@@ -24,9 +24,7 @@ "use strict"; | ||
(len == null || len > arr.length) && (len = arr.length); | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) | ||
arr2[i] = arr[i]; | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; | ||
return arr2; | ||
} | ||
function _array_with_holes(arr) { | ||
if (Array.isArray(arr)) | ||
return arr; | ||
if (Array.isArray(arr)) return arr; | ||
} | ||
@@ -54,4 +52,3 @@ function _define_property(obj, key, value) { | ||
} finally { | ||
if (_d) | ||
throw _e; | ||
if (_d) throw _e; | ||
} | ||
@@ -96,9 +93,6 @@ } | ||
if (o) { | ||
if (typeof o == "string") | ||
return _array_like_to_array(o, minLen); | ||
if (typeof o == "string") return _array_like_to_array(o, minLen); | ||
var n = Object.prototype.toString.call(o).slice(8, -1); | ||
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") | ||
return Array.from(n); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) | ||
return _array_like_to_array(o, minLen); | ||
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") return Array.from(n); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen); | ||
} | ||
@@ -105,0 +99,0 @@ } |
import { createFont, getVariableValue, isWeb } from "@tamagui/core"; | ||
function _array_like_to_array(arr, len) { | ||
(len == null || len > arr.length) && (len = arr.length); | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) | ||
arr2[i] = arr[i]; | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; | ||
return arr2; | ||
} | ||
function _array_with_holes(arr) { | ||
if (Array.isArray(arr)) | ||
return arr; | ||
if (Array.isArray(arr)) return arr; | ||
} | ||
@@ -33,4 +31,3 @@ function _define_property(obj, key, value) { | ||
} finally { | ||
if (_d) | ||
throw _e; | ||
if (_d) throw _e; | ||
} | ||
@@ -75,9 +72,6 @@ } | ||
if (o) { | ||
if (typeof o == "string") | ||
return _array_like_to_array(o, minLen); | ||
if (typeof o == "string") return _array_like_to_array(o, minLen); | ||
var n = Object.prototype.toString.call(o).slice(8, -1); | ||
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") | ||
return Array.from(n); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) | ||
return _array_like_to_array(o, minLen); | ||
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") return Array.from(n); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen); | ||
} | ||
@@ -84,0 +78,0 @@ } |
import { createFont, getVariableValue, isWeb } from "@tamagui/core"; | ||
function _array_like_to_array(arr, len) { | ||
(len == null || len > arr.length) && (len = arr.length); | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) | ||
arr2[i] = arr[i]; | ||
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; | ||
return arr2; | ||
} | ||
function _array_with_holes(arr) { | ||
if (Array.isArray(arr)) | ||
return arr; | ||
if (Array.isArray(arr)) return arr; | ||
} | ||
@@ -33,4 +31,3 @@ function _define_property(obj, key, value) { | ||
} finally { | ||
if (_d) | ||
throw _e; | ||
if (_d) throw _e; | ||
} | ||
@@ -75,9 +72,6 @@ } | ||
if (o) { | ||
if (typeof o == "string") | ||
return _array_like_to_array(o, minLen); | ||
if (typeof o == "string") return _array_like_to_array(o, minLen); | ||
var n = Object.prototype.toString.call(o).slice(8, -1); | ||
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") | ||
return Array.from(n); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) | ||
return _array_like_to_array(o, minLen); | ||
if (n === "Object" && o.constructor && (n = o.constructor.name), n === "Map" || n === "Set") return Array.from(n); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen); | ||
} | ||
@@ -84,0 +78,0 @@ } |
{ | ||
"name": "@tamagui/font-inter", | ||
"version": "1.99.1", | ||
"version": "1.100.0", | ||
"types": "./types/index.d.ts", | ||
@@ -43,6 +43,6 @@ "main": "dist/cjs", | ||
"dependencies": { | ||
"@tamagui/core": "1.99.1" | ||
"@tamagui/core": "1.100.0" | ||
}, | ||
"devDependencies": { | ||
"@tamagui/build": "1.99.1", | ||
"@tamagui/build": "1.100.0", | ||
"subset-font": "^2.1.0" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6528375
5590
+ Added@tamagui/compose-refs@1.100.0(transitive)
+ Added@tamagui/constants@1.100.0(transitive)
+ Added@tamagui/core@1.100.0(transitive)
+ Added@tamagui/helpers@1.100.0(transitive)
+ Added@tamagui/normalize-css-color@1.100.0(transitive)
+ Added@tamagui/react-native-use-pressable@1.100.0(transitive)
+ Added@tamagui/react-native-use-responder-events@1.100.0(transitive)
+ Added@tamagui/simple-hash@1.100.0(transitive)
+ Added@tamagui/timer@1.100.0(transitive)
+ Added@tamagui/types@1.100.0(transitive)
+ Added@tamagui/use-did-finish-ssr@1.100.0(transitive)
+ Added@tamagui/use-event@1.100.0(transitive)
+ Added@tamagui/use-force-update@1.100.0(transitive)
+ Added@tamagui/web@1.100.0(transitive)
- Removed@tamagui/compose-refs@1.99.1(transitive)
- Removed@tamagui/constants@1.99.1(transitive)
- Removed@tamagui/core@1.99.1(transitive)
- Removed@tamagui/helpers@1.99.1(transitive)
- Removed@tamagui/normalize-css-color@1.99.1(transitive)
- Removed@tamagui/react-native-use-pressable@1.99.1(transitive)
- Removed@tamagui/react-native-use-responder-events@1.99.1(transitive)
- Removed@tamagui/simple-hash@1.99.1(transitive)
- Removed@tamagui/timer@1.99.1(transitive)
- Removed@tamagui/types@1.99.1(transitive)
- Removed@tamagui/use-did-finish-ssr@1.99.1(transitive)
- Removed@tamagui/use-event@1.99.1(transitive)
- Removed@tamagui/use-force-update@1.99.1(transitive)
- Removed@tamagui/web@1.99.1(transitive)
Updated@tamagui/core@1.100.0