@gluestack-ui/alert
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -17,3 +17,3 @@ "use strict"; | ||
return /*#__PURE__*/_react.default.createElement(StyledAlertIcon, _extends({ | ||
focusable: false, | ||
tabIndex: -1, | ||
ref: ref | ||
@@ -20,0 +20,0 @@ }, props), children); |
@@ -9,3 +9,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
return /*#__PURE__*/React.createElement(StyledAlertIcon, _extends({ | ||
focusable: false, | ||
tabIndex: -1, | ||
ref: ref | ||
@@ -12,0 +12,0 @@ }, props), children); |
{ | ||
"name": "@gluestack-ui/alert", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"main": "lib/commonjs/index", | ||
@@ -35,9 +35,9 @@ "module": "lib/module/index", | ||
"@types/react": "^18.0.22", | ||
"@types/react-native": "^0.69.15", | ||
"@types/react-native": "^0.72.3", | ||
"babel-plugin-transform-remove-console": "^6.9.4", | ||
"react": "^18.1.0", | ||
"react-dom": "18.1.0", | ||
"react-native": "^0.70.3", | ||
"react-native": "^0.72.4", | ||
"react-native-builder-bob": "^0.20.1", | ||
"react-native-web": "^0.18.1", | ||
"react-native-web": "^0.19.9", | ||
"tsconfig": "7", | ||
@@ -44,0 +44,0 @@ "typescript": "^4.9.4" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28973