@atom-learning/components 5.4.3 → 5.5.0-beta.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/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +92 -459
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +92 -459
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +90 -90
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +344 -344
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/create-password-field/CreatePasswordField.js +1 -1
- package/dist/components/create-password-field/CreatePasswordField.js.map +1 -1
- package/dist/components/data-table/DataTable.d.ts +110 -98
- package/dist/components/date-field/DateField.d.ts +1 -1
- package/dist/components/date-field/DateField.js +1 -1
- package/dist/components/date-field/DateField.js.map +1 -1
- package/dist/components/dialog/Dialog.d.ts +2 -2
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/field-wrapper/FieldWrapper.d.ts +3 -1
- package/dist/components/field-wrapper/FieldWrapper.js +1 -1
- package/dist/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/components/heading/Heading.d.ts +1 -0
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/input/Input.d.ts +3 -1
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +1 -1
- package/dist/components/input-field/InputField.js +1 -1
- package/dist/components/input-field/InputField.js.map +1 -1
- package/dist/components/keyboard-shortcut/index.d.ts +2 -2
- package/dist/components/label/Label.d.ts +2 -1
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +162 -162
- package/dist/components/number-input/NumberInput.d.ts +2 -1
- package/dist/components/number-input/NumberInput.js +1 -1
- package/dist/components/number-input/NumberInput.js.map +1 -1
- package/dist/components/number-input/NumberInputStepper.d.ts +756 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +1 -1
- package/dist/components/number-input-field/NumberInputField.js +1 -1
- package/dist/components/number-input-field/NumberInputField.js.map +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/password-field/PasswordField.js +1 -1
- package/dist/components/password-field/PasswordField.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +1 -1
- package/dist/components/search-field/SearchField.js +1 -1
- package/dist/components/search-field/SearchField.js.map +1 -1
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/segmented-control/SegmentedControl.d.ts +376 -8
- package/dist/components/segmented-control/SegmentedControlItemList.d.ts +2 -1
- package/dist/components/segmented-control/SegmentedControlItemList.js +1 -1
- package/dist/components/segmented-control/SegmentedControlItemList.js.map +1 -1
- package/dist/components/select/Select.d.ts +1 -0
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +1 -1
- package/dist/components/select-field/SelectField.js +1 -1
- package/dist/components/select-field/SelectField.js.map +1 -1
- package/dist/components/side-bar/SideBarComponents.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/stepper/StepperStepLabel.d.ts +1 -1
- package/dist/components/textarea/Textarea.d.ts +1 -0
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +1 -1
- package/dist/components/textarea-field/TextareaField.js +1 -1
- package/dist/components/textarea-field/TextareaField.js.map +1 -1
- package/dist/components/tile/Tile.d.ts +1 -0
- package/dist/components/tile/Tile.js +1 -1
- package/dist/components/tile/Tile.js.map +1 -1
- package/dist/components/tile-interactive/TileInteractive.d.ts +2 -1
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +2 -1
- package/dist/components/toggle-group/index.d.ts +2 -2
- package/dist/components/top-bar/TopBar.d.ts +2 -1
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/tree/Tree.d.ts +243 -243
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Banner: {
|
|
2
|
-
({ emphasis, size, children }:
|
|
2
|
+
({ emphasis, size, children }: React.PropsWithChildren<import("./BannerContext").TBannerProviderProps>): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
4
|
} & {
|
|
5
|
-
Dismiss: ({ asChild, ...rest }:
|
|
5
|
+
Dismiss: ({ asChild, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => import("react").JSX.Element;
|
|
6
6
|
};
|
|
@@ -770,9 +770,9 @@ export declare const BannerRegular: {
|
|
|
770
770
|
} & {
|
|
771
771
|
[x: string]: "outline" | "solid" | "simple" | undefined;
|
|
772
772
|
}) | undefined;
|
|
773
|
-
color?: string | undefined;
|
|
774
|
-
content?: string | undefined;
|
|
775
|
-
translate?: "yes" | "no" | undefined;
|
|
773
|
+
color?: string | undefined | undefined;
|
|
774
|
+
content?: string | undefined | undefined;
|
|
775
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
776
776
|
size?: "xs" | "sm" | "md" | "lg" | ({
|
|
777
777
|
"@sm"?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
778
778
|
"@md"?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
@@ -1153,108 +1153,108 @@ export declare const BannerRegular: {
|
|
|
1153
1153
|
} & {
|
|
1154
1154
|
[x: string]: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1155
1155
|
}) | undefined;
|
|
1156
|
-
prefix?: string | undefined;
|
|
1157
|
-
form?: string | undefined;
|
|
1156
|
+
prefix?: string | undefined | undefined;
|
|
1157
|
+
form?: string | undefined | undefined;
|
|
1158
1158
|
label: string;
|
|
1159
|
-
slot?: string | undefined;
|
|
1159
|
+
slot?: string | undefined | undefined;
|
|
1160
1160
|
style?: React.CSSProperties | undefined;
|
|
1161
|
-
title?: string | undefined;
|
|
1161
|
+
title?: string | undefined | undefined;
|
|
1162
1162
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
1163
1163
|
key?: React.Key | null | undefined;
|
|
1164
|
-
name?: string | undefined;
|
|
1165
|
-
defaultChecked?: boolean | undefined;
|
|
1164
|
+
name?: string | undefined | undefined;
|
|
1165
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
1166
1166
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1167
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1168
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1169
|
-
accessKey?: string | undefined;
|
|
1170
|
-
autoFocus?: boolean | undefined;
|
|
1171
|
-
className?: string | undefined;
|
|
1172
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1173
|
-
contextMenu?: string | undefined;
|
|
1174
|
-
dir?: string | undefined;
|
|
1167
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
1168
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
1169
|
+
accessKey?: string | undefined | undefined;
|
|
1170
|
+
autoFocus?: boolean | undefined | undefined;
|
|
1171
|
+
className?: string | undefined | undefined;
|
|
1172
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1173
|
+
contextMenu?: string | undefined | undefined;
|
|
1174
|
+
dir?: string | undefined | undefined;
|
|
1175
1175
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1176
|
-
hidden?: boolean | undefined;
|
|
1177
|
-
id?: string | undefined;
|
|
1178
|
-
lang?: string | undefined;
|
|
1179
|
-
nonce?: string | undefined;
|
|
1180
|
-
placeholder?: string | undefined;
|
|
1176
|
+
hidden?: boolean | undefined | undefined;
|
|
1177
|
+
id?: string | undefined | undefined;
|
|
1178
|
+
lang?: string | undefined | undefined;
|
|
1179
|
+
nonce?: string | undefined | undefined;
|
|
1180
|
+
placeholder?: string | undefined | undefined;
|
|
1181
1181
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1182
|
-
tabIndex?: number | undefined;
|
|
1183
|
-
radioGroup?: string | undefined;
|
|
1182
|
+
tabIndex?: number | undefined | undefined;
|
|
1183
|
+
radioGroup?: string | undefined | undefined;
|
|
1184
1184
|
role?: React.AriaRole | undefined;
|
|
1185
|
-
about?: string | undefined;
|
|
1186
|
-
datatype?: string | undefined;
|
|
1185
|
+
about?: string | undefined | undefined;
|
|
1186
|
+
datatype?: string | undefined | undefined;
|
|
1187
1187
|
inlist?: any;
|
|
1188
|
-
property?: string | undefined;
|
|
1189
|
-
rel?: string | undefined;
|
|
1190
|
-
resource?: string | undefined;
|
|
1191
|
-
rev?: string | undefined;
|
|
1192
|
-
typeof?: string | undefined;
|
|
1193
|
-
vocab?: string | undefined;
|
|
1194
|
-
autoCapitalize?: string | undefined;
|
|
1195
|
-
autoCorrect?: string | undefined;
|
|
1196
|
-
autoSave?: string | undefined;
|
|
1197
|
-
itemProp?: string | undefined;
|
|
1198
|
-
itemScope?: boolean | undefined;
|
|
1199
|
-
itemType?: string | undefined;
|
|
1200
|
-
itemID?: string | undefined;
|
|
1201
|
-
itemRef?: string | undefined;
|
|
1202
|
-
results?: number | undefined;
|
|
1203
|
-
security?: string | undefined;
|
|
1204
|
-
unselectable?: "on" | "off" | undefined;
|
|
1205
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1206
|
-
is?: string | undefined;
|
|
1207
|
-
"aria-activedescendant"?: string | undefined;
|
|
1188
|
+
property?: string | undefined | undefined;
|
|
1189
|
+
rel?: string | undefined | undefined;
|
|
1190
|
+
resource?: string | undefined | undefined;
|
|
1191
|
+
rev?: string | undefined | undefined;
|
|
1192
|
+
typeof?: string | undefined | undefined;
|
|
1193
|
+
vocab?: string | undefined | undefined;
|
|
1194
|
+
autoCapitalize?: string | undefined | undefined;
|
|
1195
|
+
autoCorrect?: string | undefined | undefined;
|
|
1196
|
+
autoSave?: string | undefined | undefined;
|
|
1197
|
+
itemProp?: string | undefined | undefined;
|
|
1198
|
+
itemScope?: boolean | undefined | undefined;
|
|
1199
|
+
itemType?: string | undefined | undefined;
|
|
1200
|
+
itemID?: string | undefined | undefined;
|
|
1201
|
+
itemRef?: string | undefined | undefined;
|
|
1202
|
+
results?: number | undefined | undefined;
|
|
1203
|
+
security?: string | undefined | undefined;
|
|
1204
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
1205
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
1206
|
+
is?: string | undefined | undefined;
|
|
1207
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
1208
1208
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1209
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1209
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
1210
1210
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1211
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1212
|
-
"aria-colcount"?: number | undefined;
|
|
1213
|
-
"aria-colindex"?: number | undefined;
|
|
1214
|
-
"aria-colspan"?: number | undefined;
|
|
1215
|
-
"aria-controls"?: string | undefined;
|
|
1216
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1217
|
-
"aria-describedby"?: string | undefined;
|
|
1218
|
-
"aria-details"?: string | undefined;
|
|
1211
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1212
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
1213
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
1214
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
1215
|
+
"aria-controls"?: string | undefined | undefined;
|
|
1216
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
1217
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
1218
|
+
"aria-details"?: string | undefined | undefined;
|
|
1219
1219
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1220
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1221
|
-
"aria-errormessage"?: string | undefined;
|
|
1220
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
1221
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
1222
1222
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1223
|
-
"aria-flowto"?: string | undefined;
|
|
1223
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
1224
1224
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1225
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1225
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
1226
1226
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1227
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1228
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1229
|
-
"aria-label"?: string | undefined;
|
|
1230
|
-
"aria-labelledby"?: string | undefined;
|
|
1231
|
-
"aria-level"?: number | undefined;
|
|
1232
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1227
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
1228
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
1229
|
+
"aria-label"?: string | undefined | undefined;
|
|
1230
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
1231
|
+
"aria-level"?: number | undefined | undefined;
|
|
1232
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
1233
1233
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1234
1234
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1235
1235
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1236
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1237
|
-
"aria-owns"?: string | undefined;
|
|
1238
|
-
"aria-placeholder"?: string | undefined;
|
|
1239
|
-
"aria-posinset"?: number | undefined;
|
|
1240
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1236
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
1237
|
+
"aria-owns"?: string | undefined | undefined;
|
|
1238
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
1239
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
1240
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1241
1241
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1242
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1242
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
1243
1243
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1244
|
-
"aria-roledescription"?: string | undefined;
|
|
1245
|
-
"aria-rowcount"?: number | undefined;
|
|
1246
|
-
"aria-rowindex"?: number | undefined;
|
|
1247
|
-
"aria-rowspan"?: number | undefined;
|
|
1244
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
1245
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
1246
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
1247
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
1248
1248
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1249
|
-
"aria-setsize"?: number | undefined;
|
|
1250
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1251
|
-
"aria-valuemax"?: number | undefined;
|
|
1252
|
-
"aria-valuemin"?: number | undefined;
|
|
1253
|
-
"aria-valuenow"?: number | undefined;
|
|
1254
|
-
"aria-valuetext"?: string | undefined;
|
|
1249
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
1250
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
1251
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
1252
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
1253
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
1254
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
1255
1255
|
dangerouslySetInnerHTML?: {
|
|
1256
1256
|
__html: string | TrustedHTML;
|
|
1257
|
-
} | undefined;
|
|
1257
|
+
} | undefined | undefined;
|
|
1258
1258
|
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
1259
1259
|
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
1260
1260
|
onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1414,384 +1414,17 @@ export declare const BannerRegular: {
|
|
|
1414
1414
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
1415
1415
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
1416
1416
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
1417
|
-
as?:
|
|
1418
|
-
type?: "submit" | "reset" | "button" | undefined;
|
|
1419
|
-
disabled?: boolean | undefined;
|
|
1420
|
-
formAction?: string | undefined;
|
|
1421
|
-
formEncType?: string | undefined;
|
|
1422
|
-
formMethod?: string | undefined;
|
|
1423
|
-
formNoValidate?: boolean | undefined;
|
|
1424
|
-
formTarget?: string | undefined;
|
|
1425
|
-
value?: string | readonly string[] |
|
|
1417
|
+
as?: React.ReactNode;
|
|
1418
|
+
type?: "submit" | "reset" | "button" | undefined | undefined;
|
|
1419
|
+
disabled?: boolean | undefined | undefined;
|
|
1420
|
+
formAction?: string | undefined | undefined;
|
|
1421
|
+
formEncType?: string | undefined | undefined;
|
|
1422
|
+
formMethod?: string | undefined | undefined;
|
|
1423
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
1424
|
+
formTarget?: string | undefined | undefined;
|
|
1425
|
+
value?: string | number | readonly string[] | undefined;
|
|
1426
1426
|
hasTooltip?: boolean | undefined;
|
|
1427
|
-
tooltipSide?:
|
|
1428
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
1429
|
-
}, {
|
|
1430
|
-
sm: string;
|
|
1431
|
-
md: string;
|
|
1432
|
-
lg: string;
|
|
1433
|
-
xl: string;
|
|
1434
|
-
reducedMotion: string;
|
|
1435
|
-
allowMotion: string;
|
|
1436
|
-
hover: string;
|
|
1437
|
-
}> & {
|
|
1438
|
-
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1439
|
-
sm: string;
|
|
1440
|
-
md: string;
|
|
1441
|
-
lg: string;
|
|
1442
|
-
xl: string;
|
|
1443
|
-
reducedMotion: string;
|
|
1444
|
-
allowMotion: string;
|
|
1445
|
-
hover: string;
|
|
1446
|
-
}, {
|
|
1447
|
-
colors: {
|
|
1448
|
-
textBold: string;
|
|
1449
|
-
textRegular: string;
|
|
1450
|
-
textSubtle: string;
|
|
1451
|
-
textMinimal: string;
|
|
1452
|
-
background: string;
|
|
1453
|
-
backgroundAccent: string;
|
|
1454
|
-
grey100: string;
|
|
1455
|
-
grey200: string;
|
|
1456
|
-
grey300: string;
|
|
1457
|
-
grey400: string;
|
|
1458
|
-
grey500: string;
|
|
1459
|
-
grey600: string;
|
|
1460
|
-
grey700: string;
|
|
1461
|
-
grey800: string;
|
|
1462
|
-
grey900: string;
|
|
1463
|
-
grey1000: string;
|
|
1464
|
-
grey1100: string;
|
|
1465
|
-
grey1200: string;
|
|
1466
|
-
blue100: string;
|
|
1467
|
-
blue200: string;
|
|
1468
|
-
blue300: string;
|
|
1469
|
-
blue400: string;
|
|
1470
|
-
blue500: string;
|
|
1471
|
-
blue600: string;
|
|
1472
|
-
blue700: string;
|
|
1473
|
-
blue800: string;
|
|
1474
|
-
blue900: string;
|
|
1475
|
-
blue1000: string;
|
|
1476
|
-
blue1100: string;
|
|
1477
|
-
blue1200: string;
|
|
1478
|
-
pink100: string;
|
|
1479
|
-
pink200: string;
|
|
1480
|
-
pink300: string;
|
|
1481
|
-
pink400: string;
|
|
1482
|
-
pink500: string;
|
|
1483
|
-
pink600: string;
|
|
1484
|
-
pink700: string;
|
|
1485
|
-
pink800: string;
|
|
1486
|
-
pink900: string;
|
|
1487
|
-
pink1000: string;
|
|
1488
|
-
pink1100: string;
|
|
1489
|
-
pink1200: string;
|
|
1490
|
-
purple100: string;
|
|
1491
|
-
purple200: string;
|
|
1492
|
-
purple300: string;
|
|
1493
|
-
purple400: string;
|
|
1494
|
-
purple500: string;
|
|
1495
|
-
purple600: string;
|
|
1496
|
-
purple700: string;
|
|
1497
|
-
purple800: string;
|
|
1498
|
-
purple900: string;
|
|
1499
|
-
purple1000: string;
|
|
1500
|
-
purple1100: string;
|
|
1501
|
-
purple1200: string;
|
|
1502
|
-
cyan100: string;
|
|
1503
|
-
cyan200: string;
|
|
1504
|
-
cyan300: string;
|
|
1505
|
-
cyan400: string;
|
|
1506
|
-
cyan500: string;
|
|
1507
|
-
cyan600: string;
|
|
1508
|
-
cyan700: string;
|
|
1509
|
-
cyan800: string;
|
|
1510
|
-
cyan900: string;
|
|
1511
|
-
cyan1000: string;
|
|
1512
|
-
cyan1100: string;
|
|
1513
|
-
cyan1200: string;
|
|
1514
|
-
green100: string;
|
|
1515
|
-
green200: string;
|
|
1516
|
-
green300: string;
|
|
1517
|
-
green400: string;
|
|
1518
|
-
green500: string;
|
|
1519
|
-
green600: string;
|
|
1520
|
-
green700: string;
|
|
1521
|
-
green800: string;
|
|
1522
|
-
green900: string;
|
|
1523
|
-
green1000: string;
|
|
1524
|
-
green1100: string;
|
|
1525
|
-
green1200: string;
|
|
1526
|
-
magenta100: string;
|
|
1527
|
-
magenta200: string;
|
|
1528
|
-
magenta300: string;
|
|
1529
|
-
magenta400: string;
|
|
1530
|
-
magenta500: string;
|
|
1531
|
-
magenta600: string;
|
|
1532
|
-
magenta700: string;
|
|
1533
|
-
magenta800: string;
|
|
1534
|
-
magenta900: string;
|
|
1535
|
-
magenta1000: string;
|
|
1536
|
-
magenta1100: string;
|
|
1537
|
-
magenta1200: string;
|
|
1538
|
-
red100: string;
|
|
1539
|
-
red200: string;
|
|
1540
|
-
red300: string;
|
|
1541
|
-
red400: string;
|
|
1542
|
-
red500: string;
|
|
1543
|
-
red600: string;
|
|
1544
|
-
red700: string;
|
|
1545
|
-
red800: string;
|
|
1546
|
-
red900: string;
|
|
1547
|
-
red1000: string;
|
|
1548
|
-
red1100: string;
|
|
1549
|
-
red1200: string;
|
|
1550
|
-
teal100: string;
|
|
1551
|
-
teal200: string;
|
|
1552
|
-
teal300: string;
|
|
1553
|
-
teal400: string;
|
|
1554
|
-
teal500: string;
|
|
1555
|
-
teal600: string;
|
|
1556
|
-
teal700: string;
|
|
1557
|
-
teal800: string;
|
|
1558
|
-
teal900: string;
|
|
1559
|
-
teal1000: string;
|
|
1560
|
-
teal1100: string;
|
|
1561
|
-
teal1200: string;
|
|
1562
|
-
orange100: string;
|
|
1563
|
-
orange200: string;
|
|
1564
|
-
orange300: string;
|
|
1565
|
-
orange400: string;
|
|
1566
|
-
orange500: string;
|
|
1567
|
-
orange600: string;
|
|
1568
|
-
orange700: string;
|
|
1569
|
-
orange800: string;
|
|
1570
|
-
orange900: string;
|
|
1571
|
-
orange1000: string;
|
|
1572
|
-
orange1100: string;
|
|
1573
|
-
orange1200: string;
|
|
1574
|
-
yellow100: string;
|
|
1575
|
-
yellow200: string;
|
|
1576
|
-
yellow300: string;
|
|
1577
|
-
yellow400: string;
|
|
1578
|
-
yellow500: string;
|
|
1579
|
-
yellow600: string;
|
|
1580
|
-
yellow700: string;
|
|
1581
|
-
yellow800: string;
|
|
1582
|
-
yellow900: string;
|
|
1583
|
-
yellow1000: string;
|
|
1584
|
-
yellow1100: string;
|
|
1585
|
-
yellow1200: string;
|
|
1586
|
-
lime100: string;
|
|
1587
|
-
lime200: string;
|
|
1588
|
-
lime300: string;
|
|
1589
|
-
lime400: string;
|
|
1590
|
-
lime500: string;
|
|
1591
|
-
lime600: string;
|
|
1592
|
-
lime700: string;
|
|
1593
|
-
lime800: string;
|
|
1594
|
-
lime900: string;
|
|
1595
|
-
lime1000: string;
|
|
1596
|
-
lime1100: string;
|
|
1597
|
-
lime1200: string;
|
|
1598
|
-
lapis100: string;
|
|
1599
|
-
lapis200: string;
|
|
1600
|
-
lapis300: string;
|
|
1601
|
-
lapis400: string;
|
|
1602
|
-
lapis500: string;
|
|
1603
|
-
lapis600: string;
|
|
1604
|
-
lapis700: string;
|
|
1605
|
-
lapis800: string;
|
|
1606
|
-
lapis900: string;
|
|
1607
|
-
lapis1000: string;
|
|
1608
|
-
lapis1100: string;
|
|
1609
|
-
lapis1200: string;
|
|
1610
|
-
maroon100: string;
|
|
1611
|
-
maroon200: string;
|
|
1612
|
-
maroon300: string;
|
|
1613
|
-
maroon400: string;
|
|
1614
|
-
maroon500: string;
|
|
1615
|
-
maroon600: string;
|
|
1616
|
-
maroon700: string;
|
|
1617
|
-
maroon800: string;
|
|
1618
|
-
maroon900: string;
|
|
1619
|
-
maroon1000: string;
|
|
1620
|
-
maroon1100: string;
|
|
1621
|
-
maroon1200: string;
|
|
1622
|
-
marsh100: string;
|
|
1623
|
-
marsh200: string;
|
|
1624
|
-
marsh300: string;
|
|
1625
|
-
marsh400: string;
|
|
1626
|
-
marsh500: string;
|
|
1627
|
-
marsh600: string;
|
|
1628
|
-
marsh700: string;
|
|
1629
|
-
marsh800: string;
|
|
1630
|
-
marsh900: string;
|
|
1631
|
-
marsh1000: string;
|
|
1632
|
-
marsh1100: string;
|
|
1633
|
-
marsh1200: string;
|
|
1634
|
-
alpha100: string;
|
|
1635
|
-
alpha150: string;
|
|
1636
|
-
alpha200: string;
|
|
1637
|
-
alpha250: string;
|
|
1638
|
-
alpha600: string;
|
|
1639
|
-
infoLight: string;
|
|
1640
|
-
info: string;
|
|
1641
|
-
infoMid: string;
|
|
1642
|
-
infoDark: string;
|
|
1643
|
-
successLight: string;
|
|
1644
|
-
success: string;
|
|
1645
|
-
successMid: string;
|
|
1646
|
-
successDark: string;
|
|
1647
|
-
dangerLight: string;
|
|
1648
|
-
danger: string;
|
|
1649
|
-
dangerMid: string;
|
|
1650
|
-
dangerDark: string;
|
|
1651
|
-
warningLight: string;
|
|
1652
|
-
warning: string;
|
|
1653
|
-
warningMid: string;
|
|
1654
|
-
warningDark: string;
|
|
1655
|
-
warningText: string;
|
|
1656
|
-
subjectEnglish: string;
|
|
1657
|
-
subjectMaths: string;
|
|
1658
|
-
subjectScience: string;
|
|
1659
|
-
subjectVerbalReasoning: string;
|
|
1660
|
-
subjectNonVerbalReasoning: string;
|
|
1661
|
-
subjectCreativeWriting: string;
|
|
1662
|
-
subjectExamSkills: string;
|
|
1663
|
-
glBlueLight: string;
|
|
1664
|
-
glBluePrimary: string;
|
|
1665
|
-
glBlueDark: string;
|
|
1666
|
-
primary100: string;
|
|
1667
|
-
primary200: string;
|
|
1668
|
-
primary300: string;
|
|
1669
|
-
primary400: string;
|
|
1670
|
-
primary500: string;
|
|
1671
|
-
primary600: string;
|
|
1672
|
-
primary700: string;
|
|
1673
|
-
primary800: string;
|
|
1674
|
-
primary900: string;
|
|
1675
|
-
primary1000: string;
|
|
1676
|
-
primary1100: string;
|
|
1677
|
-
primary1200: string;
|
|
1678
|
-
};
|
|
1679
|
-
space: {
|
|
1680
|
-
"0": string;
|
|
1681
|
-
"1": string;
|
|
1682
|
-
"2": string;
|
|
1683
|
-
"3": string;
|
|
1684
|
-
"4": string;
|
|
1685
|
-
"5": string;
|
|
1686
|
-
"6": string;
|
|
1687
|
-
"7": string;
|
|
1688
|
-
"8": string;
|
|
1689
|
-
"9": string;
|
|
1690
|
-
"24": string;
|
|
1691
|
-
};
|
|
1692
|
-
fontSizes: {
|
|
1693
|
-
xs: string;
|
|
1694
|
-
sm: string;
|
|
1695
|
-
md: string;
|
|
1696
|
-
lg: string;
|
|
1697
|
-
xl: string;
|
|
1698
|
-
"2xl": string;
|
|
1699
|
-
"3xl": string;
|
|
1700
|
-
"4xl": string;
|
|
1701
|
-
};
|
|
1702
|
-
fonts: {
|
|
1703
|
-
sans: string;
|
|
1704
|
-
mono: string;
|
|
1705
|
-
display: string;
|
|
1706
|
-
body: string;
|
|
1707
|
-
};
|
|
1708
|
-
sizes: {
|
|
1709
|
-
"0": string;
|
|
1710
|
-
"1": string;
|
|
1711
|
-
"2": string;
|
|
1712
|
-
"3": string;
|
|
1713
|
-
"4": string;
|
|
1714
|
-
"5": string;
|
|
1715
|
-
"6": string;
|
|
1716
|
-
"7": string;
|
|
1717
|
-
"8": string;
|
|
1718
|
-
};
|
|
1719
|
-
radii: {
|
|
1720
|
-
"0": string;
|
|
1721
|
-
"1": string;
|
|
1722
|
-
"2": string;
|
|
1723
|
-
"3": string;
|
|
1724
|
-
round: string;
|
|
1725
|
-
};
|
|
1726
|
-
shadows: {
|
|
1727
|
-
"0": string;
|
|
1728
|
-
"1": string;
|
|
1729
|
-
"2": string;
|
|
1730
|
-
"3": string;
|
|
1731
|
-
};
|
|
1732
|
-
ratios: {
|
|
1733
|
-
"16-9": string;
|
|
1734
|
-
"3-2": string;
|
|
1735
|
-
"4-3": string;
|
|
1736
|
-
"1-1": string;
|
|
1737
|
-
"3-4": string;
|
|
1738
|
-
};
|
|
1739
|
-
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1740
|
-
bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
|
|
1741
|
-
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1742
|
-
};
|
|
1743
|
-
size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
|
|
1744
|
-
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1745
|
-
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1746
|
-
};
|
|
1747
|
-
p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1748
|
-
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1749
|
-
};
|
|
1750
|
-
pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1751
|
-
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1752
|
-
};
|
|
1753
|
-
pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1754
|
-
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1755
|
-
};
|
|
1756
|
-
pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1757
|
-
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1758
|
-
};
|
|
1759
|
-
pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1760
|
-
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1761
|
-
};
|
|
1762
|
-
px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1763
|
-
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1764
|
-
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1765
|
-
};
|
|
1766
|
-
py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1767
|
-
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1768
|
-
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1769
|
-
};
|
|
1770
|
-
m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1771
|
-
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1772
|
-
};
|
|
1773
|
-
mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1774
|
-
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1775
|
-
};
|
|
1776
|
-
mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1777
|
-
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1778
|
-
};
|
|
1779
|
-
mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1780
|
-
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1781
|
-
};
|
|
1782
|
-
ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1783
|
-
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1784
|
-
};
|
|
1785
|
-
mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1786
|
-
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1787
|
-
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1788
|
-
};
|
|
1789
|
-
my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
1790
|
-
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1791
|
-
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1792
|
-
};
|
|
1793
|
-
}> | undefined;
|
|
1794
|
-
} & import("@radix-ui/react-tooltip").TooltipContentProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element>["side"];
|
|
1427
|
+
tooltipSide?: "bottom" | "left" | "right" | "top" | undefined;
|
|
1795
1428
|
isRounded?: boolean | "true" | ({
|
|
1796
1429
|
"@sm"?: boolean | "true" | undefined;
|
|
1797
1430
|
"@md"?: boolean | "true" | undefined;
|