@builds-dev/react-ui
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -86,3 +86,2 @@ 'use strict'; | ||
factor = 1, | ||
minimum = 0, | ||
maximum = Infinity | ||
@@ -93,4 +92,3 @@ }) => ({ | ||
factor, | ||
maximum: format_length(maximum), | ||
minimum: format_length(minimum) | ||
maximum: format_length(maximum) | ||
} | ||
@@ -97,0 +95,0 @@ })); |
{ | ||
"name": "@builds-dev/react-ui", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A library of React components that abstract over HTML and CSS, for building UIs from high-level, simple expressions.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
76118
1526