@vaneui/ui 0.1.0 → 0.1.2
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/package.json +2 -6
- package/dist/components/complex/index.d.ts +0 -1
- package/dist/components/complex/index.js +0 -132
- package/dist/components/complex/index.js.map +0 -1
- package/dist/components/complex/sharer.d.ts +0 -39
- package/dist/components/theme/components/theme/index.d.ts +0 -1
- package/dist/components/theme/components/theme/themeContext.d.ts +0 -50
- package/dist/components/theme/components/ui/classes/appearanceClasses.d.ts +0 -13
- package/dist/components/theme/components/ui/classes/spacingClasses.d.ts +0 -2
- package/dist/components/theme/components/ui/classes/typographyClasses.d.ts +0 -10
- package/dist/components/theme/components/ui/props/keys.d.ts +0 -81
- package/dist/components/theme/components/ui/props/props.d.ts +0 -43
- package/dist/components/theme/components/ui/theme/appearance/layoutAppearanceTheme.d.ts +0 -10
- package/dist/components/theme/components/ui/theme/appearance/textAppearanceTheme.d.ts +0 -10
- package/dist/components/theme/components/ui/theme/appearance/variantTheme.d.ts +0 -15
- package/dist/components/theme/components/ui/theme/badgeTheme.d.ts +0 -32
- package/dist/components/theme/components/ui/theme/buttonTheme.d.ts +0 -32
- package/dist/components/theme/components/ui/theme/cardTheme.d.ts +0 -37
- package/dist/components/theme/components/ui/theme/chipTheme.d.ts +0 -32
- package/dist/components/theme/components/ui/theme/colTheme.d.ts +0 -15
- package/dist/components/theme/components/ui/theme/common/ComponentTheme.d.ts +0 -52
- package/dist/components/theme/components/ui/theme/common/baseTheme.d.ts +0 -12
- package/dist/components/theme/components/ui/theme/containerTheme.d.ts +0 -31
- package/dist/components/theme/components/ui/theme/dividerTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/gridTheme.d.ts +0 -10
- package/dist/components/theme/components/ui/theme/layout/borderTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/directionTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/displayTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/hideTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/itemsTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/justifyTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/positionTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/radiusTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/ringTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/shadowTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/layout/wrapTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/rowTheme.d.ts +0 -15
- package/dist/components/theme/components/ui/theme/sectionTheme.d.ts +0 -34
- package/dist/components/theme/components/ui/theme/size/breakpointTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/size/gapTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/size/pxTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/size/pyTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/size/sizeTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/stackTheme.d.ts +0 -19
- package/dist/components/theme/components/ui/theme/typography/fontFamilyTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/typography/fontStyleTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/typography/fontWeightTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/typography/textAlignTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/typography/textDecorationTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/typography/textTransformTheme.d.ts +0 -9
- package/dist/components/theme/components/ui/theme/typographyComponentTheme.d.ts +0 -22
- package/dist/components/theme/components/utils/componentUtils.d.ts +0 -4
- package/dist/components/theme/components/utils/deepMerge.d.ts +0 -4
- package/dist/components/theme/components/utils/deepPartial.d.ts +0 -3
- package/dist/components/theme/index.d.ts +0 -1
- package/dist/components/theme/index.js +0 -4625
- package/dist/components/theme/index.js.map +0 -1
- package/dist/components/theme/themeContext.d.ts +0 -50
- package/dist/components/ui/badge.d.ts +0 -3
- package/dist/components/ui/button.d.ts +0 -3
- package/dist/components/ui/card.d.ts +0 -3
- package/dist/components/ui/chip.d.ts +0 -3
- package/dist/components/ui/classes/appearanceClasses.d.ts +0 -13
- package/dist/components/ui/classes/spacingClasses.d.ts +0 -2
- package/dist/components/ui/classes/typographyClasses.d.ts +0 -10
- package/dist/components/ui/col.d.ts +0 -3
- package/dist/components/ui/container.d.ts +0 -3
- package/dist/components/ui/divider.d.ts +0 -3
- package/dist/components/ui/grid.d.ts +0 -4
- package/dist/components/ui/layout.d.ts +0 -7
- package/dist/components/ui/props/keys.d.ts +0 -81
- package/dist/components/ui/props/props.d.ts +0 -43
- package/dist/components/ui/row.d.ts +0 -3
- package/dist/components/ui/section.d.ts +0 -3
- package/dist/components/ui/stack.d.ts +0 -3
- package/dist/components/ui/theme/appearance/layoutAppearanceTheme.d.ts +0 -10
- package/dist/components/ui/theme/appearance/textAppearanceTheme.d.ts +0 -10
- package/dist/components/ui/theme/appearance/variantTheme.d.ts +0 -15
- package/dist/components/ui/theme/badgeTheme.d.ts +0 -32
- package/dist/components/ui/theme/buttonTheme.d.ts +0 -32
- package/dist/components/ui/theme/cardTheme.d.ts +0 -37
- package/dist/components/ui/theme/chipTheme.d.ts +0 -32
- package/dist/components/ui/theme/colTheme.d.ts +0 -15
- package/dist/components/ui/theme/common/ComponentTheme.d.ts +0 -52
- package/dist/components/ui/theme/common/baseTheme.d.ts +0 -12
- package/dist/components/ui/theme/containerTheme.d.ts +0 -31
- package/dist/components/ui/theme/dividerTheme.d.ts +0 -9
- package/dist/components/ui/theme/gridTheme.d.ts +0 -10
- package/dist/components/ui/theme/layout/borderTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/directionTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/displayTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/hideTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/itemsTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/justifyTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/positionTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/radiusTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/ringTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/shadowTheme.d.ts +0 -9
- package/dist/components/ui/theme/layout/wrapTheme.d.ts +0 -9
- package/dist/components/ui/theme/rowTheme.d.ts +0 -15
- package/dist/components/ui/theme/sectionTheme.d.ts +0 -34
- package/dist/components/ui/theme/size/breakpointTheme.d.ts +0 -9
- package/dist/components/ui/theme/size/gapTheme.d.ts +0 -9
- package/dist/components/ui/theme/size/pxTheme.d.ts +0 -9
- package/dist/components/ui/theme/size/pyTheme.d.ts +0 -9
- package/dist/components/ui/theme/size/sizeTheme.d.ts +0 -9
- package/dist/components/ui/theme/stackTheme.d.ts +0 -19
- package/dist/components/ui/theme/typography/fontFamilyTheme.d.ts +0 -9
- package/dist/components/ui/theme/typography/fontStyleTheme.d.ts +0 -9
- package/dist/components/ui/theme/typography/fontWeightTheme.d.ts +0 -9
- package/dist/components/ui/theme/typography/textAlignTheme.d.ts +0 -9
- package/dist/components/ui/theme/typography/textDecorationTheme.d.ts +0 -9
- package/dist/components/ui/theme/typography/textTransformTheme.d.ts +0 -9
- package/dist/components/ui/theme/typographyComponentTheme.d.ts +0 -22
- package/dist/components/ui/typography.d.ts +0 -9
- package/dist/components/utils/buildComponent.d.ts +0 -7
- package/dist/components/utils/componentUtils.d.ts +0 -4
- package/dist/components/utils/deepMerge.d.ts +0 -4
- package/dist/components/utils/deepPartial.d.ts +0 -3
- package/dist/components/utils/tests/deepMerge.test.d.ts +0 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.esm.js +0 -4723
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js +0 -4747
- package/dist/index.js.map +0 -1
- package/dist/ui.css +0 -2049
- package/dist/vars.css +0 -132
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { GapTheme } from "./size/gapTheme";
|
|
2
|
-
import { WrapTheme } from "./layout/wrapTheme";
|
|
3
|
-
import { BaseComponentTheme, ComponentTheme, DefaultLayoutThemes } from "./common/ComponentTheme";
|
|
4
|
-
import { RowProps } from "../props/props";
|
|
5
|
-
import { BreakpointTheme } from "./size/breakpointTheme";
|
|
6
|
-
export interface RowTheme<P> extends BaseComponentTheme<P> {
|
|
7
|
-
size: {
|
|
8
|
-
gap: GapTheme;
|
|
9
|
-
breakpoint: BreakpointTheme;
|
|
10
|
-
};
|
|
11
|
-
layout: DefaultLayoutThemes<P> & {
|
|
12
|
-
wrap: WrapTheme;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export declare const defaultRowTheme: ComponentTheme<RowProps, RowTheme<RowProps>>;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { BaseComponentTheme, ComponentTheme, DefaultLayoutThemes } from "./common/ComponentTheme";
|
|
2
|
-
import { DirectionTheme } from "./layout/directionTheme";
|
|
3
|
-
import { GapTheme } from "./size/gapTheme";
|
|
4
|
-
import { WrapTheme } from "./layout/wrapTheme";
|
|
5
|
-
import { SectionProps } from "../props/props";
|
|
6
|
-
import { PxTheme } from "./size/pxTheme";
|
|
7
|
-
import { PyTheme } from "./size/pyTheme";
|
|
8
|
-
import { VariantTheme } from "./appearance/variantTheme";
|
|
9
|
-
import { BorderTheme } from "./layout/borderTheme";
|
|
10
|
-
import { RingTheme } from "./layout/ringTheme";
|
|
11
|
-
import { RadiusTheme } from "./layout/radiusTheme";
|
|
12
|
-
import { ShadowTheme } from "./layout/shadowTheme";
|
|
13
|
-
export interface SectionTheme<P> extends BaseComponentTheme<P> {
|
|
14
|
-
size: {
|
|
15
|
-
px: PxTheme;
|
|
16
|
-
py: PyTheme;
|
|
17
|
-
gap: GapTheme;
|
|
18
|
-
shadow: ShadowTheme;
|
|
19
|
-
};
|
|
20
|
-
appearance: {
|
|
21
|
-
background: VariantTheme;
|
|
22
|
-
text: VariantTheme;
|
|
23
|
-
border: VariantTheme;
|
|
24
|
-
ring: VariantTheme;
|
|
25
|
-
};
|
|
26
|
-
layout: DefaultLayoutThemes<P> & {
|
|
27
|
-
wrap: WrapTheme;
|
|
28
|
-
direction: DirectionTheme;
|
|
29
|
-
border: BorderTheme;
|
|
30
|
-
ring: RingTheme;
|
|
31
|
-
radius: RadiusTheme;
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
export declare const defaultSectionTheme: ComponentTheme<SectionProps, SectionTheme<SectionProps>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
2
|
-
import { BreakpointKey } from "../../props/keys";
|
|
3
|
-
export interface BreakpointTheme extends Record<BreakpointKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class BreakpointTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<BreakpointKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<BreakpointKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { SizeKey, GapKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface GapTheme extends Record<GapKey, string | Record<SizeKey, string>> {
|
|
4
|
-
}
|
|
5
|
-
export declare class GapTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<GapKey, string | Record<SizeKey, string>>;
|
|
7
|
-
constructor(initial?: Partial<Record<GapKey, string | Record<SizeKey, string>>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { SizeKey, PaddingKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface PxTheme extends Record<PaddingKey, string | Record<SizeKey, string>> {
|
|
4
|
-
}
|
|
5
|
-
export declare class PxTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<PaddingKey, string | Record<SizeKey, string>>;
|
|
7
|
-
constructor(initial?: Partial<Record<PaddingKey, string | Record<SizeKey, string>>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { SizeKey, PaddingKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface PyTheme extends Record<PaddingKey, string | Record<SizeKey, string>> {
|
|
4
|
-
}
|
|
5
|
-
export declare class PyTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<PaddingKey, string | Record<SizeKey, string>>;
|
|
7
|
-
constructor(initial?: Partial<Record<PaddingKey, string | Record<SizeKey, string>>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
2
|
-
import { SizeKey } from "../../props/keys";
|
|
3
|
-
export interface SizeTheme extends Record<SizeKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class SizeTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<SizeKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<SizeKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DirectionTheme } from "./layout/directionTheme";
|
|
2
|
-
import { WrapTheme } from "./layout/wrapTheme";
|
|
3
|
-
import { BaseComponentTheme, ComponentTheme, DefaultLayoutThemes } from "./common/ComponentTheme";
|
|
4
|
-
import { StackProps } from "../props/props";
|
|
5
|
-
import { GapTheme } from "./size/gapTheme";
|
|
6
|
-
import { PxTheme } from "./size/pxTheme";
|
|
7
|
-
import { PyTheme } from "./size/pyTheme";
|
|
8
|
-
export interface StackTheme<P> extends BaseComponentTheme<P> {
|
|
9
|
-
size: {
|
|
10
|
-
px: PxTheme;
|
|
11
|
-
py: PyTheme;
|
|
12
|
-
gap: GapTheme;
|
|
13
|
-
};
|
|
14
|
-
layout: DefaultLayoutThemes<P> & {
|
|
15
|
-
wrap: WrapTheme;
|
|
16
|
-
direction: DirectionTheme;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
export declare const defaultStackTheme: ComponentTheme<StackProps, StackTheme<StackProps>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FontFamilyKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface FontFamilyTheme extends Record<FontFamilyKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class FontFamilyTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<FontFamilyKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<FontFamilyKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FontStyleKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface FontStyleTheme extends Record<FontStyleKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class FontStyleTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<FontStyleKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<FontStyleKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FontWeightKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface FontWeightTheme extends Record<FontWeightKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class FontWeightTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<FontWeightKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<FontWeightKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TextAlignKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface TextAlignTheme extends Record<TextAlignKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class TextAlignTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<TextAlignKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<TextAlignKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TextDecorationKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface TextDecorationTheme extends Record<TextDecorationKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class TextDecorationTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<TextDecorationKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<TextDecorationKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TextTransformKey } from "../../props/keys";
|
|
2
|
-
import { BaseTheme } from "../common/baseTheme";
|
|
3
|
-
export interface TextTransformTheme extends Record<TextTransformKey, string> {
|
|
4
|
-
}
|
|
5
|
-
export declare class TextTransformTheme extends BaseTheme {
|
|
6
|
-
static readonly defaultClasses: Record<TextTransformKey, string>;
|
|
7
|
-
constructor(initial?: Partial<Record<TextTransformKey, string>>);
|
|
8
|
-
getClasses(props: Record<string, boolean>, defaults: Record<string, boolean>): string[];
|
|
9
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { SizeKey } from "../props/keys";
|
|
2
|
-
import { TypographyComponentProps } from "../props/props";
|
|
3
|
-
import React from "react";
|
|
4
|
-
import { BaseComponentTheme, ComponentTheme } from "./common/ComponentTheme";
|
|
5
|
-
import { SizeTheme } from "./size/sizeTheme";
|
|
6
|
-
import { TextAppearanceTheme } from "./appearance/textAppearanceTheme";
|
|
7
|
-
export interface TypographyComponentTheme<P> extends BaseComponentTheme<P> {
|
|
8
|
-
size: {
|
|
9
|
-
text: SizeTheme;
|
|
10
|
-
};
|
|
11
|
-
appearance: {
|
|
12
|
-
text: TextAppearanceTheme;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export declare const createTypographyComponentTheme: (tag: React.ReactNode | string | any, base?: string, textSizeMap?: Record<SizeKey, string>, defaults?: Partial<TypographyComponentProps>) => ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
16
|
-
export declare const pageTitleTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
17
|
-
export declare const sectionTitleTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
18
|
-
export declare const titleTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
19
|
-
export declare const textTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
20
|
-
export declare const linkTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
21
|
-
export declare const listItemTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
22
|
-
export declare const listTheme: ComponentTheme<TypographyComponentProps, TypographyComponentTheme<TypographyComponentProps>>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { JSX } from 'react';
|
|
2
|
-
import { TypographyComponentProps } from './props/props';
|
|
3
|
-
export declare const PageTitle: (props: TypographyComponentProps) => JSX.Element;
|
|
4
|
-
export declare const SectionTitle: (props: TypographyComponentProps) => JSX.Element;
|
|
5
|
-
export declare const Title: (props: TypographyComponentProps) => JSX.Element;
|
|
6
|
-
export declare const Text: (props: TypographyComponentProps) => JSX.Element;
|
|
7
|
-
export declare const Link: (props: TypographyComponentProps) => JSX.Element;
|
|
8
|
-
export declare const ListItem: (props: TypographyComponentProps) => JSX.Element;
|
|
9
|
-
export declare const List: (props: TypographyComponentProps) => JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentTheme } from "../ui/theme/common/ComponentTheme";
|
|
2
|
-
import { ComponentProps } from "../ui/props/props";
|
|
3
|
-
export type ThemedComponentProps<P extends ComponentProps, T extends object> = P & {
|
|
4
|
-
theme: ComponentTheme<P, T>;
|
|
5
|
-
propsToOmit?: readonly string[];
|
|
6
|
-
};
|
|
7
|
-
export declare function ThemedComponent<P extends ComponentProps, T extends object>({ theme, propsToOmit, ...props }: ThemedComponentProps<P, T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DeepPartial } from "./deepPartial";
|
|
2
|
-
export declare const deepMerge: <T extends object>(target: T, source: DeepPartial<T>) => T;
|
|
3
|
-
export declare const deepClone: <T extends object>(source: T) => T;
|
|
4
|
-
export declare const mergeDefaults: (baseDefaults: Record<string, boolean>, overrideDefaults: Record<string, boolean>) => Record<string, boolean>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { Button } from "./components/ui/button";
|
|
2
|
-
export { Badge } from "./components/ui/badge";
|
|
3
|
-
export { Divider } from "./components/ui/divider";
|
|
4
|
-
export { Chip } from "./components/ui/chip";
|
|
5
|
-
export { Section, Container, Col, Row, Stack, Grid3, Grid4, Card } from "./components/ui/layout";
|
|
6
|
-
export { Text, Title, Link, List, ListItem, SectionTitle, PageTitle } from "./components/ui/typography";
|
|
7
|
-
export { ThemeProvider, useTheme, type ThemeProps, type ThemeDefaults, type ThemeProviderProps, type PartialTheme, defaultTheme, type ComponentKey, COMPONENT_KEYS } from './components/theme/themeContext';
|
|
8
|
-
export { type ModeKey } from "./components/ui/props/keys";
|