@stylable/custom-value
Advanced tools
Comparing version 4.13.2 to 5.0.0-rc.1
@@ -1,3 +0,3 @@ | ||
import { BoxedValueMap } from '@stylable/core'; | ||
export declare const stBorder: import("@stylable/core").JSValueExtension<BoxedValueMap>; | ||
import { BoxedValueMap } from '@stylable/core/dist/index-internal'; | ||
export declare const stBorder: import("@stylable/core/dist/custom-values").JSValueExtension<BoxedValueMap>; | ||
//# sourceMappingURL=st-border.d.ts.map |
@@ -5,3 +5,4 @@ "use strict"; | ||
const core_1 = require("@stylable/core"); | ||
exports.stBorder = (0, core_1.createCustomValue)({ | ||
const index_internal_1 = require("@stylable/core/dist/index-internal"); | ||
exports.stBorder = (0, index_internal_1.createCustomValue)({ | ||
processArgs: (node, customTypes) => { | ||
@@ -8,0 +9,0 @@ return core_1.CustomValueStrategy.args(node, customTypes); |
{ | ||
"name": "@stylable/custom-value", | ||
"version": "4.13.2", | ||
"version": "5.0.0-rc.1", | ||
"description": "Custom values (variables) for Stylable", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.13.2" | ||
"@stylable/core": "^v5.0.0-rc.1" | ||
}, | ||
@@ -20,3 +20,3 @@ "files": [ | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14.14.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "publishConfig": { |
@@ -0,1 +1,2 @@ | ||
import { CustomValueStrategy } from '@stylable/core'; | ||
import { | ||
@@ -5,4 +6,3 @@ BoxedValueArray, | ||
createCustomValue, | ||
CustomValueStrategy, | ||
} from '@stylable/core'; | ||
} from '@stylable/core/dist/index-internal'; | ||
@@ -9,0 +9,0 @@ export const stBorder = createCustomValue<BoxedValueMap, BoxedValueArray>({ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
5844
62
1
+ Added@stylable/core@5.19.0(transitive)
+ Added@tokey/css-value-parser@0.1.4(transitive)
+ Added@tokey/imports-parser@1.0.0(transitive)
+ Addedpostcss-nested@6.2.0(transitive)
- Removed@stylable/core@4.15.1(transitive)
- Removed@tokey/imports-parser@0.1.2(transitive)
- Removeddeindent@0.1.0(transitive)
- Removedpostcss-nested@5.0.6(transitive)
Updated@stylable/core@^v5.0.0-rc.1