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