@descope/web-components-ui 1.0.267 → 1.0.268

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.268",
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,