dibk-design 0.4.21 → 0.4.22

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.
@@ -123,11 +123,12 @@
123
123
  position: relative;
124
124
  text-decoration: none;
125
125
  overflow-wrap: break-word;
126
- font-weight: 500;
127
- font-size: 20px;
128
126
  line-height: 1.7;
129
127
  cursor: pointer;
130
128
  :local(.panelText) {
129
+ font-family: $heading-font;
130
+ font-weight: bold;
131
+ font-size: 18px;
131
132
  flex: 1;
132
133
  }
133
134
  :local(.panelChevron) {
@@ -1 +1,2 @@
1
- $default-font: "Open Sans";
1
+ $default-font: "Open Sans";
2
+ $heading-font: "Altis"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dibk-design",
3
- "version": "0.4.21",
3
+ "version": "0.4.22",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",