@purple/phoenix-components 4.18.0 → 4.20.1

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,52 @@
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.1](https://github.com/purple-technology/phoenix-components/compare/v4.20.0...v4.20.1) (2022-01-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * default font size defined in theme file ([485ee42](https://github.com/purple-technology/phoenix-components/commit/485ee429bd2991ec23eac12b43dd5aca5879560c))
11
+
12
+ ## [4.20.0](https://github.com/purple-technology/phoenix-components/compare/v4.19.1...v4.20.0) (2022-01-06)
13
+
14
+
15
+ ### Features
16
+
17
+ * bold font weight configurable in theme file ([1ffbe08](https://github.com/purple-technology/phoenix-components/commit/1ffbe08a266aecc284de63bb43a1c37128ae6930))
18
+ * bold font weight configurable in theme file ([89d52db](https://github.com/purple-technology/phoenix-components/commit/89d52db25d869874a763d6a8cd1102c6e95e8a7a))
19
+ * **FormControl:** minimal style ([504c55f](https://github.com/purple-technology/phoenix-components/commit/504c55f61460e19893c2fe47c60cd4be49cff8fb))
20
+ * **Tab:** primary color for selected tab ([a539d1a](https://github.com/purple-technology/phoenix-components/commit/a539d1a542f1f364a4298a9d07325c6bda9dab8f))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **Button:** use theme values ([06f4e35](https://github.com/purple-technology/phoenix-components/commit/06f4e35a2da6a237f0e9a131f2e4e5c7afe9c496))
26
+ * **Notice:** breakpoint fixes ([fbde7a4](https://github.com/purple-technology/phoenix-components/commit/fbde7a4990baec1600fc8061d7990bb22a29846b))
27
+ * **Spinner:** margin props fix ([5e84319](https://github.com/purple-technology/phoenix-components/commit/5e843195053bbc865f33d101b580beaf0e674c49))
28
+
29
+ ### [4.19.1](https://github.com/purple-technology/phoenix-components/compare/v4.19.0...v4.19.1) (2021-12-15)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **Dropdown:** remove overflow hidden ([21483a4](https://github.com/purple-technology/phoenix-components/commit/21483a425cf7aa83dba1f9a4db23401480dbf464))
35
+ * **Icon:** gift icon only outlined paths ([4aad304](https://github.com/purple-technology/phoenix-components/commit/4aad304d9788a679011f6b3107e7a7a64e773989))
36
+ * **Select:** supply components for easier custom styling ([fdcead4](https://github.com/purple-technology/phoenix-components/commit/fdcead4e5eddd563b7fc580396e651f7bdb0d4a6))
37
+
38
+ ## [4.19.0](https://github.com/purple-technology/phoenix-components/compare/v4.18.0...v4.19.0) (2021-12-13)
39
+
40
+
41
+ ### Features
42
+
43
+ * **MenuItem:** add disabled prop ([8503ac6](https://github.com/purple-technology/phoenix-components/commit/8503ac656909390dcfdc6c1143560290757555ae))
44
+ * **Notice:** responsiveness improvements ([690b9ce](https://github.com/purple-technology/phoenix-components/commit/690b9cead535563e1996b8e1b202be4177dd229b))
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * **SelectNative:** remove forced prompt option ([4504206](https://github.com/purple-technology/phoenix-components/commit/450420607b584e54f970bb9d68e42bd86119cfcc))
50
+
5
51
  ## [4.18.0](https://github.com/purple-technology/phoenix-components/compare/v4.17.1...v4.18.0) (2021-11-10)
6
52
 
7
53
 
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">