@compiled/utils
Advanced tools
Comparing version 0.11.2 to 0.12.0
@@ -5,3 +5,2 @@ export { flatten, unique } from './array'; | ||
export { kebabCase } from './kebab-case'; | ||
export { buildSourceMap } from './source-maps'; | ||
export { toBoolean } from './to-boolean'; | ||
@@ -12,1 +11,2 @@ export { createError } from './error'; | ||
export { DEFAULT_PARSER_BABEL_PLUGINS } from './default-parser-babel-plugins'; | ||
export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DEFAULT_PARSER_BABEL_PLUGINS = exports.INCREASE_SPECIFICITY_SELECTOR = exports.preserveLeadingComments = exports.createError = exports.toBoolean = exports.buildSourceMap = exports.kebabCase = exports.JSX_ANNOTATION_REGEX = exports.hash = exports.unique = exports.flatten = void 0; | ||
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"); | ||
@@ -13,4 +13,2 @@ Object.defineProperty(exports, "flatten", { enumerable: true, get: function () { return array_1.flatten; } }); | ||
Object.defineProperty(exports, "kebabCase", { enumerable: true, get: function () { return kebab_case_1.kebabCase; } }); | ||
var source_maps_1 = require("./source-maps"); | ||
Object.defineProperty(exports, "buildSourceMap", { enumerable: true, get: function () { return source_maps_1.buildSourceMap; } }); | ||
var to_boolean_1 = require("./to-boolean"); | ||
@@ -26,2 +24,5 @@ Object.defineProperty(exports, "toBoolean", { enumerable: true, get: function () { return to_boolean_1.toBoolean; } }); | ||
Object.defineProperty(exports, "DEFAULT_PARSER_BABEL_PLUGINS", { enumerable: true, get: function () { return default_parser_babel_plugins_1.DEFAULT_PARSER_BABEL_PLUGINS; } }); | ||
var shorthand_1 = require("./shorthand"); | ||
Object.defineProperty(exports, "shorthandBuckets", { enumerable: true, get: function () { return shorthand_1.shorthandBuckets; } }); | ||
Object.defineProperty(exports, "shorthandFor", { enumerable: true, get: function () { return shorthand_1.shorthandFor; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@compiled/utils", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"description": "A familiar and performant compile time CSS-in-JS library for React.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://compiledcssinjs.com", |
@@ -5,3 +5,2 @@ export { flatten, unique } from './array'; | ||
export { kebabCase } from './kebab-case'; | ||
export { buildSourceMap } from './source-maps'; | ||
export { toBoolean } from './to-boolean'; | ||
@@ -12,1 +11,2 @@ export { createError } from './error'; | ||
export { DEFAULT_PARSER_BABEL_PLUGINS } from './default-parser-babel-plugins'; | ||
export { shorthandBuckets, shorthandFor, type ShorthandProperties, type Depths } from './shorthand'; |
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
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
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
66600
1604
1