@atom-learning/components 3.10.1 → 3.11.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/CHANGELOG.md +2 -2
- package/dist/components/accordion/Accordion.d.ts +19 -7
- package/dist/components/accordion/AccordionContent.d.ts +19 -7
- package/dist/components/accordion/AccordionItem.d.ts +19 -7
- package/dist/components/accordion/AccordionTrigger.d.ts +19 -7
- package/dist/components/action-icon/ActionIcon.d.ts +20 -8
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +19 -7
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +19 -7
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.js +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.js.map +1 -1
- package/dist/components/avatar/Avatar.d.ts +38 -14
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/badge/Badge.d.ts +38 -14
- package/dist/components/badge/BadgeIcon.d.ts +38 -14
- package/dist/components/badge/BadgeText.d.ts +38 -14
- 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/banner/BannerContainer.d.ts +38 -14
- package/dist/components/banner/banner-regular/BannerRegularActions.js +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +38 -14
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +40 -16
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +19 -7
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +38 -14
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +40 -16
- package/dist/components/box/Box.d.ts +19 -7
- package/dist/components/button/Button.d.ts +20 -8
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +19 -7
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +19 -7
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +19 -7
- package/dist/components/carousel/CarouselSlider.d.ts +19 -7
- package/dist/components/checkbox/Checkbox.d.ts +19 -7
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +57 -21
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +76 -28
- package/dist/components/chip/Chip.d.ts +95 -35
- package/dist/components/chip/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +76 -28
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +76 -28
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +38 -14
- package/dist/components/combobox/Combobox.d.ts +19 -7
- package/dist/components/combobox/ComboboxInput.d.ts +19 -7
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +19 -7
- package/dist/components/combobox/ComboboxOption.d.ts +19 -7
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +19 -7
- package/dist/components/create-password-field/CreatePasswordField.js +1 -1
- package/dist/components/data-table/DataTableBulkActions.js +1 -1
- package/dist/components/data-table/DataTableBulkActions.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +19 -7
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +19 -7
- package/dist/components/dialog/Dialog.d.ts +19 -7
- package/dist/components/dialog/DialogBackground.d.ts +38 -14
- package/dist/components/dialog/DialogClose.d.ts +19 -7
- package/dist/components/dialog/DialogContent.d.ts +19 -7
- package/dist/components/divider/Divider.d.ts +19 -7
- package/dist/components/drawer/Drawer.d.ts +116 -44
- package/dist/components/drawer/DrawerContent.d.ts +19 -7
- package/dist/components/drawer/DrawerContent.js +1 -1
- package/dist/components/drawer/DrawerContent.js.map +1 -1
- package/dist/components/drawer/DrawerFooter.d.ts +19 -7
- package/dist/components/drawer/DrawerHeader.d.ts +19 -7
- package/dist/components/drawer/DrawerMain.d.ts +19 -7
- package/dist/components/drawer/DrawerOverlay.d.ts +19 -7
- package/dist/components/drawer/DrawerTrigger.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +19 -7
- package/dist/components/empty-state/EmptyState.d.ts +38 -14
- package/dist/components/empty-state/EmptyStateBody.d.ts +38 -14
- package/dist/components/empty-state/EmptyStateImage.d.ts +38 -14
- package/dist/components/empty-state/EmptyStateTitle.d.ts +19 -7
- package/dist/components/flex/Flex.d.ts +19 -7
- package/dist/components/form/Form.d.ts +19 -7
- package/dist/components/form/Form.js +1 -1
- package/dist/components/grid/Grid.d.ts +19 -7
- package/dist/components/heading/Heading.d.ts +19 -7
- package/dist/components/icon/Icon.d.ts +19 -7
- package/dist/components/image/Image.d.ts +19 -7
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +38 -14
- package/dist/components/input/Input.d.ts +19 -7
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/label/Label.d.ts +19 -7
- package/dist/components/link/Link.d.ts +19 -7
- package/dist/components/link/Link.js +1 -1
- package/dist/components/link/Link.js.map +1 -1
- package/dist/components/list/List.d.ts +38 -14
- package/dist/components/list/List.js +1 -1
- package/dist/components/list/List.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +19 -7
- package/dist/components/navigation/NavigationMenu.d.ts +19 -7
- package/dist/components/navigation/NavigationMenu.styles.js +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +19 -7
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +38 -14
- package/dist/components/navigation/NavigationMenuLink.js +1 -1
- package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js +1 -1
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +38 -14
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +38 -14
- package/dist/components/notification-badge/NotificationBadge.d.ts +38 -14
- package/dist/components/notification-badge/NotificationBadge.js +1 -1
- package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
- package/dist/components/pagination/Pagination.js +1 -1
- package/dist/components/pagination/Pagination.js.map +1 -1
- package/dist/components/pagination/PaginationNextButton.d.ts +40 -16
- package/dist/components/pagination/PaginationPreviousButton.d.ts +40 -16
- package/dist/components/popover/Popover.d.ts +19 -7
- package/dist/components/popover/PopoverContent.d.ts +19 -7
- package/dist/components/progress-bar/ProgressBar.d.ts +20 -8
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +19 -7
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +19 -7
- package/dist/components/radio-card/RadioCard.d.ts +19 -7
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +136 -52
- package/dist/components/section-message/SectionMessage.js +1 -1
- package/dist/components/section-message/SectionMessage.js.map +1 -1
- package/dist/components/select/Select.d.ts +19 -7
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/side-bar/SideBar.d.ts +152 -56
- package/dist/components/side-bar/SideBarComponents.d.ts +133 -49
- package/dist/components/slider/Slider.d.ts +19 -7
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/sortable/Handle.d.ts +40 -16
- package/dist/components/stack/Stack.d.ts +19 -7
- package/dist/components/stack-content/StackContent.d.ts +19 -7
- package/dist/components/stepper/StepperStepBullet.d.ts +38 -14
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +38 -14
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +38 -14
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/switch/Switch.d.ts +19 -7
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +19 -7
- package/dist/components/table/TableBody.d.ts +19 -7
- package/dist/components/table/TableCell.d.ts +19 -7
- package/dist/components/table/TableFooter.d.ts +19 -7
- package/dist/components/table/TableFooterCell.d.ts +19 -7
- package/dist/components/table/TableHeader.d.ts +19 -7
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +19 -7
- package/dist/components/table/TableRow.d.ts +38 -14
- package/dist/components/tabs/Tabs.d.ts +19 -7
- package/dist/components/tabs/TabsContent.d.ts +19 -7
- package/dist/components/tabs/TabsTrigger.d.ts +19 -7
- package/dist/components/tabs/TabsTriggerList.d.ts +19 -7
- package/dist/components/tabs/TabsTriggerList.js +1 -1
- package/dist/components/tabs/TabsTriggerList.js.map +1 -1
- package/dist/components/text/Text.d.ts +20 -8
- package/dist/components/textarea/Textarea.d.ts +19 -7
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/tile/Tile.d.ts +19 -7
- package/dist/components/tile/Tile.js +1 -1
- package/dist/components/tile/Tile.js.map +1 -1
- package/dist/components/tile/TileGroup.d.ts +19 -7
- package/dist/components/tile-interactive/TileInteractive.d.ts +38 -14
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +57 -21
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +38 -14
- package/dist/components/toast/Toast.d.ts +64 -28
- package/dist/components/toast/Toast.js +1 -1
- package/dist/components/toast/Toast.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +38 -14
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +38 -14
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +19 -7
- package/dist/components/toggle-group/index.d.ts +95 -35
- package/dist/components/tooltip/TooltipContent.d.ts +19 -7
- package/dist/components/top-bar/TopBar.d.ts +19 -7
- package/dist/components/top-bar/TopBarBrand.d.ts +57 -21
- package/dist/components/tree/Tree.d.ts +228 -84
- package/dist/components/tree/TreeCollapsible.d.ts +19 -7
- package/dist/components/tree/TreeCollapsibleContent.d.ts +38 -14
- package/dist/components/tree/TreeIcon.d.ts +38 -14
- package/dist/components/tree/TreeItemContent.d.ts +19 -7
- package/dist/components/tree/TreeListItem.d.ts +19 -7
- package/dist/components/video/Video.d.ts +38 -14
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +19 -7
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +209 -77
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +20 -8
- package/dist/utilities/create-theme-variants/createThemeVariants.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +38 -14
- package/package.json +4 -4
|
@@ -57,9 +57,10 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
57
57
|
hover: string;
|
|
58
58
|
}, {
|
|
59
59
|
colors: {
|
|
60
|
-
|
|
60
|
+
textBold: any;
|
|
61
|
+
textRegular: any;
|
|
61
62
|
textSubtle: any;
|
|
62
|
-
|
|
63
|
+
textMinimal: any;
|
|
63
64
|
background: any;
|
|
64
65
|
backgroundAccent: any;
|
|
65
66
|
grey100: any;
|
|
@@ -206,11 +207,6 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
206
207
|
alpha200: any;
|
|
207
208
|
alpha250: any;
|
|
208
209
|
alpha600: any;
|
|
209
|
-
primaryLight: any;
|
|
210
|
-
primary: any;
|
|
211
|
-
primaryMid: any;
|
|
212
|
-
primaryDark: any;
|
|
213
|
-
secondary: any;
|
|
214
210
|
brandRed: any;
|
|
215
211
|
brandRedAccent: any;
|
|
216
212
|
brandGreen: any;
|
|
@@ -219,6 +215,10 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
219
215
|
brandPurpleAccent: any;
|
|
220
216
|
brandYellow: any;
|
|
221
217
|
brandYellowAccent: any;
|
|
218
|
+
infoLight: any;
|
|
219
|
+
info: any;
|
|
220
|
+
infoMid: any;
|
|
221
|
+
infoDark: any;
|
|
222
222
|
successLight: any;
|
|
223
223
|
success: any;
|
|
224
224
|
successMid: any;
|
|
@@ -242,6 +242,18 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
242
242
|
glBlueLight: any;
|
|
243
243
|
glBluePrimary: any;
|
|
244
244
|
glBlueDark: any;
|
|
245
|
+
primary100: any;
|
|
246
|
+
primary200: any;
|
|
247
|
+
primary300: any;
|
|
248
|
+
primary400: any;
|
|
249
|
+
primary500: any;
|
|
250
|
+
primary600: any;
|
|
251
|
+
primary700: any;
|
|
252
|
+
primary800: any;
|
|
253
|
+
primary900: any;
|
|
254
|
+
primary1000: any;
|
|
255
|
+
primary1100: any;
|
|
256
|
+
primary1200: any;
|
|
245
257
|
};
|
|
246
258
|
space: {
|
|
247
259
|
"0": any;
|
|
@@ -324,7 +336,7 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
324
336
|
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
325
337
|
};
|
|
326
338
|
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
327
|
-
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
339
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
328
340
|
};
|
|
329
341
|
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
330
342
|
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
@@ -19,9 +19,10 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
19
19
|
hover: string;
|
|
20
20
|
}, {
|
|
21
21
|
colors: {
|
|
22
|
-
|
|
22
|
+
textBold: any;
|
|
23
|
+
textRegular: any;
|
|
23
24
|
textSubtle: any;
|
|
24
|
-
|
|
25
|
+
textMinimal: any;
|
|
25
26
|
background: any;
|
|
26
27
|
backgroundAccent: any;
|
|
27
28
|
grey100: any;
|
|
@@ -168,11 +169,6 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
168
169
|
alpha200: any;
|
|
169
170
|
alpha250: any;
|
|
170
171
|
alpha600: any;
|
|
171
|
-
primaryLight: any;
|
|
172
|
-
primary: any;
|
|
173
|
-
primaryMid: any;
|
|
174
|
-
primaryDark: any;
|
|
175
|
-
secondary: any;
|
|
176
172
|
brandRed: any;
|
|
177
173
|
brandRedAccent: any;
|
|
178
174
|
brandGreen: any;
|
|
@@ -181,6 +177,10 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
181
177
|
brandPurpleAccent: any;
|
|
182
178
|
brandYellow: any;
|
|
183
179
|
brandYellowAccent: any;
|
|
180
|
+
infoLight: any;
|
|
181
|
+
info: any;
|
|
182
|
+
infoMid: any;
|
|
183
|
+
infoDark: any;
|
|
184
184
|
successLight: any;
|
|
185
185
|
success: any;
|
|
186
186
|
successMid: any;
|
|
@@ -204,6 +204,18 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
204
204
|
glBlueLight: any;
|
|
205
205
|
glBluePrimary: any;
|
|
206
206
|
glBlueDark: any;
|
|
207
|
+
primary100: any;
|
|
208
|
+
primary200: any;
|
|
209
|
+
primary300: any;
|
|
210
|
+
primary400: any;
|
|
211
|
+
primary500: any;
|
|
212
|
+
primary600: any;
|
|
213
|
+
primary700: any;
|
|
214
|
+
primary800: any;
|
|
215
|
+
primary900: any;
|
|
216
|
+
primary1000: any;
|
|
217
|
+
primary1100: any;
|
|
218
|
+
primary1200: any;
|
|
207
219
|
};
|
|
208
220
|
space: {
|
|
209
221
|
"0": any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import*as o from"react";import{styled as t}from"../../stitches.js";const n=t("textarea",{boxShadow:"none",fontSize:"$md",appearance:"none",border:"1px solid $tonal400",borderRadius:"$0",boxSizing:"border-box",color:"$tonal600",fontFamily:"$body",fontWeight:400,lineHeight:1.4,minHeight:"$7",px:"$3",py:"calc($2 + $1)",resize:"vertical",transition:"all 75ms ease-out",width:"100%","&:focus":{borderColor:"$
|
|
1
|
+
import*as o from"react";import{styled as t}from"../../stitches.js";const n=t("textarea",{boxShadow:"none",fontSize:"$md",appearance:"none",border:"1px solid $tonal400",borderRadius:"$0",boxSizing:"border-box",color:"$tonal600",fontFamily:"$body",fontWeight:400,lineHeight:1.4,minHeight:"$7",px:"$3",py:"calc($2 + $1)",resize:"vertical",transition:"all 75ms ease-out",width:"100%","&:focus":{borderColor:"$primary800",outline:"none"},"&[disabled]":{backgroundColor:"$tonal100",color:"$tonal400",cursor:"not-allowed"},"&::placeholder":{color:"$tonal300",opacity:1},variants:{state:{error:{border:"1px solid $danger"}}}}),e=o.forwardRef((r,a)=>o.createElement(n,{...r,ref:a}));e.displayName="Textarea";export{e as Textarea};
|
|
2
2
|
//# sourceMappingURL=Textarea.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textarea.js","sources":["../../../src/components/textarea/Textarea.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { styled } from '~/stitches'\n\nconst StyledTextarea = styled('textarea', {\n boxShadow: 'none', // remove iOS default styling\n fontSize: '$md', // prevent iOS zooming on focus\n appearance: 'none',\n border: '1px solid $tonal400',\n borderRadius: '$0',\n boxSizing: 'border-box',\n color: '$tonal600',\n fontFamily: '$body',\n fontWeight: 400,\n lineHeight: 1.4,\n minHeight: '$7',\n px: '$3',\n py: 'calc($2 + $1)', // offset the line height of the text\n resize: 'vertical',\n transition: 'all 75ms ease-out',\n width: '100%',\n '&:focus': {\n borderColor: '$
|
|
1
|
+
{"version":3,"file":"Textarea.js","sources":["../../../src/components/textarea/Textarea.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { styled } from '~/stitches'\n\nconst StyledTextarea = styled('textarea', {\n boxShadow: 'none', // remove iOS default styling\n fontSize: '$md', // prevent iOS zooming on focus\n appearance: 'none',\n border: '1px solid $tonal400',\n borderRadius: '$0',\n boxSizing: 'border-box',\n color: '$tonal600',\n fontFamily: '$body',\n fontWeight: 400,\n lineHeight: 1.4,\n minHeight: '$7',\n px: '$3',\n py: 'calc($2 + $1)', // offset the line height of the text\n resize: 'vertical',\n transition: 'all 75ms ease-out',\n width: '100%',\n '&:focus': {\n borderColor: '$primary800',\n outline: 'none'\n },\n '&[disabled]': {\n backgroundColor: '$tonal100',\n color: '$tonal400',\n cursor: 'not-allowed'\n },\n '&::placeholder': {\n color: '$tonal300',\n opacity: 1\n },\n variants: {\n state: {\n error: {\n border: '1px solid $danger'\n }\n }\n }\n})\n\nexport type TextareaProps = React.ComponentProps<typeof StyledTextarea>\n\nexport const Textarea: React.FC<TextareaProps> = React.forwardRef(\n (props, ref) => <StyledTextarea {...props} ref={ref} />\n)\n\nTextarea.displayName = 'Textarea'\n"],"names":["StyledTextarea","styled","Textarea","React","props","ref"],"mappings":"mEAIA,MAAMA,EAAiBC,EAAO,WAAY,CACxC,UAAW,OACX,SAAU,MACV,WAAY,OACZ,OAAQ,sBACR,aAAc,KACd,UAAW,aACX,MAAO,YACP,WAAY,QACZ,WAAY,IACZ,WAAY,IACZ,UAAW,KACX,GAAI,KACJ,GAAI,gBACJ,OAAQ,WACR,WAAY,oBACZ,MAAO,OACP,UAAW,CACT,YAAa,cACb,QAAS,MACX,EACA,cAAe,CACb,gBAAiB,YACjB,MAAO,YACP,OAAQ,aACV,EACA,iBAAkB,CAChB,MAAO,YACP,QAAS,CACX,EACA,SAAU,CACR,MAAO,CACL,MAAO,CACL,OAAQ,mBACV,CACF,CACF,CACF,CAAC,EAIYC,EAAoCC,EAAM,WACrD,CAACC,EAAOC,IAAQF,EAAA,cAACH,EAAA,CAAgB,GAAGI,EAAO,IAAKC,CAAK,CAAA,CACvD,EAEAH,EAAS,YAAc"}
|
|
@@ -21,9 +21,10 @@ export declare const StyledTile: import("@stitches/react/types/styled-component"
|
|
|
21
21
|
hover: string;
|
|
22
22
|
}, {
|
|
23
23
|
colors: {
|
|
24
|
-
|
|
24
|
+
textBold: any;
|
|
25
|
+
textRegular: any;
|
|
25
26
|
textSubtle: any;
|
|
26
|
-
|
|
27
|
+
textMinimal: any;
|
|
27
28
|
background: any;
|
|
28
29
|
backgroundAccent: any;
|
|
29
30
|
grey100: any;
|
|
@@ -170,11 +171,6 @@ export declare const StyledTile: import("@stitches/react/types/styled-component"
|
|
|
170
171
|
alpha200: any;
|
|
171
172
|
alpha250: any;
|
|
172
173
|
alpha600: any;
|
|
173
|
-
primaryLight: any;
|
|
174
|
-
primary: any;
|
|
175
|
-
primaryMid: any;
|
|
176
|
-
primaryDark: any;
|
|
177
|
-
secondary: any;
|
|
178
174
|
brandRed: any;
|
|
179
175
|
brandRedAccent: any;
|
|
180
176
|
brandGreen: any;
|
|
@@ -183,6 +179,10 @@ export declare const StyledTile: import("@stitches/react/types/styled-component"
|
|
|
183
179
|
brandPurpleAccent: any;
|
|
184
180
|
brandYellow: any;
|
|
185
181
|
brandYellowAccent: any;
|
|
182
|
+
infoLight: any;
|
|
183
|
+
info: any;
|
|
184
|
+
infoMid: any;
|
|
185
|
+
infoDark: any;
|
|
186
186
|
successLight: any;
|
|
187
187
|
success: any;
|
|
188
188
|
successMid: any;
|
|
@@ -206,6 +206,18 @@ export declare const StyledTile: import("@stitches/react/types/styled-component"
|
|
|
206
206
|
glBlueLight: any;
|
|
207
207
|
glBluePrimary: any;
|
|
208
208
|
glBlueDark: any;
|
|
209
|
+
primary100: any;
|
|
210
|
+
primary200: any;
|
|
211
|
+
primary300: any;
|
|
212
|
+
primary400: any;
|
|
213
|
+
primary500: any;
|
|
214
|
+
primary600: any;
|
|
215
|
+
primary700: any;
|
|
216
|
+
primary800: any;
|
|
217
|
+
primary900: any;
|
|
218
|
+
primary1000: any;
|
|
219
|
+
primary1100: any;
|
|
220
|
+
primary1200: any;
|
|
209
221
|
};
|
|
210
222
|
space: {
|
|
211
223
|
"0": any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import{ColorScheme as
|
|
1
|
+
import e from"react";import{ColorScheme as t}from"../../experiments/color-scheme/ColorScheme.js";import{styled as s}from"../../stitches.js";const r=s("div",{all:"unset",boxSizing:"border-box",display:"flex",flexDirection:"column",position:"relative",border:"1px solid",bg:"$base1",color:"$foreground",borderColor:"transparent",variants:{borderRadius:{sm:{borderRadius:"$0"},md:{borderRadius:"$1"},lg:{borderRadius:"$3"}},border:{true:{borderColor:"$base3"}}}}),o=e.forwardRef(({children:i,colorScheme:l={},...a},d)=>e.createElement(t,{asChild:!0,base:"grey1",accent:"primary2",interactive:"loContrast",...l},e.createElement(r,{ref:d,...a},i)));o.displayName="Tile";export{r as StyledTile,o as Tile};
|
|
2
2
|
//# sourceMappingURL=Tile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tile.js","sources":["../../../src/components/tile/Tile.tsx"],"sourcesContent":["import React from 'react'\n\nimport { ColorScheme, TcolorScheme } from '~/experiments/color-scheme'\nimport { styled } from '~/stitches'\n\nexport const StyledTile = styled('div', {\n all: 'unset', // important for buttons etc\n boxSizing: 'border-box',\n display: 'flex',\n flexDirection: 'column',\n position: 'relative', // for pseudo-elements\n border: '1px solid',\n bg: '$base1',\n color: '$foreground',\n borderColor: 'transparent',\n variants: {\n borderRadius: {\n sm: { borderRadius: '$0' },\n md: { borderRadius: '$1' },\n lg: { borderRadius: '$3' }\n },\n border: {\n true: { borderColor: '$base3' }\n }\n }\n})\n\ntype TTileProps = React.ComponentProps<typeof StyledTile> & {\n colorScheme?: TcolorScheme\n}\n\nexport const Tile = React.forwardRef<HTMLDivElement, TTileProps>(\n ({ children, colorScheme = {}, ...rest }, ref) => (\n <ColorScheme\n asChild\n base=\"grey1\"\n accent=\"
|
|
1
|
+
{"version":3,"file":"Tile.js","sources":["../../../src/components/tile/Tile.tsx"],"sourcesContent":["import React from 'react'\n\nimport { ColorScheme, TcolorScheme } from '~/experiments/color-scheme'\nimport { styled } from '~/stitches'\n\nexport const StyledTile = styled('div', {\n all: 'unset', // important for buttons etc\n boxSizing: 'border-box',\n display: 'flex',\n flexDirection: 'column',\n position: 'relative', // for pseudo-elements\n border: '1px solid',\n bg: '$base1',\n color: '$foreground',\n borderColor: 'transparent',\n variants: {\n borderRadius: {\n sm: { borderRadius: '$0' },\n md: { borderRadius: '$1' },\n lg: { borderRadius: '$3' }\n },\n border: {\n true: { borderColor: '$base3' }\n }\n }\n})\n\ntype TTileProps = React.ComponentProps<typeof StyledTile> & {\n colorScheme?: TcolorScheme\n}\n\nexport const Tile = React.forwardRef<HTMLDivElement, TTileProps>(\n ({ children, colorScheme = {}, ...rest }, ref) => (\n <ColorScheme\n asChild\n base=\"grey1\"\n accent=\"primary2\"\n interactive=\"loContrast\"\n {...colorScheme}\n >\n <StyledTile ref={ref} {...rest}>\n {children}\n </StyledTile>\n </ColorScheme>\n )\n)\n\nTile.displayName = 'Tile'\n"],"names":["StyledTile","styled","Tile","React","children","colorScheme","rest","ref","ColorScheme"],"mappings":"4IAKO,MAAMA,EAAaC,EAAO,MAAO,CACtC,IAAK,QACL,UAAW,aACX,QAAS,OACT,cAAe,SACf,SAAU,WACV,OAAQ,YACR,GAAI,SACJ,MAAO,cACP,YAAa,cACb,SAAU,CACR,aAAc,CACZ,GAAI,CAAE,aAAc,IAAK,EACzB,GAAI,CAAE,aAAc,IAAK,EACzB,GAAI,CAAE,aAAc,IAAK,CAC3B,EACA,OAAQ,CACN,KAAM,CAAE,YAAa,QAAS,CAChC,CACF,CACF,CAAC,EAMYC,EAAOC,EAAM,WACxB,CAAC,CAAE,SAAAC,EAAU,YAAAC,EAAc,MAAOC,CAAK,EAAGC,IACxCJ,EAAA,cAACK,EAAA,CACC,QAAO,GACP,KAAK,QACL,OAAO,WACP,YAAY,aACX,GAAGH,CAAAA,EAEJF,EAAA,cAACH,EAAA,CAAW,IAAKO,EAAM,GAAGD,CAAAA,EACvBF,CACH,CACF,CAEJ,EAEAF,EAAK,YAAc"}
|
|
@@ -26,9 +26,10 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
|
|
|
26
26
|
hover: string;
|
|
27
27
|
}, {
|
|
28
28
|
colors: {
|
|
29
|
-
|
|
29
|
+
textBold: any;
|
|
30
|
+
textRegular: any;
|
|
30
31
|
textSubtle: any;
|
|
31
|
-
|
|
32
|
+
textMinimal: any;
|
|
32
33
|
background: any;
|
|
33
34
|
backgroundAccent: any;
|
|
34
35
|
grey100: any;
|
|
@@ -175,11 +176,6 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
|
|
|
175
176
|
alpha200: any;
|
|
176
177
|
alpha250: any;
|
|
177
178
|
alpha600: any;
|
|
178
|
-
primaryLight: any;
|
|
179
|
-
primary: any;
|
|
180
|
-
primaryMid: any;
|
|
181
|
-
primaryDark: any;
|
|
182
|
-
secondary: any;
|
|
183
179
|
brandRed: any;
|
|
184
180
|
brandRedAccent: any;
|
|
185
181
|
brandGreen: any;
|
|
@@ -188,6 +184,10 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
|
|
|
188
184
|
brandPurpleAccent: any;
|
|
189
185
|
brandYellow: any;
|
|
190
186
|
brandYellowAccent: any;
|
|
187
|
+
infoLight: any;
|
|
188
|
+
info: any;
|
|
189
|
+
infoMid: any;
|
|
190
|
+
infoDark: any;
|
|
191
191
|
successLight: any;
|
|
192
192
|
success: any;
|
|
193
193
|
successMid: any;
|
|
@@ -211,6 +211,18 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
|
|
|
211
211
|
glBlueLight: any;
|
|
212
212
|
glBluePrimary: any;
|
|
213
213
|
glBlueDark: any;
|
|
214
|
+
primary100: any;
|
|
215
|
+
primary200: any;
|
|
216
|
+
primary300: any;
|
|
217
|
+
primary400: any;
|
|
218
|
+
primary500: any;
|
|
219
|
+
primary600: any;
|
|
220
|
+
primary700: any;
|
|
221
|
+
primary800: any;
|
|
222
|
+
primary900: any;
|
|
223
|
+
primary1000: any;
|
|
224
|
+
primary1100: any;
|
|
225
|
+
primary1200: any;
|
|
214
226
|
};
|
|
215
227
|
space: {
|
|
216
228
|
"0": any;
|
|
@@ -24,9 +24,10 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
24
24
|
hover: string;
|
|
25
25
|
}, {
|
|
26
26
|
colors: {
|
|
27
|
-
|
|
27
|
+
textBold: any;
|
|
28
|
+
textRegular: any;
|
|
28
29
|
textSubtle: any;
|
|
29
|
-
|
|
30
|
+
textMinimal: any;
|
|
30
31
|
background: any;
|
|
31
32
|
backgroundAccent: any;
|
|
32
33
|
grey100: any;
|
|
@@ -173,11 +174,6 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
173
174
|
alpha200: any;
|
|
174
175
|
alpha250: any;
|
|
175
176
|
alpha600: any;
|
|
176
|
-
primaryLight: any;
|
|
177
|
-
primary: any;
|
|
178
|
-
primaryMid: any;
|
|
179
|
-
primaryDark: any;
|
|
180
|
-
secondary: any;
|
|
181
177
|
brandRed: any;
|
|
182
178
|
brandRedAccent: any;
|
|
183
179
|
brandGreen: any;
|
|
@@ -186,6 +182,10 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
186
182
|
brandPurpleAccent: any;
|
|
187
183
|
brandYellow: any;
|
|
188
184
|
brandYellowAccent: any;
|
|
185
|
+
infoLight: any;
|
|
186
|
+
info: any;
|
|
187
|
+
infoMid: any;
|
|
188
|
+
infoDark: any;
|
|
189
189
|
successLight: any;
|
|
190
190
|
success: any;
|
|
191
191
|
successMid: any;
|
|
@@ -209,6 +209,18 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
209
209
|
glBlueLight: any;
|
|
210
210
|
glBluePrimary: any;
|
|
211
211
|
glBlueDark: any;
|
|
212
|
+
primary100: any;
|
|
213
|
+
primary200: any;
|
|
214
|
+
primary300: any;
|
|
215
|
+
primary400: any;
|
|
216
|
+
primary500: any;
|
|
217
|
+
primary600: any;
|
|
218
|
+
primary700: any;
|
|
219
|
+
primary800: any;
|
|
220
|
+
primary900: any;
|
|
221
|
+
primary1000: any;
|
|
222
|
+
primary1100: any;
|
|
223
|
+
primary1200: any;
|
|
212
224
|
};
|
|
213
225
|
space: {
|
|
214
226
|
"0": any;
|
|
@@ -345,9 +357,10 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
345
357
|
hover: string;
|
|
346
358
|
}, {
|
|
347
359
|
colors: {
|
|
348
|
-
|
|
360
|
+
textBold: any;
|
|
361
|
+
textRegular: any;
|
|
349
362
|
textSubtle: any;
|
|
350
|
-
|
|
363
|
+
textMinimal: any;
|
|
351
364
|
background: any;
|
|
352
365
|
backgroundAccent: any;
|
|
353
366
|
grey100: any;
|
|
@@ -494,11 +507,6 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
494
507
|
alpha200: any;
|
|
495
508
|
alpha250: any;
|
|
496
509
|
alpha600: any;
|
|
497
|
-
primaryLight: any;
|
|
498
|
-
primary: any;
|
|
499
|
-
primaryMid: any;
|
|
500
|
-
primaryDark: any;
|
|
501
|
-
secondary: any;
|
|
502
510
|
brandRed: any;
|
|
503
511
|
brandRedAccent: any;
|
|
504
512
|
brandGreen: any;
|
|
@@ -507,6 +515,10 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
507
515
|
brandPurpleAccent: any;
|
|
508
516
|
brandYellow: any;
|
|
509
517
|
brandYellowAccent: any;
|
|
518
|
+
infoLight: any;
|
|
519
|
+
info: any;
|
|
520
|
+
infoMid: any;
|
|
521
|
+
infoDark: any;
|
|
510
522
|
successLight: any;
|
|
511
523
|
success: any;
|
|
512
524
|
successMid: any;
|
|
@@ -530,6 +542,18 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
530
542
|
glBlueLight: any;
|
|
531
543
|
glBluePrimary: any;
|
|
532
544
|
glBlueDark: any;
|
|
545
|
+
primary100: any;
|
|
546
|
+
primary200: any;
|
|
547
|
+
primary300: any;
|
|
548
|
+
primary400: any;
|
|
549
|
+
primary500: any;
|
|
550
|
+
primary600: any;
|
|
551
|
+
primary700: any;
|
|
552
|
+
primary800: any;
|
|
553
|
+
primary900: any;
|
|
554
|
+
primary1000: any;
|
|
555
|
+
primary1100: any;
|
|
556
|
+
primary1200: any;
|
|
533
557
|
};
|
|
534
558
|
space: {
|
|
535
559
|
"0": any;
|
|
@@ -24,9 +24,10 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
24
24
|
hover: string;
|
|
25
25
|
}, {
|
|
26
26
|
colors: {
|
|
27
|
-
|
|
27
|
+
textBold: any;
|
|
28
|
+
textRegular: any;
|
|
28
29
|
textSubtle: any;
|
|
29
|
-
|
|
30
|
+
textMinimal: any;
|
|
30
31
|
background: any;
|
|
31
32
|
backgroundAccent: any;
|
|
32
33
|
grey100: any;
|
|
@@ -173,11 +174,6 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
173
174
|
alpha200: any;
|
|
174
175
|
alpha250: any;
|
|
175
176
|
alpha600: any;
|
|
176
|
-
primaryLight: any;
|
|
177
|
-
primary: any;
|
|
178
|
-
primaryMid: any;
|
|
179
|
-
primaryDark: any;
|
|
180
|
-
secondary: any;
|
|
181
177
|
brandRed: any;
|
|
182
178
|
brandRedAccent: any;
|
|
183
179
|
brandGreen: any;
|
|
@@ -186,6 +182,10 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
186
182
|
brandPurpleAccent: any;
|
|
187
183
|
brandYellow: any;
|
|
188
184
|
brandYellowAccent: any;
|
|
185
|
+
infoLight: any;
|
|
186
|
+
info: any;
|
|
187
|
+
infoMid: any;
|
|
188
|
+
infoDark: any;
|
|
189
189
|
successLight: any;
|
|
190
190
|
success: any;
|
|
191
191
|
successMid: any;
|
|
@@ -209,6 +209,18 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
209
209
|
glBlueLight: any;
|
|
210
210
|
glBluePrimary: any;
|
|
211
211
|
glBlueDark: any;
|
|
212
|
+
primary100: any;
|
|
213
|
+
primary200: any;
|
|
214
|
+
primary300: any;
|
|
215
|
+
primary400: any;
|
|
216
|
+
primary500: any;
|
|
217
|
+
primary600: any;
|
|
218
|
+
primary700: any;
|
|
219
|
+
primary800: any;
|
|
220
|
+
primary900: any;
|
|
221
|
+
primary1000: any;
|
|
222
|
+
primary1100: any;
|
|
223
|
+
primary1200: any;
|
|
212
224
|
};
|
|
213
225
|
space: {
|
|
214
226
|
"0": any;
|
|
@@ -346,9 +358,10 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
346
358
|
hover: string;
|
|
347
359
|
}, {
|
|
348
360
|
colors: {
|
|
349
|
-
|
|
361
|
+
textBold: any;
|
|
362
|
+
textRegular: any;
|
|
350
363
|
textSubtle: any;
|
|
351
|
-
|
|
364
|
+
textMinimal: any;
|
|
352
365
|
background: any;
|
|
353
366
|
backgroundAccent: any;
|
|
354
367
|
grey100: any;
|
|
@@ -495,11 +508,6 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
495
508
|
alpha200: any;
|
|
496
509
|
alpha250: any;
|
|
497
510
|
alpha600: any;
|
|
498
|
-
primaryLight: any;
|
|
499
|
-
primary: any;
|
|
500
|
-
primaryMid: any;
|
|
501
|
-
primaryDark: any;
|
|
502
|
-
secondary: any;
|
|
503
511
|
brandRed: any;
|
|
504
512
|
brandRedAccent: any;
|
|
505
513
|
brandGreen: any;
|
|
@@ -508,6 +516,10 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
508
516
|
brandPurpleAccent: any;
|
|
509
517
|
brandYellow: any;
|
|
510
518
|
brandYellowAccent: any;
|
|
519
|
+
infoLight: any;
|
|
520
|
+
info: any;
|
|
521
|
+
infoMid: any;
|
|
522
|
+
infoDark: any;
|
|
511
523
|
successLight: any;
|
|
512
524
|
success: any;
|
|
513
525
|
successMid: any;
|
|
@@ -531,6 +543,18 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
531
543
|
glBlueLight: any;
|
|
532
544
|
glBluePrimary: any;
|
|
533
545
|
glBlueDark: any;
|
|
546
|
+
primary100: any;
|
|
547
|
+
primary200: any;
|
|
548
|
+
primary300: any;
|
|
549
|
+
primary400: any;
|
|
550
|
+
primary500: any;
|
|
551
|
+
primary600: any;
|
|
552
|
+
primary700: any;
|
|
553
|
+
primary800: any;
|
|
554
|
+
primary900: any;
|
|
555
|
+
primary1000: any;
|
|
556
|
+
primary1100: any;
|
|
557
|
+
primary1200: any;
|
|
534
558
|
};
|
|
535
559
|
space: {
|
|
536
560
|
"0": any;
|
|
@@ -667,9 +691,10 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
667
691
|
hover: string;
|
|
668
692
|
}, {
|
|
669
693
|
colors: {
|
|
670
|
-
|
|
694
|
+
textBold: any;
|
|
695
|
+
textRegular: any;
|
|
671
696
|
textSubtle: any;
|
|
672
|
-
|
|
697
|
+
textMinimal: any;
|
|
673
698
|
background: any;
|
|
674
699
|
backgroundAccent: any;
|
|
675
700
|
grey100: any;
|
|
@@ -816,11 +841,6 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
816
841
|
alpha200: any;
|
|
817
842
|
alpha250: any;
|
|
818
843
|
alpha600: any;
|
|
819
|
-
primaryLight: any;
|
|
820
|
-
primary: any;
|
|
821
|
-
primaryMid: any;
|
|
822
|
-
primaryDark: any;
|
|
823
|
-
secondary: any;
|
|
824
844
|
brandRed: any;
|
|
825
845
|
brandRedAccent: any;
|
|
826
846
|
brandGreen: any;
|
|
@@ -829,6 +849,10 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
829
849
|
brandPurpleAccent: any;
|
|
830
850
|
brandYellow: any;
|
|
831
851
|
brandYellowAccent: any;
|
|
852
|
+
infoLight: any;
|
|
853
|
+
info: any;
|
|
854
|
+
infoMid: any;
|
|
855
|
+
infoDark: any;
|
|
832
856
|
successLight: any;
|
|
833
857
|
success: any;
|
|
834
858
|
successMid: any;
|
|
@@ -852,6 +876,18 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
852
876
|
glBlueLight: any;
|
|
853
877
|
glBluePrimary: any;
|
|
854
878
|
glBlueDark: any;
|
|
879
|
+
primary100: any;
|
|
880
|
+
primary200: any;
|
|
881
|
+
primary300: any;
|
|
882
|
+
primary400: any;
|
|
883
|
+
primary500: any;
|
|
884
|
+
primary600: any;
|
|
885
|
+
primary700: any;
|
|
886
|
+
primary800: any;
|
|
887
|
+
primary900: any;
|
|
888
|
+
primary1000: any;
|
|
889
|
+
primary1100: any;
|
|
890
|
+
primary1200: any;
|
|
855
891
|
};
|
|
856
892
|
space: {
|
|
857
893
|
"0": any;
|
|
@@ -27,9 +27,10 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
27
27
|
hover: string;
|
|
28
28
|
}, {
|
|
29
29
|
colors: {
|
|
30
|
-
|
|
30
|
+
textBold: any;
|
|
31
|
+
textRegular: any;
|
|
31
32
|
textSubtle: any;
|
|
32
|
-
|
|
33
|
+
textMinimal: any;
|
|
33
34
|
background: any;
|
|
34
35
|
backgroundAccent: any;
|
|
35
36
|
grey100: any;
|
|
@@ -176,11 +177,6 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
176
177
|
alpha200: any;
|
|
177
178
|
alpha250: any;
|
|
178
179
|
alpha600: any;
|
|
179
|
-
primaryLight: any;
|
|
180
|
-
primary: any;
|
|
181
|
-
primaryMid: any;
|
|
182
|
-
primaryDark: any;
|
|
183
|
-
secondary: any;
|
|
184
180
|
brandRed: any;
|
|
185
181
|
brandRedAccent: any;
|
|
186
182
|
brandGreen: any;
|
|
@@ -189,6 +185,10 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
189
185
|
brandPurpleAccent: any;
|
|
190
186
|
brandYellow: any;
|
|
191
187
|
brandYellowAccent: any;
|
|
188
|
+
infoLight: any;
|
|
189
|
+
info: any;
|
|
190
|
+
infoMid: any;
|
|
191
|
+
infoDark: any;
|
|
192
192
|
successLight: any;
|
|
193
193
|
success: any;
|
|
194
194
|
successMid: any;
|
|
@@ -212,6 +212,18 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
212
212
|
glBlueLight: any;
|
|
213
213
|
glBluePrimary: any;
|
|
214
214
|
glBlueDark: any;
|
|
215
|
+
primary100: any;
|
|
216
|
+
primary200: any;
|
|
217
|
+
primary300: any;
|
|
218
|
+
primary400: any;
|
|
219
|
+
primary500: any;
|
|
220
|
+
primary600: any;
|
|
221
|
+
primary700: any;
|
|
222
|
+
primary800: any;
|
|
223
|
+
primary900: any;
|
|
224
|
+
primary1000: any;
|
|
225
|
+
primary1100: any;
|
|
226
|
+
primary1200: any;
|
|
215
227
|
};
|
|
216
228
|
space: {
|
|
217
229
|
"0": any;
|
|
@@ -358,9 +370,10 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
358
370
|
hover: string;
|
|
359
371
|
}, {
|
|
360
372
|
colors: {
|
|
361
|
-
|
|
373
|
+
textBold: any;
|
|
374
|
+
textRegular: any;
|
|
362
375
|
textSubtle: any;
|
|
363
|
-
|
|
376
|
+
textMinimal: any;
|
|
364
377
|
background: any;
|
|
365
378
|
backgroundAccent: any;
|
|
366
379
|
grey100: any;
|
|
@@ -507,11 +520,6 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
507
520
|
alpha200: any;
|
|
508
521
|
alpha250: any;
|
|
509
522
|
alpha600: any;
|
|
510
|
-
primaryLight: any;
|
|
511
|
-
primary: any;
|
|
512
|
-
primaryMid: any;
|
|
513
|
-
primaryDark: any;
|
|
514
|
-
secondary: any;
|
|
515
523
|
brandRed: any;
|
|
516
524
|
brandRedAccent: any;
|
|
517
525
|
brandGreen: any;
|
|
@@ -520,6 +528,10 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
520
528
|
brandPurpleAccent: any;
|
|
521
529
|
brandYellow: any;
|
|
522
530
|
brandYellowAccent: any;
|
|
531
|
+
infoLight: any;
|
|
532
|
+
info: any;
|
|
533
|
+
infoMid: any;
|
|
534
|
+
infoDark: any;
|
|
523
535
|
successLight: any;
|
|
524
536
|
success: any;
|
|
525
537
|
successMid: any;
|
|
@@ -543,6 +555,18 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
543
555
|
glBlueLight: any;
|
|
544
556
|
glBluePrimary: any;
|
|
545
557
|
glBlueDark: any;
|
|
558
|
+
primary100: any;
|
|
559
|
+
primary200: any;
|
|
560
|
+
primary300: any;
|
|
561
|
+
primary400: any;
|
|
562
|
+
primary500: any;
|
|
563
|
+
primary600: any;
|
|
564
|
+
primary700: any;
|
|
565
|
+
primary800: any;
|
|
566
|
+
primary900: any;
|
|
567
|
+
primary1000: any;
|
|
568
|
+
primary1100: any;
|
|
569
|
+
primary1200: any;
|
|
546
570
|
};
|
|
547
571
|
space: {
|
|
548
572
|
"0": any;
|