contacts-pane 2.7.0 → 2.7.1-227538a2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/toolsPane.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contacts-pane",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1-227538a2",
|
|
4
4
|
"description": "Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.",
|
|
5
5
|
"main": "./contactsPane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://github.com/solid/contacts-pane",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"
|
|
41
|
+
"lint-staged": "^16.2.0",
|
|
42
|
+
"solid-ui": "^2.6.1"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
45
|
"@babel/cli": "^7.28.0",
|
|
@@ -57,7 +58,6 @@
|
|
|
57
58
|
"jest": "^30.0.5",
|
|
58
59
|
"jest-environment-jsdom": "^30.0.5",
|
|
59
60
|
"jest-fetch-mock": "^3.0.3",
|
|
60
|
-
"lint-staged": "^16.1.5",
|
|
61
61
|
"typescript": "^5.9.2",
|
|
62
62
|
"typescript-transpile-only": "^0.0.4"
|
|
63
63
|
},
|
package/toolsPane.js
CHANGED
|
@@ -124,7 +124,7 @@ export function toolsPane (
|
|
|
124
124
|
checkAccessButton.style.cssText = buttonStyle
|
|
125
125
|
async function checkAcces (_event) {
|
|
126
126
|
function doCard (card) {
|
|
127
|
-
UI.
|
|
127
|
+
UI.acl.fixIndividualCardACL(card, log, function (ok, message) {
|
|
128
128
|
if (ok) {
|
|
129
129
|
log('Success for ' + UI.utils.label(card))
|
|
130
130
|
} else {
|