profile-pane 3.1.4 → 3.1.5

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.
@@ -80,8 +80,8 @@
80
80
  position: relative !important;
81
81
  }
82
82
 
83
- .hoverControl > img.hoverControlHide,
84
- .hoverControl > [data-testid="deleteButtonWithCheck"] {
83
+ .profile-grid .hoverControl > img.hoverControlHide,
84
+ .profile-grid .hoverControl > [data-testid="deleteButtonWithCheck"] {
85
85
  position: absolute !important;
86
86
  top: 0.2em !important;
87
87
  right: 0.2em !important;
@@ -95,10 +95,10 @@
95
95
  }
96
96
 
97
97
  /* When icon is 2nd or 3rd child (i.e. sibling elements exist), align it vertically to the previous item */
98
- .hoverControl > img.hoverControlHide:nth-child(1),
99
- .hoverControl > img.hoverControlHide:nth-child(2),
100
- .hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(1),
101
- .hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(2) {
98
+ .profile-grid .hoverControl > img.hoverControlHide:nth-child(1),
99
+ .profile-grid .hoverControl > img.hoverControlHide:nth-child(2),
100
+ .profile-grid .hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(1),
101
+ .profile-grid .hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(2) {
102
102
  top: 50% !important;
103
103
  transform: translateY(-50%) !important;
104
104
  display: inline-flex !important;
@@ -289,12 +289,12 @@ section[aria-labelledby="edit-profile-contact-heading"] .profile-form > div:firs
289
289
 
290
290
  /* for the social media */
291
291
  /* Add space between classifierBox label and select box */
292
- section[data-testid="edit-social-section"] .classifierBox-label {
292
+ .profile-grid section[data-testid="edit-social-section"] .classifierBox-label {
293
293
  /* Optional: ensure label doesn't have extra margin */
294
294
  margin-right: 0;
295
295
  padding-left: 0.3em;
296
296
  }
297
- section[data-testid="edit-social-section"] .classifierBox-selectBox select {
297
+ .profile-grid section[data-testid="edit-social-section"] .classifierBox-selectBox select {
298
298
  margin-left: 0.7em !important;
299
299
  }
300
300
 
@@ -379,8 +379,10 @@ section[data-testid="edit-social-section"] .classifierBox-selectBox select {
379
379
  }
380
380
 
381
381
  /* Hide the edit icon used by solid-ui (noun_253504.svg and noun_1180158.svg) when it appears as an <img> */
382
- img[src*="noun_253504.svg"],
383
- img[src*="noun_1180158.svg"] {
382
+ .profile-form img[src*="noun_253504.svg"],
383
+ .profile-form img[src*="noun_1180158.svg"],
384
+ .webidControl img[src*="noun_253504.svg"],
385
+ .webidControl img[src*="noun_1180158.svg"] {
384
386
  display: none !important;
385
387
  width: 0 !important;
386
388
  height: 0 !important;
@@ -389,8 +391,10 @@ img[src*="noun_1180158.svg"] {
389
391
  }
390
392
 
391
393
  /* Ensure the parent button for that icon doesn't add padding/margin or affect layout */
392
- button:has(> img[src*="noun_253504.svg"]),
393
- button:has(> img[src*="noun_1180158.svg"]) {
394
+ .profile-form button:has(> img[src*="noun_253504.svg"]),
395
+ .profile-form button:has(> img[src*="noun_1180158.svg"]),
396
+ .webidControl button:has(> img[src*="noun_253504.svg"]),
397
+ .webidControl button:has(> img[src*="noun_1180158.svg"]) {
394
398
  display: none !important;
395
399
  padding: 0 !important;
396
400
  margin: 0 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profile-pane",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "A SolidOS compatible pane to display a personal profile page",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -47,7 +47,7 @@
47
47
  "license": "MIT",
48
48
  "dependencies": {
49
49
  "lit-html": "^3.3.2",
50
- "pane-registry": "^3.0.2",
50
+ "pane-registry": "^3.1.0",
51
51
  "qrcode": "^1.5.4",
52
52
  "validate-color": "^2.2.4"
53
53
  },
@@ -74,7 +74,7 @@
74
74
  "babel-loader": "^10.0.0",
75
75
  "babel-plugin-inline-import": "^3.0.0",
76
76
  "chat-pane": "^3.0.3",
77
- "contacts-pane": "^3.0.3",
77
+ "contacts-pane": "^3.1.0",
78
78
  "copy-webpack-plugin": "^14.0.0",
79
79
  "css-loader": "^7.1.4",
80
80
  "eslint": "^9.39.2",
@@ -92,7 +92,7 @@
92
92
  "ts-loader": "^9.5.4",
93
93
  "typescript": "^5.9.3",
94
94
  "webpack": "^5.105.2",
95
- "webpack-cli": "^6.0.1",
95
+ "webpack-cli": "^7.0.2",
96
96
  "webpack-dev-server": "^5.2.3"
97
97
  }
98
98
  }