@descope/web-components-ui 1.0.267 → 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.267",
3
+ "version": "1.0.269",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
package/src/index.js CHANGED
@@ -26,9 +26,11 @@ export * from './components/descope-upload-file';
26
26
  export * from './components/button-selection-group-fields/descope-button-selection-group';
27
27
  export * from './components/button-selection-group-fields/descope-button-multi-selection-group';
28
28
  export * from './components/descope-grid';
29
+ export * from './components/descope-combo-box';
29
30
  export * from './components/descope-multi-select-combo-box';
30
31
  export * from './components/descope-badge';
31
32
  export * from './components/descope-modal';
33
+ export * from './components/descope-notification';
32
34
 
33
35
  export {
34
36
  globalsThemeToStyle,
@@ -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,