@descope/web-components-ui 1.0.268 → 1.0.269

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.268",
3
+ "version": "1.0.269",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -10,6 +10,7 @@ export const grid = {
10
10
  [vars.hostWidth]: '100%',
11
11
  [vars.hostHeight]: '100%',
12
12
  [vars.hostMinHeight]: '400px',
13
+ [vars.fontWeight]: '400',
13
14
  [vars.backgroundColor]: globalRefs.colors.surface.light,
14
15
 
15
16
  [vars.fontSize]: refs.fontSize,