Stacks and InlineCode

This commit is contained in:
Gregory Schier
2026-03-12 19:45:19 -07:00
parent 4d792c7f9f
commit 77ec87ea17
74 changed files with 293 additions and 324 deletions
@@ -1,10 +1,9 @@
import type { Color } from '@yaakapp-internal/plugins';
import type { BannerProps } from '@yaakapp-internal/ui';
import { Banner, HStack } from '@yaakapp-internal/ui';
import classNames from 'classnames';
import { useKeyValue } from '../../hooks/useKeyValue';
import type { BannerProps } from '@yaakapp-internal/ui';
import { Banner } from '@yaakapp-internal/ui';
import { Button } from './Button';
import { HStack } from './Stacks';
export function DismissibleBanner({
children,