@ember-home/unbound-styleguide 0.0.17 → 0.0.18
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/{chunk-OVP5HSWP.js → chunk-WVCWZJEO.js} +2 -2
- package/dist/forms.js +1 -1
- package/dist/index.js +1 -1
- package/dist/theme.css +3 -3
- package/package.json +1 -1
|
@@ -660,13 +660,13 @@ function TooltipContent({
|
|
|
660
660
|
"data-slot": "tooltip-content",
|
|
661
661
|
sideOffset,
|
|
662
662
|
className: mergeClasses(
|
|
663
|
-
"bg-
|
|
663
|
+
"bg-fill-brand text-brand-on-bg-fill animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",
|
|
664
664
|
className
|
|
665
665
|
),
|
|
666
666
|
...props,
|
|
667
667
|
children: [
|
|
668
668
|
children,
|
|
669
|
-
/* @__PURE__ */ jsx7(TooltipPrimitive.Arrow, { className: "bg-
|
|
669
|
+
/* @__PURE__ */ jsx7(TooltipPrimitive.Arrow, { className: "bg-fill-brand z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] fill-[var(--color-bg-fill-brand)]" })
|
|
670
670
|
]
|
|
671
671
|
}
|
|
672
672
|
) });
|
package/dist/forms.js
CHANGED
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
ToggleGroup,
|
|
34
34
|
ToggleGroupItem,
|
|
35
35
|
mergeClasses
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-WVCWZJEO.js";
|
|
37
37
|
|
|
38
38
|
// src/@styleguide/forms/hooks/useFieldController.ts
|
|
39
39
|
import { useCallback as useCallback3, useId, useMemo as useMemo3 } from "react";
|
package/dist/index.js
CHANGED
package/dist/theme.css
CHANGED
|
@@ -1702,12 +1702,12 @@
|
|
|
1702
1702
|
.bg-no-repeat {
|
|
1703
1703
|
background-repeat: no-repeat;
|
|
1704
1704
|
}
|
|
1705
|
+
.fill-\[var\(--color-bg-fill-brand\)\] {
|
|
1706
|
+
fill: var(--color-bg-fill-brand);
|
|
1707
|
+
}
|
|
1705
1708
|
.fill-current {
|
|
1706
1709
|
fill: currentcolor;
|
|
1707
1710
|
}
|
|
1708
|
-
.fill-foreground {
|
|
1709
|
-
fill: var(--foreground);
|
|
1710
|
-
}
|
|
1711
1711
|
.fill-popover {
|
|
1712
1712
|
fill: var(--popover);
|
|
1713
1713
|
}
|