@ampify/aquery
Advanced tools
Comparing version 1.4.2 to 1.5.0
{ | ||
"name": "@ampify/aquery", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"main": "./dist/aquery.js", | ||
@@ -37,3 +37,3 @@ "module": "./src", | ||
}, | ||
"gitHead": "03ca17fa1c995740f7669effbc2af2e33bc670a0" | ||
"gitHead": "4d1a31ccf18a0c0812f103c5bb36676f8f4f08bb" | ||
} |
import jQuery from 'jquery'; | ||
import cssIgnore from './utils/cssIgnore'; | ||
import cssReplace from './utils/replace'; | ||
import injectCss from './utils/addCss'; | ||
@@ -762,2 +763,8 @@ import autoComplete from './utils/autoComplete'; | ||
}; | ||
aQuery.cssReplace = (replace) => { | ||
Object.assign(cssReplace, replace); | ||
}; | ||
aQuery.getCssReplace = () => { | ||
return cssReplace; | ||
}; | ||
aQuery.injectCss = injectCss; | ||
@@ -764,0 +771,0 @@ |
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
49195
24
1544