@designestate/dees-domtools
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -8,1 +8,5 @@ export * from './domtools.colors'; | ||
export { TypedRequest } from '@apiglobal/typedrequest'; | ||
import * as allPlugins from './domtools.plugins'; | ||
export declare const plugins: { | ||
smartpromise: typeof allPlugins.smartpromise; | ||
}; |
@@ -25,3 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.elementBasic = exports.breakpoints = exports.css = void 0; | ||
exports.plugins = exports.elementBasic = exports.breakpoints = exports.css = void 0; | ||
__exportStar(require("./domtools.colors"), exports); | ||
@@ -38,2 +38,6 @@ const elementBasic = __importStar(require("./domtools.elementbasic")); | ||
Object.defineProperty(exports, "TypedRequest", { enumerable: true, get: function () { return typedrequest_1.TypedRequest; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsb0RBQWtDO0FBRWxDLHNFQUF3RDtBQUk3QixvQ0FBWTtBQUh2QyxvRUFBc0Q7QUFHeEMsa0NBQVc7QUFGekIsb0RBQXNDO0FBRTdCLGtCQUFHO0FBQ1oseUVBQXVEO0FBQTlDLHFIQUFBLFFBQVEsT0FBQTtBQUNqQix3REFBdUQ7QUFBOUMsNEdBQUEsWUFBWSxPQUFBIn0= | ||
const allPlugins = __importStar(require("./domtools.plugins")); | ||
exports.plugins = { | ||
smartpromise: allPlugins.smartpromise | ||
}; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsb0RBQWtDO0FBRWxDLHNFQUF3RDtBQUk3QixvQ0FBWTtBQUh2QyxvRUFBc0Q7QUFHeEMsa0NBQVc7QUFGekIsb0RBQXNDO0FBRTdCLGtCQUFHO0FBQ1oseUVBQXVEO0FBQTlDLHFIQUFBLFFBQVEsT0FBQTtBQUNqQix3REFBdUQ7QUFBOUMsNEdBQUEsWUFBWSxPQUFBO0FBRXJCLCtEQUFpRDtBQUVwQyxRQUFBLE9BQU8sR0FBRztJQUNyQixZQUFZLEVBQUUsVUFBVSxDQUFDLFlBQVk7Q0FDdEMsQ0FBQSJ9 |
{ | ||
"name": "@designestate/dees-domtools", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "tools to simplify complex css structures", |
@@ -10,1 +10,7 @@ export * from './domtools.colors'; | ||
export { TypedRequest } from '@apiglobal/typedrequest'; | ||
import * as allPlugins from './domtools.plugins'; | ||
export const plugins = { | ||
smartpromise: allPlugins.smartpromise | ||
} |
Sorry, the diff of this file is too big to display
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
1863263
15807