Commit bbb7778
Release/0.8 (#528)
* [Design-System-FormSelect] Build the design system for the FormSelect component (#421)
* feat: add design system
* feat: fix conflicts
* feat: final push
* feat: final push
* feat: revert some bad merge
* feat: revert some bad merge
* feat: add chromatic build
* Feature/sb 0.7 (#474)
* feat: migrating sb to 7
* feat: add the Button stories
* feat: add charactercount to v7
* feat: add checkboxgroup to v7
* feat: add radiogroup to v7
* feat: add radiogroup to v7
* feat: add toggle to v7
* feat: add tooltip to v7
* feat: add range to v7
* feat: add multiUpload to v7
* feat: add select to v7
* feat: add multiselect to v7
* feat: add input to v7
* feat: add inputMask to v7
* feat: autocomplete to v7
* feat: autocomplete to v7
* feat: tabs to v7
* feat: details to v7
* feat: table to v7
* feat: fix live edit version (#476)
* feat: cleanup example deps (#478)
* Bug/autocomplete keydown scroll (#472)
* BugFix: Autocomplete doesn't auto scroll for filtered list on keydown
* Fixed Linting and test issues
* Added Test and Refactered
* feat: fix the documentation
* feat: fix the documentation
---------
Co-authored-by: Zurico.Daniele_DEFRA <daniele.zurico@gmail.com>
* feat: remove controls (#481)
* Feature/heading (#482)
* Implement <Heading> component
* lint fixes
* give better description to what Header component does in docs
* refactor Heading Component to make less verbose
* refactor ClassBased and create Headings for all levels
* add specific testing
* lint fix
* make className and id optional
* Update src/heading/Heading.tsx
Co-authored-by: Isaac Babalola <Ibabalola@users.noreply.github.com>
* Update src/heading/__test__/Heading.test.tsx
* Update src/heading/__test__/Heading.test.tsx
* fix: resolving heading issues
* fix: resolving heading issues
* update docs
---------
Co-authored-by: aismaelcap <aismael@aismaels-MacBook-Pro.local>
Co-authored-by: Daniele Zurico <daniele.zurico@gmail.com>
Co-authored-by: Isaac Babalola <Ibabalola@users.noreply.github.com>
Co-authored-by: Isaac Babalola <info@isaacbabalola.co.uk>
* fix: heading component (#489)
* Feature/label (#483)
* Button demo test
* Created Label component
* added return statement
* dcx-label embeded class updated
* removed return statement
* resolved all issues and added classbased stories
* dcx-label, value mandatory field, govuk-label
* added Typography for stories
* Add new properties to the button component developer specified class name and a variant (#490)
* Add new properties to the button component developer specified class name and a variant
* resolve PR comment to cover developer specifiedclass name
* Update src/button/Button.tsx
Co-authored-by: Isaac Babalola <Ibabalola@users.noreply.github.com>
* feat: make the code more dynamic
* feat: add in the doc
* feat: add in the doc
* feat: add in the doc
* resolve PR comment to simplify code and get it more readable
---------
Co-authored-by: Berhane Yohannes <berhane.yohannes@capgemini.com>
Co-authored-by: Daniele Zurico <daniele.zurico@gmail.com>
Co-authored-by: Isaac Babalola <Ibabalola@users.noreply.github.com>
* feat: remove duplicated story (#493)
* Feature/link (#494)
* created link component
* Link component demo and stories
* added new test case, added govuk-link css
* added styles for link component
* InsertTextComponent (#491)
* InsertTextComponent
* resolved pr comments
* InsertTextComponent
* resolved pr comments
* resolved changes
* feat: improve documentation
* feat: improve documentation
---------
Co-authored-by: kavithakurella-dev <132873865+kavithakurella-dev@users.noreply.github.com>
Co-authored-by: Zurico.Daniele_DEFRA <daniele.zurico@gmail.com>
* Feature/autocomplete update value (#496)
* fix: {{ Autocomplete component - changing defaultValue prop has no affect }}
* test: {{When defaultValue prop is changed, Autocomplete component updates. }}
* test: {{Test updated with dom manipulation rather than re-rendering and fix has been commented out to intentionally see test failing}}
* test: {{Now, uncommented the fix and verify that the test passes as intended}}
* Feature/paragraph (#479)
* feature/paragraph
* paragraph doc and test
* Update src/paragraph/Paragraph.tsx
Co-authored-by: Daniele Zurico <daniele.zurico@gmail.com>
* adressing pr comments.
* update stories.
* added more attribute.
* new comments has been resolved.
* paragraph live has been also updated.
* files has been updated.
* feat: update test for Heading
* feat: update story
---------
Co-authored-by: Daniele Zurico <daniele.zurico@gmail.com>
* KeyboardInput Component (#504)
* KeyboardInput Component
* KeyboardInput
* KeyboardInput
* Commponent
* KeyboardInput
* feat: minor fix
---------
Co-authored-by: kavithakurella-dev <132873865+kavithakurella-dev@users.noreply.github.com>
Co-authored-by: Zurico.Daniele_DEFRA <daniele.zurico@gmail.com>
* feature/blockquote (#505)
* feature/blockquote
* some more changes.
* block quote component update.
* update previewjs
* intendation.
* test file name test
* test file
* tsx
* blockquote file
* delete quote file
* blockquote file.
* delete blockquotelive
* blockquoutelive
* some comments has been fixed.
* footer type has been made optional.
* props type has been changed.
* test has been updated.
* documentation fix and styled class based component
* deleted unstyled class based story.
* styled with classname
* feat: upgrade storybook and minor refactor
---------
Co-authored-by: Zurico.Daniele_DEFRA <daniele.zurico@gmail.com>
* create a list component (#495)
* folder structure and test case scenarios added
* files named changed from listitem to list
* Added required test cases
* added comments and updated code
* code improvements
* List compo mandatory for ListItem compo
* code modifications
* code improvements
* feat: add value
* feat: add value
* feat: refactor list
* feat: refactor list
* added 3 new props
* feat: fix props
* feat: fix props
* new test cases and stories added
* added styling
* code improvements
* MarkerTypes seperated
* added new style file for classbased.stories
---------
Co-authored-by: Zurico.Daniele_DEFRA <daniele.zurico@gmail.com>
* expose and document the hook useHydrated (#510)
* expose the function clientOnly for client side rendering
* document the function clientOnly for client side rendering
* document useHydrated and create its own unit test file
---------
Co-authored-by: Berhane Yohannes <berhane.yohannes@capgemini.com>
* Highlight Component (#509)
* feat: {{ Highlight component }}
* test: {{ Adding unit tests for Highlight component }}
* feat: {{ Tweaking Highlight component and test }}
* feat: {{ Fixing storybook preview }}
* feat: {{ Adding Demo, Storybook docs and live demo for Highlight Component }}
* feat: {{ Tweaking Demo, Storybook docs and live demo }}
* feat: {{ Tidy up }}
* feat: {{ Modify to allow <Highlight>highlighted text </Highlight> usage without text prop }}
* feat: {{ Removing commented out }}
* feat: {{ Replacing HTMLQuoteElement with HTMLElement }}
* feat: {{ Simplfying rendered function in class based stories and adding custom styling }}
* feature/abbreviate (#512)
* PreformattedText component (#511)
* PreformattedText component
* PreformattedText
* PreformattedText comments
* Resolved
* setting.json resolved
---------
Co-authored-by: kavithakurella-dev <132873865+kavithakurella-dev@users.noreply.github.com>
* Breadcrumbs components (#508)
* Breadcrumbs components
* Added stories
* Added official govuk style file
* selected item
* added separator functionality
* improved separator
* final
* storybook order
* feature/code (#507)
* feature/code
* text replaced with value.
* code componets has been resolved as suggested.
* Fix: CharacterCount component not resetting red error text after valid input (#471)
* fix: charactercount component not resetting red error text after valid input
* fix: the character count component error message returns to default after the text area is cleared
---------
Co-authored-by: Nikki Algar <nikki.algar@digital.homeoffice.gov.uk>
Co-authored-by: Berhane Yohannes <berhane.yohannes@capgemini.com>
* Label Design System (#515)
* Label Design System
* Playground
* comments resolved and added accessible page
* Proper css for Label added and Dark theme added
* feat: improve label color contrast on accesible and dark theme
---------
Co-authored-by: mmirca <marius.mirca@capgemini.com>
* Feature/ds-paragraph (#514)
* feature/ds-paragraph
---------
Co-authored-by: mmirca <marius.mirca@capgemini.com>
* feat: Tabs are now non-js compliant (#506)
* feat: Tabs are now non-js compliant
---------
Co-authored-by: Zurico.Daniele_DEFRA <daniele.zurico@gmail.com>
* Insert designing (#516)
* Design InsertText
---------
Co-authored-by: kavithakurella-dev <132873865+kavithakurella-dev@users.noreply.github.com>
Co-authored-by: mmirca <marius.mirca@capgemini.com>
* feat: add button tokens (#520)
* feat: add list item design system styles (#519)
* feat: add heading design system styles (#521)
* Feature/bot upgrade libs (#525)
* feat: upgrade libraries
* Feature/release notes (#527)
* feat: update release notes
* feat: update release notes
* feat: upgrade to 0.8.0
---------
Co-authored-by: peter-uzor-capgem <120393762+peter-uzor-capgem@users.noreply.github.com>
Co-authored-by: aismaelcap <121889403+aismaelcap@users.noreply.github.com>
Co-authored-by: aismaelcap <aismael@aismaels-MacBook-Pro.local>
Co-authored-by: Isaac Babalola <Ibabalola@users.noreply.github.com>
Co-authored-by: Isaac Babalola <info@isaacbabalola.co.uk>
Co-authored-by: JadhavJeet <100856152+JadhavJeet@users.noreply.github.com>
Co-authored-by: Berhane Yohannes <42332389+byohannes@users.noreply.github.com>
Co-authored-by: Berhane Yohannes <berhane.yohannes@capgemini.com>
Co-authored-by: KavithaKurella <122851121+KavithaKurella@users.noreply.github.com>
Co-authored-by: kavithakurella-dev <132873865+kavithakurella-dev@users.noreply.github.com>
Co-authored-by: Ahmet <45479018+Ahmet-K@users.noreply.github.com>
Co-authored-by: Yunus FIRAT <yunusfirat44@gmail.com>
Co-authored-by: Nikki Algar <nikki.algar@capgemini.com>
Co-authored-by: Nikki Algar <nikki.algar@digital.homeoffice.gov.uk>
Co-authored-by: mmirca <marius.mirca@capgemini.com>
Co-authored-by: Sri Viswanathan <sri@protodiv.com>
Co-authored-by: jgonza16 <93665374+jgonza16@users.noreply.github.com>
Co-authored-by: SOUNDAR-A <138137507+SOUNDAR-A@users.noreply.github.com>1 parent 1579a81 commit bbb7778
File tree
385 files changed
+35006
-18529
lines changed- .storybook
- .vscode
- core
- postcss/functions
- storybook
- example
- src
- components
- pages
- src
- abbreviate
- __tests__
- autocomplete
- __tests__
- blockquote
- __tests__
- breadcrumb
- __test__
- button
- __tests__
- characterCount
- __tests__
- codesnippet
- __tests__
- common/utils
- __tests__
- design-system
- formInput/__tests__
- heading
- __test__
- highlight
- __tests__
- insertText
- __test__
- keyBoard
- __test__
- label
- __test__
- link
- __test__
- list
- __test__
- paragraph
- __tests__
- preformattedText
- __test__
- tabGroup
- __test__
- components
- __test__
- stories
- Abbreviate
- Autocomplete
- BlockQuote
- Breadcrumb
- Button
- design-system
- helpers
- CharacterCount
- CheckboxGroup
- CodeSnippet
- CopyToClipboard
- Details
- FormCheckbox
- FormDate
- FormSelect
- design-system
- Heading
- design-system
- Highlight
- InputMask
- Input
- InsertText
- design-system
- KeyBoard
- Label
- design-system
- Link
- List
- design-system
- MultiSelect
- MultiUpload
- PreformattedText
- Progress
- RadioGroup
- Range
- TabGroup
- Table
- Toggle
- Tooltip
- Utils
- img
- liveEdit
- paragraph
- design-system
- progress
- range
- table
- themes
- toggle
- toolTip
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
385 files changed
+35006
-18529
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
14 | 26 | | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
6 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
7 | 110 | | |
8 | 111 | | |
9 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
1 | 38 | | |
2 | 39 | | |
3 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments