@planetaexo/design-system 0.37.5 → 0.37.6
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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2804,6 +2804,7 @@ function AdventureSection({
|
|
|
2804
2804
|
type: "button",
|
|
2805
2805
|
onClick: () => onAddContactAsTraveller(adventure.id),
|
|
2806
2806
|
disabled: adventure.addContactAsTravellerDisabled,
|
|
2807
|
+
title: adventure.addContactAsTravellerDisabled ? labels == null ? void 0 : labels.addContactAsTravellerDisabledTooltip : void 0,
|
|
2807
2808
|
className: cn(
|
|
2808
2809
|
"flex items-center gap-1.5 rounded-full border border-border px-3 py-1.5 text-xs font-ui text-muted-foreground transition-colors",
|
|
2809
2810
|
"hover:border-primary hover:text-primary hover:bg-primary/5",
|