{/* @license CC0-1.0 */}

import { Meta } from "@storybook/blocks";
import { ComponentTokensSection } from "../../../../documentation/components/ComponentTokensSection";
import tokens from "../../../../proprietary/design-tokens/dist/index.json";
import tokensDefinition from "../../src/tokens.json";

<Meta id="css-search-bar--tokens" title="CSS Component/Search Bar/Design Tokens" />

# Search Bar Design Tokens

<ComponentTokensSection
  tokens={tokens}
  definition={tokensDefinition}
  component="utrecht-search-bar"
></ComponentTokensSection>
