@aws-amplify/ui-react 2.16.2 → 2.18.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/esm/components/Authenticator/ForceNewPassword/ForceNewPassword.js +1 -1
- package/dist/esm/components/Authenticator/hooks/useAuthenticator/index.js +1 -1
- package/dist/esm/components/Geo/MapView/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/primitives/Alert/Alert.js +1 -1
- package/dist/esm/primitives/Badge/Badge.js +1 -1
- package/dist/esm/primitives/Button/Button.js +1 -1
- package/dist/esm/primitives/Card/Card.js +1 -1
- package/dist/esm/primitives/Checkbox/Checkbox.js +1 -1
- package/dist/esm/primitives/CheckboxField/CheckboxField.js +1 -1
- package/dist/esm/primitives/Divider/Divider.js +1 -1
- package/dist/esm/primitives/FieldGroup/FieldGroup.js +1 -1
- package/dist/esm/primitives/Heading/Heading.js +1 -1
- package/dist/esm/primitives/Input/Input.js +1 -1
- package/dist/esm/primitives/Loader/Loader.js +1 -1
- package/dist/esm/primitives/Menu/MenuButton.js +1 -1
- package/dist/esm/primitives/Pagination/PaginationItem.js +1 -1
- package/dist/esm/primitives/PhoneNumberField/CountryCodeSelect.js +1 -1
- package/dist/esm/primitives/PhoneNumberField/PhoneNumberField.js +1 -1
- package/dist/esm/primitives/Placeholder/Placeholder.js +1 -1
- package/dist/esm/primitives/Radio/Radio.js +1 -1
- package/dist/esm/primitives/Rating/Rating.js +1 -1
- package/dist/esm/primitives/ScrollView/ScrollView.js +1 -1
- package/dist/esm/primitives/Select/Select.js +1 -1
- package/dist/esm/primitives/SliderField/SliderField.js +1 -1
- package/dist/esm/primitives/StepperField/StepperField.js +1 -1
- package/dist/esm/primitives/SwitchField/SwitchField.js +1 -1
- package/dist/esm/primitives/Table/Table.js +1 -1
- package/dist/esm/primitives/Text/Text.js +1 -1
- package/dist/esm/primitives/TextArea/TextArea.js +1 -1
- package/dist/esm/primitives/TextField/TextField.js +1 -1
- package/dist/esm/primitives/ToggleButton/ToggleButton.js +1 -1
- package/dist/esm/primitives/shared/utils.js +1 -1
- package/dist/index.js +1 -1
- package/dist/internal.js +1 -1
- package/dist/styles.css +1133 -544
- package/dist/types/components/Geo/MapView/index.d.ts +3 -3
- package/dist/types/index.d.ts +1 -1
- package/dist/types/primitives/Alert/Alert.d.ts +1 -1
- package/dist/types/primitives/Badge/Badge.d.ts +1 -1
- package/dist/types/primitives/Button/Button.d.ts +1 -1
- package/dist/types/primitives/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/types/primitives/Card/Card.d.ts +1 -1
- package/dist/types/primitives/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/primitives/CheckboxField/CheckboxField.d.ts +1 -1
- package/dist/types/primitives/Divider/Divider.d.ts +1 -1
- package/dist/types/primitives/Expander/Expander.d.ts +1 -1
- package/dist/types/primitives/Expander/ExpanderItem.d.ts +1 -1
- package/dist/types/primitives/Field/FieldClearButton.d.ts +1 -1
- package/dist/types/primitives/FieldGroup/FieldGroup.d.ts +1 -1
- package/dist/types/primitives/FieldGroupIcon/FieldGroupIcon.d.ts +1 -1
- package/dist/types/primitives/FieldGroupIcon/FieldGroupIconButton.d.ts +1 -1
- package/dist/types/primitives/Flex/Flex.d.ts +1 -1
- package/dist/types/primitives/Grid/Grid.d.ts +1 -1
- package/dist/types/primitives/Heading/Heading.d.ts +1 -1
- package/dist/types/primitives/Icon/Icon.d.ts +1 -1
- package/dist/types/primitives/Image/Image.d.ts +1 -1
- package/dist/types/primitives/Input/Input.d.ts +1 -1
- package/dist/types/primitives/Label/Label.d.ts +1 -1
- package/dist/types/primitives/Link/Link.d.ts +1 -1
- package/dist/types/primitives/Loader/Loader.d.ts +1 -1
- package/dist/types/primitives/Menu/Menu.d.ts +1 -1
- package/dist/types/primitives/Menu/MenuButton.d.ts +1 -1
- package/dist/types/primitives/Pagination/Pagination.d.ts +1 -1
- package/dist/types/primitives/PasswordField/PasswordField.d.ts +1 -1
- package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +1 -1
- package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
- package/dist/types/primitives/PhoneNumberField/PhoneNumberField.d.ts +1 -1
- package/dist/types/primitives/Placeholder/Placeholder.d.ts +1 -1
- package/dist/types/primitives/Radio/Radio.d.ts +1 -1
- package/dist/types/primitives/RadioGroupField/RadioGroupField.d.ts +1 -1
- package/dist/types/primitives/Rating/Rating.d.ts +1 -1
- package/dist/types/primitives/ScrollView/ScrollView.d.ts +1 -1
- package/dist/types/primitives/SearchField/SearchField.d.ts +1 -1
- package/dist/types/primitives/SearchField/SearchFieldButton.d.ts +1 -1
- package/dist/types/primitives/Select/Select.d.ts +1 -1
- package/dist/types/primitives/SelectField/SelectField.d.ts +1 -1
- package/dist/types/primitives/SliderField/SliderField.d.ts +1 -1
- package/dist/types/primitives/StepperField/StepperField.d.ts +1 -1
- package/dist/types/primitives/SwitchField/SwitchField.d.ts +1 -1
- package/dist/types/primitives/Table/Table.d.ts +1 -1
- package/dist/types/primitives/Table/TableBody.d.ts +1 -1
- package/dist/types/primitives/Table/TableCell.d.ts +1 -1
- package/dist/types/primitives/Table/TableFoot.d.ts +1 -1
- package/dist/types/primitives/Table/TableHead.d.ts +1 -1
- package/dist/types/primitives/Table/TableRow.d.ts +1 -1
- package/dist/types/primitives/Tabs/Tabs.d.ts +1 -1
- package/dist/types/primitives/Text/Text.d.ts +1 -1
- package/dist/types/primitives/TextArea/TextArea.d.ts +1 -1
- package/dist/types/primitives/TextAreaField/TextAreaField.d.ts +1 -1
- package/dist/types/primitives/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/types/primitives/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/dist/types/primitives/View/View.d.ts +1 -1
- package/dist/types/primitives/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/types/primitives/shared/constants.d.ts +535 -534
- package/dist/types/primitives/shared/utils.d.ts +19 -0
- package/dist/types/primitives/types/fieldGroup.d.ts +2 -0
- package/dist/types/primitives/types/phoneNumberField.d.ts +1 -0
- package/dist/types/primitives/types/select.d.ts +2 -2
- package/dist/utils-97fdf48f.js +16 -0
- package/package.json +2 -2
- package/dist/utils-fb304b5c.js +0 -16
package/dist/styles.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 17 May 2022 21:59:14 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root, [data-amplify-theme] {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
--amplify-colors-neutral-100: hsl(210, 50%, 10%);
|
|
104
104
|
--amplify-colors-neutral-90: hsl(210, 25%, 25%);
|
|
105
105
|
--amplify-colors-neutral-80: hsl(210, 10%, 40%);
|
|
106
|
-
--amplify-colors-neutral-60: hsl(210,
|
|
106
|
+
--amplify-colors-neutral-60: hsl(210, 8%, 55%);
|
|
107
107
|
--amplify-colors-neutral-40: hsl(210, 5%, 87%);
|
|
108
108
|
--amplify-colors-neutral-20: hsl(210, 5%, 94%);
|
|
109
109
|
--amplify-colors-neutral-10: hsl(210, 5%, 98%);
|
|
@@ -355,6 +355,7 @@
|
|
|
355
355
|
--amplify-colors-background-error: var(--amplify-colors-red-20);
|
|
356
356
|
--amplify-colors-background-warning: var(--amplify-colors-orange-20);
|
|
357
357
|
--amplify-colors-background-info: var(--amplify-colors-blue-20);
|
|
358
|
+
--amplify-colors-background-quaternary: var(--amplify-colors-neutral-60);
|
|
358
359
|
--amplify-colors-background-tertiary: var(--amplify-colors-neutral-20);
|
|
359
360
|
--amplify-colors-background-secondary: var(--amplify-colors-neutral-10);
|
|
360
361
|
--amplify-colors-background-primary: var(--amplify-colors-white);
|
|
@@ -508,8 +509,6 @@
|
|
|
508
509
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
|
509
510
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
510
511
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
511
|
-
--amplify-components-link-small-font-size: var(--amplify-font-sizes-small);
|
|
512
|
-
--amplify-components-link-large-font-size: var(--amplify-font-sizes-large);
|
|
513
512
|
--amplify-components-heading-line-height: var(--amplify-line-heights-small);
|
|
514
513
|
--amplify-components-heading-6-font-weight: 800;
|
|
515
514
|
--amplify-components-heading-6-font-size: var(--amplify-font-sizes-medium);
|
|
@@ -669,8 +668,8 @@
|
|
|
669
668
|
--amplify-components-table-header-border-color: var(--amplify-colors-border-tertiary);
|
|
670
669
|
--amplify-components-table-row-striped-background-color: var(--amplify-colors-background-secondary);
|
|
671
670
|
--amplify-components-table-row-hover-background-color: var(--amplify-colors-background-tertiary);
|
|
672
|
-
--amplify-components-switchfield-track-checked-background-color: var(--amplify-colors-brand-primary-
|
|
673
|
-
--amplify-components-switchfield-track-background-color: var(--amplify-colors-background-
|
|
671
|
+
--amplify-components-switchfield-track-checked-background-color: var(--amplify-colors-brand-primary-80);
|
|
672
|
+
--amplify-components-switchfield-track-background-color: var(--amplify-colors-background-quaternary);
|
|
674
673
|
--amplify-components-switchfield-thumb-border-color: var(--amplify-colors-border-tertiary);
|
|
675
674
|
--amplify-components-switchfield-thumb-background-color: var(--amplify-colors-background-primary);
|
|
676
675
|
--amplify-components-sliderfield-thumb-hover-background-color: var(--amplify-colors-background-primary);
|
|
@@ -678,7 +677,7 @@
|
|
|
678
677
|
--amplify-components-sliderfield-thumb-box-shadow: var(--amplify-shadows-small);
|
|
679
678
|
--amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);
|
|
680
679
|
--amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);
|
|
681
|
-
--amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-
|
|
680
|
+
--amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);
|
|
682
681
|
--amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
|
|
683
682
|
--amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
|
|
684
683
|
--amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
|
|
@@ -919,19 +918,19 @@ select {
|
|
|
919
918
|
overflow: auto;
|
|
920
919
|
}
|
|
921
920
|
|
|
922
|
-
.amplify-scrollview
|
|
921
|
+
.amplify-scrollview--horizontal {
|
|
923
922
|
overflow-x: scroll;
|
|
924
923
|
overflow-y: initial;
|
|
925
924
|
}
|
|
926
925
|
|
|
927
|
-
.amplify-scrollview
|
|
926
|
+
.amplify-scrollview--vertical {
|
|
928
927
|
overflow-x: initial;
|
|
929
928
|
overflow-y: scroll;
|
|
930
929
|
}
|
|
931
930
|
|
|
932
931
|
.amplify-text {
|
|
933
|
-
color: var(--amplify-components-text-color);
|
|
934
932
|
display: block;
|
|
933
|
+
color: var(--amplify-components-text-color);
|
|
935
934
|
}
|
|
936
935
|
|
|
937
936
|
b.amplify-text,
|
|
@@ -942,7 +941,7 @@ strong.amplify-text {
|
|
|
942
941
|
display: inline;
|
|
943
942
|
}
|
|
944
943
|
|
|
945
|
-
.amplify-text
|
|
944
|
+
.amplify-text--truncated {
|
|
946
945
|
display: inline-block;
|
|
947
946
|
max-width: 100%;
|
|
948
947
|
overflow: hidden;
|
|
@@ -950,72 +949,72 @@ strong.amplify-text {
|
|
|
950
949
|
white-space: nowrap;
|
|
951
950
|
}
|
|
952
951
|
|
|
953
|
-
.amplify-text
|
|
952
|
+
.amplify-text--primary {
|
|
954
953
|
color: var(--amplify-components-text-primary-color);
|
|
955
954
|
}
|
|
956
955
|
|
|
957
|
-
.amplify-text
|
|
956
|
+
.amplify-text--secondary {
|
|
958
957
|
color: var(--amplify-components-text-secondary-color);
|
|
959
958
|
}
|
|
960
959
|
|
|
961
|
-
.amplify-text
|
|
960
|
+
.amplify-text--tertiary {
|
|
962
961
|
color: var(--amplify-components-text-tertiary-color);
|
|
963
962
|
}
|
|
964
963
|
|
|
965
|
-
.amplify-text
|
|
964
|
+
.amplify-text--error {
|
|
966
965
|
color: var(--amplify-components-text-error-color);
|
|
967
966
|
}
|
|
968
967
|
|
|
969
|
-
.amplify-text
|
|
968
|
+
.amplify-text--info {
|
|
970
969
|
color: var(--amplify-components-text-info-color);
|
|
971
970
|
}
|
|
972
971
|
|
|
973
|
-
.amplify-text
|
|
972
|
+
.amplify-text--success {
|
|
974
973
|
color: var(--amplify-components-text-success-color);
|
|
975
974
|
}
|
|
976
975
|
|
|
977
|
-
.amplify-text
|
|
976
|
+
.amplify-text--warning {
|
|
978
977
|
color: var(--amplify-components-text-warning-color);
|
|
979
978
|
}
|
|
980
979
|
|
|
981
980
|
.amplify-badge {
|
|
982
|
-
color: var(--amplify-components-badge-color);
|
|
983
981
|
background-color: var(--amplify-components-badge-background-color);
|
|
984
982
|
border-radius: var(--amplify-components-badge-border-radius);
|
|
983
|
+
color: var(--amplify-components-badge-color);
|
|
985
984
|
display: inline-flex;
|
|
986
985
|
font-size: var(--amplify-components-badge-font-size);
|
|
987
986
|
font-weight: var(--amplify-components-badge-font-weight);
|
|
987
|
+
line-height: var(--amplify-components-badge-line-height);
|
|
988
988
|
padding: var(--amplify-components-badge-padding-vertical) var(--amplify-components-badge-padding-horizontal);
|
|
989
989
|
text-align: var(--amplify-components-badge-text-align);
|
|
990
|
-
line-height: var(--amplify-components-badge-line-height);
|
|
991
990
|
}
|
|
992
991
|
|
|
993
|
-
.amplify-badge
|
|
992
|
+
.amplify-badge--info {
|
|
994
993
|
color: var(--amplify-components-badge-info-color);
|
|
995
994
|
background-color: var(--amplify-components-badge-info-background-color);
|
|
996
995
|
}
|
|
997
996
|
|
|
998
|
-
.amplify-badge
|
|
997
|
+
.amplify-badge--error {
|
|
999
998
|
color: var(--amplify-components-badge-error-color);
|
|
1000
999
|
background-color: var(--amplify-components-badge-error-background-color);
|
|
1001
1000
|
}
|
|
1002
1001
|
|
|
1003
|
-
.amplify-badge
|
|
1002
|
+
.amplify-badge--warning {
|
|
1004
1003
|
color: var(--amplify-components-badge-warning-color);
|
|
1005
1004
|
background-color: var(--amplify-components-badge-warning-background-color);
|
|
1006
1005
|
}
|
|
1007
1006
|
|
|
1008
|
-
.amplify-badge
|
|
1007
|
+
.amplify-badge--success {
|
|
1009
1008
|
color: var(--amplify-components-badge-success-color);
|
|
1010
1009
|
background-color: var(--amplify-components-badge-success-background-color);
|
|
1011
1010
|
}
|
|
1012
1011
|
|
|
1013
|
-
.amplify-badge
|
|
1012
|
+
.amplify-badge--small {
|
|
1014
1013
|
font-size: var(--amplify-components-badge-small-font-size);
|
|
1015
1014
|
padding: var(--amplify-components-badge-small-padding-vertical) var(--amplify-components-badge-small-padding-horizontal);
|
|
1016
1015
|
}
|
|
1017
1016
|
|
|
1018
|
-
.amplify-badge
|
|
1017
|
+
.amplify-badge--large {
|
|
1019
1018
|
font-size: var(--amplify-components-badge-large-font-size);
|
|
1020
1019
|
padding: var(--amplify-components-badge-large-padding-vertical) var(--amplify-components-badge-large-padding-horizontal);
|
|
1021
1020
|
}
|
|
@@ -1025,19 +1024,18 @@ strong.amplify-text {
|
|
|
1025
1024
|
*/
|
|
1026
1025
|
|
|
1027
1026
|
.amplify-button {
|
|
1028
|
-
display: inline-flex;
|
|
1029
|
-
justify-content: center;
|
|
1030
1027
|
align-items: center;
|
|
1031
|
-
border-radius: var(--amplify-components-button-border-radius);
|
|
1032
|
-
box-sizing: border-box;
|
|
1033
|
-
font-weight: var(--amplify-components-button-font-weight);
|
|
1034
|
-
transition: all var(--amplify-components-button-transition-duration);
|
|
1035
|
-
border-width: var(--amplify-components-button-border-width);
|
|
1036
|
-
border-style: var(--amplify-components-button-border-style);
|
|
1037
1028
|
border-color: var(--amplify-components-button-border-color);
|
|
1038
1029
|
border-radius: var(--amplify-components-button-border-radius);
|
|
1030
|
+
border-style: var(--amplify-components-button-border-style);
|
|
1031
|
+
border-width: var(--amplify-components-button-border-width);
|
|
1032
|
+
box-sizing: border-box;
|
|
1039
1033
|
color: var(--amplify-components-button-color);
|
|
1034
|
+
cursor: pointer;
|
|
1035
|
+
display: inline-flex;
|
|
1040
1036
|
font-size: var(--amplify-components-button-font-size);
|
|
1037
|
+
font-weight: var(--amplify-components-button-font-weight);
|
|
1038
|
+
justify-content: center;
|
|
1041
1039
|
line-height: var(--amplify-components-button-line-height);
|
|
1042
1040
|
-webkit-padding-before: var(--amplify-components-button-padding-block-start);
|
|
1043
1041
|
padding-block-start: var(--amplify-components-button-padding-block-start);
|
|
@@ -1047,11 +1045,31 @@ strong.amplify-text {
|
|
|
1047
1045
|
padding-inline-start: var(--amplify-components-button-padding-inline-start);
|
|
1048
1046
|
-webkit-padding-end: var(--amplify-components-button-padding-inline-end);
|
|
1049
1047
|
padding-inline-end: var(--amplify-components-button-padding-inline-end);
|
|
1048
|
+
transition: all var(--amplify-components-button-transition-duration);
|
|
1050
1049
|
-webkit-user-select: none;
|
|
1051
1050
|
-moz-user-select: none;
|
|
1052
1051
|
-ms-user-select: none;
|
|
1053
1052
|
user-select: none;
|
|
1054
|
-
|
|
1053
|
+
--amplify-internal-button-disabled-color: var(
|
|
1054
|
+
--amplify-components-button-disabled-color
|
|
1055
|
+
);
|
|
1056
|
+
--amplify-internal-button-disabled-background-color: var(
|
|
1057
|
+
--amplify-components-button-disabled-background-color
|
|
1058
|
+
);
|
|
1059
|
+
--amplify-internal-button-disabled-border-color: var(
|
|
1060
|
+
--amplify-components-button-disabled-border-color
|
|
1061
|
+
);
|
|
1062
|
+
--amplify-internal-button-disabled-text-decoration: initial;
|
|
1063
|
+
--amplify-internal-button-loading-background-color: var(
|
|
1064
|
+
--amplify-components-button-loading-background-color
|
|
1065
|
+
);
|
|
1066
|
+
--amplify-internal-button-loading-border-color: var(
|
|
1067
|
+
--amplify-components-button-loading-border-color
|
|
1068
|
+
);
|
|
1069
|
+
--amplify-internal-button-loading-color: var(
|
|
1070
|
+
--amplify-components-button-loading-color
|
|
1071
|
+
);
|
|
1072
|
+
--amplify-internal-button-loading-text-decoration: initial;
|
|
1055
1073
|
}
|
|
1056
1074
|
|
|
1057
1075
|
.amplify-button:hover {
|
|
@@ -1073,127 +1091,125 @@ strong.amplify-text {
|
|
|
1073
1091
|
color: var(--amplify-components-button-active-color);
|
|
1074
1092
|
}
|
|
1075
1093
|
|
|
1076
|
-
.amplify-button
|
|
1077
|
-
background-color: var(--amplify-components-button-disabled-background-color);
|
|
1078
|
-
border-color: var(--amplify-components-button-disabled-border-color);
|
|
1079
|
-
color: var(--amplify-components-button-disabled-color);
|
|
1080
|
-
cursor: not-allowed;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.amplify-button[data-loading=true] {
|
|
1084
|
-
background-color: var(--amplify-components-button-loading-background-color);
|
|
1085
|
-
border-color: var(--amplify-components-button-loading-border-color);
|
|
1086
|
-
color: var(--amplify-components-button-loading-color);
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
.amplify-button[data-fullwidth=true] {
|
|
1094
|
+
.amplify-button--fullwidth {
|
|
1090
1095
|
width: 100%;
|
|
1091
1096
|
}
|
|
1092
1097
|
|
|
1093
|
-
.amplify-button
|
|
1098
|
+
.amplify-button--menu {
|
|
1094
1099
|
border-width: var(--amplify-components-button-menu-border-width);
|
|
1095
1100
|
background-color: var(--amplify-components-button-menu-background-color);
|
|
1096
1101
|
justify-content: var(--amplify-components-button-menu-justify-content);
|
|
1102
|
+
--amplify-internal-button-disabled-color: var(
|
|
1103
|
+
--amplify-components-button-menu-disabled-color
|
|
1104
|
+
);
|
|
1097
1105
|
}
|
|
1098
1106
|
|
|
1099
|
-
.amplify-button
|
|
1107
|
+
.amplify-button--menu:hover {
|
|
1100
1108
|
color: var(--amplify-components-button-menu-hover-color);
|
|
1101
1109
|
background-color: var(--amplify-components-button-menu-hover-background-color);
|
|
1102
1110
|
}
|
|
1103
1111
|
|
|
1104
|
-
.amplify-button
|
|
1112
|
+
.amplify-button--menu:focus {
|
|
1105
1113
|
box-shadow: none;
|
|
1106
1114
|
color: var(--amplify-components-button-menu-focus-color);
|
|
1107
1115
|
background-color: var(--amplify-components-button-menu-focus-background-color);
|
|
1108
1116
|
}
|
|
1109
1117
|
|
|
1110
|
-
.amplify-button
|
|
1118
|
+
.amplify-button--menu:active {
|
|
1111
1119
|
color: var(--amplify-components-button-menu-active-color);
|
|
1112
1120
|
background-color: var(--amplify-components-button-menu-active-background-color);
|
|
1113
1121
|
}
|
|
1114
1122
|
|
|
1115
|
-
.amplify-button
|
|
1116
|
-
color: var(--amplify-components-button-menu-disabled-color);
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.amplify-button[data-variation=primary] {
|
|
1123
|
+
.amplify-button--primary {
|
|
1120
1124
|
border-width: var(--amplify-components-button-primary-border-width);
|
|
1121
1125
|
background-color: var(--amplify-components-button-primary-background-color);
|
|
1122
1126
|
border-color: var(--amplify-components-button-primary-border-color);
|
|
1123
1127
|
color: var(--amplify-components-button-primary-color);
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1128
|
+
--amplify-internal-button-disabled-border-color: var(
|
|
1129
|
+
--amplify-components-button-primary-disabled-border-color
|
|
1130
|
+
);
|
|
1131
|
+
--amplify-internal-button-disabled-background-color: var(
|
|
1132
|
+
--amplify-components-button-primary-disabled-background-color
|
|
1133
|
+
);
|
|
1134
|
+
--amplify-internal-button-disabled-color: var(
|
|
1135
|
+
--amplify-components-button-primary-disabled-color
|
|
1136
|
+
);
|
|
1137
|
+
--amplify-internal-button-loading-background-color: var(
|
|
1138
|
+
--amplify-components-button-primary-loading-background-color
|
|
1139
|
+
);
|
|
1140
|
+
--amplify-internal-button-loading-border-color: var(
|
|
1141
|
+
--amplify-components-button-primary-loading-border-color
|
|
1142
|
+
);
|
|
1143
|
+
--amplify-internal-button-loading-color: var(
|
|
1144
|
+
--amplify-components-button-primary-loading-color
|
|
1145
|
+
);
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.amplify-button--primary:hover {
|
|
1127
1149
|
background-color: var(--amplify-components-button-primary-hover-background-color);
|
|
1128
1150
|
border-color: var(--amplify-components-button-primary-hover-border-color);
|
|
1129
1151
|
color: var(--amplify-components-button-primary-hover-color);
|
|
1130
1152
|
}
|
|
1131
1153
|
|
|
1132
|
-
.amplify-button
|
|
1154
|
+
.amplify-button--primary:focus {
|
|
1133
1155
|
background-color: var(--amplify-components-button-primary-focus-background-color);
|
|
1134
1156
|
border-color: var(--amplify-components-button-primary-focus-border-color);
|
|
1135
1157
|
color: var(--amplify-components-button-primary-focus-color);
|
|
1136
1158
|
box-shadow: var(--amplify-components-button-primary-focus-box-shadow);
|
|
1137
1159
|
}
|
|
1138
1160
|
|
|
1139
|
-
.amplify-button
|
|
1161
|
+
.amplify-button--primary:active {
|
|
1140
1162
|
background-color: var(--amplify-components-button-primary-active-background-color);
|
|
1141
1163
|
border-color: var(--amplify-components-button-primary-active-border-color);
|
|
1142
1164
|
color: var(--amplify-components-button-primary-active-color);
|
|
1143
1165
|
}
|
|
1144
1166
|
|
|
1145
|
-
.amplify-button
|
|
1146
|
-
background-color: var(--amplify-components-button-primary-disabled-background-color);
|
|
1147
|
-
border-color: var(--amplify-components-button-primary-disabled-border-color);
|
|
1148
|
-
color: var(--amplify-components-button-primary-disabled-color);
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.amplify-button[data-variation=primary][data-loading=true] {
|
|
1152
|
-
background-color: var(--amplify-components-button-primary-loading-background-color);
|
|
1153
|
-
border-color: var(--amplify-components-button-primary-loading-border-color);
|
|
1154
|
-
color: var(--amplify-components-button-primary-loading-color);
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.amplify-button[data-variation=link] {
|
|
1167
|
+
.amplify-button--link {
|
|
1158
1168
|
border-width: var(--amplify-components-button-link-border-width);
|
|
1159
1169
|
background-color: var(--amplify-components-button-link-background-color);
|
|
1160
1170
|
color: var(--amplify-components-button-link-color);
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1171
|
+
--amplify-internal-button-disabled-text-decoration: none;
|
|
1172
|
+
--amplify-internal-button-disabled-border-color: var(
|
|
1173
|
+
--amplify-components-button-link-disabled-border-color
|
|
1174
|
+
);
|
|
1175
|
+
--amplify-internal-button-disabled-background-color: var(
|
|
1176
|
+
--amplify-components-button-link-disabled-background-color
|
|
1177
|
+
);
|
|
1178
|
+
--amplify-internal-button-disabled-color: var(
|
|
1179
|
+
--amplify-components-button-link-disabled-color
|
|
1180
|
+
);
|
|
1181
|
+
--amplify-internal-button-loading-background-color: var(
|
|
1182
|
+
--amplify-components-button-link-loading-background-color
|
|
1183
|
+
);
|
|
1184
|
+
--amplify-internal-button-loading-border-color: var(
|
|
1185
|
+
--amplify-components-button-link-loading-border-color
|
|
1186
|
+
);
|
|
1187
|
+
--amplify-internal-button-loading-color: var(
|
|
1188
|
+
--amplify-components-button-link-loading-color
|
|
1189
|
+
);
|
|
1190
|
+
--amplify-internal-button-loading-text-decoration: none;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
.amplify-button--link:hover {
|
|
1164
1194
|
background-color: var(--amplify-components-button-link-hover-background-color);
|
|
1165
1195
|
border-color: var(--amplify-components-button-link-hover-border-color);
|
|
1166
1196
|
color: var(--amplify-components-button-link-hover-color);
|
|
1167
1197
|
}
|
|
1168
1198
|
|
|
1169
|
-
.amplify-button
|
|
1199
|
+
.amplify-button--link:focus {
|
|
1170
1200
|
background-color: var(--amplify-components-button-link-focus-background-color);
|
|
1171
1201
|
border-color: var(--amplify-components-button-link-focus-border-color);
|
|
1172
1202
|
color: var(--amplify-components-button-link-focus-color);
|
|
1173
1203
|
box-shadow: var(--amplify-components-button-link-focus-box-shadow);
|
|
1174
1204
|
}
|
|
1175
1205
|
|
|
1176
|
-
.amplify-button
|
|
1206
|
+
.amplify-button--link:active {
|
|
1177
1207
|
background-color: var(--amplify-components-button-link-active-background-color);
|
|
1178
1208
|
border-color: var(--amplify-components-button-link-active-border-color);
|
|
1179
1209
|
color: var(--amplify-components-button-link-active-color);
|
|
1180
1210
|
}
|
|
1181
1211
|
|
|
1182
|
-
.amplify-button
|
|
1183
|
-
background-color: var(--amplify-components-button-link-disabled-background-color);
|
|
1184
|
-
border-color: var(--amplify-components-button-link-disabled-border-color);
|
|
1185
|
-
color: var(--amplify-components-button-link-disabled-color);
|
|
1186
|
-
text-decoration: none;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
.amplify-button[data-variation=link][data-loading=true] {
|
|
1190
|
-
background-color: var(--amplify-components-button-link-loading-background-color);
|
|
1191
|
-
border-color: var(--amplify-components-button-link-loading-border-color);
|
|
1192
|
-
color: var(--amplify-components-button-link-loading-color);
|
|
1193
|
-
text-decoration: none;
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
.amplify-button[data-size=small] {
|
|
1212
|
+
.amplify-button--small {
|
|
1197
1213
|
font-size: var(--amplify-components-button-small-font-size);
|
|
1198
1214
|
-webkit-padding-before: var(--amplify-components-button-small-padding-block-start);
|
|
1199
1215
|
padding-block-start: var(--amplify-components-button-small-padding-block-start);
|
|
@@ -1205,7 +1221,7 @@ strong.amplify-text {
|
|
|
1205
1221
|
padding-inline-end: var(--amplify-components-button-small-padding-inline-end);
|
|
1206
1222
|
}
|
|
1207
1223
|
|
|
1208
|
-
.amplify-button
|
|
1224
|
+
.amplify-button--large {
|
|
1209
1225
|
font-size: var(--amplify-components-button-large-font-size);
|
|
1210
1226
|
-webkit-padding-before: var(--amplify-components-button-large-padding-block-start);
|
|
1211
1227
|
padding-block-start: var(--amplify-components-button-large-padding-block-start);
|
|
@@ -1217,6 +1233,71 @@ strong.amplify-text {
|
|
|
1217
1233
|
padding-inline-end: var(--amplify-components-button-large-padding-inline-end);
|
|
1218
1234
|
}
|
|
1219
1235
|
|
|
1236
|
+
.amplify-button--disabled {
|
|
1237
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1238
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1239
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1240
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1241
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1242
|
+
cursor: not-allowed;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.amplify-button--disabled:hover {
|
|
1246
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1247
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1248
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1249
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1250
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.amplify-button--disabled :focus {
|
|
1254
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1255
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1256
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1257
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1258
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.amplify-button--disabled:active {
|
|
1262
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1263
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1264
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1265
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1266
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.amplify-button--loading {
|
|
1270
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1271
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1272
|
+
color: var(--amplify-components-button-loading-color);
|
|
1273
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1274
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
.amplify-button--loading:hover {
|
|
1278
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1279
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1280
|
+
color: var(--amplify-components-button-loading-color);
|
|
1281
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1282
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
.amplify-button--loading:focus {
|
|
1286
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1287
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1288
|
+
color: var(--amplify-components-button-loading-color);
|
|
1289
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1290
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.amplify-button--loading:active {
|
|
1294
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1295
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1296
|
+
color: var(--amplify-components-button-loading-color);
|
|
1297
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1298
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1220
1301
|
.amplify-button__loader-wrapper {
|
|
1221
1302
|
align-items: var(--amplify-components-button-loader-wrapper-align-items);
|
|
1222
1303
|
gap: var(--amplify-components-button-loader-wrapper-gap);
|
|
@@ -1245,32 +1326,32 @@ strong.amplify-text {
|
|
|
1245
1326
|
display: block;
|
|
1246
1327
|
}
|
|
1247
1328
|
|
|
1248
|
-
|
|
1329
|
+
.amplify-heading--1 {
|
|
1249
1330
|
font-size: var(--amplify-components-heading-1-font-size);
|
|
1250
1331
|
font-weight: var(--amplify-components-heading-1-font-weight);
|
|
1251
1332
|
}
|
|
1252
1333
|
|
|
1253
|
-
|
|
1334
|
+
.amplify-heading--2 {
|
|
1254
1335
|
font-size: var(--amplify-components-heading-2-font-size);
|
|
1255
1336
|
font-weight: var(--amplify-components-heading-2-font-weight);
|
|
1256
1337
|
}
|
|
1257
1338
|
|
|
1258
|
-
|
|
1339
|
+
.amplify-heading--3 {
|
|
1259
1340
|
font-size: var(--amplify-components-heading-3-font-size);
|
|
1260
1341
|
font-weight: var(--amplify-components-heading-3-font-weight);
|
|
1261
1342
|
}
|
|
1262
1343
|
|
|
1263
|
-
|
|
1344
|
+
.amplify-heading--4 {
|
|
1264
1345
|
font-size: var(--amplify-components-heading-4-font-size);
|
|
1265
1346
|
font-weight: var(--amplify-components-heading-4-font-weight);
|
|
1266
1347
|
}
|
|
1267
1348
|
|
|
1268
|
-
|
|
1349
|
+
.amplify-heading--5 {
|
|
1269
1350
|
font-size: var(--amplify-components-heading-5-font-size);
|
|
1270
1351
|
font-weight: var(--amplify-components-heading-5-font-weight);
|
|
1271
1352
|
}
|
|
1272
1353
|
|
|
1273
|
-
|
|
1354
|
+
.amplify-heading--6 {
|
|
1274
1355
|
font-size: var(--amplify-components-heading-6-font-size);
|
|
1275
1356
|
font-weight: var(--amplify-components-heading-6-font-weight);
|
|
1276
1357
|
}
|
|
@@ -1292,6 +1373,192 @@ h6.amplify-heading {
|
|
|
1292
1373
|
width: var(--amplify-components-icon-height);
|
|
1293
1374
|
}
|
|
1294
1375
|
|
|
1376
|
+
.amplify-input {
|
|
1377
|
+
box-sizing: border-box;
|
|
1378
|
+
color: var(--amplify-components-fieldcontrol-color);
|
|
1379
|
+
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1380
|
+
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1381
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1382
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1383
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1384
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1385
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1386
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1387
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1388
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1389
|
+
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1390
|
+
width: 100%;
|
|
1391
|
+
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
1392
|
+
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
1393
|
+
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
1394
|
+
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
1395
|
+
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
1396
|
+
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
1397
|
+
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1398
|
+
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.amplify-input:focus {
|
|
1402
|
+
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1403
|
+
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.amplify-input--small {
|
|
1407
|
+
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1408
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1409
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1410
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1411
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1412
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1413
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1414
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1415
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.amplify-input--large {
|
|
1419
|
+
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1420
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1421
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1422
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1423
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1424
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1425
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1426
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1427
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.amplify-input--error {
|
|
1431
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.amplify-input--error:focus {
|
|
1435
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1436
|
+
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.amplify-input[disabled] {
|
|
1440
|
+
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1441
|
+
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1442
|
+
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1443
|
+
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.amplify-input--quiet {
|
|
1447
|
+
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1448
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1449
|
+
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1450
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1451
|
+
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1452
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1453
|
+
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.amplify-input--quiet:focus {
|
|
1457
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1458
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.amplify-input--quiet[aria-invalid=true] {
|
|
1462
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
.amplify-input--quiet[aria-invalid=true]:focus {
|
|
1466
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.amplify-textarea {
|
|
1470
|
+
box-sizing: border-box;
|
|
1471
|
+
color: var(--amplify-components-fieldcontrol-color);
|
|
1472
|
+
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1473
|
+
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1474
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1475
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1476
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1477
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1478
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1479
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1480
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1481
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1482
|
+
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1483
|
+
width: 100%;
|
|
1484
|
+
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
1485
|
+
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
1486
|
+
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
1487
|
+
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
1488
|
+
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
1489
|
+
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
1490
|
+
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1491
|
+
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.amplify-textarea:focus {
|
|
1495
|
+
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1496
|
+
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.amplify-textarea--small {
|
|
1500
|
+
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1501
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1502
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1503
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1504
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1505
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1506
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1507
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1508
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.amplify-textarea--large {
|
|
1512
|
+
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1513
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1514
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1515
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1516
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1517
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1518
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1519
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1520
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.amplify-textarea--error {
|
|
1524
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
.amplify-textarea--error:focus {
|
|
1528
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1529
|
+
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.amplify-textarea[disabled] {
|
|
1533
|
+
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1534
|
+
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1535
|
+
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1536
|
+
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
.amplify-textarea--quiet {
|
|
1540
|
+
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1541
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1542
|
+
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1543
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1544
|
+
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1545
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1546
|
+
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
.amplify-textarea--quiet:focus {
|
|
1550
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1551
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.amplify-textarea--quiet[aria-invalid=true] {
|
|
1555
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
.amplify-textarea--quiet[aria-invalid=true]:focus {
|
|
1559
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1295
1562
|
.amplify-image {
|
|
1296
1563
|
height: var(--amplify-components-image-height);
|
|
1297
1564
|
max-width: var(--amplify-components-image-max-width);
|
|
@@ -1332,20 +1599,18 @@ h6.amplify-heading {
|
|
|
1332
1599
|
text-decoration: var(--amplify-components-link-hover-text-decoration);
|
|
1333
1600
|
}
|
|
1334
1601
|
|
|
1335
|
-
.amplify-link[data-size=small] {
|
|
1336
|
-
font-size: var(--amplify-components-link-small-font-size);
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.amplify-link[data-size=large] {
|
|
1340
|
-
font-size: var(--amplify-components-link-large-font-size);
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
1602
|
.amplify-loader {
|
|
1344
1603
|
width: var(--amplify-components-loader-width);
|
|
1345
1604
|
height: var(--amplify-components-loader-height);
|
|
1346
1605
|
font-size: var(--amplify-components-loader-font-size);
|
|
1347
1606
|
fill: none;
|
|
1348
1607
|
stroke: var(--amplify-components-loader-stroke-empty);
|
|
1608
|
+
--amplify-internal-loader-linear-font-size: var(
|
|
1609
|
+
--amplify-components-loader-linear-font-size
|
|
1610
|
+
);
|
|
1611
|
+
--amplify-internal-loader-linear-stroke-width: var(
|
|
1612
|
+
--amplify-components-loader-linear-stroke-width
|
|
1613
|
+
);
|
|
1349
1614
|
}
|
|
1350
1615
|
|
|
1351
1616
|
.amplify-loader circle:last-of-type {
|
|
@@ -1371,18 +1636,6 @@ h6.amplify-heading {
|
|
|
1371
1636
|
}
|
|
1372
1637
|
}
|
|
1373
1638
|
|
|
1374
|
-
.amplify-loader[data-size=small] {
|
|
1375
|
-
width: var(--amplify-components-loader-small-width);
|
|
1376
|
-
height: var(--amplify-components-loader-small-height);
|
|
1377
|
-
font-size: var(--amplify-components-loader-small-font-size);
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
.amplify-loader[data-size=large] {
|
|
1381
|
-
width: var(--amplify-components-loader-large-width);
|
|
1382
|
-
height: var(--amplify-components-loader-large-height);
|
|
1383
|
-
font-size: var(--amplify-components-loader-large-font-size);
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
1639
|
.amplify-loader line:last-of-type {
|
|
1387
1640
|
stroke: var(--amplify-components-loader-linear-stroke-filled);
|
|
1388
1641
|
stroke-dasharray: 50% 200%;
|
|
@@ -1404,23 +1657,37 @@ h6.amplify-heading {
|
|
|
1404
1657
|
}
|
|
1405
1658
|
}
|
|
1406
1659
|
|
|
1407
|
-
.amplify-loader
|
|
1408
|
-
width: var(--amplify-components-loader-
|
|
1409
|
-
|
|
1410
|
-
font-size: var(--amplify-components-loader-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1660
|
+
.amplify-loader--small {
|
|
1661
|
+
width: var(--amplify-components-loader-small-width);
|
|
1662
|
+
height: var(--amplify-components-loader-small-height);
|
|
1663
|
+
font-size: var(--amplify-components-loader-small-font-size);
|
|
1664
|
+
--amplify-internal-loader-linear-stroke-width: var(
|
|
1665
|
+
--amplify-components-loader-linear-small-stroke-width
|
|
1666
|
+
);
|
|
1667
|
+
--amplify-internal-loader-linear-font-size: var(
|
|
1668
|
+
--amplify-components-loader-linear-small-font-size
|
|
1669
|
+
);
|
|
1414
1670
|
}
|
|
1415
1671
|
|
|
1416
|
-
.amplify-loader
|
|
1417
|
-
|
|
1418
|
-
|
|
1672
|
+
.amplify-loader--large {
|
|
1673
|
+
width: var(--amplify-components-loader-large-width);
|
|
1674
|
+
height: var(--amplify-components-loader-large-height);
|
|
1675
|
+
font-size: var(--amplify-components-loader-large-font-size);
|
|
1676
|
+
--amplify-internal-loader-linear-stroke-width: var(
|
|
1677
|
+
--amplify-components-loader-linear-large-stroke-width
|
|
1678
|
+
);
|
|
1679
|
+
--amplify-internal-loader-linear-font-size: var(
|
|
1680
|
+
--amplify-components-loader-linear-large-font-size
|
|
1681
|
+
);
|
|
1419
1682
|
}
|
|
1420
1683
|
|
|
1421
|
-
.amplify-loader
|
|
1422
|
-
|
|
1423
|
-
|
|
1684
|
+
.amplify-loader--linear {
|
|
1685
|
+
width: var(--amplify-components-loader-linear-width);
|
|
1686
|
+
min-width: var(--amplify-components-loader-linear-min-width);
|
|
1687
|
+
stroke: var(--amplify-components-loader-linear-stroke-empty);
|
|
1688
|
+
stroke-linecap: var(--amplify-components-loader-linear-stroke-linecap);
|
|
1689
|
+
stroke-width: var(--amplify-internal-loader-linear-stroke-width);
|
|
1690
|
+
font-size: var(--amplify-internal-loader-linear-font-size);
|
|
1424
1691
|
}
|
|
1425
1692
|
|
|
1426
1693
|
.amplify-loader--determinate circle:last-of-type {
|
|
@@ -1508,11 +1775,11 @@ h6.amplify-heading {
|
|
|
1508
1775
|
display: block;
|
|
1509
1776
|
}
|
|
1510
1777
|
|
|
1511
|
-
.amplify-placeholder
|
|
1778
|
+
.amplify-placeholder--small {
|
|
1512
1779
|
height: var(--amplify-components-placeholder-small-height);
|
|
1513
1780
|
}
|
|
1514
1781
|
|
|
1515
|
-
.amplify-placeholder
|
|
1782
|
+
.amplify-placeholder--large {
|
|
1516
1783
|
height: var(--amplify-components-placeholder-large-height);
|
|
1517
1784
|
}
|
|
1518
1785
|
|
|
@@ -1576,28 +1843,28 @@ h6.amplify-heading {
|
|
|
1576
1843
|
|
|
1577
1844
|
.amplify-alert {
|
|
1578
1845
|
align-items: var(--amplify-components-alert-align-items);
|
|
1579
|
-
justify-content: var(--amplify-components-alert-justify-content);
|
|
1580
1846
|
background-color: var(--amplify-components-alert-background-color);
|
|
1847
|
+
justify-content: var(--amplify-components-alert-justify-content);
|
|
1581
1848
|
padding-block: var(--amplify-components-alert-padding-block);
|
|
1582
1849
|
padding-inline: var(--amplify-components-alert-padding-inline);
|
|
1583
1850
|
}
|
|
1584
1851
|
|
|
1585
|
-
.amplify-alert
|
|
1852
|
+
.amplify-alert--info {
|
|
1586
1853
|
color: var(--amplify-components-alert-info-color);
|
|
1587
1854
|
background-color: var(--amplify-components-alert-info-background-color);
|
|
1588
1855
|
}
|
|
1589
1856
|
|
|
1590
|
-
.amplify-alert
|
|
1857
|
+
.amplify-alert--error {
|
|
1591
1858
|
color: var(--amplify-components-alert-error-color);
|
|
1592
1859
|
background-color: var(--amplify-components-alert-error-background-color);
|
|
1593
1860
|
}
|
|
1594
1861
|
|
|
1595
|
-
.amplify-alert
|
|
1862
|
+
.amplify-alert--warning {
|
|
1596
1863
|
color: var(--amplify-components-alert-warning-color);
|
|
1597
1864
|
background-color: var(--amplify-components-alert-warning-background-color);
|
|
1598
1865
|
}
|
|
1599
1866
|
|
|
1600
|
-
.amplify-alert
|
|
1867
|
+
.amplify-alert--success {
|
|
1601
1868
|
color: var(--amplify-components-alert-success-color);
|
|
1602
1869
|
background-color: var(--amplify-components-alert-success-background-color);
|
|
1603
1870
|
}
|
|
@@ -1617,7 +1884,7 @@ h6.amplify-heading {
|
|
|
1617
1884
|
display: block;
|
|
1618
1885
|
}
|
|
1619
1886
|
|
|
1620
|
-
.amplify-
|
|
1887
|
+
.amplify-alert__dismiss {
|
|
1621
1888
|
color: inherit;
|
|
1622
1889
|
}
|
|
1623
1890
|
|
|
@@ -1704,7 +1971,7 @@ h6.amplify-heading {
|
|
|
1704
1971
|
padding: var(--amplify-components-card-padding);
|
|
1705
1972
|
}
|
|
1706
1973
|
|
|
1707
|
-
.amplify-card
|
|
1974
|
+
.amplify-card--outlined {
|
|
1708
1975
|
background-color: var(--amplify-components-card-outlined-background-color);
|
|
1709
1976
|
border-radius: var(--amplify-components-card-outlined-border-radius);
|
|
1710
1977
|
border-width: var(--amplify-components-card-outlined-border-width);
|
|
@@ -1713,7 +1980,7 @@ h6.amplify-heading {
|
|
|
1713
1980
|
box-shadow: var(--amplify-components-card-outlined-box-shadow);
|
|
1714
1981
|
}
|
|
1715
1982
|
|
|
1716
|
-
.amplify-card
|
|
1983
|
+
.amplify-card--elevated {
|
|
1717
1984
|
background-color: var(--amplify-components-card-elevated-background-color);
|
|
1718
1985
|
border-radius: var(--amplify-components-card-elevated-border-radius);
|
|
1719
1986
|
border-width: var(--amplify-components-card-elevated-border-width);
|
|
@@ -1738,11 +2005,11 @@ h6.amplify-heading {
|
|
|
1738
2005
|
.amplify-checkbox {
|
|
1739
2006
|
cursor: var(--amplify-components-checkbox-cursor);
|
|
1740
2007
|
align-items: var(--amplify-components-checkbox-align-items);
|
|
1741
|
-
gap: inherit;
|
|
1742
2008
|
flex-direction: row-reverse;
|
|
2009
|
+
gap: inherit;
|
|
1743
2010
|
}
|
|
1744
2011
|
|
|
1745
|
-
.amplify-checkbox
|
|
2012
|
+
.amplify-checkbox--disabled {
|
|
1746
2013
|
cursor: var(--amplify-components-checkbox-disabled-cursor);
|
|
1747
2014
|
}
|
|
1748
2015
|
|
|
@@ -1751,6 +2018,12 @@ h6.amplify-heading {
|
|
|
1751
2018
|
align-items: var(--amplify-components-checkbox-button-align-items);
|
|
1752
2019
|
justify-content: var(--amplify-components-checkbox-button-justify-content);
|
|
1753
2020
|
color: var(--amplify-components-checkbox-button-color);
|
|
2021
|
+
--amplify-internal-checkbox_button-focused-before-border-color: var(
|
|
2022
|
+
--amplify-components-checkbox-button-focus-border-color
|
|
2023
|
+
);
|
|
2024
|
+
--amplify-internal-checkbox_button-focused-before-box-shadow: var(
|
|
2025
|
+
--amplify-components-checkbox-button-focus-box-shadow
|
|
2026
|
+
);
|
|
1754
2027
|
}
|
|
1755
2028
|
|
|
1756
2029
|
.amplify-checkbox__button::before {
|
|
@@ -1766,25 +2039,29 @@ h6.amplify-heading {
|
|
|
1766
2039
|
border-color: var(--amplify-components-checkbox-button-before-border-color);
|
|
1767
2040
|
}
|
|
1768
2041
|
|
|
1769
|
-
.amplify-checkbox__button
|
|
2042
|
+
.amplify-checkbox__button--focused::before {
|
|
1770
2043
|
outline-color: var(--amplify-components-checkbox-button-focus-outline-color);
|
|
1771
2044
|
outline-style: var(--amplify-components-checkbox-button-focus-outline-style);
|
|
1772
2045
|
outline-width: var(--amplify-components-checkbox-button-focus-outline-width);
|
|
1773
2046
|
outline-offset: var(--amplify-components-checkbox-button-focus-outline-offset);
|
|
1774
|
-
border-color: var(--amplify-
|
|
1775
|
-
box-shadow: var(--amplify-
|
|
2047
|
+
border-color: var(--amplify-internal-checkbox_button-focused-before-border-color);
|
|
2048
|
+
box-shadow: var(--amplify-internal-checkbox_button-focused-before-box-shadow);
|
|
1776
2049
|
}
|
|
1777
2050
|
|
|
1778
|
-
.amplify-checkbox__button
|
|
1779
|
-
|
|
2051
|
+
.amplify-checkbox__button--error {
|
|
2052
|
+
--amplify-internal-checkbox_button-focused-before-border-color: var(
|
|
2053
|
+
--amplify-components-checkbox-button-error-focus-border-color
|
|
2054
|
+
);
|
|
2055
|
+
--amplify-internal-checkbox_button-focused-before-box-shadow: var(
|
|
2056
|
+
--amplify-components-checkbox-button-error-focus-box-shadow
|
|
2057
|
+
);
|
|
1780
2058
|
}
|
|
1781
2059
|
|
|
1782
|
-
.amplify-checkbox__button
|
|
1783
|
-
border-color: var(--amplify-components-checkbox-button-error-
|
|
1784
|
-
box-shadow: var(--amplify-components-checkbox-button-error-focus-box-shadow);
|
|
2060
|
+
.amplify-checkbox__button--error::before {
|
|
2061
|
+
border-color: var(--amplify-components-checkbox-button-error-border-color);
|
|
1785
2062
|
}
|
|
1786
2063
|
|
|
1787
|
-
.amplify-checkbox__button
|
|
2064
|
+
.amplify-checkbox__button--disabled::before {
|
|
1788
2065
|
border-color: var(--amplify-components-checkbox-button-disabled-border-color);
|
|
1789
2066
|
}
|
|
1790
2067
|
|
|
@@ -1796,15 +2073,21 @@ h6.amplify-heading {
|
|
|
1796
2073
|
transition-property: var(--amplify-components-checkbox-icon-transition-property);
|
|
1797
2074
|
transition-duration: var(--amplify-components-checkbox-icon-transition-duration);
|
|
1798
2075
|
transition-timing-function: var(--amplify-components-checkbox-icon-transition-timing-function);
|
|
2076
|
+
--amplify-internal-checkbox-icon-disabled-background-color: var(
|
|
2077
|
+
--amplify-components-checkbox-icon-background-color
|
|
2078
|
+
);
|
|
1799
2079
|
}
|
|
1800
2080
|
|
|
1801
|
-
.amplify-checkbox__icon
|
|
2081
|
+
.amplify-checkbox__icon--checked {
|
|
1802
2082
|
opacity: var(--amplify-components-checkbox-icon-checked-opacity);
|
|
1803
2083
|
transform: var(--amplify-components-checkbox-icon-checked-transform);
|
|
2084
|
+
--amplify-internal-checkbox-icon-disabled-background-color: var(
|
|
2085
|
+
--amplify-components-checkbox-icon-checked-disabled-background-color
|
|
2086
|
+
);
|
|
1804
2087
|
}
|
|
1805
2088
|
|
|
1806
|
-
.amplify-checkbox__icon
|
|
1807
|
-
background-color: var(--amplify-
|
|
2089
|
+
.amplify-checkbox__icon--disabled {
|
|
2090
|
+
background-color: var(--amplify-internal-checkbox-icon-disabled-background-color);
|
|
1808
2091
|
}
|
|
1809
2092
|
|
|
1810
2093
|
.amplify-checkbox__label[data-disabled=true] {
|
|
@@ -1829,33 +2112,32 @@ h6.amplify-heading {
|
|
|
1829
2112
|
opacity: var(--amplify-components-divider-opacity);
|
|
1830
2113
|
padding: 0;
|
|
1831
2114
|
display: block;
|
|
2115
|
+
--amplify-internal-divider-size: var(
|
|
2116
|
+
--amplify-components-divider-border-width
|
|
2117
|
+
);
|
|
1832
2118
|
position: relative;
|
|
1833
2119
|
text-align: center;
|
|
1834
2120
|
}
|
|
1835
2121
|
|
|
1836
|
-
.amplify-divider
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
.amplify-divider[aria-orientation=horizontal][data-size=small] {
|
|
1842
|
-
border-bottom-width: var(--amplify-components-divider-small-border-width);
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.amplify-divider[aria-orientation=horizontal][data-size=large] {
|
|
1846
|
-
border-bottom-width: var(--amplify-components-divider-large-border-width);
|
|
2122
|
+
.amplify-divider--small {
|
|
2123
|
+
--amplify-internal-divider-size: var(
|
|
2124
|
+
--amplify-components-divider-small-border-width
|
|
2125
|
+
);
|
|
1847
2126
|
}
|
|
1848
2127
|
|
|
1849
|
-
.amplify-divider
|
|
1850
|
-
|
|
2128
|
+
.amplify-divider--large {
|
|
2129
|
+
--amplify-internal-divider-size: var(
|
|
2130
|
+
--amplify-components-divider-large-border-width
|
|
2131
|
+
);
|
|
1851
2132
|
}
|
|
1852
2133
|
|
|
1853
|
-
.amplify-divider
|
|
1854
|
-
|
|
2134
|
+
.amplify-divider--horizontal {
|
|
2135
|
+
width: 100%;
|
|
2136
|
+
border-bottom-width: var(--amplify-internal-divider-size);
|
|
1855
2137
|
}
|
|
1856
2138
|
|
|
1857
|
-
.amplify-divider
|
|
1858
|
-
border-left-width: var(--amplify-
|
|
2139
|
+
.amplify-divider--vertical {
|
|
2140
|
+
border-left-width: var(--amplify-internal-divider-size);
|
|
1859
2141
|
}
|
|
1860
2142
|
|
|
1861
2143
|
.amplify-divider--label {
|
|
@@ -1961,169 +2243,76 @@ h6.amplify-heading {
|
|
|
1961
2243
|
animation-name: amplify-expander-slide-down;
|
|
1962
2244
|
-webkit-animation-duration: var(--amplify-components-expander-content-open-animation-duration);
|
|
1963
2245
|
animation-duration: var(--amplify-components-expander-content-open-animation-duration);
|
|
1964
|
-
-webkit-animation-timing-function: var(--amplify-components-expander-content-open-animation-timing-function);
|
|
1965
|
-
animation-timing-function: var(--amplify-components-expander-content-open-animation-timing-function);
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
.amplify-expander__content[data-state=closed] {
|
|
1969
|
-
-webkit-animation-name: amplify-expander-slide-up;
|
|
1970
|
-
animation-name: amplify-expander-slide-up;
|
|
1971
|
-
-webkit-animation-duration: var(--amplify-components-expander-content-closed-animation-duration);
|
|
1972
|
-
animation-duration: var(--amplify-components-expander-content-closed-animation-duration);
|
|
1973
|
-
-webkit-animation-timing-function: var(--amplify-components-expander-content-closed-animation-timing-function);
|
|
1974
|
-
animation-timing-function: var(--amplify-components-expander-content-closed-animation-timing-function);
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
.amplify-expander__content__text {
|
|
1978
|
-
display: block;
|
|
1979
|
-
color: var(--amplify-components-expander-content-text-color);
|
|
1980
|
-
-webkit-padding-before: var(--amplify-components-expander-content-text-padding-block-start);
|
|
1981
|
-
padding-block-start: var(--amplify-components-expander-content-text-padding-block-start);
|
|
1982
|
-
-webkit-padding-after: var(--amplify-components-expander-content-text-padding-block-end);
|
|
1983
|
-
padding-block-end: var(--amplify-components-expander-content-text-padding-block-end);
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
.amplify-expander__icon {
|
|
1987
|
-
transition-property: transform;
|
|
1988
|
-
transition-duration: var(--amplify-components-expander-icon-transition-duration);
|
|
1989
|
-
transition-timing-function: var(--amplify-components-expander-icon-transition-timing-function);
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
[data-state=open] .amplify-expander__icon {
|
|
1993
|
-
transform: rotate(180deg);
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
@-webkit-keyframes amplify-expander-slide-down {
|
|
1997
|
-
from {
|
|
1998
|
-
height: 0;
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
to {
|
|
2002
|
-
height: auto;
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
@keyframes amplify-expander-slide-down {
|
|
2007
|
-
from {
|
|
2008
|
-
height: 0;
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
to {
|
|
2012
|
-
height: auto;
|
|
2013
|
-
}
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
|
-
@-webkit-keyframes amplify-expander-slide-up {
|
|
2017
|
-
from {
|
|
2018
|
-
height: auto;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
to {
|
|
2022
|
-
height: 0;
|
|
2023
|
-
}
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
@keyframes amplify-expander-slide-up {
|
|
2027
|
-
from {
|
|
2028
|
-
height: auto;
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
to {
|
|
2032
|
-
height: 0;
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
.amplify-select, .amplify-input, .amplify-textarea {
|
|
2037
|
-
box-sizing: border-box;
|
|
2038
|
-
color: var(--amplify-components-fieldcontrol-color);
|
|
2039
|
-
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
2040
|
-
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
2041
|
-
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2042
|
-
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2043
|
-
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2044
|
-
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2045
|
-
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2046
|
-
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2047
|
-
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2048
|
-
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2049
|
-
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
2050
|
-
width: 100%;
|
|
2051
|
-
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
2052
|
-
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
2053
|
-
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
2054
|
-
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
2055
|
-
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
2056
|
-
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
2057
|
-
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
2058
|
-
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
.amplify-select:focus, .amplify-input:focus, .amplify-textarea:focus {
|
|
2062
|
-
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
2063
|
-
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
[data-size=small].amplify-select, [data-size=small].amplify-input, [data-size=small].amplify-textarea {
|
|
2067
|
-
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
2068
|
-
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2069
|
-
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2070
|
-
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2071
|
-
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2072
|
-
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2073
|
-
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2074
|
-
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2075
|
-
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2246
|
+
-webkit-animation-timing-function: var(--amplify-components-expander-content-open-animation-timing-function);
|
|
2247
|
+
animation-timing-function: var(--amplify-components-expander-content-open-animation-timing-function);
|
|
2076
2248
|
}
|
|
2077
2249
|
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
-
|
|
2081
|
-
|
|
2082
|
-
-
|
|
2083
|
-
|
|
2084
|
-
-
|
|
2085
|
-
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2086
|
-
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2087
|
-
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2250
|
+
.amplify-expander__content[data-state=closed] {
|
|
2251
|
+
-webkit-animation-name: amplify-expander-slide-up;
|
|
2252
|
+
animation-name: amplify-expander-slide-up;
|
|
2253
|
+
-webkit-animation-duration: var(--amplify-components-expander-content-closed-animation-duration);
|
|
2254
|
+
animation-duration: var(--amplify-components-expander-content-closed-animation-duration);
|
|
2255
|
+
-webkit-animation-timing-function: var(--amplify-components-expander-content-closed-animation-timing-function);
|
|
2256
|
+
animation-timing-function: var(--amplify-components-expander-content-closed-animation-timing-function);
|
|
2088
2257
|
}
|
|
2089
2258
|
|
|
2090
|
-
|
|
2091
|
-
|
|
2259
|
+
.amplify-expander__content__text {
|
|
2260
|
+
display: block;
|
|
2261
|
+
color: var(--amplify-components-expander-content-text-color);
|
|
2262
|
+
-webkit-padding-before: var(--amplify-components-expander-content-text-padding-block-start);
|
|
2263
|
+
padding-block-start: var(--amplify-components-expander-content-text-padding-block-start);
|
|
2264
|
+
-webkit-padding-after: var(--amplify-components-expander-content-text-padding-block-end);
|
|
2265
|
+
padding-block-end: var(--amplify-components-expander-content-text-padding-block-end);
|
|
2092
2266
|
}
|
|
2093
2267
|
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2268
|
+
.amplify-expander__icon {
|
|
2269
|
+
transition-property: transform;
|
|
2270
|
+
transition-duration: var(--amplify-components-expander-icon-transition-duration);
|
|
2271
|
+
transition-timing-function: var(--amplify-components-expander-icon-transition-timing-function);
|
|
2097
2272
|
}
|
|
2098
2273
|
|
|
2099
|
-
[
|
|
2100
|
-
|
|
2101
|
-
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
2102
|
-
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
2103
|
-
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
2274
|
+
[data-state=open] .amplify-expander__icon {
|
|
2275
|
+
transform: rotate(180deg);
|
|
2104
2276
|
}
|
|
2105
2277
|
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2278
|
+
@-webkit-keyframes amplify-expander-slide-down {
|
|
2279
|
+
from {
|
|
2280
|
+
height: 0;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
to {
|
|
2284
|
+
height: auto;
|
|
2285
|
+
}
|
|
2114
2286
|
}
|
|
2115
2287
|
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2288
|
+
@keyframes amplify-expander-slide-down {
|
|
2289
|
+
from {
|
|
2290
|
+
height: 0;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
to {
|
|
2294
|
+
height: auto;
|
|
2295
|
+
}
|
|
2119
2296
|
}
|
|
2120
2297
|
|
|
2121
|
-
|
|
2122
|
-
|
|
2298
|
+
@-webkit-keyframes amplify-expander-slide-up {
|
|
2299
|
+
from {
|
|
2300
|
+
height: auto;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
to {
|
|
2304
|
+
height: 0;
|
|
2305
|
+
}
|
|
2123
2306
|
}
|
|
2124
2307
|
|
|
2125
|
-
|
|
2126
|
-
|
|
2308
|
+
@keyframes amplify-expander-slide-up {
|
|
2309
|
+
from {
|
|
2310
|
+
height: auto;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
to {
|
|
2314
|
+
height: 0;
|
|
2315
|
+
}
|
|
2127
2316
|
}
|
|
2128
2317
|
|
|
2129
2318
|
.amplify-field {
|
|
@@ -2131,12 +2320,12 @@ h6.amplify-heading {
|
|
|
2131
2320
|
gap: var(--amplify-components-field-gap);
|
|
2132
2321
|
}
|
|
2133
2322
|
|
|
2134
|
-
.amplify-field
|
|
2323
|
+
.amplify-field--small {
|
|
2135
2324
|
font-size: var(--amplify-components-field-small-font-size);
|
|
2136
2325
|
gap: var(--amplify-components-field-small-gap);
|
|
2137
2326
|
}
|
|
2138
2327
|
|
|
2139
|
-
.amplify-field
|
|
2328
|
+
.amplify-field--large {
|
|
2140
2329
|
font-size: var(--amplify-components-field-large-font-size);
|
|
2141
2330
|
gap: var(--amplify-components-field-large-gap);
|
|
2142
2331
|
}
|
|
@@ -2145,25 +2334,25 @@ h6.amplify-heading {
|
|
|
2145
2334
|
color: var(--amplify-components-field-label-color);
|
|
2146
2335
|
}
|
|
2147
2336
|
|
|
2148
|
-
.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control, .amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child), .amplify-field-group__outer-start .amplify-field-group__control:not(:first-child), .amplify-field-group :not(:first-child) .amplify-input {
|
|
2337
|
+
.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control, .amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child), .amplify-field-group__outer-start--quiet .amplify-field-group__control, .amplify-field-group__outer-start .amplify-field-group__control:not(:first-child), .amplify-field-group :not(:first-child) .amplify-input {
|
|
2149
2338
|
border-start-start-radius: 0;
|
|
2150
2339
|
border-end-start-radius: 0;
|
|
2151
2340
|
}
|
|
2152
2341
|
|
|
2153
2342
|
@supports not (border-start-start-radius: 0) {
|
|
2154
|
-
.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control, .amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child), .amplify-field-group__outer-start .amplify-field-group__control:not(:first-child), .amplify-field-group :not(:first-child) .amplify-input {
|
|
2343
|
+
.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control, .amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child), .amplify-field-group__outer-start--quiet .amplify-field-group__control, .amplify-field-group__outer-start .amplify-field-group__control:not(:first-child), .amplify-field-group :not(:first-child) .amplify-input {
|
|
2155
2344
|
border-top-left-radius: 0;
|
|
2156
2345
|
border-bottom-left-radius: 0;
|
|
2157
2346
|
}
|
|
2158
2347
|
}
|
|
2159
2348
|
|
|
2160
|
-
.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control:not(:last-child), .amplify-field-group__outer-start .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-start .amplify-field-group__control, .amplify-field-group :not(:last-child) .amplify-input {
|
|
2349
|
+
.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select, .amplify-field-group__outer-end--quiet .amplify-field-group__control, .amplify-field-group__outer-end .amplify-field-group__control:not(:last-child), .amplify-field-group__outer-start .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-start .amplify-field-group__control, .amplify-field-group :not(:last-child) .amplify-input {
|
|
2161
2350
|
border-end-end-radius: 0;
|
|
2162
2351
|
border-start-end-radius: 0;
|
|
2163
2352
|
}
|
|
2164
2353
|
|
|
2165
2354
|
@supports not (border-end-end-radius: 0) {
|
|
2166
|
-
.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select, .amplify-field-group__outer-end .amplify-field-group__control:not(:last-child), .amplify-field-group__outer-start .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-start .amplify-field-group__control, .amplify-field-group :not(:last-child) .amplify-input {
|
|
2355
|
+
.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select, .amplify-field-group__outer-end--quiet .amplify-field-group__control, .amplify-field-group__outer-end .amplify-field-group__control:not(:last-child), .amplify-field-group__outer-start .amplify-select__wrapper .amplify-select, .amplify-field-group__outer-start .amplify-field-group__control, .amplify-field-group :not(:last-child) .amplify-input {
|
|
2167
2356
|
border-bottom-right-radius: 0;
|
|
2168
2357
|
border-top-right-radius: 0;
|
|
2169
2358
|
}
|
|
@@ -2173,11 +2362,11 @@ h6.amplify-heading {
|
|
|
2173
2362
|
gap: var(--amplify-components-fieldgroup-gap);
|
|
2174
2363
|
}
|
|
2175
2364
|
|
|
2176
|
-
.amplify-field-group
|
|
2365
|
+
.amplify-field-group--horizontal {
|
|
2177
2366
|
flex-direction: row;
|
|
2178
2367
|
}
|
|
2179
2368
|
|
|
2180
|
-
.amplify-field-group
|
|
2369
|
+
.amplify-field-group--vertical {
|
|
2181
2370
|
flex-direction: column;
|
|
2182
2371
|
align-items: var(--amplify-components-fieldgroup-vertical-align-items);
|
|
2183
2372
|
}
|
|
@@ -2198,23 +2387,31 @@ h6.amplify-heading {
|
|
|
2198
2387
|
*/
|
|
2199
2388
|
|
|
2200
2389
|
.amplify-field-group__outer-start .amplify-field-group__control:not(:focus) {
|
|
2201
|
-
-
|
|
2202
|
-
border-inline-end: none;
|
|
2390
|
+
border-inline-end-color: transparent;
|
|
2203
2391
|
}
|
|
2204
2392
|
|
|
2205
2393
|
.amplify-field-group__outer-start .amplify-field-group__control:focus {
|
|
2206
2394
|
z-index: 1;
|
|
2207
2395
|
}
|
|
2208
2396
|
|
|
2397
|
+
.amplify-field-group__outer-start--quiet .amplify-field-group__control:not(:focus) {
|
|
2398
|
+
border-block-start-color: transparent;
|
|
2399
|
+
border-inline-start-color: transparent;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2209
2402
|
.amplify-field-group__outer-end .amplify-field-group__control:not(:focus) {
|
|
2210
|
-
-
|
|
2211
|
-
border-inline-start: none;
|
|
2403
|
+
border-inline-start-color: transparent;
|
|
2212
2404
|
}
|
|
2213
2405
|
|
|
2214
2406
|
.amplify-field-group__outer-end .amplify-field-group__control:focus {
|
|
2215
2407
|
z-index: 1;
|
|
2216
2408
|
}
|
|
2217
2409
|
|
|
2410
|
+
.amplify-field-group__outer-end--quiet .amplify-field-group__control:not(:focus) {
|
|
2411
|
+
border-block-start-color: transparent;
|
|
2412
|
+
border-inline-end-color: transparent;
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2218
2415
|
/**
|
|
2219
2416
|
* Inner field group components
|
|
2220
2417
|
*/
|
|
@@ -2224,7 +2421,7 @@ h6.amplify-heading {
|
|
|
2224
2421
|
width: 100%;
|
|
2225
2422
|
}
|
|
2226
2423
|
|
|
2227
|
-
.amplify-field-group__field-wrapper
|
|
2424
|
+
.amplify-field-group__field-wrapper--vertical {
|
|
2228
2425
|
width: -webkit-fit-content;
|
|
2229
2426
|
width: -moz-fit-content;
|
|
2230
2427
|
width: fit-content;
|
|
@@ -2309,7 +2506,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2309
2506
|
}
|
|
2310
2507
|
|
|
2311
2508
|
.amplify-menu-content__item {
|
|
2312
|
-
min-height: var(--amplify-components-menu-item-min-
|
|
2509
|
+
min-height: var(--amplify-components-menu-item-min-height);
|
|
2313
2510
|
-webkit-padding-start: var(--amplify-components-menu-item-padding-inline-start);
|
|
2314
2511
|
padding-inline-start: var(--amplify-components-menu-item-padding-inline-start);
|
|
2315
2512
|
-webkit-padding-end: var(--amplify-components-menu-item-padding-inline-end);
|
|
@@ -2344,7 +2541,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2344
2541
|
}
|
|
2345
2542
|
}
|
|
2346
2543
|
|
|
2347
|
-
.amplify-pagination__item-current, .amplify-pagination__item-button
|
|
2544
|
+
.amplify-pagination__item-current, .amplify-pagination__item-button {
|
|
2348
2545
|
height: var(--amplify-components-pagination-item-shared-height);
|
|
2349
2546
|
min-width: var(--amplify-components-pagination-item-shared-min-width);
|
|
2350
2547
|
border-radius: var(--amplify-components-pagination-item-shared-border-radius);
|
|
@@ -2359,7 +2556,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2359
2556
|
margin-right: var(--amplify-components-pagination-item-container-margin-right);
|
|
2360
2557
|
}
|
|
2361
2558
|
|
|
2362
|
-
.amplify-pagination__item-button
|
|
2559
|
+
.amplify-pagination__item-button {
|
|
2363
2560
|
display: flex;
|
|
2364
2561
|
align-items: center;
|
|
2365
2562
|
justify-content: center;
|
|
@@ -2373,13 +2570,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2373
2570
|
transition-duration: var(--amplify-components-pagination-button-transition-duration);
|
|
2374
2571
|
}
|
|
2375
2572
|
|
|
2376
|
-
.amplify-pagination__item-button
|
|
2573
|
+
.amplify-pagination__item-button:hover {
|
|
2377
2574
|
text-decoration: none;
|
|
2378
2575
|
color: var(--amplify-components-pagination-button-hover-color);
|
|
2379
2576
|
background-color: var(--amplify-components-pagination-button-hover-background-color);
|
|
2380
2577
|
}
|
|
2381
2578
|
|
|
2382
|
-
.amplify-pagination__item-button
|
|
2579
|
+
.amplify-pagination__item-button--disabled {
|
|
2383
2580
|
color: var(--amplify-components-pagination-button-disabled-color);
|
|
2384
2581
|
pointer-events: none;
|
|
2385
2582
|
}
|
|
@@ -2413,22 +2610,22 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2413
2610
|
line-height: var(--amplify-components-rating-default-size);
|
|
2414
2611
|
}
|
|
2415
2612
|
|
|
2416
|
-
.amplify-rating
|
|
2613
|
+
.amplify-rating .amplify-icon {
|
|
2614
|
+
font-size: unset;
|
|
2615
|
+
line-height: unset;
|
|
2616
|
+
height: 1em;
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.amplify-rating--small {
|
|
2417
2620
|
font-size: var(--amplify-components-rating-small-size);
|
|
2418
2621
|
line-height: var(--amplify-components-rating-small-size);
|
|
2419
2622
|
}
|
|
2420
2623
|
|
|
2421
|
-
.amplify-rating
|
|
2624
|
+
.amplify-rating--large {
|
|
2422
2625
|
font-size: var(--amplify-components-rating-large-size);
|
|
2423
2626
|
line-height: var(--amplify-components-rating-large-size);
|
|
2424
2627
|
}
|
|
2425
2628
|
|
|
2426
|
-
.amplify-rating .amplify-icon {
|
|
2427
|
-
font-size: unset;
|
|
2428
|
-
line-height: unset;
|
|
2429
|
-
height: 1em;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
2629
|
.amplify-rating-filled {
|
|
2433
2630
|
fill: currentColor;
|
|
2434
2631
|
display: inline-block;
|
|
@@ -2470,15 +2667,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2470
2667
|
flex-direction: row-reverse;
|
|
2471
2668
|
}
|
|
2472
2669
|
|
|
2473
|
-
.amplify-radio
|
|
2670
|
+
.amplify-radio--disabled {
|
|
2474
2671
|
cursor: var(--amplify-components-radio-disabled-cursor);
|
|
2475
2672
|
}
|
|
2476
2673
|
|
|
2477
2674
|
.amplify-radio__button {
|
|
2478
2675
|
align-items: var(--amplify-components-radio-button-align-items);
|
|
2479
2676
|
justify-content: var(--amplify-components-radio-button-justify-content);
|
|
2480
|
-
width: var(--amplify-components-radio-button-width);
|
|
2481
|
-
height: var(--amplify-components-radio-button-height);
|
|
2482
2677
|
padding: var(--amplify-components-radio-button-padding);
|
|
2483
2678
|
box-sizing: var(--amplify-components-radio-button-box-sizing);
|
|
2484
2679
|
border-width: var(--amplify-components-radio-button-border-width);
|
|
@@ -2489,6 +2684,8 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2489
2684
|
background-color: var(--amplify-components-radio-button-background-color);
|
|
2490
2685
|
transition-property: var(--amplify-components-radio-button-transition-property);
|
|
2491
2686
|
transition-duration: var(--amplify-components-radio-button-transition-duration);
|
|
2687
|
+
width: var(--amplify-components-radio-button-width);
|
|
2688
|
+
height: var(--amplify-components-radio-button-height);
|
|
2492
2689
|
outline-color: var(--amplify-components-radio-button-outline-color);
|
|
2493
2690
|
outline-style: var(--amplify-components-radio-button-outline-style);
|
|
2494
2691
|
outline-width: var(--amplify-components-radio-button-outline-width);
|
|
@@ -2505,12 +2702,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2505
2702
|
border-radius: 50%;
|
|
2506
2703
|
}
|
|
2507
2704
|
|
|
2508
|
-
.amplify-radio__button
|
|
2705
|
+
.amplify-radio__button--small {
|
|
2509
2706
|
width: var(--amplify-components-radio-button-small-width);
|
|
2510
2707
|
height: var(--amplify-components-radio-button-small-height);
|
|
2511
2708
|
}
|
|
2512
2709
|
|
|
2513
|
-
.amplify-radio__button
|
|
2710
|
+
.amplify-radio__button--large {
|
|
2514
2711
|
width: var(--amplify-components-radio-button-large-width);
|
|
2515
2712
|
height: var(--amplify-components-radio-button-large-height);
|
|
2516
2713
|
}
|
|
@@ -2573,12 +2770,102 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2573
2770
|
}
|
|
2574
2771
|
|
|
2575
2772
|
.amplify-select {
|
|
2773
|
+
box-sizing: border-box;
|
|
2774
|
+
color: var(--amplify-components-fieldcontrol-color);
|
|
2775
|
+
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
2776
|
+
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
2777
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2778
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2779
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2780
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2781
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2782
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2783
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2784
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2785
|
+
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
2786
|
+
width: 100%;
|
|
2787
|
+
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
2788
|
+
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
2789
|
+
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
2790
|
+
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
2791
|
+
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
2792
|
+
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
2793
|
+
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
2794
|
+
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
2795
|
+
min-width: var(--amplify-components-select-min-width);
|
|
2576
2796
|
-webkit-padding-end: var(--amplify-components-select-padding-inline-end);
|
|
2577
2797
|
padding-inline-end: var(--amplify-components-select-padding-inline-end);
|
|
2578
|
-
min-width: var(--amplify-components-select-min-width);
|
|
2579
2798
|
white-space: var(--amplify-components-select-white-space);
|
|
2580
2799
|
}
|
|
2581
2800
|
|
|
2801
|
+
.amplify-select:focus {
|
|
2802
|
+
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
2803
|
+
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
.amplify-select--small {
|
|
2807
|
+
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
2808
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2809
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2810
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2811
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2812
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2813
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2814
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2815
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
.amplify-select--large {
|
|
2819
|
+
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
2820
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
2821
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
2822
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
2823
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
2824
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2825
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2826
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2827
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
.amplify-select--error {
|
|
2831
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.amplify-select--error:focus {
|
|
2835
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
2836
|
+
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.amplify-select[disabled] {
|
|
2840
|
+
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
2841
|
+
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
2842
|
+
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
2843
|
+
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
.amplify-select--quiet {
|
|
2847
|
+
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
2848
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
2849
|
+
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
2850
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
2851
|
+
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
2852
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
2853
|
+
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
.amplify-select--quiet:focus {
|
|
2857
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
2858
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
.amplify-select--quiet[aria-invalid=true] {
|
|
2862
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.amplify-select--quiet[aria-invalid=true]:focus {
|
|
2866
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2582
2869
|
@-moz-document url-prefix() {
|
|
2583
2870
|
.amplify-select option {
|
|
2584
2871
|
background-color: var(--amplify-components-select-option-background-color);
|
|
@@ -2589,11 +2876,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2589
2876
|
color: initial;
|
|
2590
2877
|
}
|
|
2591
2878
|
|
|
2592
|
-
.amplify-select
|
|
2879
|
+
.amplify-select--small {
|
|
2593
2880
|
min-width: var(--amplify-components-select-small-min-width);
|
|
2594
2881
|
}
|
|
2595
2882
|
|
|
2596
|
-
.amplify-select
|
|
2883
|
+
.amplify-select--large {
|
|
2597
2884
|
min-width: var(--amplify-components-select-large-min-width);
|
|
2598
2885
|
}
|
|
2599
2886
|
|
|
@@ -2611,45 +2898,53 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2611
2898
|
}
|
|
2612
2899
|
|
|
2613
2900
|
.amplify-sliderfield__root {
|
|
2614
|
-
position: relative;
|
|
2615
|
-
display: flex;
|
|
2616
2901
|
align-items: center;
|
|
2902
|
+
box-sizing: content-box;
|
|
2903
|
+
display: flex;
|
|
2904
|
+
padding-block: var(--amplify-components-sliderfield-padding-block);
|
|
2905
|
+
position: relative;
|
|
2906
|
+
touch-action: none;
|
|
2617
2907
|
-webkit-user-select: none;
|
|
2618
2908
|
-moz-user-select: none;
|
|
2619
2909
|
-ms-user-select: none;
|
|
2620
2910
|
user-select: none;
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2911
|
+
--amplify-internal-sliderfield-root-height: var(
|
|
2912
|
+
--amplify-components-sliderfield-thumb-height
|
|
2913
|
+
);
|
|
2914
|
+
--amplify-internal-sliderfield-root-width: var(
|
|
2915
|
+
--amplify-components-sliderfield-thumb-height
|
|
2916
|
+
);
|
|
2624
2917
|
}
|
|
2625
2918
|
|
|
2626
2919
|
.amplify-sliderfield__root[data-disabled] {
|
|
2627
2920
|
cursor: not-allowed;
|
|
2628
2921
|
}
|
|
2629
2922
|
|
|
2630
|
-
.amplify-sliderfield__root
|
|
2631
|
-
height: var(--amplify-
|
|
2923
|
+
.amplify-sliderfield__root--horizontal {
|
|
2924
|
+
height: var(--amplify-internal-sliderfield-root-height);
|
|
2632
2925
|
}
|
|
2633
2926
|
|
|
2634
|
-
.amplify-sliderfield__root
|
|
2927
|
+
.amplify-sliderfield__root--vertical {
|
|
2635
2928
|
flex-direction: column;
|
|
2636
|
-
width: var(--amplify-
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
[data-size=large] .amplify-sliderfield__root[data-orientation=horizontal] {
|
|
2640
|
-
height: var(--amplify-components-sliderfield-large-thumb-height);
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
[data-size=large] .amplify-sliderfield__root[data-orientation=vertical] {
|
|
2644
|
-
width: var(--amplify-components-sliderfield-large-thumb-height);
|
|
2929
|
+
width: var(--amplify-internal-sliderfield-root-width);
|
|
2645
2930
|
}
|
|
2646
2931
|
|
|
2647
|
-
|
|
2648
|
-
|
|
2932
|
+
.amplify-sliderfield__root--large {
|
|
2933
|
+
--amplify-internal-sliderfield-root-height: var(
|
|
2934
|
+
--amplify-components-sliderfield-large-thumb-height
|
|
2935
|
+
);
|
|
2936
|
+
--amplify-internal-sliderfield-root-width: var(
|
|
2937
|
+
--amplify-components-sliderfield-large-thumb-height
|
|
2938
|
+
);
|
|
2649
2939
|
}
|
|
2650
2940
|
|
|
2651
|
-
|
|
2652
|
-
|
|
2941
|
+
.amplify-sliderfield__root--small {
|
|
2942
|
+
--amplify-internal-sliderfield-root-height: var(
|
|
2943
|
+
--amplify-components-sliderfield-small-thumb-height
|
|
2944
|
+
);
|
|
2945
|
+
--amplify-internal-sliderfield-root-width: var(
|
|
2946
|
+
--amplify-components-sliderfield-small-thumb-height
|
|
2947
|
+
);
|
|
2653
2948
|
}
|
|
2654
2949
|
|
|
2655
2950
|
.amplify-sliderfield__track {
|
|
@@ -2657,32 +2952,46 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2657
2952
|
flex-grow: 1;
|
|
2658
2953
|
border-radius: var(--amplify-components-sliderfield-track-border-radius);
|
|
2659
2954
|
background-color: var(--amplify-components-sliderfield-track-background-color);
|
|
2955
|
+
--amplify-internal-sliderfield-track-height: var(
|
|
2956
|
+
--amplify-components-sliderfield-track-height
|
|
2957
|
+
);
|
|
2958
|
+
--amplify-internal-sliderfield-track-min-width: var(
|
|
2959
|
+
--amplify-components-sliderfield-track-min-width
|
|
2960
|
+
);
|
|
2961
|
+
--amplify-internal-sliderfield-track-width: var(
|
|
2962
|
+
--amplify-components-sliderfield-track-height
|
|
2963
|
+
);
|
|
2964
|
+
--amplify-internal-sliderfield-track-min-height: var(
|
|
2965
|
+
--amplify-components-sliderfield-track-min-width
|
|
2966
|
+
);
|
|
2660
2967
|
}
|
|
2661
2968
|
|
|
2662
|
-
.amplify-sliderfield__track
|
|
2663
|
-
height: var(--amplify-
|
|
2664
|
-
min-width: var(--amplify-
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
.amplify-sliderfield__track[data-orientation=vertical] {
|
|
2668
|
-
width: var(--amplify-components-sliderfield-track-height);
|
|
2669
|
-
min-height: var(--amplify-components-sliderfield-track-min-width);
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
[data-size=large] .amplify-sliderfield__track[data-orientation=vertical] {
|
|
2673
|
-
width: var(--amplify-components-sliderfield-large-track-height);
|
|
2969
|
+
.amplify-sliderfield__track--horizontal {
|
|
2970
|
+
height: var(--amplify-internal-sliderfield-track-height);
|
|
2971
|
+
min-width: var(--amplify-internal-sliderfield-track-min-width);
|
|
2674
2972
|
}
|
|
2675
2973
|
|
|
2676
|
-
|
|
2677
|
-
|
|
2974
|
+
.amplify-sliderfield__track--vertical {
|
|
2975
|
+
width: var(--amplify-internal-sliderfield-track-width);
|
|
2976
|
+
min-height: var(--amplify-internal-sliderfield-track-min-height);
|
|
2678
2977
|
}
|
|
2679
2978
|
|
|
2680
|
-
|
|
2681
|
-
|
|
2979
|
+
.amplify-sliderfield__track--large {
|
|
2980
|
+
--amplify-internal-sliderfield-track-height: var(
|
|
2981
|
+
--amplify-components-sliderfield-large-track-height
|
|
2982
|
+
);
|
|
2983
|
+
--amplify-internal-sliderfield-track-width: var(
|
|
2984
|
+
--amplify-components-sliderfield-large-track-height
|
|
2985
|
+
);
|
|
2682
2986
|
}
|
|
2683
2987
|
|
|
2684
|
-
|
|
2685
|
-
|
|
2988
|
+
.amplify-sliderfield__track--small {
|
|
2989
|
+
--amplify-internal-sliderfield-track-height: var(
|
|
2990
|
+
--amplify-components-sliderfield-small-track-height
|
|
2991
|
+
);
|
|
2992
|
+
--amplify-internal-sliderfield-track-width: var(
|
|
2993
|
+
--amplify-components-sliderfield-small-track-height
|
|
2994
|
+
);
|
|
2686
2995
|
}
|
|
2687
2996
|
|
|
2688
2997
|
.amplify-sliderfield__range {
|
|
@@ -2695,11 +3004,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2695
3004
|
background-color: var(--amplify-components-sliderfield-range-disabled-background-color);
|
|
2696
3005
|
}
|
|
2697
3006
|
|
|
2698
|
-
.amplify-sliderfield__range
|
|
3007
|
+
.amplify-sliderfield__range--horizontal {
|
|
2699
3008
|
height: 100%;
|
|
2700
3009
|
}
|
|
2701
3010
|
|
|
2702
|
-
.amplify-sliderfield__range
|
|
3011
|
+
.amplify-sliderfield__range--vertical {
|
|
2703
3012
|
width: 100%;
|
|
2704
3013
|
}
|
|
2705
3014
|
|
|
@@ -2730,12 +3039,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2730
3039
|
box-shadow: var(--amplify-components-sliderfield-thumb-disabled-box-shadow);
|
|
2731
3040
|
}
|
|
2732
3041
|
|
|
2733
|
-
|
|
3042
|
+
.amplify-sliderfield__thumb--large {
|
|
2734
3043
|
width: var(--amplify-components-sliderfield-large-thumb-width);
|
|
2735
3044
|
height: var(--amplify-components-sliderfield-large-thumb-height);
|
|
2736
3045
|
}
|
|
2737
3046
|
|
|
2738
|
-
|
|
3047
|
+
.amplify-sliderfield__thumb--small {
|
|
2739
3048
|
width: var(--amplify-components-sliderfield-small-thumb-width);
|
|
2740
3049
|
height: var(--amplify-components-sliderfield-small-thumb-height);
|
|
2741
3050
|
}
|
|
@@ -2749,7 +3058,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2749
3058
|
border-inline-end: none;
|
|
2750
3059
|
}
|
|
2751
3060
|
|
|
2752
|
-
|
|
3061
|
+
.amplify-stepperfield__button--decrease--quiet {
|
|
2753
3062
|
border-width: 0 0 var(--amplify-components-button-border-width) 0;
|
|
2754
3063
|
border-radius: 0;
|
|
2755
3064
|
}
|
|
@@ -2759,7 +3068,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2759
3068
|
border-inline-start: none;
|
|
2760
3069
|
}
|
|
2761
3070
|
|
|
2762
|
-
|
|
3071
|
+
.amplify-stepperfield__button--increase--quiet {
|
|
2763
3072
|
border-width: 0 0 var(--amplify-components-button-border-width) 0;
|
|
2764
3073
|
border-radius: 0;
|
|
2765
3074
|
}
|
|
@@ -2785,11 +3094,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2785
3094
|
display: inline-block;
|
|
2786
3095
|
}
|
|
2787
3096
|
|
|
2788
|
-
.amplify-switchfield
|
|
3097
|
+
.amplify-switchfield--small {
|
|
2789
3098
|
font-size: var(--amplify-components-switchfield-small-font-size);
|
|
2790
3099
|
}
|
|
2791
3100
|
|
|
2792
|
-
.amplify-switchfield
|
|
3101
|
+
.amplify-switchfield--large {
|
|
2793
3102
|
font-size: var(--amplify-components-switchfield-large-font-size);
|
|
2794
3103
|
}
|
|
2795
3104
|
|
|
@@ -2798,19 +3107,19 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2798
3107
|
align-items: center;
|
|
2799
3108
|
}
|
|
2800
3109
|
|
|
2801
|
-
.amplify-switch__wrapper
|
|
3110
|
+
.amplify-switch__wrapper--start {
|
|
2802
3111
|
flex-direction: row;
|
|
2803
3112
|
}
|
|
2804
3113
|
|
|
2805
|
-
.amplify-switch__wrapper
|
|
3114
|
+
.amplify-switch__wrapper--end {
|
|
2806
3115
|
flex-direction: row-reverse;
|
|
2807
3116
|
}
|
|
2808
3117
|
|
|
2809
|
-
.amplify-switch__wrapper
|
|
3118
|
+
.amplify-switch__wrapper--top {
|
|
2810
3119
|
flex-direction: column;
|
|
2811
3120
|
}
|
|
2812
3121
|
|
|
2813
|
-
.amplify-switch__wrapper
|
|
3122
|
+
.amplify-switch__wrapper--bottom {
|
|
2814
3123
|
flex-direction: column-reverse;
|
|
2815
3124
|
}
|
|
2816
3125
|
|
|
@@ -2826,16 +3135,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2826
3135
|
background-color: var(--amplify-components-switchfield-track-background-color);
|
|
2827
3136
|
}
|
|
2828
3137
|
|
|
2829
|
-
.amplify-switch-track
|
|
3138
|
+
.amplify-switch-track--checked {
|
|
2830
3139
|
background-color: var(--amplify-components-switchfield-track-checked-background-color);
|
|
2831
3140
|
}
|
|
2832
3141
|
|
|
2833
|
-
.amplify-switch-track
|
|
3142
|
+
.amplify-switch-track--disabled {
|
|
2834
3143
|
opacity: var(--amplify-components-switchfield-disabled-opacity);
|
|
2835
3144
|
cursor: not-allowed;
|
|
2836
3145
|
}
|
|
2837
3146
|
|
|
2838
|
-
.amplify-switch-track
|
|
3147
|
+
.amplify-switch-track--focused {
|
|
2839
3148
|
box-shadow: var(--amplify-components-switchfield-focused-shadow);
|
|
2840
3149
|
}
|
|
2841
3150
|
|
|
@@ -2849,11 +3158,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2849
3158
|
overflow-wrap: break-word;
|
|
2850
3159
|
}
|
|
2851
3160
|
|
|
2852
|
-
.amplify-switch-thumb
|
|
3161
|
+
.amplify-switch-thumb--checked {
|
|
2853
3162
|
transform: var(--amplify-components-switchfield-thumb-checked-transform);
|
|
2854
3163
|
}
|
|
2855
3164
|
|
|
2856
|
-
.amplify-switch-thumb
|
|
3165
|
+
.amplify-switch-thumb--disabled {
|
|
2857
3166
|
cursor: not-allowed;
|
|
2858
3167
|
}
|
|
2859
3168
|
|
|
@@ -2869,72 +3178,152 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2869
3178
|
border-collapse: var(--amplify-components-table-border-collapse);
|
|
2870
3179
|
display: var(--amplify-components-table-display);
|
|
2871
3180
|
width: var(--amplify-components-table-width);
|
|
3181
|
+
--amplify-internal-table-caption-font-size: var(
|
|
3182
|
+
--amplify-components-table-caption-font-size
|
|
3183
|
+
);
|
|
3184
|
+
--amplify-internal-table-th-font-size: var(
|
|
3185
|
+
--amplify-components-table-header-font-size
|
|
3186
|
+
);
|
|
3187
|
+
--amplify-internal-table-th-padding: var(
|
|
3188
|
+
--amplify-components-table-header-padding
|
|
3189
|
+
);
|
|
3190
|
+
--amplify-internal-table-td-font-size: var(
|
|
3191
|
+
--amplify-components-table-data-font-size
|
|
3192
|
+
);
|
|
3193
|
+
--amplify-internal-table-td-padding: var(
|
|
3194
|
+
--amplify-components-table-data-padding
|
|
3195
|
+
);
|
|
3196
|
+
--amplify-internal-table-td-border-width: var(
|
|
3197
|
+
--amplify-components-table-data-border-width
|
|
3198
|
+
)
|
|
3199
|
+
0px var(--amplify-components-table-data-border-width) 0px;
|
|
3200
|
+
--amplify-internal-table-th-border-width: var(
|
|
3201
|
+
--amplify-components-table-header-border-width
|
|
3202
|
+
)
|
|
3203
|
+
0px var(--amplify-components-table-header-border-width) 0px;
|
|
2872
3204
|
/**
|
|
2873
3205
|
* Data attribute stylings
|
|
2874
3206
|
*/
|
|
2875
3207
|
}
|
|
2876
3208
|
|
|
2877
|
-
.amplify-table
|
|
3209
|
+
.amplify-table--small {
|
|
3210
|
+
--amplify-internal-table-caption-font-size: var(
|
|
3211
|
+
--amplify-components-table-caption-small-font-size
|
|
3212
|
+
);
|
|
3213
|
+
--amplify-internal-table-th-font-size: var(
|
|
3214
|
+
--amplify-components-table-header-small-font-size
|
|
3215
|
+
);
|
|
3216
|
+
--amplify-internal-table-th-padding: var(
|
|
3217
|
+
--amplify-components-table-header-small-padding
|
|
3218
|
+
);
|
|
3219
|
+
--amplify-internal-table-td-font-size: var(
|
|
3220
|
+
--amplify-components-table-data-small-font-size
|
|
3221
|
+
);
|
|
3222
|
+
--amplify-internal-table-td-padding: var(
|
|
3223
|
+
--amplify-components-table-data-small-padding
|
|
3224
|
+
);
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
.amplify-table--large {
|
|
3228
|
+
--amplify-internal-table-caption-font-size: var(
|
|
3229
|
+
--amplify-components-table-caption-large-font-size
|
|
3230
|
+
);
|
|
3231
|
+
--amplify-internal-table-th-font-size: var(
|
|
3232
|
+
--amplify-components-table-header-large-font-size
|
|
3233
|
+
);
|
|
3234
|
+
--amplify-internal-table-th-padding: var(
|
|
3235
|
+
--amplify-components-table-header-large-padding
|
|
3236
|
+
);
|
|
3237
|
+
--amplify-internal-table-td-font-size: var(
|
|
3238
|
+
--amplify-components-table-data-large-font-size
|
|
3239
|
+
);
|
|
3240
|
+
--amplify-internal-table-td-padding: var(
|
|
3241
|
+
--amplify-components-table-data-large-padding
|
|
3242
|
+
);
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
.amplify-table--bordered {
|
|
3246
|
+
--amplify-internal-table-td-border-width: var(
|
|
3247
|
+
--amplify-components-table-data-border-width
|
|
3248
|
+
)
|
|
3249
|
+
var(--amplify-components-table-data-border-width)
|
|
3250
|
+
var(--amplify-components-table-data-border-width)
|
|
3251
|
+
var(--amplify-components-table-data-border-width);
|
|
3252
|
+
--amplify-internal-table-th-border-width: var(
|
|
3253
|
+
--amplify-components-table-header-border-width
|
|
3254
|
+
)
|
|
3255
|
+
var(--amplify-components-table-header-border-width)
|
|
3256
|
+
var(--amplify-components-table-header-border-width)
|
|
3257
|
+
var(--amplify-components-table-header-border-width);
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3260
|
+
.amplify-table__caption {
|
|
2878
3261
|
caption-side: var(--amplify-components-table-caption-caption-side);
|
|
2879
3262
|
color: var(--amplify-components-table-caption-color);
|
|
2880
3263
|
display: var(--amplify-components-table-caption-display);
|
|
2881
|
-
font-size: var(--amplify-
|
|
3264
|
+
font-size: var(--amplify-internal-table-caption-font-size);
|
|
2882
3265
|
text-align: var(--amplify-components-table-caption-text-align);
|
|
2883
3266
|
word-break: var(--amplify-components-table-caption-word-break);
|
|
2884
3267
|
}
|
|
2885
3268
|
|
|
2886
|
-
.amplify-
|
|
3269
|
+
.amplify-table__head {
|
|
2887
3270
|
display: var(--amplify-components-table-head-display);
|
|
2888
3271
|
vertical-align: var(--amplify-components-table-head-vertical-align);
|
|
2889
3272
|
}
|
|
2890
3273
|
|
|
2891
|
-
.amplify-
|
|
3274
|
+
.amplify-table__body {
|
|
2892
3275
|
display: var(--amplify-components-table-body-display);
|
|
2893
3276
|
vertical-align: var(--amplify-components-table-body-vertical-align);
|
|
2894
3277
|
}
|
|
2895
3278
|
|
|
2896
|
-
.amplify-
|
|
3279
|
+
.amplify-table__foot {
|
|
2897
3280
|
display: var(--amplify-components-table-foot-display);
|
|
2898
3281
|
vertical-align: var(--amplify-components-table-foot-vertical-align);
|
|
2899
3282
|
}
|
|
2900
3283
|
|
|
2901
|
-
.amplify-
|
|
3284
|
+
.amplify-table__row {
|
|
2902
3285
|
display: var(--amplify-components-table-row-display);
|
|
2903
3286
|
vertical-align: var(--amplify-components-table-row-vertical-align);
|
|
2904
3287
|
}
|
|
2905
3288
|
|
|
2906
|
-
.amplify-
|
|
3289
|
+
.amplify-table__th {
|
|
2907
3290
|
border-color: var(--amplify-components-table-header-border-color);
|
|
2908
3291
|
border-style: var(--amplify-components-table-header-border-style);
|
|
2909
|
-
border-width: var(--amplify-
|
|
3292
|
+
border-width: var(--amplify-internal-table-th-border-width);
|
|
2910
3293
|
color: var(--amplify-components-table-header-color);
|
|
2911
3294
|
display: var(--amplify-components-table-header-display);
|
|
2912
|
-
font-size: var(--amplify-
|
|
3295
|
+
font-size: var(--amplify-internal-table-th-font-size);
|
|
2913
3296
|
font-weight: var(--amplify-components-table-header-font-weight);
|
|
2914
|
-
padding: var(--amplify-
|
|
3297
|
+
padding: var(--amplify-internal-table-th-padding);
|
|
2915
3298
|
vertical-align: var(--amplify-components-table-header-vertical-align);
|
|
2916
3299
|
}
|
|
2917
3300
|
|
|
2918
|
-
.amplify-
|
|
3301
|
+
.amplify-table__th:first-child {
|
|
3302
|
+
border-left-width: var(--amplify-components-table-header-border-width);
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3305
|
+
.amplify-table__th:last-child {
|
|
3306
|
+
border-right-width: var(--amplify-components-table-header-border-width);
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
.amplify-table__td {
|
|
2919
3310
|
border-color: var(--amplify-components-table-data-border-color);
|
|
2920
3311
|
border-style: var(--amplify-components-table-data-border-style);
|
|
2921
|
-
border-width: var(--amplify-
|
|
3312
|
+
border-width: var(--amplify-internal-table-td-border-width);
|
|
2922
3313
|
color: var(--amplify-components-table-data-color);
|
|
2923
3314
|
display: var(--amplify-components-table-data-display);
|
|
2924
|
-
font-size: var(--amplify-
|
|
3315
|
+
font-size: var(--amplify-internal-table-td-font-size);
|
|
2925
3316
|
font-weight: var(--amplify-components-table-data-font-weight);
|
|
2926
|
-
padding: var(--amplify-
|
|
3317
|
+
padding: var(--amplify-internal-table-td-padding);
|
|
2927
3318
|
vertical-align: var(--amplify-components-table-data-vertical-align);
|
|
2928
3319
|
}
|
|
2929
3320
|
|
|
2930
|
-
.amplify-
|
|
2931
|
-
|
|
2932
|
-
border-left: none;
|
|
3321
|
+
.amplify-table__td:first-child {
|
|
3322
|
+
border-left-width: var(--amplify-components-table-data-border-width);
|
|
2933
3323
|
}
|
|
2934
3324
|
|
|
2935
|
-
.amplify-
|
|
2936
|
-
|
|
2937
|
-
border-right: none;
|
|
3325
|
+
.amplify-table__td:last-child {
|
|
3326
|
+
border-right-width: var(--amplify-components-table-data-border-width);
|
|
2938
3327
|
}
|
|
2939
3328
|
|
|
2940
3329
|
.amplify-table[data-variation=striped] .amplify-table__row:not(.amplify-table__head *):nth-child(odd) {
|
|
@@ -2945,34 +3334,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2945
3334
|
background-color: var(--amplify-components-table-row-hover-background-color);
|
|
2946
3335
|
}
|
|
2947
3336
|
|
|
2948
|
-
.amplify-table[data-size=small] .amplify-table__caption {
|
|
2949
|
-
font-size: var(--amplify-components-table-caption-small-font-size);
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
.amplify-table[data-size=small] .amplify-table__th {
|
|
2953
|
-
font-size: var(--amplify-components-table-header-small-font-size);
|
|
2954
|
-
padding: var(--amplify-components-table-header-small-padding);
|
|
2955
|
-
}
|
|
2956
|
-
|
|
2957
|
-
.amplify-table[data-size=small] .amplify-table__td {
|
|
2958
|
-
font-size: var(--amplify-components-table-data-small-font-size);
|
|
2959
|
-
padding: var(--amplify-components-table-data-small-padding);
|
|
2960
|
-
}
|
|
2961
|
-
|
|
2962
|
-
.amplify-table[data-size=large] .amplify-table__caption {
|
|
2963
|
-
font-size: var(--amplify-components-table-caption-large-font-size);
|
|
2964
|
-
}
|
|
2965
|
-
|
|
2966
|
-
.amplify-table[data-size=large] .amplify-table__th {
|
|
2967
|
-
font-size: var(--amplify-components-table-header-large-font-size);
|
|
2968
|
-
padding: var(--amplify-components-table-header-large-padding);
|
|
2969
|
-
}
|
|
2970
|
-
|
|
2971
|
-
.amplify-table[data-size=large] .amplify-table__td {
|
|
2972
|
-
font-size: var(--amplify-components-table-data-large-font-size);
|
|
2973
|
-
padding: var(--amplify-components-table-data-large-padding);
|
|
2974
|
-
}
|
|
2975
|
-
|
|
2976
3337
|
.amplify-tabs {
|
|
2977
3338
|
background-color: var(--amplify-components-tabs-background-color);
|
|
2978
3339
|
box-shadow: var(--amplify-components-tabs-box-shadow);
|
|
@@ -3053,102 +3414,330 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
3053
3414
|
flex-direction: column;
|
|
3054
3415
|
}
|
|
3055
3416
|
|
|
3056
|
-
.amplify-togglebutton
|
|
3057
|
-
|
|
3058
|
-
color: var(--amplify-
|
|
3417
|
+
.amplify-togglebutton {
|
|
3418
|
+
background-color: var(--amplify-internal-togglebutton-background-color);
|
|
3419
|
+
border-color: var(--amplify-internal-togglebutton-border-color);
|
|
3420
|
+
color: var(--amplify-internal-togglebutton-color);
|
|
3421
|
+
--amplify-internal-togglebutton-background-color: initial;
|
|
3422
|
+
--amplify-internal-togglebutton-border-color: var(
|
|
3423
|
+
--amplify-components-togglebutton-border-color
|
|
3424
|
+
);
|
|
3425
|
+
--amplify-internal-togglebutton-color: var(
|
|
3426
|
+
--amplify-components-togglebutton-color
|
|
3427
|
+
);
|
|
3428
|
+
--amplify-internal-togglebutton-hover-background-color: var(
|
|
3429
|
+
--amplify-components-togglebutton-hover-background-color
|
|
3430
|
+
);
|
|
3431
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3432
|
+
--amplify-internal-togglebutton-background-color
|
|
3433
|
+
);
|
|
3434
|
+
--amplify-internal-togglebutton-focus-border-color: var(
|
|
3435
|
+
--amplify-components-togglebutton-focus-border-color
|
|
3436
|
+
);
|
|
3437
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3438
|
+
--amplify-components-togglebutton-focus-color
|
|
3439
|
+
);
|
|
3440
|
+
--amplify-internal-togglebutton-active-background-color: var(
|
|
3441
|
+
--amplify-components-togglebutton-active-background-color
|
|
3442
|
+
);
|
|
3443
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3444
|
+
--amplify-components-togglebutton-disabled-background-color
|
|
3445
|
+
);
|
|
3446
|
+
--amplify-internal-togglebutton-disabled-border-color: var(
|
|
3447
|
+
--amplify-components-togglebutton-disabled-border-color
|
|
3448
|
+
);
|
|
3449
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3450
|
+
--amplify-components-togglebutton-disabled-color
|
|
3451
|
+
);
|
|
3059
3452
|
}
|
|
3060
3453
|
|
|
3061
3454
|
.amplify-togglebutton:hover {
|
|
3062
|
-
background-color: var(--amplify-
|
|
3455
|
+
background-color: var(--amplify-internal-togglebutton-hover-background-color);
|
|
3456
|
+
border-color: var(--amplify-internal-togglebutton-border-color);
|
|
3457
|
+
color: var(--amplify-internal-togglebutton-color);
|
|
3458
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3459
|
+
--amplify-internal-togglebutton-hover-background-color
|
|
3460
|
+
);
|
|
3063
3461
|
}
|
|
3064
3462
|
|
|
3065
3463
|
.amplify-togglebutton:focus {
|
|
3066
|
-
|
|
3067
|
-
color: var(--amplify-
|
|
3464
|
+
background-color: var(--amplify-internal-togglebutton-focus-background-color);
|
|
3465
|
+
border-color: var(--amplify-internal-togglebutton-focus-border-color);
|
|
3466
|
+
color: var(--amplify-internal-togglebutton-focus-color);
|
|
3068
3467
|
}
|
|
3069
3468
|
|
|
3070
3469
|
.amplify-togglebutton:active {
|
|
3071
|
-
background-color: var(--amplify-
|
|
3470
|
+
background-color: var(--amplify-internal-togglebutton-active-background-color);
|
|
3072
3471
|
}
|
|
3073
3472
|
|
|
3074
3473
|
.amplify-togglebutton:disabled {
|
|
3075
|
-
background-color: var(--amplify-
|
|
3076
|
-
border-color: var(--amplify-
|
|
3077
|
-
color: var(--amplify-
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
|
-
.amplify-togglebutton
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
.amplify-togglebutton
|
|
3090
|
-
|
|
3474
|
+
background-color: var(--amplify-internal-togglebutton-disabled-background-color);
|
|
3475
|
+
border-color: var(--amplify-internal-togglebutton-disabled-border-color);
|
|
3476
|
+
color: var(--amplify-internal-togglebutton-disabled-color);
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.amplify-togglebutton--pressed {
|
|
3480
|
+
--amplify-internal-togglebutton-background-color: var(
|
|
3481
|
+
--amplify-components-togglebutton-pressed-background-color
|
|
3482
|
+
);
|
|
3483
|
+
--amplify-internal-togglebutton-color: var(
|
|
3484
|
+
--amplify-components-togglebutton-pressed-color
|
|
3485
|
+
);
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
.amplify-togglebutton--pressed:hover:not(:disabled) {
|
|
3489
|
+
--amplify-internal-togglebutton-hover-background-color: var(
|
|
3490
|
+
--amplify-components-togglebutton-pressed-hover-background-color
|
|
3491
|
+
);
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
|
+
.amplify-togglebutton--pressed:disabled {
|
|
3495
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3496
|
+
--amplify-components-togglebutton-pressed-background-color
|
|
3497
|
+
);
|
|
3498
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3499
|
+
--amplify-components-togglebutton-pressed-color
|
|
3500
|
+
);
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
.amplify-togglebutton--primary {
|
|
3504
|
+
--amplify-internal-togglebutton-primary-background-color: var(
|
|
3505
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3506
|
+
);
|
|
3507
|
+
--amplify-internal-togglebutton-background-color: var(
|
|
3508
|
+
--amplify-internal-togglebutton-primary-background-color
|
|
3509
|
+
);
|
|
3510
|
+
--amplify-internal-togglebutton-primary-border-color: var(
|
|
3511
|
+
--amplify-components-togglebutton-border-color
|
|
3512
|
+
);
|
|
3513
|
+
--amplify-internal-togglebutton-border-color: var(
|
|
3514
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3515
|
+
);
|
|
3516
|
+
--amplify-internal-togglebutton-primary-color: var(
|
|
3517
|
+
--amplify-components-togglebutton-color
|
|
3518
|
+
);
|
|
3519
|
+
--amplify-internal-togglebutton-color: var(
|
|
3520
|
+
--amplify-internal-togglebutton-primary-color
|
|
3521
|
+
);
|
|
3091
3522
|
border-width: var(--amplify-components-togglebutton-primary-border-width);
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3523
|
+
--amplify-internal-togglebutton-hover-background-color: var(
|
|
3524
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3525
|
+
);
|
|
3526
|
+
--amplify-internal-togglebutton-focus-border-color: var(
|
|
3527
|
+
--amplify-components-togglebutton-border-color
|
|
3528
|
+
);
|
|
3529
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3530
|
+
--amplify-components-togglebutton-color
|
|
3531
|
+
);
|
|
3532
|
+
--amplify-internal-togglebutton-active-background-color: var(
|
|
3533
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3534
|
+
);
|
|
3535
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3536
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3537
|
+
);
|
|
3538
|
+
--amplify-internal-togglebutton-disabled-border-color: var(
|
|
3539
|
+
--amplify-components-togglebutton-border-color
|
|
3540
|
+
);
|
|
3541
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3542
|
+
--amplify-components-togglebutton-color
|
|
3543
|
+
);
|
|
3544
|
+
--amplify-internal-togglebutton-primary-focus-background-color: var(
|
|
3545
|
+
--amplify-components-togglebutton-primary-focus-background-color
|
|
3546
|
+
);
|
|
3547
|
+
--amplify-internal-togglebutton-primary-focus-border-color: var(
|
|
3548
|
+
--amplify-components-togglebutton-primary-focus-border-color
|
|
3549
|
+
);
|
|
3550
|
+
--amplify-internal-togglebutton-primary-focus-color: var(
|
|
3551
|
+
--amplify-components-togglebutton-primary-focus-color
|
|
3552
|
+
);
|
|
3553
|
+
--amplify-internal-togglebutton-primary-hover-background-color: var(
|
|
3554
|
+
--amplify-components-togglebutton-primary-hover-background-color
|
|
3555
|
+
);
|
|
3556
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3557
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3558
|
+
);
|
|
3559
|
+
--amplify-internal-togglebutton-primary-hover-color: var(
|
|
3560
|
+
--amplify-components-togglebutton-primary-hover-color
|
|
3561
|
+
);
|
|
3562
|
+
--amplify-internal-togglebutton-primary-disabled-background-color: var(
|
|
3563
|
+
--amplify-components-togglebutton-primary-disabled-background-color
|
|
3564
|
+
);
|
|
3565
|
+
--amplify-internal-togglebutton-primary-disabled-border-color: var(
|
|
3566
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3567
|
+
);
|
|
3568
|
+
--amplify-internal-togglebutton-primary-disabled-color: var(
|
|
3569
|
+
--amplify-components-togglebutton-primary-disabled-color
|
|
3570
|
+
);
|
|
3571
|
+
}
|
|
3572
|
+
|
|
3573
|
+
.amplify-togglebutton--primary:focus {
|
|
3574
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3575
|
+
--amplify-internal-togglebutton-primary-focus-background-color
|
|
3576
|
+
);
|
|
3577
|
+
--amplify-internal-togglebutton-focus-border-color: var(
|
|
3578
|
+
--amplify-internal-togglebutton-primary-focus-border-color
|
|
3579
|
+
);
|
|
3580
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3581
|
+
--amplify-internal-togglebutton-primary-focus-color
|
|
3582
|
+
);
|
|
3098
3583
|
box-shadow: var(--amplify-components-togglebutton-primary-focus-box-shadow);
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3584
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3585
|
+
--amplify-internal-togglebutton-primary-focus-border-color
|
|
3586
|
+
);
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
.amplify-togglebutton--primary:hover {
|
|
3590
|
+
background-color: var(--amplify-internal-togglebutton-primary-hover-background-color);
|
|
3591
|
+
border-color: var(--amplify-internal-togglebutton-primary-hover-border-color);
|
|
3592
|
+
color: var(--amplify-internal-togglebutton-primary-hover-color);
|
|
3593
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3594
|
+
--amplify-internal-togglebutton-primary-hover-background-color
|
|
3595
|
+
);
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
.amplify-togglebutton--primary:disabled {
|
|
3599
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3600
|
+
--amplify-internal-togglebutton-primary-disabled-background-color
|
|
3601
|
+
);
|
|
3602
|
+
--amplify-internal-togglebutton-disabled-border-color: var(
|
|
3603
|
+
--amplify-internal-togglebutton-primary-disabled-border-color
|
|
3604
|
+
);
|
|
3605
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3606
|
+
--amplify-internal-togglebutton-primary-disabled-color
|
|
3607
|
+
);
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
.amplify-togglebutton--pressed {
|
|
3611
|
+
--amplify-internal-togglebutton-primary-background-color: var(
|
|
3612
|
+
--amplify-components-togglebutton-primary-pressed-background-color
|
|
3613
|
+
);
|
|
3614
|
+
--amplify-internal-togglebutton-primary-border-color: var(
|
|
3615
|
+
--amplify-components-togglebutton-primary-pressed-border-color
|
|
3616
|
+
);
|
|
3617
|
+
--amplify-internal-togglebutton-primary-color: var(
|
|
3618
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3619
|
+
);
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
.amplify-togglebutton--pressed:focus {
|
|
3623
|
+
--amplify-internal-togglebutton-primary-focus-background-color: var(
|
|
3624
|
+
--amplify-components-togglebutton-primary-pressed-focus-background-color
|
|
3625
|
+
);
|
|
3626
|
+
--amplify-internal-togglebutton-primary-focus-border-color: var(
|
|
3627
|
+
--amplify-components-togglebutton-primary-pressed-focus-border-color
|
|
3628
|
+
);
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
.amplify-togglebutton--pressed:hover:not(:disabled) {
|
|
3632
|
+
--amplify-internal-togglebutton-primary-hover-background-color: var(
|
|
3633
|
+
--amplify-components-togglebutton-primary-pressed-hover-background-color
|
|
3634
|
+
);
|
|
3635
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3636
|
+
--amplify-components-togglebutton-primary-pressed-hover-border-color
|
|
3637
|
+
);
|
|
3638
|
+
--amplify-internal-togglebutton-primary-focus-background-color: var(
|
|
3639
|
+
--amplify-components-togglebutton-primary-pressed-hover-background-color
|
|
3640
|
+
);
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3643
|
+
.amplify-togglebutton--pressed:focus {
|
|
3644
|
+
--amplify-internal-togglebutton-primary-focus-color: var(
|
|
3645
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3646
|
+
);
|
|
3647
|
+
}
|
|
3648
|
+
|
|
3649
|
+
.amplify-togglebutton--pressed:hover {
|
|
3650
|
+
--amplify-internal-togglebutton-primary-hover-background-color: var(
|
|
3651
|
+
--amplify-components-togglebutton-primary-hover-background-color
|
|
3652
|
+
);
|
|
3653
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3654
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3655
|
+
);
|
|
3656
|
+
--amplify-internal-togglebutton-primary-hover-color: var(
|
|
3657
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3658
|
+
);
|
|
3659
|
+
}
|
|
3660
|
+
|
|
3661
|
+
.amplify-togglebutton--pressed:disabled {
|
|
3662
|
+
--amplify-internal-togglebutton-primary-disabled-background-color: var(
|
|
3663
|
+
--amplify-components-togglebutton-primary-pressed-background-color
|
|
3664
|
+
);
|
|
3665
|
+
--amplify-internal-togglebutton-primary-disabled-border-color: var(
|
|
3666
|
+
--amplify-components-togglebutton-primary-pressed-border-color
|
|
3667
|
+
);
|
|
3668
|
+
--amplify-internal-togglebutton-primary-disabled-color: var(
|
|
3669
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3670
|
+
);
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
.amplify-togglebutton--link {
|
|
3674
|
+
--amplify-internal-togglebutton-link-background-color: var(
|
|
3675
|
+
--amplify-components-togglebutton-background-color
|
|
3676
|
+
);
|
|
3677
|
+
--amplify-internal-togglebutton-link-color: var(
|
|
3678
|
+
--amplify-components-togglebutton-link-color
|
|
3679
|
+
);
|
|
3680
|
+
background-color: var(--amplify-internal-togglebutton-link-background-color);
|
|
3681
|
+
color: var(--amplify-internal-togglebutton-link-color);
|
|
3682
|
+
--amplify-internal-togglebutton-link-hover-background-color: var(
|
|
3683
|
+
--amplify-components-togglebutton-link-hover-background-color
|
|
3684
|
+
);
|
|
3685
|
+
--amplify-internal-togglebutton-link-hover-color: var(
|
|
3686
|
+
--amplify-components-togglebutton-link-hover-color
|
|
3687
|
+
);
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3690
|
+
.amplify-togglebutton--link:hover {
|
|
3691
|
+
background-color: var(--amplify-internal-togglebutton-link-hover-background-color);
|
|
3692
|
+
color: var(--amplify-internal-togglebutton-link-hover-color);
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3695
|
+
.amplify-togglebutton--link:focus {
|
|
3696
|
+
--amplify-internal-togglebutton-link-focus-background-color: var(
|
|
3697
|
+
--amplify-components-togglebutton-link-focus-background-color
|
|
3698
|
+
);
|
|
3699
|
+
--amplify-internal-togglebutton-link-focus-color: var(
|
|
3700
|
+
--amplify-components-togglebutton-link-focus-color
|
|
3701
|
+
);
|
|
3702
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3703
|
+
--amplify-internal-togglebutton-link-focus-background-color
|
|
3704
|
+
);
|
|
3705
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3706
|
+
--amplify-internal-togglebutton-link-focus-color
|
|
3707
|
+
);
|
|
3708
|
+
}
|
|
3709
|
+
|
|
3710
|
+
.amplify-togglebutton--link:disabled {
|
|
3711
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3712
|
+
--amplify-components-togglebutton-link-disabled-color
|
|
3713
|
+
);
|
|
3714
|
+
}
|
|
3715
|
+
|
|
3716
|
+
.amplify-togglebutton--pressed {
|
|
3717
|
+
--amplify-internal-togglebutton-link-color: var(
|
|
3718
|
+
--amplify-components-togglebutton-link-pressed-color
|
|
3719
|
+
);
|
|
3720
|
+
--amplify-internal-togglebutton-link-background-color: var(
|
|
3721
|
+
--amplify-components-togglebutton-link-pressed-background-color
|
|
3722
|
+
);
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
.amplify-togglebutton--pressed:hover {
|
|
3726
|
+
--amplify-internal-togglebutton-link-hover-background-color: var(
|
|
3727
|
+
--amplify-components-togglebutton-link-pressed-hover-background-color
|
|
3728
|
+
);
|
|
3729
|
+
--amplify-internal-togglebutton-link-hover-color: var(
|
|
3730
|
+
--amplify-components-togglebutton-link-pressed-color
|
|
3731
|
+
);
|
|
3732
|
+
}
|
|
3733
|
+
|
|
3734
|
+
.amplify-togglebutton--pressed:focus {
|
|
3735
|
+
--amplify-internal-togglebutton-link-focus-background-color: var(
|
|
3736
|
+
--amplify-components-togglebutton-link-pressed-background-color
|
|
3737
|
+
);
|
|
3738
|
+
--amplify-internal-togglebutton-link-focus-color: var(
|
|
3739
|
+
--amplify-components-togglebutton-link-pressed-color
|
|
3740
|
+
);
|
|
3152
3741
|
}
|
|
3153
3742
|
|
|
3154
3743
|
.amplify-togglebuttongroup {
|