@compiled/utils
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -11,1 +11,2 @@ export { flatten, unique } from './array'; | ||
export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand'; | ||
export { COMPILED_IMPORT, DEFAULT_IMPORT_SOURCES } from './constants'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.shorthandFor = exports.shorthandBuckets = exports.DEFAULT_PARSER_BABEL_PLUGINS = exports.INCREASE_SPECIFICITY_SELECTOR = exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.kebabCase = exports.JSX_ANNOTATION_REGEX = exports.hash = exports.unique = exports.flatten = void 0; | ||
exports.DEFAULT_IMPORT_SOURCES = exports.COMPILED_IMPORT = exports.shorthandFor = exports.shorthandBuckets = exports.DEFAULT_PARSER_BABEL_PLUGINS = exports.INCREASE_SPECIFICITY_SELECTOR = exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.kebabCase = exports.JSX_ANNOTATION_REGEX = exports.hash = exports.unique = exports.flatten = void 0; | ||
var array_1 = require("./array"); | ||
@@ -26,2 +26,5 @@ Object.defineProperty(exports, "flatten", { enumerable: true, get: function () { return array_1.flatten; } }); | ||
Object.defineProperty(exports, "shorthandFor", { enumerable: true, get: function () { return shorthand_1.shorthandFor; } }); | ||
var constants_1 = require("./constants"); | ||
Object.defineProperty(exports, "COMPILED_IMPORT", { enumerable: true, get: function () { return constants_1.COMPILED_IMPORT; } }); | ||
Object.defineProperty(exports, "DEFAULT_IMPORT_SOURCES", { enumerable: true, get: function () { return constants_1.DEFAULT_IMPORT_SOURCES; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@compiled/utils", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "A familiar and performant compile time CSS-in-JS library for React.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://compiledcssinjs.com", |
@@ -11,1 +11,2 @@ export { flatten, unique } from './array'; | ||
export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand'; | ||
export { COMPILED_IMPORT, DEFAULT_IMPORT_SOURCES } from './constants'; |
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
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
68840
50
1642
0