@pega/cosmos-react-core 3.0.0-dev.1.0 → 3.0.0-dev.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Configuration/Configuration.js +1 -1
- package/lib/components/Configuration/Configuration.js.map +1 -1
- package/lib/components/Currency/CurrencyDisplay.d.ts.map +1 -1
- package/lib/components/Currency/CurrencyDisplay.js +14 -13
- package/lib/components/Currency/CurrencyDisplay.js.map +1 -1
- package/lib/components/MultiStep/MultiStep.d.ts.map +1 -1
- package/lib/components/MultiStep/MultiStep.js +1 -1
- package/lib/components/MultiStep/MultiStep.js.map +1 -1
- package/lib/components/Number/NumberDisplay.d.ts +8 -4
- package/lib/components/Number/NumberDisplay.d.ts.map +1 -1
- package/lib/components/Number/NumberDisplay.js +9 -5
- package/lib/components/Number/NumberDisplay.js.map +1 -1
- package/lib/components/Number/NumberInput.types.d.ts +9 -4
- package/lib/components/Number/NumberInput.types.d.ts.map +1 -1
- package/lib/components/Number/NumberInput.types.js +2 -1
- package/lib/components/Number/NumberInput.types.js.map +1 -1
- package/lib/components/TextArea/TextArea.styles.d.ts.map +1 -1
- package/lib/components/TextArea/TextArea.styles.js +1 -0
- package/lib/components/TextArea/TextArea.styles.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +1 -0
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/i18n/default.d.ts +1 -0
- package/lib/i18n/default.d.ts.map +1 -1
- package/lib/i18n/default.js +2 -1
- package/lib/i18n/default.js.map +1 -1
- package/lib/i18n/i18n.d.ts +2 -0
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/theme/theme.d.ts +439 -439
- package/lib/theme/themeDefinition.json +243 -243
- package/lib/utils/utils.js +1 -1
- package/lib/utils/utils.js.map +1 -1
- package/package.json +1 -1
package/lib/theme/theme.d.ts
CHANGED
|
@@ -480,20 +480,6 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
480
480
|
$value: string;
|
|
481
481
|
};
|
|
482
482
|
};
|
|
483
|
-
tabs: {
|
|
484
|
-
base: {
|
|
485
|
-
foreground: {
|
|
486
|
-
$type: string;
|
|
487
|
-
$value: string;
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
inverted: {
|
|
491
|
-
foreground: {
|
|
492
|
-
$type: string;
|
|
493
|
-
$value: string;
|
|
494
|
-
};
|
|
495
|
-
};
|
|
496
|
-
};
|
|
497
483
|
badges: {
|
|
498
484
|
status: {
|
|
499
485
|
success: {
|
|
@@ -720,6 +706,90 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
720
706
|
$value: string;
|
|
721
707
|
};
|
|
722
708
|
};
|
|
709
|
+
chat: {
|
|
710
|
+
messageBubble: {
|
|
711
|
+
sender: {
|
|
712
|
+
header: {
|
|
713
|
+
"background-color": {
|
|
714
|
+
$type: string;
|
|
715
|
+
$value: string;
|
|
716
|
+
};
|
|
717
|
+
"foreground-color": {
|
|
718
|
+
$type: string;
|
|
719
|
+
$value: string;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
content: {
|
|
723
|
+
"background-color": {
|
|
724
|
+
$type: string;
|
|
725
|
+
$value: string;
|
|
726
|
+
};
|
|
727
|
+
"foreground-color": {
|
|
728
|
+
$type: string;
|
|
729
|
+
$value: string;
|
|
730
|
+
};
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
receiver: {
|
|
734
|
+
header: {
|
|
735
|
+
"background-color": {
|
|
736
|
+
$type: string;
|
|
737
|
+
$value: string;
|
|
738
|
+
};
|
|
739
|
+
"foreground-color": {
|
|
740
|
+
$type: string;
|
|
741
|
+
$value: string;
|
|
742
|
+
};
|
|
743
|
+
};
|
|
744
|
+
content: {
|
|
745
|
+
"background-color": {
|
|
746
|
+
$type: string;
|
|
747
|
+
$value: string;
|
|
748
|
+
};
|
|
749
|
+
"foreground-color": {
|
|
750
|
+
$type: string;
|
|
751
|
+
$value: string;
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
};
|
|
755
|
+
other: {
|
|
756
|
+
header: {
|
|
757
|
+
"background-color": {
|
|
758
|
+
$type: string;
|
|
759
|
+
$value: string;
|
|
760
|
+
};
|
|
761
|
+
"foreground-color": {
|
|
762
|
+
$type: string;
|
|
763
|
+
$value: string;
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
content: {
|
|
767
|
+
"background-color": {
|
|
768
|
+
$type: string;
|
|
769
|
+
$value: string;
|
|
770
|
+
};
|
|
771
|
+
"foreground-color": {
|
|
772
|
+
$type: string;
|
|
773
|
+
$value: string;
|
|
774
|
+
};
|
|
775
|
+
};
|
|
776
|
+
};
|
|
777
|
+
};
|
|
778
|
+
transcript: {
|
|
779
|
+
message: {
|
|
780
|
+
"icon-foreground-color": {
|
|
781
|
+
$type: string;
|
|
782
|
+
$value: string;
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
checkbox: {
|
|
788
|
+
"border-radius": {
|
|
789
|
+
$type: string;
|
|
790
|
+
$value: string;
|
|
791
|
+
};
|
|
792
|
+
};
|
|
723
793
|
"form-control": {
|
|
724
794
|
"foreground-color": {
|
|
725
795
|
$type: string;
|
|
@@ -834,6 +904,50 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
834
904
|
$value: string;
|
|
835
905
|
};
|
|
836
906
|
};
|
|
907
|
+
"interaction-timer": {
|
|
908
|
+
"notification-indicator": {
|
|
909
|
+
$type: string;
|
|
910
|
+
$value: string;
|
|
911
|
+
};
|
|
912
|
+
sla: {
|
|
913
|
+
goal: {
|
|
914
|
+
progress: {
|
|
915
|
+
"primary-color": {
|
|
916
|
+
$type: string;
|
|
917
|
+
$value: string;
|
|
918
|
+
};
|
|
919
|
+
"secondary-color": {
|
|
920
|
+
$type: string;
|
|
921
|
+
$value: string;
|
|
922
|
+
};
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
deadline: {
|
|
926
|
+
progress: {
|
|
927
|
+
"primary-color": {
|
|
928
|
+
$type: string;
|
|
929
|
+
$value: string;
|
|
930
|
+
};
|
|
931
|
+
"secondary-color": {
|
|
932
|
+
$type: string;
|
|
933
|
+
$value: string;
|
|
934
|
+
};
|
|
935
|
+
};
|
|
936
|
+
};
|
|
937
|
+
"past-deadline": {
|
|
938
|
+
progress: {
|
|
939
|
+
"primary-color": {
|
|
940
|
+
$type: string;
|
|
941
|
+
$value: string;
|
|
942
|
+
};
|
|
943
|
+
"secondary-color": {
|
|
944
|
+
$type: string;
|
|
945
|
+
$value: string;
|
|
946
|
+
};
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
};
|
|
837
951
|
label: {
|
|
838
952
|
color: {
|
|
839
953
|
$type: string;
|
|
@@ -848,30 +962,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
848
962
|
$value: string;
|
|
849
963
|
};
|
|
850
964
|
};
|
|
851
|
-
|
|
852
|
-
|
|
965
|
+
link: {
|
|
966
|
+
color: {
|
|
853
967
|
$type: string;
|
|
854
968
|
$value: string;
|
|
855
969
|
};
|
|
856
970
|
};
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
$type: string;
|
|
860
|
-
$value: string;
|
|
861
|
-
};
|
|
862
|
-
padding: {
|
|
863
|
-
$type: string;
|
|
864
|
-
$value: string;
|
|
865
|
-
};
|
|
866
|
-
"border-color": {
|
|
867
|
-
$type: string;
|
|
868
|
-
$value: string;
|
|
869
|
-
};
|
|
870
|
-
"border-width": {
|
|
871
|
-
$type: string;
|
|
872
|
-
$value: string;
|
|
873
|
-
};
|
|
874
|
-
"border-radius": {
|
|
971
|
+
progress: {
|
|
972
|
+
"progress-color": {
|
|
875
973
|
$type: string;
|
|
876
974
|
$value: string;
|
|
877
975
|
};
|
|
@@ -922,12 +1020,6 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
922
1020
|
};
|
|
923
1021
|
};
|
|
924
1022
|
};
|
|
925
|
-
checkbox: {
|
|
926
|
-
"border-radius": {
|
|
927
|
-
$type: string;
|
|
928
|
-
$value: string;
|
|
929
|
-
};
|
|
930
|
-
};
|
|
931
1023
|
"radio-button": {
|
|
932
1024
|
"border-radius": {
|
|
933
1025
|
$type: string;
|
|
@@ -946,6 +1038,28 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
946
1038
|
$value: number;
|
|
947
1039
|
};
|
|
948
1040
|
};
|
|
1041
|
+
select: {
|
|
1042
|
+
height: {
|
|
1043
|
+
$type: string;
|
|
1044
|
+
$value: string;
|
|
1045
|
+
};
|
|
1046
|
+
padding: {
|
|
1047
|
+
$type: string;
|
|
1048
|
+
$value: string;
|
|
1049
|
+
};
|
|
1050
|
+
"border-color": {
|
|
1051
|
+
$type: string;
|
|
1052
|
+
$value: string;
|
|
1053
|
+
};
|
|
1054
|
+
"border-width": {
|
|
1055
|
+
$type: string;
|
|
1056
|
+
$value: string;
|
|
1057
|
+
};
|
|
1058
|
+
"border-radius": {
|
|
1059
|
+
$type: string;
|
|
1060
|
+
$value: string;
|
|
1061
|
+
};
|
|
1062
|
+
};
|
|
949
1063
|
sentiment: {
|
|
950
1064
|
positive: {
|
|
951
1065
|
color: {
|
|
@@ -966,6 +1080,36 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
966
1080
|
};
|
|
967
1081
|
};
|
|
968
1082
|
};
|
|
1083
|
+
switch: {
|
|
1084
|
+
height: {
|
|
1085
|
+
$type: string;
|
|
1086
|
+
$value: string;
|
|
1087
|
+
};
|
|
1088
|
+
width: {
|
|
1089
|
+
$type: string;
|
|
1090
|
+
$value: string;
|
|
1091
|
+
};
|
|
1092
|
+
"touch-height": {
|
|
1093
|
+
$type: string;
|
|
1094
|
+
$value: string;
|
|
1095
|
+
};
|
|
1096
|
+
"touch-width": {
|
|
1097
|
+
$type: string;
|
|
1098
|
+
$value: string;
|
|
1099
|
+
};
|
|
1100
|
+
off: {
|
|
1101
|
+
color: {
|
|
1102
|
+
$type: string;
|
|
1103
|
+
$value: string;
|
|
1104
|
+
};
|
|
1105
|
+
};
|
|
1106
|
+
on: {
|
|
1107
|
+
color: {
|
|
1108
|
+
$type: string;
|
|
1109
|
+
$value: string;
|
|
1110
|
+
};
|
|
1111
|
+
};
|
|
1112
|
+
};
|
|
969
1113
|
table: {
|
|
970
1114
|
header: {
|
|
971
1115
|
"font-size": {
|
|
@@ -1064,222 +1208,20 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1064
1208
|
};
|
|
1065
1209
|
};
|
|
1066
1210
|
};
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
$type: string;
|
|
1071
|
-
$value: string;
|
|
1072
|
-
};
|
|
1073
|
-
"font-weight": {
|
|
1074
|
-
$type: string;
|
|
1075
|
-
$value: string;
|
|
1076
|
-
};
|
|
1077
|
-
};
|
|
1078
|
-
secondary: {
|
|
1079
|
-
"font-size": {
|
|
1080
|
-
$type: string;
|
|
1081
|
-
$value: string;
|
|
1082
|
-
};
|
|
1083
|
-
"font-weight": {
|
|
1211
|
+
tabs: {
|
|
1212
|
+
base: {
|
|
1213
|
+
foreground: {
|
|
1084
1214
|
$type: string;
|
|
1085
1215
|
$value: string;
|
|
1086
1216
|
};
|
|
1087
1217
|
};
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
$type: string;
|
|
1091
|
-
$value: string;
|
|
1092
|
-
};
|
|
1093
|
-
"font-weight": {
|
|
1094
|
-
$type: string;
|
|
1095
|
-
$value: string;
|
|
1096
|
-
};
|
|
1097
|
-
};
|
|
1098
|
-
h2: {
|
|
1099
|
-
"font-size": {
|
|
1100
|
-
$type: string;
|
|
1101
|
-
$value: string;
|
|
1102
|
-
};
|
|
1103
|
-
"font-weight": {
|
|
1104
|
-
$type: string;
|
|
1105
|
-
$value: string;
|
|
1106
|
-
};
|
|
1107
|
-
};
|
|
1108
|
-
h3: {
|
|
1109
|
-
"font-size": {
|
|
1110
|
-
$type: string;
|
|
1111
|
-
$value: string;
|
|
1112
|
-
};
|
|
1113
|
-
"font-weight": {
|
|
1114
|
-
$type: string;
|
|
1115
|
-
$value: string;
|
|
1116
|
-
};
|
|
1117
|
-
};
|
|
1118
|
-
h4: {
|
|
1119
|
-
"font-size": {
|
|
1120
|
-
$type: string;
|
|
1121
|
-
$value: string;
|
|
1122
|
-
};
|
|
1123
|
-
"font-weight": {
|
|
1124
|
-
$type: string;
|
|
1125
|
-
$value: string;
|
|
1126
|
-
};
|
|
1127
|
-
};
|
|
1128
|
-
h5: {
|
|
1129
|
-
"font-size": {
|
|
1130
|
-
$type: string;
|
|
1131
|
-
$value: string;
|
|
1132
|
-
};
|
|
1133
|
-
"font-weight": {
|
|
1134
|
-
$type: string;
|
|
1135
|
-
$value: string;
|
|
1136
|
-
};
|
|
1137
|
-
};
|
|
1138
|
-
h6: {
|
|
1139
|
-
"font-size": {
|
|
1140
|
-
$type: string;
|
|
1141
|
-
$value: string;
|
|
1142
|
-
};
|
|
1143
|
-
"font-weight": {
|
|
1218
|
+
inverted: {
|
|
1219
|
+
foreground: {
|
|
1144
1220
|
$type: string;
|
|
1145
1221
|
$value: string;
|
|
1146
1222
|
};
|
|
1147
1223
|
};
|
|
1148
1224
|
};
|
|
1149
|
-
"text-area": {
|
|
1150
|
-
"min-height": {
|
|
1151
|
-
$type: string;
|
|
1152
|
-
$value: string;
|
|
1153
|
-
};
|
|
1154
|
-
padding: {
|
|
1155
|
-
$type: string;
|
|
1156
|
-
$value: string;
|
|
1157
|
-
};
|
|
1158
|
-
};
|
|
1159
|
-
link: {
|
|
1160
|
-
color: {
|
|
1161
|
-
$type: string;
|
|
1162
|
-
$value: string;
|
|
1163
|
-
};
|
|
1164
|
-
};
|
|
1165
|
-
chat: {
|
|
1166
|
-
messageBubble: {
|
|
1167
|
-
sender: {
|
|
1168
|
-
header: {
|
|
1169
|
-
"background-color": {
|
|
1170
|
-
$type: string;
|
|
1171
|
-
$value: string;
|
|
1172
|
-
};
|
|
1173
|
-
"foreground-color": {
|
|
1174
|
-
$type: string;
|
|
1175
|
-
$value: string;
|
|
1176
|
-
};
|
|
1177
|
-
};
|
|
1178
|
-
content: {
|
|
1179
|
-
"background-color": {
|
|
1180
|
-
$type: string;
|
|
1181
|
-
$value: string;
|
|
1182
|
-
};
|
|
1183
|
-
"foreground-color": {
|
|
1184
|
-
$type: string;
|
|
1185
|
-
$value: string;
|
|
1186
|
-
};
|
|
1187
|
-
};
|
|
1188
|
-
};
|
|
1189
|
-
receiver: {
|
|
1190
|
-
header: {
|
|
1191
|
-
"background-color": {
|
|
1192
|
-
$type: string;
|
|
1193
|
-
$value: string;
|
|
1194
|
-
};
|
|
1195
|
-
"foreground-color": {
|
|
1196
|
-
$type: string;
|
|
1197
|
-
$value: string;
|
|
1198
|
-
};
|
|
1199
|
-
};
|
|
1200
|
-
content: {
|
|
1201
|
-
"background-color": {
|
|
1202
|
-
$type: string;
|
|
1203
|
-
$value: string;
|
|
1204
|
-
};
|
|
1205
|
-
"foreground-color": {
|
|
1206
|
-
$type: string;
|
|
1207
|
-
$value: string;
|
|
1208
|
-
};
|
|
1209
|
-
};
|
|
1210
|
-
};
|
|
1211
|
-
other: {
|
|
1212
|
-
header: {
|
|
1213
|
-
"background-color": {
|
|
1214
|
-
$type: string;
|
|
1215
|
-
$value: string;
|
|
1216
|
-
};
|
|
1217
|
-
"foreground-color": {
|
|
1218
|
-
$type: string;
|
|
1219
|
-
$value: string;
|
|
1220
|
-
};
|
|
1221
|
-
};
|
|
1222
|
-
content: {
|
|
1223
|
-
"background-color": {
|
|
1224
|
-
$type: string;
|
|
1225
|
-
$value: string;
|
|
1226
|
-
};
|
|
1227
|
-
"foreground-color": {
|
|
1228
|
-
$type: string;
|
|
1229
|
-
$value: string;
|
|
1230
|
-
};
|
|
1231
|
-
};
|
|
1232
|
-
};
|
|
1233
|
-
};
|
|
1234
|
-
transcript: {
|
|
1235
|
-
message: {
|
|
1236
|
-
"icon-foreground-color": {
|
|
1237
|
-
$type: string;
|
|
1238
|
-
$value: string;
|
|
1239
|
-
};
|
|
1240
|
-
};
|
|
1241
|
-
};
|
|
1242
|
-
};
|
|
1243
|
-
switch: {
|
|
1244
|
-
height: {
|
|
1245
|
-
$type: string;
|
|
1246
|
-
$value: string;
|
|
1247
|
-
};
|
|
1248
|
-
width: {
|
|
1249
|
-
$type: string;
|
|
1250
|
-
$value: string;
|
|
1251
|
-
};
|
|
1252
|
-
"touch-height": {
|
|
1253
|
-
$type: string;
|
|
1254
|
-
$value: string;
|
|
1255
|
-
};
|
|
1256
|
-
"touch-width": {
|
|
1257
|
-
$type: string;
|
|
1258
|
-
$value: string;
|
|
1259
|
-
};
|
|
1260
|
-
off: {
|
|
1261
|
-
color: {
|
|
1262
|
-
$type: string;
|
|
1263
|
-
$value: string;
|
|
1264
|
-
};
|
|
1265
|
-
};
|
|
1266
|
-
on: {
|
|
1267
|
-
color: {
|
|
1268
|
-
$type: string;
|
|
1269
|
-
$value: string;
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
1272
|
-
};
|
|
1273
|
-
tooltip: {
|
|
1274
|
-
"foreground-color": {
|
|
1275
|
-
$type: string;
|
|
1276
|
-
$value: string;
|
|
1277
|
-
};
|
|
1278
|
-
"background-color": {
|
|
1279
|
-
$type: string;
|
|
1280
|
-
$value: string;
|
|
1281
|
-
};
|
|
1282
|
-
};
|
|
1283
1225
|
"task-manager": {
|
|
1284
1226
|
"task-icon": {
|
|
1285
1227
|
banner: {
|
|
@@ -1364,49 +1306,107 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1364
1306
|
};
|
|
1365
1307
|
};
|
|
1366
1308
|
};
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1309
|
+
text: {
|
|
1310
|
+
primary: {
|
|
1311
|
+
"font-size": {
|
|
1312
|
+
$type: string;
|
|
1313
|
+
$value: string;
|
|
1314
|
+
};
|
|
1315
|
+
"font-weight": {
|
|
1316
|
+
$type: string;
|
|
1317
|
+
$value: string;
|
|
1318
|
+
};
|
|
1371
1319
|
};
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
$type: string;
|
|
1377
|
-
$value: string;
|
|
1378
|
-
};
|
|
1379
|
-
"secondary-color": {
|
|
1380
|
-
$type: string;
|
|
1381
|
-
$value: string;
|
|
1382
|
-
};
|
|
1383
|
-
};
|
|
1320
|
+
secondary: {
|
|
1321
|
+
"font-size": {
|
|
1322
|
+
$type: string;
|
|
1323
|
+
$value: string;
|
|
1384
1324
|
};
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
$type: string;
|
|
1389
|
-
$value: string;
|
|
1390
|
-
};
|
|
1391
|
-
"secondary-color": {
|
|
1392
|
-
$type: string;
|
|
1393
|
-
$value: string;
|
|
1394
|
-
};
|
|
1395
|
-
};
|
|
1325
|
+
"font-weight": {
|
|
1326
|
+
$type: string;
|
|
1327
|
+
$value: string;
|
|
1396
1328
|
};
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1329
|
+
};
|
|
1330
|
+
h1: {
|
|
1331
|
+
"font-size": {
|
|
1332
|
+
$type: string;
|
|
1333
|
+
$value: string;
|
|
1334
|
+
};
|
|
1335
|
+
"font-weight": {
|
|
1336
|
+
$type: string;
|
|
1337
|
+
$value: string;
|
|
1338
|
+
};
|
|
1339
|
+
};
|
|
1340
|
+
h2: {
|
|
1341
|
+
"font-size": {
|
|
1342
|
+
$type: string;
|
|
1343
|
+
$value: string;
|
|
1344
|
+
};
|
|
1345
|
+
"font-weight": {
|
|
1346
|
+
$type: string;
|
|
1347
|
+
$value: string;
|
|
1348
|
+
};
|
|
1349
|
+
};
|
|
1350
|
+
h3: {
|
|
1351
|
+
"font-size": {
|
|
1352
|
+
$type: string;
|
|
1353
|
+
$value: string;
|
|
1354
|
+
};
|
|
1355
|
+
"font-weight": {
|
|
1356
|
+
$type: string;
|
|
1357
|
+
$value: string;
|
|
1408
1358
|
};
|
|
1409
1359
|
};
|
|
1360
|
+
h4: {
|
|
1361
|
+
"font-size": {
|
|
1362
|
+
$type: string;
|
|
1363
|
+
$value: string;
|
|
1364
|
+
};
|
|
1365
|
+
"font-weight": {
|
|
1366
|
+
$type: string;
|
|
1367
|
+
$value: string;
|
|
1368
|
+
};
|
|
1369
|
+
};
|
|
1370
|
+
h5: {
|
|
1371
|
+
"font-size": {
|
|
1372
|
+
$type: string;
|
|
1373
|
+
$value: string;
|
|
1374
|
+
};
|
|
1375
|
+
"font-weight": {
|
|
1376
|
+
$type: string;
|
|
1377
|
+
$value: string;
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
h6: {
|
|
1381
|
+
"font-size": {
|
|
1382
|
+
$type: string;
|
|
1383
|
+
$value: string;
|
|
1384
|
+
};
|
|
1385
|
+
"font-weight": {
|
|
1386
|
+
$type: string;
|
|
1387
|
+
$value: string;
|
|
1388
|
+
};
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1391
|
+
"text-area": {
|
|
1392
|
+
"min-height": {
|
|
1393
|
+
$type: string;
|
|
1394
|
+
$value: string;
|
|
1395
|
+
};
|
|
1396
|
+
padding: {
|
|
1397
|
+
$type: string;
|
|
1398
|
+
$value: string;
|
|
1399
|
+
};
|
|
1400
|
+
};
|
|
1401
|
+
tooltip: {
|
|
1402
|
+
"foreground-color": {
|
|
1403
|
+
$type: string;
|
|
1404
|
+
$value: string;
|
|
1405
|
+
};
|
|
1406
|
+
"background-color": {
|
|
1407
|
+
$type: string;
|
|
1408
|
+
$value: string;
|
|
1409
|
+
};
|
|
1410
1410
|
};
|
|
1411
1411
|
};
|
|
1412
1412
|
}>;
|
|
@@ -1703,14 +1703,6 @@ export declare const WorkTheme: {
|
|
|
1703
1703
|
readonly "background-color": string;
|
|
1704
1704
|
readonly "border-radius": string;
|
|
1705
1705
|
};
|
|
1706
|
-
readonly tabs: {
|
|
1707
|
-
readonly base: {
|
|
1708
|
-
readonly foreground: string;
|
|
1709
|
-
};
|
|
1710
|
-
readonly inverted: {
|
|
1711
|
-
readonly foreground: string;
|
|
1712
|
-
};
|
|
1713
|
-
};
|
|
1714
1706
|
readonly badges: {
|
|
1715
1707
|
readonly alert: {
|
|
1716
1708
|
readonly base: {
|
|
@@ -1763,23 +1755,62 @@ export declare const WorkTheme: {
|
|
|
1763
1755
|
readonly foreground: string;
|
|
1764
1756
|
};
|
|
1765
1757
|
};
|
|
1766
|
-
readonly tag: {
|
|
1767
|
-
readonly background: string;
|
|
1768
|
-
readonly foreground: string;
|
|
1769
|
-
};
|
|
1770
|
-
readonly selectable: {
|
|
1771
|
-
readonly base: {
|
|
1772
|
-
readonly background: string;
|
|
1773
|
-
readonly foreground: string;
|
|
1758
|
+
readonly tag: {
|
|
1759
|
+
readonly background: string;
|
|
1760
|
+
readonly foreground: string;
|
|
1761
|
+
};
|
|
1762
|
+
readonly selectable: {
|
|
1763
|
+
readonly base: {
|
|
1764
|
+
readonly background: string;
|
|
1765
|
+
readonly foreground: string;
|
|
1766
|
+
};
|
|
1767
|
+
};
|
|
1768
|
+
};
|
|
1769
|
+
readonly card: {
|
|
1770
|
+
readonly padding: string;
|
|
1771
|
+
readonly background: string;
|
|
1772
|
+
readonly "border-color": string;
|
|
1773
|
+
readonly "border-radius": string;
|
|
1774
|
+
};
|
|
1775
|
+
readonly chat: {
|
|
1776
|
+
readonly messageBubble: {
|
|
1777
|
+
readonly other: {
|
|
1778
|
+
readonly content: {
|
|
1779
|
+
readonly "background-color": string;
|
|
1780
|
+
readonly "foreground-color": string;
|
|
1781
|
+
};
|
|
1782
|
+
readonly header: {
|
|
1783
|
+
readonly "background-color": string;
|
|
1784
|
+
readonly "foreground-color": string;
|
|
1785
|
+
};
|
|
1786
|
+
};
|
|
1787
|
+
readonly sender: {
|
|
1788
|
+
readonly content: {
|
|
1789
|
+
readonly "background-color": string;
|
|
1790
|
+
readonly "foreground-color": string;
|
|
1791
|
+
};
|
|
1792
|
+
readonly header: {
|
|
1793
|
+
readonly "background-color": string;
|
|
1794
|
+
readonly "foreground-color": string;
|
|
1795
|
+
};
|
|
1796
|
+
};
|
|
1797
|
+
readonly receiver: {
|
|
1798
|
+
readonly content: {
|
|
1799
|
+
readonly "background-color": string;
|
|
1800
|
+
readonly "foreground-color": string;
|
|
1801
|
+
};
|
|
1802
|
+
readonly header: {
|
|
1803
|
+
readonly "background-color": string;
|
|
1804
|
+
readonly "foreground-color": string;
|
|
1805
|
+
};
|
|
1806
|
+
};
|
|
1807
|
+
};
|
|
1808
|
+
readonly transcript: {
|
|
1809
|
+
readonly message: {
|
|
1810
|
+
readonly "icon-foreground-color": string;
|
|
1774
1811
|
};
|
|
1775
1812
|
};
|
|
1776
1813
|
};
|
|
1777
|
-
readonly card: {
|
|
1778
|
-
readonly padding: string;
|
|
1779
|
-
readonly background: string;
|
|
1780
|
-
readonly "border-color": string;
|
|
1781
|
-
readonly "border-radius": string;
|
|
1782
|
-
};
|
|
1783
1814
|
readonly "form-control": {
|
|
1784
1815
|
readonly padding: string;
|
|
1785
1816
|
readonly "background-color": string;
|
|
@@ -1817,6 +1848,29 @@ export declare const WorkTheme: {
|
|
|
1817
1848
|
readonly "status-color": string;
|
|
1818
1849
|
};
|
|
1819
1850
|
};
|
|
1851
|
+
readonly "interaction-timer": {
|
|
1852
|
+
readonly "notification-indicator": string;
|
|
1853
|
+
readonly sla: {
|
|
1854
|
+
readonly goal: {
|
|
1855
|
+
readonly progress: {
|
|
1856
|
+
readonly "secondary-color": string;
|
|
1857
|
+
readonly "primary-color": string;
|
|
1858
|
+
};
|
|
1859
|
+
};
|
|
1860
|
+
readonly deadline: {
|
|
1861
|
+
readonly progress: {
|
|
1862
|
+
readonly "secondary-color": string;
|
|
1863
|
+
readonly "primary-color": string;
|
|
1864
|
+
};
|
|
1865
|
+
};
|
|
1866
|
+
readonly "past-deadline": {
|
|
1867
|
+
readonly progress: {
|
|
1868
|
+
readonly "secondary-color": string;
|
|
1869
|
+
readonly "primary-color": string;
|
|
1870
|
+
};
|
|
1871
|
+
};
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1820
1874
|
readonly "radio-check": {
|
|
1821
1875
|
readonly size: string;
|
|
1822
1876
|
readonly "background-color": string;
|
|
@@ -1853,47 +1907,12 @@ export declare const WorkTheme: {
|
|
|
1853
1907
|
readonly color: string;
|
|
1854
1908
|
};
|
|
1855
1909
|
};
|
|
1856
|
-
readonly
|
|
1857
|
-
readonly
|
|
1858
|
-
|
|
1859
|
-
};
|
|
1860
|
-
readonly chat: {
|
|
1861
|
-
readonly messageBubble: {
|
|
1862
|
-
readonly other: {
|
|
1863
|
-
readonly content: {
|
|
1864
|
-
readonly "background-color": string;
|
|
1865
|
-
readonly "foreground-color": string;
|
|
1866
|
-
};
|
|
1867
|
-
readonly header: {
|
|
1868
|
-
readonly "background-color": string;
|
|
1869
|
-
readonly "foreground-color": string;
|
|
1870
|
-
};
|
|
1871
|
-
};
|
|
1872
|
-
readonly sender: {
|
|
1873
|
-
readonly content: {
|
|
1874
|
-
readonly "background-color": string;
|
|
1875
|
-
readonly "foreground-color": string;
|
|
1876
|
-
};
|
|
1877
|
-
readonly header: {
|
|
1878
|
-
readonly "background-color": string;
|
|
1879
|
-
readonly "foreground-color": string;
|
|
1880
|
-
};
|
|
1881
|
-
};
|
|
1882
|
-
readonly receiver: {
|
|
1883
|
-
readonly content: {
|
|
1884
|
-
readonly "background-color": string;
|
|
1885
|
-
readonly "foreground-color": string;
|
|
1886
|
-
};
|
|
1887
|
-
readonly header: {
|
|
1888
|
-
readonly "background-color": string;
|
|
1889
|
-
readonly "foreground-color": string;
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1910
|
+
readonly tabs: {
|
|
1911
|
+
readonly base: {
|
|
1912
|
+
readonly foreground: string;
|
|
1892
1913
|
};
|
|
1893
|
-
readonly
|
|
1894
|
-
readonly
|
|
1895
|
-
readonly "icon-foreground-color": string;
|
|
1896
|
-
};
|
|
1914
|
+
readonly inverted: {
|
|
1915
|
+
readonly foreground: string;
|
|
1897
1916
|
};
|
|
1898
1917
|
};
|
|
1899
1918
|
readonly "task-manager": {
|
|
@@ -1932,28 +1951,9 @@ export declare const WorkTheme: {
|
|
|
1932
1951
|
};
|
|
1933
1952
|
};
|
|
1934
1953
|
};
|
|
1935
|
-
readonly "
|
|
1936
|
-
readonly
|
|
1937
|
-
readonly
|
|
1938
|
-
readonly goal: {
|
|
1939
|
-
readonly progress: {
|
|
1940
|
-
readonly "secondary-color": string;
|
|
1941
|
-
readonly "primary-color": string;
|
|
1942
|
-
};
|
|
1943
|
-
};
|
|
1944
|
-
readonly deadline: {
|
|
1945
|
-
readonly progress: {
|
|
1946
|
-
readonly "secondary-color": string;
|
|
1947
|
-
readonly "primary-color": string;
|
|
1948
|
-
};
|
|
1949
|
-
};
|
|
1950
|
-
readonly "past-deadline": {
|
|
1951
|
-
readonly progress: {
|
|
1952
|
-
readonly "secondary-color": string;
|
|
1953
|
-
readonly "primary-color": string;
|
|
1954
|
-
};
|
|
1955
|
-
};
|
|
1956
|
-
};
|
|
1954
|
+
readonly "text-area": {
|
|
1955
|
+
readonly padding: string;
|
|
1956
|
+
readonly "min-height": string;
|
|
1957
1957
|
};
|
|
1958
1958
|
};
|
|
1959
1959
|
};
|
|
@@ -2252,14 +2252,6 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2252
2252
|
readonly "background-color": string;
|
|
2253
2253
|
readonly "border-radius": string;
|
|
2254
2254
|
};
|
|
2255
|
-
readonly tabs: {
|
|
2256
|
-
readonly base: {
|
|
2257
|
-
readonly foreground: string;
|
|
2258
|
-
};
|
|
2259
|
-
readonly inverted: {
|
|
2260
|
-
readonly foreground: string;
|
|
2261
|
-
};
|
|
2262
|
-
};
|
|
2263
2255
|
readonly badges: {
|
|
2264
2256
|
readonly alert: {
|
|
2265
2257
|
readonly base: {
|
|
@@ -2329,6 +2321,45 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2329
2321
|
readonly "border-color": string;
|
|
2330
2322
|
readonly "border-radius": string;
|
|
2331
2323
|
};
|
|
2324
|
+
readonly chat: {
|
|
2325
|
+
readonly messageBubble: {
|
|
2326
|
+
readonly other: {
|
|
2327
|
+
readonly content: {
|
|
2328
|
+
readonly "background-color": string;
|
|
2329
|
+
readonly "foreground-color": string;
|
|
2330
|
+
};
|
|
2331
|
+
readonly header: {
|
|
2332
|
+
readonly "background-color": string;
|
|
2333
|
+
readonly "foreground-color": string;
|
|
2334
|
+
};
|
|
2335
|
+
};
|
|
2336
|
+
readonly sender: {
|
|
2337
|
+
readonly content: {
|
|
2338
|
+
readonly "background-color": string;
|
|
2339
|
+
readonly "foreground-color": string;
|
|
2340
|
+
};
|
|
2341
|
+
readonly header: {
|
|
2342
|
+
readonly "background-color": string;
|
|
2343
|
+
readonly "foreground-color": string;
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
readonly receiver: {
|
|
2347
|
+
readonly content: {
|
|
2348
|
+
readonly "background-color": string;
|
|
2349
|
+
readonly "foreground-color": string;
|
|
2350
|
+
};
|
|
2351
|
+
readonly header: {
|
|
2352
|
+
readonly "background-color": string;
|
|
2353
|
+
readonly "foreground-color": string;
|
|
2354
|
+
};
|
|
2355
|
+
};
|
|
2356
|
+
};
|
|
2357
|
+
readonly transcript: {
|
|
2358
|
+
readonly message: {
|
|
2359
|
+
readonly "icon-foreground-color": string;
|
|
2360
|
+
};
|
|
2361
|
+
};
|
|
2362
|
+
};
|
|
2332
2363
|
readonly "form-control": {
|
|
2333
2364
|
readonly padding: string;
|
|
2334
2365
|
readonly "background-color": string;
|
|
@@ -2366,6 +2397,29 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2366
2397
|
readonly "status-color": string;
|
|
2367
2398
|
};
|
|
2368
2399
|
};
|
|
2400
|
+
readonly "interaction-timer": {
|
|
2401
|
+
readonly "notification-indicator": string;
|
|
2402
|
+
readonly sla: {
|
|
2403
|
+
readonly goal: {
|
|
2404
|
+
readonly progress: {
|
|
2405
|
+
readonly "secondary-color": string;
|
|
2406
|
+
readonly "primary-color": string;
|
|
2407
|
+
};
|
|
2408
|
+
};
|
|
2409
|
+
readonly deadline: {
|
|
2410
|
+
readonly progress: {
|
|
2411
|
+
readonly "secondary-color": string;
|
|
2412
|
+
readonly "primary-color": string;
|
|
2413
|
+
};
|
|
2414
|
+
};
|
|
2415
|
+
readonly "past-deadline": {
|
|
2416
|
+
readonly progress: {
|
|
2417
|
+
readonly "secondary-color": string;
|
|
2418
|
+
readonly "primary-color": string;
|
|
2419
|
+
};
|
|
2420
|
+
};
|
|
2421
|
+
};
|
|
2422
|
+
};
|
|
2369
2423
|
readonly "radio-check": {
|
|
2370
2424
|
readonly size: string;
|
|
2371
2425
|
readonly "background-color": string;
|
|
@@ -2402,47 +2456,12 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2402
2456
|
readonly color: string;
|
|
2403
2457
|
};
|
|
2404
2458
|
};
|
|
2405
|
-
readonly
|
|
2406
|
-
readonly
|
|
2407
|
-
|
|
2408
|
-
};
|
|
2409
|
-
readonly chat: {
|
|
2410
|
-
readonly messageBubble: {
|
|
2411
|
-
readonly other: {
|
|
2412
|
-
readonly content: {
|
|
2413
|
-
readonly "background-color": string;
|
|
2414
|
-
readonly "foreground-color": string;
|
|
2415
|
-
};
|
|
2416
|
-
readonly header: {
|
|
2417
|
-
readonly "background-color": string;
|
|
2418
|
-
readonly "foreground-color": string;
|
|
2419
|
-
};
|
|
2420
|
-
};
|
|
2421
|
-
readonly sender: {
|
|
2422
|
-
readonly content: {
|
|
2423
|
-
readonly "background-color": string;
|
|
2424
|
-
readonly "foreground-color": string;
|
|
2425
|
-
};
|
|
2426
|
-
readonly header: {
|
|
2427
|
-
readonly "background-color": string;
|
|
2428
|
-
readonly "foreground-color": string;
|
|
2429
|
-
};
|
|
2430
|
-
};
|
|
2431
|
-
readonly receiver: {
|
|
2432
|
-
readonly content: {
|
|
2433
|
-
readonly "background-color": string;
|
|
2434
|
-
readonly "foreground-color": string;
|
|
2435
|
-
};
|
|
2436
|
-
readonly header: {
|
|
2437
|
-
readonly "background-color": string;
|
|
2438
|
-
readonly "foreground-color": string;
|
|
2439
|
-
};
|
|
2440
|
-
};
|
|
2459
|
+
readonly tabs: {
|
|
2460
|
+
readonly base: {
|
|
2461
|
+
readonly foreground: string;
|
|
2441
2462
|
};
|
|
2442
|
-
readonly
|
|
2443
|
-
readonly
|
|
2444
|
-
readonly "icon-foreground-color": string;
|
|
2445
|
-
};
|
|
2463
|
+
readonly inverted: {
|
|
2464
|
+
readonly foreground: string;
|
|
2446
2465
|
};
|
|
2447
2466
|
};
|
|
2448
2467
|
readonly "task-manager": {
|
|
@@ -2481,28 +2500,9 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2481
2500
|
};
|
|
2482
2501
|
};
|
|
2483
2502
|
};
|
|
2484
|
-
readonly "
|
|
2485
|
-
readonly
|
|
2486
|
-
readonly
|
|
2487
|
-
readonly goal: {
|
|
2488
|
-
readonly progress: {
|
|
2489
|
-
readonly "secondary-color": string;
|
|
2490
|
-
readonly "primary-color": string;
|
|
2491
|
-
};
|
|
2492
|
-
};
|
|
2493
|
-
readonly deadline: {
|
|
2494
|
-
readonly progress: {
|
|
2495
|
-
readonly "secondary-color": string;
|
|
2496
|
-
readonly "primary-color": string;
|
|
2497
|
-
};
|
|
2498
|
-
};
|
|
2499
|
-
readonly "past-deadline": {
|
|
2500
|
-
readonly progress: {
|
|
2501
|
-
readonly "secondary-color": string;
|
|
2502
|
-
readonly "primary-color": string;
|
|
2503
|
-
};
|
|
2504
|
-
};
|
|
2505
|
-
};
|
|
2503
|
+
readonly "text-area": {
|
|
2504
|
+
readonly padding: string;
|
|
2505
|
+
readonly "min-height": string;
|
|
2506
2506
|
};
|
|
2507
2507
|
};
|
|
2508
2508
|
};
|