@react-md/states
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var useInteractionStates_1 = require("./useInteractionStates"); | ||
exports.useInteractionStates = useInteractionStates_1.default; | ||
__export(require("./useInteractionStates")); | ||
Object.defineProperty(exports, "useInteractionStates", { enumerable: true, get: function () { return useInteractionStates_1.default; } }); | ||
__exportStar(require("./useInteractionStates"), exports); | ||
var StatesConfig_1 = require("./StatesConfig"); | ||
exports.StatesConfig = StatesConfig_1.default; | ||
__export(require("./StatesConfig")); | ||
__export(require("./ripples/constants")); | ||
Object.defineProperty(exports, "StatesConfig", { enumerable: true, get: function () { return StatesConfig_1.default; } }); | ||
__exportStar(require("./StatesConfig"), exports); | ||
__exportStar(require("./ripples/constants"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RIPPLE_TIMEOUT = exports.RIPPLE_CLASS_NAMES = void 0; | ||
exports.RIPPLE_CLASS_NAMES = { | ||
@@ -4,0 +5,0 @@ enter: "rmd-ripple--animating", |
@@ -21,2 +21,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useRippleTransition = exports.reducer = exports.createRippleAction = exports.REMOVE = exports.ENTERED = exports.RELEASE = exports.CANCEL = exports.CREATE = void 0; | ||
var react_1 = require("react"); | ||
@@ -23,0 +24,0 @@ var utils_1 = require("@react-md/utils"); |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
@@ -8,0 +20,0 @@ }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createRippleState = exports.getOrigin = exports.isRippleable = exports.getType = exports.isBubbled = void 0; | ||
var utils_1 = require("@react-md/utils"); | ||
@@ -4,0 +5,0 @@ /** |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useStatesConfigContext = exports.StatesConfigContext = void 0; | ||
var react_1 = __importStar(require("react")); | ||
@@ -11,0 +24,0 @@ var constants_1 = require("./ripples/constants"); |
{ | ||
"name": "@react-md/states", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "A package for adding the different focus, hover, selected, active, etc states to elements", | ||
@@ -38,5 +38,5 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-beta.0", | ||
"@react-md/transition": "^2.0.0-beta.0", | ||
"@react-md/utils": "^2.0.0-beta.0", | ||
"@react-md/theme": "^2.0.0-beta.1", | ||
"@react-md/transition": "^2.0.0-beta.1", | ||
"@react-md/utils": "^2.0.0-beta.1", | ||
"react-transition-group": "^4.3.0" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "8d754a2c2734ee98eaf571e348a836cf12a9f104" | ||
"gitHead": "76642fca0cf36307a5431d67a8eb4abe0a7b18a6" | ||
} |
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319120
5112