asma-core-ui 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +281 -0
- package/dist/asma-core-ui.es.js +26353 -13896
- package/dist/src/components/data-display/badge/StyledBadge.d.ts +1 -2
- package/dist/src/components/data-display/badge/StyledBadge.stories.d.ts +2 -2
- package/dist/src/components/data-display/icons/Icons.types.d.ts +2 -1
- package/dist/src/components/data-display/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/calendar-blank-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/clock-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +1 -2
- package/dist/src/components/data-grid/StyledDataGrid.d.ts +1 -2
- package/dist/src/components/data-grid/StyledDataGrid.stories.d.ts +7 -7
- package/dist/src/components/data-grid/StyledGridActionsCellItem.d.ts +1 -1
- package/dist/src/components/data-grid/components/columnActions.d.ts +1 -1
- package/dist/src/components/date-pickers/StyledDateCalendar.d.ts +2 -0
- package/dist/src/components/date-pickers/StyledDateCalendar.stories.d.ts +14 -0
- package/dist/src/components/date-pickers/StyledDatePicker.d.ts +3 -0
- package/dist/src/components/date-pickers/StyledDatePicker.stories.d.ts +15 -0
- package/dist/src/components/date-pickers/StyledMobileDateCalendar.d.ts +2 -0
- package/dist/src/components/date-pickers/StyledMobileDatePicker.d.ts +3 -0
- package/dist/src/components/date-pickers/StyledMobileTimePicker.d.ts +3 -0
- package/dist/src/components/date-pickers/StyledMobileTimePicker.stories.d.ts +12 -0
- package/dist/src/components/date-pickers/StyledTimePicker.d.ts +3 -0
- package/dist/src/components/date-pickers/StyledTimePicker.stories.d.ts +12 -0
- package/dist/src/components/date-pickers/index.d.ts +7 -0
- package/dist/src/components/date-pickers/types.d.ts +14 -0
- package/dist/src/components/date-pickers/x-date-pickers-types.d.ts +1 -0
- package/dist/src/components/feedback/alert/StyledAlert.d.ts +1 -2
- package/dist/src/components/feedback/alert/StyledAlert.stories.d.ts +1 -1
- package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +1 -2
- package/dist/src/components/feedback/dialog/StyledDialog.d.ts +1 -2
- package/dist/src/components/feedback/dialog/StyledDialog.stories.d.ts +3 -3
- package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +1 -2
- package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +1 -2
- package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +1 -2
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +1 -2
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.stories.d.ts +3 -3
- package/dist/src/components/inputs/button/StyledButton.d.ts +1 -2
- package/dist/src/components/inputs/button/StyledButton.stories.d.ts +1 -1
- package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +1 -2
- package/dist/src/components/inputs/checkbox/StyledCheckbox.stories.d.ts +1 -1
- package/dist/src/components/inputs/input/StyledInput.d.ts +1 -2
- package/dist/src/components/inputs/rich-input/RichInput.d.ts +12 -0
- package/dist/src/components/inputs/rich-input/RichInput.stories.d.ts +22 -0
- package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
- package/dist/src/components/inputs/select/StyledSelect.d.ts +1 -2
- package/dist/src/components/inputs/select/StyledSelect.stories.d.ts +2 -3
- package/dist/src/components/inputs/select/StyledSelectItem.d.ts +1 -2
- package/dist/src/components/inputs/slider/StyledSlider.d.ts +2 -0
- package/dist/src/components/inputs/slider/StyledSlider.stories.d.ts +19 -0
- package/dist/src/components/inputs/slider/index.d.ts +1 -0
- package/dist/src/components/inputs/switch/StyledSwitch.d.ts +1 -2
- package/dist/src/components/inputs/switch/StyledSwitch.stories.d.ts +3 -3
- package/dist/src/components/inputs/text-field/StyledTextField.d.ts +1 -2
- package/dist/src/components/inputs/text-field/StyledTextField.stories.d.ts +3 -3
- package/dist/src/components/miscellaneous/StyledFormControl.d.ts +1 -2
- package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +1 -2
- package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +1 -2
- package/dist/src/components/miscellaneous/StyledFormLabel.d.ts +1 -2
- package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +1 -2
- package/dist/src/components/miscellaneous/StyledStack.d.ts +1 -2
- package/dist/src/components/surfaces/accordion/StyledAccordion.d.ts +2 -0
- package/dist/src/components/surfaces/accordion/StyledAccordion.stories.d.ts +13 -0
- package/dist/src/components/surfaces/accordion/StyledAccordionDetails.d.ts +2 -0
- package/dist/src/components/surfaces/accordion/StyledAccordionSummary.d.ts +2 -0
- package/dist/src/components/surfaces/accordion/index.d.ts +3 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/providers/ThemeProvider.d.ts +1 -2
- package/dist/src/stories/Button.d.ts +1 -2
- package/dist/src/stories/Button.stories.d.ts +1 -1
- package/dist/src/stories/Header.d.ts +1 -2
- package/dist/src/stories/Header.stories.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -2
- package/dist/src/styles/fretex-tokens/fretexTokens.json.d.ts +0 -21
- package/dist/src/styles/greenish-tokens/greenishTokens.json.d.ts +0 -21
- package/dist/src/styles/tokens/tokens.json.d.ts +0 -21
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
# asma-core-ui
|
|
2
|
+
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 537750f: added new props for data-grid
|
|
8
|
+
|
|
9
|
+
## 2.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 4aba823: Extended interface data grid
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 4aba823: fixed order props for data-grid to be possible override them
|
|
18
|
+
|
|
19
|
+
## 2.0.6
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 6641ff2: fixed order props for data-grid to be possible override them
|
|
24
|
+
|
|
25
|
+
## 2.0.5
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- a9b7b6a: added styled switch
|
|
30
|
+
|
|
31
|
+
## 2.0.4
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 4bbdf03: restored styled switch
|
|
36
|
+
|
|
37
|
+
## 2.0.3
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- a95643e: fixed fretex tokens
|
|
42
|
+
|
|
43
|
+
## 2.0.2
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- a980095: export styled textfield
|
|
48
|
+
|
|
49
|
+
## 2.0.1
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- 2d2fe53: restored StyledTextField, added cspell.json
|
|
54
|
+
|
|
55
|
+
## 2.0.0
|
|
56
|
+
|
|
57
|
+
### Major Changes
|
|
58
|
+
|
|
59
|
+
- 42ae731: storybook7, pnpm, tw-configs
|
|
60
|
+
|
|
61
|
+
## 1.9.4
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- 5b1f300: tailwind configs from asma-antrd to asma-core-ui
|
|
66
|
+
|
|
67
|
+
## 1.9.3
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- bfb9d4f: Fix some class conflicts for StyledDialog
|
|
72
|
+
|
|
73
|
+
## 1.9.2
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- f985a8a: StyledFormGroup
|
|
78
|
+
|
|
79
|
+
## 1.9.1
|
|
80
|
+
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- d6646f3: changed the border for textField
|
|
84
|
+
|
|
85
|
+
## 1.9.0
|
|
86
|
+
|
|
87
|
+
### Minor Changes
|
|
88
|
+
|
|
89
|
+
- ee41eab: added icons from asma-antrd
|
|
90
|
+
|
|
91
|
+
## 1.8.7
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- e1da358: add option to disable row actions for data grid
|
|
96
|
+
|
|
97
|
+
## 1.8.6
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- bd7fa6f: added fixed columns prop for StyledDataGrid
|
|
102
|
+
|
|
103
|
+
## 1.8.5
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- 59140d5: StyledTooltip - added arrow and top placement by default
|
|
108
|
+
|
|
109
|
+
## 1.8.4
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- 2212b07: Fix StyledCheckbox input size & add disabled style
|
|
114
|
+
|
|
115
|
+
## 1.8.3
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- 930e646: Fixed asma-core-grid input checkbox height and width, Fixed actions columns width
|
|
120
|
+
|
|
121
|
+
## 1.8.2
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- a4dcdf0: Changed StyledCheckbox classes to scss
|
|
126
|
+
|
|
127
|
+
## 1.8.1
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- 306adf9: Fix StyledCheckbox export
|
|
132
|
+
|
|
133
|
+
## 1.8.0
|
|
134
|
+
|
|
135
|
+
### Minor Changes
|
|
136
|
+
|
|
137
|
+
- a0503fa: Added StyledCheckbox
|
|
138
|
+
|
|
139
|
+
## 1.7.2
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- 0c21b38: Updated index ts
|
|
144
|
+
|
|
145
|
+
## 1.7.1
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- 61a9d22: Extened stanckbar
|
|
150
|
+
|
|
151
|
+
## 1.7.0
|
|
152
|
+
|
|
153
|
+
### Minor Changes
|
|
154
|
+
|
|
155
|
+
- de81629: asma-grid UI fixed, added custom columns menu
|
|
156
|
+
|
|
157
|
+
## 1.6.6
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- 2bc692d: On StyledDialog added style to be ovveridable
|
|
162
|
+
|
|
163
|
+
## 1.6.5
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- bcc9515: restyled datagrid
|
|
168
|
+
|
|
169
|
+
## 1.6.4
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- 4b6dfc8: Fixed fullscreen mode for styled modal window
|
|
174
|
+
|
|
175
|
+
## 1.6.3
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- a91eb4c: remove top border datagrid, export datagrid components/types
|
|
180
|
+
|
|
181
|
+
## 1.6.2
|
|
182
|
+
|
|
183
|
+
### Patch Changes
|
|
184
|
+
|
|
185
|
+
- f53ff78: add export for data grid
|
|
186
|
+
|
|
187
|
+
## 1.6.1
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- 0cb2ef9: fixed wrongly merged branches
|
|
192
|
+
|
|
193
|
+
## 1.6.0
|
|
194
|
+
|
|
195
|
+
### Minor Changes
|
|
196
|
+
|
|
197
|
+
- 37e14dc: StyledDataGrid
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- 37e14dc: DataGrid: Row background, custom checkbox classes
|
|
202
|
+
|
|
203
|
+
## 1.5.9
|
|
204
|
+
|
|
205
|
+
### Patch Changes
|
|
206
|
+
|
|
207
|
+
- 58f8d13: fixed height of styledDialog closeIcon
|
|
208
|
+
|
|
209
|
+
## 1.5.7
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- 601522c: added showCloseIcon props to StyledDialog
|
|
214
|
+
|
|
215
|
+
## 1.5.3
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- f6958e4: bump version so it's not 1 commit behind
|
|
220
|
+
|
|
221
|
+
## 1.5.2
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- e1fc012: remove max width for styled dialog
|
|
226
|
+
|
|
227
|
+
## 1.5.1
|
|
228
|
+
|
|
229
|
+
### Patch Changes
|
|
230
|
+
|
|
231
|
+
- 4371a5b: add form control props for styled text field
|
|
232
|
+
|
|
233
|
+
## 1.5.0
|
|
234
|
+
|
|
235
|
+
### Minor Changes
|
|
236
|
+
|
|
237
|
+
- 9a3ce35: Updated, and created, typography classes. Created Typography Storybook story.
|
|
238
|
+
|
|
239
|
+
## 1.4.0
|
|
240
|
+
|
|
241
|
+
### Minor Changes
|
|
242
|
+
|
|
243
|
+
- bb12a0a: StyledTooltip with stories.
|
|
244
|
+
|
|
245
|
+
## 1.3.2
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- ee5d00f: Pipelines: Create second step with build and publish.
|
|
250
|
+
|
|
251
|
+
## 1.3.1
|
|
252
|
+
|
|
253
|
+
### Patch Changes
|
|
254
|
+
|
|
255
|
+
- e673ff4: Fixed index files.
|
|
256
|
+
|
|
257
|
+
## 1.3.0
|
|
258
|
+
|
|
259
|
+
### Minor Changes
|
|
260
|
+
|
|
261
|
+
- 22a817a: StyledAlert, StyledAlertTitle
|
|
262
|
+
- 22a817a: StyledSnackbar
|
|
263
|
+
- e117b3c: StyledBadge
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- 22a817a: StyledButton: Default variant - contained.
|
|
268
|
+
- 22a817a: Theme: Reverted default colors for error, success and warning because of faulty success colors.
|
|
269
|
+
|
|
270
|
+
## 1.2.0
|
|
271
|
+
|
|
272
|
+
### Minor Changes
|
|
273
|
+
|
|
274
|
+
- 75d39d0: Created composable components for StyledDialog; StyledDialogTitle, StyledDialogContent and StyledDialogActions.
|
|
275
|
+
- 718ad37: StyledFormControlLabel
|
|
276
|
+
- 718ad37: StyledFormHelperText
|
|
277
|
+
- 718ad37: StyledFormLabel
|
|
278
|
+
- 718ad37: StyledInput
|
|
279
|
+
- 718ad37: StyledInputLabel
|
|
280
|
+
- 718ad37: StyledSwitch
|
|
281
|
+
- 718ad37: StyledTextField
|