@react-md/utils
Advanced tools
Comparing version 2.5.5 to 2.6.0
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [2.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13) | ||
### Other Internal Changes | ||
* **@react-md/utils:** Added better dev display names for UserInteractionMode context parts ([01f6e3d](https://github.com/mlaursen/react-md/commit/01f6e3dbc91086b2c76099e8ba75f595480c8302)) | ||
* **@react-md/utils:** refactored UserInteractionMode hooks and components ([af72791](https://github.com/mlaursen/react-md/commit/af7279154bf8d5b4d4c8ee83e8e0815354e5eee0)) | ||
## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30) | ||
@@ -7,0 +20,0 @@ |
export * from "./colors"; | ||
export * from "./events"; | ||
export * from "./interaction"; | ||
export * from "./layout"; | ||
export * from "./mode"; | ||
export * from "./search"; | ||
@@ -6,0 +6,0 @@ export * from "./sizing"; |
export * from "./colors"; | ||
export * from "./events"; | ||
export * from "./interaction"; | ||
export * from "./layout"; | ||
export * from "./mode"; | ||
export * from "./search"; | ||
@@ -6,0 +6,0 @@ export * from "./sizing"; |
@@ -15,4 +15,4 @@ "use strict"; | ||
__exportStar(require("./events"), exports); | ||
__exportStar(require("./interaction"), exports); | ||
__exportStar(require("./layout"), exports); | ||
__exportStar(require("./mode"), exports); | ||
__exportStar(require("./search"), exports); | ||
@@ -19,0 +19,0 @@ __exportStar(require("./sizing"), exports); |
{ | ||
"name": "@react-md/utils", | ||
"version": "2.5.5", | ||
"version": "2.6.0", | ||
"description": "General utils for react-md.", | ||
@@ -50,3 +50,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "229ac3579258fdd52368ee7fe68e6235f9d01fab" | ||
"gitHead": "fe442494d054126c0ba9ee40260d234668e2ba18" | ||
} |
export * from "./colors"; | ||
export * from "./events"; | ||
export * from "./interaction"; | ||
export * from "./layout"; | ||
export * from "./mode"; | ||
export * from "./search"; | ||
@@ -6,0 +6,0 @@ export * from "./sizing"; |
export * from "./colors"; | ||
export * from "./events"; | ||
export * from "./interaction"; | ||
export * from "./layout"; | ||
export * from "./mode"; | ||
export * from "./search"; | ||
@@ -6,0 +6,0 @@ export * from "./sizing"; |
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
1471189
29502
756