@ovotech/element-native 2.2.0-canary-668a0ee-91 → 2.2.0
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/dist/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/Accordion/Accordion.js +24 -21
- package/dist/components/Accordion/Group.js +32 -10
- package/dist/components/Accordion/Icon.js +14 -19
- package/dist/components/Accordion/hooks.d.ts +1 -1
- package/dist/components/Accordion/hooks.js +26 -3
- package/dist/components/Accordion/styles.d.ts +46 -688
- package/dist/components/Accordion/styles.js +49 -56
- package/dist/components/Badge/Badge.d.ts +46 -54
- package/dist/components/Badge/Badge.js +20 -35
- package/dist/components/CTAButton/CTAButton.d.ts +12 -7
- package/dist/components/CTAButton/CTAButton.js +27 -23
- package/dist/components/CTALink/CTALink.d.ts +4 -4
- package/dist/components/CTALink/CTALink.js +27 -5
- package/dist/components/Card/Card.d.ts +45 -47
- package/dist/components/Card/Card.js +25 -5
- package/dist/components/Checkbox/Checkbox.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.js +57 -18
- package/dist/components/Checkbox/CheckboxField.js +37 -7
- package/dist/components/DataTable/DataTable.d.ts +12 -3
- package/dist/components/DataTable/DataTable.js +98 -11
- package/dist/components/DataTable/index.d.ts +0 -2
- package/dist/components/DataTable/index.js +0 -16
- package/dist/components/DateField/DateField.d.ts +2 -2
- package/dist/components/DateField/DateField.js +28 -9
- package/dist/components/DescriptionList/DescriptionList.js +32 -8
- package/dist/components/DescriptionList/styled.d.ts +44 -50
- package/dist/components/DescriptionList/styled.js +34 -9
- package/dist/components/Disclosure/Disclosure.d.ts +3 -3
- package/dist/components/Disclosure/Disclosure.js +18 -12
- package/dist/components/Divider/Divider.js +7 -4
- package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +1 -1
- package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +28 -6
- package/dist/components/ErrorText/ErrorText.d.ts +39 -45
- package/dist/components/ErrorText/ErrorText.js +4 -7
- package/dist/components/Field/Field.d.ts +2 -2
- package/dist/components/Field/Field.js +49 -18
- package/dist/components/FormGroup/FormGroup.js +3 -2
- package/dist/components/Grid/Col.d.ts +39 -45
- package/dist/components/Grid/Col.js +3 -4
- package/dist/components/Grid/Row.d.ts +41 -47
- package/dist/components/Grid/Row.js +10 -7
- package/dist/components/Heading/Heading.js +32 -21
- package/dist/components/HintText/HintText.d.ts +39 -45
- package/dist/components/HintText/HintText.js +4 -7
- package/dist/components/Icon/Icon.d.ts +4 -3
- package/dist/components/Icon/Icon.js +27 -5
- package/dist/components/Input/CurrencyInput.d.ts +6 -6
- package/dist/components/Input/CurrencyInput.js +25 -3
- package/dist/components/Input/EmailInput.d.ts +6 -6
- package/dist/components/Input/EmailInput.js +25 -3
- package/dist/components/Input/Input.d.ts +8 -8
- package/dist/components/Input/Input.js +32 -26
- package/dist/components/Input/NumberInput.d.ts +6 -6
- package/dist/components/Input/NumberInput.js +25 -3
- package/dist/components/Input/PasswordInput.d.ts +6 -6
- package/dist/components/Input/PasswordInput.js +25 -3
- package/dist/components/Input/PasswordInput.styled.d.ts +39 -45
- package/dist/components/Input/PasswordInput.styled.js +5 -2
- package/dist/components/Input/PasswordVisibilityToggle.js +29 -14
- package/dist/components/Input/TelInput.d.ts +10 -0
- package/dist/components/Input/TelInput.js +41 -0
- package/dist/components/Input/TextInput.d.ts +6 -6
- package/dist/components/Input/TextInput.js +25 -3
- package/dist/components/Input/TextareaInput.d.ts +6 -6
- package/dist/components/Input/TextareaInput.js +10 -13
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/index.js +3 -3
- package/dist/components/LabelText/LabelText.d.ts +39 -45
- package/dist/components/LabelText/LabelText.js +4 -5
- package/dist/components/List/List.d.ts +131 -149
- package/dist/components/List/List.js +44 -30
- package/dist/components/Margin/Margin.d.ts +39 -45
- package/dist/components/Margin/Margin.js +3 -3
- package/dist/components/NavHeader/NavHeader.d.ts +1 -1
- package/dist/components/NavHeader/NavHeader.js +35 -34
- package/dist/components/Notification/Notification.d.ts +100 -104
- package/dist/components/Notification/Notification.js +49 -32
- package/dist/components/Radio/Radio.d.ts +3 -3
- package/dist/components/Radio/Radio.js +61 -16
- package/dist/components/Radio/RadioField.js +41 -11
- package/dist/components/SkeletonLoading/Skeleton.d.ts +39 -45
- package/dist/components/SkeletonLoading/SkeletonAnimation.js +33 -22
- package/dist/components/SkeletonLoading/SkeletonCTA.js +5 -4
- package/dist/components/SkeletonLoading/SkeletonCircle.js +6 -4
- package/dist/components/SkeletonLoading/SkeletonHeading.js +5 -4
- package/dist/components/SkeletonLoading/SkeletonText.js +5 -5
- package/dist/components/Stack/Stack.js +28 -6
- package/dist/components/Stretch/Stretch.js +2 -2
- package/dist/components/SubLabelText/SubLabelText.d.ts +39 -45
- package/dist/components/SubLabelText/SubLabelText.js +4 -5
- package/dist/components/SummaryList/SummaryList.js +32 -8
- package/dist/components/Tabs/Tab.d.ts +4 -4
- package/dist/components/Tabs/Tab.js +20 -23
- package/dist/components/Tabs/TabList.d.ts +222 -11
- package/dist/components/Tabs/TabList.js +18 -22
- package/dist/components/Tabs/TabPanel.js +10 -33
- package/dist/components/Tabs/Tabs.d.ts +227 -8
- package/dist/components/Tabs/Tabs.js +23 -26
- package/dist/components/Text/Text.d.ts +204 -234
- package/dist/components/Text/Text.js +20 -17
- package/dist/components/TextField/CurrencyField.d.ts +6 -6
- package/dist/components/TextField/CurrencyField.js +26 -3
- package/dist/components/TextField/EmailField.d.ts +6 -6
- package/dist/components/TextField/EmailField.js +26 -3
- package/dist/components/TextField/NumberField.d.ts +6 -6
- package/dist/components/TextField/NumberField.js +26 -3
- package/dist/components/TextField/PasswordField.d.ts +6 -6
- package/dist/components/TextField/PasswordField.js +26 -3
- package/dist/components/TextField/TelField.d.ts +6 -10
- package/dist/components/TextField/TelField.js +27 -9
- package/dist/components/TextField/TextField.d.ts +6 -6
- package/dist/components/TextField/TextField.js +26 -3
- package/dist/components/TextField/TextareaField.d.ts +6 -6
- package/dist/components/TextField/TextareaField.js +26 -3
- package/dist/components/TextField/index.d.ts +0 -1
- package/dist/components/TextField/index.js +1 -3
- package/dist/components/TextLink/TextLink.d.ts +4 -4
- package/dist/components/TextLink/TextLink.js +8 -5
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.js +0 -1
- package/dist/esm/components/Accordion/Accordion.js +26 -23
- package/dist/esm/components/Accordion/Group.js +9 -10
- package/dist/esm/components/Accordion/Icon.js +12 -20
- package/dist/esm/components/Accordion/hooks.js +3 -3
- package/dist/esm/components/Accordion/styles.js +48 -29
- package/dist/esm/components/Badge/Badge.js +17 -35
- package/dist/esm/components/CTAButton/CTAButton.js +28 -24
- package/dist/esm/components/CTALink/CTALink.js +4 -5
- package/dist/esm/components/Card/Card.js +25 -5
- package/dist/esm/components/Checkbox/Checkbox.js +34 -15
- package/dist/esm/components/Checkbox/CheckboxField.js +14 -7
- package/dist/esm/components/DataTable/DataTable.js +74 -10
- package/dist/esm/components/DataTable/index.js +0 -2
- package/dist/esm/components/DateField/DateField.js +28 -9
- package/dist/esm/components/DescriptionList/DescriptionList.js +9 -8
- package/dist/esm/components/DescriptionList/styled.js +31 -9
- package/dist/esm/components/Disclosure/Disclosure.js +19 -13
- package/dist/esm/components/Divider/Divider.js +4 -4
- package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +5 -6
- package/dist/esm/components/ErrorText/ErrorText.js +4 -7
- package/dist/esm/components/Field/Field.js +26 -18
- package/dist/esm/components/FormGroup/FormGroup.js +3 -2
- package/dist/esm/components/Grid/Col.js +3 -4
- package/dist/esm/components/Grid/Row.js +7 -7
- package/dist/esm/components/Heading/Heading.js +29 -21
- package/dist/esm/components/HintText/HintText.js +4 -7
- package/dist/esm/components/Icon/Icon.js +4 -5
- package/dist/esm/components/Input/CurrencyInput.js +2 -3
- package/dist/esm/components/Input/EmailInput.js +2 -3
- package/dist/esm/components/Input/Input.js +33 -27
- package/dist/esm/components/Input/NumberInput.js +2 -3
- package/dist/esm/components/Input/PasswordInput.js +2 -3
- package/dist/esm/components/Input/PasswordInput.styled.js +5 -2
- package/dist/esm/components/Input/PasswordVisibilityToggle.js +7 -15
- package/dist/esm/components/Input/{PhoneInput.js → TelInput.js} +3 -4
- package/dist/esm/components/Input/TextInput.js +2 -3
- package/dist/esm/components/Input/TextareaInput.js +10 -13
- package/dist/esm/components/Input/index.js +1 -1
- package/dist/esm/components/LabelText/LabelText.js +4 -5
- package/dist/esm/components/List/List.js +45 -31
- package/dist/esm/components/Margin/Margin.js +3 -3
- package/dist/esm/components/NavHeader/NavHeader.js +32 -34
- package/dist/esm/components/Notification/Notification.js +50 -33
- package/dist/esm/components/Radio/Radio.js +38 -16
- package/dist/esm/components/Radio/RadioField.js +18 -11
- package/dist/esm/components/SkeletonLoading/SkeletonAnimation.js +11 -23
- package/dist/esm/components/SkeletonLoading/SkeletonCTA.js +5 -4
- package/dist/esm/components/SkeletonLoading/SkeletonCircle.js +6 -4
- package/dist/esm/components/SkeletonLoading/SkeletonHeading.js +5 -4
- package/dist/esm/components/SkeletonLoading/SkeletonText.js +5 -5
- package/dist/esm/components/Stack/Stack.js +5 -6
- package/dist/esm/components/Stretch/Stretch.js +2 -2
- package/dist/esm/components/SubLabelText/SubLabelText.js +4 -5
- package/dist/esm/components/SummaryList/SummaryList.js +9 -8
- package/dist/esm/components/Tabs/Tab.js +17 -23
- package/dist/esm/components/Tabs/TabList.js +18 -21
- package/dist/esm/components/Tabs/TabPanel.js +7 -10
- package/dist/esm/components/Tabs/Tabs.js +23 -25
- package/dist/esm/components/Text/Text.js +20 -17
- package/dist/esm/components/TextField/CurrencyField.js +3 -3
- package/dist/esm/components/TextField/EmailField.js +3 -3
- package/dist/esm/components/TextField/NumberField.js +3 -3
- package/dist/esm/components/TextField/PasswordField.js +3 -3
- package/dist/esm/components/TextField/TelField.js +4 -9
- package/dist/esm/components/TextField/TextField.js +3 -3
- package/dist/esm/components/TextField/TextareaField.js +3 -3
- package/dist/esm/components/TextField/index.js +0 -1
- package/dist/esm/components/TextLink/TextLink.js +8 -5
- package/dist/esm/components/index.js +0 -1
- package/dist/esm/hooks/use-breakpoint.js +4 -4
- package/dist/esm/providers/IconsProvider.js +2 -3
- package/dist/esm/providers/icons/ArrowDown.js +3 -2
- package/dist/esm/providers/icons/ArrowLeft.js +3 -2
- package/dist/esm/providers/icons/ArrowRight.js +3 -2
- package/dist/esm/providers/icons/ArrowUp.js +3 -2
- package/dist/esm/providers/icons/CaretDown.js +3 -2
- package/dist/esm/providers/icons/CaretLeft.js +3 -2
- package/dist/esm/providers/icons/CaretRight.js +3 -2
- package/dist/esm/providers/icons/CaretUp.js +3 -2
- package/dist/esm/providers/icons/Chart.js +3 -2
- package/dist/esm/providers/icons/Check.js +3 -2
- package/dist/esm/providers/icons/ChevronDown.js +3 -2
- package/dist/esm/providers/icons/ChevronLeft.js +3 -2
- package/dist/esm/providers/icons/ChevronLeftSmall.js +3 -2
- package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +3 -2
- package/dist/esm/providers/icons/ChevronRight.js +3 -2
- package/dist/esm/providers/icons/ChevronRightSmall.js +3 -2
- package/dist/esm/providers/icons/ChevronRightSmallLast.js +3 -2
- package/dist/esm/providers/icons/ChevronUp.js +3 -2
- package/dist/esm/providers/icons/Cross.js +3 -2
- package/dist/esm/providers/icons/Dollar.js +3 -2
- package/dist/esm/providers/icons/Download.js +3 -2
- package/dist/esm/providers/icons/Electricity.js +3 -2
- package/dist/esm/providers/icons/Euro.js +3 -2
- package/dist/esm/providers/icons/Gas.js +4 -2
- package/dist/esm/providers/icons/Help.js +3 -2
- package/dist/esm/providers/icons/Hide.js +3 -2
- package/dist/esm/providers/icons/Home.js +3 -2
- package/dist/esm/providers/icons/Info.js +3 -2
- package/dist/esm/providers/icons/Link.js +4 -2
- package/dist/esm/providers/icons/Logo.js +4 -3
- package/dist/esm/providers/icons/Minus.js +3 -2
- package/dist/esm/providers/icons/NewWindow.js +3 -2
- package/dist/esm/providers/icons/PaymentCard.js +3 -2
- package/dist/esm/providers/icons/Plus.js +3 -2
- package/dist/esm/providers/icons/Pound.js +3 -2
- package/dist/esm/providers/icons/Search.js +3 -2
- package/dist/esm/providers/icons/Show.js +3 -2
- package/dist/esm/providers/icons/User.js +3 -2
- package/dist/esm/theme/create-theme.js +153 -0
- package/dist/esm/utils/utils.js +3 -7
- package/dist/hooks/use-breakpoint.js +4 -4
- package/dist/providers/IconsProvider.js +25 -3
- package/dist/providers/icons/ArrowDown.js +6 -2
- package/dist/providers/icons/ArrowLeft.js +6 -2
- package/dist/providers/icons/ArrowRight.js +6 -2
- package/dist/providers/icons/ArrowUp.js +6 -2
- package/dist/providers/icons/CaretDown.js +6 -2
- package/dist/providers/icons/CaretLeft.js +6 -2
- package/dist/providers/icons/CaretRight.js +6 -2
- package/dist/providers/icons/CaretUp.js +6 -2
- package/dist/providers/icons/Chart.js +6 -2
- package/dist/providers/icons/Check.js +6 -2
- package/dist/providers/icons/ChevronDown.js +6 -2
- package/dist/providers/icons/ChevronLeft.js +6 -2
- package/dist/providers/icons/ChevronLeftSmall.js +6 -2
- package/dist/providers/icons/ChevronLeftSmallFirst.js +6 -2
- package/dist/providers/icons/ChevronRight.js +6 -2
- package/dist/providers/icons/ChevronRightSmall.js +6 -2
- package/dist/providers/icons/ChevronRightSmallLast.js +6 -2
- package/dist/providers/icons/ChevronUp.js +6 -2
- package/dist/providers/icons/Cross.js +6 -2
- package/dist/providers/icons/Dollar.js +6 -2
- package/dist/providers/icons/Download.js +6 -2
- package/dist/providers/icons/Electricity.js +6 -2
- package/dist/providers/icons/Euro.js +6 -2
- package/dist/providers/icons/Gas.js +7 -2
- package/dist/providers/icons/Help.js +6 -2
- package/dist/providers/icons/Hide.js +6 -2
- package/dist/providers/icons/Home.js +6 -2
- package/dist/providers/icons/Info.js +6 -2
- package/dist/providers/icons/Link.js +7 -2
- package/dist/providers/icons/Logo.js +6 -2
- package/dist/providers/icons/Minus.js +6 -2
- package/dist/providers/icons/NewWindow.js +6 -2
- package/dist/providers/icons/PaymentCard.js +6 -2
- package/dist/providers/icons/Plus.js +6 -2
- package/dist/providers/icons/Pound.js +6 -2
- package/dist/providers/icons/Search.js +6 -2
- package/dist/providers/icons/Show.js +6 -2
- package/dist/providers/icons/User.js +6 -2
- package/dist/styled.native.d.ts +234 -270
- package/dist/theme/create-theme.js +153 -0
- package/dist/theme/index.d.ts +39 -45
- package/dist/theme/theme.d.ts +90 -0
- package/dist/utils/utils.d.ts +4 -5
- package/dist/utils/utils.js +26 -8
- package/package.json +5 -6
- package/dist/components/DataTable/TableRow.d.ts +0 -2
- package/dist/components/DataTable/TableRow.js +0 -31
- package/dist/components/DataTable/styles.d.ts +0 -2517
- package/dist/components/DataTable/styles.js +0 -77
- package/dist/components/DataTable/types.d.ts +0 -15
- package/dist/components/DataTable/types.js +0 -2
- package/dist/components/Input/PhoneInput.d.ts +0 -10
- package/dist/components/Input/PhoneInput.js +0 -19
- package/dist/components/SelectField/Select.d.ts +0 -244
- package/dist/components/SelectField/Select.js +0 -102
- package/dist/components/SelectField/SelectField.d.ts +0 -7
- package/dist/components/SelectField/SelectField.js +0 -33
- package/dist/components/SelectField/index.d.ts +0 -1
- package/dist/components/SelectField/index.js +0 -5
- package/dist/components/TextField/PhoneField.d.ts +0 -10
- package/dist/components/TextField/PhoneField.js +0 -33
- package/dist/esm/components/DataTable/TableRow.js +0 -27
- package/dist/esm/components/DataTable/styles.js +0 -51
- package/dist/esm/components/DataTable/types.js +0 -1
- package/dist/esm/components/SelectField/Select.js +0 -75
- package/dist/esm/components/SelectField/SelectField.js +0 -29
- package/dist/esm/components/SelectField/index.js +0 -1
- package/dist/esm/components/TextField/PhoneField.js +0 -30
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
|
1
|
+
import React, { PropsWithChildren } from 'react';
|
|
2
2
|
import { Text, ViewProps } from 'react-native';
|
|
3
|
-
export declare const P:
|
|
3
|
+
export declare const P: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
[x: number]: any;
|
|
6
6
|
[x: symbol]: any;
|
|
@@ -11,10 +11,10 @@ export declare const P: import("react").ForwardRefExoticComponent<Pick<Omit<{
|
|
|
11
11
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
12
12
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
13
13
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
14
|
-
space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|
|
14
|
+
space: Record<0 | 2 | 1 | 10 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
15
15
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
16
|
-
opacity: Record<"
|
|
17
|
-
color: Record<"
|
|
16
|
+
opacity: Record<"transparent" | "translucent" | "solid", string | number>;
|
|
17
|
+
color: Record<"sand" | "red" | "orange" | "yellow" | "lime" | "green" | "teal" | "blue" | "purple", {
|
|
18
18
|
lightest: string;
|
|
19
19
|
lighter: string;
|
|
20
20
|
light: string;
|
|
@@ -30,53 +30,71 @@ export declare const P: import("react").ForwardRefExoticComponent<Pick<Omit<{
|
|
|
30
30
|
web: string;
|
|
31
31
|
}>;
|
|
32
32
|
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
33
|
-
fontSize: Record<"small" | "body" | "label" | "
|
|
33
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
34
34
|
small: string | number;
|
|
35
35
|
large: string | number;
|
|
36
36
|
}>;
|
|
37
|
-
lineHeight: Record<"small" | "body" | "label" | "
|
|
37
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
38
38
|
small: string | number;
|
|
39
39
|
large: string | number;
|
|
40
40
|
}>;
|
|
41
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
42
41
|
};
|
|
43
42
|
semantic: {
|
|
44
43
|
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
45
44
|
message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
|
|
46
45
|
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
47
|
-
focus: Record<"
|
|
48
|
-
inverted: Record<"
|
|
46
|
+
focus: Record<"outline" | "surface", string>;
|
|
47
|
+
inverted: Record<"surface" | "border", string> & {
|
|
49
48
|
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
50
49
|
};
|
|
51
50
|
success: {
|
|
52
51
|
border: string;
|
|
53
52
|
surface: string;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
message: {
|
|
54
|
+
base: string;
|
|
55
|
+
secondary: string;
|
|
56
|
+
};
|
|
57
57
|
};
|
|
58
58
|
warning: {
|
|
59
59
|
border: string;
|
|
60
60
|
surface: string;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
message: {
|
|
62
|
+
base: string;
|
|
63
|
+
secondary: string;
|
|
64
|
+
};
|
|
64
65
|
};
|
|
65
66
|
error: {
|
|
66
67
|
border: string;
|
|
67
68
|
surface: string;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
message: {
|
|
70
|
+
base: string;
|
|
71
|
+
secondary: string;
|
|
72
|
+
};
|
|
71
73
|
};
|
|
72
74
|
info: {
|
|
73
75
|
border: string;
|
|
74
76
|
surface: string;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
message: {
|
|
78
|
+
base: string;
|
|
79
|
+
secondary: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
electricity: {
|
|
83
|
+
border: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
message: {
|
|
86
|
+
base: string;
|
|
87
|
+
secondary: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
gas: {
|
|
91
|
+
border: string;
|
|
92
|
+
surface: string;
|
|
93
|
+
message: {
|
|
94
|
+
base: string;
|
|
95
|
+
secondary: string;
|
|
96
|
+
};
|
|
78
97
|
};
|
|
79
|
-
data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
80
98
|
};
|
|
81
99
|
component: {
|
|
82
100
|
heading1: {
|
|
@@ -207,37 +225,13 @@ export declare const P: import("react").ForwardRefExoticComponent<Pick<Omit<{
|
|
|
207
225
|
backgroundFocused: string;
|
|
208
226
|
};
|
|
209
227
|
};
|
|
210
|
-
badge: {
|
|
211
|
-
variants: {
|
|
212
|
-
red: {
|
|
213
|
-
foreground: string;
|
|
214
|
-
background: string;
|
|
215
|
-
};
|
|
216
|
-
orange: {
|
|
217
|
-
foreground: string;
|
|
218
|
-
background: string;
|
|
219
|
-
};
|
|
220
|
-
yellow: {
|
|
221
|
-
foreground: string;
|
|
222
|
-
background: string;
|
|
223
|
-
};
|
|
224
|
-
green: {
|
|
225
|
-
foreground: string;
|
|
226
|
-
background: string;
|
|
227
|
-
};
|
|
228
|
-
blue: {
|
|
229
|
-
foreground: string;
|
|
230
|
-
background: string;
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
228
|
};
|
|
235
229
|
}) | undefined;
|
|
236
230
|
} & {
|
|
237
|
-
as?: string |
|
|
238
|
-
forwardedAs?: string |
|
|
239
|
-
}, import("../../hooks").BreakpointNames>, string | number | symbol> &
|
|
240
|
-
export declare const Small:
|
|
231
|
+
as?: string | React.ComponentType<any> | undefined;
|
|
232
|
+
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
233
|
+
}, import("../../hooks").BreakpointNames>, string | number | symbol> & React.RefAttributes<Text>>;
|
|
234
|
+
export declare const Small: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
241
235
|
[x: string]: any;
|
|
242
236
|
[x: number]: any;
|
|
243
237
|
[x: symbol]: any;
|
|
@@ -248,10 +242,10 @@ export declare const Small: import("react").ForwardRefExoticComponent<Pick<Omit<
|
|
|
248
242
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
249
243
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
250
244
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
251
|
-
space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|
|
245
|
+
space: Record<0 | 2 | 1 | 10 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
252
246
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
253
|
-
opacity: Record<"
|
|
254
|
-
color: Record<"
|
|
247
|
+
opacity: Record<"transparent" | "translucent" | "solid", string | number>;
|
|
248
|
+
color: Record<"sand" | "red" | "orange" | "yellow" | "lime" | "green" | "teal" | "blue" | "purple", {
|
|
255
249
|
lightest: string;
|
|
256
250
|
lighter: string;
|
|
257
251
|
light: string;
|
|
@@ -267,53 +261,71 @@ export declare const Small: import("react").ForwardRefExoticComponent<Pick<Omit<
|
|
|
267
261
|
web: string;
|
|
268
262
|
}>;
|
|
269
263
|
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
270
|
-
fontSize: Record<"small" | "body" | "label" | "
|
|
264
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
271
265
|
small: string | number;
|
|
272
266
|
large: string | number;
|
|
273
267
|
}>;
|
|
274
|
-
lineHeight: Record<"small" | "body" | "label" | "
|
|
268
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
275
269
|
small: string | number;
|
|
276
270
|
large: string | number;
|
|
277
271
|
}>;
|
|
278
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
279
272
|
};
|
|
280
273
|
semantic: {
|
|
281
274
|
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
282
275
|
message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
|
|
283
276
|
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
284
|
-
focus: Record<"
|
|
285
|
-
inverted: Record<"
|
|
277
|
+
focus: Record<"outline" | "surface", string>;
|
|
278
|
+
inverted: Record<"surface" | "border", string> & {
|
|
286
279
|
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
287
280
|
};
|
|
288
281
|
success: {
|
|
289
282
|
border: string;
|
|
290
283
|
surface: string;
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
284
|
+
message: {
|
|
285
|
+
base: string;
|
|
286
|
+
secondary: string;
|
|
287
|
+
};
|
|
294
288
|
};
|
|
295
289
|
warning: {
|
|
296
290
|
border: string;
|
|
297
291
|
surface: string;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
292
|
+
message: {
|
|
293
|
+
base: string;
|
|
294
|
+
secondary: string;
|
|
295
|
+
};
|
|
301
296
|
};
|
|
302
297
|
error: {
|
|
303
298
|
border: string;
|
|
304
299
|
surface: string;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
300
|
+
message: {
|
|
301
|
+
base: string;
|
|
302
|
+
secondary: string;
|
|
303
|
+
};
|
|
308
304
|
};
|
|
309
305
|
info: {
|
|
310
306
|
border: string;
|
|
311
307
|
surface: string;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
308
|
+
message: {
|
|
309
|
+
base: string;
|
|
310
|
+
secondary: string;
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
electricity: {
|
|
314
|
+
border: string;
|
|
315
|
+
surface: string;
|
|
316
|
+
message: {
|
|
317
|
+
base: string;
|
|
318
|
+
secondary: string;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
gas: {
|
|
322
|
+
border: string;
|
|
323
|
+
surface: string;
|
|
324
|
+
message: {
|
|
325
|
+
base: string;
|
|
326
|
+
secondary: string;
|
|
327
|
+
};
|
|
315
328
|
};
|
|
316
|
-
data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
317
329
|
};
|
|
318
330
|
component: {
|
|
319
331
|
heading1: {
|
|
@@ -444,46 +456,22 @@ export declare const Small: import("react").ForwardRefExoticComponent<Pick<Omit<
|
|
|
444
456
|
backgroundFocused: string;
|
|
445
457
|
};
|
|
446
458
|
};
|
|
447
|
-
badge: {
|
|
448
|
-
variants: {
|
|
449
|
-
red: {
|
|
450
|
-
foreground: string;
|
|
451
|
-
background: string;
|
|
452
|
-
};
|
|
453
|
-
orange: {
|
|
454
|
-
foreground: string;
|
|
455
|
-
background: string;
|
|
456
|
-
};
|
|
457
|
-
yellow: {
|
|
458
|
-
foreground: string;
|
|
459
|
-
background: string;
|
|
460
|
-
};
|
|
461
|
-
green: {
|
|
462
|
-
foreground: string;
|
|
463
|
-
background: string;
|
|
464
|
-
};
|
|
465
|
-
blue: {
|
|
466
|
-
foreground: string;
|
|
467
|
-
background: string;
|
|
468
|
-
};
|
|
469
|
-
};
|
|
470
|
-
};
|
|
471
459
|
};
|
|
472
460
|
}) | undefined;
|
|
473
461
|
} & {
|
|
474
|
-
as?: string |
|
|
475
|
-
forwardedAs?: string |
|
|
476
|
-
}, import("../../hooks").BreakpointNames>, string | number | symbol> &
|
|
462
|
+
as?: string | React.ComponentType<any> | undefined;
|
|
463
|
+
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
464
|
+
}, import("../../hooks").BreakpointNames>, string | number | symbol> & React.RefAttributes<Text>>;
|
|
477
465
|
export declare const Strong: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
|
|
478
466
|
core: {
|
|
479
467
|
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
480
468
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
481
469
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
482
470
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
483
|
-
space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|
|
471
|
+
space: Record<0 | 2 | 1 | 10 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
484
472
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
485
|
-
opacity: Record<"
|
|
486
|
-
color: Record<"
|
|
473
|
+
opacity: Record<"transparent" | "translucent" | "solid", string | number>;
|
|
474
|
+
color: Record<"sand" | "red" | "orange" | "yellow" | "lime" | "green" | "teal" | "blue" | "purple", {
|
|
487
475
|
lightest: string;
|
|
488
476
|
lighter: string;
|
|
489
477
|
light: string;
|
|
@@ -499,53 +487,71 @@ export declare const Strong: import("styled-components").StyledComponent<typeof
|
|
|
499
487
|
web: string;
|
|
500
488
|
}>;
|
|
501
489
|
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
502
|
-
fontSize: Record<"small" | "body" | "label" | "
|
|
490
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
503
491
|
small: string | number;
|
|
504
492
|
large: string | number;
|
|
505
493
|
}>;
|
|
506
|
-
lineHeight: Record<"small" | "body" | "label" | "
|
|
494
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
507
495
|
small: string | number;
|
|
508
496
|
large: string | number;
|
|
509
497
|
}>;
|
|
510
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
511
498
|
};
|
|
512
499
|
semantic: {
|
|
513
500
|
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
514
501
|
message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
|
|
515
502
|
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
516
|
-
focus: Record<"
|
|
517
|
-
inverted: Record<"
|
|
503
|
+
focus: Record<"outline" | "surface", string>;
|
|
504
|
+
inverted: Record<"surface" | "border", string> & {
|
|
518
505
|
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
519
506
|
};
|
|
520
507
|
success: {
|
|
521
508
|
border: string;
|
|
522
509
|
surface: string;
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
510
|
+
message: {
|
|
511
|
+
base: string;
|
|
512
|
+
secondary: string;
|
|
513
|
+
};
|
|
526
514
|
};
|
|
527
515
|
warning: {
|
|
528
516
|
border: string;
|
|
529
517
|
surface: string;
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
518
|
+
message: {
|
|
519
|
+
base: string;
|
|
520
|
+
secondary: string;
|
|
521
|
+
};
|
|
533
522
|
};
|
|
534
523
|
error: {
|
|
535
524
|
border: string;
|
|
536
525
|
surface: string;
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
526
|
+
message: {
|
|
527
|
+
base: string;
|
|
528
|
+
secondary: string;
|
|
529
|
+
};
|
|
540
530
|
};
|
|
541
531
|
info: {
|
|
542
532
|
border: string;
|
|
543
533
|
surface: string;
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
534
|
+
message: {
|
|
535
|
+
base: string;
|
|
536
|
+
secondary: string;
|
|
537
|
+
};
|
|
538
|
+
};
|
|
539
|
+
electricity: {
|
|
540
|
+
border: string;
|
|
541
|
+
surface: string;
|
|
542
|
+
message: {
|
|
543
|
+
base: string;
|
|
544
|
+
secondary: string;
|
|
545
|
+
};
|
|
546
|
+
};
|
|
547
|
+
gas: {
|
|
548
|
+
border: string;
|
|
549
|
+
surface: string;
|
|
550
|
+
message: {
|
|
551
|
+
base: string;
|
|
552
|
+
secondary: string;
|
|
553
|
+
};
|
|
547
554
|
};
|
|
548
|
-
data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
549
555
|
};
|
|
550
556
|
component: {
|
|
551
557
|
heading1: {
|
|
@@ -676,30 +682,6 @@ export declare const Strong: import("styled-components").StyledComponent<typeof
|
|
|
676
682
|
backgroundFocused: string;
|
|
677
683
|
};
|
|
678
684
|
};
|
|
679
|
-
badge: {
|
|
680
|
-
variants: {
|
|
681
|
-
red: {
|
|
682
|
-
foreground: string;
|
|
683
|
-
background: string;
|
|
684
|
-
};
|
|
685
|
-
orange: {
|
|
686
|
-
foreground: string;
|
|
687
|
-
background: string;
|
|
688
|
-
};
|
|
689
|
-
yellow: {
|
|
690
|
-
foreground: string;
|
|
691
|
-
background: string;
|
|
692
|
-
};
|
|
693
|
-
green: {
|
|
694
|
-
foreground: string;
|
|
695
|
-
background: string;
|
|
696
|
-
};
|
|
697
|
-
blue: {
|
|
698
|
-
foreground: string;
|
|
699
|
-
background: string;
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
};
|
|
703
685
|
};
|
|
704
686
|
}, {}, never>;
|
|
705
687
|
export declare const Em: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
|
|
@@ -708,10 +690,10 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
|
|
|
708
690
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
709
691
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
710
692
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
711
|
-
space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|
|
693
|
+
space: Record<0 | 2 | 1 | 10 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
712
694
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
713
|
-
opacity: Record<"
|
|
714
|
-
color: Record<"
|
|
695
|
+
opacity: Record<"transparent" | "translucent" | "solid", string | number>;
|
|
696
|
+
color: Record<"sand" | "red" | "orange" | "yellow" | "lime" | "green" | "teal" | "blue" | "purple", {
|
|
715
697
|
lightest: string;
|
|
716
698
|
lighter: string;
|
|
717
699
|
light: string;
|
|
@@ -727,53 +709,71 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
|
|
|
727
709
|
web: string;
|
|
728
710
|
}>;
|
|
729
711
|
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
730
|
-
fontSize: Record<"small" | "body" | "label" | "
|
|
712
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
731
713
|
small: string | number;
|
|
732
714
|
large: string | number;
|
|
733
715
|
}>;
|
|
734
|
-
lineHeight: Record<"small" | "body" | "label" | "
|
|
716
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
735
717
|
small: string | number;
|
|
736
718
|
large: string | number;
|
|
737
719
|
}>;
|
|
738
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
739
720
|
};
|
|
740
721
|
semantic: {
|
|
741
722
|
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
742
723
|
message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
|
|
743
724
|
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
744
|
-
focus: Record<"
|
|
745
|
-
inverted: Record<"
|
|
725
|
+
focus: Record<"outline" | "surface", string>;
|
|
726
|
+
inverted: Record<"surface" | "border", string> & {
|
|
746
727
|
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
747
728
|
};
|
|
748
729
|
success: {
|
|
749
730
|
border: string;
|
|
750
731
|
surface: string;
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
732
|
+
message: {
|
|
733
|
+
base: string;
|
|
734
|
+
secondary: string;
|
|
735
|
+
};
|
|
754
736
|
};
|
|
755
737
|
warning: {
|
|
756
738
|
border: string;
|
|
757
739
|
surface: string;
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
740
|
+
message: {
|
|
741
|
+
base: string;
|
|
742
|
+
secondary: string;
|
|
743
|
+
};
|
|
761
744
|
};
|
|
762
745
|
error: {
|
|
763
746
|
border: string;
|
|
764
747
|
surface: string;
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
748
|
+
message: {
|
|
749
|
+
base: string;
|
|
750
|
+
secondary: string;
|
|
751
|
+
};
|
|
768
752
|
};
|
|
769
753
|
info: {
|
|
770
754
|
border: string;
|
|
771
755
|
surface: string;
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
756
|
+
message: {
|
|
757
|
+
base: string;
|
|
758
|
+
secondary: string;
|
|
759
|
+
};
|
|
760
|
+
};
|
|
761
|
+
electricity: {
|
|
762
|
+
border: string;
|
|
763
|
+
surface: string;
|
|
764
|
+
message: {
|
|
765
|
+
base: string;
|
|
766
|
+
secondary: string;
|
|
767
|
+
};
|
|
768
|
+
};
|
|
769
|
+
gas: {
|
|
770
|
+
border: string;
|
|
771
|
+
surface: string;
|
|
772
|
+
message: {
|
|
773
|
+
base: string;
|
|
774
|
+
secondary: string;
|
|
775
|
+
};
|
|
775
776
|
};
|
|
776
|
-
data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
777
777
|
};
|
|
778
778
|
component: {
|
|
779
779
|
heading1: {
|
|
@@ -904,30 +904,6 @@ export declare const Em: import("styled-components").StyledComponent<typeof impo
|
|
|
904
904
|
backgroundFocused: string;
|
|
905
905
|
};
|
|
906
906
|
};
|
|
907
|
-
badge: {
|
|
908
|
-
variants: {
|
|
909
|
-
red: {
|
|
910
|
-
foreground: string;
|
|
911
|
-
background: string;
|
|
912
|
-
};
|
|
913
|
-
orange: {
|
|
914
|
-
foreground: string;
|
|
915
|
-
background: string;
|
|
916
|
-
};
|
|
917
|
-
yellow: {
|
|
918
|
-
foreground: string;
|
|
919
|
-
background: string;
|
|
920
|
-
};
|
|
921
|
-
green: {
|
|
922
|
-
foreground: string;
|
|
923
|
-
background: string;
|
|
924
|
-
};
|
|
925
|
-
blue: {
|
|
926
|
-
foreground: string;
|
|
927
|
-
background: string;
|
|
928
|
-
};
|
|
929
|
-
};
|
|
930
|
-
};
|
|
931
907
|
};
|
|
932
908
|
}, {}, never>;
|
|
933
909
|
export declare const LineThrough: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
|
|
@@ -936,10 +912,10 @@ export declare const LineThrough: import("styled-components").StyledComponent<ty
|
|
|
936
912
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
937
913
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
938
914
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
939
|
-
space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|
|
915
|
+
space: Record<0 | 2 | 1 | 10 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
940
916
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
941
|
-
opacity: Record<"
|
|
942
|
-
color: Record<"
|
|
917
|
+
opacity: Record<"transparent" | "translucent" | "solid", string | number>;
|
|
918
|
+
color: Record<"sand" | "red" | "orange" | "yellow" | "lime" | "green" | "teal" | "blue" | "purple", {
|
|
943
919
|
lightest: string;
|
|
944
920
|
lighter: string;
|
|
945
921
|
light: string;
|
|
@@ -955,53 +931,71 @@ export declare const LineThrough: import("styled-components").StyledComponent<ty
|
|
|
955
931
|
web: string;
|
|
956
932
|
}>;
|
|
957
933
|
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
958
|
-
fontSize: Record<"small" | "body" | "label" | "
|
|
934
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
959
935
|
small: string | number;
|
|
960
936
|
large: string | number;
|
|
961
937
|
}>;
|
|
962
|
-
lineHeight: Record<"small" | "body" | "label" | "
|
|
938
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
963
939
|
small: string | number;
|
|
964
940
|
large: string | number;
|
|
965
941
|
}>;
|
|
966
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
967
942
|
};
|
|
968
943
|
semantic: {
|
|
969
944
|
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
970
945
|
message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
|
|
971
946
|
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
972
|
-
focus: Record<"
|
|
973
|
-
inverted: Record<"
|
|
947
|
+
focus: Record<"outline" | "surface", string>;
|
|
948
|
+
inverted: Record<"surface" | "border", string> & {
|
|
974
949
|
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
975
950
|
};
|
|
976
951
|
success: {
|
|
977
952
|
border: string;
|
|
978
953
|
surface: string;
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
954
|
+
message: {
|
|
955
|
+
base: string;
|
|
956
|
+
secondary: string;
|
|
957
|
+
};
|
|
982
958
|
};
|
|
983
959
|
warning: {
|
|
984
960
|
border: string;
|
|
985
961
|
surface: string;
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
962
|
+
message: {
|
|
963
|
+
base: string;
|
|
964
|
+
secondary: string;
|
|
965
|
+
};
|
|
989
966
|
};
|
|
990
967
|
error: {
|
|
991
968
|
border: string;
|
|
992
969
|
surface: string;
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
970
|
+
message: {
|
|
971
|
+
base: string;
|
|
972
|
+
secondary: string;
|
|
973
|
+
};
|
|
996
974
|
};
|
|
997
975
|
info: {
|
|
998
976
|
border: string;
|
|
999
977
|
surface: string;
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
978
|
+
message: {
|
|
979
|
+
base: string;
|
|
980
|
+
secondary: string;
|
|
981
|
+
};
|
|
982
|
+
};
|
|
983
|
+
electricity: {
|
|
984
|
+
border: string;
|
|
985
|
+
surface: string;
|
|
986
|
+
message: {
|
|
987
|
+
base: string;
|
|
988
|
+
secondary: string;
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
gas: {
|
|
992
|
+
border: string;
|
|
993
|
+
surface: string;
|
|
994
|
+
message: {
|
|
995
|
+
base: string;
|
|
996
|
+
secondary: string;
|
|
997
|
+
};
|
|
1003
998
|
};
|
|
1004
|
-
data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
1005
999
|
};
|
|
1006
1000
|
component: {
|
|
1007
1001
|
heading1: {
|
|
@@ -1132,30 +1126,6 @@ export declare const LineThrough: import("styled-components").StyledComponent<ty
|
|
|
1132
1126
|
backgroundFocused: string;
|
|
1133
1127
|
};
|
|
1134
1128
|
};
|
|
1135
|
-
badge: {
|
|
1136
|
-
variants: {
|
|
1137
|
-
red: {
|
|
1138
|
-
foreground: string;
|
|
1139
|
-
background: string;
|
|
1140
|
-
};
|
|
1141
|
-
orange: {
|
|
1142
|
-
foreground: string;
|
|
1143
|
-
background: string;
|
|
1144
|
-
};
|
|
1145
|
-
yellow: {
|
|
1146
|
-
foreground: string;
|
|
1147
|
-
background: string;
|
|
1148
|
-
};
|
|
1149
|
-
green: {
|
|
1150
|
-
foreground: string;
|
|
1151
|
-
background: string;
|
|
1152
|
-
};
|
|
1153
|
-
blue: {
|
|
1154
|
-
foreground: string;
|
|
1155
|
-
background: string;
|
|
1156
|
-
};
|
|
1157
|
-
};
|
|
1158
|
-
};
|
|
1159
1129
|
};
|
|
1160
1130
|
}, {}, never>;
|
|
1161
1131
|
export declare const TextGroup: ({ children, ...rest }: PropsWithChildren<ViewProps>) => JSX.Element;
|