allaw-ui 4.1.6 → 4.1.7

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.
@@ -147,7 +147,7 @@ var AvatarToggleGroup = function (_a) {
147
147
  zIndex: isSelected ? 100 : visiblePros.length - index,
148
148
  marginLeft: index === 0 ? 0 : -8,
149
149
  } },
150
- React.createElement(AvatarBubble, { firstName: pro.firstName, name: pro.name, src: pro.profilePictureLink, size: 42.5, isSelected: isSelected, disabled: disabled, onClick: function () { return handleAvatarClick(pro); }, alt: "".concat(pro.firstName, " ").concat(pro.name), className: focusedIndex === index ? styles.focused : "", showTooltip: showTooltips, tooltipId: tooltipId })));
150
+ React.createElement(AvatarBubble, { firstName: pro.firstName, name: pro.name, src: pro.profilePictureLink, size: 46, isSelected: isSelected, disabled: disabled, onClick: function () { return handleAvatarClick(pro); }, alt: "".concat(pro.firstName, " ").concat(pro.name), className: focusedIndex === index ? styles.focused : "", showTooltip: showTooltips, tooltipId: tooltipId })));
151
151
  })),
152
152
  hasHiddenPros && (React.createElement("button", { className: styles.moreButton, onClick: onOpenPortal, onKeyDown: handleKeyDown, disabled: disabled, "aria-label": "Voir ".concat(pros.length, " professionnels"), tabIndex: disabled ? -1 : 0 },
153
153
  "+",
@@ -96,7 +96,7 @@
96
96
  }
97
97
 
98
98
  .thin {
99
- border: 2px solid var(--tag-light-grey, #e6edf5);
99
+ border: 3px solid var(--tag-light-grey, #e6edf5);
100
100
  }
101
101
 
102
102
  .thick {
@@ -104,7 +104,7 @@
104
104
  }
105
105
 
106
106
  .selectedThin {
107
- border: 2px solid var(--bleu-allaw, #25beeb);
107
+ border: 3px solid var(--bleu-allaw, #25beeb);
108
108
  box-shadow: 0px 0px 4px rgba(37, 190, 235, 0.5);
109
109
  z-index: 5;
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -43,7 +43,6 @@
43
43
  "@dnd-kit/core": "^6.3.1",
44
44
  "@dnd-kit/modifiers": "^9.0.0",
45
45
  "@dnd-kit/sortable": "^10.0.0",
46
- "allaw-ui": "^3.5.5",
47
46
  "date-fns": "^4.1.0",
48
47
  "next": "14.2.5",
49
48
  "react": "^17.0.0 || ^18.0.0",