@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.
@@ -660,13 +660,13 @@ function TooltipContent({
660
660
  "data-slot": "tooltip-content",
661
661
  sideOffset,
662
662
  className: mergeClasses(
663
- "bg-surface-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",
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-surface-brand fill-foreground z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]" })
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-OVP5HSWP.js";
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
@@ -238,7 +238,7 @@ import {
238
238
  useSidebar,
239
239
  useStableColumns,
240
240
  useStableViewConfig
241
- } from "./chunk-OVP5HSWP.js";
241
+ } from "./chunk-WVCWZJEO.js";
242
242
  export {
243
243
  Alert,
244
244
  AlertDescription,
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-home/unbound-styleguide",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "React component library with Tailwind CSS v4 design tokens",
5
5
  "keywords": [
6
6
  "react",