Comparing version 0.0.16 to 0.0.17
@@ -12,5 +12,5 @@ "use strict"; | ||
var _index = require("../Form/index.native"); | ||
var _form = require("../form"); | ||
var _utils = require("../App/utils.native"); | ||
var _app = require("../app"); | ||
@@ -22,4 +22,4 @@ var Radio = function Radio(props) { | ||
oProps = (0, _tslib.__rest)(props, ["checked", "children", "style"]); | ||
var abContext = (0, _react.useContext)(_utils.ABContext); | ||
var formContext = (0, _react.useContext)(_index.FormContext); // return ( | ||
var abContext = (0, _react.useContext)(_app.ABContext); | ||
var formContext = (0, _react.useContext)(_form.FormContext); // return ( | ||
// <TouchableOpacity {...props}> | ||
@@ -26,0 +26,0 @@ // {checked && ( |
{ | ||
"name": "actbase", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "React & React-Native Design Components", | ||
@@ -12,3 +12,4 @@ "main": "index.js", | ||
"build": "rm -rf ./dist && tsc -p src/tsconfig.json && copyfiles -u 1 ./src/**/*.css ./src/**/**/*.css ./dist/ && babel dist --out-dir dist", | ||
"example": "npm run build && rm -rf ./example/reactnative/actbase && cp -r ./dist ./example/reactnative/actbase" | ||
"example": "npm run build && rm -rf ./example/reactnative/actbase && cp -r ./dist ./example/reactnative/actbase", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -15,0 +16,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
175139