@atom-learning/components 5.0.1 → 5.2.0-beta.1
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/components/badge/stitches.badge.colorscheme.config.d.ts +44 -0
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/data-table/DataTable.d.ts +739 -3
- package/dist/components/data-table/DataTableTable.d.ts +2 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/pagination/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +1 -1
- package/dist/components/scrollable-container/ScrollableContainer.context.d.ts +23 -0
- package/dist/components/scrollable-container/ScrollableContainer.context.js +2 -0
- package/dist/components/scrollable-container/ScrollableContainer.context.js.map +1 -0
- package/dist/components/scrollable-container/ScrollableContainer.d.ts +1120 -0
- package/dist/components/scrollable-container/ScrollableContainer.js +2 -0
- package/dist/components/scrollable-container/ScrollableContainer.js.map +1 -0
- package/dist/components/scrollable-container/ScrollableContainerShadow.d.ts +10 -0
- package/dist/components/scrollable-container/ScrollableContainerShadow.js +2 -0
- package/dist/components/scrollable-container/ScrollableContainerShadow.js.map +1 -0
- package/dist/components/scrollable-container/index.d.ts +3 -0
- package/dist/components/scrollable-container/useScrollableContainer.d.ts +2 -0
- package/dist/components/scrollable-container/useScrollableContainer.js +2 -0
- package/dist/components/scrollable-container/useScrollableContainer.js.map +1 -0
- package/dist/components/table/Table.d.ts +4 -14
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.js +1 -1
- package/dist/components/table/TableHeaderCell.js.map +1 -1
- package/dist/components/table/TableRow.js +1 -1
- package/dist/components/table/TableRow.js.map +1 -1
- package/dist/components/table/TableScrollableContainer.d.ts +743 -0
- package/dist/components/table/TableScrollableContainer.js +2 -0
- package/dist/components/table/TableScrollableContainer.js.map +1 -0
- package/dist/components/table/useSticky.d.ts +12 -0
- package/dist/components/table/useSticky.js +2 -0
- package/dist/components/table/useSticky.js.map +1 -0
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/components/table/TableStickyColumnsContainer.d.ts +0 -6
- package/dist/components/table/TableStickyColumnsContainer.js +0 -2
- package/dist/components/table/TableStickyColumnsContainer.js.map +0 -1
- package/dist/components/table/useStickyColumnsCss.d.ts +0 -10
- package/dist/components/table/useStickyColumnsCss.js +0 -2
- package/dist/components/table/useStickyColumnsCss.js.map +0 -1
|
@@ -1036,11 +1036,746 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1036
1036
|
};
|
|
1037
1037
|
}> | undefined;
|
|
1038
1038
|
} & {
|
|
1039
|
+
scrollable?: boolean;
|
|
1040
|
+
} & Omit<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1041
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1042
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
1043
|
+
sm: string;
|
|
1044
|
+
md: string;
|
|
1045
|
+
lg: string;
|
|
1046
|
+
xl: string;
|
|
1047
|
+
reducedMotion: string;
|
|
1048
|
+
allowMotion: string;
|
|
1049
|
+
hover: string;
|
|
1050
|
+
}> & {
|
|
1051
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1052
|
+
sm: string;
|
|
1053
|
+
md: string;
|
|
1054
|
+
lg: string;
|
|
1055
|
+
xl: string;
|
|
1056
|
+
reducedMotion: string;
|
|
1057
|
+
allowMotion: string;
|
|
1058
|
+
hover: string;
|
|
1059
|
+
}, {
|
|
1060
|
+
colors: {
|
|
1061
|
+
textBold: string;
|
|
1062
|
+
textRegular: string;
|
|
1063
|
+
textSubtle: string;
|
|
1064
|
+
textMinimal: string;
|
|
1065
|
+
background: string;
|
|
1066
|
+
backgroundAccent: string;
|
|
1067
|
+
grey100: string;
|
|
1068
|
+
grey200: string;
|
|
1069
|
+
grey300: string;
|
|
1070
|
+
grey400: string;
|
|
1071
|
+
grey500: string;
|
|
1072
|
+
grey600: string;
|
|
1073
|
+
grey700: string;
|
|
1074
|
+
grey800: string;
|
|
1075
|
+
grey900: string;
|
|
1076
|
+
grey1000: string;
|
|
1077
|
+
grey1100: string;
|
|
1078
|
+
grey1200: string;
|
|
1079
|
+
blue100: string;
|
|
1080
|
+
blue200: string;
|
|
1081
|
+
blue300: string;
|
|
1082
|
+
blue400: string;
|
|
1083
|
+
blue500: string;
|
|
1084
|
+
blue600: string;
|
|
1085
|
+
blue700: string;
|
|
1086
|
+
blue800: string;
|
|
1087
|
+
blue900: string;
|
|
1088
|
+
blue1000: string;
|
|
1089
|
+
blue1100: string;
|
|
1090
|
+
blue1200: string;
|
|
1091
|
+
pink100: string;
|
|
1092
|
+
pink200: string;
|
|
1093
|
+
pink300: string;
|
|
1094
|
+
pink400: string;
|
|
1095
|
+
pink500: string;
|
|
1096
|
+
pink600: string;
|
|
1097
|
+
pink700: string;
|
|
1098
|
+
pink800: string;
|
|
1099
|
+
pink900: string;
|
|
1100
|
+
pink1000: string;
|
|
1101
|
+
pink1100: string;
|
|
1102
|
+
pink1200: string;
|
|
1103
|
+
purple100: string;
|
|
1104
|
+
purple200: string;
|
|
1105
|
+
purple300: string;
|
|
1106
|
+
purple400: string;
|
|
1107
|
+
purple500: string;
|
|
1108
|
+
purple600: string;
|
|
1109
|
+
purple700: string;
|
|
1110
|
+
purple800: string;
|
|
1111
|
+
purple900: string;
|
|
1112
|
+
purple1000: string;
|
|
1113
|
+
purple1100: string;
|
|
1114
|
+
purple1200: string;
|
|
1115
|
+
cyan100: string;
|
|
1116
|
+
cyan200: string;
|
|
1117
|
+
cyan300: string;
|
|
1118
|
+
cyan400: string;
|
|
1119
|
+
cyan500: string;
|
|
1120
|
+
cyan600: string;
|
|
1121
|
+
cyan700: string;
|
|
1122
|
+
cyan800: string;
|
|
1123
|
+
cyan900: string;
|
|
1124
|
+
cyan1000: string;
|
|
1125
|
+
cyan1100: string;
|
|
1126
|
+
cyan1200: string;
|
|
1127
|
+
green100: string;
|
|
1128
|
+
green200: string;
|
|
1129
|
+
green300: string;
|
|
1130
|
+
green400: string;
|
|
1131
|
+
green500: string;
|
|
1132
|
+
green600: string;
|
|
1133
|
+
green700: string;
|
|
1134
|
+
green800: string;
|
|
1135
|
+
green900: string;
|
|
1136
|
+
green1000: string;
|
|
1137
|
+
green1100: string;
|
|
1138
|
+
green1200: string;
|
|
1139
|
+
magenta100: string;
|
|
1140
|
+
magenta200: string;
|
|
1141
|
+
magenta300: string;
|
|
1142
|
+
magenta400: string;
|
|
1143
|
+
magenta500: string;
|
|
1144
|
+
magenta600: string;
|
|
1145
|
+
magenta700: string;
|
|
1146
|
+
magenta800: string;
|
|
1147
|
+
magenta900: string;
|
|
1148
|
+
magenta1000: string;
|
|
1149
|
+
magenta1100: string;
|
|
1150
|
+
magenta1200: string;
|
|
1151
|
+
red100: string;
|
|
1152
|
+
red200: string;
|
|
1153
|
+
red300: string;
|
|
1154
|
+
red400: string;
|
|
1155
|
+
red500: string;
|
|
1156
|
+
red600: string;
|
|
1157
|
+
red700: string;
|
|
1158
|
+
red800: string;
|
|
1159
|
+
red900: string;
|
|
1160
|
+
red1000: string;
|
|
1161
|
+
red1100: string;
|
|
1162
|
+
red1200: string;
|
|
1163
|
+
teal100: string;
|
|
1164
|
+
teal200: string;
|
|
1165
|
+
teal300: string;
|
|
1166
|
+
teal400: string;
|
|
1167
|
+
teal500: string;
|
|
1168
|
+
teal600: string;
|
|
1169
|
+
teal700: string;
|
|
1170
|
+
teal800: string;
|
|
1171
|
+
teal900: string;
|
|
1172
|
+
teal1000: string;
|
|
1173
|
+
teal1100: string;
|
|
1174
|
+
teal1200: string;
|
|
1175
|
+
orange100: string;
|
|
1176
|
+
orange200: string;
|
|
1177
|
+
orange300: string;
|
|
1178
|
+
orange400: string;
|
|
1179
|
+
orange500: string;
|
|
1180
|
+
orange600: string;
|
|
1181
|
+
orange700: string;
|
|
1182
|
+
orange800: string;
|
|
1183
|
+
orange900: string;
|
|
1184
|
+
orange1000: string;
|
|
1185
|
+
orange1100: string;
|
|
1186
|
+
orange1200: string;
|
|
1187
|
+
yellow100: string;
|
|
1188
|
+
yellow200: string;
|
|
1189
|
+
yellow300: string;
|
|
1190
|
+
yellow400: string;
|
|
1191
|
+
yellow500: string;
|
|
1192
|
+
yellow600: string;
|
|
1193
|
+
yellow700: string;
|
|
1194
|
+
yellow800: string;
|
|
1195
|
+
yellow900: string;
|
|
1196
|
+
yellow1000: string;
|
|
1197
|
+
yellow1100: string;
|
|
1198
|
+
yellow1200: string;
|
|
1199
|
+
lime100: string;
|
|
1200
|
+
lime200: string;
|
|
1201
|
+
lime300: string;
|
|
1202
|
+
lime400: string;
|
|
1203
|
+
lime500: string;
|
|
1204
|
+
lime600: string;
|
|
1205
|
+
lime700: string;
|
|
1206
|
+
lime800: string;
|
|
1207
|
+
lime900: string;
|
|
1208
|
+
lime1000: string;
|
|
1209
|
+
lime1100: string;
|
|
1210
|
+
lime1200: string;
|
|
1211
|
+
lapis100: string;
|
|
1212
|
+
lapis200: string;
|
|
1213
|
+
lapis300: string;
|
|
1214
|
+
lapis400: string;
|
|
1215
|
+
lapis500: string;
|
|
1216
|
+
lapis600: string;
|
|
1217
|
+
lapis700: string;
|
|
1218
|
+
lapis800: string;
|
|
1219
|
+
lapis900: string;
|
|
1220
|
+
lapis1000: string;
|
|
1221
|
+
lapis1100: string;
|
|
1222
|
+
lapis1200: string;
|
|
1223
|
+
maroon100: string;
|
|
1224
|
+
maroon200: string;
|
|
1225
|
+
maroon300: string;
|
|
1226
|
+
maroon400: string;
|
|
1227
|
+
maroon500: string;
|
|
1228
|
+
maroon600: string;
|
|
1229
|
+
maroon700: string;
|
|
1230
|
+
maroon800: string;
|
|
1231
|
+
maroon900: string;
|
|
1232
|
+
maroon1000: string;
|
|
1233
|
+
maroon1100: string;
|
|
1234
|
+
maroon1200: string;
|
|
1235
|
+
marsh100: string;
|
|
1236
|
+
marsh200: string;
|
|
1237
|
+
marsh300: string;
|
|
1238
|
+
marsh400: string;
|
|
1239
|
+
marsh500: string;
|
|
1240
|
+
marsh600: string;
|
|
1241
|
+
marsh700: string;
|
|
1242
|
+
marsh800: string;
|
|
1243
|
+
marsh900: string;
|
|
1244
|
+
marsh1000: string;
|
|
1245
|
+
marsh1100: string;
|
|
1246
|
+
marsh1200: string;
|
|
1247
|
+
alpha100: string;
|
|
1248
|
+
alpha150: string;
|
|
1249
|
+
alpha200: string;
|
|
1250
|
+
alpha250: string;
|
|
1251
|
+
alpha600: string;
|
|
1252
|
+
infoLight: string;
|
|
1253
|
+
info: string;
|
|
1254
|
+
infoMid: string;
|
|
1255
|
+
infoDark: string;
|
|
1256
|
+
successLight: string;
|
|
1257
|
+
success: string;
|
|
1258
|
+
successMid: string;
|
|
1259
|
+
successDark: string;
|
|
1260
|
+
dangerLight: string;
|
|
1261
|
+
danger: string;
|
|
1262
|
+
dangerMid: string;
|
|
1263
|
+
dangerDark: string;
|
|
1264
|
+
warningLight: string;
|
|
1265
|
+
warning: string;
|
|
1266
|
+
warningMid: string;
|
|
1267
|
+
warningDark: string;
|
|
1268
|
+
warningText: string;
|
|
1269
|
+
subjectEnglish: string;
|
|
1270
|
+
subjectMaths: string;
|
|
1271
|
+
subjectScience: string;
|
|
1272
|
+
subjectVerbalReasoning: string;
|
|
1273
|
+
subjectNonVerbalReasoning: string;
|
|
1274
|
+
subjectCreativeWriting: string;
|
|
1275
|
+
subjectExamSkills: string;
|
|
1276
|
+
glBlueLight: string;
|
|
1277
|
+
glBluePrimary: string;
|
|
1278
|
+
glBlueDark: string;
|
|
1279
|
+
primary100: string;
|
|
1280
|
+
primary200: string;
|
|
1281
|
+
primary300: string;
|
|
1282
|
+
primary400: string;
|
|
1283
|
+
primary500: string;
|
|
1284
|
+
primary600: string;
|
|
1285
|
+
primary700: string;
|
|
1286
|
+
primary800: string;
|
|
1287
|
+
primary900: string;
|
|
1288
|
+
primary1000: string;
|
|
1289
|
+
primary1100: string;
|
|
1290
|
+
primary1200: string;
|
|
1291
|
+
};
|
|
1292
|
+
space: {
|
|
1293
|
+
"0": string;
|
|
1294
|
+
"1": string;
|
|
1295
|
+
"2": string;
|
|
1296
|
+
"3": string;
|
|
1297
|
+
"4": string;
|
|
1298
|
+
"5": string;
|
|
1299
|
+
"6": string;
|
|
1300
|
+
"7": string;
|
|
1301
|
+
"8": string;
|
|
1302
|
+
"9": string;
|
|
1303
|
+
"24": string;
|
|
1304
|
+
};
|
|
1305
|
+
fontSizes: {
|
|
1306
|
+
xs: string;
|
|
1307
|
+
sm: string;
|
|
1308
|
+
md: string;
|
|
1309
|
+
lg: string;
|
|
1310
|
+
xl: string;
|
|
1311
|
+
"2xl": string;
|
|
1312
|
+
"3xl": string;
|
|
1313
|
+
"4xl": string;
|
|
1314
|
+
};
|
|
1315
|
+
fonts: {
|
|
1316
|
+
sans: string;
|
|
1317
|
+
mono: string;
|
|
1318
|
+
display: string;
|
|
1319
|
+
body: string;
|
|
1320
|
+
};
|
|
1321
|
+
sizes: {
|
|
1322
|
+
"0": string;
|
|
1323
|
+
"1": string;
|
|
1324
|
+
"2": string;
|
|
1325
|
+
"3": string;
|
|
1326
|
+
"4": string;
|
|
1327
|
+
"5": string;
|
|
1328
|
+
"6": string;
|
|
1329
|
+
"7": string;
|
|
1330
|
+
"8": string;
|
|
1331
|
+
};
|
|
1332
|
+
radii: {
|
|
1333
|
+
"0": string;
|
|
1334
|
+
"1": string;
|
|
1335
|
+
"2": string;
|
|
1336
|
+
"3": string;
|
|
1337
|
+
round: string;
|
|
1338
|
+
};
|
|
1339
|
+
shadows: {
|
|
1340
|
+
"0": string;
|
|
1341
|
+
"1": string;
|
|
1342
|
+
"2": string;
|
|
1343
|
+
"3": string;
|
|
1344
|
+
};
|
|
1345
|
+
ratios: {
|
|
1346
|
+
"16-9": string;
|
|
1347
|
+
"3-2": string;
|
|
1348
|
+
"4-3": string;
|
|
1349
|
+
"1-1": string;
|
|
1350
|
+
"3-4": string;
|
|
1351
|
+
};
|
|
1352
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1353
|
+
bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
|
|
1354
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1355
|
+
};
|
|
1356
|
+
size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
|
|
1357
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1358
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1359
|
+
};
|
|
1360
|
+
p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1361
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1362
|
+
};
|
|
1363
|
+
pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1364
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1365
|
+
};
|
|
1366
|
+
pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1367
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1368
|
+
};
|
|
1369
|
+
pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1370
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1371
|
+
};
|
|
1372
|
+
pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1373
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1374
|
+
};
|
|
1375
|
+
px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1376
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1377
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1378
|
+
};
|
|
1379
|
+
py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1380
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1381
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1382
|
+
};
|
|
1383
|
+
m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1384
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1385
|
+
};
|
|
1386
|
+
mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1387
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1388
|
+
};
|
|
1389
|
+
mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1390
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1391
|
+
};
|
|
1392
|
+
mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1393
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1394
|
+
};
|
|
1395
|
+
ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1396
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1397
|
+
};
|
|
1398
|
+
mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1399
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1400
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1401
|
+
};
|
|
1402
|
+
my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1403
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1404
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1405
|
+
};
|
|
1406
|
+
}> | undefined;
|
|
1407
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {}> & {
|
|
1408
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{}, {}, {}, {}> | undefined;
|
|
1409
|
+
} & {
|
|
1410
|
+
scrollContainerCss?: import("react").ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
|
|
1411
|
+
sm: string;
|
|
1412
|
+
md: string;
|
|
1413
|
+
lg: string;
|
|
1414
|
+
xl: string;
|
|
1415
|
+
reducedMotion: string;
|
|
1416
|
+
allowMotion: string;
|
|
1417
|
+
hover: string;
|
|
1418
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1419
|
+
sm: string;
|
|
1420
|
+
md: string;
|
|
1421
|
+
lg: string;
|
|
1422
|
+
xl: string;
|
|
1423
|
+
reducedMotion: string;
|
|
1424
|
+
allowMotion: string;
|
|
1425
|
+
hover: string;
|
|
1426
|
+
}, {
|
|
1427
|
+
colors: {
|
|
1428
|
+
textBold: string;
|
|
1429
|
+
textRegular: string;
|
|
1430
|
+
textSubtle: string;
|
|
1431
|
+
textMinimal: string;
|
|
1432
|
+
background: string;
|
|
1433
|
+
backgroundAccent: string;
|
|
1434
|
+
grey100: string;
|
|
1435
|
+
grey200: string;
|
|
1436
|
+
grey300: string;
|
|
1437
|
+
grey400: string;
|
|
1438
|
+
grey500: string;
|
|
1439
|
+
grey600: string;
|
|
1440
|
+
grey700: string;
|
|
1441
|
+
grey800: string;
|
|
1442
|
+
grey900: string;
|
|
1443
|
+
grey1000: string;
|
|
1444
|
+
grey1100: string;
|
|
1445
|
+
grey1200: string;
|
|
1446
|
+
blue100: string;
|
|
1447
|
+
blue200: string;
|
|
1448
|
+
blue300: string;
|
|
1449
|
+
blue400: string;
|
|
1450
|
+
blue500: string;
|
|
1451
|
+
blue600: string;
|
|
1452
|
+
blue700: string;
|
|
1453
|
+
blue800: string;
|
|
1454
|
+
blue900: string;
|
|
1455
|
+
blue1000: string;
|
|
1456
|
+
blue1100: string;
|
|
1457
|
+
blue1200: string;
|
|
1458
|
+
pink100: string;
|
|
1459
|
+
pink200: string;
|
|
1460
|
+
pink300: string;
|
|
1461
|
+
pink400: string;
|
|
1462
|
+
pink500: string;
|
|
1463
|
+
pink600: string;
|
|
1464
|
+
pink700: string;
|
|
1465
|
+
pink800: string;
|
|
1466
|
+
pink900: string;
|
|
1467
|
+
pink1000: string;
|
|
1468
|
+
pink1100: string;
|
|
1469
|
+
pink1200: string;
|
|
1470
|
+
purple100: string;
|
|
1471
|
+
purple200: string;
|
|
1472
|
+
purple300: string;
|
|
1473
|
+
purple400: string;
|
|
1474
|
+
purple500: string;
|
|
1475
|
+
purple600: string;
|
|
1476
|
+
purple700: string;
|
|
1477
|
+
purple800: string;
|
|
1478
|
+
purple900: string;
|
|
1479
|
+
purple1000: string;
|
|
1480
|
+
purple1100: string;
|
|
1481
|
+
purple1200: string;
|
|
1482
|
+
cyan100: string;
|
|
1483
|
+
cyan200: string;
|
|
1484
|
+
cyan300: string;
|
|
1485
|
+
cyan400: string;
|
|
1486
|
+
cyan500: string;
|
|
1487
|
+
cyan600: string;
|
|
1488
|
+
cyan700: string;
|
|
1489
|
+
cyan800: string;
|
|
1490
|
+
cyan900: string;
|
|
1491
|
+
cyan1000: string;
|
|
1492
|
+
cyan1100: string;
|
|
1493
|
+
cyan1200: string;
|
|
1494
|
+
green100: string;
|
|
1495
|
+
green200: string;
|
|
1496
|
+
green300: string;
|
|
1497
|
+
green400: string;
|
|
1498
|
+
green500: string;
|
|
1499
|
+
green600: string;
|
|
1500
|
+
green700: string;
|
|
1501
|
+
green800: string;
|
|
1502
|
+
green900: string;
|
|
1503
|
+
green1000: string;
|
|
1504
|
+
green1100: string;
|
|
1505
|
+
green1200: string;
|
|
1506
|
+
magenta100: string;
|
|
1507
|
+
magenta200: string;
|
|
1508
|
+
magenta300: string;
|
|
1509
|
+
magenta400: string;
|
|
1510
|
+
magenta500: string;
|
|
1511
|
+
magenta600: string;
|
|
1512
|
+
magenta700: string;
|
|
1513
|
+
magenta800: string;
|
|
1514
|
+
magenta900: string;
|
|
1515
|
+
magenta1000: string;
|
|
1516
|
+
magenta1100: string;
|
|
1517
|
+
magenta1200: string;
|
|
1518
|
+
red100: string;
|
|
1519
|
+
red200: string;
|
|
1520
|
+
red300: string;
|
|
1521
|
+
red400: string;
|
|
1522
|
+
red500: string;
|
|
1523
|
+
red600: string;
|
|
1524
|
+
red700: string;
|
|
1525
|
+
red800: string;
|
|
1526
|
+
red900: string;
|
|
1527
|
+
red1000: string;
|
|
1528
|
+
red1100: string;
|
|
1529
|
+
red1200: string;
|
|
1530
|
+
teal100: string;
|
|
1531
|
+
teal200: string;
|
|
1532
|
+
teal300: string;
|
|
1533
|
+
teal400: string;
|
|
1534
|
+
teal500: string;
|
|
1535
|
+
teal600: string;
|
|
1536
|
+
teal700: string;
|
|
1537
|
+
teal800: string;
|
|
1538
|
+
teal900: string;
|
|
1539
|
+
teal1000: string;
|
|
1540
|
+
teal1100: string;
|
|
1541
|
+
teal1200: string;
|
|
1542
|
+
orange100: string;
|
|
1543
|
+
orange200: string;
|
|
1544
|
+
orange300: string;
|
|
1545
|
+
orange400: string;
|
|
1546
|
+
orange500: string;
|
|
1547
|
+
orange600: string;
|
|
1548
|
+
orange700: string;
|
|
1549
|
+
orange800: string;
|
|
1550
|
+
orange900: string;
|
|
1551
|
+
orange1000: string;
|
|
1552
|
+
orange1100: string;
|
|
1553
|
+
orange1200: string;
|
|
1554
|
+
yellow100: string;
|
|
1555
|
+
yellow200: string;
|
|
1556
|
+
yellow300: string;
|
|
1557
|
+
yellow400: string;
|
|
1558
|
+
yellow500: string;
|
|
1559
|
+
yellow600: string;
|
|
1560
|
+
yellow700: string;
|
|
1561
|
+
yellow800: string;
|
|
1562
|
+
yellow900: string;
|
|
1563
|
+
yellow1000: string;
|
|
1564
|
+
yellow1100: string;
|
|
1565
|
+
yellow1200: string;
|
|
1566
|
+
lime100: string;
|
|
1567
|
+
lime200: string;
|
|
1568
|
+
lime300: string;
|
|
1569
|
+
lime400: string;
|
|
1570
|
+
lime500: string;
|
|
1571
|
+
lime600: string;
|
|
1572
|
+
lime700: string;
|
|
1573
|
+
lime800: string;
|
|
1574
|
+
lime900: string;
|
|
1575
|
+
lime1000: string;
|
|
1576
|
+
lime1100: string;
|
|
1577
|
+
lime1200: string;
|
|
1578
|
+
lapis100: string;
|
|
1579
|
+
lapis200: string;
|
|
1580
|
+
lapis300: string;
|
|
1581
|
+
lapis400: string;
|
|
1582
|
+
lapis500: string;
|
|
1583
|
+
lapis600: string;
|
|
1584
|
+
lapis700: string;
|
|
1585
|
+
lapis800: string;
|
|
1586
|
+
lapis900: string;
|
|
1587
|
+
lapis1000: string;
|
|
1588
|
+
lapis1100: string;
|
|
1589
|
+
lapis1200: string;
|
|
1590
|
+
maroon100: string;
|
|
1591
|
+
maroon200: string;
|
|
1592
|
+
maroon300: string;
|
|
1593
|
+
maroon400: string;
|
|
1594
|
+
maroon500: string;
|
|
1595
|
+
maroon600: string;
|
|
1596
|
+
maroon700: string;
|
|
1597
|
+
maroon800: string;
|
|
1598
|
+
maroon900: string;
|
|
1599
|
+
maroon1000: string;
|
|
1600
|
+
maroon1100: string;
|
|
1601
|
+
maroon1200: string;
|
|
1602
|
+
marsh100: string;
|
|
1603
|
+
marsh200: string;
|
|
1604
|
+
marsh300: string;
|
|
1605
|
+
marsh400: string;
|
|
1606
|
+
marsh500: string;
|
|
1607
|
+
marsh600: string;
|
|
1608
|
+
marsh700: string;
|
|
1609
|
+
marsh800: string;
|
|
1610
|
+
marsh900: string;
|
|
1611
|
+
marsh1000: string;
|
|
1612
|
+
marsh1100: string;
|
|
1613
|
+
marsh1200: string;
|
|
1614
|
+
alpha100: string;
|
|
1615
|
+
alpha150: string;
|
|
1616
|
+
alpha200: string;
|
|
1617
|
+
alpha250: string;
|
|
1618
|
+
alpha600: string;
|
|
1619
|
+
infoLight: string;
|
|
1620
|
+
info: string;
|
|
1621
|
+
infoMid: string;
|
|
1622
|
+
infoDark: string;
|
|
1623
|
+
successLight: string;
|
|
1624
|
+
success: string;
|
|
1625
|
+
successMid: string;
|
|
1626
|
+
successDark: string;
|
|
1627
|
+
dangerLight: string;
|
|
1628
|
+
danger: string;
|
|
1629
|
+
dangerMid: string;
|
|
1630
|
+
dangerDark: string;
|
|
1631
|
+
warningLight: string;
|
|
1632
|
+
warning: string;
|
|
1633
|
+
warningMid: string;
|
|
1634
|
+
warningDark: string;
|
|
1635
|
+
warningText: string;
|
|
1636
|
+
subjectEnglish: string;
|
|
1637
|
+
subjectMaths: string;
|
|
1638
|
+
subjectScience: string;
|
|
1639
|
+
subjectVerbalReasoning: string;
|
|
1640
|
+
subjectNonVerbalReasoning: string;
|
|
1641
|
+
subjectCreativeWriting: string;
|
|
1642
|
+
subjectExamSkills: string;
|
|
1643
|
+
glBlueLight: string;
|
|
1644
|
+
glBluePrimary: string;
|
|
1645
|
+
glBlueDark: string;
|
|
1646
|
+
primary100: string;
|
|
1647
|
+
primary200: string;
|
|
1648
|
+
primary300: string;
|
|
1649
|
+
primary400: string;
|
|
1650
|
+
primary500: string;
|
|
1651
|
+
primary600: string;
|
|
1652
|
+
primary700: string;
|
|
1653
|
+
primary800: string;
|
|
1654
|
+
primary900: string;
|
|
1655
|
+
primary1000: string;
|
|
1656
|
+
primary1100: string;
|
|
1657
|
+
primary1200: string;
|
|
1658
|
+
};
|
|
1659
|
+
space: {
|
|
1660
|
+
"0": string;
|
|
1661
|
+
"1": string;
|
|
1662
|
+
"2": string;
|
|
1663
|
+
"3": string;
|
|
1664
|
+
"4": string;
|
|
1665
|
+
"5": string;
|
|
1666
|
+
"6": string;
|
|
1667
|
+
"7": string;
|
|
1668
|
+
"8": string;
|
|
1669
|
+
"9": string;
|
|
1670
|
+
"24": string;
|
|
1671
|
+
};
|
|
1672
|
+
fontSizes: {
|
|
1673
|
+
xs: string;
|
|
1674
|
+
sm: string;
|
|
1675
|
+
md: string;
|
|
1676
|
+
lg: string;
|
|
1677
|
+
xl: string;
|
|
1678
|
+
"2xl": string;
|
|
1679
|
+
"3xl": string;
|
|
1680
|
+
"4xl": string;
|
|
1681
|
+
};
|
|
1682
|
+
fonts: {
|
|
1683
|
+
sans: string;
|
|
1684
|
+
mono: string;
|
|
1685
|
+
display: string;
|
|
1686
|
+
body: string;
|
|
1687
|
+
};
|
|
1688
|
+
sizes: {
|
|
1689
|
+
"0": string;
|
|
1690
|
+
"1": string;
|
|
1691
|
+
"2": string;
|
|
1692
|
+
"3": string;
|
|
1693
|
+
"4": string;
|
|
1694
|
+
"5": string;
|
|
1695
|
+
"6": string;
|
|
1696
|
+
"7": string;
|
|
1697
|
+
"8": string;
|
|
1698
|
+
};
|
|
1699
|
+
radii: {
|
|
1700
|
+
"0": string;
|
|
1701
|
+
"1": string;
|
|
1702
|
+
"2": string;
|
|
1703
|
+
"3": string;
|
|
1704
|
+
round: string;
|
|
1705
|
+
};
|
|
1706
|
+
shadows: {
|
|
1707
|
+
"0": string;
|
|
1708
|
+
"1": string;
|
|
1709
|
+
"2": string;
|
|
1710
|
+
"3": string;
|
|
1711
|
+
};
|
|
1712
|
+
ratios: {
|
|
1713
|
+
"16-9": string;
|
|
1714
|
+
"3-2": string;
|
|
1715
|
+
"4-3": string;
|
|
1716
|
+
"1-1": string;
|
|
1717
|
+
"3-4": string;
|
|
1718
|
+
};
|
|
1719
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1720
|
+
bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
|
|
1721
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1722
|
+
};
|
|
1723
|
+
size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
|
|
1724
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1725
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1726
|
+
};
|
|
1727
|
+
p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1728
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1729
|
+
};
|
|
1730
|
+
pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1731
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1732
|
+
};
|
|
1733
|
+
pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1734
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1735
|
+
};
|
|
1736
|
+
pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1737
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1738
|
+
};
|
|
1739
|
+
pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1740
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1741
|
+
};
|
|
1742
|
+
px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1743
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1744
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1745
|
+
};
|
|
1746
|
+
py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1747
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1748
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1749
|
+
};
|
|
1750
|
+
m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1751
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1752
|
+
};
|
|
1753
|
+
mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1754
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1755
|
+
};
|
|
1756
|
+
mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1757
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1758
|
+
};
|
|
1759
|
+
mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1760
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1761
|
+
};
|
|
1762
|
+
ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1763
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1764
|
+
};
|
|
1765
|
+
mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1766
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1767
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1768
|
+
};
|
|
1769
|
+
my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1770
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1771
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1772
|
+
};
|
|
1773
|
+
}>>, {}, {}, import("@atom-learning/stitches-react/types/css-util").CSS<{}, {}, {}, {}>>>["css"];
|
|
1774
|
+
}, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
|
|
1039
1775
|
numberOfStickyColumns?: number;
|
|
1776
|
+
numberOfStickyRows?: number;
|
|
1040
1777
|
scrollContainerCss?: import("../..").CSS;
|
|
1041
|
-
|
|
1042
|
-
maxRowDepth?: number;
|
|
1043
|
-
}, "children" | "numberOfStickyColumns"> & Partial<Pick<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
1778
|
+
}, "ref"> & import("react").RefAttributes<unknown>, "children" | "numberOfStickyColumns" | "numberOfStickyRows"> & Partial<Pick<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
1044
1779
|
ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
|
|
1045
1780
|
}, "css" | "theme" | "isSticky"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1046
1781
|
theme?: "light" | "primary" | "white" | "primaryDark" | "primaryLight" | undefined;
|
|
@@ -1788,6 +2523,7 @@ export declare const DataTable: (({ columns, data: dataProp, getAsyncData, defau
|
|
|
1788
2523
|
hasStickyHeader?: boolean;
|
|
1789
2524
|
headerCss?: import("../..").CSS;
|
|
1790
2525
|
numberOfStickyColumns?: number;
|
|
2526
|
+
numberOfStickyRows?: number;
|
|
1791
2527
|
scrollContainerCss?: import("../..").CSS;
|
|
1792
2528
|
};
|
|
1793
2529
|
} & {
|