@tenon-io/tenon-ui
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11
@@ -13,2 +13,4 @@ import _Form from './modules/forms/tenonForm/Form'; | ||
export { _Notification as Notification }; | ||
import _SpinnerButton from './modules/forms/SpinnerButton'; | ||
export { _SpinnerButton as SpinnerButton }; | ||
import _Tabs from './modules/tabs/Tabs'; | ||
@@ -15,0 +17,0 @@ export { _Tabs as Tabs }; |
@@ -10,3 +10,7 @@ import React from 'react'; | ||
'div', | ||
{ role: type === 'error' ? 'alert' : 'status', className: 'notification' }, | ||
{ | ||
role: type === 'error' ? 'alert' : 'status', | ||
'aria-atomic': 'true', | ||
className: 'notification' | ||
}, | ||
isActive ? React.createElement( | ||
@@ -13,0 +17,0 @@ 'div', |
'use strict'; | ||
exports.__esModule = true; | ||
exports.Tab = exports.Tabs = exports.Notification = exports.Input = exports.InputController = exports.H = exports.LevelBoundary = exports.Heading = exports.Form = undefined; | ||
exports.Tab = exports.Tabs = exports.SpinnerButton = exports.Notification = exports.Input = exports.InputController = exports.H = exports.LevelBoundary = exports.Heading = exports.Form = undefined; | ||
@@ -72,2 +72,6 @@ var _Heading2 = require('./modules/layout/Heading'); | ||
var _SpinnerButton2 = require('./modules/forms/SpinnerButton'); | ||
var _SpinnerButton3 = _interopRequireDefault(_SpinnerButton2); | ||
var _Tabs3 = _interopRequireDefault(_Tabs2); | ||
@@ -82,2 +86,3 @@ | ||
exports.Notification = _Notification3.default; | ||
exports.SpinnerButton = _SpinnerButton3.default; | ||
exports.Tabs = _Tabs3.default; |
@@ -21,3 +21,7 @@ 'use strict'; | ||
'div', | ||
{ role: type === 'error' ? 'alert' : 'status', className: 'notification' }, | ||
{ | ||
role: type === 'error' ? 'alert' : 'status', | ||
'aria-atomic': 'true', | ||
className: 'notification' | ||
}, | ||
isActive ? _react2.default.createElement( | ||
@@ -24,0 +28,0 @@ 'div', |
{ | ||
"name": "@tenon-io/tenon-ui", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0-alpha.11", | ||
"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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
138988
34
3064
18