Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions @kiva/kv-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@laynezh/vite-plugin-lib-assets": "^0.6.1",
"@mdi/js": "^7.4.47",
"@storybook/addon-a11y": "^10.1.10",
"@storybook/addon-designs": "^11.1.2",
"@storybook/addon-docs": "^10.1.10",
"@storybook/addon-links": "^10.1.10",
"@storybook/builder-vite": "^10.1.10",
Expand Down
7 changes: 6 additions & 1 deletion @kiva/kv-components/src/vue/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ export default {
'../stories/assets',
],

addons: [getAbsolutePath("@storybook/addon-links"), getAbsolutePath("@storybook/addon-a11y"), getAbsolutePath("@storybook/addon-docs")],
addons: [
getAbsolutePath("@storybook/addon-links"),
getAbsolutePath("@storybook/addon-a11y"),
getAbsolutePath("@storybook/addon-docs"),
getAbsolutePath("@storybook/addon-designs"),
],

framework: {
name: getAbsolutePath("@storybook/vue3-vite"),
Expand Down
32 changes: 32 additions & 0 deletions @kiva/kv-components/src/vue/stories/Typography.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { Meta } from '@storybook/addon-docs/blocks';
import { Figma } from '@storybook/addon-designs/blocks';

<Meta title="Base Styling/Typography" />

# Typography

This section documents the typography system used throughout the Kiva design system.

## Table of Contents

- [Typography Overview](#typography-overview)
- [Type Scale and Tokens](#type-scale-and-tokens)
- [Usage Guidelines](#usage-guidelines)

---

## Typography Overview

<Figma url="https://www.figma.com/design/TPmBUB4olYPMF6glEhBGDG/%F0%9F%8C%BF-Ecosystem-2026--WIP-?node-id=17279-6062&t=o1dRThqGFrl8Lr8o-1" />

## Type Scale and Tokens

The Kiva design system uses a defined type scale to maintain consistency across all components and pages. The type scale includes various heading levels, body text, captions, and other text styles, each with specific font sizes, weights, and line heights.

<Figma url="https://www.figma.com/design/TPmBUB4olYPMF6glEhBGDG/%F0%9F%8C%BF-Ecosystem-2026--WIP-?node-id=17443-6589&t=o1dRThqGFrl8Lr8o-1" />

## Usage Guidelines

Typography in the Kiva design system follows consistent patterns to ensure readability and visual hierarchy across all components and pages.

<Figma url="https://www.figma.com/design/TPmBUB4olYPMF6glEhBGDG/%F0%9F%8C%BF-Ecosystem-2026--WIP-?node-id=17279-6478&t=o1dRThqGFrl8Lr8o-1" />
Loading
Loading