Files
formipay/node_modules/known-css-properties/package.json
dwindown e8fbfb14c1 fix: prevent asset conflicts between React and Grid.js versions
Add coexistence checks to all enqueue methods to prevent loading
both React and Grid.js assets simultaneously.

Changes:
- ReactAdmin.php: Only enqueue React assets when ?react=1
- Init.php: Skip Grid.js when React active on admin pages
- Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0
- Customer.php, Product.php, License.php: Add coexistence checks

Now the toggle between Classic and React versions works correctly.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 17:02:14 +07:00

57 lines
1.3 KiB
JSON

{
"name": "known-css-properties",
"version": "0.26.0",
"description": "List of known CSS properties",
"repository": "known-css/known-css-properties",
"main": "index.js",
"scripts": {
"bump": "npm version patch && npm publish && git push && git push --tags",
"download-w3c-data": "node scripts/download-w3c-data",
"generate": "node scripts/generate",
"lint": "eslint index.js scripts/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"properties",
"w3c",
"chrome",
"firefox",
"explorer",
"edge",
"safari",
"opera",
"samsung-internet",
"uc-browser"
],
"contributors": [
{
"name": "Krzysztof Bebenek",
"email": "kbebenek@kbebenek.me",
"url": "http://kbebenek.me"
},
{
"name": "Viorel Cojocaru",
"email": "vio@beanon.com",
"url": "http://beanon.com"
}
],
"author": {
"name": "Viorel Cojocaru",
"email": "vio@beanon.com",
"url": "http://beanon.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/known-css/known-css-properties/issues"
},
"homepage": "https://github.com/known-css/known-css-properties#readme",
"devDependencies": {
"axios": "0.27.2",
"eslint": "8.18.0",
"globby": "13.1.2",
"lodash.sortby": "4.7.0",
"lodash.uniq": "4.5.0"
}
}