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