@react-spectrum/combobox 3.12.2-nightly.4411 → 3.12.2-nightly.4419
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/main.css +65 -87
- package/dist/main.css.map +1 -1
- package/package.json +27 -27
package/dist/main.css
CHANGED
|
@@ -982,7 +982,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
982
982
|
|
|
983
983
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected {
|
|
984
984
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-alias-toggle-color-selected));
|
|
985
|
-
border-color: var(--spectrum-alias-toggle-color-selected);
|
|
985
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-alias-toggle-color-selected));
|
|
986
986
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-gray-50));
|
|
987
987
|
}
|
|
988
988
|
|
|
@@ -992,7 +992,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
992
992
|
|
|
993
993
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected.Dniwja_is-hovered {
|
|
994
994
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-alias-toggle-color-selected-hover));
|
|
995
|
-
border-color: var(--spectrum-alias-toggle-color-selected-hover);
|
|
995
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-alias-toggle-color-selected-hover));
|
|
996
996
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-gray-50));
|
|
997
997
|
}
|
|
998
998
|
|
|
@@ -1002,7 +1002,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1002
1002
|
|
|
1003
1003
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected.Dniwja_focus-ring {
|
|
1004
1004
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-alias-toggle-color-selected-key-focus));
|
|
1005
|
-
border-color: var(--spectrum-alias-toggle-color-selected-key-focus);
|
|
1005
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-alias-toggle-color-selected-key-focus));
|
|
1006
1006
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-gray-50));
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
@@ -1012,7 +1012,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1012
1012
|
|
|
1013
1013
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected.Dniwja_is-active {
|
|
1014
1014
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-alias-toggle-color-selected-down));
|
|
1015
|
-
border-color: var(--spectrum-alias-toggle-color-selected-down);
|
|
1015
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-alias-toggle-color-selected-down));
|
|
1016
1016
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-gray-50));
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
@@ -1021,28 +1021,28 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
1023
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected:disabled {
|
|
1024
|
-
background-color: var(--spectrum-high-contrast-
|
|
1024
|
+
background-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-background-color-selected-disabled, var(--spectrum-global-color-gray-200)));
|
|
1025
1025
|
border-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-border-color-selected-disabled, var(--spectrum-alias-border-color-disabled)));
|
|
1026
|
-
color: var(--spectrum-high-contrast-
|
|
1026
|
+
color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-text-color-selected-disabled, var(--spectrum-alias-text-color-disabled)));
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
1029
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected:disabled .Dniwja_spectrum-Icon {
|
|
1030
|
-
fill: var(--spectrum-high-contrast-
|
|
1030
|
+
fill: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-icon-color-selected-disabled, var(--spectrum-alias-icon-color-disabled)));
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
1033
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected.Dniwja_is-disabled {
|
|
1034
|
-
background-color: var(--spectrum-high-contrast-
|
|
1034
|
+
background-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-background-color-selected-disabled, var(--spectrum-global-color-gray-200)));
|
|
1035
1035
|
border-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-border-color-selected-disabled, var(--spectrum-alias-border-color-disabled)));
|
|
1036
|
-
color: var(--spectrum-high-contrast-
|
|
1036
|
+
color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-text-color-selected-disabled, var(--spectrum-alias-text-color-disabled)));
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
1039
1039
|
.Dniwja_spectrum-ActionButton.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-Icon {
|
|
1040
|
-
fill: var(--spectrum-high-contrast-
|
|
1040
|
+
fill: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-icon-color-selected-disabled, var(--spectrum-alias-icon-color-disabled)));
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
1043
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected {
|
|
1044
1044
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-default));
|
|
1045
|
-
border-color: var(--spectrum-accent-background-color-default);
|
|
1045
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-default));
|
|
1046
1046
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected, var(--spectrum-global-color-static-white)));
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
@@ -1052,7 +1052,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1052
1052
|
|
|
1053
1053
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_focus-ring {
|
|
1054
1054
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-key-focus));
|
|
1055
|
-
border-color: var(--spectrum-accent-background-color-hover);
|
|
1055
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-hover));
|
|
1056
1056
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected-key-focus, var(--spectrum-global-color-static-white)));
|
|
1057
1057
|
}
|
|
1058
1058
|
|
|
@@ -1062,7 +1062,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1062
1062
|
|
|
1063
1063
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-hovered {
|
|
1064
1064
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-hover));
|
|
1065
|
-
border-color: var(--spectrum-accent-background-color-hover);
|
|
1065
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-hover));
|
|
1066
1066
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected-hover, var(--spectrum-global-color-static-white)));
|
|
1067
1067
|
}
|
|
1068
1068
|
|
|
@@ -1072,7 +1072,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1072
1072
|
|
|
1073
1073
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-active {
|
|
1074
1074
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-down));
|
|
1075
|
-
border-color: var(--spectrum-accent-background-color-down);
|
|
1075
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-down));
|
|
1076
1076
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected-down, var(--spectrum-global-color-static-white)));
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
@@ -1081,28 +1081,28 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
1083
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected:disabled {
|
|
1084
|
-
background-color: var(--spectrum-high-contrast-
|
|
1084
|
+
background-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-background-color-selected-disabled, var(--spectrum-global-color-gray-200)));
|
|
1085
1085
|
border-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-border-color-selected-disabled, var(--spectrum-alias-border-color-disabled)));
|
|
1086
|
-
color: var(--spectrum-high-contrast-
|
|
1086
|
+
color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-text-color-selected-disabled, var(--spectrum-alias-text-color-disabled)));
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
1089
1089
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected:disabled .Dniwja_spectrum-Icon {
|
|
1090
|
-
fill: var(--spectrum-high-contrast-
|
|
1090
|
+
fill: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-icon-color-selected-disabled, var(--spectrum-alias-icon-color-disabled)));
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
1093
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-disabled {
|
|
1094
|
-
background-color: var(--spectrum-high-contrast-
|
|
1094
|
+
background-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-background-color-selected-disabled, var(--spectrum-global-color-gray-200)));
|
|
1095
1095
|
border-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-border-color-selected-disabled, var(--spectrum-alias-border-color-disabled)));
|
|
1096
|
-
color: var(--spectrum-high-contrast-
|
|
1096
|
+
color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-text-color-selected-disabled, var(--spectrum-alias-text-color-disabled)));
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
1099
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-Icon {
|
|
1100
|
-
fill: var(--spectrum-high-contrast-
|
|
1100
|
+
fill: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-icon-color-selected-disabled, var(--spectrum-alias-icon-color-disabled)));
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
1103
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected {
|
|
1104
1104
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-default));
|
|
1105
|
-
border-color: var(--spectrum-accent-background-color-default);
|
|
1105
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-default));
|
|
1106
1106
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected, var(--spectrum-global-color-static-white)));
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
@@ -1112,7 +1112,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1112
1112
|
|
|
1113
1113
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected.Dniwja_focus-ring {
|
|
1114
1114
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-key-focus));
|
|
1115
|
-
border-color: var(--spectrum-accent-background-color-hover);
|
|
1115
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-hover));
|
|
1116
1116
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected-key-focus, var(--spectrum-global-color-static-white)));
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
@@ -1122,7 +1122,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1122
1122
|
|
|
1123
1123
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected.Dniwja_is-hovered {
|
|
1124
1124
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-hover));
|
|
1125
|
-
border-color: var(--spectrum-accent-background-color-hover);
|
|
1125
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-hover));
|
|
1126
1126
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected-hover, var(--spectrum-global-color-static-white)));
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
@@ -1132,7 +1132,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1132
1132
|
|
|
1133
1133
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected.Dniwja_is-active {
|
|
1134
1134
|
background-color: var(--spectrum-high-contrast-highlight, var(--spectrum-accent-background-color-down));
|
|
1135
|
-
border-color: var(--spectrum-accent-background-color-down);
|
|
1135
|
+
border-color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-accent-background-color-down));
|
|
1136
1136
|
color: var(--spectrum-high-contrast-highlight-text, var(--spectrum-actionbutton-emphasized-text-color-selected-down, var(--spectrum-global-color-static-white)));
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
@@ -1141,28 +1141,28 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected:disabled {
|
|
1144
|
-
background-color: var(--spectrum-high-contrast-
|
|
1144
|
+
background-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-background-color-selected-disabled, var(--spectrum-global-color-gray-200)));
|
|
1145
1145
|
border-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-border-color-selected-disabled, var(--spectrum-alias-border-color-disabled)));
|
|
1146
|
-
color: var(--spectrum-high-contrast-
|
|
1146
|
+
color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-text-color-selected-disabled, var(--spectrum-alias-text-color-disabled)));
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
1149
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected:disabled .Dniwja_spectrum-Icon {
|
|
1150
|
-
fill: var(--spectrum-high-contrast-
|
|
1150
|
+
fill: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-icon-color-selected-disabled, var(--spectrum-alias-icon-color-disabled)));
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
1153
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected.Dniwja_is-disabled {
|
|
1154
|
-
background-color: var(--spectrum-high-contrast-
|
|
1154
|
+
background-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-background-color-selected-disabled, var(--spectrum-global-color-gray-200)));
|
|
1155
1155
|
border-color: var(--spectrum-high-contrast-gray-text, var(--spectrum-actionbutton-emphasized-border-color-selected-disabled, var(--spectrum-alias-border-color-disabled)));
|
|
1156
|
-
color: var(--spectrum-high-contrast-
|
|
1156
|
+
color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-text-color-selected-disabled, var(--spectrum-alias-text-color-disabled)));
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
1159
|
.Dniwja_spectrum-ActionButton--emphasized.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-Icon {
|
|
1160
|
-
fill: var(--spectrum-high-contrast-
|
|
1160
|
+
fill: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-emphasized-icon-color-selected-disabled, var(--spectrum-alias-icon-color-disabled)));
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
.Dniwja_spectrum-ActionButton--quiet {
|
|
1164
1164
|
background-color: var(--spectrum-high-contrast-button-face, var(--spectrum-actionbutton-quiet-background-color, var(--spectrum-alias-background-color-transparent)));
|
|
1165
|
-
border-color: var(--spectrum-high-contrast-button-
|
|
1165
|
+
border-color: var(--spectrum-high-contrast-button-text, var(--spectrum-actionbutton-quiet-border-color, var(--spectrum-alias-border-color-transparent)));
|
|
1166
1166
|
color: var(--spectrum-high-contrast-button-text, var(--spectrum-actionbutton-quiet-text-color, var(--spectrum-alias-text-color)));
|
|
1167
1167
|
}
|
|
1168
1168
|
|
|
@@ -1211,18 +1211,21 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1211
1211
|
--spectrum-actionbutton-static-border-color: var(--spectrum-actionbutton-static-white-border-color);
|
|
1212
1212
|
--spectrum-actionbutton-static-border-color-hover: var(--spectrum-actionbutton-static-white-border-color-hover);
|
|
1213
1213
|
--spectrum-actionbutton-static-border-color-active: var(--spectrum-actionbutton-static-white-border-color-down);
|
|
1214
|
+
--spectrum-actionbutton-static-border-color-selected: var(--spectrum-actionbutton-static-background-color-selected);
|
|
1214
1215
|
--spectrum-actionbutton-static-border-color-focus: var(--spectrum-actionbutton-static-white-border-color-key-focus);
|
|
1215
|
-
--spectrum-actionbutton-static-border-disabled: var(--spectrum-actionbutton-static-white-border-color-disabled);
|
|
1216
|
+
--spectrum-actionbutton-static-border-color-disabled: var(--spectrum-actionbutton-static-white-border-color-disabled);
|
|
1216
1217
|
--spectrum-actionbutton-static-border-color-selected-disabled: var(--spectrum-actionbutton-static-white-border-color-selected-disabled);
|
|
1217
1218
|
--spectrum-actionbutton-static-color: white;
|
|
1218
1219
|
--spectrum-actionbutton-static-color-selected: black;
|
|
1219
1220
|
--spectrum-actionbutton-static-color-disabled: #ffffff8c;
|
|
1221
|
+
--spectrum-actionbutton-static-color-selected-disabled: var(--spectrum-actionbutton-static-color-disabled);
|
|
1220
1222
|
}
|
|
1221
1223
|
|
|
1222
1224
|
.Dniwja_spectrum-ActionButton--staticWhite.Dniwja_spectrum-ActionButton--quiet {
|
|
1223
1225
|
--spectrum-actionbutton-static-border-color: transparent;
|
|
1224
1226
|
--spectrum-actionbutton-static-border-color-hover: transparent;
|
|
1225
1227
|
--spectrum-actionbutton-static-border-color-active: transparent;
|
|
1228
|
+
--spectrum-actionbutton-static-border-color-selected: transparent;
|
|
1226
1229
|
}
|
|
1227
1230
|
|
|
1228
1231
|
.Dniwja_spectrum-ActionButton--staticBlack {
|
|
@@ -1240,18 +1243,21 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1240
1243
|
--spectrum-actionbutton-static-border-color: var(--spectrum-actionbutton-static-black-border-color);
|
|
1241
1244
|
--spectrum-actionbutton-static-border-color-hover: var(--spectrum-actionbutton-static-black-border-color-hover);
|
|
1242
1245
|
--spectrum-actionbutton-static-border-color-active: var(--spectrum-actionbutton-static-black-border-color-down);
|
|
1246
|
+
--spectrum-actionbutton-static-border-color-selected: var(--spectrum-actionbutton-static-background-color-selected);
|
|
1243
1247
|
--spectrum-actionbutton-static-border-color-focus: var(--spectrum-actionbutton-static-black-border-color-key-focus);
|
|
1244
|
-
--spectrum-actionbutton-static-border-disabled: var(--spectrum-actionbutton-static-black-border-color-disabled);
|
|
1248
|
+
--spectrum-actionbutton-static-border-color-disabled: var(--spectrum-actionbutton-static-black-border-color-disabled);
|
|
1245
1249
|
--spectrum-actionbutton-static-border-color-selected-disabled: var(--spectrum-actionbutton-static-black-border-color-selected-disabled);
|
|
1246
1250
|
--spectrum-actionbutton-static-color: black;
|
|
1247
1251
|
--spectrum-actionbutton-static-color-selected: white;
|
|
1248
1252
|
--spectrum-actionbutton-static-color-disabled: #0000008c;
|
|
1253
|
+
--spectrum-actionbutton-static-color-selected-disabled: var(--spectrum-actionbutton-static-color-disabled);
|
|
1249
1254
|
}
|
|
1250
1255
|
|
|
1251
1256
|
.Dniwja_spectrum-ActionButton--staticBlack.Dniwja_spectrum-ActionButton--quiet {
|
|
1252
1257
|
--spectrum-actionbutton-static-border-color: transparent;
|
|
1253
1258
|
--spectrum-actionbutton-static-border-color-hover: transparent;
|
|
1254
1259
|
--spectrum-actionbutton-static-border-color-active: transparent;
|
|
1260
|
+
--spectrum-actionbutton-static-border-color-selected: transparent;
|
|
1255
1261
|
}
|
|
1256
1262
|
|
|
1257
1263
|
.Dniwja_spectrum-ActionButton--staticColor {
|
|
@@ -1314,7 +1320,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1314
1320
|
|
|
1315
1321
|
.Dniwja_spectrum-ActionButton--staticColor:disabled {
|
|
1316
1322
|
background-color: var(--spectrum-actionbutton-static-background-color-disabled);
|
|
1317
|
-
border-color: var(--spectrum-actionbutton-static-border-disabled);
|
|
1323
|
+
border-color: var(--spectrum-actionbutton-static-border-color-disabled);
|
|
1318
1324
|
color: var(--spectrum-actionbutton-static-color-disabled);
|
|
1319
1325
|
}
|
|
1320
1326
|
|
|
@@ -1328,7 +1334,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1328
1334
|
|
|
1329
1335
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-disabled {
|
|
1330
1336
|
background-color: var(--spectrum-actionbutton-static-background-color-disabled);
|
|
1331
|
-
border-color: var(--spectrum-actionbutton-static-border-disabled);
|
|
1337
|
+
border-color: var(--spectrum-actionbutton-static-border-color-disabled);
|
|
1332
1338
|
color: var(--spectrum-actionbutton-static-color-disabled);
|
|
1333
1339
|
}
|
|
1334
1340
|
|
|
@@ -1342,7 +1348,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1342
1348
|
|
|
1343
1349
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected {
|
|
1344
1350
|
background-color: var(--spectrum-actionbutton-static-background-color-selected);
|
|
1345
|
-
border-color: var(--spectrum-actionbutton-static-
|
|
1351
|
+
border-color: var(--spectrum-actionbutton-static-border-color-selected);
|
|
1346
1352
|
color: var(--spectrum-actionbutton-static-color-selected);
|
|
1347
1353
|
}
|
|
1348
1354
|
|
|
@@ -1384,11 +1390,11 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1384
1390
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected:disabled {
|
|
1385
1391
|
background-color: var(--spectrum-actionbutton-static-background-color-selected-disabled);
|
|
1386
1392
|
border-color: var(--spectrum-actionbutton-static-border-color-selected-disabled);
|
|
1387
|
-
color: var(--spectrum-actionbutton-static-color-disabled);
|
|
1393
|
+
color: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1388
1394
|
}
|
|
1389
1395
|
|
|
1390
1396
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected:disabled .Dniwja_spectrum-Icon {
|
|
1391
|
-
fill: var(--spectrum-actionbutton-static-color-disabled);
|
|
1397
|
+
fill: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1392
1398
|
}
|
|
1393
1399
|
|
|
1394
1400
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected:disabled .Dniwja_spectrum-ActionButton-hold {
|
|
@@ -1398,11 +1404,11 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1398
1404
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-disabled {
|
|
1399
1405
|
background-color: var(--spectrum-actionbutton-static-background-color-selected-disabled);
|
|
1400
1406
|
border-color: var(--spectrum-actionbutton-static-border-color-selected-disabled);
|
|
1401
|
-
color: var(--spectrum-actionbutton-static-color-disabled);
|
|
1407
|
+
color: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1402
1408
|
}
|
|
1403
1409
|
|
|
1404
1410
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-Icon {
|
|
1405
|
-
fill: var(--spectrum-actionbutton-static-color-disabled);
|
|
1411
|
+
fill: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1406
1412
|
}
|
|
1407
1413
|
|
|
1408
1414
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-ActionButton-hold {
|
|
@@ -1411,7 +1417,7 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1411
1417
|
|
|
1412
1418
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected {
|
|
1413
1419
|
background-color: var(--spectrum-actionbutton-static-background-color-selected);
|
|
1414
|
-
border-color: var(--spectrum-actionbutton-static-
|
|
1420
|
+
border-color: var(--spectrum-actionbutton-static-border-color-selected);
|
|
1415
1421
|
color: var(--spectrum-actionbutton-static-color-selected);
|
|
1416
1422
|
}
|
|
1417
1423
|
|
|
@@ -1453,11 +1459,11 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1453
1459
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected:disabled {
|
|
1454
1460
|
background-color: var(--spectrum-actionbutton-static-background-color-selected-disabled);
|
|
1455
1461
|
border-color: var(--spectrum-actionbutton-static-border-color-selected-disabled);
|
|
1456
|
-
color: var(--spectrum-actionbutton-static-color-disabled);
|
|
1462
|
+
color: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1457
1463
|
}
|
|
1458
1464
|
|
|
1459
1465
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected:disabled .Dniwja_spectrum-Icon {
|
|
1460
|
-
fill: var(--spectrum-actionbutton-static-color-disabled);
|
|
1466
|
+
fill: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1461
1467
|
}
|
|
1462
1468
|
|
|
1463
1469
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected:disabled .Dniwja_spectrum-ActionButton-hold {
|
|
@@ -1467,11 +1473,11 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1467
1473
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected.Dniwja_is-disabled {
|
|
1468
1474
|
background-color: var(--spectrum-actionbutton-static-background-color-selected-disabled);
|
|
1469
1475
|
border-color: var(--spectrum-actionbutton-static-border-color-selected-disabled);
|
|
1470
|
-
color: var(--spectrum-actionbutton-static-color-disabled);
|
|
1476
|
+
color: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1471
1477
|
}
|
|
1472
1478
|
|
|
1473
1479
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-Icon {
|
|
1474
|
-
fill: var(--spectrum-actionbutton-static-color-disabled);
|
|
1480
|
+
fill: var(--spectrum-actionbutton-static-color-selected-disabled);
|
|
1475
1481
|
}
|
|
1476
1482
|
|
|
1477
1483
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_is-selected.Dniwja_is-disabled .Dniwja_spectrum-ActionButton-hold {
|
|
@@ -1481,46 +1487,12 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1481
1487
|
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet {
|
|
1482
1488
|
--spectrum-actionbutton-static-background-color: transparent;
|
|
1483
1489
|
--spectrum-actionbutton-static-background-color-disabled: transparent;
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
border-color:
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-selected {
|
|
1491
|
-
border-color: #0000;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-hovered {
|
|
1495
|
-
border-color: #0000;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-hovered.Dniwja_is-selected {
|
|
1499
|
-
border-color: #0000;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-active {
|
|
1503
|
-
border-color: #0000;
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-active.Dniwja_is-selected {
|
|
1507
|
-
border-color: #0000;
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet:disabled {
|
|
1511
|
-
border-color: #0000;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet:disabled.Dniwja_is-selected {
|
|
1515
|
-
border-color: #0000;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-disabled {
|
|
1519
|
-
border-color: #0000;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.Dniwja_spectrum-ActionButton--staticColor.Dniwja_spectrum-ActionButton--quiet.Dniwja_is-disabled.Dniwja_is-selected {
|
|
1523
|
-
border-color: #0000;
|
|
1490
|
+
--spectrum-actionbutton-static-border-color: transparent;
|
|
1491
|
+
--spectrum-actionbutton-static-border-color-disabled: transparent;
|
|
1492
|
+
--spectrum-actionbutton-static-border-color-selected-hover: transparent;
|
|
1493
|
+
--spectrum-actionbutton-static-border-color-focus: transparent;
|
|
1494
|
+
--spectrum-actionbutton-static-border-color-active: transparent;
|
|
1495
|
+
--spectrum-actionbutton-static-border-color-selected-disabled: transparent;
|
|
1524
1496
|
}
|
|
1525
1497
|
|
|
1526
1498
|
.Dniwja_spectrum-LogicButton--and {
|
|
@@ -1799,8 +1771,11 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1799
1771
|
--spectrum-button-over-background-color: ButtonText;
|
|
1800
1772
|
}
|
|
1801
1773
|
|
|
1802
|
-
.Dniwja_spectrum-ActionButton--staticWhite, .Dniwja_spectrum-ActionButton--staticBlack {
|
|
1774
|
+
.Dniwja_spectrum-ActionButton--staticColor, .Dniwja_spectrum-ActionButton--staticWhite, .Dniwja_spectrum-ActionButton--staticBlack, .Dniwja_spectrum-ActionButton--staticWhite.Dniwja_spectrum-ActionButton--quiet, .Dniwja_spectrum-ActionButton--staticBlack.Dniwja_spectrum-ActionButton--quiet {
|
|
1803
1775
|
mix-blend-mode: normal;
|
|
1776
|
+
--spectrum-actionbutton-static-background-color: ButtonFace;
|
|
1777
|
+
--spectrum-actionbutton-static-background-color-disabled: var(--spectrum-high-contrast-transparent);
|
|
1778
|
+
--spectrum-actionbutton-static-background-color-selected-disabled: GrayText;
|
|
1804
1779
|
--spectrum-actionbutton-static-background-color-hover: ButtonFace;
|
|
1805
1780
|
--spectrum-actionbutton-static-background-color-focus: ButtonFace;
|
|
1806
1781
|
--spectrum-actionbutton-static-background-color-active: ButtonFace;
|
|
@@ -1808,14 +1783,17 @@ a.Dniwja_spectrum-Button, a.Dniwja_spectrum-ActionButton {
|
|
|
1808
1783
|
--spectrum-actionbutton-static-background-color-selected-hover: Highlight;
|
|
1809
1784
|
--spectrum-actionbutton-static-background-color-selected-focus: Highlight;
|
|
1810
1785
|
--spectrum-actionbutton-static-background-color-selected-active: Highlight;
|
|
1786
|
+
--spectrum-actionbutton-static-background-color-selected-disabled: GrayText;
|
|
1811
1787
|
--spectrum-actionbutton-static-border-color: ButtonText;
|
|
1812
1788
|
--spectrum-actionbutton-static-border-color-hover: Highlight;
|
|
1813
1789
|
--spectrum-actionbutton-static-border-color-active: ButtonText;
|
|
1814
1790
|
--spectrum-actionbutton-static-border-color-focus: CanvasText;
|
|
1815
|
-
--spectrum-actionbutton-static-border-disabled: GrayText;
|
|
1791
|
+
--spectrum-actionbutton-static-border-color-disabled: GrayText;
|
|
1792
|
+
--spectrum-actionbutton-static-border-color-selected-disabled: GrayText;
|
|
1816
1793
|
--spectrum-actionbutton-static-color: ButtonText;
|
|
1817
1794
|
--spectrum-actionbutton-static-color-selected: HighlightText;
|
|
1818
1795
|
--spectrum-actionbutton-static-color-disabled: GrayText;
|
|
1796
|
+
--spectrum-actionbutton-static-color-selected-disabled: ButtonFace;
|
|
1819
1797
|
}
|
|
1820
1798
|
}
|
|
1821
1799
|
|
package/dist/main.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"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","sources":["packages/@react-spectrum/combobox/src/combobox.css","packages/@adobe/spectrum-css-temp/components/button/vars.css","packages/@adobe/spectrum-css-temp/components/fieldlabel/vars.css","packages/@adobe/spectrum-css-temp/components/search/vars.css","packages/@adobe/spectrum-css-temp/components/inputgroup/vars.css","packages/@adobe/spectrum-css-temp/components/textfield/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n.no-results {\n display: block;\n /*\n Renamed from padding-y to padding-height to fix docs issue where fallback var replaced this value\n (due to old spectrum-css postcss-custom-properties-custom-mapping plugin).\n */\n padding-top: var(--spectrum-selectlist-option-padding-height);\n padding-inline-start: var(--spectrum-selectlist-option-padding);\n font-size: var(--spectrum-selectlist-option-text-size);\n font-weight: var(--spectrum-selectlist-option-text-font-weight);\n font-style: italic;\n}\n\n.mobile-combobox {\n outline: none;\n}\n\n.mobile-input {\n display: flex;\n align-items: center;\n}\n\n.mobile-value {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.tray-dialog {\n display: flex;\n flex-direction: column;\n height: 100%;\n outline: none;\n}\n\n.tray-textfield {\n margin: var(--spectrum-global-dimension-size-150);\n margin-bottom: var(--spectrum-global-dimension-size-50);\n flex-shrink: 0;\n width: initial !important;\n\n &.has-label {\n margin-top: var(--spectrum-global-dimension-size-50);\n }\n\n .tray-textfield-input {\n padding-inline-start: var(--spectrum-textfield-padding-x);\n }\n}\n\n.tray-listbox {\n width: 100%;\n flex: 1;\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.css.map"}
|
|
1
|
+
{"mappings":"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","sources":["packages/@react-spectrum/combobox/src/combobox.css","packages/@adobe/spectrum-css-temp/components/button/vars.css","packages/@adobe/spectrum-css-temp/components/fieldlabel/vars.css","packages/@adobe/spectrum-css-temp/components/search/vars.css","packages/@adobe/spectrum-css-temp/components/inputgroup/vars.css","packages/@adobe/spectrum-css-temp/components/textfield/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n.no-results {\n display: block;\n /*\n Renamed from padding-y to padding-height to fix docs issue where fallback var replaced this value\n (due to old spectrum-css postcss-custom-properties-custom-mapping plugin).\n */\n padding-top: var(--spectrum-selectlist-option-padding-height);\n padding-inline-start: var(--spectrum-selectlist-option-padding);\n font-size: var(--spectrum-selectlist-option-text-size);\n font-weight: var(--spectrum-selectlist-option-text-font-weight);\n font-style: italic;\n}\n\n.mobile-combobox {\n outline: none;\n}\n\n.mobile-input {\n display: flex;\n align-items: center;\n}\n\n.mobile-value {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.tray-dialog {\n display: flex;\n flex-direction: column;\n height: 100%;\n outline: none;\n}\n\n.tray-textfield {\n margin: var(--spectrum-global-dimension-size-150);\n margin-bottom: var(--spectrum-global-dimension-size-50);\n flex-shrink: 0;\n width: initial !important;\n\n &.has-label {\n margin-top: var(--spectrum-global-dimension-size-50);\n }\n\n .tray-textfield-input {\n padding-inline-start: var(--spectrum-textfield-padding-x);\n }\n}\n\n.tray-listbox {\n width: 100%;\n flex: 1;\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.css.map"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/combobox",
|
|
3
|
-
"version": "3.12.2-nightly.
|
|
3
|
+
"version": "3.12.2-nightly.4419+5a0690fe9",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,34 +36,34 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/button": "3.0.0-nightly.
|
|
40
|
-
"@react-aria/combobox": "3.8.3-nightly.
|
|
41
|
-
"@react-aria/dialog": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
43
|
-
"@react-aria/form": "3.0.2-nightly.
|
|
44
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
45
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
46
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
47
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
48
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
49
|
-
"@react-spectrum/button": "3.0.0-nightly.
|
|
50
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
|
51
|
-
"@react-spectrum/label": "3.16.3-nightly.
|
|
52
|
-
"@react-spectrum/listbox": "3.12.6-nightly.
|
|
53
|
-
"@react-spectrum/overlays": "3.0.0-nightly.
|
|
54
|
-
"@react-spectrum/progress": "3.0.0-nightly.
|
|
55
|
-
"@react-spectrum/textfield": "3.0.0-nightly.
|
|
56
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
57
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
58
|
-
"@react-stately/combobox": "3.8.2-nightly.
|
|
59
|
-
"@react-types/button": "3.9.2-nightly.
|
|
60
|
-
"@react-types/combobox": "3.10.1-nightly.
|
|
61
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
62
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/button": "3.0.0-nightly.2707+5a0690fe9",
|
|
40
|
+
"@react-aria/combobox": "3.8.3-nightly.4419+5a0690fe9",
|
|
41
|
+
"@react-aria/dialog": "3.0.0-nightly.2707+5a0690fe9",
|
|
42
|
+
"@react-aria/focus": "3.0.0-nightly.2707+5a0690fe9",
|
|
43
|
+
"@react-aria/form": "3.0.2-nightly.4419+5a0690fe9",
|
|
44
|
+
"@react-aria/i18n": "3.0.0-nightly.2707+5a0690fe9",
|
|
45
|
+
"@react-aria/interactions": "3.0.0-nightly.2707+5a0690fe9",
|
|
46
|
+
"@react-aria/label": "3.0.0-nightly.2707+5a0690fe9",
|
|
47
|
+
"@react-aria/overlays": "3.0.0-nightly.2707+5a0690fe9",
|
|
48
|
+
"@react-aria/utils": "3.0.0-nightly.2707+5a0690fe9",
|
|
49
|
+
"@react-spectrum/button": "3.0.0-nightly.2707+5a0690fe9",
|
|
50
|
+
"@react-spectrum/form": "3.0.0-nightly.2707+5a0690fe9",
|
|
51
|
+
"@react-spectrum/label": "3.16.3-nightly.4419+5a0690fe9",
|
|
52
|
+
"@react-spectrum/listbox": "3.12.6-nightly.4419+5a0690fe9",
|
|
53
|
+
"@react-spectrum/overlays": "3.0.0-nightly.2707+5a0690fe9",
|
|
54
|
+
"@react-spectrum/progress": "3.0.0-nightly.2707+5a0690fe9",
|
|
55
|
+
"@react-spectrum/textfield": "3.0.0-nightly.2707+5a0690fe9",
|
|
56
|
+
"@react-spectrum/utils": "3.0.0-nightly.2707+5a0690fe9",
|
|
57
|
+
"@react-stately/collections": "3.0.0-nightly.2707+5a0690fe9",
|
|
58
|
+
"@react-stately/combobox": "3.8.2-nightly.4419+5a0690fe9",
|
|
59
|
+
"@react-types/button": "3.9.2-nightly.4419+5a0690fe9",
|
|
60
|
+
"@react-types/combobox": "3.10.1-nightly.4419+5a0690fe9",
|
|
61
|
+
"@react-types/shared": "3.0.0-nightly.2707+5a0690fe9",
|
|
62
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2707+5a0690fe9",
|
|
63
63
|
"@swc/helpers": "^0.5.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
66
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2707+5a0690fe9"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "5a0690fe911ee3041b4bb3014273e19c79b5224e"
|
|
77
77
|
}
|