@dbcdk/react-components 0.0.71 → 0.0.72

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.
@@ -133,6 +133,10 @@ body.dbc-app {
133
133
  font-size: var(--font-size-xs);
134
134
  }
135
135
 
136
+ .dbc-lg-text {
137
+ font-size: var(--font-size-lg);
138
+ }
139
+
136
140
  .dbc-medium-text {
137
141
  font-weight: var(--font-weight-medium);
138
142
  }
package/dist/styles.css CHANGED
@@ -133,6 +133,10 @@ body.dbc-app {
133
133
  font-size: var(--font-size-xs);
134
134
  }
135
135
 
136
+ .dbc-lg-text {
137
+ font-size: var(--font-size-lg);
138
+ }
139
+
136
140
  .dbc-medium-text {
137
141
  font-weight: var(--font-weight-medium);
138
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",