Comparing version 0.0.20 to 0.0.21
/*! | ||
* Eyzy v0.0.20 | ||
* Eyzy v0.0.21 | ||
* (c) 2022 amsik | ||
@@ -625,2 +625,4 @@ * Released under the MIT License. | ||
exports.Checkbox = Checkbox; | ||
exports.Field = Field; | ||
exports.FocusRing = FocusRing; | ||
exports.Input = Input; | ||
@@ -627,0 +629,0 @@ exports.NumberInput = NumberInput; |
/*! | ||
* Eyzy v0.0.20 | ||
* Eyzy v0.0.21 | ||
* (c) 2022 amsik | ||
@@ -617,3 +617,3 @@ * Released under the MIT License. | ||
export { Button, Checkbox, Input, NumberInput, Radio, Switch, Tabs, Tag, TextArea }; | ||
export { Button, Checkbox, Field, FocusRing, Input, NumberInput, Radio, Switch, Tabs, Tag, TextArea }; | ||
//# sourceMappingURL=eyzy.js.map |
{ | ||
"name": "eyzy", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"author": "Kostiantyn", | ||
@@ -5,0 +5,0 @@ "description": "React UI Toolkit", |
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
169844
1707