claritas-web-framework 8.0.26 → 8.0.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claritas-web-framework",
3
- "version": "8.0.26",
3
+ "version": "8.0.27",
4
4
  "description": "The CSS framework built for Claritas front end.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -200,7 +200,15 @@ $font-weights: (
200
200
  "semibold": $font-weight-semibold,
201
201
  "bold": $font-weight-bold,
202
202
  "heavy": $font-weight-heavy,
203
- "black": $font-weight-black
203
+ "black": $font-weight-black,
204
+ "100": $font-weight-thin,
205
+ "300": $font-weight-light,
206
+ "400": $font-weight-normal,
207
+ "500": $font-weight-medium,
208
+ "600": $font-weight-semibold,
209
+ "700": $font-weight-bold,
210
+ "800": $font-weight-heavy,
211
+ "900": $font-weight-black
204
212
  ) !default;
205
213
  $font-weight-base: $font-weight-normal !default;
206
214