@purple/phoenix-components 4.19.0 → 4.20.2

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 CHANGED
@@ -2,6 +2,46 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.20.2](https://github.com/purple-technology/phoenix-components/compare/v4.20.1...v4.20.2) (2022-01-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * storybook arg types ([1651efb](https://github.com/purple-technology/phoenix-components/commit/1651efb832e18ca8879c23901d042af2c4ffcc62))
11
+
12
+ ### [4.20.1](https://github.com/purple-technology/phoenix-components/compare/v4.20.0...v4.20.1) (2022-01-07)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * default font size defined in theme file ([485ee42](https://github.com/purple-technology/phoenix-components/commit/485ee429bd2991ec23eac12b43dd5aca5879560c))
18
+
19
+ ## [4.20.0](https://github.com/purple-technology/phoenix-components/compare/v4.19.1...v4.20.0) (2022-01-06)
20
+
21
+
22
+ ### Features
23
+
24
+ * bold font weight configurable in theme file ([1ffbe08](https://github.com/purple-technology/phoenix-components/commit/1ffbe08a266aecc284de63bb43a1c37128ae6930))
25
+ * bold font weight configurable in theme file ([89d52db](https://github.com/purple-technology/phoenix-components/commit/89d52db25d869874a763d6a8cd1102c6e95e8a7a))
26
+ * **FormControl:** minimal style ([504c55f](https://github.com/purple-technology/phoenix-components/commit/504c55f61460e19893c2fe47c60cd4be49cff8fb))
27
+ * **Tab:** primary color for selected tab ([a539d1a](https://github.com/purple-technology/phoenix-components/commit/a539d1a542f1f364a4298a9d07325c6bda9dab8f))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **Button:** use theme values ([06f4e35](https://github.com/purple-technology/phoenix-components/commit/06f4e35a2da6a237f0e9a131f2e4e5c7afe9c496))
33
+ * **Notice:** breakpoint fixes ([fbde7a4](https://github.com/purple-technology/phoenix-components/commit/fbde7a4990baec1600fc8061d7990bb22a29846b))
34
+ * **Spinner:** margin props fix ([5e84319](https://github.com/purple-technology/phoenix-components/commit/5e843195053bbc865f33d101b580beaf0e674c49))
35
+
36
+ ### [4.19.1](https://github.com/purple-technology/phoenix-components/compare/v4.19.0...v4.19.1) (2021-12-15)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **Dropdown:** remove overflow hidden ([21483a4](https://github.com/purple-technology/phoenix-components/commit/21483a425cf7aa83dba1f9a4db23401480dbf464))
42
+ * **Icon:** gift icon only outlined paths ([4aad304](https://github.com/purple-technology/phoenix-components/commit/4aad304d9788a679011f6b3107e7a7a64e773989))
43
+ * **Select:** supply components for easier custom styling ([fdcead4](https://github.com/purple-technology/phoenix-components/commit/fdcead4e5eddd563b7fc580396e651f7bdb0d4a6))
44
+
5
45
  ## [4.19.0](https://github.com/purple-technology/phoenix-components/compare/v4.18.0...v4.19.0) (2021-12-13)
6
46
 
7
47
 
package/README.md CHANGED
@@ -30,7 +30,7 @@ Phoenix Components takes advantage of some 3rd party libraries to create consist
30
30
 
31
31
  ## Usage
32
32
 
33
- 1. Include Roboto font with weights 400 and 500 into your project. You can use for example Google Fonts.
33
+ 1. Include Roboto font with weights 400 and 500 into your project. You can use for example Google Fonts. (400 and 500 are default weights for regular and bold fonts. These can be changed in the theme file - `theme.fontWeight.regular` a `theme.fontWeight.bold`.)
34
34
 
35
35
  ```html
36
36
  <link rel="preconnect" href="https://fonts.gstatic.com">