tailwindcss-3d
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"dependencies": { | ||
"@swc/helpers": "0.5.2", | ||
"@swc/helpers": "0.5.3", | ||
"lodash": "4.17.21" | ||
@@ -23,0 +23,0 @@ }, |
@@ -12,34 +12,22 @@ "use strict"; | ||
_export(exports, { | ||
VALID_ANGLE_UNITS: function() { | ||
return VALID_ANGLE_UNITS; | ||
}, | ||
VALID_LENGTH_UNITS: function() { | ||
return VALID_LENGTH_UNITS; | ||
}, | ||
VALID_ANGLE_UNITS: function() { | ||
return VALID_ANGLE_UNITS; | ||
}, | ||
VALID_TIME_UNITS: function() { | ||
return VALID_TIME_UNITS; | ||
}, | ||
toStringValue: function() { | ||
return toStringValue; | ||
}, | ||
toNumericValue: function() { | ||
return toNumericValue; | ||
}, | ||
toNumericValueAndUnit: function() { | ||
return toNumericValueAndUnit; | ||
}, | ||
normaliseUnionValue: function() { | ||
return normaliseUnionValue; | ||
}, | ||
normaliseUnitValue: function() { | ||
return normaliseUnitValue; | ||
}, | ||
normaliseAlphaValue: function() { | ||
return normaliseAlphaValue; | ||
}, | ||
normaliseAnglePercentageValue: function() { | ||
return normaliseAnglePercentageValue; | ||
}, | ||
normaliseAngleValue: function() { | ||
return normaliseAngleValue; | ||
}, | ||
normaliseAnglePercentageValue: function() { | ||
return normaliseAnglePercentageValue; | ||
normaliseLengthPercentageValue: function() { | ||
return normaliseLengthPercentageValue; | ||
}, | ||
@@ -49,4 +37,4 @@ normaliseLengthValue: function() { | ||
}, | ||
normaliseLengthPercentageValue: function() { | ||
return normaliseLengthPercentageValue; | ||
normaliseNumberPercentageValue: function() { | ||
return normaliseNumberPercentageValue; | ||
}, | ||
@@ -56,13 +44,25 @@ normaliseNumberValue: function() { | ||
}, | ||
normaliseNumberPercentageValue: function() { | ||
return normaliseNumberPercentageValue; | ||
}, | ||
normalisePercentageValue: function() { | ||
return normalisePercentageValue; | ||
}, | ||
normaliseTimePercentageValue: function() { | ||
return normaliseTimePercentageValue; | ||
}, | ||
normaliseTimeValue: function() { | ||
return normaliseTimeValue; | ||
}, | ||
normaliseTimePercentageValue: function() { | ||
return normaliseTimePercentageValue; | ||
normaliseUnionValue: function() { | ||
return normaliseUnionValue; | ||
}, | ||
normaliseUnitValue: function() { | ||
return normaliseUnitValue; | ||
}, | ||
toNumericValue: function() { | ||
return toNumericValue; | ||
}, | ||
toNumericValueAndUnit: function() { | ||
return toNumericValueAndUnit; | ||
}, | ||
toStringValue: function() { | ||
return toStringValue; | ||
} | ||
@@ -313,3 +313,2 @@ }); | ||
var normaliseAlphaValue = function(value, defaultValue, options) { | ||
var _options; | ||
var safeValue = toStringValue(value); | ||
@@ -321,7 +320,6 @@ var safeDefaultValue = toStringValue(defaultValue); | ||
if (safeValue.indexOf("%") !== -1) { | ||
var _options1; | ||
return normalisePercentageValue(value, defaultValue, _object_spread._({ | ||
lowerLimit: 0, | ||
upperLimit: 100 | ||
}, (_options1 = options) === null || _options1 === void 0 ? void 0 : _options1.percentage)); | ||
}, options === null || options === void 0 ? void 0 : options.percentage)); | ||
} | ||
@@ -331,3 +329,3 @@ return normaliseNumberValue(value, defaultValue, _object_spread._({ | ||
upperLimit: 1 | ||
}, (_options = options) === null || _options === void 0 ? void 0 : _options.number)); | ||
}, options === null || options === void 0 ? void 0 : options.number)); | ||
}; | ||
@@ -334,0 +332,0 @@ var normaliseAngleValue = function(value, defaultValue, options) { |
@@ -18,7 +18,7 @@ "use strict"; | ||
}, | ||
isGuardTestGroups: function() { | ||
return isGuardTestGroups; | ||
}, | ||
isGuardTests: function() { | ||
return isGuardTests; | ||
}, | ||
isGuardTestGroups: function() { | ||
return isGuardTestGroups; | ||
} | ||
@@ -25,0 +25,0 @@ }); |
@@ -12,2 +12,5 @@ "use strict"; | ||
_export(exports, { | ||
addDurationWithGravity: function() { | ||
return addDurationWithGravity; | ||
}, | ||
axesModifier: function() { | ||
@@ -21,5 +24,2 @@ return axesModifier; | ||
return signModifier; | ||
}, | ||
addDurationWithGravity: function() { | ||
return addDurationWithGravity; | ||
} | ||
@@ -26,0 +26,0 @@ }); |
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
120658
2262
+ Added@swc/helpers@0.5.3(transitive)
- Removed@swc/helpers@0.5.2(transitive)
Updated@swc/helpers@0.5.3