@atom-learning/components 5.14.1 → 5.14.2
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/accordion/Accordion.d.ts +1 -0
- package/dist/components/accordion/AccordionContent.d.ts +1 -0
- package/dist/components/accordion/AccordionItem.d.ts +1 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +1 -0
- package/dist/components/action-icon/ActionIcon.d.ts +1 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +2 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -0
- package/dist/components/avatar/Avatar.d.ts +2 -0
- package/dist/components/badge/Badge.d.ts +6 -0
- package/dist/components/badge/BadgeIcon.d.ts +2 -0
- package/dist/components/badge/BadgeText.d.ts +2 -0
- package/dist/components/banner/BannerContainer.d.ts +2 -0
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +4 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +2 -0
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -0
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +4 -0
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +1 -0
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +2 -0
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -0
- package/dist/components/box/Box.d.ts +1 -0
- package/dist/components/button/Button.d.ts +1 -0
- package/dist/components/calendar/Day.d.ts +1 -0
- package/dist/components/carousel/Carousel.d.ts +3 -0
- package/dist/components/carousel/CarouselPagination.d.ts +1 -0
- package/dist/components/carousel/CarouselSlide.d.ts +1 -0
- package/dist/components/carousel/CarouselSlider.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +1 -0
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +3 -0
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +4 -0
- package/dist/components/chip/Chip.d.ts +7 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +3 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +3 -0
- package/dist/components/combobox/Combobox.d.ts +5 -0
- package/dist/components/combobox/ComboboxInput.d.ts +1 -0
- package/dist/components/combobox/ComboboxList.d.ts +1 -0
- package/dist/components/combobox/ComboboxOption.d.ts +1 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +1 -0
- package/dist/components/data-table/DataTable.d.ts +11 -0
- package/dist/components/data-table/DataTableLoading.d.ts +1 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +1 -0
- package/dist/components/dialog/Dialog.d.ts +5 -0
- package/dist/components/dialog/DialogBackground.d.ts +2 -0
- package/dist/components/dialog/DialogClose.d.ts +1 -0
- package/dist/components/dialog/DialogContent.d.ts +1 -0
- package/dist/components/divider/Divider.d.ts +1 -0
- package/dist/components/drawer/Drawer.d.ts +4 -0
- package/dist/components/drawer/DrawerContent.d.ts +1 -0
- package/dist/components/drawer/DrawerFooter.d.ts +1 -0
- package/dist/components/drawer/DrawerHeader.d.ts +1 -0
- package/dist/components/drawer/DrawerMain.d.ts +1 -0
- package/dist/components/drawer/DrawerOverlay.d.ts +1 -0
- package/dist/components/drawer/DrawerTrigger.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +5 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +1 -0
- package/dist/components/empty-state/EmptyState.d.ts +7 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +2 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +2 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +1 -0
- package/dist/components/flex/Flex.d.ts +1 -0
- package/dist/components/form/Form.d.ts +1 -0
- package/dist/components/grid/Grid.d.ts +1 -0
- package/dist/components/heading/Heading.d.ts +1 -0
- package/dist/components/icon/Icon.d.ts +1 -0
- package/dist/components/image/Image.d.ts +1 -0
- package/dist/components/inline-message/InlineMessage.d.ts +2 -0
- package/dist/components/input/Input.d.ts +3 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +2 -0
- package/dist/components/keyboard-shortcut/index.d.ts +3 -0
- package/dist/components/label/Label.d.ts +1 -0
- package/dist/components/link/Link.d.ts +1 -0
- package/dist/components/list/List.d.ts +2 -0
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +1 -0
- package/dist/components/navigation/NavigationMenu.d.ts +9 -0
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +1 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +2 -0
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +1 -0
- package/dist/components/navigation/NavigationMenuLink.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +11 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +2 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +1 -0
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +2 -0
- package/dist/components/number-input/NumberInputStepper.d.ts +2 -0
- package/dist/components/pagination/PaginationNextButton.d.ts +2 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -0
- package/dist/components/popover/Popover.d.ts +2 -0
- package/dist/components/popover/PopoverContent.d.ts +1 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +1 -0
- package/dist/components/radio-button/RadioButton.d.ts +1 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +1 -0
- package/dist/components/radio-button-field/RadioButtonField.d.ts +1 -0
- package/dist/components/radio-card/RadioCard.d.ts +1 -0
- package/dist/components/section-message/SectionMessage.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControl.d.ts +8 -0
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +1 -0
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +2 -0
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +5 -0
- package/dist/components/select/Select.d.ts +1 -0
- package/dist/components/side-bar/SideBar.d.ts +8 -0
- package/dist/components/side-bar/SideBarComponents.d.ts +7 -0
- package/dist/components/slider/Slider.d.ts +2 -0
- package/dist/components/sortable/Handle.d.ts +2 -0
- package/dist/components/spacer/Spacer.d.ts +1 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +2 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +2 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +2 -0
- package/dist/components/switch/Switch.d.ts +1 -0
- package/dist/components/table/Table.d.ts +8 -0
- package/dist/components/table/TableBody.d.ts +1 -0
- package/dist/components/table/TableCell.d.ts +1 -0
- package/dist/components/table/TableFooter.d.ts +1 -0
- package/dist/components/table/TableFooterCell.d.ts +1 -0
- package/dist/components/table/TableHeader.d.ts +1 -0
- package/dist/components/table/TableHeaderCell.d.ts +1 -0
- package/dist/components/table/TableRow.d.ts +1 -0
- package/dist/components/tabs/Tabs.d.ts +4 -0
- package/dist/components/tabs/TabsContent.d.ts +1 -0
- package/dist/components/tabs/TabsTrigger.d.ts +1 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +1 -0
- package/dist/components/text/Text.d.ts +1 -0
- package/dist/components/textarea/Textarea.d.ts +1 -0
- package/dist/components/tile/Tile.d.ts +1 -0
- package/dist/components/tile/TileGroup.d.ts +1 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +2 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +3 -0
- package/dist/components/toast/Toast.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +2 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +1 -0
- package/dist/components/toggle-group/index.d.ts +6 -0
- package/dist/components/tooltip/Tooltip.d.ts +2 -0
- package/dist/components/tooltip/TooltipContent.d.ts +1 -0
- package/dist/components/top-bar/TopBar.d.ts +5 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +3 -0
- package/dist/components/tree/Tree.d.ts +12 -0
- package/dist/components/tree/TreeCollapsible.d.ts +1 -0
- package/dist/components/tree/TreeCollapsibleContent.d.ts +1 -0
- package/dist/components/tree/TreeIcon.d.ts +2 -0
- package/dist/components/tree/TreeItemContent.d.ts +1 -0
- package/dist/components/tree/TreeListItem.d.ts +1 -0
- package/dist/components/video/Video.d.ts +1 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +1 -0
- package/dist/stitches.d.ts +11 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +1 -0
- package/package.json +3 -3
- package/CHANGELOG.md +0 -209
|
@@ -242,6 +242,7 @@ declare const StyledColorScheme: import("@atom-learning/stitches-react/types/sty
|
|
|
242
242
|
subjectCreativeWriting: string;
|
|
243
243
|
subjectExamSkills: string;
|
|
244
244
|
subjectGcseEnglishLiterature: string;
|
|
245
|
+
subjectGcseEnglishLanguage: string;
|
|
245
246
|
subjectGcseMaths: string;
|
|
246
247
|
subjectGcseChemistry: string;
|
|
247
248
|
subjectGcsePhysics: string;
|
package/dist/stitches.d.ts
CHANGED
|
@@ -289,6 +289,7 @@ declare const stitchesConfig: import("@atom-learning/stitches-react/types/stitch
|
|
|
289
289
|
subjectCreativeWriting: string;
|
|
290
290
|
subjectExamSkills: string;
|
|
291
291
|
subjectGcseEnglishLiterature: string;
|
|
292
|
+
subjectGcseEnglishLanguage: string;
|
|
292
293
|
subjectGcseMaths: string;
|
|
293
294
|
subjectGcseChemistry: string;
|
|
294
295
|
subjectGcsePhysics: string;
|
|
@@ -655,6 +656,7 @@ export declare const css: {
|
|
|
655
656
|
subjectCreativeWriting: string;
|
|
656
657
|
subjectExamSkills: string;
|
|
657
658
|
subjectGcseEnglishLiterature: string;
|
|
659
|
+
subjectGcseEnglishLanguage: string;
|
|
658
660
|
subjectGcseMaths: string;
|
|
659
661
|
subjectGcseChemistry: string;
|
|
660
662
|
subjectGcsePhysics: string;
|
|
@@ -1016,6 +1018,7 @@ export declare const css: {
|
|
|
1016
1018
|
subjectCreativeWriting: string;
|
|
1017
1019
|
subjectExamSkills: string;
|
|
1018
1020
|
subjectGcseEnglishLiterature: string;
|
|
1021
|
+
subjectGcseEnglishLanguage: string;
|
|
1019
1022
|
subjectGcseMaths: string;
|
|
1020
1023
|
subjectGcseChemistry: string;
|
|
1021
1024
|
subjectGcsePhysics: string;
|
|
@@ -1368,6 +1371,7 @@ export declare const css: {
|
|
|
1368
1371
|
subjectCreativeWriting?: string | number | boolean | undefined;
|
|
1369
1372
|
subjectExamSkills?: string | number | boolean | undefined;
|
|
1370
1373
|
subjectGcseEnglishLiterature?: string | number | boolean | undefined;
|
|
1374
|
+
subjectGcseEnglishLanguage?: string | number | boolean | undefined;
|
|
1371
1375
|
subjectGcseMaths?: string | number | boolean | undefined;
|
|
1372
1376
|
subjectGcseChemistry?: string | number | boolean | undefined;
|
|
1373
1377
|
subjectGcsePhysics?: string | number | boolean | undefined;
|
|
@@ -1671,6 +1675,7 @@ export declare const css: {
|
|
|
1671
1675
|
subjectCreativeWriting?: string | number | boolean | undefined;
|
|
1672
1676
|
subjectExamSkills?: string | number | boolean | undefined;
|
|
1673
1677
|
subjectGcseEnglishLiterature?: string | number | boolean | undefined;
|
|
1678
|
+
subjectGcseEnglishLanguage?: string | number | boolean | undefined;
|
|
1674
1679
|
subjectGcseMaths?: string | number | boolean | undefined;
|
|
1675
1680
|
subjectGcseChemistry?: string | number | boolean | undefined;
|
|
1676
1681
|
subjectGcsePhysics?: string | number | boolean | undefined;
|
|
@@ -1991,6 +1996,7 @@ export declare const css: {
|
|
|
1991
1996
|
subjectCreativeWriting: string;
|
|
1992
1997
|
subjectExamSkills: string;
|
|
1993
1998
|
subjectGcseEnglishLiterature: string;
|
|
1999
|
+
subjectGcseEnglishLanguage: string;
|
|
1994
2000
|
subjectGcseMaths: string;
|
|
1995
2001
|
subjectGcseChemistry: string;
|
|
1996
2002
|
subjectGcsePhysics: string;
|
|
@@ -2352,6 +2358,7 @@ export declare const css: {
|
|
|
2352
2358
|
subjectCreativeWriting: string;
|
|
2353
2359
|
subjectExamSkills: string;
|
|
2354
2360
|
subjectGcseEnglishLiterature: string;
|
|
2361
|
+
subjectGcseEnglishLanguage: string;
|
|
2355
2362
|
subjectGcseMaths: string;
|
|
2356
2363
|
subjectGcseChemistry: string;
|
|
2357
2364
|
subjectGcsePhysics: string;
|
|
@@ -2715,6 +2722,7 @@ export declare const css: {
|
|
|
2715
2722
|
subjectCreativeWriting: string;
|
|
2716
2723
|
subjectExamSkills: string;
|
|
2717
2724
|
subjectGcseEnglishLiterature: string;
|
|
2725
|
+
subjectGcseEnglishLanguage: string;
|
|
2718
2726
|
subjectGcseMaths: string;
|
|
2719
2727
|
subjectGcseChemistry: string;
|
|
2720
2728
|
subjectGcsePhysics: string;
|
|
@@ -3084,6 +3092,7 @@ export declare const css: {
|
|
|
3084
3092
|
subjectCreativeWriting: string;
|
|
3085
3093
|
subjectExamSkills: string;
|
|
3086
3094
|
subjectGcseEnglishLiterature: string;
|
|
3095
|
+
subjectGcseEnglishLanguage: string;
|
|
3087
3096
|
subjectGcseMaths: string;
|
|
3088
3097
|
subjectGcseChemistry: string;
|
|
3089
3098
|
subjectGcsePhysics: string;
|
|
@@ -3445,6 +3454,7 @@ export declare const css: {
|
|
|
3445
3454
|
subjectCreativeWriting: string;
|
|
3446
3455
|
subjectExamSkills: string;
|
|
3447
3456
|
subjectGcseEnglishLiterature: string;
|
|
3457
|
+
subjectGcseEnglishLanguage: string;
|
|
3448
3458
|
subjectGcseMaths: string;
|
|
3449
3459
|
subjectGcseChemistry: string;
|
|
3450
3460
|
subjectGcsePhysics: string;
|
|
@@ -3800,6 +3810,7 @@ export declare const css: {
|
|
|
3800
3810
|
subjectCreativeWriting: import("@atom-learning/stitches-react/types/theme").Token<"subjectCreativeWriting", string, "colors", "">;
|
|
3801
3811
|
subjectExamSkills: import("@atom-learning/stitches-react/types/theme").Token<"subjectExamSkills", string, "colors", "">;
|
|
3802
3812
|
subjectGcseEnglishLiterature: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseEnglishLiterature", string, "colors", "">;
|
|
3813
|
+
subjectGcseEnglishLanguage: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseEnglishLanguage", string, "colors", "">;
|
|
3803
3814
|
subjectGcseMaths: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseMaths", string, "colors", "">;
|
|
3804
3815
|
subjectGcseChemistry: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcseChemistry", string, "colors", "">;
|
|
3805
3816
|
subjectGcsePhysics: import("@atom-learning/stitches-react/types/theme").Token<"subjectGcsePhysics", string, "colors", "">;
|
|
@@ -232,6 +232,7 @@ export declare const NoOverflowWrapper: import("@atom-learning/stitches-react/ty
|
|
|
232
232
|
subjectCreativeWriting: string;
|
|
233
233
|
subjectExamSkills: string;
|
|
234
234
|
subjectGcseEnglishLiterature: string;
|
|
235
|
+
subjectGcseEnglishLanguage: string;
|
|
235
236
|
subjectGcseMaths: string;
|
|
236
237
|
subjectGcseChemistry: string;
|
|
237
238
|
subjectGcsePhysics: string;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "5.14.
|
|
7
|
+
"version": "5.14.2",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atom-learning/icons": "1.20.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "^5.
|
|
63
|
+
"@atom-learning/theme": "^5.2.0",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
66
|
"@radix-ui/react-id": "1.0.1",
|
|
@@ -228,4 +228,4 @@
|
|
|
228
228
|
"registry": "https://registry.npmjs.org/",
|
|
229
229
|
"access": "public"
|
|
230
230
|
}
|
|
231
|
-
}
|
|
231
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
## [5.14.1](https://github.com/Atom-Learning/components/compare/v5.14.0...v5.14.1) (2026-01-15)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* docs layout, additional ui vr tests ([8ba5b31](https://github.com/Atom-Learning/components/commit/8ba5b31b848105a646e2b29a62636b252e757d2c))
|
|
7
|
-
* ensure section message does not collapse in flex containers ([c17868b](https://github.com/Atom-Learning/components/commit/c17868b2e11ad8444ebe5db16058d4325954e6cd))
|
|
8
|
-
* snapshots ([88f8d1c](https://github.com/Atom-Learning/components/commit/88f8d1c464ac164ff26b1a63db11595ee3d95c0e))
|
|
9
|
-
|
|
10
|
-
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
* **stepper:** adding ability to override default forward behaviour ([#318](https://github.com/Atom-Learning/components/issues/318)) ([c9cc080](https://github.com/Atom-Learning/components/commit/c9cc080ce9c77afda0ba9df48eb74276ce2c4505))
|
|
16
|
-
|
|
17
|
-
# [1.3.0](https://github.com/Atom-Learning/components/compare/v1.2.1...v1.3.0) (2022-04-07)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* add compound variant for outline secondary buttons ([09bb100](https://github.com/Atom-Learning/components/commit/09bb10071d10f421eec37bc505860120396e2232))
|
|
23
|
-
* add typings to package.json to explicitly refer index.d.ts ([033c9b6](https://github.com/Atom-Learning/components/commit/033c9b6330d1b75a862a0a0c4d525a53e3707571))
|
|
24
|
-
* added type=search back and used css to hide browser icon ([13cf732](https://github.com/Atom-Learning/components/commit/13cf7320eda155eed7b6b340602cfeee02021745))
|
|
25
|
-
* adding custom plurals ([ad13522](https://github.com/Atom-Learning/components/commit/ad1352277fac5b6b6e4f4b41c7a7b0092c62d4ae))
|
|
26
|
-
* adding label translation, input size, and fixing popover tweaks ([08c47e6](https://github.com/Atom-Learning/components/commit/08c47e6b18537e73150d9010311d8d59d31fdc09))
|
|
27
|
-
* adding test for min max values ([5026b4d](https://github.com/Atom-Learning/components/commit/5026b4d95f9ac7a7c9fdc7baf06f153d8c00a8f5))
|
|
28
|
-
* adding test for slidersteps ([7254b0f](https://github.com/Atom-Learning/components/commit/7254b0f85d9cb81e2ebeab5946ab91caa46804fb))
|
|
29
|
-
* allow external change handler on date input ([d265761](https://github.com/Atom-Learning/components/commit/d26576148c94740899f87cfd6708dc5a982f8fb4))
|
|
30
|
-
* attempting to fix merge issue ([531590e](https://github.com/Atom-Learning/components/commit/531590e2ae068be69303f63e83e612e974cb8a90))
|
|
31
|
-
* avoid initial render, screenWidth can be left undefined ([35766bf](https://github.com/Atom-Learning/components/commit/35766bfeb28a66bee20e735aaf27b34862815495))
|
|
32
|
-
* change accordion type ([8caeed7](https://github.com/Atom-Learning/components/commit/8caeed70b8425090e15ae0451bbc4b8b7601d72c))
|
|
33
|
-
* changing composition so value is a separate component ([7cefeed](https://github.com/Atom-Learning/components/commit/7cefeed2d6097152ea484c329d3bce02c45cfc6d))
|
|
34
|
-
* changing prop name to appearance ([429cab2](https://github.com/Atom-Learning/components/commit/429cab230f959de10fbbd8af51bebb5942b9193e))
|
|
35
|
-
* changing unintuitive variant name ([d6993b0](https://github.com/Atom-Learning/components/commit/d6993b08346dffb6a2033a25f1c05bcbd84bd1c4))
|
|
36
|
-
* css as per designs ([9f3a964](https://github.com/Atom-Learning/components/commit/9f3a96483c6acc2482ba7114d45ea11b2cffa529))
|
|
37
|
-
* css typing ([324e323](https://github.com/Atom-Learning/components/commit/324e323a0e5aae0bddc76170f7833abf26832809))
|
|
38
|
-
* dateinput type error ([ee5e109](https://github.com/Atom-Learning/components/commit/ee5e1094dfc46ec449fc5c1d207c62614dd2e1ea))
|
|
39
|
-
* disabled state should not have any interaction whatsoever ([7e458ee](https://github.com/Atom-Learning/components/commit/7e458ee5311be59b552f99eb21aeaa0888168544))
|
|
40
|
-
* documentation ([82e8ac4](https://github.com/Atom-Learning/components/commit/82e8ac45bca1d97d34bcb9ac3d36158af5c7edc0))
|
|
41
|
-
* drop mount check inside useEffect hook ([8771774](https://github.com/Atom-Learning/components/commit/8771774de3a479d102e804eeec933685f22f1e64))
|
|
42
|
-
* ensure dayjs plugin is treated as external dep ([a2525ea](https://github.com/Atom-Learning/components/commit/a2525eaf3d64dbcfd22351ae31d98b3d2d42fef5))
|
|
43
|
-
* extend type to allow passing CSS ([261cda6](https://github.com/Atom-Learning/components/commit/261cda629c8435a8615e8b01d51fb55dd0a46d4b))
|
|
44
|
-
* fixing tests, changing div to box ([1f57a3a](https://github.com/Atom-Learning/components/commit/1f57a3a874b7049b4accb3d498dfde1563aad4cd))
|
|
45
|
-
* focus issue with next/prev buttons ([67d3de3](https://github.com/Atom-Learning/components/commit/67d3de3f5c65ed11f12588757a849bbe4601fa7d))
|
|
46
|
-
* forcing boolean to clean up logic ([eeaec16](https://github.com/Atom-Learning/components/commit/eeaec164e7ff5ad35a0f61e38dcfeadff4922a3a))
|
|
47
|
-
* introduce enum for icon ([2ce7486](https://github.com/Atom-Learning/components/commit/2ce7486b6410406e1cb67ecc3c5d7f72c4fe1949))
|
|
48
|
-
* making position more responsive, updating tests ([01d2e77](https://github.com/Atom-Learning/components/commit/01d2e77a42f78fbe8b6e8ab7d7c3702327e163c9))
|
|
49
|
-
* minor test and docs fixes ([a128057](https://github.com/Atom-Learning/components/commit/a1280573e8334c27ae58d5d63169840f1473b755))
|
|
50
|
-
* minor tweak to tests ([cfb37a0](https://github.com/Atom-Learning/components/commit/cfb37a073dbb9015e98212525385d50eda1b245f))
|
|
51
|
-
* minor update to docs ([c7a1673](https://github.com/Atom-Learning/components/commit/c7a1673f1e655177fcbe93838f84949e645e80dd))
|
|
52
|
-
* minor update to docs ([35dbedd](https://github.com/Atom-Learning/components/commit/35dbedd6a0d26001025cf28007e8c9ace8396e73))
|
|
53
|
-
* more responsive styling, mdx changes ([e18585a](https://github.com/Atom-Learning/components/commit/e18585accc31e5c62637ad4e9f922a43b10b1e9c))
|
|
54
|
-
* positioning of icon ([5f630f0](https://github.com/Atom-Learning/components/commit/5f630f0b351c21a705dcb6f042332ab130f138f3))
|
|
55
|
-
* prop name and docs example ([2e6a91e](https://github.com/Atom-Learning/components/commit/2e6a91e882402204507d24391d688f9e608f136b))
|
|
56
|
-
* proper types for validationMode ([7f6cb30](https://github.com/Atom-Learning/components/commit/7f6cb300a769a7c43670f937517528519bb4ff13))
|
|
57
|
-
* reducing height of track ([43f1f33](https://github.com/Atom-Learning/components/commit/43f1f335b8c1bb9ae06050b7ff913771b1fc5ce8))
|
|
58
|
-
* remove unnecessary box wrapper ([cd6203f](https://github.com/Atom-Learning/components/commit/cd6203fab71597d243b25b13be987e0508b462a8))
|
|
59
|
-
* remove unnecessary calendar docs, update datefield docs ([2a3ecb0](https://github.com/Atom-Learning/components/commit/2a3ecb0204b29e13f1542f65e11893eaeffad65a))
|
|
60
|
-
* remove unused babel file ([8df5e19](https://github.com/Atom-Learning/components/commit/8df5e195eb78c5462e5610cf9d8c3cf1f53c4172))
|
|
61
|
-
* remove unused code ([8019865](https://github.com/Atom-Learning/components/commit/8019865df92a86fee4f23480ec09d4dba4c18986))
|
|
62
|
-
* remove unwanted padding from container ([2d3fd00](https://github.com/Atom-Learning/components/commit/2d3fd00ccdbdc293d923b96d4a348d508b22c874))
|
|
63
|
-
* removing unneeded default value ([4db40c6](https://github.com/Atom-Learning/components/commit/4db40c656bf73b2a459dd69fcee5c0de8d705baf))
|
|
64
|
-
* rename Icon component ([ce20992](https://github.com/Atom-Learning/components/commit/ce20992e40e29a6940ef57749184871be539b0b5))
|
|
65
|
-
* rename prop and move callback into useEffect hook ([14cd086](https://github.com/Atom-Learning/components/commit/14cd086a536a937087a1088beefedd36170865fd))
|
|
66
|
-
* rename test description ([3137897](https://github.com/Atom-Learning/components/commit/313789734a3d06ac0d1e2d5e7ec159335106224b))
|
|
67
|
-
* render buttons with display: none to include them in snapshot ([9844223](https://github.com/Atom-Learning/components/commit/9844223fc29a4505620111f8427ba4c3073fe7b0))
|
|
68
|
-
* replace babel-jest ([8c1c0d4](https://github.com/Atom-Learning/components/commit/8c1c0d4dcfffe162b0effe415ef96998fb421484))
|
|
69
|
-
* replace iconwrapper for accordion ([52d93ad](https://github.com/Atom-Learning/components/commit/52d93ade51e91e9c71e21ab5d078e5ad0668705e))
|
|
70
|
-
* revalidate on date select ([a688ed8](https://github.com/Atom-Learning/components/commit/a688ed81950e751e53c686c84331226a03aa397b))
|
|
71
|
-
* revert jest to last version to stop node engine errors ([6351b74](https://github.com/Atom-Learning/components/commit/6351b74f7a29363511ed61816b29b09821000ba4))
|
|
72
|
-
* review feedback ([9237067](https://github.com/Atom-Learning/components/commit/9237067445a947e3aacde6645a03961de2708703))
|
|
73
|
-
* review feedback ([d74a333](https://github.com/Atom-Learning/components/commit/d74a3337de79f373eca066050c0f98116bd9e7e1))
|
|
74
|
-
* rotation applied to all icons and not just the arrow ([595a246](https://github.com/Atom-Learning/components/commit/595a246216ffc2bfb84c6c29806d17dcfeb8e817))
|
|
75
|
-
* search input onChange ([f13bd23](https://github.com/Atom-Learning/components/commit/f13bd23c8fd12eb32b7c41a62122206891dc9d6f))
|
|
76
|
-
* separating slidersteps component ([5d1b0af](https://github.com/Atom-Learning/components/commit/5d1b0afac6268218fd75893365fa0e8ff28095f2))
|
|
77
|
-
* separator colours and skipping behaviour ([8e85863](https://github.com/Atom-Learning/components/commit/8e85863fa36f31503cdfc67f74427ff128a77e03))
|
|
78
|
-
* slider min max bug ([2a5405f](https://github.com/Atom-Learning/components/commit/2a5405fd7ce0ef7fa13219eb4775b4fa8fc00938))
|
|
79
|
-
* snapshot test ([b364cf6](https://github.com/Atom-Learning/components/commit/b364cf66c865a875ae978393c533a1e662bec1b8))
|
|
80
|
-
* stepper being able to navigate outside bullet range when no OnComplete handler is passed ([c620481](https://github.com/Atom-Learning/components/commit/c620481fa5d41583779590c63e183f9c0532aba9))
|
|
81
|
-
* stepper types ([f7e1c20](https://github.com/Atom-Learning/components/commit/f7e1c208dbb911ccaade2bebb6cdbf49fe82f39b))
|
|
82
|
-
* stop render on empty value ([005c14c](https://github.com/Atom-Learning/components/commit/005c14c9fc819f7106ef6768ac1a1ac110af662a))
|
|
83
|
-
* tabs jump on font weight change ([219b01b](https://github.com/Atom-Learning/components/commit/219b01bbf86cc81881893b5efd925aea27c1ba93))
|
|
84
|
-
* throttle was being called in a wrong way ([bce0d0d](https://github.com/Atom-Learning/components/commit/bce0d0db6d2fc5569bec0e1eec96399fdf573d64))
|
|
85
|
-
* TS issues ([fad5121](https://github.com/Atom-Learning/components/commit/fad5121e853f6fa56368c8ec479b260e955c886b))
|
|
86
|
-
* tweaking null return logic ([528afda](https://github.com/Atom-Learning/components/commit/528afda648c8c6275414c7856ff145facd4884c2))
|
|
87
|
-
* typo on slider mdx ([45c2218](https://github.com/Atom-Learning/components/commit/45c2218bb9e21f41aea864b6ca387794bfcf06b8))
|
|
88
|
-
* unifying disabled theme styles ([14538e4](https://github.com/Atom-Learning/components/commit/14538e43f66fb1cf4d1665898c985318aaaada28))
|
|
89
|
-
* update snaps ([af59ab1](https://github.com/Atom-Learning/components/commit/af59ab1e77377fac7c71f7e785f44a81b3e24650))
|
|
90
|
-
* update theme package ([1059b45](https://github.com/Atom-Learning/components/commit/1059b45256c79fc84bc6f8659b1d32f832b93114))
|
|
91
|
-
* updating key to not be index ([26de60e](https://github.com/Atom-Learning/components/commit/26de60e4995a8cd5488a63cec03555ceb9d8d01c))
|
|
92
|
-
* updating mdx ([ce15564](https://github.com/Atom-Learning/components/commit/ce155646da9fb5dd4230b9135eaad9cd6d1824e8))
|
|
93
|
-
* updating mdx ([60604ee](https://github.com/Atom-Learning/components/commit/60604ee02f959767fdc06d15b8aceb16078918bb))
|
|
94
|
-
* updating mdx ([c433934](https://github.com/Atom-Learning/components/commit/c433934f3bc0e3377b2067d61c4a3d0b208b4bdd))
|
|
95
|
-
* updating mdx files ([f55277b](https://github.com/Atom-Learning/components/commit/f55277b47476a5614a632b09b39118d0fa3c85c0))
|
|
96
|
-
* updating readme ([959ec26](https://github.com/Atom-Learning/components/commit/959ec2629e01bbeb6781e9bcf236fb544153be86))
|
|
97
|
-
* updating readme ([4032986](https://github.com/Atom-Learning/components/commit/40329868600b456eff3e7456028e1f747817462b))
|
|
98
|
-
* updating style changes to be opt in and better typed ([3b94b09](https://github.com/Atom-Learning/components/commit/3b94b09d7ce7ac359b58149eb2cc86f49a47c740))
|
|
99
|
-
* use stitches to style the icon ([5fb3fb2](https://github.com/Atom-Learning/components/commit/5fb3fb2e5a066cc1967ca0093158a363de161ac0))
|
|
100
|
-
* yarn.lock ([a81c04a](https://github.com/Atom-Learning/components/commit/a81c04a9f8b67fc222d971c808bc9babfb708b34))
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
* add date field, finalise date input changes ([58edcfc](https://github.com/Atom-Learning/components/commit/58edcfc365ca7a5f902cdffb6f9de9c9f5c2009d))
|
|
106
|
-
* add tab scrollers which allows easy navigation if tabs length is more than available space ([cec5b04](https://github.com/Atom-Learning/components/commit/cec5b04235f2c24915050dfd71975608ddee7c86))
|
|
107
|
-
* add test:ci option to improve logs on ci ([3452dbb](https://github.com/Atom-Learning/components/commit/3452dbbf141d659a2044148712dd243729fb8916))
|
|
108
|
-
* added translation, firstDayOfWeek, test, and documentation ([ca785b4](https://github.com/Atom-Learning/components/commit/ca785b4509ee581f5ba7d916c041f8291235ad24))
|
|
109
|
-
* adding neutral outline variant ([53a793a](https://github.com/Atom-Learning/components/commit/53a793a02836a74a8e2dac481cedec2e1707fef2))
|
|
110
|
-
* adding new table variants ([8a1fcc8](https://github.com/Atom-Learning/components/commit/8a1fcc8d68f48c78fc3dfc5a9a2e9a758c9eaaf6))
|
|
111
|
-
* adding optional uppercase to tabs ([708c6f2](https://github.com/Atom-Learning/components/commit/708c6f2d5ca33988b69f2aa868fdb8543aa56d6b))
|
|
112
|
-
* additional icon variant ([7e471bc](https://github.com/Atom-Learning/components/commit/7e471bc558543f84a732bc3180bd79dde76b58aa))
|
|
113
|
-
* button neutral theme ([8bbcf1a](https://github.com/Atom-Learning/components/commit/8bbcf1a4301cb07579de485fb6789576f7fa82c1))
|
|
114
|
-
* changed new variants colors for different states ([d29b374](https://github.com/Atom-Learning/components/commit/d29b374319bf133d2525681036e9ca3cda326a86))
|
|
115
|
-
* grid max item size ([573c17e](https://github.com/Atom-Learning/components/commit/573c17e0aec90b68e636de8238f3a98922113593))
|
|
116
|
-
* initial work on calendar component ([ebc8948](https://github.com/Atom-Learning/components/commit/ebc8948b66573efcc782e29b78537d89968d43d8))
|
|
117
|
-
* initial work on date input ([4fc6827](https://github.com/Atom-Learning/components/commit/4fc682733639ce69a60e2d869cdeaaeb88f3a4c3))
|
|
118
|
-
* initial work on slider ([f5a6ea1](https://github.com/Atom-Learning/components/commit/f5a6ea11349b903ed1b05ab27dc2da0004a2a595))
|
|
119
|
-
* make it possible to show / hide close button in modal ([1c44907](https://github.com/Atom-Learning/components/commit/1c44907ad94a5ccf5c07d2b329d292ccb05a9368))
|
|
120
|
-
* no light bg for tabs ([b57cdff](https://github.com/Atom-Learning/components/commit/b57cdff08f0c5594d909bcaf2f23414b2087a06a))
|
|
121
|
-
* notification badge component ([3f93049](https://github.com/Atom-Learning/components/commit/3f930490be322df4f58e3f643d197e1d7db6d142))
|
|
122
|
-
* option to hide the chevron icon in trigger ([6cc28bf](https://github.com/Atom-Learning/components/commit/6cc28bff3dd5a25f734e860cdcbddc17e4725432))
|
|
123
|
-
* pass ref onto the ReactPlayer component so that we have access to the ReactPlayer instance ([fb2b09c](https://github.com/Atom-Learning/components/commit/fb2b09ca81e62581dcf3b5e55a8ec5722c3621dc))
|
|
124
|
-
* progress-indicator ([b2ebe20](https://github.com/Atom-Learning/components/commit/b2ebe208e0af05245c3738403bb0b6c05250f2d6))
|
|
125
|
-
* remove :before and :after for nested Text components ([55e7a9b](https://github.com/Atom-Learning/components/commit/55e7a9be37fac435a85b21c21df505be26b26e89))
|
|
126
|
-
* replace babel & terser with esbuild ([bb11c3c](https://github.com/Atom-Learning/components/commit/bb11c3cbb6d226750eaae75372e49d9afaa05606))
|
|
127
|
-
* **SearchInput:** added clear functionality ([8c0fc32](https://github.com/Atom-Learning/components/commit/8c0fc3240cfaeb50df231da383a448eabd509d75))
|
|
128
|
-
* show / hide scroller buttons based on scroll position ([a6c7e49](https://github.com/Atom-Learning/components/commit/a6c7e49b0851415fc90e4c8d401b6926bacdd719))
|
|
129
|
-
* simplifying output label to callback ([fcf0eb2](https://github.com/Atom-Learning/components/commit/fcf0eb2c0d88dfbc6c8b17c8831ba022de537539))
|
|
130
|
-
* slider step functionality ([ec0d308](https://github.com/Atom-Learning/components/commit/ec0d308c6f106aed3ba6f130bb163990c923adf9))
|
|
131
|
-
* slider value label ([9645dc9](https://github.com/Atom-Learning/components/commit/9645dc9abb3c7dc2fd96212b6c4b395cdc206b89))
|
|
132
|
-
* slider.steps component, composition change ([5be643f](https://github.com/Atom-Learning/components/commit/5be643f7caa9db1dcc91bb3c6537dc87458512ed))
|
|
133
|
-
* sliderfield component added ([3536925](https://github.com/Atom-Learning/components/commit/35369251f41ddd74bfe491ea5022bd60ab7a2c42))
|
|
134
|
-
* support multiple values, updating mdx ([a01bfab](https://github.com/Atom-Learning/components/commit/a01bfab5635b6a0710cb997bc4794fd69299f025))
|
|
135
|
-
* tab scroll percentage ([06240fb](https://github.com/Atom-Learning/components/commit/06240fb093d760121ab18ed053f826e37d42cb94))
|
|
136
|
-
* update slider api ([d752c75](https://github.com/Atom-Learning/components/commit/d752c751395313cd6fa499c26f5ed342d6b4bbe3))
|
|
137
|
-
* update to preset-small-lib to improve performance ([431da9c](https://github.com/Atom-Learning/components/commit/431da9ced8916e0ebc90dc064d200adcb1c25384))
|
|
138
|
-
* WIP update packages and improve keyboard accessibility ([e0f5f9d](https://github.com/Atom-Learning/components/commit/e0f5f9dfa989e74c3ada486b16785ebb7f0d7c8e))
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Reverts
|
|
142
|
-
|
|
143
|
-
* remove showChevron option ([e9b928c](https://github.com/Atom-Learning/components/commit/e9b928c53e23431563719624cb77b244a79e73b9))
|
|
144
|
-
|
|
145
|
-
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.1...v1.4.0) (2021-12-03)
|
|
146
|
-
|
|
147
|
-
# [1.3.1](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.3.1) (2021-11-25)
|
|
148
|
-
|
|
149
|
-
# [1.3.0](https://github.com/Atom-Learning/components/compare/v1.2.3...v1.3.0) (2021-11-23)
|
|
150
|
-
|
|
151
|
-
# [1.2.3](https://github.com/Atom-Learning/components/compare/v1.2.2...v1.2.3) (2021-11-16)
|
|
152
|
-
|
|
153
|
-
# [1.2.2](https://github.com/Atom-Learning/components/compare/v1.2.1...v1.2.2) (2021-11-12)
|
|
154
|
-
|
|
155
|
-
# [1.2.1](https://github.com/Atom-Learning/components/compare/v1.2.0...v1.2.1) (2021-11-11)
|
|
156
|
-
|
|
157
|
-
# [1.2.0](https://github.com/Atom-Learning/components/compare/v1.1.1...v1.2.0) (2021-11-10)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* adding TODO on type ([e928651](https://github.com/Atom-Learning/components/commit/e928651928291f8a9b639c8fa6c348b1bafe6513))
|
|
163
|
-
* few changes from PR ([e0f75a1](https://github.com/Atom-Learning/components/commit/e0f75a1788af1e23ec6efdfdd24f2788d73d33b0))
|
|
164
|
-
* fixing small error on documentation ([3be573a](https://github.com/Atom-Learning/components/commit/3be573a7584cbe8470a0db0186302e3e39e8734b))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### Features
|
|
168
|
-
|
|
169
|
-
* adding accordion component ([60eac3c](https://github.com/Atom-Learning/components/commit/60eac3c47e3ce48371af624ff1ec0b6477b86823))
|
|
170
|
-
|
|
171
|
-
## [1.1.1](https://github.com/Atom-Learning/components/compare/v1.1.0...v1.1.1) (2021-11-10)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### Bug Fixes
|
|
175
|
-
|
|
176
|
-
* update snapshot ([e71c8a4](https://github.com/Atom-Learning/components/commit/e71c8a4f03227a29eeefca9d2afd7b6355a3ed46))
|
|
177
|
-
|
|
178
|
-
# [1.1.0](https://github.com/Atom-Learning/components/compare/v1.0.2...v1.1.0) (2021-11-05)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Features
|
|
182
|
-
|
|
183
|
-
* update dropdown item styles ([6bf229f](https://github.com/Atom-Learning/components/commit/6bf229fbfa9cffaaa74fda5d3629636a926a3404))
|
|
184
|
-
|
|
185
|
-
## [1.0.2](https://github.com/Atom-Learning/components/compare/v1.0.1...v1.0.2) (2021-11-02)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
* reinstate as type on heading and text ([1ec5ca7](https://github.com/Atom-Learning/components/commit/1ec5ca7d7ae09664bbd662cc21fee7784cf1bb3c))
|
|
191
|
-
* remove redundant flex styles for block Label ([54715ff](https://github.com/Atom-Learning/components/commit/54715ffc938231b4569a3ce4813c2e25d5404988))
|
|
192
|
-
* remove unnecessary overridden as & size types ([985231a](https://github.com/Atom-Learning/components/commit/985231a9259005a6b44cdfe20ba786f942dba81c))
|
|
193
|
-
|
|
194
|
-
## [1.0.1](https://github.com/Atom-Learning/components/compare/v1.0.0...v1.0.1) (2021-11-02)
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Bug Fixes
|
|
198
|
-
|
|
199
|
-
* remove cursor pointer from disabled tab ([34c283f](https://github.com/Atom-Learning/components/commit/34c283f70ce73d0ca2b2886e495bcece5475097c))
|
|
200
|
-
|
|
201
|
-
# 1.0.0 (2021-10-22)
|
|
202
|
-
|
|
203
|
-
- Initial release 🎉
|
|
204
|
-
|
|
205
|
-
# Changelog
|
|
206
|
-
|
|
207
|
-
All notable changes to this project will be documented in this file.
|
|
208
|
-
|
|
209
|
-
_NOTE: THIS FILE IS AUTOMATICALLY UPDATED_
|