@atom-learning/components 1.10.0 → 1.11.0-beta.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/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/badge/Badge.d.ts +536 -0
- package/dist/components/badge/Badge.js +1 -0
- package/dist/components/badge/index.d.ts +1 -0
- package/dist/components/dialog/Dialog.d.ts +3 -1
- package/dist/components/dialog/Dialog.js +1 -1
- package/dist/components/form/Form.js +1 -1
- package/dist/components/form/Form.types.d.ts +3 -1
- package/dist/components/icon/Icon.d.ts +1 -1
- package/dist/components/icon/Icon.js +1 -1
- package/dist/components/icon/index.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/stack/Stack.d.ts +2 -0
- package/dist/components/stack/Stack.js +1 -1
- package/dist/components/tabs/TabTrigger.d.ts +1 -1
- package/dist/components/tabs/TabTrigger.js +1 -1
- package/dist/components/tooltip/Tooltip.d.ts +2 -1
- package/dist/components/tooltip/Tooltip.js +1 -1
- package/dist/docgen.json +1 -1
- package/dist/docs/Badge.mdx +38 -0
- package/dist/docs/Button.mdx +2 -2
- package/dist/docs/Form.mdx +4 -0
- package/dist/docs/NotificationBadge.mdx +10 -8
- package/dist/docs/ToggleGroup.mdx +86 -0
- package/dist/docs/Tooltip.mdx +12 -8
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/utilities/style/focus-visible-style-block.d.ts +12 -0
- package/dist/utilities/style/index.d.ts +1 -0
- package/package.json +16 -15
- package/CHANGELOG.md +0 -212
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Accordion as p}from"./components/accordion/Accordion.js";import{EmptyState as x}from"./components/empty-state/EmptyState.js";import{ActionIcon as a}from"./components/action-icon/ActionIcon.js";import{AlertDialog as d}from"./components/alert-dialog/AlertDialog.js";import{AlertProvider as n,useAlert as s}from"./components/alert-dialog/alert-context/AlertContext.js";import{
|
|
1
|
+
import{Accordion as p}from"./components/accordion/Accordion.js";import{EmptyState as x}from"./components/empty-state/EmptyState.js";import{ActionIcon as a}from"./components/action-icon/ActionIcon.js";import{AlertDialog as d}from"./components/alert-dialog/AlertDialog.js";import{AlertProvider as n,useAlert as s}from"./components/alert-dialog/alert-context/AlertContext.js";import{Badge as c}from"./components/badge/Badge.js";import{Box as S}from"./components/box/Box.js";import{Button as I,StyledButton as g}from"./components/button/Button.js";import{Carousel as T,useCarousel as b}from"./components/carousel/Carousel.js";import{Checkbox as h}from"./components/checkbox/Checkbox.js";import{CheckboxField as P}from"./components/checkbox-field/CheckboxField.js";import{Combobox as y}from"./components/combobox/Combobox.js";import{Dialog as L}from"./components/dialog/Dialog.js";import{DateInput as v}from"./components/date-input/DateInput.js";import{DateField as E}from"./components/date-field/DateField.js";import{Divider as V}from"./components/divider/Divider.js";import{DropdownMenu as H}from"./components/dropdown-menu/DropdownMenu.js";import{FieldWrapper as j}from"./components/field-wrapper/FieldWrapper.js";import{InlineFieldWrapper as z}from"./components/field-wrapper/InlineFieldWrapper.js";import{Flex as K}from"./components/flex/Flex.js";import{Form as Q}from"./components/form/Form.js";import"dlv";import"react-hook-form";import{Grid as X}from"./components/grid/Grid.js";import{Heading as Z}from"./components/heading/Heading.js";import{Icon as $}from"./components/icon/Icon.js";import{Image as ro}from"./components/image/Image.js";import{Input as to}from"./components/input/Input.js";import{FileInput as mo}from"./components/file-input/FileInput.js";import{InputField as fo}from"./components/input-field/InputField.js";import{Label as io}from"./components/label/Label.js";import{Link as no,StyledLink as so}from"./components/link/Link.js";import{List as co}from"./components/list/List.js";import{Loader as So}from"./components/loader/Loader.js";import{MarkdownContent as Io}from"./components/markdown-content/MarkdownContent.js";import{NotificationBadge as Bo}from"./components/notification-badge/NotificationBadge.js";import{PasswordField as bo}from"./components/password-field/PasswordField.js";import{PasswordInput as ho}from"./components/password-input/PasswordInput.js";import{Popover as Po}from"./components/popover/Popover.js";import{ProgressBar as yo}from"./components/progress-bar/ProgressBar.js";import{Stepper as Lo}from"./components/stepper/Stepper.js";import{RadioButton as vo}from"./components/radio-button/RadioButton.js";import{RadioButtonGroup as Eo}from"./components/radio-button/RadioButtonGroup.js";import{RadioButtonField as Vo}from"./components/radio-button-field/RadioButtonField.js";import{RadioCard as Ho}from"./components/radio-card/RadioCard.js";import{RadioCardGroup as jo}from"./components/radio-card/RadioCardGroup.js";import{SearchInput as zo}from"./components/search-input/SearchInput.js";import{Select as Ko}from"./components/select/Select.js";import{SelectField as Qo}from"./components/select-field/SelectField.js";import{Slider as Xo}from"./components/slider/Slider.js";import{SliderField as Zo}from"./components/slider-field/SliderField.js";import{Stack as $o}from"./components/stack/Stack.js";import{StackContent as rr}from"./components/stack-content/StackContent.js";import{Switch as tr}from"./components/switch/Switch.js";import{Table as mr}from"./components/table/Table.js";import{Tabs as fr}from"./components/tabs/Tabs.js";import{Text as ir}from"./components/text/Text.js";import{Textarea as lr}from"./components/textarea/Textarea.js";import{TextareaField as sr}from"./components/textarea-field/TextareaField.js";import{ToastProvider as cr}from"./components/toast/ToastProvider.js";import{Tooltip as Sr}from"./components/tooltip/Tooltip.js";import{ValidationError as Ir}from"./components/validation-error/ValidationError.js";import{Video as Br}from"./components/video/Video.js";import{createTheme as br,css as kr,getCssText as hr,globalCss as Dr,keyframes as Pr,media as wr,styled as yr,theme as Ar,utils as Lr}from"./stitches.js";import{default as vr}from"react-hot-toast";export{p as Accordion,a as ActionIcon,d as AlertDialog,n as AlertProvider,c as Badge,S as Box,I as Button,T as Carousel,h as Checkbox,P as CheckboxField,y as Combobox,E as DateField,v as DateInput,L as Dialog,V as Divider,H as DropdownMenu,x as EmptyState,j as FieldWrapper,mo as FileInput,K as Flex,Q as Form,X as Grid,Z as Heading,$ as Icon,ro as Image,z as InlineFieldWrapper,to as Input,fo as InputField,io as Label,no as Link,co as List,So as Loader,Io as MarkdownContent,Bo as NotificationBadge,bo as PasswordField,ho as PasswordInput,Po as Popover,yo as ProgressBar,vo as RadioButton,Vo as RadioButtonField,Eo as RadioButtonGroup,Ho as RadioCard,jo as RadioCardGroup,zo as SearchInput,Ko as Select,Qo as SelectField,Xo as Slider,Zo as SliderField,$o as Stack,rr as StackContent,Lo as Stepper,g as StyledButton,so as StyledLink,tr as Switch,mr as Table,fr as Tabs,ir as Text,lr as Textarea,sr as TextareaField,cr as ToastProvider,Sr as Tooltip,Ir as ValidationError,Br as Video,br as createTheme,kr as css,hr as getCssText,Dr as globalCss,Pr as keyframes,wr as media,yr as styled,Ar as theme,vr as toast,s as useAlert,b as useCarousel,Lr as utils};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare type focusVisibleStyleBlockPropsType = {
|
|
2
|
+
position?: 'relative' | 'absolute' | 'fixed' | 'sticky';
|
|
3
|
+
zIndex?: number;
|
|
4
|
+
};
|
|
5
|
+
declare type focusVisibleStyleBlockReturnType = {
|
|
6
|
+
outline: 'none';
|
|
7
|
+
position: string;
|
|
8
|
+
zIndex: number;
|
|
9
|
+
boxShadow: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const focusVisibleStyleBlock: ({ position, zIndex }?: focusVisibleStyleBlockPropsType) => focusVisibleStyleBlockReturnType;
|
|
12
|
+
export {};
|
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": "1.
|
|
7
|
+
"version": " 1.11.0-beta.2",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@atom-learning/theme": "1.0.1",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
|
-
"@radix-ui/react-id": "0.1.
|
|
66
|
+
"@radix-ui/react-id": "0.1.5",
|
|
67
67
|
"@rollup/plugin-alias": "^3.1.9",
|
|
68
68
|
"@rollup/plugin-commonjs": "^17.1.0",
|
|
69
69
|
"@rollup/plugin-node-resolve": "^11.2.0",
|
|
@@ -127,19 +127,20 @@
|
|
|
127
127
|
"react": "^16.8.0"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@radix-ui/react-accordion": "
|
|
131
|
-
"@radix-ui/react-alert-dialog": "0.1.
|
|
132
|
-
"@radix-ui/react-checkbox": "0.1.
|
|
133
|
-
"@radix-ui/react-dialog": "0.1.
|
|
134
|
-
"@radix-ui/react-dropdown-menu": "
|
|
135
|
-
"@radix-ui/react-popover": "0.1.
|
|
136
|
-
"@radix-ui/react-progress": "0.1.
|
|
137
|
-
"@radix-ui/react-radio-group": "0.1.
|
|
138
|
-
"@radix-ui/react-slider": "
|
|
139
|
-
"@radix-ui/react-switch": "0.1.
|
|
140
|
-
"@radix-ui/react-tabs": "0.1.
|
|
141
|
-
"@radix-ui/react-
|
|
142
|
-
"@radix-ui/react-
|
|
130
|
+
"@radix-ui/react-accordion": "0.1.6",
|
|
131
|
+
"@radix-ui/react-alert-dialog": "0.1.7",
|
|
132
|
+
"@radix-ui/react-checkbox": "0.1.5",
|
|
133
|
+
"@radix-ui/react-dialog": "0.1.7",
|
|
134
|
+
"@radix-ui/react-dropdown-menu": "0.1.6",
|
|
135
|
+
"@radix-ui/react-popover": "0.1.6",
|
|
136
|
+
"@radix-ui/react-progress": "0.1.4",
|
|
137
|
+
"@radix-ui/react-radio-group": "0.1.5",
|
|
138
|
+
"@radix-ui/react-slider": "0.1.4",
|
|
139
|
+
"@radix-ui/react-switch": "0.1.5",
|
|
140
|
+
"@radix-ui/react-tabs": "0.1.5",
|
|
141
|
+
"@radix-ui/react-toggle-group": "0.1.5",
|
|
142
|
+
"@radix-ui/react-tooltip": "0.1.7",
|
|
143
|
+
"@radix-ui/react-visually-hidden": "0.1.4",
|
|
143
144
|
"@reach/combobox": "^0.16.1",
|
|
144
145
|
"@stitches/react": "^1.2.8",
|
|
145
146
|
"@types/react": "^17.0.30",
|
package/CHANGELOG.md
DELETED
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
# [1.10.0](https://github.com/Atom-Learning/components/compare/v1.9.0...v1.10.0) (2022-05-18)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* changing scroll to auto ([8e7f9f4](https://github.com/Atom-Learning/components/commit/8e7f9f4bbcf5470fe28137dab64cdf154f1f11dd))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* dialog max height ([7b5fe69](https://github.com/Atom-Learning/components/commit/7b5fe690ed97d08866530f3868adbc82cee2848f))
|
|
12
|
-
|
|
13
|
-
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
* **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))
|
|
19
|
-
|
|
20
|
-
# [1.3.0](https://github.com/Atom-Learning/components/compare/v1.2.1...v1.3.0) (2022-04-07)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Bug Fixes
|
|
24
|
-
|
|
25
|
-
* add compound variant for outline secondary buttons ([09bb100](https://github.com/Atom-Learning/components/commit/09bb10071d10f421eec37bc505860120396e2232))
|
|
26
|
-
* add typings to package.json to explicitly refer index.d.ts ([033c9b6](https://github.com/Atom-Learning/components/commit/033c9b6330d1b75a862a0a0c4d525a53e3707571))
|
|
27
|
-
* added type=search back and used css to hide browser icon ([13cf732](https://github.com/Atom-Learning/components/commit/13cf7320eda155eed7b6b340602cfeee02021745))
|
|
28
|
-
* adding custom plurals ([ad13522](https://github.com/Atom-Learning/components/commit/ad1352277fac5b6b6e4f4b41c7a7b0092c62d4ae))
|
|
29
|
-
* adding label translation, input size, and fixing popover tweaks ([08c47e6](https://github.com/Atom-Learning/components/commit/08c47e6b18537e73150d9010311d8d59d31fdc09))
|
|
30
|
-
* adding test for min max values ([5026b4d](https://github.com/Atom-Learning/components/commit/5026b4d95f9ac7a7c9fdc7baf06f153d8c00a8f5))
|
|
31
|
-
* adding test for slidersteps ([7254b0f](https://github.com/Atom-Learning/components/commit/7254b0f85d9cb81e2ebeab5946ab91caa46804fb))
|
|
32
|
-
* allow external change handler on date input ([d265761](https://github.com/Atom-Learning/components/commit/d26576148c94740899f87cfd6708dc5a982f8fb4))
|
|
33
|
-
* attempting to fix merge issue ([531590e](https://github.com/Atom-Learning/components/commit/531590e2ae068be69303f63e83e612e974cb8a90))
|
|
34
|
-
* avoid initial render, screenWidth can be left undefined ([35766bf](https://github.com/Atom-Learning/components/commit/35766bfeb28a66bee20e735aaf27b34862815495))
|
|
35
|
-
* change accordion type ([8caeed7](https://github.com/Atom-Learning/components/commit/8caeed70b8425090e15ae0451bbc4b8b7601d72c))
|
|
36
|
-
* changing composition so value is a separate component ([7cefeed](https://github.com/Atom-Learning/components/commit/7cefeed2d6097152ea484c329d3bce02c45cfc6d))
|
|
37
|
-
* changing prop name to appearance ([429cab2](https://github.com/Atom-Learning/components/commit/429cab230f959de10fbbd8af51bebb5942b9193e))
|
|
38
|
-
* changing unintuitive variant name ([d6993b0](https://github.com/Atom-Learning/components/commit/d6993b08346dffb6a2033a25f1c05bcbd84bd1c4))
|
|
39
|
-
* css as per designs ([9f3a964](https://github.com/Atom-Learning/components/commit/9f3a96483c6acc2482ba7114d45ea11b2cffa529))
|
|
40
|
-
* css typing ([324e323](https://github.com/Atom-Learning/components/commit/324e323a0e5aae0bddc76170f7833abf26832809))
|
|
41
|
-
* dateinput type error ([ee5e109](https://github.com/Atom-Learning/components/commit/ee5e1094dfc46ec449fc5c1d207c62614dd2e1ea))
|
|
42
|
-
* disabled state should not have any interaction whatsoever ([7e458ee](https://github.com/Atom-Learning/components/commit/7e458ee5311be59b552f99eb21aeaa0888168544))
|
|
43
|
-
* documentation ([82e8ac4](https://github.com/Atom-Learning/components/commit/82e8ac45bca1d97d34bcb9ac3d36158af5c7edc0))
|
|
44
|
-
* drop mount check inside useEffect hook ([8771774](https://github.com/Atom-Learning/components/commit/8771774de3a479d102e804eeec933685f22f1e64))
|
|
45
|
-
* ensure dayjs plugin is treated as external dep ([a2525ea](https://github.com/Atom-Learning/components/commit/a2525eaf3d64dbcfd22351ae31d98b3d2d42fef5))
|
|
46
|
-
* extend type to allow passing CSS ([261cda6](https://github.com/Atom-Learning/components/commit/261cda629c8435a8615e8b01d51fb55dd0a46d4b))
|
|
47
|
-
* fixing tests, changing div to box ([1f57a3a](https://github.com/Atom-Learning/components/commit/1f57a3a874b7049b4accb3d498dfde1563aad4cd))
|
|
48
|
-
* focus issue with next/prev buttons ([67d3de3](https://github.com/Atom-Learning/components/commit/67d3de3f5c65ed11f12588757a849bbe4601fa7d))
|
|
49
|
-
* forcing boolean to clean up logic ([eeaec16](https://github.com/Atom-Learning/components/commit/eeaec164e7ff5ad35a0f61e38dcfeadff4922a3a))
|
|
50
|
-
* introduce enum for icon ([2ce7486](https://github.com/Atom-Learning/components/commit/2ce7486b6410406e1cb67ecc3c5d7f72c4fe1949))
|
|
51
|
-
* making position more responsive, updating tests ([01d2e77](https://github.com/Atom-Learning/components/commit/01d2e77a42f78fbe8b6e8ab7d7c3702327e163c9))
|
|
52
|
-
* minor test and docs fixes ([a128057](https://github.com/Atom-Learning/components/commit/a1280573e8334c27ae58d5d63169840f1473b755))
|
|
53
|
-
* minor tweak to tests ([cfb37a0](https://github.com/Atom-Learning/components/commit/cfb37a073dbb9015e98212525385d50eda1b245f))
|
|
54
|
-
* minor update to docs ([c7a1673](https://github.com/Atom-Learning/components/commit/c7a1673f1e655177fcbe93838f84949e645e80dd))
|
|
55
|
-
* minor update to docs ([35dbedd](https://github.com/Atom-Learning/components/commit/35dbedd6a0d26001025cf28007e8c9ace8396e73))
|
|
56
|
-
* more responsive styling, mdx changes ([e18585a](https://github.com/Atom-Learning/components/commit/e18585accc31e5c62637ad4e9f922a43b10b1e9c))
|
|
57
|
-
* positioning of icon ([5f630f0](https://github.com/Atom-Learning/components/commit/5f630f0b351c21a705dcb6f042332ab130f138f3))
|
|
58
|
-
* prop name and docs example ([2e6a91e](https://github.com/Atom-Learning/components/commit/2e6a91e882402204507d24391d688f9e608f136b))
|
|
59
|
-
* proper types for validationMode ([7f6cb30](https://github.com/Atom-Learning/components/commit/7f6cb300a769a7c43670f937517528519bb4ff13))
|
|
60
|
-
* reducing height of track ([43f1f33](https://github.com/Atom-Learning/components/commit/43f1f335b8c1bb9ae06050b7ff913771b1fc5ce8))
|
|
61
|
-
* remove unnecessary box wrapper ([cd6203f](https://github.com/Atom-Learning/components/commit/cd6203fab71597d243b25b13be987e0508b462a8))
|
|
62
|
-
* remove unnecessary calendar docs, update datefield docs ([2a3ecb0](https://github.com/Atom-Learning/components/commit/2a3ecb0204b29e13f1542f65e11893eaeffad65a))
|
|
63
|
-
* remove unused babel file ([8df5e19](https://github.com/Atom-Learning/components/commit/8df5e195eb78c5462e5610cf9d8c3cf1f53c4172))
|
|
64
|
-
* remove unused code ([8019865](https://github.com/Atom-Learning/components/commit/8019865df92a86fee4f23480ec09d4dba4c18986))
|
|
65
|
-
* remove unwanted padding from container ([2d3fd00](https://github.com/Atom-Learning/components/commit/2d3fd00ccdbdc293d923b96d4a348d508b22c874))
|
|
66
|
-
* removing unneeded default value ([4db40c6](https://github.com/Atom-Learning/components/commit/4db40c656bf73b2a459dd69fcee5c0de8d705baf))
|
|
67
|
-
* rename Icon component ([ce20992](https://github.com/Atom-Learning/components/commit/ce20992e40e29a6940ef57749184871be539b0b5))
|
|
68
|
-
* rename prop and move callback into useEffect hook ([14cd086](https://github.com/Atom-Learning/components/commit/14cd086a536a937087a1088beefedd36170865fd))
|
|
69
|
-
* rename test description ([3137897](https://github.com/Atom-Learning/components/commit/313789734a3d06ac0d1e2d5e7ec159335106224b))
|
|
70
|
-
* render buttons with display: none to include them in snapshot ([9844223](https://github.com/Atom-Learning/components/commit/9844223fc29a4505620111f8427ba4c3073fe7b0))
|
|
71
|
-
* replace babel-jest ([8c1c0d4](https://github.com/Atom-Learning/components/commit/8c1c0d4dcfffe162b0effe415ef96998fb421484))
|
|
72
|
-
* replace iconwrapper for accordion ([52d93ad](https://github.com/Atom-Learning/components/commit/52d93ade51e91e9c71e21ab5d078e5ad0668705e))
|
|
73
|
-
* revalidate on date select ([a688ed8](https://github.com/Atom-Learning/components/commit/a688ed81950e751e53c686c84331226a03aa397b))
|
|
74
|
-
* revert jest to last version to stop node engine errors ([6351b74](https://github.com/Atom-Learning/components/commit/6351b74f7a29363511ed61816b29b09821000ba4))
|
|
75
|
-
* review feedback ([9237067](https://github.com/Atom-Learning/components/commit/9237067445a947e3aacde6645a03961de2708703))
|
|
76
|
-
* review feedback ([d74a333](https://github.com/Atom-Learning/components/commit/d74a3337de79f373eca066050c0f98116bd9e7e1))
|
|
77
|
-
* rotation applied to all icons and not just the arrow ([595a246](https://github.com/Atom-Learning/components/commit/595a246216ffc2bfb84c6c29806d17dcfeb8e817))
|
|
78
|
-
* search input onChange ([f13bd23](https://github.com/Atom-Learning/components/commit/f13bd23c8fd12eb32b7c41a62122206891dc9d6f))
|
|
79
|
-
* separating slidersteps component ([5d1b0af](https://github.com/Atom-Learning/components/commit/5d1b0afac6268218fd75893365fa0e8ff28095f2))
|
|
80
|
-
* separator colours and skipping behaviour ([8e85863](https://github.com/Atom-Learning/components/commit/8e85863fa36f31503cdfc67f74427ff128a77e03))
|
|
81
|
-
* slider min max bug ([2a5405f](https://github.com/Atom-Learning/components/commit/2a5405fd7ce0ef7fa13219eb4775b4fa8fc00938))
|
|
82
|
-
* snapshot test ([b364cf6](https://github.com/Atom-Learning/components/commit/b364cf66c865a875ae978393c533a1e662bec1b8))
|
|
83
|
-
* stepper being able to navigate outside bullet range when no OnComplete handler is passed ([c620481](https://github.com/Atom-Learning/components/commit/c620481fa5d41583779590c63e183f9c0532aba9))
|
|
84
|
-
* stepper types ([f7e1c20](https://github.com/Atom-Learning/components/commit/f7e1c208dbb911ccaade2bebb6cdbf49fe82f39b))
|
|
85
|
-
* stop render on empty value ([005c14c](https://github.com/Atom-Learning/components/commit/005c14c9fc819f7106ef6768ac1a1ac110af662a))
|
|
86
|
-
* tabs jump on font weight change ([219b01b](https://github.com/Atom-Learning/components/commit/219b01bbf86cc81881893b5efd925aea27c1ba93))
|
|
87
|
-
* throttle was being called in a wrong way ([bce0d0d](https://github.com/Atom-Learning/components/commit/bce0d0db6d2fc5569bec0e1eec96399fdf573d64))
|
|
88
|
-
* TS issues ([fad5121](https://github.com/Atom-Learning/components/commit/fad5121e853f6fa56368c8ec479b260e955c886b))
|
|
89
|
-
* tweaking null return logic ([528afda](https://github.com/Atom-Learning/components/commit/528afda648c8c6275414c7856ff145facd4884c2))
|
|
90
|
-
* typo on slider mdx ([45c2218](https://github.com/Atom-Learning/components/commit/45c2218bb9e21f41aea864b6ca387794bfcf06b8))
|
|
91
|
-
* unifying disabled theme styles ([14538e4](https://github.com/Atom-Learning/components/commit/14538e43f66fb1cf4d1665898c985318aaaada28))
|
|
92
|
-
* update snaps ([af59ab1](https://github.com/Atom-Learning/components/commit/af59ab1e77377fac7c71f7e785f44a81b3e24650))
|
|
93
|
-
* update theme package ([1059b45](https://github.com/Atom-Learning/components/commit/1059b45256c79fc84bc6f8659b1d32f832b93114))
|
|
94
|
-
* updating key to not be index ([26de60e](https://github.com/Atom-Learning/components/commit/26de60e4995a8cd5488a63cec03555ceb9d8d01c))
|
|
95
|
-
* updating mdx ([ce15564](https://github.com/Atom-Learning/components/commit/ce155646da9fb5dd4230b9135eaad9cd6d1824e8))
|
|
96
|
-
* updating mdx ([60604ee](https://github.com/Atom-Learning/components/commit/60604ee02f959767fdc06d15b8aceb16078918bb))
|
|
97
|
-
* updating mdx ([c433934](https://github.com/Atom-Learning/components/commit/c433934f3bc0e3377b2067d61c4a3d0b208b4bdd))
|
|
98
|
-
* updating mdx files ([f55277b](https://github.com/Atom-Learning/components/commit/f55277b47476a5614a632b09b39118d0fa3c85c0))
|
|
99
|
-
* updating readme ([959ec26](https://github.com/Atom-Learning/components/commit/959ec2629e01bbeb6781e9bcf236fb544153be86))
|
|
100
|
-
* updating readme ([4032986](https://github.com/Atom-Learning/components/commit/40329868600b456eff3e7456028e1f747817462b))
|
|
101
|
-
* updating style changes to be opt in and better typed ([3b94b09](https://github.com/Atom-Learning/components/commit/3b94b09d7ce7ac359b58149eb2cc86f49a47c740))
|
|
102
|
-
* use stitches to style the icon ([5fb3fb2](https://github.com/Atom-Learning/components/commit/5fb3fb2e5a066cc1967ca0093158a363de161ac0))
|
|
103
|
-
* yarn.lock ([a81c04a](https://github.com/Atom-Learning/components/commit/a81c04a9f8b67fc222d971c808bc9babfb708b34))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Features
|
|
107
|
-
|
|
108
|
-
* add date field, finalise date input changes ([58edcfc](https://github.com/Atom-Learning/components/commit/58edcfc365ca7a5f902cdffb6f9de9c9f5c2009d))
|
|
109
|
-
* add tab scrollers which allows easy navigation if tabs length is more than available space ([cec5b04](https://github.com/Atom-Learning/components/commit/cec5b04235f2c24915050dfd71975608ddee7c86))
|
|
110
|
-
* add test:ci option to improve logs on ci ([3452dbb](https://github.com/Atom-Learning/components/commit/3452dbbf141d659a2044148712dd243729fb8916))
|
|
111
|
-
* added translation, firstDayOfWeek, test, and documentation ([ca785b4](https://github.com/Atom-Learning/components/commit/ca785b4509ee581f5ba7d916c041f8291235ad24))
|
|
112
|
-
* adding neutral outline variant ([53a793a](https://github.com/Atom-Learning/components/commit/53a793a02836a74a8e2dac481cedec2e1707fef2))
|
|
113
|
-
* adding new table variants ([8a1fcc8](https://github.com/Atom-Learning/components/commit/8a1fcc8d68f48c78fc3dfc5a9a2e9a758c9eaaf6))
|
|
114
|
-
* adding optional uppercase to tabs ([708c6f2](https://github.com/Atom-Learning/components/commit/708c6f2d5ca33988b69f2aa868fdb8543aa56d6b))
|
|
115
|
-
* additional icon variant ([7e471bc](https://github.com/Atom-Learning/components/commit/7e471bc558543f84a732bc3180bd79dde76b58aa))
|
|
116
|
-
* button neutral theme ([8bbcf1a](https://github.com/Atom-Learning/components/commit/8bbcf1a4301cb07579de485fb6789576f7fa82c1))
|
|
117
|
-
* changed new variants colors for different states ([d29b374](https://github.com/Atom-Learning/components/commit/d29b374319bf133d2525681036e9ca3cda326a86))
|
|
118
|
-
* grid max item size ([573c17e](https://github.com/Atom-Learning/components/commit/573c17e0aec90b68e636de8238f3a98922113593))
|
|
119
|
-
* initial work on calendar component ([ebc8948](https://github.com/Atom-Learning/components/commit/ebc8948b66573efcc782e29b78537d89968d43d8))
|
|
120
|
-
* initial work on date input ([4fc6827](https://github.com/Atom-Learning/components/commit/4fc682733639ce69a60e2d869cdeaaeb88f3a4c3))
|
|
121
|
-
* initial work on slider ([f5a6ea1](https://github.com/Atom-Learning/components/commit/f5a6ea11349b903ed1b05ab27dc2da0004a2a595))
|
|
122
|
-
* make it possible to show / hide close button in modal ([1c44907](https://github.com/Atom-Learning/components/commit/1c44907ad94a5ccf5c07d2b329d292ccb05a9368))
|
|
123
|
-
* no light bg for tabs ([b57cdff](https://github.com/Atom-Learning/components/commit/b57cdff08f0c5594d909bcaf2f23414b2087a06a))
|
|
124
|
-
* notification badge component ([3f93049](https://github.com/Atom-Learning/components/commit/3f930490be322df4f58e3f643d197e1d7db6d142))
|
|
125
|
-
* option to hide the chevron icon in trigger ([6cc28bf](https://github.com/Atom-Learning/components/commit/6cc28bff3dd5a25f734e860cdcbddc17e4725432))
|
|
126
|
-
* pass ref onto the ReactPlayer component so that we have access to the ReactPlayer instance ([fb2b09c](https://github.com/Atom-Learning/components/commit/fb2b09ca81e62581dcf3b5e55a8ec5722c3621dc))
|
|
127
|
-
* progress-indicator ([b2ebe20](https://github.com/Atom-Learning/components/commit/b2ebe208e0af05245c3738403bb0b6c05250f2d6))
|
|
128
|
-
* remove :before and :after for nested Text components ([55e7a9b](https://github.com/Atom-Learning/components/commit/55e7a9be37fac435a85b21c21df505be26b26e89))
|
|
129
|
-
* replace babel & terser with esbuild ([bb11c3c](https://github.com/Atom-Learning/components/commit/bb11c3cbb6d226750eaae75372e49d9afaa05606))
|
|
130
|
-
* **SearchInput:** added clear functionality ([8c0fc32](https://github.com/Atom-Learning/components/commit/8c0fc3240cfaeb50df231da383a448eabd509d75))
|
|
131
|
-
* show / hide scroller buttons based on scroll position ([a6c7e49](https://github.com/Atom-Learning/components/commit/a6c7e49b0851415fc90e4c8d401b6926bacdd719))
|
|
132
|
-
* simplifying output label to callback ([fcf0eb2](https://github.com/Atom-Learning/components/commit/fcf0eb2c0d88dfbc6c8b17c8831ba022de537539))
|
|
133
|
-
* slider step functionality ([ec0d308](https://github.com/Atom-Learning/components/commit/ec0d308c6f106aed3ba6f130bb163990c923adf9))
|
|
134
|
-
* slider value label ([9645dc9](https://github.com/Atom-Learning/components/commit/9645dc9abb3c7dc2fd96212b6c4b395cdc206b89))
|
|
135
|
-
* slider.steps component, composition change ([5be643f](https://github.com/Atom-Learning/components/commit/5be643f7caa9db1dcc91bb3c6537dc87458512ed))
|
|
136
|
-
* sliderfield component added ([3536925](https://github.com/Atom-Learning/components/commit/35369251f41ddd74bfe491ea5022bd60ab7a2c42))
|
|
137
|
-
* support multiple values, updating mdx ([a01bfab](https://github.com/Atom-Learning/components/commit/a01bfab5635b6a0710cb997bc4794fd69299f025))
|
|
138
|
-
* tab scroll percentage ([06240fb](https://github.com/Atom-Learning/components/commit/06240fb093d760121ab18ed053f826e37d42cb94))
|
|
139
|
-
* update slider api ([d752c75](https://github.com/Atom-Learning/components/commit/d752c751395313cd6fa499c26f5ed342d6b4bbe3))
|
|
140
|
-
* update to preset-small-lib to improve performance ([431da9c](https://github.com/Atom-Learning/components/commit/431da9ced8916e0ebc90dc064d200adcb1c25384))
|
|
141
|
-
* WIP update packages and improve keyboard accessibility ([e0f5f9d](https://github.com/Atom-Learning/components/commit/e0f5f9dfa989e74c3ada486b16785ebb7f0d7c8e))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Reverts
|
|
145
|
-
|
|
146
|
-
* remove showChevron option ([e9b928c](https://github.com/Atom-Learning/components/commit/e9b928c53e23431563719624cb77b244a79e73b9))
|
|
147
|
-
|
|
148
|
-
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.1...v1.4.0) (2021-12-03)
|
|
149
|
-
|
|
150
|
-
# [1.3.1](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.3.1) (2021-11-25)
|
|
151
|
-
|
|
152
|
-
# [1.3.0](https://github.com/Atom-Learning/components/compare/v1.2.3...v1.3.0) (2021-11-23)
|
|
153
|
-
|
|
154
|
-
# [1.2.3](https://github.com/Atom-Learning/components/compare/v1.2.2...v1.2.3) (2021-11-16)
|
|
155
|
-
|
|
156
|
-
# [1.2.2](https://github.com/Atom-Learning/components/compare/v1.2.1...v1.2.2) (2021-11-12)
|
|
157
|
-
|
|
158
|
-
# [1.2.1](https://github.com/Atom-Learning/components/compare/v1.2.0...v1.2.1) (2021-11-11)
|
|
159
|
-
|
|
160
|
-
# [1.2.0](https://github.com/Atom-Learning/components/compare/v1.1.1...v1.2.0) (2021-11-10)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
* adding TODO on type ([e928651](https://github.com/Atom-Learning/components/commit/e928651928291f8a9b639c8fa6c348b1bafe6513))
|
|
166
|
-
* few changes from PR ([e0f75a1](https://github.com/Atom-Learning/components/commit/e0f75a1788af1e23ec6efdfdd24f2788d73d33b0))
|
|
167
|
-
* fixing small error on documentation ([3be573a](https://github.com/Atom-Learning/components/commit/3be573a7584cbe8470a0db0186302e3e39e8734b))
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
* adding accordion component ([60eac3c](https://github.com/Atom-Learning/components/commit/60eac3c47e3ce48371af624ff1ec0b6477b86823))
|
|
173
|
-
|
|
174
|
-
## [1.1.1](https://github.com/Atom-Learning/components/compare/v1.1.0...v1.1.1) (2021-11-10)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Bug Fixes
|
|
178
|
-
|
|
179
|
-
* update snapshot ([e71c8a4](https://github.com/Atom-Learning/components/commit/e71c8a4f03227a29eeefca9d2afd7b6355a3ed46))
|
|
180
|
-
|
|
181
|
-
# [1.1.0](https://github.com/Atom-Learning/components/compare/v1.0.2...v1.1.0) (2021-11-05)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
* update dropdown item styles ([6bf229f](https://github.com/Atom-Learning/components/commit/6bf229fbfa9cffaaa74fda5d3629636a926a3404))
|
|
187
|
-
|
|
188
|
-
## [1.0.2](https://github.com/Atom-Learning/components/compare/v1.0.1...v1.0.2) (2021-11-02)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
* reinstate as type on heading and text ([1ec5ca7](https://github.com/Atom-Learning/components/commit/1ec5ca7d7ae09664bbd662cc21fee7784cf1bb3c))
|
|
194
|
-
* remove redundant flex styles for block Label ([54715ff](https://github.com/Atom-Learning/components/commit/54715ffc938231b4569a3ce4813c2e25d5404988))
|
|
195
|
-
* remove unnecessary overridden as & size types ([985231a](https://github.com/Atom-Learning/components/commit/985231a9259005a6b44cdfe20ba786f942dba81c))
|
|
196
|
-
|
|
197
|
-
## [1.0.1](https://github.com/Atom-Learning/components/compare/v1.0.0...v1.0.1) (2021-11-02)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### Bug Fixes
|
|
201
|
-
|
|
202
|
-
* remove cursor pointer from disabled tab ([34c283f](https://github.com/Atom-Learning/components/commit/34c283f70ce73d0ca2b2886e495bcece5475097c))
|
|
203
|
-
|
|
204
|
-
# 1.0.0 (2021-10-22)
|
|
205
|
-
|
|
206
|
-
- Initial release 🎉
|
|
207
|
-
|
|
208
|
-
# Changelog
|
|
209
|
-
|
|
210
|
-
All notable changes to this project will be documented in this file.
|
|
211
|
-
|
|
212
|
-
_NOTE: THIS FILE IS AUTOMATICALLY UPDATED_
|