@descope/web-components-ui 1.117.0 → 1.118.0

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": "@descope/web-components-ui",
3
- "version": "1.117.0",
3
+ "version": "1.118.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
package/src/constants.js CHANGED
@@ -2,5 +2,3 @@ export const DESCOPE_PREFIX = 'descope';
2
2
  export const CSS_SELECTOR_SPECIFIER_MULTIPLY = 3;
3
3
  export const BASE_THEME_SECTION = 'host';
4
4
  export const PORTAL_THEME_PREFIX = '@';
5
-
6
- export const TEST_CONST_FOR_RELEASE_TRIGGER = 'true';