@ekanos/ui 0.1.2 → 0.1.4

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/base.css CHANGED
@@ -16,7 +16,7 @@
16
16
  * Without this rule those borders come out the colour of the label text.
17
17
  *
18
18
  * This is the same rule Fusion's own `@layer base` carries
19
- * (apps/web/styles/globals.css).
19
+ * (the host's global stylesheet).
20
20
  */
21
21
  *,
22
22
  ::after,
package/dist/card.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { useRender } from '@base-ui/react/use-render';
3
3
 
4
4
  /**
5
- * Takes a `render` prop (the Base UI convention — see packages/ui/CLAUDE.md) so
5
+ * Takes a `render` prop (the Base UI convention) so
6
6
  * a card that is itself a destination can BE the link rather than wrapping one:
7
7
  * `<Card render={<Link href={href} />}>`. Without it, clickable cards get
8
8
  * hand-styled anchors and the surface drifts from this one.