@ibot/ibot
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -83,3 +83,3 @@ /** | ||
var svg = Object.freeze({ | ||
var SVG = Object.freeze({ | ||
INPUT_ARROW: INPUT_ARROW, | ||
@@ -175,2 +175,4 @@ DROPDOWN_ARROW: DROPDOWN_ARROW | ||
export { EMAIL_REGEX, trimList, getOtherProps, $, $$, svg as SVG }; | ||
var index = { EMAIL_REGEX: EMAIL_REGEX, trimList: trimList, getOtherProps: getOtherProps, $: $, $$: $$, SVG: SVG }; | ||
export default index; |
{ | ||
"name": "@ibot/ibot", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1403841
11641