@aws-amplify/ui 3.7.0 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/helpers/authenticator/utils.js +1 -1
- package/dist/esm/machines/authenticator/actions.js +1 -1
- package/dist/esm/machines/authenticator/actors/resetPassword.js +1 -1
- package/dist/esm/machines/authenticator/index.js +1 -1
- package/dist/esm/theme/tokens/components/link.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +994 -435
- package/dist/theme.css +1 -3
- package/dist/types/theme/tokens/components/link.d.ts +1 -6
- package/dist/types/types/authenticator/stateMachine/event.d.ts +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Tue,
|
|
6
|
+
* Generated on Tue, 10 May 2022 23:12:10 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -506,8 +506,6 @@
|
|
|
506
506
|
--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);
|
|
507
507
|
--amplify-components-loader-height: var(--amplify-font-sizes-medium);
|
|
508
508
|
--amplify-components-loader-width: var(--amplify-font-sizes-medium);
|
|
509
|
-
--amplify-components-link-small-font-size: var(--amplify-font-sizes-small);
|
|
510
|
-
--amplify-components-link-large-font-size: var(--amplify-font-sizes-large);
|
|
511
509
|
--amplify-components-heading-line-height: var(--amplify-line-heights-small);
|
|
512
510
|
--amplify-components-heading-6-font-weight: 800;
|
|
513
511
|
--amplify-components-heading-6-font-size: var(--amplify-font-sizes-medium);
|
|
@@ -914,18 +912,18 @@ select {
|
|
|
914
912
|
display: block;
|
|
915
913
|
overflow: scroll;
|
|
916
914
|
}
|
|
917
|
-
.amplify-scrollview
|
|
915
|
+
.amplify-scrollview--horizontal {
|
|
918
916
|
overflow-x: scroll;
|
|
919
917
|
overflow-y: initial;
|
|
920
918
|
}
|
|
921
|
-
.amplify-scrollview
|
|
919
|
+
.amplify-scrollview--vertical {
|
|
922
920
|
overflow-x: initial;
|
|
923
921
|
overflow-y: scroll;
|
|
924
922
|
}
|
|
925
923
|
|
|
926
924
|
.amplify-text {
|
|
927
|
-
color: var(--amplify-components-text-color);
|
|
928
925
|
display: block;
|
|
926
|
+
color: var(--amplify-components-text-color);
|
|
929
927
|
}
|
|
930
928
|
b.amplify-text,
|
|
931
929
|
em.amplify-text,
|
|
@@ -935,67 +933,67 @@ strong.amplify-text {
|
|
|
935
933
|
display: inline;
|
|
936
934
|
}
|
|
937
935
|
|
|
938
|
-
.amplify-text
|
|
936
|
+
.amplify-text--truncated {
|
|
939
937
|
display: inline-block;
|
|
940
938
|
max-width: 100%;
|
|
941
939
|
overflow: hidden;
|
|
942
940
|
text-overflow: ellipsis;
|
|
943
941
|
white-space: nowrap;
|
|
944
942
|
}
|
|
945
|
-
.amplify-text
|
|
943
|
+
.amplify-text--primary {
|
|
946
944
|
color: var(--amplify-components-text-primary-color);
|
|
947
945
|
}
|
|
948
|
-
.amplify-text
|
|
946
|
+
.amplify-text--secondary {
|
|
949
947
|
color: var(--amplify-components-text-secondary-color);
|
|
950
948
|
}
|
|
951
|
-
.amplify-text
|
|
949
|
+
.amplify-text--tertiary {
|
|
952
950
|
color: var(--amplify-components-text-tertiary-color);
|
|
953
951
|
}
|
|
954
|
-
.amplify-text
|
|
952
|
+
.amplify-text--error {
|
|
955
953
|
color: var(--amplify-components-text-error-color);
|
|
956
954
|
}
|
|
957
|
-
.amplify-text
|
|
955
|
+
.amplify-text--info {
|
|
958
956
|
color: var(--amplify-components-text-info-color);
|
|
959
957
|
}
|
|
960
|
-
.amplify-text
|
|
958
|
+
.amplify-text--success {
|
|
961
959
|
color: var(--amplify-components-text-success-color);
|
|
962
960
|
}
|
|
963
|
-
.amplify-text
|
|
961
|
+
.amplify-text--warning {
|
|
964
962
|
color: var(--amplify-components-text-warning-color);
|
|
965
963
|
}
|
|
966
964
|
|
|
967
965
|
.amplify-badge {
|
|
968
|
-
color: var(--amplify-components-badge-color);
|
|
969
966
|
background-color: var(--amplify-components-badge-background-color);
|
|
970
967
|
border-radius: var(--amplify-components-badge-border-radius);
|
|
968
|
+
color: var(--amplify-components-badge-color);
|
|
971
969
|
display: inline-flex;
|
|
972
970
|
font-size: var(--amplify-components-badge-font-size);
|
|
973
971
|
font-weight: var(--amplify-components-badge-font-weight);
|
|
972
|
+
line-height: var(--amplify-components-badge-line-height);
|
|
974
973
|
padding: var(--amplify-components-badge-padding-vertical) var(--amplify-components-badge-padding-horizontal);
|
|
975
974
|
text-align: var(--amplify-components-badge-text-align);
|
|
976
|
-
line-height: var(--amplify-components-badge-line-height);
|
|
977
975
|
}
|
|
978
|
-
.amplify-badge
|
|
976
|
+
.amplify-badge--info {
|
|
979
977
|
color: var(--amplify-components-badge-info-color);
|
|
980
978
|
background-color: var(--amplify-components-badge-info-background-color);
|
|
981
979
|
}
|
|
982
|
-
.amplify-badge
|
|
980
|
+
.amplify-badge--error {
|
|
983
981
|
color: var(--amplify-components-badge-error-color);
|
|
984
982
|
background-color: var(--amplify-components-badge-error-background-color);
|
|
985
983
|
}
|
|
986
|
-
.amplify-badge
|
|
984
|
+
.amplify-badge--warning {
|
|
987
985
|
color: var(--amplify-components-badge-warning-color);
|
|
988
986
|
background-color: var(--amplify-components-badge-warning-background-color);
|
|
989
987
|
}
|
|
990
|
-
.amplify-badge
|
|
988
|
+
.amplify-badge--success {
|
|
991
989
|
color: var(--amplify-components-badge-success-color);
|
|
992
990
|
background-color: var(--amplify-components-badge-success-background-color);
|
|
993
991
|
}
|
|
994
|
-
.amplify-badge
|
|
992
|
+
.amplify-badge--small {
|
|
995
993
|
font-size: var(--amplify-components-badge-small-font-size);
|
|
996
994
|
padding: var(--amplify-components-badge-small-padding-vertical) var(--amplify-components-badge-small-padding-horizontal);
|
|
997
995
|
}
|
|
998
|
-
.amplify-badge
|
|
996
|
+
.amplify-badge--large {
|
|
999
997
|
font-size: var(--amplify-components-badge-large-font-size);
|
|
1000
998
|
padding: var(--amplify-components-badge-large-padding-vertical) var(--amplify-components-badge-large-padding-horizontal);
|
|
1001
999
|
}
|
|
@@ -1004,19 +1002,18 @@ strong.amplify-text {
|
|
|
1004
1002
|
* Button base styles
|
|
1005
1003
|
*/
|
|
1006
1004
|
.amplify-button {
|
|
1007
|
-
display: inline-flex;
|
|
1008
|
-
justify-content: center;
|
|
1009
1005
|
align-items: center;
|
|
1010
|
-
border-radius: var(--amplify-components-button-border-radius);
|
|
1011
|
-
box-sizing: border-box;
|
|
1012
|
-
font-weight: var(--amplify-components-button-font-weight);
|
|
1013
|
-
transition: all var(--amplify-components-button-transition-duration);
|
|
1014
|
-
border-width: var(--amplify-components-button-border-width);
|
|
1015
|
-
border-style: var(--amplify-components-button-border-style);
|
|
1016
1006
|
border-color: var(--amplify-components-button-border-color);
|
|
1017
1007
|
border-radius: var(--amplify-components-button-border-radius);
|
|
1008
|
+
border-style: var(--amplify-components-button-border-style);
|
|
1009
|
+
border-width: var(--amplify-components-button-border-width);
|
|
1010
|
+
box-sizing: border-box;
|
|
1018
1011
|
color: var(--amplify-components-button-color);
|
|
1012
|
+
cursor: pointer;
|
|
1013
|
+
display: inline-flex;
|
|
1019
1014
|
font-size: var(--amplify-components-button-font-size);
|
|
1015
|
+
font-weight: var(--amplify-components-button-font-weight);
|
|
1016
|
+
justify-content: center;
|
|
1020
1017
|
line-height: var(--amplify-components-button-line-height);
|
|
1021
1018
|
-webkit-padding-before: var(--amplify-components-button-padding-block-start);
|
|
1022
1019
|
padding-block-start: var(--amplify-components-button-padding-block-start);
|
|
@@ -1026,11 +1023,31 @@ strong.amplify-text {
|
|
|
1026
1023
|
padding-inline-start: var(--amplify-components-button-padding-inline-start);
|
|
1027
1024
|
-webkit-padding-end: var(--amplify-components-button-padding-inline-end);
|
|
1028
1025
|
padding-inline-end: var(--amplify-components-button-padding-inline-end);
|
|
1026
|
+
transition: all var(--amplify-components-button-transition-duration);
|
|
1029
1027
|
-webkit-user-select: none;
|
|
1030
1028
|
-moz-user-select: none;
|
|
1031
1029
|
-ms-user-select: none;
|
|
1032
1030
|
user-select: none;
|
|
1033
|
-
|
|
1031
|
+
--amplify-internal-button-disabled-color: var(
|
|
1032
|
+
--amplify-components-button-disabled-color
|
|
1033
|
+
);
|
|
1034
|
+
--amplify-internal-button-disabled-background-color: var(
|
|
1035
|
+
--amplify-components-button-disabled-background-color
|
|
1036
|
+
);
|
|
1037
|
+
--amplify-internal-button-disabled-border-color: var(
|
|
1038
|
+
--amplify-components-button-disabled-border-color
|
|
1039
|
+
);
|
|
1040
|
+
--amplify-internal-button-disabled-text-decoration: initial;
|
|
1041
|
+
--amplify-internal-button-loading-background-color: var(
|
|
1042
|
+
--amplify-components-button-loading-background-color
|
|
1043
|
+
);
|
|
1044
|
+
--amplify-internal-button-loading-border-color: var(
|
|
1045
|
+
--amplify-components-button-loading-border-color
|
|
1046
|
+
);
|
|
1047
|
+
--amplify-internal-button-loading-color: var(
|
|
1048
|
+
--amplify-components-button-loading-color
|
|
1049
|
+
);
|
|
1050
|
+
--amplify-internal-button-loading-text-decoration: initial;
|
|
1034
1051
|
}
|
|
1035
1052
|
.amplify-button:hover {
|
|
1036
1053
|
background-color: var(--amplify-components-button-hover-background-color);
|
|
@@ -1048,107 +1065,112 @@ strong.amplify-text {
|
|
|
1048
1065
|
border-color: var(--amplify-components-button-active-border-color);
|
|
1049
1066
|
color: var(--amplify-components-button-active-color);
|
|
1050
1067
|
}
|
|
1051
|
-
.amplify-button
|
|
1052
|
-
background-color: var(--amplify-components-button-disabled-background-color);
|
|
1053
|
-
border-color: var(--amplify-components-button-disabled-border-color);
|
|
1054
|
-
color: var(--amplify-components-button-disabled-color);
|
|
1055
|
-
cursor: not-allowed;
|
|
1056
|
-
}
|
|
1057
|
-
.amplify-button[data-loading=true] {
|
|
1058
|
-
background-color: var(--amplify-components-button-loading-background-color);
|
|
1059
|
-
border-color: var(--amplify-components-button-loading-border-color);
|
|
1060
|
-
color: var(--amplify-components-button-loading-color);
|
|
1061
|
-
}
|
|
1062
|
-
.amplify-button[data-fullwidth=true] {
|
|
1068
|
+
.amplify-button--fullwidth {
|
|
1063
1069
|
width: 100%;
|
|
1064
1070
|
}
|
|
1065
|
-
.amplify-button
|
|
1071
|
+
.amplify-button--menu {
|
|
1066
1072
|
border-width: var(--amplify-components-button-menu-border-width);
|
|
1067
1073
|
background-color: var(--amplify-components-button-menu-background-color);
|
|
1068
1074
|
justify-content: var(--amplify-components-button-menu-justify-content);
|
|
1075
|
+
--amplify-internal-button-disabled-color: var(
|
|
1076
|
+
--amplify-components-button-menu-disabled-color
|
|
1077
|
+
);
|
|
1069
1078
|
}
|
|
1070
|
-
.amplify-button
|
|
1079
|
+
.amplify-button--menu:hover {
|
|
1071
1080
|
color: var(--amplify-components-button-menu-hover-color);
|
|
1072
1081
|
background-color: var(--amplify-components-button-menu-hover-background-color);
|
|
1073
1082
|
}
|
|
1074
|
-
.amplify-button
|
|
1083
|
+
.amplify-button--menu:focus {
|
|
1075
1084
|
box-shadow: none;
|
|
1076
1085
|
color: var(--amplify-components-button-menu-focus-color);
|
|
1077
1086
|
background-color: var(--amplify-components-button-menu-focus-background-color);
|
|
1078
1087
|
}
|
|
1079
|
-
.amplify-button
|
|
1088
|
+
.amplify-button--menu:active {
|
|
1080
1089
|
color: var(--amplify-components-button-menu-active-color);
|
|
1081
1090
|
background-color: var(--amplify-components-button-menu-active-background-color);
|
|
1082
1091
|
}
|
|
1083
|
-
.amplify-button
|
|
1084
|
-
color: var(--amplify-components-button-menu-disabled-color);
|
|
1085
|
-
}
|
|
1086
|
-
.amplify-button[data-variation=primary] {
|
|
1092
|
+
.amplify-button--primary {
|
|
1087
1093
|
border-width: var(--amplify-components-button-primary-border-width);
|
|
1088
1094
|
background-color: var(--amplify-components-button-primary-background-color);
|
|
1089
1095
|
border-color: var(--amplify-components-button-primary-border-color);
|
|
1090
1096
|
color: var(--amplify-components-button-primary-color);
|
|
1091
|
-
|
|
1092
|
-
|
|
1097
|
+
--amplify-internal-button-disabled-border-color: var(
|
|
1098
|
+
--amplify-components-button-primary-disabled-border-color
|
|
1099
|
+
);
|
|
1100
|
+
--amplify-internal-button-disabled-background-color: var(
|
|
1101
|
+
--amplify-components-button-primary-disabled-background-color
|
|
1102
|
+
);
|
|
1103
|
+
--amplify-internal-button-disabled-color: var(
|
|
1104
|
+
--amplify-components-button-primary-disabled-color
|
|
1105
|
+
);
|
|
1106
|
+
--amplify-internal-button-loading-background-color: var(
|
|
1107
|
+
--amplify-components-button-primary-loading-background-color
|
|
1108
|
+
);
|
|
1109
|
+
--amplify-internal-button-loading-border-color: var(
|
|
1110
|
+
--amplify-components-button-primary-loading-border-color
|
|
1111
|
+
);
|
|
1112
|
+
--amplify-internal-button-loading-color: var(
|
|
1113
|
+
--amplify-components-button-primary-loading-color
|
|
1114
|
+
);
|
|
1115
|
+
}
|
|
1116
|
+
.amplify-button--primary:hover {
|
|
1093
1117
|
background-color: var(--amplify-components-button-primary-hover-background-color);
|
|
1094
1118
|
border-color: var(--amplify-components-button-primary-hover-border-color);
|
|
1095
1119
|
color: var(--amplify-components-button-primary-hover-color);
|
|
1096
1120
|
}
|
|
1097
|
-
.amplify-button
|
|
1121
|
+
.amplify-button--primary:focus {
|
|
1098
1122
|
background-color: var(--amplify-components-button-primary-focus-background-color);
|
|
1099
1123
|
border-color: var(--amplify-components-button-primary-focus-border-color);
|
|
1100
1124
|
color: var(--amplify-components-button-primary-focus-color);
|
|
1101
1125
|
box-shadow: var(--amplify-components-button-primary-focus-box-shadow);
|
|
1102
1126
|
}
|
|
1103
|
-
.amplify-button
|
|
1127
|
+
.amplify-button--primary:active {
|
|
1104
1128
|
background-color: var(--amplify-components-button-primary-active-background-color);
|
|
1105
1129
|
border-color: var(--amplify-components-button-primary-active-border-color);
|
|
1106
1130
|
color: var(--amplify-components-button-primary-active-color);
|
|
1107
1131
|
}
|
|
1108
|
-
.amplify-button
|
|
1109
|
-
background-color: var(--amplify-components-button-primary-disabled-background-color);
|
|
1110
|
-
border-color: var(--amplify-components-button-primary-disabled-border-color);
|
|
1111
|
-
color: var(--amplify-components-button-primary-disabled-color);
|
|
1112
|
-
}
|
|
1113
|
-
.amplify-button[data-variation=primary][data-loading=true] {
|
|
1114
|
-
background-color: var(--amplify-components-button-primary-loading-background-color);
|
|
1115
|
-
border-color: var(--amplify-components-button-primary-loading-border-color);
|
|
1116
|
-
color: var(--amplify-components-button-primary-loading-color);
|
|
1117
|
-
}
|
|
1118
|
-
.amplify-button[data-variation=link] {
|
|
1132
|
+
.amplify-button--link {
|
|
1119
1133
|
border-width: var(--amplify-components-button-link-border-width);
|
|
1120
1134
|
background-color: var(--amplify-components-button-link-background-color);
|
|
1121
1135
|
color: var(--amplify-components-button-link-color);
|
|
1122
|
-
|
|
1123
|
-
|
|
1136
|
+
--amplify-internal-button-disabled-text-decoration: none;
|
|
1137
|
+
--amplify-internal-button-disabled-border-color: var(
|
|
1138
|
+
--amplify-components-button-link-disabled-border-color
|
|
1139
|
+
);
|
|
1140
|
+
--amplify-internal-button-disabled-background-color: var(
|
|
1141
|
+
--amplify-components-button-link-disabled-background-color
|
|
1142
|
+
);
|
|
1143
|
+
--amplify-internal-button-disabled-color: var(
|
|
1144
|
+
--amplify-components-button-link-disabled-color
|
|
1145
|
+
);
|
|
1146
|
+
--amplify-internal-button-loading-background-color: var(
|
|
1147
|
+
--amplify-components-button-link-loading-background-color
|
|
1148
|
+
);
|
|
1149
|
+
--amplify-internal-button-loading-border-color: var(
|
|
1150
|
+
--amplify-components-button-link-loading-border-color
|
|
1151
|
+
);
|
|
1152
|
+
--amplify-internal-button-loading-color: var(
|
|
1153
|
+
--amplify-components-button-link-loading-color
|
|
1154
|
+
);
|
|
1155
|
+
--amplify-internal-button-loading-text-decoration: none;
|
|
1156
|
+
}
|
|
1157
|
+
.amplify-button--link:hover {
|
|
1124
1158
|
background-color: var(--amplify-components-button-link-hover-background-color);
|
|
1125
1159
|
border-color: var(--amplify-components-button-link-hover-border-color);
|
|
1126
1160
|
color: var(--amplify-components-button-link-hover-color);
|
|
1127
1161
|
}
|
|
1128
|
-
.amplify-button
|
|
1162
|
+
.amplify-button--link:focus {
|
|
1129
1163
|
background-color: var(--amplify-components-button-link-focus-background-color);
|
|
1130
1164
|
border-color: var(--amplify-components-button-link-focus-border-color);
|
|
1131
1165
|
color: var(--amplify-components-button-link-focus-color);
|
|
1132
1166
|
box-shadow: var(--amplify-components-button-link-focus-box-shadow);
|
|
1133
1167
|
}
|
|
1134
|
-
.amplify-button
|
|
1168
|
+
.amplify-button--link:active {
|
|
1135
1169
|
background-color: var(--amplify-components-button-link-active-background-color);
|
|
1136
1170
|
border-color: var(--amplify-components-button-link-active-border-color);
|
|
1137
1171
|
color: var(--amplify-components-button-link-active-color);
|
|
1138
1172
|
}
|
|
1139
|
-
.amplify-button
|
|
1140
|
-
background-color: var(--amplify-components-button-link-disabled-background-color);
|
|
1141
|
-
border-color: var(--amplify-components-button-link-disabled-border-color);
|
|
1142
|
-
color: var(--amplify-components-button-link-disabled-color);
|
|
1143
|
-
text-decoration: none;
|
|
1144
|
-
}
|
|
1145
|
-
.amplify-button[data-variation=link][data-loading=true] {
|
|
1146
|
-
background-color: var(--amplify-components-button-link-loading-background-color);
|
|
1147
|
-
border-color: var(--amplify-components-button-link-loading-border-color);
|
|
1148
|
-
color: var(--amplify-components-button-link-loading-color);
|
|
1149
|
-
text-decoration: none;
|
|
1150
|
-
}
|
|
1151
|
-
.amplify-button[data-size=small] {
|
|
1173
|
+
.amplify-button--small {
|
|
1152
1174
|
font-size: var(--amplify-components-button-small-font-size);
|
|
1153
1175
|
-webkit-padding-before: var(--amplify-components-button-small-padding-block-start);
|
|
1154
1176
|
padding-block-start: var(--amplify-components-button-small-padding-block-start);
|
|
@@ -1159,7 +1181,7 @@ strong.amplify-text {
|
|
|
1159
1181
|
-webkit-padding-end: var(--amplify-components-button-small-padding-inline-end);
|
|
1160
1182
|
padding-inline-end: var(--amplify-components-button-small-padding-inline-end);
|
|
1161
1183
|
}
|
|
1162
|
-
.amplify-button
|
|
1184
|
+
.amplify-button--large {
|
|
1163
1185
|
font-size: var(--amplify-components-button-large-font-size);
|
|
1164
1186
|
-webkit-padding-before: var(--amplify-components-button-large-padding-block-start);
|
|
1165
1187
|
padding-block-start: var(--amplify-components-button-large-padding-block-start);
|
|
@@ -1170,7 +1192,63 @@ strong.amplify-text {
|
|
|
1170
1192
|
-webkit-padding-end: var(--amplify-components-button-large-padding-inline-end);
|
|
1171
1193
|
padding-inline-end: var(--amplify-components-button-large-padding-inline-end);
|
|
1172
1194
|
}
|
|
1173
|
-
|
|
1195
|
+
.amplify-button--disabled {
|
|
1196
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1197
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1198
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1199
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1200
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1201
|
+
cursor: not-allowed;
|
|
1202
|
+
}
|
|
1203
|
+
.amplify-button--disabled:hover {
|
|
1204
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1205
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1206
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1207
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1208
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1209
|
+
}
|
|
1210
|
+
.amplify-button--disabled :focus {
|
|
1211
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1212
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1213
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1214
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1215
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1216
|
+
}
|
|
1217
|
+
.amplify-button--disabled:active {
|
|
1218
|
+
background-color: var(--amplify-internal-button-disabled-background-color);
|
|
1219
|
+
border-color: var(--amplify-internal-button-disabled-border-color);
|
|
1220
|
+
color: var(--amplify-internal-button-disabled-color);
|
|
1221
|
+
-webkit-text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1222
|
+
text-decoration: var(--amplify-internal-button-disabled-text-decoration);
|
|
1223
|
+
}
|
|
1224
|
+
.amplify-button--loading {
|
|
1225
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1226
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1227
|
+
color: var(--amplify-components-button-loading-color);
|
|
1228
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1229
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1230
|
+
}
|
|
1231
|
+
.amplify-button--loading:hover {
|
|
1232
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1233
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1234
|
+
color: var(--amplify-components-button-loading-color);
|
|
1235
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1236
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1237
|
+
}
|
|
1238
|
+
.amplify-button--loading:focus {
|
|
1239
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1240
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1241
|
+
color: var(--amplify-components-button-loading-color);
|
|
1242
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1243
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1244
|
+
}
|
|
1245
|
+
.amplify-button--loading:active {
|
|
1246
|
+
background-color: var(--amplify-internal-button-loading-background-color);
|
|
1247
|
+
border-color: var(--amplify-internal-button-loading-border-color);
|
|
1248
|
+
color: var(--amplify-components-button-loading-color);
|
|
1249
|
+
-webkit-text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1250
|
+
text-decoration: var(--amplify-internal-button-loading-text-decoration);
|
|
1251
|
+
}
|
|
1174
1252
|
.amplify-button__loader-wrapper {
|
|
1175
1253
|
align-items: var(--amplify-components-button-loader-wrapper-align-items);
|
|
1176
1254
|
gap: var(--amplify-components-button-loader-wrapper-gap);
|
|
@@ -1198,32 +1276,32 @@ strong.amplify-text {
|
|
|
1198
1276
|
display: block;
|
|
1199
1277
|
}
|
|
1200
1278
|
|
|
1201
|
-
|
|
1279
|
+
.amplify-heading--1 {
|
|
1202
1280
|
font-size: var(--amplify-components-heading-1-font-size);
|
|
1203
1281
|
font-weight: var(--amplify-components-heading-1-font-weight);
|
|
1204
1282
|
}
|
|
1205
1283
|
|
|
1206
|
-
|
|
1284
|
+
.amplify-heading--2 {
|
|
1207
1285
|
font-size: var(--amplify-components-heading-2-font-size);
|
|
1208
1286
|
font-weight: var(--amplify-components-heading-2-font-weight);
|
|
1209
1287
|
}
|
|
1210
1288
|
|
|
1211
|
-
|
|
1289
|
+
.amplify-heading--3 {
|
|
1212
1290
|
font-size: var(--amplify-components-heading-3-font-size);
|
|
1213
1291
|
font-weight: var(--amplify-components-heading-3-font-weight);
|
|
1214
1292
|
}
|
|
1215
1293
|
|
|
1216
|
-
|
|
1294
|
+
.amplify-heading--4 {
|
|
1217
1295
|
font-size: var(--amplify-components-heading-4-font-size);
|
|
1218
1296
|
font-weight: var(--amplify-components-heading-4-font-weight);
|
|
1219
1297
|
}
|
|
1220
1298
|
|
|
1221
|
-
|
|
1299
|
+
.amplify-heading--5 {
|
|
1222
1300
|
font-size: var(--amplify-components-heading-5-font-size);
|
|
1223
1301
|
font-weight: var(--amplify-components-heading-5-font-weight);
|
|
1224
1302
|
}
|
|
1225
1303
|
|
|
1226
|
-
|
|
1304
|
+
.amplify-heading--6 {
|
|
1227
1305
|
font-size: var(--amplify-components-heading-6-font-size);
|
|
1228
1306
|
font-weight: var(--amplify-components-heading-6-font-weight);
|
|
1229
1307
|
}
|
|
@@ -1243,6 +1321,172 @@ h6.amplify-heading {
|
|
|
1243
1321
|
width: var(--amplify-components-icon-height);
|
|
1244
1322
|
}
|
|
1245
1323
|
|
|
1324
|
+
.amplify-input {
|
|
1325
|
+
box-sizing: border-box;
|
|
1326
|
+
color: var(--amplify-components-fieldcontrol-color);
|
|
1327
|
+
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1328
|
+
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1329
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1330
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1331
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1332
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1333
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1334
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1335
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1336
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1337
|
+
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1338
|
+
width: 100%;
|
|
1339
|
+
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
1340
|
+
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
1341
|
+
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
1342
|
+
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
1343
|
+
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
1344
|
+
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
1345
|
+
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1346
|
+
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1347
|
+
}
|
|
1348
|
+
.amplify-input:focus {
|
|
1349
|
+
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1350
|
+
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1351
|
+
}
|
|
1352
|
+
.amplify-input--small {
|
|
1353
|
+
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1354
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1355
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1356
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1357
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1358
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1359
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1360
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1361
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1362
|
+
}
|
|
1363
|
+
.amplify-input--large {
|
|
1364
|
+
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1365
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1366
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1367
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1368
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1369
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1370
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1371
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1372
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1373
|
+
}
|
|
1374
|
+
.amplify-input--error {
|
|
1375
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1376
|
+
}
|
|
1377
|
+
.amplify-input--error:focus {
|
|
1378
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1379
|
+
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1380
|
+
}
|
|
1381
|
+
.amplify-input[disabled] {
|
|
1382
|
+
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1383
|
+
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1384
|
+
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1385
|
+
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1386
|
+
}
|
|
1387
|
+
.amplify-input--quiet {
|
|
1388
|
+
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1389
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1390
|
+
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1391
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1392
|
+
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1393
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1394
|
+
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1395
|
+
}
|
|
1396
|
+
.amplify-input--quiet:focus {
|
|
1397
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1398
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1399
|
+
}
|
|
1400
|
+
.amplify-input--quiet[aria-invalid=true] {
|
|
1401
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1402
|
+
}
|
|
1403
|
+
.amplify-input--quiet[aria-invalid=true]:focus {
|
|
1404
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.amplify-textarea {
|
|
1408
|
+
box-sizing: border-box;
|
|
1409
|
+
color: var(--amplify-components-fieldcontrol-color);
|
|
1410
|
+
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1411
|
+
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1412
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1413
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1414
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1415
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1416
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1417
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1418
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1419
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1420
|
+
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1421
|
+
width: 100%;
|
|
1422
|
+
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
1423
|
+
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
1424
|
+
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
1425
|
+
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
1426
|
+
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
1427
|
+
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
1428
|
+
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1429
|
+
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1430
|
+
}
|
|
1431
|
+
.amplify-textarea:focus {
|
|
1432
|
+
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1433
|
+
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1434
|
+
}
|
|
1435
|
+
.amplify-textarea--small {
|
|
1436
|
+
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1437
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1438
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1439
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1440
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1441
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1442
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1443
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1444
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1445
|
+
}
|
|
1446
|
+
.amplify-textarea--large {
|
|
1447
|
+
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1448
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1449
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1450
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1451
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1452
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1453
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1454
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1455
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1456
|
+
}
|
|
1457
|
+
.amplify-textarea--error {
|
|
1458
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1459
|
+
}
|
|
1460
|
+
.amplify-textarea--error:focus {
|
|
1461
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1462
|
+
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1463
|
+
}
|
|
1464
|
+
.amplify-textarea[disabled] {
|
|
1465
|
+
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1466
|
+
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1467
|
+
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1468
|
+
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1469
|
+
}
|
|
1470
|
+
.amplify-textarea--quiet {
|
|
1471
|
+
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1472
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1473
|
+
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1474
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1475
|
+
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1476
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1477
|
+
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1478
|
+
}
|
|
1479
|
+
.amplify-textarea--quiet:focus {
|
|
1480
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1481
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1482
|
+
}
|
|
1483
|
+
.amplify-textarea--quiet[aria-invalid=true] {
|
|
1484
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1485
|
+
}
|
|
1486
|
+
.amplify-textarea--quiet[aria-invalid=true]:focus {
|
|
1487
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1246
1490
|
.amplify-image {
|
|
1247
1491
|
height: var(--amplify-components-image-height);
|
|
1248
1492
|
max-width: var(--amplify-components-image-max-width);
|
|
@@ -1278,12 +1522,6 @@ h6.amplify-heading {
|
|
|
1278
1522
|
-webkit-text-decoration: var(--amplify-components-link-hover-text-decoration);
|
|
1279
1523
|
text-decoration: var(--amplify-components-link-hover-text-decoration);
|
|
1280
1524
|
}
|
|
1281
|
-
.amplify-link[data-size=small] {
|
|
1282
|
-
font-size: var(--amplify-components-link-small-font-size);
|
|
1283
|
-
}
|
|
1284
|
-
.amplify-link[data-size=large] {
|
|
1285
|
-
font-size: var(--amplify-components-link-large-font-size);
|
|
1286
|
-
}
|
|
1287
1525
|
|
|
1288
1526
|
.amplify-loader {
|
|
1289
1527
|
width: var(--amplify-components-loader-width);
|
|
@@ -1291,6 +1529,12 @@ h6.amplify-heading {
|
|
|
1291
1529
|
font-size: var(--amplify-components-loader-font-size);
|
|
1292
1530
|
fill: none;
|
|
1293
1531
|
stroke: var(--amplify-components-loader-stroke-empty);
|
|
1532
|
+
--amplify-internal-loader-linear-font-size: var(
|
|
1533
|
+
--amplify-components-loader-linear-font-size
|
|
1534
|
+
);
|
|
1535
|
+
--amplify-internal-loader-linear-stroke-width: var(
|
|
1536
|
+
--amplify-components-loader-linear-stroke-width
|
|
1537
|
+
);
|
|
1294
1538
|
}
|
|
1295
1539
|
.amplify-loader circle:last-of-type {
|
|
1296
1540
|
transform-origin: center center;
|
|
@@ -1313,16 +1557,6 @@ h6.amplify-heading {
|
|
|
1313
1557
|
stroke-dashoffset: 50%;
|
|
1314
1558
|
}
|
|
1315
1559
|
}
|
|
1316
|
-
.amplify-loader[data-size=small] {
|
|
1317
|
-
width: var(--amplify-components-loader-small-width);
|
|
1318
|
-
height: var(--amplify-components-loader-small-height);
|
|
1319
|
-
font-size: var(--amplify-components-loader-small-font-size);
|
|
1320
|
-
}
|
|
1321
|
-
.amplify-loader[data-size=large] {
|
|
1322
|
-
width: var(--amplify-components-loader-large-width);
|
|
1323
|
-
height: var(--amplify-components-loader-large-height);
|
|
1324
|
-
font-size: var(--amplify-components-loader-large-font-size);
|
|
1325
|
-
}
|
|
1326
1560
|
.amplify-loader line:last-of-type {
|
|
1327
1561
|
stroke: var(--amplify-components-loader-linear-stroke-filled);
|
|
1328
1562
|
stroke-dasharray: 50% 200%;
|
|
@@ -1342,21 +1576,35 @@ h6.amplify-heading {
|
|
|
1342
1576
|
stroke-dashoffset: -50%;
|
|
1343
1577
|
}
|
|
1344
1578
|
}
|
|
1345
|
-
.amplify-loader
|
|
1579
|
+
.amplify-loader--small {
|
|
1580
|
+
width: var(--amplify-components-loader-small-width);
|
|
1581
|
+
height: var(--amplify-components-loader-small-height);
|
|
1582
|
+
font-size: var(--amplify-components-loader-small-font-size);
|
|
1583
|
+
--amplify-internal-loader-linear-stroke-width: var(
|
|
1584
|
+
--amplify-components-loader-linear-small-stroke-width
|
|
1585
|
+
);
|
|
1586
|
+
--amplify-internal-loader-linear-font-size: var(
|
|
1587
|
+
--amplify-components-loader-linear-small-font-size
|
|
1588
|
+
);
|
|
1589
|
+
}
|
|
1590
|
+
.amplify-loader--large {
|
|
1591
|
+
width: var(--amplify-components-loader-large-width);
|
|
1592
|
+
height: var(--amplify-components-loader-large-height);
|
|
1593
|
+
font-size: var(--amplify-components-loader-large-font-size);
|
|
1594
|
+
--amplify-internal-loader-linear-stroke-width: var(
|
|
1595
|
+
--amplify-components-loader-linear-large-stroke-width
|
|
1596
|
+
);
|
|
1597
|
+
--amplify-internal-loader-linear-font-size: var(
|
|
1598
|
+
--amplify-components-loader-linear-large-font-size
|
|
1599
|
+
);
|
|
1600
|
+
}
|
|
1601
|
+
.amplify-loader--linear {
|
|
1346
1602
|
width: var(--amplify-components-loader-linear-width);
|
|
1347
1603
|
min-width: var(--amplify-components-loader-linear-min-width);
|
|
1348
|
-
font-size: var(--amplify-components-loader-linear-font-size);
|
|
1349
1604
|
stroke: var(--amplify-components-loader-linear-stroke-empty);
|
|
1350
|
-
stroke-width: var(--amplify-components-loader-linear-stroke-width);
|
|
1351
1605
|
stroke-linecap: var(--amplify-components-loader-linear-stroke-linecap);
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
font-size: var(--amplify-components-loader-linear-small-font-size);
|
|
1355
|
-
stroke-width: var(--amplify-components-loader-linear-small-stroke-width);
|
|
1356
|
-
}
|
|
1357
|
-
.amplify-loader[data-variation=linear][data-size=large] {
|
|
1358
|
-
font-size: var(--amplify-components-loader-linear-large-font-size);
|
|
1359
|
-
stroke-width: var(--amplify-components-loader-linear-large-stroke-width);
|
|
1606
|
+
stroke-width: var(--amplify-internal-loader-linear-stroke-width);
|
|
1607
|
+
font-size: var(--amplify-internal-loader-linear-font-size);
|
|
1360
1608
|
}
|
|
1361
1609
|
.amplify-loader--determinate circle:last-of-type {
|
|
1362
1610
|
-webkit-animation: none;
|
|
@@ -1431,10 +1679,10 @@ h6.amplify-heading {
|
|
|
1431
1679
|
width: 100%;
|
|
1432
1680
|
display: block;
|
|
1433
1681
|
}
|
|
1434
|
-
.amplify-placeholder
|
|
1682
|
+
.amplify-placeholder--small {
|
|
1435
1683
|
height: var(--amplify-components-placeholder-small-height);
|
|
1436
1684
|
}
|
|
1437
|
-
.amplify-placeholder
|
|
1685
|
+
.amplify-placeholder--large {
|
|
1438
1686
|
height: var(--amplify-components-placeholder-large-height);
|
|
1439
1687
|
}
|
|
1440
1688
|
|
|
@@ -1492,24 +1740,24 @@ h6.amplify-heading {
|
|
|
1492
1740
|
|
|
1493
1741
|
.amplify-alert {
|
|
1494
1742
|
align-items: var(--amplify-components-alert-align-items);
|
|
1495
|
-
justify-content: var(--amplify-components-alert-justify-content);
|
|
1496
1743
|
background-color: var(--amplify-components-alert-background-color);
|
|
1744
|
+
justify-content: var(--amplify-components-alert-justify-content);
|
|
1497
1745
|
padding-block: var(--amplify-components-alert-padding-block);
|
|
1498
1746
|
padding-inline: var(--amplify-components-alert-padding-inline);
|
|
1499
1747
|
}
|
|
1500
|
-
.amplify-alert
|
|
1748
|
+
.amplify-alert--info {
|
|
1501
1749
|
color: var(--amplify-components-alert-info-color);
|
|
1502
1750
|
background-color: var(--amplify-components-alert-info-background-color);
|
|
1503
1751
|
}
|
|
1504
|
-
.amplify-alert
|
|
1752
|
+
.amplify-alert--error {
|
|
1505
1753
|
color: var(--amplify-components-alert-error-color);
|
|
1506
1754
|
background-color: var(--amplify-components-alert-error-background-color);
|
|
1507
1755
|
}
|
|
1508
|
-
.amplify-alert
|
|
1756
|
+
.amplify-alert--warning {
|
|
1509
1757
|
color: var(--amplify-components-alert-warning-color);
|
|
1510
1758
|
background-color: var(--amplify-components-alert-warning-background-color);
|
|
1511
1759
|
}
|
|
1512
|
-
.amplify-alert
|
|
1760
|
+
.amplify-alert--success {
|
|
1513
1761
|
color: var(--amplify-components-alert-success-color);
|
|
1514
1762
|
background-color: var(--amplify-components-alert-success-background-color);
|
|
1515
1763
|
}
|
|
@@ -1529,7 +1777,7 @@ h6.amplify-heading {
|
|
|
1529
1777
|
display: block;
|
|
1530
1778
|
}
|
|
1531
1779
|
|
|
1532
|
-
.amplify-
|
|
1780
|
+
.amplify-alert__dismiss {
|
|
1533
1781
|
color: inherit;
|
|
1534
1782
|
}
|
|
1535
1783
|
|
|
@@ -1606,7 +1854,7 @@ h6.amplify-heading {
|
|
|
1606
1854
|
display: block;
|
|
1607
1855
|
padding: var(--amplify-components-card-padding);
|
|
1608
1856
|
}
|
|
1609
|
-
.amplify-card
|
|
1857
|
+
.amplify-card--outlined {
|
|
1610
1858
|
background-color: var(--amplify-components-card-outlined-background-color);
|
|
1611
1859
|
border-radius: var(--amplify-components-card-outlined-border-radius);
|
|
1612
1860
|
border-width: var(--amplify-components-card-outlined-border-width);
|
|
@@ -1614,7 +1862,7 @@ h6.amplify-heading {
|
|
|
1614
1862
|
border-color: var(--amplify-components-card-outlined-border-color);
|
|
1615
1863
|
box-shadow: var(--amplify-components-card-outlined-box-shadow);
|
|
1616
1864
|
}
|
|
1617
|
-
.amplify-card
|
|
1865
|
+
.amplify-card--elevated {
|
|
1618
1866
|
background-color: var(--amplify-components-card-elevated-background-color);
|
|
1619
1867
|
border-radius: var(--amplify-components-card-elevated-border-radius);
|
|
1620
1868
|
border-width: var(--amplify-components-card-elevated-border-width);
|
|
@@ -1639,10 +1887,10 @@ h6.amplify-heading {
|
|
|
1639
1887
|
.amplify-checkbox {
|
|
1640
1888
|
cursor: var(--amplify-components-checkbox-cursor);
|
|
1641
1889
|
align-items: var(--amplify-components-checkbox-align-items);
|
|
1642
|
-
gap: inherit;
|
|
1643
1890
|
flex-direction: row-reverse;
|
|
1891
|
+
gap: inherit;
|
|
1644
1892
|
}
|
|
1645
|
-
.amplify-checkbox
|
|
1893
|
+
.amplify-checkbox--disabled {
|
|
1646
1894
|
cursor: var(--amplify-components-checkbox-disabled-cursor);
|
|
1647
1895
|
}
|
|
1648
1896
|
|
|
@@ -1651,6 +1899,12 @@ h6.amplify-heading {
|
|
|
1651
1899
|
align-items: var(--amplify-components-checkbox-button-align-items);
|
|
1652
1900
|
justify-content: var(--amplify-components-checkbox-button-justify-content);
|
|
1653
1901
|
color: var(--amplify-components-checkbox-button-color);
|
|
1902
|
+
--amplify-internal-checkbox_button-focused-before-border-color: var(
|
|
1903
|
+
--amplify-components-checkbox-button-focus-border-color
|
|
1904
|
+
);
|
|
1905
|
+
--amplify-internal-checkbox_button-focused-before-box-shadow: var(
|
|
1906
|
+
--amplify-components-checkbox-button-focus-box-shadow
|
|
1907
|
+
);
|
|
1654
1908
|
}
|
|
1655
1909
|
.amplify-checkbox__button::before {
|
|
1656
1910
|
content: "";
|
|
@@ -1664,22 +1918,26 @@ h6.amplify-heading {
|
|
|
1664
1918
|
border-style: var(--amplify-components-checkbox-button-before-border-style);
|
|
1665
1919
|
border-color: var(--amplify-components-checkbox-button-before-border-color);
|
|
1666
1920
|
}
|
|
1667
|
-
.amplify-checkbox__button
|
|
1921
|
+
.amplify-checkbox__button--focused::before {
|
|
1668
1922
|
outline-color: var(--amplify-components-checkbox-button-focus-outline-color);
|
|
1669
1923
|
outline-style: var(--amplify-components-checkbox-button-focus-outline-style);
|
|
1670
1924
|
outline-width: var(--amplify-components-checkbox-button-focus-outline-width);
|
|
1671
1925
|
outline-offset: var(--amplify-components-checkbox-button-focus-outline-offset);
|
|
1672
|
-
border-color: var(--amplify-
|
|
1673
|
-
box-shadow: var(--amplify-
|
|
1674
|
-
}
|
|
1675
|
-
.amplify-checkbox__button
|
|
1926
|
+
border-color: var(--amplify-internal-checkbox_button-focused-before-border-color);
|
|
1927
|
+
box-shadow: var(--amplify-internal-checkbox_button-focused-before-box-shadow);
|
|
1928
|
+
}
|
|
1929
|
+
.amplify-checkbox__button--error {
|
|
1930
|
+
--amplify-internal-checkbox_button-focused-before-border-color: var(
|
|
1931
|
+
--amplify-components-checkbox-button-error-focus-border-color
|
|
1932
|
+
);
|
|
1933
|
+
--amplify-internal-checkbox_button-focused-before-box-shadow: var(
|
|
1934
|
+
--amplify-components-checkbox-button-error-focus-box-shadow
|
|
1935
|
+
);
|
|
1936
|
+
}
|
|
1937
|
+
.amplify-checkbox__button--error::before {
|
|
1676
1938
|
border-color: var(--amplify-components-checkbox-button-error-border-color);
|
|
1677
1939
|
}
|
|
1678
|
-
.amplify-checkbox__button
|
|
1679
|
-
border-color: var(--amplify-components-checkbox-button-error-focus-border-color);
|
|
1680
|
-
box-shadow: var(--amplify-components-checkbox-button-error-focus-box-shadow);
|
|
1681
|
-
}
|
|
1682
|
-
.amplify-checkbox__button[data-disabled=true]::before {
|
|
1940
|
+
.amplify-checkbox__button--disabled::before {
|
|
1683
1941
|
border-color: var(--amplify-components-checkbox-button-disabled-border-color);
|
|
1684
1942
|
}
|
|
1685
1943
|
|
|
@@ -1691,13 +1949,19 @@ h6.amplify-heading {
|
|
|
1691
1949
|
transition-property: var(--amplify-components-checkbox-icon-transition-property);
|
|
1692
1950
|
transition-duration: var(--amplify-components-checkbox-icon-transition-duration);
|
|
1693
1951
|
transition-timing-function: var(--amplify-components-checkbox-icon-transition-timing-function);
|
|
1952
|
+
--amplify-internal-checkbox-icon-disabled-background-color: var(
|
|
1953
|
+
--amplify-components-checkbox-icon-background-color
|
|
1954
|
+
);
|
|
1694
1955
|
}
|
|
1695
|
-
.amplify-checkbox__icon
|
|
1956
|
+
.amplify-checkbox__icon--checked {
|
|
1696
1957
|
opacity: var(--amplify-components-checkbox-icon-checked-opacity);
|
|
1697
1958
|
transform: var(--amplify-components-checkbox-icon-checked-transform);
|
|
1959
|
+
--amplify-internal-checkbox-icon-disabled-background-color: var(
|
|
1960
|
+
--amplify-components-checkbox-icon-checked-disabled-background-color
|
|
1961
|
+
);
|
|
1698
1962
|
}
|
|
1699
|
-
.amplify-checkbox__icon
|
|
1700
|
-
background-color: var(--amplify-
|
|
1963
|
+
.amplify-checkbox__icon--disabled {
|
|
1964
|
+
background-color: var(--amplify-internal-checkbox-icon-disabled-background-color);
|
|
1701
1965
|
}
|
|
1702
1966
|
|
|
1703
1967
|
.amplify-checkbox__label[data-disabled=true] {
|
|
@@ -1722,27 +1986,28 @@ h6.amplify-heading {
|
|
|
1722
1986
|
opacity: var(--amplify-components-divider-opacity);
|
|
1723
1987
|
padding: 0;
|
|
1724
1988
|
display: block;
|
|
1989
|
+
--amplify-internal-divider-size: var(
|
|
1990
|
+
--amplify-components-divider-border-width
|
|
1991
|
+
);
|
|
1725
1992
|
position: relative;
|
|
1726
1993
|
text-align: center;
|
|
1727
1994
|
}
|
|
1728
|
-
.amplify-divider
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
.amplify-divider[aria-orientation=horizontal][data-size=small] {
|
|
1733
|
-
border-bottom-width: var(--amplify-components-divider-small-border-width);
|
|
1734
|
-
}
|
|
1735
|
-
.amplify-divider[aria-orientation=horizontal][data-size=large] {
|
|
1736
|
-
border-bottom-width: var(--amplify-components-divider-large-border-width);
|
|
1995
|
+
.amplify-divider--small {
|
|
1996
|
+
--amplify-internal-divider-size: var(
|
|
1997
|
+
--amplify-components-divider-small-border-width
|
|
1998
|
+
);
|
|
1737
1999
|
}
|
|
1738
|
-
.amplify-divider
|
|
1739
|
-
|
|
2000
|
+
.amplify-divider--large {
|
|
2001
|
+
--amplify-internal-divider-size: var(
|
|
2002
|
+
--amplify-components-divider-large-border-width
|
|
2003
|
+
);
|
|
1740
2004
|
}
|
|
1741
|
-
.amplify-divider
|
|
1742
|
-
|
|
2005
|
+
.amplify-divider--horizontal {
|
|
2006
|
+
width: 100%;
|
|
2007
|
+
border-bottom-width: var(--amplify-internal-divider-size);
|
|
1743
2008
|
}
|
|
1744
|
-
.amplify-divider
|
|
1745
|
-
border-left-width: var(--amplify-
|
|
2009
|
+
.amplify-divider--vertical {
|
|
2010
|
+
border-left-width: var(--amplify-internal-divider-size);
|
|
1746
2011
|
}
|
|
1747
2012
|
.amplify-divider--label {
|
|
1748
2013
|
display: flex;
|
|
@@ -1900,98 +2165,15 @@ h6.amplify-heading {
|
|
|
1900
2165
|
height: 0;
|
|
1901
2166
|
}
|
|
1902
2167
|
}
|
|
1903
|
-
.amplify-select, .amplify-input, .amplify-textarea {
|
|
1904
|
-
box-sizing: border-box;
|
|
1905
|
-
color: var(--amplify-components-fieldcontrol-color);
|
|
1906
|
-
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
1907
|
-
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
1908
|
-
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1909
|
-
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
1910
|
-
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1911
|
-
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
1912
|
-
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1913
|
-
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
1914
|
-
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1915
|
-
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
1916
|
-
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
1917
|
-
width: 100%;
|
|
1918
|
-
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
1919
|
-
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
1920
|
-
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
1921
|
-
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
1922
|
-
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
1923
|
-
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
1924
|
-
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
1925
|
-
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
1926
|
-
}
|
|
1927
|
-
.amplify-select:focus, .amplify-input:focus, .amplify-textarea:focus {
|
|
1928
|
-
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
1929
|
-
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
1930
|
-
}
|
|
1931
|
-
[data-size=small].amplify-select, [data-size=small].amplify-input, [data-size=small].amplify-textarea {
|
|
1932
|
-
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
1933
|
-
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1934
|
-
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
1935
|
-
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1936
|
-
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
1937
|
-
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1938
|
-
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
1939
|
-
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1940
|
-
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
1941
|
-
}
|
|
1942
|
-
[data-size=large].amplify-select, [data-size=large].amplify-input, [data-size=large].amplify-textarea {
|
|
1943
|
-
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
1944
|
-
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1945
|
-
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
1946
|
-
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1947
|
-
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
1948
|
-
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1949
|
-
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
1950
|
-
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1951
|
-
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
1952
|
-
}
|
|
1953
|
-
[aria-invalid=true].amplify-select, [aria-invalid=true].amplify-input, [aria-invalid=true].amplify-textarea {
|
|
1954
|
-
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1955
|
-
}
|
|
1956
|
-
[aria-invalid=true].amplify-select:focus, [aria-invalid=true].amplify-input:focus, [aria-invalid=true].amplify-textarea:focus {
|
|
1957
|
-
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
1958
|
-
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
1959
|
-
}
|
|
1960
|
-
[disabled].amplify-select, [disabled].amplify-input, [disabled].amplify-textarea {
|
|
1961
|
-
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
1962
|
-
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
1963
|
-
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
1964
|
-
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
1965
|
-
}
|
|
1966
|
-
[data-variation=quiet].amplify-select, [data-variation=quiet].amplify-input, [data-variation=quiet].amplify-textarea {
|
|
1967
|
-
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1968
|
-
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
1969
|
-
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1970
|
-
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
1971
|
-
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1972
|
-
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
1973
|
-
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
1974
|
-
}
|
|
1975
|
-
[data-variation=quiet].amplify-select:focus, [data-variation=quiet].amplify-input:focus, [data-variation=quiet].amplify-textarea:focus {
|
|
1976
|
-
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
1977
|
-
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
1978
|
-
}
|
|
1979
|
-
[data-variation=quiet][aria-invalid=true].amplify-select, [data-variation=quiet][aria-invalid=true].amplify-input, [data-variation=quiet][aria-invalid=true].amplify-textarea {
|
|
1980
|
-
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
1981
|
-
}
|
|
1982
|
-
[data-variation=quiet][aria-invalid=true].amplify-select:focus, [data-variation=quiet][aria-invalid=true].amplify-input:focus, [data-variation=quiet][aria-invalid=true].amplify-textarea:focus {
|
|
1983
|
-
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
2168
|
.amplify-field {
|
|
1987
2169
|
font-size: var(--amplify-components-field-font-size);
|
|
1988
2170
|
gap: var(--amplify-components-field-gap);
|
|
1989
2171
|
}
|
|
1990
|
-
.amplify-field
|
|
2172
|
+
.amplify-field--small {
|
|
1991
2173
|
font-size: var(--amplify-components-field-small-font-size);
|
|
1992
2174
|
gap: var(--amplify-components-field-small-gap);
|
|
1993
2175
|
}
|
|
1994
|
-
.amplify-field
|
|
2176
|
+
.amplify-field--large {
|
|
1995
2177
|
font-size: var(--amplify-components-field-large-font-size);
|
|
1996
2178
|
gap: var(--amplify-components-field-large-gap);
|
|
1997
2179
|
}
|
|
@@ -2025,10 +2207,10 @@ h6.amplify-heading {
|
|
|
2025
2207
|
.amplify-field-group {
|
|
2026
2208
|
gap: var(--amplify-components-fieldgroup-gap);
|
|
2027
2209
|
}
|
|
2028
|
-
.amplify-field-group
|
|
2210
|
+
.amplify-field-group--horizontal {
|
|
2029
2211
|
flex-direction: row;
|
|
2030
2212
|
}
|
|
2031
|
-
.amplify-field-group
|
|
2213
|
+
.amplify-field-group--vertical {
|
|
2032
2214
|
flex-direction: column;
|
|
2033
2215
|
align-items: var(--amplify-components-fieldgroup-vertical-align-items);
|
|
2034
2216
|
}
|
|
@@ -2066,7 +2248,7 @@ h6.amplify-heading {
|
|
|
2066
2248
|
position: relative;
|
|
2067
2249
|
width: 100%;
|
|
2068
2250
|
}
|
|
2069
|
-
.amplify-field-group__field-wrapper
|
|
2251
|
+
.amplify-field-group__field-wrapper--vertical {
|
|
2070
2252
|
width: -webkit-fit-content;
|
|
2071
2253
|
width: -moz-fit-content;
|
|
2072
2254
|
width: fit-content;
|
|
@@ -2181,7 +2363,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2181
2363
|
}
|
|
2182
2364
|
}
|
|
2183
2365
|
|
|
2184
|
-
.amplify-pagination__item-current, .amplify-pagination__item-button
|
|
2366
|
+
.amplify-pagination__item-current, .amplify-pagination__item-button {
|
|
2185
2367
|
height: var(--amplify-components-pagination-item-shared-height);
|
|
2186
2368
|
min-width: var(--amplify-components-pagination-item-shared-min-width);
|
|
2187
2369
|
border-radius: var(--amplify-components-pagination-item-shared-border-radius);
|
|
@@ -2194,8 +2376,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2194
2376
|
margin-left: var(--amplify-components-pagination-item-container-margin-left);
|
|
2195
2377
|
margin-right: var(--amplify-components-pagination-item-container-margin-right);
|
|
2196
2378
|
}
|
|
2197
|
-
|
|
2198
|
-
.amplify-pagination__item-button[data-variation=link] {
|
|
2379
|
+
.amplify-pagination__item-button {
|
|
2199
2380
|
display: flex;
|
|
2200
2381
|
align-items: center;
|
|
2201
2382
|
justify-content: center;
|
|
@@ -2208,16 +2389,15 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2208
2389
|
transition-property: var(--amplify-components-pagination-button-transition-property);
|
|
2209
2390
|
transition-duration: var(--amplify-components-pagination-button-transition-duration);
|
|
2210
2391
|
}
|
|
2211
|
-
.amplify-pagination__item-button
|
|
2392
|
+
.amplify-pagination__item-button:hover {
|
|
2212
2393
|
text-decoration: none;
|
|
2213
2394
|
color: var(--amplify-components-pagination-button-hover-color);
|
|
2214
2395
|
background-color: var(--amplify-components-pagination-button-hover-background-color);
|
|
2215
2396
|
}
|
|
2216
|
-
.amplify-pagination__item-button
|
|
2397
|
+
.amplify-pagination__item-button--disabled {
|
|
2217
2398
|
color: var(--amplify-components-pagination-button-disabled-color);
|
|
2218
2399
|
pointer-events: none;
|
|
2219
2400
|
}
|
|
2220
|
-
|
|
2221
2401
|
.amplify-pagination__item-current {
|
|
2222
2402
|
align-items: var(--amplify-components-pagination-current-align-items);
|
|
2223
2403
|
justify-content: var(--amplify-components-pagination-current-justify-content);
|
|
@@ -2225,7 +2405,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2225
2405
|
font-size: var(--amplify-components-pagination-current-font-size);
|
|
2226
2406
|
background-color: var(--amplify-components-pagination-current-background-color);
|
|
2227
2407
|
}
|
|
2228
|
-
|
|
2229
2408
|
.amplify-pagination__item-ellipsis {
|
|
2230
2409
|
align-items: var(--amplify-components-pagination-ellipsis-align-items);
|
|
2231
2410
|
justify-content: var(--amplify-components-pagination-ellipsis-justify-content);
|
|
@@ -2246,19 +2425,19 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2246
2425
|
font-size: var(--amplify-components-rating-default-size);
|
|
2247
2426
|
line-height: var(--amplify-components-rating-default-size);
|
|
2248
2427
|
}
|
|
2249
|
-
.amplify-rating
|
|
2428
|
+
.amplify-rating .amplify-icon {
|
|
2429
|
+
font-size: unset;
|
|
2430
|
+
line-height: unset;
|
|
2431
|
+
height: 1em;
|
|
2432
|
+
}
|
|
2433
|
+
.amplify-rating--small {
|
|
2250
2434
|
font-size: var(--amplify-components-rating-small-size);
|
|
2251
2435
|
line-height: var(--amplify-components-rating-small-size);
|
|
2252
2436
|
}
|
|
2253
|
-
.amplify-rating
|
|
2437
|
+
.amplify-rating--large {
|
|
2254
2438
|
font-size: var(--amplify-components-rating-large-size);
|
|
2255
2439
|
line-height: var(--amplify-components-rating-large-size);
|
|
2256
2440
|
}
|
|
2257
|
-
.amplify-rating .amplify-icon {
|
|
2258
|
-
font-size: unset;
|
|
2259
|
-
line-height: unset;
|
|
2260
|
-
height: 1em;
|
|
2261
|
-
}
|
|
2262
2441
|
|
|
2263
2442
|
.amplify-rating-filled {
|
|
2264
2443
|
fill: currentColor;
|
|
@@ -2300,16 +2479,13 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2300
2479
|
gap: inherit;
|
|
2301
2480
|
flex-direction: row-reverse;
|
|
2302
2481
|
}
|
|
2303
|
-
|
|
2304
|
-
.amplify-radio[data-disabled=true] {
|
|
2482
|
+
.amplify-radio--disabled {
|
|
2305
2483
|
cursor: var(--amplify-components-radio-disabled-cursor);
|
|
2306
2484
|
}
|
|
2307
2485
|
|
|
2308
2486
|
.amplify-radio__button {
|
|
2309
2487
|
align-items: var(--amplify-components-radio-button-align-items);
|
|
2310
2488
|
justify-content: var(--amplify-components-radio-button-justify-content);
|
|
2311
|
-
width: var(--amplify-components-radio-button-width);
|
|
2312
|
-
height: var(--amplify-components-radio-button-height);
|
|
2313
2489
|
padding: var(--amplify-components-radio-button-padding);
|
|
2314
2490
|
box-sizing: var(--amplify-components-radio-button-box-sizing);
|
|
2315
2491
|
border-width: var(--amplify-components-radio-button-border-width);
|
|
@@ -2320,6 +2496,8 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2320
2496
|
background-color: var(--amplify-components-radio-button-background-color);
|
|
2321
2497
|
transition-property: var(--amplify-components-radio-button-transition-property);
|
|
2322
2498
|
transition-duration: var(--amplify-components-radio-button-transition-duration);
|
|
2499
|
+
width: var(--amplify-components-radio-button-width);
|
|
2500
|
+
height: var(--amplify-components-radio-button-height);
|
|
2323
2501
|
outline-color: var(--amplify-components-radio-button-outline-color);
|
|
2324
2502
|
outline-style: var(--amplify-components-radio-button-outline-style);
|
|
2325
2503
|
outline-width: var(--amplify-components-radio-button-outline-width);
|
|
@@ -2334,11 +2512,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2334
2512
|
background-color: currentColor;
|
|
2335
2513
|
border-radius: 50%;
|
|
2336
2514
|
}
|
|
2337
|
-
.amplify-radio__button
|
|
2515
|
+
.amplify-radio__button--small {
|
|
2338
2516
|
width: var(--amplify-components-radio-button-small-width);
|
|
2339
2517
|
height: var(--amplify-components-radio-button-small-height);
|
|
2340
2518
|
}
|
|
2341
|
-
.amplify-radio__button
|
|
2519
|
+
.amplify-radio__button--large {
|
|
2342
2520
|
width: var(--amplify-components-radio-button-large-width);
|
|
2343
2521
|
height: var(--amplify-components-radio-button-large-height);
|
|
2344
2522
|
}
|
|
@@ -2401,11 +2579,91 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2401
2579
|
}
|
|
2402
2580
|
|
|
2403
2581
|
.amplify-select {
|
|
2582
|
+
box-sizing: border-box;
|
|
2583
|
+
color: var(--amplify-components-fieldcontrol-color);
|
|
2584
|
+
font-size: var(--amplify-components-fieldcontrol-font-size);
|
|
2585
|
+
line-height: var(--amplify-components-fieldcontrol-line-height);
|
|
2586
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2587
|
+
padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);
|
|
2588
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2589
|
+
padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);
|
|
2590
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2591
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);
|
|
2592
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2593
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);
|
|
2594
|
+
transition: all var(--amplify-components-fieldcontrol-transition-duration);
|
|
2595
|
+
width: 100%;
|
|
2596
|
+
border-color: var(--amplify-components-fieldcontrol-border-color);
|
|
2597
|
+
border-radius: var(--amplify-components-fieldcontrol-border-radius);
|
|
2598
|
+
border-style: var(--amplify-components-fieldcontrol-border-style);
|
|
2599
|
+
border-width: var(--amplify-components-fieldcontrol-border-width);
|
|
2600
|
+
outline-color: var(--amplify-components-fieldcontrol-outline-color);
|
|
2601
|
+
outline-style: var(--amplify-components-fieldcontrol-outline-style);
|
|
2602
|
+
outline-width: var(--amplify-components-fieldcontrol-outline-width);
|
|
2603
|
+
outline-offset: var(--amplify-components-fieldcontrol-outline-offset);
|
|
2604
|
+
min-width: var(--amplify-components-select-min-width);
|
|
2404
2605
|
-webkit-padding-end: var(--amplify-components-select-padding-inline-end);
|
|
2405
2606
|
padding-inline-end: var(--amplify-components-select-padding-inline-end);
|
|
2406
|
-
min-width: var(--amplify-components-select-min-width);
|
|
2407
2607
|
white-space: var(--amplify-components-select-white-space);
|
|
2408
2608
|
}
|
|
2609
|
+
.amplify-select:focus {
|
|
2610
|
+
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
|
2611
|
+
box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
|
|
2612
|
+
}
|
|
2613
|
+
.amplify-select--small {
|
|
2614
|
+
font-size: var(--amplify-components-fieldcontrol-small-font-size);
|
|
2615
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2616
|
+
padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
|
|
2617
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2618
|
+
padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
|
|
2619
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2620
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
|
|
2621
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2622
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);
|
|
2623
|
+
}
|
|
2624
|
+
.amplify-select--large {
|
|
2625
|
+
font-size: var(--amplify-components-fieldcontrol-large-font-size);
|
|
2626
|
+
-webkit-padding-before: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
2627
|
+
padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);
|
|
2628
|
+
-webkit-padding-after: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
2629
|
+
padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);
|
|
2630
|
+
-webkit-padding-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2631
|
+
padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);
|
|
2632
|
+
-webkit-padding-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2633
|
+
padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);
|
|
2634
|
+
}
|
|
2635
|
+
.amplify-select--error {
|
|
2636
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
2637
|
+
}
|
|
2638
|
+
.amplify-select--error:focus {
|
|
2639
|
+
border-color: var(--amplify-components-fieldcontrol-error-border-color);
|
|
2640
|
+
box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
|
|
2641
|
+
}
|
|
2642
|
+
.amplify-select[disabled] {
|
|
2643
|
+
color: var(--amplify-components-fieldcontrol-disabled-color);
|
|
2644
|
+
cursor: var(--amplify-components-fieldcontrol-disabled-cursor);
|
|
2645
|
+
border-color: var(--amplify-components-fieldcontrol-disabled-border-color);
|
|
2646
|
+
background-color: var(--amplify-components-fieldcontrol-disabled-background-color);
|
|
2647
|
+
}
|
|
2648
|
+
.amplify-select--quiet {
|
|
2649
|
+
-webkit-border-before: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
2650
|
+
border-block-start: var(--amplify-components-fieldcontrol-quiet-border-block-start);
|
|
2651
|
+
-webkit-border-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
2652
|
+
border-inline-start: var(--amplify-components-fieldcontrol-quiet-border-inline-start);
|
|
2653
|
+
-webkit-border-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
2654
|
+
border-inline-end: var(--amplify-components-fieldcontrol-quiet-border-inline-end);
|
|
2655
|
+
border-radius: var(--amplify-components-fieldcontrol-quiet-border-radius);
|
|
2656
|
+
}
|
|
2657
|
+
.amplify-select--quiet:focus {
|
|
2658
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);
|
|
2659
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-focus-box-shadow);
|
|
2660
|
+
}
|
|
2661
|
+
.amplify-select--quiet[aria-invalid=true] {
|
|
2662
|
+
border-block-end-color: var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color);
|
|
2663
|
+
}
|
|
2664
|
+
.amplify-select--quiet[aria-invalid=true]:focus {
|
|
2665
|
+
box-shadow: var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow);
|
|
2666
|
+
}
|
|
2409
2667
|
@-moz-document url-prefix() {
|
|
2410
2668
|
.amplify-select option {
|
|
2411
2669
|
background-color: var(--amplify-components-select-option-background-color);
|
|
@@ -2414,10 +2672,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2414
2672
|
.amplify-select option {
|
|
2415
2673
|
color: initial;
|
|
2416
2674
|
}
|
|
2417
|
-
.amplify-select
|
|
2675
|
+
.amplify-select--small {
|
|
2418
2676
|
min-width: var(--amplify-components-select-small-min-width);
|
|
2419
2677
|
}
|
|
2420
|
-
.amplify-select
|
|
2678
|
+
.amplify-select--large {
|
|
2421
2679
|
min-width: var(--amplify-components-select-large-min-width);
|
|
2422
2680
|
}
|
|
2423
2681
|
|
|
@@ -2435,38 +2693,48 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2435
2693
|
}
|
|
2436
2694
|
|
|
2437
2695
|
.amplify-sliderfield__root {
|
|
2438
|
-
position: relative;
|
|
2439
|
-
display: flex;
|
|
2440
2696
|
align-items: center;
|
|
2697
|
+
box-sizing: content-box;
|
|
2698
|
+
display: flex;
|
|
2699
|
+
padding-block: var(--amplify-components-sliderfield-padding-block);
|
|
2700
|
+
position: relative;
|
|
2701
|
+
touch-action: none;
|
|
2441
2702
|
-webkit-user-select: none;
|
|
2442
2703
|
-moz-user-select: none;
|
|
2443
2704
|
-ms-user-select: none;
|
|
2444
2705
|
user-select: none;
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2706
|
+
--amplify-internal-sliderfield-root-height: var(
|
|
2707
|
+
--amplify-components-sliderfield-thumb-height
|
|
2708
|
+
);
|
|
2709
|
+
--amplify-internal-sliderfield-root-width: var(
|
|
2710
|
+
--amplify-components-sliderfield-thumb-height
|
|
2711
|
+
);
|
|
2448
2712
|
}
|
|
2449
2713
|
.amplify-sliderfield__root[data-disabled] {
|
|
2450
2714
|
cursor: not-allowed;
|
|
2451
2715
|
}
|
|
2452
|
-
.amplify-sliderfield__root
|
|
2453
|
-
height: var(--amplify-
|
|
2716
|
+
.amplify-sliderfield__root--horizontal {
|
|
2717
|
+
height: var(--amplify-internal-sliderfield-root-height);
|
|
2454
2718
|
}
|
|
2455
|
-
.amplify-sliderfield__root
|
|
2719
|
+
.amplify-sliderfield__root--vertical {
|
|
2456
2720
|
flex-direction: column;
|
|
2457
|
-
width: var(--amplify-
|
|
2721
|
+
width: var(--amplify-internal-sliderfield-root-width);
|
|
2458
2722
|
}
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2723
|
+
.amplify-sliderfield__root--large {
|
|
2724
|
+
--amplify-internal-sliderfield-root-height: var(
|
|
2725
|
+
--amplify-components-sliderfield-large-thumb-height
|
|
2726
|
+
);
|
|
2727
|
+
--amplify-internal-sliderfield-root-width: var(
|
|
2728
|
+
--amplify-components-sliderfield-large-thumb-height
|
|
2729
|
+
);
|
|
2464
2730
|
}
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2731
|
+
.amplify-sliderfield__root--small {
|
|
2732
|
+
--amplify-internal-sliderfield-root-height: var(
|
|
2733
|
+
--amplify-components-sliderfield-small-thumb-height
|
|
2734
|
+
);
|
|
2735
|
+
--amplify-internal-sliderfield-root-width: var(
|
|
2736
|
+
--amplify-components-sliderfield-small-thumb-height
|
|
2737
|
+
);
|
|
2470
2738
|
}
|
|
2471
2739
|
|
|
2472
2740
|
.amplify-sliderfield__track {
|
|
@@ -2474,26 +2742,42 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2474
2742
|
flex-grow: 1;
|
|
2475
2743
|
border-radius: var(--amplify-components-sliderfield-track-border-radius);
|
|
2476
2744
|
background-color: var(--amplify-components-sliderfield-track-background-color);
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
height: var(--amplify-
|
|
2745
|
+
--amplify-internal-sliderfield-track-height: var(
|
|
2746
|
+
--amplify-components-sliderfield-track-height
|
|
2747
|
+
);
|
|
2748
|
+
--amplify-internal-sliderfield-track-min-width: var(
|
|
2749
|
+
--amplify-components-sliderfield-track-min-width
|
|
2750
|
+
);
|
|
2751
|
+
--amplify-internal-sliderfield-track-width: var(
|
|
2752
|
+
--amplify-components-sliderfield-track-height
|
|
2753
|
+
);
|
|
2754
|
+
--amplify-internal-sliderfield-track-min-height: var(
|
|
2755
|
+
--amplify-components-sliderfield-track-min-width
|
|
2756
|
+
);
|
|
2757
|
+
}
|
|
2758
|
+
.amplify-sliderfield__track--horizontal {
|
|
2759
|
+
height: var(--amplify-internal-sliderfield-track-height);
|
|
2760
|
+
min-width: var(--amplify-internal-sliderfield-track-min-width);
|
|
2761
|
+
}
|
|
2762
|
+
.amplify-sliderfield__track--vertical {
|
|
2763
|
+
width: var(--amplify-internal-sliderfield-track-width);
|
|
2764
|
+
min-height: var(--amplify-internal-sliderfield-track-min-height);
|
|
2765
|
+
}
|
|
2766
|
+
.amplify-sliderfield__track--large {
|
|
2767
|
+
--amplify-internal-sliderfield-track-height: var(
|
|
2768
|
+
--amplify-components-sliderfield-large-track-height
|
|
2769
|
+
);
|
|
2770
|
+
--amplify-internal-sliderfield-track-width: var(
|
|
2771
|
+
--amplify-components-sliderfield-large-track-height
|
|
2772
|
+
);
|
|
2773
|
+
}
|
|
2774
|
+
.amplify-sliderfield__track--small {
|
|
2775
|
+
--amplify-internal-sliderfield-track-height: var(
|
|
2776
|
+
--amplify-components-sliderfield-small-track-height
|
|
2777
|
+
);
|
|
2778
|
+
--amplify-internal-sliderfield-track-width: var(
|
|
2779
|
+
--amplify-components-sliderfield-small-track-height
|
|
2780
|
+
);
|
|
2497
2781
|
}
|
|
2498
2782
|
|
|
2499
2783
|
.amplify-sliderfield__range {
|
|
@@ -2504,10 +2788,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2504
2788
|
.amplify-sliderfield__range[data-disabled] {
|
|
2505
2789
|
background-color: var(--amplify-components-sliderfield-range-disabled-background-color);
|
|
2506
2790
|
}
|
|
2507
|
-
.amplify-sliderfield__range
|
|
2791
|
+
.amplify-sliderfield__range--horizontal {
|
|
2508
2792
|
height: 100%;
|
|
2509
2793
|
}
|
|
2510
|
-
.amplify-sliderfield__range
|
|
2794
|
+
.amplify-sliderfield__range--vertical {
|
|
2511
2795
|
width: 100%;
|
|
2512
2796
|
}
|
|
2513
2797
|
|
|
@@ -2534,11 +2818,11 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2534
2818
|
border-color: var(--amplify-components-sliderfield-thumb-disabled-border-color);
|
|
2535
2819
|
box-shadow: var(--amplify-components-sliderfield-thumb-disabled-box-shadow);
|
|
2536
2820
|
}
|
|
2537
|
-
|
|
2821
|
+
.amplify-sliderfield__thumb--large {
|
|
2538
2822
|
width: var(--amplify-components-sliderfield-large-thumb-width);
|
|
2539
2823
|
height: var(--amplify-components-sliderfield-large-thumb-height);
|
|
2540
2824
|
}
|
|
2541
|
-
|
|
2825
|
+
.amplify-sliderfield__thumb--small {
|
|
2542
2826
|
width: var(--amplify-components-sliderfield-small-thumb-width);
|
|
2543
2827
|
height: var(--amplify-components-sliderfield-small-thumb-height);
|
|
2544
2828
|
}
|
|
@@ -2551,7 +2835,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2551
2835
|
-webkit-border-end: none;
|
|
2552
2836
|
border-inline-end: none;
|
|
2553
2837
|
}
|
|
2554
|
-
|
|
2838
|
+
.amplify-stepperfield__button--decrease--quiet {
|
|
2555
2839
|
border-width: 0 0 var(--amplify-components-button-border-width) 0;
|
|
2556
2840
|
border-radius: 0;
|
|
2557
2841
|
}
|
|
@@ -2560,7 +2844,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2560
2844
|
-webkit-border-start: none;
|
|
2561
2845
|
border-inline-start: none;
|
|
2562
2846
|
}
|
|
2563
|
-
|
|
2847
|
+
.amplify-stepperfield__button--increase--quiet {
|
|
2564
2848
|
border-width: 0 0 var(--amplify-components-button-border-width) 0;
|
|
2565
2849
|
border-radius: 0;
|
|
2566
2850
|
}
|
|
@@ -2583,10 +2867,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2583
2867
|
.amplify-switchfield {
|
|
2584
2868
|
display: inline-block;
|
|
2585
2869
|
}
|
|
2586
|
-
.amplify-switchfield
|
|
2870
|
+
.amplify-switchfield--small {
|
|
2587
2871
|
font-size: var(--amplify-components-switchfield-small-font-size);
|
|
2588
2872
|
}
|
|
2589
|
-
.amplify-switchfield
|
|
2873
|
+
.amplify-switchfield--large {
|
|
2590
2874
|
font-size: var(--amplify-components-switchfield-large-font-size);
|
|
2591
2875
|
}
|
|
2592
2876
|
|
|
@@ -2594,16 +2878,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2594
2878
|
display: inline-flex;
|
|
2595
2879
|
align-items: center;
|
|
2596
2880
|
}
|
|
2597
|
-
.amplify-switch__wrapper
|
|
2881
|
+
.amplify-switch__wrapper--start {
|
|
2598
2882
|
flex-direction: row;
|
|
2599
2883
|
}
|
|
2600
|
-
.amplify-switch__wrapper
|
|
2884
|
+
.amplify-switch__wrapper--end {
|
|
2601
2885
|
flex-direction: row-reverse;
|
|
2602
2886
|
}
|
|
2603
|
-
.amplify-switch__wrapper
|
|
2887
|
+
.amplify-switch__wrapper--top {
|
|
2604
2888
|
flex-direction: column;
|
|
2605
2889
|
}
|
|
2606
|
-
.amplify-switch__wrapper
|
|
2890
|
+
.amplify-switch__wrapper--bottom {
|
|
2607
2891
|
flex-direction: column-reverse;
|
|
2608
2892
|
}
|
|
2609
2893
|
|
|
@@ -2618,14 +2902,14 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2618
2902
|
transition-duration: var(--amplify-components-switchfield-track-transition-duration);
|
|
2619
2903
|
background-color: var(--amplify-components-switchfield-track-background-color);
|
|
2620
2904
|
}
|
|
2621
|
-
.amplify-switch-track
|
|
2905
|
+
.amplify-switch-track--checked {
|
|
2622
2906
|
background-color: var(--amplify-components-switchfield-track-checked-background-color);
|
|
2623
2907
|
}
|
|
2624
|
-
.amplify-switch-track
|
|
2908
|
+
.amplify-switch-track--disabled {
|
|
2625
2909
|
opacity: var(--amplify-components-switchfield-disabled-opacity);
|
|
2626
2910
|
cursor: not-allowed;
|
|
2627
2911
|
}
|
|
2628
|
-
.amplify-switch-track
|
|
2912
|
+
.amplify-switch-track--focused {
|
|
2629
2913
|
box-shadow: var(--amplify-components-switchfield-focused-shadow);
|
|
2630
2914
|
}
|
|
2631
2915
|
|
|
@@ -2638,10 +2922,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2638
2922
|
border-color: var(--amplify-components-switchfield-thumb-border-color);
|
|
2639
2923
|
overflow-wrap: break-word;
|
|
2640
2924
|
}
|
|
2641
|
-
.amplify-switch-thumb
|
|
2925
|
+
.amplify-switch-thumb--checked {
|
|
2642
2926
|
transform: var(--amplify-components-switchfield-thumb-checked-transform);
|
|
2643
2927
|
}
|
|
2644
|
-
.amplify-switch-thumb
|
|
2928
|
+
.amplify-switch-thumb--disabled {
|
|
2645
2929
|
cursor: not-allowed;
|
|
2646
2930
|
}
|
|
2647
2931
|
|
|
@@ -2657,63 +2941,138 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2657
2941
|
border-collapse: var(--amplify-components-table-border-collapse);
|
|
2658
2942
|
display: var(--amplify-components-table-display);
|
|
2659
2943
|
width: var(--amplify-components-table-width);
|
|
2944
|
+
--amplify-internal-table-caption-font-size: var(
|
|
2945
|
+
--amplify-components-table-caption-font-size
|
|
2946
|
+
);
|
|
2947
|
+
--amplify-internal-table-th-font-size: var(
|
|
2948
|
+
--amplify-components-table-header-font-size
|
|
2949
|
+
);
|
|
2950
|
+
--amplify-internal-table-th-padding: var(
|
|
2951
|
+
--amplify-components-table-header-padding
|
|
2952
|
+
);
|
|
2953
|
+
--amplify-internal-table-td-font-size: var(
|
|
2954
|
+
--amplify-components-table-data-font-size
|
|
2955
|
+
);
|
|
2956
|
+
--amplify-internal-table-td-padding: var(
|
|
2957
|
+
--amplify-components-table-data-padding
|
|
2958
|
+
);
|
|
2959
|
+
--amplify-internal-table-td-border-width: var(
|
|
2960
|
+
--amplify-components-table-data-border-width
|
|
2961
|
+
)
|
|
2962
|
+
0px var(--amplify-components-table-data-border-width) 0px;
|
|
2963
|
+
--amplify-internal-table-th-border-width: var(
|
|
2964
|
+
--amplify-components-table-header-border-width
|
|
2965
|
+
)
|
|
2966
|
+
0px var(--amplify-components-table-header-border-width) 0px;
|
|
2660
2967
|
/**
|
|
2661
2968
|
* Data attribute stylings
|
|
2662
2969
|
*/
|
|
2663
2970
|
}
|
|
2664
|
-
.amplify-table
|
|
2971
|
+
.amplify-table--small {
|
|
2972
|
+
--amplify-internal-table-caption-font-size: var(
|
|
2973
|
+
--amplify-components-table-caption-small-font-size
|
|
2974
|
+
);
|
|
2975
|
+
--amplify-internal-table-th-font-size: var(
|
|
2976
|
+
--amplify-components-table-header-small-font-size
|
|
2977
|
+
);
|
|
2978
|
+
--amplify-internal-table-th-padding: var(
|
|
2979
|
+
--amplify-components-table-header-small-padding
|
|
2980
|
+
);
|
|
2981
|
+
--amplify-internal-table-td-font-size: var(
|
|
2982
|
+
--amplify-components-table-data-small-font-size
|
|
2983
|
+
);
|
|
2984
|
+
--amplify-internal-table-td-padding: var(
|
|
2985
|
+
--amplify-components-table-data-small-padding
|
|
2986
|
+
);
|
|
2987
|
+
}
|
|
2988
|
+
.amplify-table--large {
|
|
2989
|
+
--amplify-internal-table-caption-font-size: var(
|
|
2990
|
+
--amplify-components-table-caption-large-font-size
|
|
2991
|
+
);
|
|
2992
|
+
--amplify-internal-table-th-font-size: var(
|
|
2993
|
+
--amplify-components-table-header-large-font-size
|
|
2994
|
+
);
|
|
2995
|
+
--amplify-internal-table-th-padding: var(
|
|
2996
|
+
--amplify-components-table-header-large-padding
|
|
2997
|
+
);
|
|
2998
|
+
--amplify-internal-table-td-font-size: var(
|
|
2999
|
+
--amplify-components-table-data-large-font-size
|
|
3000
|
+
);
|
|
3001
|
+
--amplify-internal-table-td-padding: var(
|
|
3002
|
+
--amplify-components-table-data-large-padding
|
|
3003
|
+
);
|
|
3004
|
+
}
|
|
3005
|
+
.amplify-table--bordered {
|
|
3006
|
+
--amplify-internal-table-td-border-width: var(
|
|
3007
|
+
--amplify-components-table-data-border-width
|
|
3008
|
+
)
|
|
3009
|
+
var(--amplify-components-table-data-border-width)
|
|
3010
|
+
var(--amplify-components-table-data-border-width)
|
|
3011
|
+
var(--amplify-components-table-data-border-width);
|
|
3012
|
+
--amplify-internal-table-th-border-width: var(
|
|
3013
|
+
--amplify-components-table-header-border-width
|
|
3014
|
+
)
|
|
3015
|
+
var(--amplify-components-table-header-border-width)
|
|
3016
|
+
var(--amplify-components-table-header-border-width)
|
|
3017
|
+
var(--amplify-components-table-header-border-width);
|
|
3018
|
+
}
|
|
3019
|
+
.amplify-table__caption {
|
|
2665
3020
|
caption-side: var(--amplify-components-table-caption-caption-side);
|
|
2666
3021
|
color: var(--amplify-components-table-caption-color);
|
|
2667
3022
|
display: var(--amplify-components-table-caption-display);
|
|
2668
|
-
font-size: var(--amplify-
|
|
3023
|
+
font-size: var(--amplify-internal-table-caption-font-size);
|
|
2669
3024
|
text-align: var(--amplify-components-table-caption-text-align);
|
|
2670
3025
|
word-break: var(--amplify-components-table-caption-word-break);
|
|
2671
3026
|
}
|
|
2672
|
-
.amplify-
|
|
3027
|
+
.amplify-table__head {
|
|
2673
3028
|
display: var(--amplify-components-table-head-display);
|
|
2674
3029
|
vertical-align: var(--amplify-components-table-head-vertical-align);
|
|
2675
3030
|
}
|
|
2676
|
-
.amplify-
|
|
3031
|
+
.amplify-table__body {
|
|
2677
3032
|
display: var(--amplify-components-table-body-display);
|
|
2678
3033
|
vertical-align: var(--amplify-components-table-body-vertical-align);
|
|
2679
3034
|
}
|
|
2680
|
-
.amplify-
|
|
3035
|
+
.amplify-table__foot {
|
|
2681
3036
|
display: var(--amplify-components-table-foot-display);
|
|
2682
3037
|
vertical-align: var(--amplify-components-table-foot-vertical-align);
|
|
2683
3038
|
}
|
|
2684
|
-
.amplify-
|
|
3039
|
+
.amplify-table__row {
|
|
2685
3040
|
display: var(--amplify-components-table-row-display);
|
|
2686
3041
|
vertical-align: var(--amplify-components-table-row-vertical-align);
|
|
2687
3042
|
}
|
|
2688
|
-
.amplify-
|
|
3043
|
+
.amplify-table__th {
|
|
2689
3044
|
border-color: var(--amplify-components-table-header-border-color);
|
|
2690
3045
|
border-style: var(--amplify-components-table-header-border-style);
|
|
2691
|
-
border-width: var(--amplify-
|
|
3046
|
+
border-width: var(--amplify-internal-table-th-border-width);
|
|
2692
3047
|
color: var(--amplify-components-table-header-color);
|
|
2693
3048
|
display: var(--amplify-components-table-header-display);
|
|
2694
|
-
font-size: var(--amplify-
|
|
3049
|
+
font-size: var(--amplify-internal-table-th-font-size);
|
|
2695
3050
|
font-weight: var(--amplify-components-table-header-font-weight);
|
|
2696
|
-
padding: var(--amplify-
|
|
3051
|
+
padding: var(--amplify-internal-table-th-padding);
|
|
2697
3052
|
vertical-align: var(--amplify-components-table-header-vertical-align);
|
|
2698
3053
|
}
|
|
2699
|
-
.amplify-
|
|
3054
|
+
.amplify-table__th:first-child {
|
|
3055
|
+
border-left-width: var(--amplify-components-table-header-border-width);
|
|
3056
|
+
}
|
|
3057
|
+
.amplify-table__th:last-child {
|
|
3058
|
+
border-right-width: var(--amplify-components-table-header-border-width);
|
|
3059
|
+
}
|
|
3060
|
+
.amplify-table__td {
|
|
2700
3061
|
border-color: var(--amplify-components-table-data-border-color);
|
|
2701
3062
|
border-style: var(--amplify-components-table-data-border-style);
|
|
2702
|
-
border-width: var(--amplify-
|
|
3063
|
+
border-width: var(--amplify-internal-table-td-border-width);
|
|
2703
3064
|
color: var(--amplify-components-table-data-color);
|
|
2704
3065
|
display: var(--amplify-components-table-data-display);
|
|
2705
|
-
font-size: var(--amplify-
|
|
3066
|
+
font-size: var(--amplify-internal-table-td-font-size);
|
|
2706
3067
|
font-weight: var(--amplify-components-table-data-font-weight);
|
|
2707
|
-
padding: var(--amplify-
|
|
3068
|
+
padding: var(--amplify-internal-table-td-padding);
|
|
2708
3069
|
vertical-align: var(--amplify-components-table-data-vertical-align);
|
|
2709
3070
|
}
|
|
2710
|
-
.amplify-
|
|
2711
|
-
|
|
2712
|
-
border-left: none;
|
|
3071
|
+
.amplify-table__td:first-child {
|
|
3072
|
+
border-left-width: var(--amplify-components-table-data-border-width);
|
|
2713
3073
|
}
|
|
2714
|
-
.amplify-
|
|
2715
|
-
|
|
2716
|
-
border-right: none;
|
|
3074
|
+
.amplify-table__td:last-child {
|
|
3075
|
+
border-right-width: var(--amplify-components-table-data-border-width);
|
|
2717
3076
|
}
|
|
2718
3077
|
.amplify-table[data-variation=striped] .amplify-table__row:not(.amplify-table__head *):nth-child(odd) {
|
|
2719
3078
|
background-color: var(--amplify-components-table-row-striped-background-color);
|
|
@@ -2721,28 +3080,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2721
3080
|
.amplify-table[data-highlightonhover=true] .amplify-table__row:not(.amplify-table__head *):hover {
|
|
2722
3081
|
background-color: var(--amplify-components-table-row-hover-background-color);
|
|
2723
3082
|
}
|
|
2724
|
-
.amplify-table[data-size=small] .amplify-table__caption {
|
|
2725
|
-
font-size: var(--amplify-components-table-caption-small-font-size);
|
|
2726
|
-
}
|
|
2727
|
-
.amplify-table[data-size=small] .amplify-table__th {
|
|
2728
|
-
font-size: var(--amplify-components-table-header-small-font-size);
|
|
2729
|
-
padding: var(--amplify-components-table-header-small-padding);
|
|
2730
|
-
}
|
|
2731
|
-
.amplify-table[data-size=small] .amplify-table__td {
|
|
2732
|
-
font-size: var(--amplify-components-table-data-small-font-size);
|
|
2733
|
-
padding: var(--amplify-components-table-data-small-padding);
|
|
2734
|
-
}
|
|
2735
|
-
.amplify-table[data-size=large] .amplify-table__caption {
|
|
2736
|
-
font-size: var(--amplify-components-table-caption-large-font-size);
|
|
2737
|
-
}
|
|
2738
|
-
.amplify-table[data-size=large] .amplify-table__th {
|
|
2739
|
-
font-size: var(--amplify-components-table-header-large-font-size);
|
|
2740
|
-
padding: var(--amplify-components-table-header-large-padding);
|
|
2741
|
-
}
|
|
2742
|
-
.amplify-table[data-size=large] .amplify-table__td {
|
|
2743
|
-
font-size: var(--amplify-components-table-data-large-font-size);
|
|
2744
|
-
padding: var(--amplify-components-table-data-large-padding);
|
|
2745
|
-
}
|
|
2746
3083
|
|
|
2747
3084
|
.amplify-tabs {
|
|
2748
3085
|
background-color: var(--amplify-components-tabs-background-color);
|
|
@@ -2814,84 +3151,306 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2814
3151
|
flex-direction: column;
|
|
2815
3152
|
}
|
|
2816
3153
|
|
|
2817
|
-
.amplify-togglebutton
|
|
2818
|
-
|
|
2819
|
-
color: var(--amplify-
|
|
3154
|
+
.amplify-togglebutton {
|
|
3155
|
+
background-color: var(--amplify-internal-togglebutton-background-color);
|
|
3156
|
+
border-color: var(--amplify-internal-togglebutton-border-color);
|
|
3157
|
+
color: var(--amplify-internal-togglebutton-color);
|
|
3158
|
+
--amplify-internal-togglebutton-background-color: initial;
|
|
3159
|
+
--amplify-internal-togglebutton-border-color: var(
|
|
3160
|
+
--amplify-components-togglebutton-border-color
|
|
3161
|
+
);
|
|
3162
|
+
--amplify-internal-togglebutton-color: var(
|
|
3163
|
+
--amplify-components-togglebutton-color
|
|
3164
|
+
);
|
|
3165
|
+
--amplify-internal-togglebutton-hover-background-color: var(
|
|
3166
|
+
--amplify-components-togglebutton-hover-background-color
|
|
3167
|
+
);
|
|
3168
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3169
|
+
--amplify-internal-togglebutton-background-color
|
|
3170
|
+
);
|
|
3171
|
+
--amplify-internal-togglebutton-focus-border-color: var(
|
|
3172
|
+
--amplify-components-togglebutton-focus-border-color
|
|
3173
|
+
);
|
|
3174
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3175
|
+
--amplify-components-togglebutton-focus-color
|
|
3176
|
+
);
|
|
3177
|
+
--amplify-internal-togglebutton-active-background-color: var(
|
|
3178
|
+
--amplify-components-togglebutton-active-background-color
|
|
3179
|
+
);
|
|
3180
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3181
|
+
--amplify-components-togglebutton-disabled-background-color
|
|
3182
|
+
);
|
|
3183
|
+
--amplify-internal-togglebutton-disabled-border-color: var(
|
|
3184
|
+
--amplify-components-togglebutton-disabled-border-color
|
|
3185
|
+
);
|
|
3186
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3187
|
+
--amplify-components-togglebutton-disabled-color
|
|
3188
|
+
);
|
|
2820
3189
|
}
|
|
2821
|
-
|
|
2822
3190
|
.amplify-togglebutton:hover {
|
|
2823
|
-
background-color: var(--amplify-
|
|
3191
|
+
background-color: var(--amplify-internal-togglebutton-hover-background-color);
|
|
3192
|
+
border-color: var(--amplify-internal-togglebutton-border-color);
|
|
3193
|
+
color: var(--amplify-internal-togglebutton-color);
|
|
3194
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3195
|
+
--amplify-internal-togglebutton-hover-background-color
|
|
3196
|
+
);
|
|
2824
3197
|
}
|
|
2825
3198
|
.amplify-togglebutton:focus {
|
|
2826
|
-
|
|
2827
|
-
color: var(--amplify-
|
|
3199
|
+
background-color: var(--amplify-internal-togglebutton-focus-background-color);
|
|
3200
|
+
border-color: var(--amplify-internal-togglebutton-focus-border-color);
|
|
3201
|
+
color: var(--amplify-internal-togglebutton-focus-color);
|
|
2828
3202
|
}
|
|
2829
3203
|
.amplify-togglebutton:active {
|
|
2830
|
-
background-color: var(--amplify-
|
|
3204
|
+
background-color: var(--amplify-internal-togglebutton-active-background-color);
|
|
2831
3205
|
}
|
|
2832
3206
|
.amplify-togglebutton:disabled {
|
|
2833
|
-
background-color: var(--amplify-
|
|
2834
|
-
border-color: var(--amplify-
|
|
2835
|
-
color: var(--amplify-
|
|
2836
|
-
}
|
|
2837
|
-
.amplify-togglebutton
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
3207
|
+
background-color: var(--amplify-internal-togglebutton-disabled-background-color);
|
|
3208
|
+
border-color: var(--amplify-internal-togglebutton-disabled-border-color);
|
|
3209
|
+
color: var(--amplify-internal-togglebutton-disabled-color);
|
|
3210
|
+
}
|
|
3211
|
+
.amplify-togglebutton--pressed {
|
|
3212
|
+
--amplify-internal-togglebutton-background-color: var(
|
|
3213
|
+
--amplify-components-togglebutton-pressed-background-color
|
|
3214
|
+
);
|
|
3215
|
+
--amplify-internal-togglebutton-color: var(
|
|
3216
|
+
--amplify-components-togglebutton-pressed-color
|
|
3217
|
+
);
|
|
3218
|
+
}
|
|
3219
|
+
.amplify-togglebutton--pressed:hover:not(:disabled) {
|
|
3220
|
+
--amplify-internal-togglebutton-hover-background-color: var(
|
|
3221
|
+
--amplify-components-togglebutton-pressed-hover-background-color
|
|
3222
|
+
);
|
|
3223
|
+
}
|
|
3224
|
+
.amplify-togglebutton--pressed:disabled {
|
|
3225
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3226
|
+
--amplify-components-togglebutton-pressed-background-color
|
|
3227
|
+
);
|
|
3228
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3229
|
+
--amplify-components-togglebutton-pressed-color
|
|
3230
|
+
);
|
|
3231
|
+
}
|
|
3232
|
+
.amplify-togglebutton--primary {
|
|
3233
|
+
--amplify-internal-togglebutton-primary-background-color: var(
|
|
3234
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3235
|
+
);
|
|
3236
|
+
--amplify-internal-togglebutton-background-color: var(
|
|
3237
|
+
--amplify-internal-togglebutton-primary-background-color
|
|
3238
|
+
);
|
|
3239
|
+
--amplify-internal-togglebutton-primary-border-color: var(
|
|
3240
|
+
--amplify-components-togglebutton-border-color
|
|
3241
|
+
);
|
|
3242
|
+
--amplify-internal-togglebutton-border-color: var(
|
|
3243
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3244
|
+
);
|
|
3245
|
+
--amplify-internal-togglebutton-primary-color: var(
|
|
3246
|
+
--amplify-components-togglebutton-color
|
|
3247
|
+
);
|
|
3248
|
+
--amplify-internal-togglebutton-color: var(
|
|
3249
|
+
--amplify-internal-togglebutton-primary-color
|
|
3250
|
+
);
|
|
2846
3251
|
border-width: var(--amplify-components-togglebutton-primary-border-width);
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
3252
|
+
--amplify-internal-togglebutton-hover-background-color: var(
|
|
3253
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3254
|
+
);
|
|
3255
|
+
--amplify-internal-togglebutton-focus-border-color: var(
|
|
3256
|
+
--amplify-components-togglebutton-border-color
|
|
3257
|
+
);
|
|
3258
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3259
|
+
--amplify-components-togglebutton-color
|
|
3260
|
+
);
|
|
3261
|
+
--amplify-internal-togglebutton-active-background-color: var(
|
|
3262
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3263
|
+
);
|
|
3264
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3265
|
+
--amplify-components-togglebutton-primary-background-color
|
|
3266
|
+
);
|
|
3267
|
+
--amplify-internal-togglebutton-disabled-border-color: var(
|
|
3268
|
+
--amplify-components-togglebutton-border-color
|
|
3269
|
+
);
|
|
3270
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3271
|
+
--amplify-components-togglebutton-color
|
|
3272
|
+
);
|
|
3273
|
+
--amplify-internal-togglebutton-primary-focus-background-color: var(
|
|
3274
|
+
--amplify-components-togglebutton-primary-focus-background-color
|
|
3275
|
+
);
|
|
3276
|
+
--amplify-internal-togglebutton-primary-focus-border-color: var(
|
|
3277
|
+
--amplify-components-togglebutton-primary-focus-border-color
|
|
3278
|
+
);
|
|
3279
|
+
--amplify-internal-togglebutton-primary-focus-color: var(
|
|
3280
|
+
--amplify-components-togglebutton-primary-focus-color
|
|
3281
|
+
);
|
|
3282
|
+
--amplify-internal-togglebutton-primary-hover-background-color: var(
|
|
3283
|
+
--amplify-components-togglebutton-primary-hover-background-color
|
|
3284
|
+
);
|
|
3285
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3286
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3287
|
+
);
|
|
3288
|
+
--amplify-internal-togglebutton-primary-hover-color: var(
|
|
3289
|
+
--amplify-components-togglebutton-primary-hover-color
|
|
3290
|
+
);
|
|
3291
|
+
--amplify-internal-togglebutton-primary-disabled-background-color: var(
|
|
3292
|
+
--amplify-components-togglebutton-primary-disabled-background-color
|
|
3293
|
+
);
|
|
3294
|
+
--amplify-internal-togglebutton-primary-disabled-border-color: var(
|
|
3295
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3296
|
+
);
|
|
3297
|
+
--amplify-internal-togglebutton-primary-disabled-color: var(
|
|
3298
|
+
--amplify-components-togglebutton-primary-disabled-color
|
|
3299
|
+
);
|
|
3300
|
+
}
|
|
3301
|
+
.amplify-togglebutton--primary:focus {
|
|
3302
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3303
|
+
--amplify-internal-togglebutton-primary-focus-background-color
|
|
3304
|
+
);
|
|
3305
|
+
--amplify-internal-togglebutton-focus-border-color: var(
|
|
3306
|
+
--amplify-internal-togglebutton-primary-focus-border-color
|
|
3307
|
+
);
|
|
3308
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3309
|
+
--amplify-internal-togglebutton-primary-focus-color
|
|
3310
|
+
);
|
|
2852
3311
|
box-shadow: var(--amplify-components-togglebutton-primary-focus-box-shadow);
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
color: var(--amplify-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
3312
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3313
|
+
--amplify-internal-togglebutton-primary-focus-border-color
|
|
3314
|
+
);
|
|
3315
|
+
}
|
|
3316
|
+
.amplify-togglebutton--primary:hover {
|
|
3317
|
+
background-color: var(--amplify-internal-togglebutton-primary-hover-background-color);
|
|
3318
|
+
border-color: var(--amplify-internal-togglebutton-primary-hover-border-color);
|
|
3319
|
+
color: var(--amplify-internal-togglebutton-primary-hover-color);
|
|
3320
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3321
|
+
--amplify-internal-togglebutton-primary-hover-background-color
|
|
3322
|
+
);
|
|
3323
|
+
}
|
|
3324
|
+
.amplify-togglebutton--primary:disabled {
|
|
3325
|
+
--amplify-internal-togglebutton-disabled-background-color: var(
|
|
3326
|
+
--amplify-internal-togglebutton-primary-disabled-background-color
|
|
3327
|
+
);
|
|
3328
|
+
--amplify-internal-togglebutton-disabled-border-color: var(
|
|
3329
|
+
--amplify-internal-togglebutton-primary-disabled-border-color
|
|
3330
|
+
);
|
|
3331
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3332
|
+
--amplify-internal-togglebutton-primary-disabled-color
|
|
3333
|
+
);
|
|
3334
|
+
}
|
|
3335
|
+
.amplify-togglebutton--pressed {
|
|
3336
|
+
--amplify-internal-togglebutton-primary-background-color: var(
|
|
3337
|
+
--amplify-components-togglebutton-primary-pressed-background-color
|
|
3338
|
+
);
|
|
3339
|
+
--amplify-internal-togglebutton-primary-border-color: var(
|
|
3340
|
+
--amplify-components-togglebutton-primary-pressed-border-color
|
|
3341
|
+
);
|
|
3342
|
+
--amplify-internal-togglebutton-primary-color: var(
|
|
3343
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3344
|
+
);
|
|
3345
|
+
}
|
|
3346
|
+
.amplify-togglebutton--pressed:focus {
|
|
3347
|
+
--amplify-internal-togglebutton-primary-focus-background-color: var(
|
|
3348
|
+
--amplify-components-togglebutton-primary-pressed-focus-background-color
|
|
3349
|
+
);
|
|
3350
|
+
--amplify-internal-togglebutton-primary-focus-border-color: var(
|
|
3351
|
+
--amplify-components-togglebutton-primary-pressed-focus-border-color
|
|
3352
|
+
);
|
|
3353
|
+
}
|
|
3354
|
+
.amplify-togglebutton--pressed:hover:not(:disabled) {
|
|
3355
|
+
--amplify-internal-togglebutton-primary-hover-background-color: var(
|
|
3356
|
+
--amplify-components-togglebutton-primary-pressed-hover-background-color
|
|
3357
|
+
);
|
|
3358
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3359
|
+
--amplify-components-togglebutton-primary-pressed-hover-border-color
|
|
3360
|
+
);
|
|
3361
|
+
--amplify-internal-togglebutton-primary-focus-background-color: var(
|
|
3362
|
+
--amplify-components-togglebutton-primary-pressed-hover-background-color
|
|
3363
|
+
);
|
|
3364
|
+
}
|
|
3365
|
+
.amplify-togglebutton--pressed:focus {
|
|
3366
|
+
--amplify-internal-togglebutton-primary-focus-color: var(
|
|
3367
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3368
|
+
);
|
|
3369
|
+
}
|
|
3370
|
+
.amplify-togglebutton--pressed:hover {
|
|
3371
|
+
--amplify-internal-togglebutton-primary-hover-background-color: var(
|
|
3372
|
+
--amplify-components-togglebutton-primary-hover-background-color
|
|
3373
|
+
);
|
|
3374
|
+
--amplify-internal-togglebutton-primary-hover-border-color: var(
|
|
3375
|
+
--amplify-internal-togglebutton-primary-border-color
|
|
3376
|
+
);
|
|
3377
|
+
--amplify-internal-togglebutton-primary-hover-color: var(
|
|
3378
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3379
|
+
);
|
|
3380
|
+
}
|
|
3381
|
+
.amplify-togglebutton--pressed:disabled {
|
|
3382
|
+
--amplify-internal-togglebutton-primary-disabled-background-color: var(
|
|
3383
|
+
--amplify-components-togglebutton-primary-pressed-background-color
|
|
3384
|
+
);
|
|
3385
|
+
--amplify-internal-togglebutton-primary-disabled-border-color: var(
|
|
3386
|
+
--amplify-components-togglebutton-primary-pressed-border-color
|
|
3387
|
+
);
|
|
3388
|
+
--amplify-internal-togglebutton-primary-disabled-color: var(
|
|
3389
|
+
--amplify-components-togglebutton-primary-pressed-color
|
|
3390
|
+
);
|
|
3391
|
+
}
|
|
3392
|
+
.amplify-togglebutton--link {
|
|
3393
|
+
--amplify-internal-togglebutton-link-background-color: var(
|
|
3394
|
+
--amplify-components-togglebutton-background-color
|
|
3395
|
+
);
|
|
3396
|
+
--amplify-internal-togglebutton-link-color: var(
|
|
3397
|
+
--amplify-components-togglebutton-link-color
|
|
3398
|
+
);
|
|
3399
|
+
background-color: var(--amplify-internal-togglebutton-link-background-color);
|
|
3400
|
+
color: var(--amplify-internal-togglebutton-link-color);
|
|
3401
|
+
--amplify-internal-togglebutton-link-hover-background-color: var(
|
|
3402
|
+
--amplify-components-togglebutton-link-hover-background-color
|
|
3403
|
+
);
|
|
3404
|
+
--amplify-internal-togglebutton-link-hover-color: var(
|
|
3405
|
+
--amplify-components-togglebutton-link-hover-color
|
|
3406
|
+
);
|
|
3407
|
+
}
|
|
3408
|
+
.amplify-togglebutton--link:hover {
|
|
3409
|
+
background-color: var(--amplify-internal-togglebutton-link-hover-background-color);
|
|
3410
|
+
color: var(--amplify-internal-togglebutton-link-hover-color);
|
|
3411
|
+
}
|
|
3412
|
+
.amplify-togglebutton--link:focus {
|
|
3413
|
+
--amplify-internal-togglebutton-link-focus-background-color: var(
|
|
3414
|
+
--amplify-components-togglebutton-link-focus-background-color
|
|
3415
|
+
);
|
|
3416
|
+
--amplify-internal-togglebutton-link-focus-color: var(
|
|
3417
|
+
--amplify-components-togglebutton-link-focus-color
|
|
3418
|
+
);
|
|
3419
|
+
--amplify-internal-togglebutton-focus-background-color: var(
|
|
3420
|
+
--amplify-internal-togglebutton-link-focus-background-color
|
|
3421
|
+
);
|
|
3422
|
+
--amplify-internal-togglebutton-focus-color: var(
|
|
3423
|
+
--amplify-internal-togglebutton-link-focus-color
|
|
3424
|
+
);
|
|
3425
|
+
}
|
|
3426
|
+
.amplify-togglebutton--link:disabled {
|
|
3427
|
+
--amplify-internal-togglebutton-disabled-color: var(
|
|
3428
|
+
--amplify-components-togglebutton-link-disabled-color
|
|
3429
|
+
);
|
|
3430
|
+
}
|
|
3431
|
+
.amplify-togglebutton--pressed {
|
|
3432
|
+
--amplify-internal-togglebutton-link-color: var(
|
|
3433
|
+
--amplify-components-togglebutton-link-pressed-color
|
|
3434
|
+
);
|
|
3435
|
+
--amplify-internal-togglebutton-link-background-color: var(
|
|
3436
|
+
--amplify-components-togglebutton-link-pressed-background-color
|
|
3437
|
+
);
|
|
3438
|
+
}
|
|
3439
|
+
.amplify-togglebutton--pressed:hover {
|
|
3440
|
+
--amplify-internal-togglebutton-link-hover-background-color: var(
|
|
3441
|
+
--amplify-components-togglebutton-link-pressed-hover-background-color
|
|
3442
|
+
);
|
|
3443
|
+
--amplify-internal-togglebutton-link-hover-color: var(
|
|
3444
|
+
--amplify-components-togglebutton-link-pressed-color
|
|
3445
|
+
);
|
|
3446
|
+
}
|
|
3447
|
+
.amplify-togglebutton--pressed:focus {
|
|
3448
|
+
--amplify-internal-togglebutton-link-focus-background-color: var(
|
|
3449
|
+
--amplify-components-togglebutton-link-pressed-background-color
|
|
3450
|
+
);
|
|
3451
|
+
--amplify-internal-togglebutton-link-focus-color: var(
|
|
3452
|
+
--amplify-components-togglebutton-link-pressed-color
|
|
3453
|
+
);
|
|
2895
3454
|
}
|
|
2896
3455
|
|
|
2897
3456
|
.amplify-togglebuttongroup {
|