@stylable/core
Advanced tools
Comparing version 3.11.13 to 3.11.14
@@ -5,2 +5,3 @@ export declare const nativePseudoClasses: string[]; | ||
export declare const nativeFunctionsDic: { | ||
annotation: boolean; | ||
attr: boolean; | ||
@@ -10,3 +11,6 @@ blur: boolean; | ||
calc: boolean; | ||
'character-variant': boolean; | ||
circle: boolean; | ||
clamp: boolean; | ||
'conic-gradient': boolean; | ||
constant: boolean; | ||
@@ -20,2 +24,3 @@ contrast: boolean; | ||
env: boolean; | ||
'fit-content': boolean; | ||
format: boolean; | ||
@@ -30,2 +35,3 @@ grayscale: boolean; | ||
invert: boolean; | ||
leader: boolean; | ||
'linear-gradient': boolean; | ||
@@ -35,4 +41,7 @@ local: boolean; | ||
matrix3d: boolean; | ||
max: boolean; | ||
min: boolean; | ||
minmax: boolean; | ||
opacity: boolean; | ||
ornaments: boolean; | ||
paint: boolean; | ||
@@ -47,2 +56,3 @@ path: boolean; | ||
'repeating-radial-gradient': boolean; | ||
'repeating-conic-gradient': boolean; | ||
rgb: boolean; | ||
@@ -56,3 +66,2 @@ rgba: boolean; | ||
saturate: boolean; | ||
sepia: boolean; | ||
scale: boolean; | ||
@@ -63,5 +72,10 @@ scale3d: boolean; | ||
scaleZ: boolean; | ||
sepia: boolean; | ||
skew: boolean; | ||
skewX: boolean; | ||
skewY: boolean; | ||
steps: boolean; | ||
styleset: boolean; | ||
stylistic: boolean; | ||
swash: boolean; | ||
symbols: boolean; | ||
@@ -68,0 +82,0 @@ translate: boolean; |
@@ -97,2 +97,3 @@ "use strict"; | ||
exports.nativeFunctionsDic = { | ||
annotation: true, | ||
attr: true, | ||
@@ -102,3 +103,6 @@ blur: true, | ||
calc: true, | ||
'character-variant': true, | ||
circle: true, | ||
clamp: true, | ||
'conic-gradient': true, | ||
constant: true, | ||
@@ -112,2 +116,3 @@ contrast: true, | ||
env: true, | ||
'fit-content': true, | ||
format: true, | ||
@@ -122,2 +127,3 @@ grayscale: true, | ||
invert: true, | ||
leader: true, | ||
'linear-gradient': true, | ||
@@ -127,4 +133,7 @@ local: true, | ||
matrix3d: true, | ||
max: true, | ||
min: true, | ||
minmax: true, | ||
opacity: true, | ||
ornaments: true, | ||
paint: true, | ||
@@ -139,2 +148,3 @@ path: true, | ||
'repeating-radial-gradient': true, | ||
'repeating-conic-gradient': true, | ||
rgb: true, | ||
@@ -148,3 +158,2 @@ rgba: true, | ||
saturate: true, | ||
sepia: true, | ||
scale: true, | ||
@@ -155,5 +164,10 @@ scale3d: true, | ||
scaleZ: true, | ||
sepia: true, | ||
skew: true, | ||
skewX: true, | ||
skewY: true, | ||
steps: true, | ||
styleset: true, | ||
stylistic: true, | ||
swash: true, | ||
symbols: true, | ||
@@ -160,0 +174,0 @@ translate: true, |
@@ -43,3 +43,3 @@ "use strict"; | ||
try { | ||
_module = this.requireModule(this.fileProcessor.resolvePath(from)); | ||
_module = this.requireModule(this.fileProcessor.resolvePath(from, context)); | ||
} | ||
@@ -46,0 +46,0 @@ catch { |
{ | ||
"name": "@stylable/core", | ||
"version": "3.11.13", | ||
"version": "3.11.14", | ||
"description": "CSS for Components", | ||
@@ -16,3 +16,3 @@ "main": "./cjs/index.js", | ||
"deindent": "^0.1.0", | ||
"enhanced-resolve": "^4.3.0", | ||
"enhanced-resolve": "^4.5.0", | ||
"is-url-superb": "^5.0.0", | ||
@@ -24,3 +24,3 @@ "is-vendor-prefixed": "^4.0.0", | ||
"murmurhash": "^1.0.0", | ||
"postcss": "^8.2.2", | ||
"postcss": "^8.2.4", | ||
"postcss-js": "^3.0.3", | ||
@@ -27,0 +27,0 @@ "postcss-nested": "^5.0.3", |
@@ -97,2 +97,3 @@ // MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes | ||
export const nativeFunctionsDic = { | ||
annotation: true, | ||
attr: true, | ||
@@ -102,3 +103,6 @@ blur: true, | ||
calc: true, | ||
'character-variant': true, | ||
circle: true, | ||
clamp: true, | ||
'conic-gradient': true, | ||
constant: true, | ||
@@ -112,2 +116,3 @@ contrast: true, | ||
env: true, | ||
'fit-content': true, | ||
format: true, | ||
@@ -122,2 +127,3 @@ grayscale: true, | ||
invert: true, | ||
leader: true, | ||
'linear-gradient': true, | ||
@@ -127,4 +133,7 @@ local: true, | ||
matrix3d: true, | ||
max: true, | ||
min: true, | ||
minmax: true, | ||
opacity: true, | ||
ornaments: true, | ||
paint: true, | ||
@@ -139,2 +148,3 @@ path: true, | ||
'repeating-radial-gradient': true, | ||
'repeating-conic-gradient': true, | ||
rgb: true, | ||
@@ -148,3 +158,2 @@ rgba: true, | ||
saturate: true, | ||
sepia: true, | ||
scale: true, | ||
@@ -155,5 +164,10 @@ scale3d: true, | ||
scaleZ: true, | ||
sepia: true, | ||
skew: true, | ||
skewX: true, | ||
skewY: true, | ||
steps: true, | ||
styleset: true, | ||
stylistic: true, | ||
swash: true, | ||
symbols: true, | ||
@@ -160,0 +174,0 @@ translate: true, |
@@ -61,3 +61,3 @@ import { FileProcessor } from './cached-process-file'; | ||
try { | ||
_module = this.requireModule(this.fileProcessor.resolvePath(from)); | ||
_module = this.requireModule(this.fileProcessor.resolvePath(from, context)); | ||
} catch { | ||
@@ -64,0 +64,0 @@ return null; |
Sorry, the diff of this file is not supported yet
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
714558
12285
Updatedenhanced-resolve@^4.5.0
Updatedpostcss@^8.2.4