@fattureincloud/fic-design-system 0.4.27 → 0.4.29-new-table
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/badge/Badge.d.ts +11 -1
- package/dist/components/badge/badge.stories.d.ts +3 -2
- package/dist/components/badge/badgePalette.d.ts +3 -0
- package/dist/components/badge/index.d.ts +3 -3
- package/dist/components/badge/types.d.ts +17 -1
- package/dist/components/banner/Banner.d.ts +10 -9
- package/dist/components/banner/banner.stories.d.ts +3 -4
- package/dist/components/banner/bannerPalette.d.ts +3 -0
- package/dist/components/banner/index.d.ts +3 -2
- package/dist/components/banner/styled.d.ts +5 -0
- package/dist/components/banner/types.d.ts +23 -0
- package/dist/components/chip/Chip.d.ts +13 -0
- package/dist/components/chip/chip.stories.d.ts +6 -0
- package/dist/components/chip/chipPalette.d.ts +3 -0
- package/dist/components/chip/index.d.ts +3 -0
- package/dist/components/chip/styled.d.ts +6 -0
- package/dist/components/chip/types.d.ts +25 -0
- package/dist/components/dropdown/DropdownImpl.d.ts +1 -1
- package/dist/components/dropdown/types.d.ts +1 -0
- package/dist/components/floatingBadge/NotificationBadge.d.ts +9 -0
- package/dist/components/floatingBadge/floatingBadge.d.ts +7 -1
- package/dist/components/floatingBadge/floatingBadge.stories.d.ts +2 -1
- package/dist/components/floatingBadge/floatingBadgePalette.d.ts +3 -0
- package/dist/components/floatingBadge/index.d.ts +4 -2
- package/dist/components/floatingBadge/types.d.ts +24 -3
- package/dist/components/floatingBadge/withBadge.d.ts +5 -0
- package/dist/components/form/datepicker/StyledDatePicker.d.ts +1 -0
- package/dist/components/form/datepicker/hooks/useDatePickerValues.d.ts +13 -0
- package/dist/components/form/label/Label.d.ts +9 -8
- package/dist/components/form/label/index.d.ts +3 -2
- package/dist/components/form/label/labelPalette.d.ts +3 -0
- package/dist/components/form/label/styled.d.ts +2 -0
- package/dist/components/form/label/types.d.ts +21 -0
- package/dist/components/form/label/utils.d.ts +9 -0
- package/dist/components/form/radioGroup/index.d.ts +1 -1
- package/dist/components/form/radioGroup/types.d.ts +3 -2
- package/dist/components/form/select/components/Placeholder.d.ts +4 -0
- package/dist/components/form/textArea/TextArea.d.ts +3 -3
- package/dist/components/form/textArea/components/TextAreaElement.d.ts +2 -2
- package/dist/components/layout/index.d.ts +1 -2
- package/dist/components/layout/sidebarItem/SidebarItem.d.ts +19 -26
- package/dist/components/layout/sidebarItem/components/SidebarItemDropdown.d.ts +2 -7
- package/dist/components/layout/sidebarItem/index.d.ts +5 -5
- package/dist/components/layout/sidebarItem/sidebarItem.stories.d.ts +2 -1
- package/dist/components/layout/sidebarItem/sidebarItemPalette.d.ts +1 -12
- package/dist/components/layout/sidebarItem/styled.d.ts +13 -0
- package/dist/components/layout/sidebarItem/types.d.ts +58 -2
- package/dist/components/layout/sidebarItem/utils.d.ts +2 -2
- package/dist/components/newTable/Table.d.ts +32 -0
- package/dist/components/newTable/components/action/favorite/Favorite.d.ts +14 -0
- package/dist/components/newTable/components/action/favorite/index.d.ts +1 -0
- package/dist/components/newTable/components/action/favorite/styled.d.ts +4 -0
- package/dist/components/newTable/components/action/settings/ColumnsSettings/ColumnItem/ColumnItem.d.ts +8 -0
- package/dist/components/newTable/components/action/settings/ColumnsSettings/ColumnItem/styled.d.ts +4 -0
- package/dist/components/newTable/components/action/settings/ColumnsSettings/ColumnsSettings.d.ts +8 -0
- package/dist/components/newTable/components/action/settings/ColumnsSettings/DraggableContent/DraggableContent.d.ts +7 -0
- package/dist/components/newTable/components/action/settings/ColumnsSettings/index.d.ts +2 -0
- package/dist/components/newTable/components/action/settings/ColumnsSettings/styled.d.ts +4 -0
- package/dist/components/newTable/components/action/settings/DropdownSettings/DropdownSettings.d.ts +7 -0
- package/dist/components/newTable/components/action/settings/DropdownSettings/index.d.ts +1 -0
- package/dist/components/newTable/components/action/settings/DropdownSettings/styled.d.ts +4 -0
- package/dist/components/newTable/components/action/settings/RowHeightSettings/RowHeightSettings.d.ts +10 -0
- package/dist/components/newTable/components/action/settings/RowHeightSettings/index.d.ts +1 -0
- package/dist/components/newTable/components/action/settings/RowHeightSettings/styled.d.ts +2 -0
- package/dist/components/newTable/components/action/settings/Settings.d.ts +8 -0
- package/dist/components/newTable/components/action/settings/hooks/index.d.ts +2 -0
- package/dist/components/newTable/components/action/settings/hooks/useColumnValues.d.ts +8 -0
- package/dist/components/newTable/components/action/settings/hooks/useDropdownSettingsValues.d.ts +13 -0
- package/dist/components/newTable/components/action/settings/index.d.ts +1 -0
- package/dist/components/newTable/components/action/settings/styled.d.ts +2 -0
- package/dist/components/newTable/components/action/toggle/Toggle.d.ts +14 -0
- package/dist/components/newTable/components/action/toggle/constants.d.ts +3 -0
- package/dist/components/newTable/components/action/toggle/index.d.ts +1 -0
- package/dist/components/newTable/components/action/toggle/styled.d.ts +5 -0
- package/dist/components/newTable/components/body/Body.d.ts +9 -0
- package/dist/components/newTable/components/bulkBar/BulkBar.d.ts +9 -0
- package/dist/components/newTable/components/bulkBar/styled.d.ts +10 -0
- package/dist/components/newTable/components/cell/Cell.d.ts +12 -0
- package/dist/components/newTable/components/cell/customActionCell/CustomActionCell.d.ts +12 -0
- package/dist/components/newTable/components/cell/customActionCell/DropdownActionCell.d.ts +10 -0
- package/dist/components/newTable/components/cell/customActionCell/PrimaryActionCell.d.ts +9 -0
- package/dist/components/newTable/components/cell/customActionCell/index.d.ts +3 -0
- package/dist/components/newTable/components/cell/customActionCell/styled.d.ts +4 -0
- package/dist/components/newTable/components/cell/customCell/CustomCell.d.ts +11 -0
- package/dist/components/newTable/components/cell/customCell/CustomInput.d.ts +9 -0
- package/dist/components/newTable/components/cell/customCell/TextAreaPopup.d.ts +9 -0
- package/dist/components/newTable/components/cell/customCell/constants.d.ts +1 -0
- package/dist/components/newTable/components/cell/customCell/index.d.ts +1 -0
- package/dist/components/newTable/components/cell/customCell/styled.d.ts +7 -0
- package/dist/components/newTable/components/cell/hooks/index.d.ts +1 -0
- package/dist/components/newTable/components/cell/hooks/useCellValues.d.ts +16 -0
- package/dist/components/newTable/components/cell/loadingCell/LoadingCell.d.ts +7 -0
- package/dist/components/newTable/components/cell/loadingCell/index.d.ts +1 -0
- package/dist/components/newTable/components/cell/styled.d.ts +20 -0
- package/dist/components/newTable/components/footer/Footer.d.ts +7 -0
- package/dist/components/newTable/components/header/Header.d.ts +10 -0
- package/dist/components/newTable/components/header/headerCell/ActionHeaderCell.d.ts +8 -0
- package/dist/components/newTable/components/header/headerCell/HeaderCell.d.ts +12 -0
- package/dist/components/newTable/components/header/headerCell/styled.d.ts +9 -0
- package/dist/components/newTable/components/header/hooks/index.d.ts +2 -0
- package/dist/components/newTable/components/header/hooks/useActionHeaderValues.d.ts +16 -0
- package/dist/components/newTable/components/header/hooks/useHeaderValues.d.ts +14 -0
- package/dist/components/newTable/components/row/Row.d.ts +10 -0
- package/dist/components/newTable/components/row/styled.d.ts +6 -0
- package/dist/components/newTable/components/utils.d.ts +10 -0
- package/dist/components/newTable/constants.d.ts +2 -0
- package/dist/components/newTable/hooks/useColumnPinning.d.ts +8 -0
- package/dist/components/newTable/hooks/usePagination.d.ts +9 -0
- package/dist/components/newTable/index.d.ts +2 -0
- package/dist/components/newTable/providers/TableProvider/TableProvider.d.ts +5 -0
- package/dist/components/newTable/providers/TableProvider/index.d.ts +3 -0
- package/dist/components/newTable/providers/TableProvider/types.d.ts +10 -0
- package/dist/components/newTable/stories/actions.d.ts +4 -0
- package/dist/components/newTable/stories/columns.d.ts +3 -0
- package/dist/components/newTable/stories/data.d.ts +2 -0
- package/dist/components/newTable/stories/styled.d.ts +1 -0
- package/dist/components/newTable/stories/types.d.ts +9 -0
- package/dist/components/newTable/styled.d.ts +9 -0
- package/dist/components/newTable/table.stories.d.ts +6 -0
- package/dist/components/newTable/types.d.ts +170 -0
- package/dist/components/newTable/utils.d.ts +8 -0
- package/dist/components/pagination/Pagination.d.ts +15 -0
- package/dist/components/pagination/index.d.ts +3 -3
- package/dist/components/pagination/pagination.stories.d.ts +3 -3
- package/dist/components/pagination/paginationPalette.d.ts +3 -0
- package/dist/components/pagination/styled.d.ts +4 -0
- package/dist/components/pagination/types.d.ts +18 -0
- package/dist/components/progressbar/index.d.ts +3 -2
- package/dist/components/progressbar/progressBarPalette.d.ts +3 -0
- package/dist/components/progressbar/progressbar.d.ts +9 -8
- package/dist/components/progressbar/progressbar.stories.d.ts +6 -4
- package/dist/components/progressbar/styled.d.ts +3 -0
- package/dist/components/progressbar/types.d.ts +15 -9
- package/dist/components/table/components/ActionsCell.d.ts +10 -0
- package/dist/components/table/components/SortIndicator.d.ts +6 -0
- package/dist/components/table/components/TableBody.d.ts +14 -0
- package/dist/components/table/components/TableFoot.d.ts +2 -0
- package/dist/components/table/components/TableHeader.d.ts +7 -0
- package/dist/components/table/components/tableBody/TableBodyLoader.d.ts +7 -0
- package/dist/components/table/components/tableBody/styled.d.ts +3 -0
- package/dist/components/tip/index.d.ts +4 -3
- package/dist/components/tip/shortcutTip.d.ts +12 -1
- package/dist/components/tip/styled.d.ts +5 -0
- package/dist/components/tip/tip.d.ts +11 -1
- package/dist/components/tip/tip.stories.d.ts +4 -5
- package/dist/components/tip/tipPalette.d.ts +3 -0
- package/dist/components/tip/types.d.ts +24 -6
- package/dist/components/toast/components/{ToastContent.d.ts → toastContent.d.ts} +0 -0
- package/dist/components/toast/{Toast.d.ts → toast.d.ts} +0 -0
- package/dist/components/tooltip/Tooltip.d.ts +3 -1
- package/dist/index.d.ts +12 -11
- package/dist/index.esm.js +26 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +25 -4
- package/dist/index.js.map +1 -1
- package/dist/styles/theme.d.ts +16 -0
- package/package.json +2 -1
- package/CHANGELOG.md +0 -508
package/dist/styles/theme.d.ts
CHANGED
@@ -1,12 +1,17 @@
|
|
1
1
|
import 'styled-components';
|
2
2
|
import { DefaultTheme } from 'styled-components';
|
3
|
+
import { BadgePalette } from '../components/badge';
|
4
|
+
import { BannerPalette } from '../components/banner';
|
3
5
|
import { ButtonPalette, IconButtonPalette } from '../components/buttons';
|
6
|
+
import { ChipPalette } from '../components/chip';
|
4
7
|
import { DropdownPalette } from '../components/dropdown';
|
8
|
+
import { FloatingBadgePalette } from '../components/floatingBadge';
|
5
9
|
import { CheckboxPalette } from '../components/form/checkbox';
|
6
10
|
import { DatePickerPalette } from '../components/form/datepicker';
|
7
11
|
import { FileUploaderPalette } from '../components/form/fileUploader';
|
8
12
|
import { InputHelperPalette } from '../components/form/inputHelper';
|
9
13
|
import { InputTextPalette } from '../components/form/inputText';
|
14
|
+
import { LabelPalette } from '../components/form/label';
|
10
15
|
import { RadioPalette } from '../components/form/radio';
|
11
16
|
import { SelectPalette } from '../components/form/select';
|
12
17
|
import { TextAreaPalette } from '../components/form/textArea';
|
@@ -14,9 +19,12 @@ import { IconBackgroundPalette, IconPalette } from '../components/icon';
|
|
14
19
|
import { InlineMessagePalette } from '../components/inlineMessage';
|
15
20
|
import { SidebarItemPalette } from '../components/layout/sidebarItem';
|
16
21
|
import { MicroTagPalette } from '../components/microTag';
|
22
|
+
import { PaginationPalette } from '../components/pagination';
|
23
|
+
import { ProgressBarPalette } from '../components/progressbar';
|
17
24
|
import { StepperPalette } from '../components/stepper';
|
18
25
|
import { TablePalette } from '../components/table';
|
19
26
|
import { TagPalette } from '../components/tag';
|
27
|
+
import { TipPalette } from '../components/tip/';
|
20
28
|
import { ToastPalette } from '../components/toast';
|
21
29
|
import { TooltipPalette } from '../components/tooltip';
|
22
30
|
import { Palette } from './types';
|
@@ -40,8 +48,16 @@ interface Components {
|
|
40
48
|
inputHelper: InputHelperPalette;
|
41
49
|
select: SelectPalette;
|
42
50
|
fileUploader: FileUploaderPalette;
|
51
|
+
chip: ChipPalette;
|
52
|
+
floatingBadge: FloatingBadgePalette;
|
53
|
+
progressBar: ProgressBarPalette;
|
54
|
+
banner: BannerPalette;
|
43
55
|
inlineMessage: InlineMessagePalette;
|
44
56
|
toast: ToastPalette;
|
57
|
+
pagination: PaginationPalette;
|
58
|
+
badge: BadgePalette;
|
59
|
+
tip: TipPalette;
|
60
|
+
label: LabelPalette;
|
45
61
|
}
|
46
62
|
export interface Theme {
|
47
63
|
palette: Palette;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fattureincloud/fic-design-system",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.29-new-table",
|
4
4
|
"description": "Fatture in Cloud and Danea design system",
|
5
5
|
"repository": "git@bitbucket.org:fattureincloud/design-system.git",
|
6
6
|
"license": "MIT",
|
@@ -60,6 +60,7 @@
|
|
60
60
|
"@fortawesome/pro-solid-svg-icons": "~5.15.4",
|
61
61
|
"@fortawesome/react-fontawesome": "0.1.14",
|
62
62
|
"@popperjs/core": "^2.6.0",
|
63
|
+
"@tanstack/react-table": "^8.5.13",
|
63
64
|
"@types/react": "^17.0.37",
|
64
65
|
"@types/react-select": "^4.0.18",
|
65
66
|
"date-fns": "^2.28.0",
|
package/CHANGELOG.md
DELETED
@@ -1,508 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
## v0.4.27 - 24/08/2022
|
4
|
-
|
5
|
-
### 💥 Breaking
|
6
|
-
|
7
|
-
- RadioButton replaced with Radio
|
8
|
-
- RadioButtonGroup replaced with RadioGroup
|
9
|
-
|
10
|
-
### 🚀 Added
|
11
|
-
|
12
|
-
- RadioGroup selection handled
|
13
|
-
- Radio palette
|
14
|
-
- InlineMessage palette
|
15
|
-
- InlineMessage action button
|
16
|
-
|
17
|
-
### 🐛 Bug Fix
|
18
|
-
|
19
|
-
- Fix Toast icon graphical appearance
|
20
|
-
|
21
|
-
### 💅 Enhancement
|
22
|
-
|
23
|
-
- InlineMessageType and ToastType exported enums
|
24
|
-
|
25
|
-
## v0.4.26 - 16/08/2022
|
26
|
-
|
27
|
-
- Aggiunte props `emptyState` e `isDisabled` in Dropdown
|
28
|
-
- Rimossa prop `isSmall` da Dropdown
|
29
|
-
|
30
|
-
## v0.4.25 - 11/08/2022
|
31
|
-
|
32
|
-
- Aggiunte prop su modale per nascondere backdrop e poter modificare lo stile del portal
|
33
|
-
|
34
|
-
## v0.4.24 - 10/08/2022
|
35
|
-
|
36
|
-
- Implementata possibilità di poter passare prop hideAfterSeconds sul tooltip
|
37
|
-
|
38
|
-
## v0.4.23 - 09/08/2022
|
39
|
-
|
40
|
-
- Implementata possibilità di poter usare un tooltip nel componente InputText
|
41
|
-
- Implementata possibilità di poter usare un tooltip nel componente Tabs
|
42
|
-
|
43
|
-
## v0.4.22 - 02/08/2022
|
44
|
-
|
45
|
-
- Fixato placeholder nel componente DatePicker, che ora prende il valore dalle props oppure assume quello del giorno corrente
|
46
|
-
- I giorni non selezionabili del DatePicker ora si distinguono per colore
|
47
|
-
- Piccolo fix grafico alle voci della sidebar che contengono un badge
|
48
|
-
|
49
|
-
## v0.4.21 - 26/07/2022
|
50
|
-
|
51
|
-
- Refactor component Toast
|
52
|
-
|
53
|
-
## v0.4.20 - 13/07/2022
|
54
|
-
|
55
|
-
- Bugfix di useUpDownKeyNavigation, premendo ENTER venivano intercettati altri comportamenti in altri componenti
|
56
|
-
|
57
|
-
## v0.4.19 - 28/06/2022
|
58
|
-
|
59
|
-
- Aggiunta la possibilità di usare le frecce per selezionare una riga nella Table o un'opzione nel Dropdown
|
60
|
-
- Aggiunto export del componente Spinner
|
61
|
-
|
62
|
-
## v0.4.18
|
63
|
-
|
64
|
-
- Rimossa prop disabled dal componente Select perché ridondante
|
65
|
-
|
66
|
-
## v0.4.17
|
67
|
-
|
68
|
-
- Fixato l'hook useFormattedDate del componente DatePicker
|
69
|
-
|
70
|
-
## v0.4.16 - 18/05/2022
|
71
|
-
|
72
|
-
### 🚀 Added
|
73
|
-
|
74
|
-
- Implementata prop "fixedHeight" in componente FileUploader
|
75
|
-
|
76
|
-
### 🚀 Bugfix
|
77
|
-
|
78
|
-
- Modificato il border bottom dell’header in maniera che sia più chiaro, sistemato le icone di ordinamento
|
79
|
-
- Fixato stile Dropdown
|
80
|
-
- Fixato font in storybook usando "Inter UI"
|
81
|
-
|
82
|
-
## v0.4.15 - 17/05/2022
|
83
|
-
|
84
|
-
### 🚀 Bugfix
|
85
|
-
|
86
|
-
- Fixed style "min-height" if prop isSmall is true on component ConfirmationModal
|
87
|
-
|
88
|
-
## v0.4.14 - 12/05/2022
|
89
|
-
|
90
|
-
### 🚀 Added
|
91
|
-
|
92
|
-
- Added new prop pageSize on component Table
|
93
|
-
|
94
|
-
## v0.4.13 - 05/05/2022
|
95
|
-
|
96
|
-
### 🚀 Added
|
97
|
-
|
98
|
-
- Added new prop maxFileSize on component FileUploader
|
99
|
-
|
100
|
-
### 🐛 Bug Fix
|
101
|
-
|
102
|
-
- Fix placeholder in Select component style bug
|
103
|
-
|
104
|
-
## v0.4.12 - 03/05/2022
|
105
|
-
|
106
|
-
### 🐛 Bug Fix
|
107
|
-
|
108
|
-
- Fix placeholder in Select component, the cursor was at the end of the placeholder
|
109
|
-
- Fix Table LoadingCell
|
110
|
-
|
111
|
-
## v0.4.11 - 12/04/2022
|
112
|
-
|
113
|
-
### 🐛 Bug Fix
|
114
|
-
|
115
|
-
- Fix text color to 900 in component InlineMessage
|
116
|
-
|
117
|
-
## v.0.4.10 - 08/04/2022
|
118
|
-
|
119
|
-
### 🚀 Added
|
120
|
-
|
121
|
-
- Added new component DatePicker
|
122
|
-
- Added new features in component Table
|
123
|
-
- Added backgroundColor in palette for component FileUploader and fixed file type mappings to manage "p7m" extension
|
124
|
-
|
125
|
-
## v0.4.9 - 23/02/2022
|
126
|
-
|
127
|
-
### 🐛 Bug Fix
|
128
|
-
|
129
|
-
- Fix FontAwesome version
|
130
|
-
|
131
|
-
## v0.4.8 - 23/02/2022
|
132
|
-
|
133
|
-
### 🐛 Bug Fix
|
134
|
-
|
135
|
-
- Downgrade FontAwesome to v5 due to browser compatibility issues
|
136
|
-
|
137
|
-
## v0.4.7 - 22/02/2022
|
138
|
-
|
139
|
-
### 🚀 Added
|
140
|
-
|
141
|
-
- Add new FileUploader component
|
142
|
-
- Add new Table component
|
143
|
-
|
144
|
-
### 🐛 Bug Fix
|
145
|
-
|
146
|
-
- Fix appearance of multiline (long) Select Options
|
147
|
-
|
148
|
-
## v0.4.6 - 15/02/2022
|
149
|
-
|
150
|
-
### 🚀 Added
|
151
|
-
|
152
|
-
- Add `customHeader` and `customFooter` props to Modal
|
153
|
-
- Add `isPrefilled` prop to InputText, TextArea and Select components
|
154
|
-
- Add `isTransparent` prop to Select and InputText components
|
155
|
-
- Add `customStyles` prop to Select component
|
156
|
-
- Add UnitDropdown to InputText
|
157
|
-
- Add `ref` prop to InputText component
|
158
|
-
- Add Select `simpleValue` prop and `useSelectSimpleValue` hook
|
159
|
-
|
160
|
-
### 🐛 Bug Fix
|
161
|
-
|
162
|
-
- Fix Accordion graphical appearance (CSS)
|
163
|
-
|
164
|
-
### 💅 Enhancement
|
165
|
-
|
166
|
-
- Add `JSX.Element` to label prop type in form components
|
167
|
-
- Remove up and down arrows on `input[type=number]`
|
168
|
-
|
169
|
-
## v0.4.5 - 08/02/2022
|
170
|
-
|
171
|
-
- Update FontAwesome to v6.0.0 (Downgraded to v5 in v0.4.8)
|
172
|
-
|
173
|
-
## v0.4.4 - 25/01/2022
|
174
|
-
|
175
|
-
### 🐛 Bug Fix
|
176
|
-
|
177
|
-
- Move SidebarItem Dropdown on the left in Safari
|
178
|
-
|
179
|
-
## v0.4.3 - 21/01/2022
|
180
|
-
|
181
|
-
### 🐛 Bug Fix
|
182
|
-
|
183
|
-
- Remove the Checkbox `Label` tag when prop `text` is missing
|
184
|
-
|
185
|
-
### 💅 Enhancement
|
186
|
-
|
187
|
-
- Change Button `text` prop from `string | JSX.Element` to `ReactText | JSX.Element`
|
188
|
-
|
189
|
-
## v0.4.2 - 19/01/2022
|
190
|
-
|
191
|
-
### 🐛 Bug Fix
|
192
|
-
|
193
|
-
- Fix Dropdown content appearance animation in Safari (animation removed)
|
194
|
-
- Fix absent Select typings
|
195
|
-
- Fix Select Option multiline appearance
|
196
|
-
|
197
|
-
### 💅 Enhancement
|
198
|
-
|
199
|
-
- Change all occurrences of `isDisabled` prop to `disabled` for "form" components
|
200
|
-
|
201
|
-
## v0.4.1 - 14/01/2022
|
202
|
-
|
203
|
-
### 🐛 Bug Fix
|
204
|
-
|
205
|
-
- Fix a bug during the update of SidebarItem
|
206
|
-
|
207
|
-
## v0.4.0 - 15/12/2021
|
208
|
-
|
209
|
-
### 💅 Enhancement
|
210
|
-
|
211
|
-
- Update Storybook to v6
|
212
|
-
- Update Rollup to v2
|
213
|
-
- Change build configs
|
214
|
-
|
215
|
-
## v0.3.24 - 13/12/2021
|
216
|
-
|
217
|
-
### 🐛 Bug Fix
|
218
|
-
|
219
|
-
- Add preventDefault on Dropdown trigger click
|
220
|
-
|
221
|
-
## v0.3.23 - 13/12/2021
|
222
|
-
|
223
|
-
### 💅 Enhancement
|
224
|
-
|
225
|
-
- Add href and cmd/ctrl+click on SidebarItem
|
226
|
-
|
227
|
-
## v0.3.22 - 30/11/2021
|
228
|
-
|
229
|
-
### 🐛 Bug Fix
|
230
|
-
|
231
|
-
- Move `lint-staged` to devDependencies
|
232
|
-
|
233
|
-
## v0.3.21 - 29/11/2021
|
234
|
-
|
235
|
-
### 🐛 Bug Fix
|
236
|
-
|
237
|
-
- Fix bug with Select usage
|
238
|
-
|
239
|
-
## v0.3.20 - 22/11/2021
|
240
|
-
|
241
|
-
### 🚀 Added
|
242
|
-
|
243
|
-
- TextArea:
|
244
|
-
- Add isResizable prop
|
245
|
-
- Add characters counter
|
246
|
-
- Add new `Select` components (`Select`, `CreatableSelect`, `AsyncSelect`, `AsyncCreatableSelect`)
|
247
|
-
|
248
|
-
### 💅 Enhancement
|
249
|
-
|
250
|
-
- `InputHelper`'s prop `message` changed type from `string` to `ReactChild`
|
251
|
-
- Add `className` to TextArea wrapper
|
252
|
-
- Remove `margin-bottom: 1em` from `InputText` and `TextArea` components
|
253
|
-
- Update styled-components to v5
|
254
|
-
- Add styled-components to `peerDependencies`
|
255
|
-
|
256
|
-
### 🐛 Bug Fix
|
257
|
-
|
258
|
-
- The cursor hovering an Icon will be `pointer` only if the icon has an `onClick` event
|
259
|
-
- Fix Tabs component glitch
|
260
|
-
|
261
|
-
## v0.3.19 - 02/11/2021
|
262
|
-
|
263
|
-
### 🚀 Added
|
264
|
-
|
265
|
-
- Add SidebarItem customization through `CustomSidebarItemProps` prop
|
266
|
-
- Add exports for `SidebarItemProps`
|
267
|
-
|
268
|
-
### 💅 Enhancement
|
269
|
-
|
270
|
-
- Remove deprecated `alignRight` props from Dropdown component
|
271
|
-
- The `text` prop in Badge is now a `ReactText`
|
272
|
-
- Button `type=text` now supports icons and hover/active state
|
273
|
-
|
274
|
-
### 🐛 Bug Fix
|
275
|
-
|
276
|
-
- Fix click on SidebarItem's Dropdown
|
277
|
-
|
278
|
-
## v0.3.18 - 20/10/2021
|
279
|
-
|
280
|
-
### 🚀 Added
|
281
|
-
|
282
|
-
- Add new InputText component
|
283
|
-
- Add new InputHelper component
|
284
|
-
- Add new TextArea component
|
285
|
-
|
286
|
-
### 💅 Enhancement
|
287
|
-
|
288
|
-
- Add `isDisabled` prop to Icon component
|
289
|
-
|
290
|
-
### 🐛 Bug Fix
|
291
|
-
|
292
|
-
- Close the Tooltip dropdown on click outside
|
293
|
-
- Better mobile event handling on Tooltip component (close on scroll page)
|
294
|
-
- Add a maximum width to the tooltip dropdown
|
295
|
-
|
296
|
-
## v0.3.17 - 06/10/2021
|
297
|
-
|
298
|
-
### 🚀 Added
|
299
|
-
|
300
|
-
- Added new `Stepper` component
|
301
|
-
- Added prop `forceOpenDropdown` on SidebarItem component
|
302
|
-
|
303
|
-
## v0.3.16 - 29/09/2021
|
304
|
-
|
305
|
-
### 🚀 Added
|
306
|
-
|
307
|
-
- Add new `forceOpen` prop to Dropdown
|
308
|
-
|
309
|
-
### 💅 Enhancement
|
310
|
-
|
311
|
-
- Change SidebarItem height from 40px to 44px
|
312
|
-
|
313
|
-
### 🐛 Bug Fix
|
314
|
-
|
315
|
-
- Fix Tooltip's arrow color
|
316
|
-
|
317
|
-
## v0.3.15 - 21/09/2021
|
318
|
-
|
319
|
-
### 🚀 Added
|
320
|
-
|
321
|
-
- Add new SidebarItem component
|
322
|
-
|
323
|
-
## v0.3.14 - 02/09/2021
|
324
|
-
|
325
|
-
### 🚀 Added
|
326
|
-
|
327
|
-
- Added new Tooltip component
|
328
|
-
|
329
|
-
### 💅 Enhancement
|
330
|
-
|
331
|
-
- Add `triggerStyles` Dropdown prop
|
332
|
-
- Add new `IconBackground` component to support circle background behind icons
|
333
|
-
|
334
|
-
## v0.3.13 - 19/08/2021
|
335
|
-
|
336
|
-
- Add `link` to DropdownItem `type`
|
337
|
-
|
338
|
-
## v0.3.12 - 19/08/2021
|
339
|
-
|
340
|
-
### 💅 Enhancement
|
341
|
-
|
342
|
-
- Merged Dropdown interfaces `ContentOption` and `ItemProps` in `DropdownItemProps`
|
343
|
-
- Add a part of DropdownPalette
|
344
|
-
|
345
|
-
### 🐛 Bug Fix
|
346
|
-
|
347
|
-
- Add `e.stopPropagation()` on Dropdown trigger click
|
348
|
-
|
349
|
-
## v0.3.11 - 16/08/2021
|
350
|
-
|
351
|
-
### 💅 Enhancement
|
352
|
-
|
353
|
-
- DropdownItems doesn't highlight without an `onClick` prop anymore
|
354
|
-
- Changed DropdownItems' shortcuts style
|
355
|
-
|
356
|
-
## v0.3.10 - 28/07/2021
|
357
|
-
|
358
|
-
### 🐛 Bug Fix
|
359
|
-
|
360
|
-
- Export checkboxPalette interface
|
361
|
-
- Added boolean-only support for Checkbox component
|
362
|
-
|
363
|
-
### 💅 Enhancement
|
364
|
-
|
365
|
-
- Change onClick prop type for Checkbox component
|
366
|
-
|
367
|
-
## v0.3.9 - 28/07/2021
|
368
|
-
|
369
|
-
### 💅 Enhancement
|
370
|
-
|
371
|
-
- Added boolean values support to Checkbox
|
372
|
-
|
373
|
-
### 🐛 Bug Fix
|
374
|
-
|
375
|
-
- Fix CustomSizeModal width on small screens
|
376
|
-
|
377
|
-
## v0.3.8 - 26/07/2021
|
378
|
-
|
379
|
-
### 🚀 Added
|
380
|
-
|
381
|
-
- Added new Checkbox component with Checkbox Palette
|
382
|
-
|
383
|
-
### 🐛 Bug Fix
|
384
|
-
|
385
|
-
- Increased Toast z-index to make it visible while a modal is open
|
386
|
-
|
387
|
-
## v0.3.7 - 25/06/2021
|
388
|
-
|
389
|
-
### 🚀 Added
|
390
|
-
|
391
|
-
- Added MicroTag palette
|
392
|
-
- Added Icon palette
|
393
|
-
|
394
|
-
### 💅 Enhancement
|
395
|
-
|
396
|
-
- Refactor Palette structure
|
397
|
-
- Remove base palette part
|
398
|
-
- Use "transparent" css value instead of palette.base.transparent
|
399
|
-
|
400
|
-
## v0.3.6 - 04/06/2021
|
401
|
-
|
402
|
-
### 💅 Enhancement
|
403
|
-
|
404
|
-
- Change project linting rules
|
405
|
-
|
406
|
-
## v0.3.5 - 03/06/2021
|
407
|
-
|
408
|
-
### 🚀 Added
|
409
|
-
|
410
|
-
- Add export for `closeDropdownType`
|
411
|
-
|
412
|
-
### 💅 Enhancement
|
413
|
-
|
414
|
-
- Remove Dropdown padding with custom content
|
415
|
-
|
416
|
-
## v0.3.4 - 26/05/2021
|
417
|
-
|
418
|
-
### 🚀 Added
|
419
|
-
|
420
|
-
- isDisabled prop on IconButton
|
421
|
-
- IconButton default types (defaultColor, defaultType) in iconButtonPalette
|
422
|
-
- Add `href` and `target` props on Button component
|
423
|
-
|
424
|
-
### 💅 Enhancement
|
425
|
-
|
426
|
-
- Fix buttons appearance on small screens
|
427
|
-
|
428
|
-
## v0.3.2 - 19/05/2021
|
429
|
-
|
430
|
-
### 🚀 Added
|
431
|
-
|
432
|
-
- Add fullWidth prop on Button
|
433
|
-
|
434
|
-
### 💅 Enhancement
|
435
|
-
|
436
|
-
- Fix default buttonPalette colors
|
437
|
-
- Align iconButton palette names to Button's one
|
438
|
-
|
439
|
-
## v0.3.1 - 18/05/2021
|
440
|
-
|
441
|
-
### 🚀 Added
|
442
|
-
|
443
|
-
- New useDebounceClick hook
|
444
|
-
- Add new theme object manual configuration
|
445
|
-
- Add palette configuration object for:
|
446
|
-
- Tag
|
447
|
-
- Button
|
448
|
-
- IconButton
|
449
|
-
|
450
|
-
### 💅 Enhancement
|
451
|
-
|
452
|
-
- Switch default palette to DIC's palette
|
453
|
-
- Button component redone from scratch
|
454
|
-
- TextButton merged with Button (type='text')
|
455
|
-
- IconButton component redone from scratch
|
456
|
-
- Refactor Tag component
|
457
|
-
|
458
|
-
## v0.2.9 - 05/05/2021
|
459
|
-
|
460
|
-
### 💅 Enhancement
|
461
|
-
|
462
|
-
- The first render of the "not scrollable" Tabs component now
|
463
|
-
shows the scrollable version instead of an empty row with a dropdown
|
464
|
-
- Split Tabs component in ScrollableTabs and DropdownTabs
|
465
|
-
|
466
|
-
### 🐛 Bug Fix
|
467
|
-
|
468
|
-
- Actually use the lateralPadding prop in Tabs component
|
469
|
-
|
470
|
-
## v0.2.8 - 30/04/2021
|
471
|
-
|
472
|
-
### 🐛 Bug Fix
|
473
|
-
|
474
|
-
- Fixed Dropdowns in Internet Explorer
|
475
|
-
|
476
|
-
## v0.2.7 - 07/04/2021
|
477
|
-
|
478
|
-
### 🐛 Bug Fix
|
479
|
-
|
480
|
-
- Fixed dropdown menu openings on Internet Explorer
|
481
|
-
|
482
|
-
## v0.2.6 - 10/03/2021
|
483
|
-
|
484
|
-
### 🐛 Bug Fix
|
485
|
-
|
486
|
-
- Change Tag component "style" prop to "tagStyle" to prevent TypeScript error
|
487
|
-
|
488
|
-
## v0.2.5 - 04/03/2021
|
489
|
-
|
490
|
-
### 💅 Enhancement
|
491
|
-
|
492
|
-
- Hide Tabs scrollbar if there's enough space for the elements
|
493
|
-
|
494
|
-
### 🐛 Bug Fix
|
495
|
-
|
496
|
-
- Force Tabs component to have height: 100% (prevent component/sidebar overlap)
|
497
|
-
|
498
|
-
## v0.2.4 - 03/03/2021
|
499
|
-
|
500
|
-
### 🐛 Bug Fix
|
501
|
-
|
502
|
-
- Fixed Button appearance with empty text
|
503
|
-
|
504
|
-
## v0.2.3 - 23/02/2021
|
505
|
-
|
506
|
-
### 🐛 Bug Fix
|
507
|
-
|
508
|
-
- Fixed an error in Tabs causing the page overflow in scrollable mode
|