asma-core-ui 1.5.2 → 1.5.4
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 +69 -0
- package/dist/asma-core-ui.es.js +1158 -1126
- package/dist/components/Dialog/StyledDialogTitle.d.ts +3 -3
- package/dist/components/Select/StyledSelectItem.d.ts +1 -1
- package/dist/components/data-display/StyledBadge.d.ts +6 -22
- package/dist/components/inputs/StyledButton.d.ts +4 -4
- package/dist/components/inputs/StyledFormHelperText.d.ts +2 -2
- package/dist/components/inputs/StyledFormLabel.d.ts +2 -2
- package/dist/components/inputs/StyledInputLabel.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# asma-core-ui
|
|
2
|
+
|
|
3
|
+
## 1.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f6958e4: bump version so it's not 1 commit behind
|
|
8
|
+
|
|
9
|
+
## 1.5.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e1fc012: remove max width for styled dialog
|
|
14
|
+
|
|
15
|
+
## 1.5.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 4371a5b: add form control props for styled text field
|
|
20
|
+
|
|
21
|
+
## 1.5.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 9a3ce35: Updated, and created, typography classes. Created Typography Storybook story.
|
|
26
|
+
|
|
27
|
+
## 1.4.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- bb12a0a: StyledTooltip with stories.
|
|
32
|
+
|
|
33
|
+
## 1.3.2
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- ee5d00f: Pipelines: Create second step with build and publish.
|
|
38
|
+
|
|
39
|
+
## 1.3.1
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- e673ff4: Fixed index files.
|
|
44
|
+
|
|
45
|
+
## 1.3.0
|
|
46
|
+
|
|
47
|
+
### Minor Changes
|
|
48
|
+
|
|
49
|
+
- 22a817a: StyledAlert, StyledAlertTitle
|
|
50
|
+
- 22a817a: StyledSnackbar
|
|
51
|
+
- e117b3c: StyledBadge
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- 22a817a: StyledButton: Default variant - contained.
|
|
56
|
+
- 22a817a: Theme: Reverted default colors for error, success and warning because of faulty success colors.
|
|
57
|
+
|
|
58
|
+
## 1.2.0
|
|
59
|
+
|
|
60
|
+
### Minor Changes
|
|
61
|
+
|
|
62
|
+
- 75d39d0: Created composable components for StyledDialog; StyledDialogTitle, StyledDialogContent and StyledDialogActions.
|
|
63
|
+
- 718ad37: StyledFormControlLabel
|
|
64
|
+
- 718ad37: StyledFormHelperText
|
|
65
|
+
- 718ad37: StyledFormLabel
|
|
66
|
+
- 718ad37: StyledInput
|
|
67
|
+
- 718ad37: StyledInputLabel
|
|
68
|
+
- 718ad37: StyledSwitch
|
|
69
|
+
- 718ad37: StyledTextField
|