@descope/web-components-ui 1.0.277 → 1.0.278

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.277",
3
+ "version": "1.0.278",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
package/src/index.cjs.js CHANGED
@@ -3,6 +3,7 @@
3
3
  export * from './helpers/themeHelpers';
4
4
  export * from './helpers/themeHelpers/colorsHelpers';
5
5
  export { defaultTheme, themeVars } from './theme';
6
+ export { default as darkTheme } from './darkTheme';
6
7
 
7
8
  export { CheckboxClass } from './components/boolean-fields/descope-checkbox/CheckboxClass';
8
9
  export { SwitchToggleClass } from './components/boolean-fields/descope-switch-toggle/SwitchToggleClass';