Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion docs/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.36/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.36/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: select
title: Select
---

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view. You can use native as well as styled one. The native one will have a different look and feel on each platform(Android, iOS and Web). The behaviour and look of styled variant will be same across all platforms.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.37/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.37/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: select
title: Select
---

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.38/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.38/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: select
title: Select
---

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.40/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0-next.40/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: select
title: Select
---

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.3/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.3/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.6/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.6/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.7/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.7/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
32 changes: 16 additions & 16 deletions versioned_docs/version-3.1.0/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down Expand Up @@ -31,23 +31,23 @@ To manage Typography options, the theme object supports the following keys:
const typography = {
letterSpacings: {
'2xs': -1.5,
'xs': -0.5,
'sm': 0,
'md': 0.1,
'lg': 0.15,
'xl': 0.25,
xs: -0.5,
sm: 0,
md: 0.1,
lg: 0.15,
xl: 0.25,
'2xl': 0.4,
'3xl': 0.5,
'4xl': 1.25,
'5xl': 1.5,
},
lineHeights: {
'2xs': 16,
'xs': 18,
'sm': 20,
'md': 22,
'lg': 24,
'xl': 28,
xs: 18,
sm: 20,
md: 22,
lg: 24,
xl: 28,
'2xl': 32,
'3xl': 40,
'4xl': 48,
Expand All @@ -72,11 +72,11 @@ const typography = {
},
fontSizes: {
'2xs': 10,
'xs': 12,
'sm': 14,
'md': 16,
'lg': 18,
'xl': 20,
xs: 12,
sm: 14,
md: 16,
lg: 18,
xl: 20,
'2xl': 24,
'3xl': 30,
'4xl': 36,
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.1.0/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.0/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.0/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.1/default-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: default-theme
title: Default Theme
---

import { ColorsBlock, FontBlocks, SpaceBlocks } from "/src/components/index";
import { ColorsBlock, FontBlocks, SpaceBlocks } from "../../src/components/index";

The theme object is where you define your application's color palette, type scale, font stacks, breakpoints, border radius values, and more.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.1/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Select

import { ComponentTheme } from '../../src/components';

import { AndroidBadge } from "/src/components/index";
import { AndroidBadge } from "../../src/components/index";

Select creates a dropdown list of items with the selected item in closed view.

Expand Down