@react-mdc/checkbox
Advanced tools
Comparing version 0.1.9 to 0.1.10
import Background from "./Background"; | ||
import Checkmark from "./Checkmark"; | ||
import Container from "./Container"; | ||
import Default from "./Default"; | ||
import Mixedmark from "./Mixedmark"; | ||
import NativeControl from "./NativeControl"; | ||
import Simple from "./Simple"; | ||
export default class Checkbox extends Container { | ||
@@ -11,5 +11,5 @@ static Background: typeof Background; | ||
static Container: typeof Container; | ||
static Default: typeof Default; | ||
static Mixedmark: typeof Mixedmark; | ||
static NativeControl: typeof NativeControl; | ||
static Simple: typeof Simple; | ||
} |
@@ -16,5 +16,5 @@ "use strict"; | ||
var Container_1 = require("./Container"); | ||
var Default_1 = require("./Default"); | ||
var Mixedmark_1 = require("./Mixedmark"); | ||
var NativeControl_1 = require("./NativeControl"); | ||
var Simple_1 = require("./Simple"); | ||
var Checkbox = (function (_super) { | ||
@@ -30,6 +30,6 @@ __extends(Checkbox, _super); | ||
Checkbox.Container = Container_1.default; | ||
Checkbox.Default = Default_1.default; | ||
Checkbox.Mixedmark = Mixedmark_1.default; | ||
Checkbox.NativeControl = NativeControl_1.default; | ||
Checkbox.Simple = Simple_1.default; | ||
exports.default = Checkbox; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@react-mdc/checkbox", | ||
"description": "React wrapper of @material/checkbox", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "main": "lib/index", | ||
"@material/checkbox": "^0.3.2", | ||
"@react-mdc/base": "^0.1.9", | ||
"@react-mdc/base": "^0.1.10", | ||
"@types/classnames": "0.0.32", | ||
@@ -38,3 +38,3 @@ "@types/prop-types": "^15.5.1", | ||
"tslint-react": "^3.0.0", | ||
"typescript": "^2.3.2" | ||
"typescript": "^2.3.4" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48464
0
Updated@react-mdc/base@^0.1.10