@rikstv/shared-components 3.0.21 → 3.0.23

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/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # 📖 Changelog
2
2
 
3
+ ## 3.0.23
4
+
5
+ - reverts 3.0.22
6
+
7
+ ## 3.0.22
8
+
9
+ - style typography classes with `:where` for 0-specificity styling, making them easier to work with
10
+ - add new prop `inheritColor` to typographic elements that sets `color: inherit`. Example: `<Span inheritColor>...</Span>`
11
+ - allow `<Alert>` children to be `ReactNode` for more wiggle room and simpler text styling.
12
+
3
13
  ## 3.0.21
4
14
 
5
15
  - fix `<Panel>` title specificity since typographic styles are included last in bundle and therefore overrides any component style using a single class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rikstv/shared-components",
3
- "version": "3.0.21",
3
+ "version": "3.0.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },