@astral/ui 4.37.0 → 4.37.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/components/Accordion/styles.d.ts +1 -0
- package/components/Alert/styles.d.ts +2 -0
- package/components/AutoSaveIndicator/styles.d.ts +2 -0
- package/components/BottomDrawer/styles.d.ts +1 -0
- package/components/Chip/styles.d.ts +1 -0
- package/components/CodeField/styles.d.ts +1 -0
- package/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
- package/components/CollapsibleTypography/styles.d.ts +1 -0
- package/components/ConfirmAction/styles.d.ts +1 -0
- package/components/CopyTypography/styles.d.ts +1 -0
- package/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
- package/components/DashboardSidebarPopover/styles.d.ts +1 -0
- package/components/DataGridPagination/styles.d.ts +1 -0
- package/components/DataGridPaginationContainer/styles.d.ts +1 -0
- package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
- package/components/Description/Value/styles.d.ts +2 -0
- package/components/DescriptionList/styles.d.ts +1 -0
- package/components/Fieldset/styles.d.ts +2 -0
- package/components/Filename/styles.d.ts +1 -0
- package/components/FlowButton/styles.d.ts +1 -0
- package/components/JsonViewer/NodeValue/styles.d.ts +3 -0
- package/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -0
- package/components/MaskField/MaskField.js +2 -2
- package/components/MaskField/styles.d.ts +2 -0
- package/components/MaskField/styles.js +5 -0
- package/components/MenuGroup/styles.d.ts +1 -0
- package/components/MenuOrganization/OrganizationButton/styles.d.ts +1 -0
- package/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
- package/components/MenuOrganization/styles.d.ts +1 -0
- package/components/MinimalisticPagination/styles.d.ts +1 -0
- package/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
- package/components/NotFoundPage/styles.d.ts +2 -0
- package/components/Notification/NotificationTemplate/styles.d.ts +2 -0
- package/components/NotificationList/ListItem/styles.d.ts +2 -0
- package/components/OverflowTypography/OverflowTypography.d.ts +1 -0
- package/components/OverflowTypography/styles.d.ts +2 -0
- package/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
- package/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
- package/components/PageHeader/Title/styles.d.ts +1 -0
- package/components/Pagination/PaginationItem/styles.d.ts +1 -0
- package/components/PinButton/styles.d.ts +1 -0
- package/components/ProductSwitcher/Content/styles.d.ts +1 -0
- package/components/Tree/TreeItem/styles.d.ts +2 -0
- package/components/Typography/Typography.d.ts +1 -0
- package/components/Typography/Typography.js +6 -2
- package/components/Typography/constants.d.ts +3 -0
- package/components/Typography/constants.js +3 -0
- package/components/Typography/styles.js +5 -0
- package/components/Typography/types.d.ts +4 -0
- package/components/WelcomeScreen/styles.d.ts +2 -0
- package/components/fileUploading/FileInfo/styles.d.ts +1 -0
- package/components/placeholders/Placeholder/styles.d.ts +2 -0
- package/hook-form/EditableText/EditingForm/styles.d.ts +1 -0
- package/hook-form/EditableText/styles.d.ts +1 -0
- package/node/components/Accordion/styles.d.ts +1 -0
- package/node/components/Alert/styles.d.ts +2 -0
- package/node/components/AutoSaveIndicator/styles.d.ts +2 -0
- package/node/components/BottomDrawer/styles.d.ts +1 -0
- package/node/components/Chip/styles.d.ts +1 -0
- package/node/components/CodeField/styles.d.ts +1 -0
- package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
- package/node/components/CollapsibleTypography/styles.d.ts +1 -0
- package/node/components/ConfirmAction/styles.d.ts +1 -0
- package/node/components/CopyTypography/styles.d.ts +1 -0
- package/node/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
- package/node/components/DashboardSidebarPopover/styles.d.ts +1 -0
- package/node/components/DataGridPagination/styles.d.ts +1 -0
- package/node/components/DataGridPaginationContainer/styles.d.ts +1 -0
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
- package/node/components/Description/Value/styles.d.ts +2 -0
- package/node/components/DescriptionList/styles.d.ts +1 -0
- package/node/components/Fieldset/styles.d.ts +2 -0
- package/node/components/Filename/styles.d.ts +1 -0
- package/node/components/FlowButton/styles.d.ts +1 -0
- package/node/components/JsonViewer/NodeValue/styles.d.ts +3 -0
- package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -0
- package/node/components/MaskField/MaskField.js +2 -2
- package/node/components/MaskField/styles.d.ts +2 -0
- package/node/components/MaskField/styles.js +8 -0
- package/node/components/MenuGroup/styles.d.ts +1 -0
- package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +1 -0
- package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
- package/node/components/MenuOrganization/styles.d.ts +1 -0
- package/node/components/MinimalisticPagination/styles.d.ts +1 -0
- package/node/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
- package/node/components/NotFoundPage/styles.d.ts +2 -0
- package/node/components/Notification/NotificationTemplate/styles.d.ts +2 -0
- package/node/components/NotificationList/ListItem/styles.d.ts +2 -0
- package/node/components/OverflowTypography/OverflowTypography.d.ts +1 -0
- package/node/components/OverflowTypography/styles.d.ts +2 -0
- package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
- package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
- package/node/components/PageHeader/Title/styles.d.ts +1 -0
- package/node/components/Pagination/PaginationItem/styles.d.ts +1 -0
- package/node/components/PinButton/styles.d.ts +1 -0
- package/node/components/ProductSwitcher/Content/styles.d.ts +1 -0
- package/node/components/Tree/TreeItem/styles.d.ts +2 -0
- package/node/components/Typography/Typography.d.ts +1 -0
- package/node/components/Typography/Typography.js +6 -2
- package/node/components/Typography/constants.d.ts +3 -0
- package/node/components/Typography/constants.js +6 -0
- package/node/components/Typography/styles.js +5 -0
- package/node/components/Typography/types.d.ts +4 -0
- package/node/components/WelcomeScreen/styles.d.ts +2 -0
- package/node/components/fileUploading/FileInfo/styles.d.ts +1 -0
- package/node/components/placeholders/Placeholder/styles.d.ts +2 -0
- package/node/hook-form/EditableText/EditingForm/styles.d.ts +1 -0
- package/node/hook-form/EditableText/styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ export declare const Summary: import("../styled").StyledComponent<import("../Typ
|
|
|
25
25
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
26
26
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
27
27
|
isUpperCase?: boolean | undefined;
|
|
28
|
+
withoutCalt?: boolean | undefined;
|
|
28
29
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
29
30
|
theme?: import("@emotion/react").Theme | undefined;
|
|
30
31
|
}, {}, {}>;
|
|
@@ -42,6 +42,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
42
42
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
43
43
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
44
44
|
isUpperCase?: boolean | undefined;
|
|
45
|
+
withoutCalt?: boolean | undefined;
|
|
45
46
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
46
47
|
theme?: import("@emotion/react").Theme | undefined;
|
|
47
48
|
} & {
|
|
@@ -55,6 +56,7 @@ export declare const Title: import("../styled").StyledComponent<import("../Typog
|
|
|
55
56
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
56
57
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
57
58
|
isUpperCase?: boolean | undefined;
|
|
59
|
+
withoutCalt?: boolean | undefined;
|
|
58
60
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
59
61
|
theme?: import("@emotion/react").Theme | undefined;
|
|
60
62
|
} & {
|
|
@@ -13,6 +13,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
13
13
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
14
14
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
15
15
|
isUpperCase?: boolean | undefined;
|
|
16
|
+
withoutCalt?: boolean | undefined;
|
|
16
17
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
17
18
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
19
|
}, {}, {}>;
|
|
@@ -31,6 +32,7 @@ export declare const IndicatorTypography: import("../styled").StyledComponent<im
|
|
|
31
32
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
32
33
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
33
34
|
isUpperCase?: boolean | undefined;
|
|
35
|
+
withoutCalt?: boolean | undefined;
|
|
34
36
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
35
37
|
theme?: import("@emotion/react").Theme | undefined;
|
|
36
38
|
}, {}, {}>;
|
|
@@ -17,6 +17,7 @@ export declare const HeaderTitle: import("../styled").StyledComponent<import("@m
|
|
|
17
17
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
18
18
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
19
19
|
isUpperCase?: boolean | undefined;
|
|
20
|
+
withoutCalt?: boolean | undefined;
|
|
20
21
|
} & import("react").HTMLAttributes<HTMLParagraphElement>, {}, {}>;
|
|
21
22
|
export declare const Body: import("../styled").StyledComponent<{
|
|
22
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -21,6 +21,7 @@ export declare const AdornmentWrapper: import("../styled").StyledComponent<impor
|
|
|
21
21
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
22
22
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
23
23
|
isUpperCase?: boolean | undefined;
|
|
24
|
+
withoutCalt?: boolean | undefined;
|
|
24
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
25
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
26
27
|
}, {}, {}>;
|
|
@@ -23,6 +23,7 @@ export declare const FieldLabel: import("../styled").StyledComponent<import("../
|
|
|
23
23
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
24
24
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
25
25
|
isUpperCase?: boolean | undefined;
|
|
26
|
+
withoutCalt?: boolean | undefined;
|
|
26
27
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
27
28
|
theme?: import("@emotion/react").Theme | undefined;
|
|
28
29
|
}, {}, {}>;
|
|
@@ -29,6 +29,7 @@ export declare const CollapsibleTypography: import("react").ForwardRefExoticComp
|
|
|
29
29
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
30
30
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
31
31
|
isUpperCase?: boolean | undefined;
|
|
32
|
+
withoutCalt?: boolean | undefined;
|
|
32
33
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
33
34
|
children?: import("react").ReactNode;
|
|
34
35
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -14,6 +14,7 @@ export declare const Wrapper: import("../styled").StyledComponent<import("../Typ
|
|
|
14
14
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
15
15
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
16
16
|
isUpperCase?: boolean | undefined;
|
|
17
|
+
withoutCalt?: boolean | undefined;
|
|
17
18
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
18
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
19
20
|
} & CollapsibleTypographyWrapperProps, {}, {}>;
|
|
@@ -9,6 +9,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
9
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
|
+
withoutCalt?: boolean | undefined;
|
|
12
13
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
13
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
15
|
}, {}, {}>;
|
|
@@ -5,6 +5,7 @@ export declare const Wrapper: import("../styled").StyledComponent<import("../Typ
|
|
|
5
5
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -15,6 +15,7 @@ export declare const useLogic: ({ children, copyPosition, copyText, isShowCopyTe
|
|
|
15
15
|
colorIntensity?: import("../..").Intensity | undefined;
|
|
16
16
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
17
17
|
isUpperCase?: boolean | undefined;
|
|
18
|
+
withoutCalt?: boolean | undefined;
|
|
18
19
|
defaultChecked?: boolean | undefined;
|
|
19
20
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
20
21
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -9,6 +9,7 @@ export declare const Title: import("../styled").StyledComponent<import("../Typog
|
|
|
9
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
|
+
withoutCalt?: boolean | undefined;
|
|
12
13
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
13
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
15
|
}, {}, {}>;
|
|
@@ -9,6 +9,7 @@ export declare const Range: import("../styled").StyledComponent<import("../Typog
|
|
|
9
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
|
+
withoutCalt?: boolean | undefined;
|
|
12
13
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
13
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
15
|
}, {}, {}>;
|
|
@@ -5,6 +5,7 @@ export declare const Range: import("../styled").StyledComponent<import("../Typog
|
|
|
5
5
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -8,6 +8,7 @@ export declare const HeadText: import("../../../styled").StyledComponent<import(
|
|
|
8
8
|
colorIntensity?: import("../../../Typography").Intensity | undefined;
|
|
9
9
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
10
10
|
isUpperCase?: boolean | undefined;
|
|
11
|
+
withoutCalt?: boolean | undefined;
|
|
11
12
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
12
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
13
14
|
}, {}, {}>;
|
|
@@ -15,6 +15,7 @@ export declare const StyledTypography: import("../../styled").StyledComponent<im
|
|
|
15
15
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
16
16
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
17
17
|
isUpperCase?: boolean | undefined;
|
|
18
|
+
withoutCalt?: boolean | undefined;
|
|
18
19
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
19
20
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
21
|
} & StyledTypographyProps, {}, {}>;
|
|
@@ -24,6 +25,7 @@ export declare const StyledCopyTypography: import("../../styled").StyledComponen
|
|
|
24
25
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
25
26
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
26
27
|
isUpperCase?: boolean | undefined;
|
|
28
|
+
withoutCalt?: boolean | undefined;
|
|
27
29
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
28
30
|
copyText?: string | undefined;
|
|
29
31
|
copyPosition?: "left" | "right" | undefined;
|
|
@@ -43,6 +43,7 @@ export declare const Title: import("../styled").StyledComponent<import("../Typog
|
|
|
43
43
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
44
44
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
45
45
|
isUpperCase?: boolean | undefined;
|
|
46
|
+
withoutCalt?: boolean | undefined;
|
|
46
47
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
47
48
|
theme?: import("@emotion/react").Theme | undefined;
|
|
48
49
|
}, {}, {}>;
|
|
@@ -11,6 +11,7 @@ export declare const Title: import("../styled").StyledComponent<import("../Typog
|
|
|
11
11
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
12
12
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
13
13
|
isUpperCase?: boolean | undefined;
|
|
14
|
+
withoutCalt?: boolean | undefined;
|
|
14
15
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
15
16
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
17
|
}, {}, {}>;
|
|
@@ -20,6 +21,7 @@ export declare const Description: import("../styled").StyledComponent<import("..
|
|
|
20
21
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
21
22
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
22
23
|
isUpperCase?: boolean | undefined;
|
|
24
|
+
withoutCalt?: boolean | undefined;
|
|
23
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
27
|
}, {}, {}>;
|
|
@@ -13,6 +13,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
13
13
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
14
14
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
15
15
|
isUpperCase?: boolean | undefined;
|
|
16
|
+
withoutCalt?: boolean | undefined;
|
|
16
17
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
17
18
|
theme?: import("@emotion/react").Theme | undefined;
|
|
18
19
|
} & {
|
|
@@ -14,6 +14,7 @@ export declare const TargetTextWrapper: import("../styled").StyledComponent<impo
|
|
|
14
14
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
15
15
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
16
16
|
isUpperCase?: boolean | undefined;
|
|
17
|
+
withoutCalt?: boolean | undefined;
|
|
17
18
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
18
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
19
20
|
}, {}, {}>;
|
|
@@ -341,6 +341,7 @@ export declare const Value: import("../../styled").StyledComponent<import("../..
|
|
|
341
341
|
colorIntensity?: import("../..").Intensity | undefined;
|
|
342
342
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
343
343
|
isUpperCase?: boolean | undefined;
|
|
344
|
+
withoutCalt?: boolean | undefined;
|
|
344
345
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
345
346
|
children?: import("react").ReactNode;
|
|
346
347
|
} & import("react").RefAttributes<HTMLElement> & {
|
|
@@ -354,6 +355,7 @@ export declare const CopyWrapper: import("../../styled").StyledComponent<import(
|
|
|
354
355
|
colorIntensity?: import("../..").Intensity | undefined;
|
|
355
356
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
356
357
|
isUpperCase?: boolean | undefined;
|
|
358
|
+
withoutCalt?: boolean | undefined;
|
|
357
359
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
358
360
|
copyText?: string | undefined;
|
|
359
361
|
copyPosition?: "left" | "right" | undefined;
|
|
@@ -1037,6 +1039,7 @@ export declare const GuidValue: import("../../styled").StyledComponent<import(".
|
|
|
1037
1039
|
colorIntensity?: import("../..").Intensity | undefined;
|
|
1038
1040
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
1039
1041
|
isUpperCase?: boolean | undefined;
|
|
1042
|
+
withoutCalt?: boolean | undefined;
|
|
1040
1043
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
1041
1044
|
children?: import("react").ReactNode;
|
|
1042
1045
|
} & {
|
|
@@ -28,6 +28,7 @@ export declare const Content: import("../../styled").StyledComponent<import("../
|
|
|
28
28
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
29
29
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
30
30
|
isUpperCase?: boolean | undefined;
|
|
31
|
+
withoutCalt?: boolean | undefined;
|
|
31
32
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
32
33
|
theme?: import("@emotion/react").Theme | undefined;
|
|
33
34
|
}, {}, {}>;
|
|
@@ -50,6 +51,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
50
51
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
51
52
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
52
53
|
isUpperCase?: boolean | undefined;
|
|
54
|
+
withoutCalt?: boolean | undefined;
|
|
53
55
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
54
56
|
theme?: import("@emotion/react").Theme | undefined;
|
|
55
57
|
}, {}, {}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { IMaskMixin } from 'react-imask';
|
|
4
|
-
import {
|
|
4
|
+
import { StyledTextField } from './styles';
|
|
5
5
|
const MaskedTextField = IMaskMixin(({ ...props }) => {
|
|
6
6
|
const textFieldProps = props;
|
|
7
|
-
return _jsx(
|
|
7
|
+
return _jsx(StyledTextField, { ...textFieldProps });
|
|
8
8
|
});
|
|
9
9
|
export const MaskField = forwardRef(({ onChange, onAccept, ...props }, ref) => {
|
|
10
10
|
const maskFieldProps = { unmask: true, ...props };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledTextField: import("@emotion/styled").StyledComponent<Omit<import("../TextField").TextFieldProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -5,6 +5,7 @@ export declare const Label: import("../styled").StyledComponent<import("../Typog
|
|
|
5
5
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -24,6 +24,7 @@ export declare const StyledTypography: import("../../styled/styled").StyledCompo
|
|
|
24
24
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
25
25
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
26
26
|
isUpperCase?: boolean | undefined;
|
|
27
|
+
withoutCalt?: boolean | undefined;
|
|
27
28
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
28
29
|
theme?: import("@emotion/react").Theme | undefined;
|
|
29
30
|
} & {
|
|
@@ -5,6 +5,7 @@ export declare const Label: import("../../styled").StyledComponent<import("../..
|
|
|
5
5
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -22,6 +22,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
22
22
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
23
23
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
24
24
|
isUpperCase?: boolean | undefined;
|
|
25
|
+
withoutCalt?: boolean | undefined;
|
|
25
26
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
26
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
28
|
}, {}, {}>;
|
|
@@ -5,6 +5,7 @@ export declare const PageItem: import("../styled").StyledComponent<import("../Ty
|
|
|
5
5
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -632,6 +632,7 @@ export declare const NavMenuItemButtonText: import("../../../styled").StyledComp
|
|
|
632
632
|
colorIntensity?: import("../../..").Intensity | undefined;
|
|
633
633
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
634
634
|
isUpperCase?: boolean | undefined;
|
|
635
|
+
withoutCalt?: boolean | undefined;
|
|
635
636
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
636
637
|
children?: import("react").ReactNode;
|
|
637
638
|
} & import("react").RefAttributes<HTMLElement> & {
|
|
@@ -9,6 +9,7 @@ export declare const Header: import("../styled").StyledComponent<import("../Typo
|
|
|
9
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
|
+
withoutCalt?: boolean | undefined;
|
|
12
13
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
13
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
15
|
}, {}, {}>;
|
|
@@ -18,6 +19,7 @@ export declare const Subheader: import("../styled").StyledComponent<import("../T
|
|
|
18
19
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
19
20
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
20
21
|
isUpperCase?: boolean | undefined;
|
|
22
|
+
withoutCalt?: boolean | undefined;
|
|
21
23
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
22
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
25
|
}, {}, {}>;
|
|
@@ -20,6 +20,7 @@ export declare const Content: import("../../styled").StyledComponent<import("../
|
|
|
20
20
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
21
21
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
22
22
|
isUpperCase?: boolean | undefined;
|
|
23
|
+
withoutCalt?: boolean | undefined;
|
|
23
24
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
26
|
}, {}, {}>;
|
|
@@ -46,6 +47,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
46
47
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
47
48
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
48
49
|
isUpperCase?: boolean | undefined;
|
|
50
|
+
withoutCalt?: boolean | undefined;
|
|
49
51
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
50
52
|
theme?: import("@emotion/react").Theme | undefined;
|
|
51
53
|
}, {}, {}>;
|
|
@@ -10,6 +10,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
10
10
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
11
11
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
12
12
|
isUpperCase?: boolean | undefined;
|
|
13
|
+
withoutCalt?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -19,6 +20,7 @@ export declare const DateText: import("../../styled").StyledComponent<import("..
|
|
|
19
20
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
20
21
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
21
22
|
isUpperCase?: boolean | undefined;
|
|
23
|
+
withoutCalt?: boolean | undefined;
|
|
22
24
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
23
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
24
26
|
}, {}, {}>;
|
|
@@ -342,6 +342,7 @@ export declare const OverflowTypography: import("react").ForwardRefExoticCompone
|
|
|
342
342
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
343
343
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
344
344
|
isUpperCase?: boolean | undefined;
|
|
345
|
+
withoutCalt?: boolean | undefined;
|
|
345
346
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
346
347
|
children?: import("react").ReactNode;
|
|
347
348
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -9,6 +9,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
9
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
|
+
withoutCalt?: boolean | undefined;
|
|
12
13
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
13
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
15
|
} & OverflowTypographyWrapperProps, {}, {}>;
|
|
@@ -18,6 +19,7 @@ export declare const Wrapper: import("../styled").StyledComponent<import("../Typ
|
|
|
18
19
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
19
20
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
20
21
|
isUpperCase?: boolean | undefined;
|
|
22
|
+
withoutCalt?: boolean | undefined;
|
|
21
23
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
22
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
25
|
} & {
|
|
@@ -5,6 +5,7 @@ export declare const TitleWrapper: import("../../../styled").StyledComponent<imp
|
|
|
5
5
|
colorIntensity?: import("../../../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -5,6 +5,7 @@ export declare const StyledTypography: import("../../../styled").StyledComponent
|
|
|
5
5
|
colorIntensity?: import("../../../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
}, {}, {}>;
|
|
@@ -5,6 +5,7 @@ export declare const TitleWrapper: import("../../styled").StyledComponent<import
|
|
|
5
5
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
} & {
|
|
@@ -5,6 +5,7 @@ export declare const Ellipsis: import("../../styled").StyledComponent<import("..
|
|
|
5
5
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
|
+
withoutCalt?: boolean | undefined;
|
|
8
9
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
9
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
11
|
} & {
|
|
@@ -14,6 +14,7 @@ export declare const Content: import("../styled").StyledComponent<import("../Typ
|
|
|
14
14
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
15
15
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
16
16
|
isUpperCase?: boolean | undefined;
|
|
17
|
+
withoutCalt?: boolean | undefined;
|
|
17
18
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
18
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
19
20
|
}, {}, {}>;
|
|
@@ -19,6 +19,7 @@ export declare const ProductName: import("../../styled").StyledComponent<import(
|
|
|
19
19
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
20
20
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
21
21
|
isUpperCase?: boolean | undefined;
|
|
22
|
+
withoutCalt?: boolean | undefined;
|
|
22
23
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
23
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
24
25
|
}, {}, {}>;
|
|
@@ -47,6 +47,7 @@ export declare const Label: import("../../styled").StyledComponent<import("../..
|
|
|
47
47
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
48
48
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
49
49
|
isUpperCase?: boolean | undefined;
|
|
50
|
+
withoutCalt?: boolean | undefined;
|
|
50
51
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
51
52
|
theme?: import("@emotion/react").Theme | undefined;
|
|
52
53
|
}, {}, {}>;
|
|
@@ -391,6 +392,7 @@ export declare const Note: import("../../styled").StyledComponent<import("../../
|
|
|
391
392
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
392
393
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
393
394
|
isUpperCase?: boolean | undefined;
|
|
395
|
+
withoutCalt?: boolean | undefined;
|
|
394
396
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
395
397
|
children?: import("react").ReactNode;
|
|
396
398
|
} & import("react").RefAttributes<HTMLElement> & {
|
|
@@ -12,4 +12,5 @@ export declare const Typography: import("react").ForwardRefExoticComponent<impor
|
|
|
12
12
|
colorIntensity?: import("./types").Intensity | undefined;
|
|
13
13
|
component?: ComponentProp | undefined;
|
|
14
14
|
isUpperCase?: boolean | undefined;
|
|
15
|
+
withoutCalt?: boolean | undefined;
|
|
15
16
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement>>;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
+
import { classNames } from '../utils/classNames';
|
|
4
|
+
import { typographyClassnames } from './constants';
|
|
3
5
|
import { useTypographyColor } from './hooks';
|
|
4
6
|
import { TypographyWrapper } from './styles';
|
|
5
|
-
export const Typography = forwardRef(({ children, color, colorIntensity = '800', component, ...props }, ref) => {
|
|
7
|
+
export const Typography = forwardRef(({ children, color, colorIntensity = '800', component, withoutCalt, className, ...props }, ref) => {
|
|
6
8
|
const typographyColor = useTypographyColor({ color, colorIntensity });
|
|
7
|
-
return (_jsx(TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor,
|
|
9
|
+
return (_jsx(TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: classNames(className, {
|
|
10
|
+
[typographyClassnames.withoutCalt]: withoutCalt,
|
|
11
|
+
}), children: children }));
|
|
8
12
|
});
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import Typography from '@mui/material/Typography';
|
|
2
2
|
import { styled } from '../styled';
|
|
3
|
+
import { typographyClassnames } from './constants';
|
|
3
4
|
export const TypographyWrapper = styled(Typography, {
|
|
4
5
|
shouldForwardProp: (prop) => prop !== 'isUpperCase',
|
|
5
6
|
}) `
|
|
6
7
|
text-transform: ${({ isUpperCase }) => (isUpperCase ? 'uppercase' : 'none')};
|
|
8
|
+
|
|
9
|
+
.${typographyClassnames.withoutCalt} {
|
|
10
|
+
font-feature-settings: "calt" 0;
|
|
11
|
+
}
|
|
7
12
|
`;
|
|
@@ -31,4 +31,8 @@ export type TypographyProps = TypographyPropsBase & {
|
|
|
31
31
|
* @default false
|
|
32
32
|
*/
|
|
33
33
|
isUpperCase?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Отключает контекстные альтернативы шрифта. Подробнее в [документации](https://ui-kit.astral.ru/?path=/docs/getting-started-fonts--docs)
|
|
36
|
+
*/
|
|
37
|
+
withoutCalt?: boolean;
|
|
34
38
|
} & HTMLAttributes<HTMLParagraphElement>;
|
|
@@ -21,6 +21,7 @@ export declare const Greeting: import("../styled").StyledComponent<import("../Ty
|
|
|
21
21
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
22
22
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
23
23
|
isUpperCase?: boolean | undefined;
|
|
24
|
+
withoutCalt?: boolean | undefined;
|
|
24
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
25
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
26
27
|
}, {}, {}>;
|
|
@@ -30,6 +31,7 @@ export declare const UserName: import("../styled").StyledComponent<import("../Ty
|
|
|
30
31
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
31
32
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
32
33
|
isUpperCase?: boolean | undefined;
|
|
34
|
+
withoutCalt?: boolean | undefined;
|
|
33
35
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
34
36
|
theme?: import("@emotion/react").Theme | undefined;
|
|
35
37
|
}, {}, {}>;
|
|
@@ -348,6 +348,7 @@ export declare const FileSize: import("../../styled").StyledComponent<import("..
|
|
|
348
348
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
349
349
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
350
350
|
isUpperCase?: boolean | undefined;
|
|
351
|
+
withoutCalt?: boolean | undefined;
|
|
351
352
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
352
353
|
theme?: import("@emotion/react").Theme | undefined;
|
|
353
354
|
}, {}, {}>;
|
|
@@ -17,6 +17,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
17
17
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
18
18
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
19
19
|
isUpperCase?: boolean | undefined;
|
|
20
|
+
withoutCalt?: boolean | undefined;
|
|
20
21
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
21
22
|
theme?: import("@emotion/react").Theme | undefined;
|
|
22
23
|
} & WithSize, {}, {}>;
|
|
@@ -26,6 +27,7 @@ export declare const Description: import("../../styled").StyledComponent<import(
|
|
|
26
27
|
colorIntensity?: import("../../Typography").Intensity | undefined;
|
|
27
28
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
28
29
|
isUpperCase?: boolean | undefined;
|
|
30
|
+
withoutCalt?: boolean | undefined;
|
|
29
31
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
30
32
|
theme?: import("@emotion/react").Theme | undefined;
|
|
31
33
|
} & WithSize, {}, {}>;
|
|
@@ -9,6 +9,7 @@ export declare const Description: import("../../../components/styled").StyledCom
|
|
|
9
9
|
colorIntensity?: import("../../../components/Typography").Intensity | undefined;
|
|
10
10
|
component?: import("../../../components/Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
|
+
withoutCalt?: boolean | undefined;
|
|
12
13
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
13
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
15
|
}, {}, {}>;
|