asma-core-ui 1.5.8 → 1.5.9

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