@tenon-io/tenon-ui
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
@@ -11,2 +11,4 @@ import _Form from './modules/forms/tenonForm/Form'; | ||
export { _Input as Input }; | ||
import _TextArea from './modules/forms/tenonForm/TextArea'; | ||
export { _TextArea as TextArea }; | ||
import _Notification from './modules/notifications/Notification'; | ||
@@ -13,0 +15,0 @@ export { _Notification as Notification }; |
'use strict'; | ||
exports.__esModule = true; | ||
exports.Tab = exports.Tabs = exports.SpinnerButton = exports.Notification = exports.Input = exports.InputController = exports.H = exports.LevelBoundary = exports.Heading = exports.Form = undefined; | ||
exports.Tab = exports.Tabs = exports.SpinnerButton = exports.Notification = exports.TextArea = exports.Input = exports.InputController = exports.H = exports.LevelBoundary = exports.Heading = exports.Form = undefined; | ||
@@ -68,2 +68,6 @@ var _Heading2 = require('./modules/layout/Heading'); | ||
var _TextArea2 = require('./modules/forms/tenonForm/TextArea'); | ||
var _TextArea3 = _interopRequireDefault(_TextArea2); | ||
var _Notification2 = require('./modules/notifications/Notification'); | ||
@@ -85,4 +89,5 @@ | ||
exports.Input = _Input3.default; | ||
exports.TextArea = _TextArea3.default; | ||
exports.Notification = _Notification3.default; | ||
exports.SpinnerButton = _SpinnerButton3.default; | ||
exports.Tabs = _Tabs3.default; |
{ | ||
"name": "@tenon-io/tenon-ui", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "Tenon ui components library", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152137
37
3366