@appquality/unguess-design-system 3.0.12-alpha → 3.1.1
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/CHANGELOG.md +78 -0
- package/build/index.d.ts +1 -1
- package/build/index.js +835 -673
- package/build/stories/alerts/index.d.ts +1 -1
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +5 -5
- package/build/stories/buttons/button/_types.d.ts +2 -29
- package/build/stories/buttons/button/index.d.ts +1 -1
- package/build/stories/buttons/button/index.stories.d.ts +5 -1216
- package/build/stories/buttons/button-group/index.d.ts +2 -2
- package/build/stories/buttons/button-group/index.stories.d.ts +10 -11
- package/build/stories/buttons/icon-button/_types.d.ts +2 -16
- package/build/stories/buttons/icon-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +12 -0
- package/build/stories/cards/index.d.ts +6 -0
- package/build/stories/charts/ChartContainer.d.ts +1 -1
- package/build/stories/dropdowns/field/index.d.ts +1 -1
- package/build/stories/dropdowns/select/index.d.ts +1 -1
- package/build/stories/editor/editorStyle.d.ts +1 -1
- package/build/stories/forms/input/index.d.ts +1 -1
- package/build/stories/forms/input-toggle/index.d.ts +1 -1
- package/build/stories/label/index.d.ts +1 -1
- package/build/stories/lightbox/parts/body.d.ts +3 -3
- package/build/stories/lightbox/parts/footer.d.ts +1 -1
- package/build/stories/modals/fullscreen/index.d.ts +4 -4
- package/build/stories/modals/index.d.ts +1 -1
- package/build/stories/navigation/header/header-item/brandItem.d.ts +1 -1
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +1 -1
- package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
- package/build/stories/navigation/page-header/index.d.ts +8 -4
- package/build/stories/navigation/page-header/styled/main.d.ts +9 -4
- package/build/stories/player/parts/container.d.ts +1 -1
- package/build/stories/player/parts/controls.d.ts +2 -2
- package/build/stories/player/parts/floatingControls.d.ts +1 -1
- package/build/stories/player/parts/video.d.ts +1 -1
- package/build/stories/profile-modal/menuItem.d.ts +1 -1
- package/build/stories/profile-modal/menuItemIcon.d.ts +1 -1
- package/build/stories/slider/index.d.ts +2 -0
- package/build/stories/slider/parts/container.d.ts +1 -1
- package/build/stories/slider/parts/slickSlider.d.ts +1 -1
- package/build/stories/special-cards/index.d.ts +12 -5
- package/build/stories/special-cards/styled/header.d.ts +10 -3
- package/build/stories/special-cards/styled/meta.d.ts +1 -1
- package/build/stories/special-cards/styled/thumbnail.d.ts +1 -1
- package/build/stories/stepper/index.d.ts +3 -3
- package/build/stories/tags/index.d.ts +3 -3
- package/build/stories/theme/charts.d.ts +1 -17
- package/build/stories/theme/colors.d.ts +5 -10
- package/build/stories/theme/components.d.ts +116 -42
- package/build/stories/theme/gradients.d.ts +0 -1
- package/build/stories/theme/index.d.ts +158 -85
- package/build/stories/theme/mixins.d.ts +2 -2
- package/build/stories/theme/palette.d.ts +35 -36
- package/build/stories/theme/palette.stories.d.ts +19 -5
- package/build/stories/theme/utils.d.ts +6 -2
- package/build/stories/timeline/index.d.ts +2 -2
- package/build/stories/tooltip/index.d.ts +1 -1
- package/build/stories/tooltip/index.stories.d.ts +1 -1
- package/build/stories/typography/paragraph/index.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +3 -3
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +10 -1
- package/build/stories/typography/typescale/index.d.ts +26 -8
- package/build/stories/typography/typescale/index.stories.d.ts +10 -1
- package/package.json +2 -4
- package/.babelrc.json +0 -3
- package/build/stories/buttons/anchor/_types.d.ts +0 -11
- package/build/stories/buttons/button-group/_types.d.ts +0 -5
- package/build/stories/buttons/utils/useButtonVariant.d.ts +0 -5
- package/build/stories/typography/paragraph/_types.d.ts +0 -5
- package/build/stories/typography/typescale/_types.d.ts +0 -43
- package/yarn-error.log +0 -13958
|
@@ -23,6 +23,7 @@ export declare const palette: {
|
|
|
23
23
|
"800": string;
|
|
24
24
|
};
|
|
25
25
|
blue: {
|
|
26
|
+
"50": string;
|
|
26
27
|
"100": string;
|
|
27
28
|
"200": string;
|
|
28
29
|
"300": string;
|
|
@@ -41,6 +42,7 @@ export declare const palette: {
|
|
|
41
42
|
"600": string;
|
|
42
43
|
"700": string;
|
|
43
44
|
"800": string;
|
|
45
|
+
"900": string;
|
|
44
46
|
};
|
|
45
47
|
yellow: {
|
|
46
48
|
"100": string;
|
|
@@ -51,8 +53,10 @@ export declare const palette: {
|
|
|
51
53
|
"600": string;
|
|
52
54
|
"700": string;
|
|
53
55
|
"800": string;
|
|
56
|
+
"900": string;
|
|
54
57
|
};
|
|
55
58
|
green: {
|
|
59
|
+
"50": string;
|
|
56
60
|
"100": string;
|
|
57
61
|
"200": string;
|
|
58
62
|
"300": string;
|
|
@@ -62,7 +66,7 @@ export declare const palette: {
|
|
|
62
66
|
"700": string;
|
|
63
67
|
"800": string;
|
|
64
68
|
};
|
|
65
|
-
|
|
69
|
+
azure: {
|
|
66
70
|
"100": string;
|
|
67
71
|
"200": string;
|
|
68
72
|
"300": string;
|
|
@@ -71,26 +75,29 @@ export declare const palette: {
|
|
|
71
75
|
"600": string;
|
|
72
76
|
"700": string;
|
|
73
77
|
"800": string;
|
|
78
|
+
"900": string;
|
|
74
79
|
};
|
|
75
|
-
|
|
76
|
-
"
|
|
80
|
+
kale: {
|
|
81
|
+
"100": string;
|
|
82
|
+
"200": string;
|
|
83
|
+
"300": string;
|
|
77
84
|
"600": string;
|
|
78
|
-
|
|
79
|
-
|
|
85
|
+
"700": string;
|
|
86
|
+
"800": string;
|
|
80
87
|
};
|
|
81
88
|
pink: {
|
|
82
|
-
"400": string;
|
|
83
89
|
"600": string;
|
|
84
|
-
|
|
85
|
-
|
|
90
|
+
"700": string;
|
|
91
|
+
"800": string;
|
|
92
|
+
"900": string;
|
|
86
93
|
};
|
|
87
94
|
crimson: {
|
|
95
|
+
"200": string;
|
|
96
|
+
"300": string;
|
|
88
97
|
"400": string;
|
|
89
|
-
"
|
|
90
|
-
M400: string;
|
|
91
|
-
M600: string;
|
|
98
|
+
"500": string;
|
|
92
99
|
};
|
|
93
|
-
|
|
100
|
+
fuschia: {
|
|
94
101
|
"400": string;
|
|
95
102
|
"600": string;
|
|
96
103
|
M400: string;
|
|
@@ -98,52 +105,44 @@ export declare const palette: {
|
|
|
98
105
|
};
|
|
99
106
|
lemon: {
|
|
100
107
|
"400": string;
|
|
108
|
+
"500": string;
|
|
101
109
|
"600": string;
|
|
102
|
-
|
|
103
|
-
M600: string;
|
|
110
|
+
"700": string;
|
|
104
111
|
};
|
|
105
|
-
|
|
112
|
+
teal: {
|
|
106
113
|
"400": string;
|
|
114
|
+
"500": string;
|
|
107
115
|
"600": string;
|
|
108
|
-
|
|
109
|
-
M600: string;
|
|
116
|
+
"700": string;
|
|
110
117
|
};
|
|
111
|
-
|
|
112
|
-
"400": string;
|
|
118
|
+
royal: {
|
|
113
119
|
"600": string;
|
|
114
|
-
|
|
115
|
-
|
|
120
|
+
"700": string;
|
|
121
|
+
"800": string;
|
|
122
|
+
"900": string;
|
|
116
123
|
};
|
|
117
|
-
|
|
124
|
+
purple: {
|
|
125
|
+
"200": string;
|
|
126
|
+
"300": string;
|
|
118
127
|
"400": string;
|
|
119
|
-
"
|
|
120
|
-
M400: string;
|
|
121
|
-
M600: string;
|
|
128
|
+
"500": string;
|
|
122
129
|
};
|
|
123
|
-
|
|
130
|
+
lime: {
|
|
124
131
|
"400": string;
|
|
125
132
|
"600": string;
|
|
126
133
|
M400: string;
|
|
127
134
|
M600: string;
|
|
128
135
|
};
|
|
129
|
-
|
|
136
|
+
mint: {
|
|
130
137
|
"400": string;
|
|
131
138
|
"600": string;
|
|
132
139
|
M400: string;
|
|
133
140
|
M600: string;
|
|
134
141
|
};
|
|
135
|
-
|
|
142
|
+
orange: {
|
|
136
143
|
"400": string;
|
|
137
144
|
"600": string;
|
|
138
145
|
M400: string;
|
|
139
146
|
M600: string;
|
|
140
147
|
};
|
|
141
|
-
water: {
|
|
142
|
-
100: string;
|
|
143
|
-
200: string;
|
|
144
|
-
300: string;
|
|
145
|
-
600: string;
|
|
146
|
-
700: string;
|
|
147
|
-
800: string;
|
|
148
|
-
};
|
|
149
148
|
};
|
|
@@ -1,14 +1,28 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
2
|
interface Variant {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
name: string;
|
|
4
|
+
hex: string;
|
|
5
5
|
}
|
|
6
6
|
interface PaletteProps extends HTMLAttributes<HTMLDivElement> {
|
|
7
|
-
|
|
7
|
+
palette: Array<{
|
|
8
8
|
title: string;
|
|
9
|
-
|
|
9
|
+
variants: Array<Variant>;
|
|
10
10
|
}>;
|
|
11
11
|
}
|
|
12
12
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, PaletteProps>;
|
|
13
|
-
declare const _default:
|
|
13
|
+
declare const _default: {
|
|
14
|
+
title: string;
|
|
15
|
+
argTypes: {
|
|
16
|
+
cards: {
|
|
17
|
+
table: {
|
|
18
|
+
disable: boolean;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
parameters: {
|
|
23
|
+
chromatic: {
|
|
24
|
+
delay: number;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
14
28
|
export default _default;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DefaultTheme } from "styled-components";
|
|
2
|
+
declare type Hue = Record<number | string, string> | string;
|
|
3
|
+
declare type GetColorFunction = (hue: Hue, shade?: number, theme?: DefaultTheme, transparency?: number) => string | undefined;
|
|
4
|
+
export declare const getColor: GetColorFunction;
|
|
2
5
|
export declare const hex2rgba: (hex: string, alpha?: number) => string;
|
|
3
|
-
export declare const boxShadow: (theme:
|
|
6
|
+
export declare const boxShadow: (theme: DefaultTheme) => string;
|
|
4
7
|
export declare const isMac: () => boolean | "" | undefined;
|
|
5
8
|
export declare const opacityTransition: import("styled-components").FlattenSimpleInterpolation;
|
|
6
9
|
export declare const sidebarNavItemExpanded: import("styled-components").FlattenSimpleInterpolation;
|
|
7
10
|
export declare const sidebarNavItemHidden: import("styled-components").FlattenSimpleInterpolation;
|
|
11
|
+
export {};
|
|
@@ -11,7 +11,7 @@ import { TimelineArgs } from "./_types";
|
|
|
11
11
|
*/
|
|
12
12
|
declare const Timeline: {
|
|
13
13
|
(props: TimelineArgs): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
Item: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>>,
|
|
15
|
-
Content: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>,
|
|
14
|
+
Item: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>>, import("styled-components").DefaultTheme, TimelineArgs, never>;
|
|
15
|
+
Content: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
16
16
|
};
|
|
17
17
|
export { Timeline };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TooltipArgs } from "./_types";
|
|
2
|
-
declare const Tooltip: import("styled-components").StyledComponent<(props: TooltipArgs) => import("react/jsx-runtime").JSX.Element,
|
|
2
|
+
declare const Tooltip: import("styled-components").StyledComponent<(props: TooltipArgs) => import("react/jsx-runtime").JSX.Element, import("styled-components").DefaultTheme, {}, never>;
|
|
3
3
|
export { Tooltip };
|
|
@@ -5,7 +5,7 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("
|
|
|
5
5
|
[x: number]: any;
|
|
6
6
|
[x: symbol]: any;
|
|
7
7
|
} & {
|
|
8
|
-
theme?:
|
|
8
|
+
theme?: import("styled-components").DefaultTheme | undefined;
|
|
9
9
|
} & {
|
|
10
10
|
as?: string | import("react").ComponentType<any> | undefined;
|
|
11
11
|
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IParagraphProps } from "@zendeskgarden/react-typography";
|
|
2
2
|
/**
|
|
3
3
|
* Use Paragraph to render blocks of text with Garden styling.
|
|
4
4
|
*/
|
|
5
|
-
declare const Paragraph: (props:
|
|
5
|
+
declare const Paragraph: (props: IParagraphProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export { Paragraph };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R,
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R,
|
|
1
|
+
import { IParagraphProps } from "@zendeskgarden/react-typography";
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IParagraphProps>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IParagraphProps>;
|
|
4
4
|
export default _default;
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
export declare const AnchorTag: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, any>;
|
|
2
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R,
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
[x: number]: any;
|
|
5
|
+
[x: symbol]: any;
|
|
6
|
+
} & {
|
|
7
|
+
theme?: import("styled-components").DefaultTheme | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
as?: string | import("react").ComponentType<any> | undefined;
|
|
10
|
+
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
11
|
+
}>;
|
|
3
12
|
export default _default;
|
|
@@ -1,11 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ITypescaleMonospaceProps } from "@zendeskgarden/react-typography/dist/typings/types";
|
|
2
3
|
/**
|
|
3
4
|
* Type components come in small, medium, large, extra-large, extra-extra-large, and extra-extra-extra-large.
|
|
4
5
|
*/
|
|
5
|
-
declare const SM: (
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
declare const SM: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ITypescaleMonospaceProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
7
|
+
color?: string | undefined;
|
|
8
|
+
}, never>;
|
|
9
|
+
declare const MD: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ITypescaleMonospaceProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
10
|
+
color?: string | undefined;
|
|
11
|
+
}, never>;
|
|
12
|
+
declare const LG: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ITypescaleMonospaceProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
13
|
+
color?: string | undefined;
|
|
14
|
+
}, never>;
|
|
15
|
+
declare const XL: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").IXLProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
16
|
+
color?: string | undefined;
|
|
17
|
+
}, never>;
|
|
18
|
+
declare const XXL: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").IXLProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
19
|
+
color?: string | undefined;
|
|
20
|
+
}, never>;
|
|
21
|
+
declare const XXXL: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").IXLProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
|
22
|
+
color?: string | undefined;
|
|
23
|
+
}, never>;
|
|
24
|
+
declare const TextLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ITypescaleMonospaceProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
25
|
+
interface TextDescriptionProps extends ITypescaleMonospaceProps {
|
|
26
|
+
isSmall?: boolean;
|
|
27
|
+
}
|
|
28
|
+
declare const TextDescription: ({ isSmall, ...props }: TextDescriptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export { SM, MD, LG, XL, XXL, XXXL, TextLabel, TextDescription };
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, any>;
|
|
2
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R,
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
[x: number]: any;
|
|
5
|
+
[x: symbol]: any;
|
|
6
|
+
} & {
|
|
7
|
+
theme?: import("styled-components").DefaultTheme | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
as?: string | import("react").ComponentType<any> | undefined;
|
|
10
|
+
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
11
|
+
}>;
|
|
3
12
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appquality/unguess-design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -63,11 +63,9 @@
|
|
|
63
63
|
"ua-parser-js": "^1.0.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "^7.21.8",
|
|
67
66
|
"@babel/preset-env": "^7.21.5",
|
|
68
67
|
"@babel/preset-react": "^7.18.6",
|
|
69
68
|
"@babel/preset-typescript": "^7.21.5",
|
|
70
|
-
"@rollup/plugin-babel": "^6.0.3",
|
|
71
69
|
"@rollup/plugin-image": "^3.0.2",
|
|
72
70
|
"@storybook/addon-essentials": "^7.0.9",
|
|
73
71
|
"@storybook/addon-interactions": "^7.0.9",
|
|
@@ -92,8 +90,8 @@
|
|
|
92
90
|
"formik": "^2.2.9",
|
|
93
91
|
"prop-types": "^15.8.1",
|
|
94
92
|
"react": "^18.2.0",
|
|
95
|
-
"react-dom": "^18.2.0",
|
|
96
93
|
"react-scripts": "^5.0.1",
|
|
94
|
+
"react-dom": "^18.2.0",
|
|
97
95
|
"rimraf": "3.0.2",
|
|
98
96
|
"rollup": "~2.66",
|
|
99
97
|
"rollup-plugin-typescript2": "^0.34.1",
|
package/.babelrc.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IAnchorProps } from "@zendeskgarden/react-buttons";
|
|
2
|
-
export interface AnchorArgs extends IAnchorProps {
|
|
3
|
-
/** Applies danger styling */
|
|
4
|
-
isDanger?: boolean;
|
|
5
|
-
/**
|
|
6
|
-
* Attaches `target="_blank"` and `rel="noopener noreferrer"` to an anchor that
|
|
7
|
-
* navigates to an external resource. This ensures that the anchor is a
|
|
8
|
-
* safe [cross-origin destination link](https://web.dev/external-anchors-use-rel-noopener/).
|
|
9
|
-
**/
|
|
10
|
-
isExternal?: boolean;
|
|
11
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ISMProps, IMDProps, ILGProps, IXLProps, IXXLProps, IXXXLProps } from "@zendeskgarden/react-typography";
|
|
2
|
-
export interface SMArgs extends ISMProps {
|
|
3
|
-
/** Updates the element's HTML tag */
|
|
4
|
-
tag?: any;
|
|
5
|
-
/** Applies bold font style */
|
|
6
|
-
isBold?: boolean;
|
|
7
|
-
/** Renders with monospace font */
|
|
8
|
-
isMonospace?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface MDArgs extends IMDProps {
|
|
11
|
-
/** Updates the element's HTML tag */
|
|
12
|
-
tag?: any;
|
|
13
|
-
/** Applies bold font style */
|
|
14
|
-
isBold?: boolean;
|
|
15
|
-
/** Renders with monospace font */
|
|
16
|
-
isMonospace?: boolean;
|
|
17
|
-
}
|
|
18
|
-
export interface LGArgs extends ILGProps {
|
|
19
|
-
/** Updates the element's HTML tag */
|
|
20
|
-
tag?: any;
|
|
21
|
-
/** Applies bold font style */
|
|
22
|
-
isBold?: boolean;
|
|
23
|
-
/** Renders with monospace font */
|
|
24
|
-
isMonospace?: boolean;
|
|
25
|
-
}
|
|
26
|
-
export interface XLArgs extends IXLProps {
|
|
27
|
-
/** Updates the element's HTML tag */
|
|
28
|
-
tag?: any;
|
|
29
|
-
/** Applies bold font style */
|
|
30
|
-
isBold?: boolean;
|
|
31
|
-
}
|
|
32
|
-
export interface XXLArgs extends IXXLProps {
|
|
33
|
-
/** Updates the element's HTML tag */
|
|
34
|
-
tag?: any;
|
|
35
|
-
/** Applies bold font style */
|
|
36
|
-
isBold?: boolean;
|
|
37
|
-
}
|
|
38
|
-
export interface XXXLArgs extends IXXXLProps {
|
|
39
|
-
/** Updates the element's HTML tag */
|
|
40
|
-
tag?: any;
|
|
41
|
-
/** Applies bold font style */
|
|
42
|
-
isBold?: boolean;
|
|
43
|
-
}
|