@descope/flow-components 2.0.56 → 2.0.57

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/dist/index.cjs.js CHANGED
@@ -227,26 +227,6 @@ const TOTPLink = React__default.default.forwardRef(({ ...props }, ref) => {
227
227
  return React__default.default.createElement(Link, { ref: ref, ...readyProps });
228
228
  });
229
229
 
230
- Object.defineProperty(exports, 'PhoneField', {
231
- enumerable: true,
232
- get: function () { return webComponentsUi.PhoneField; }
233
- });
234
- Object.defineProperty(exports, 'componentsThemeManager', {
235
- enumerable: true,
236
- get: function () { return webComponentsUi.componentsThemeManager; }
237
- });
238
- Object.defineProperty(exports, 'defaultTheme', {
239
- enumerable: true,
240
- get: function () { return webComponentsUi.defaultTheme; }
241
- });
242
- Object.defineProperty(exports, 'genColor', {
243
- enumerable: true,
244
- get: function () { return webComponentsUi.genColor; }
245
- });
246
- Object.defineProperty(exports, 'themeToStyle', {
247
- enumerable: true,
248
- get: function () { return webComponentsUi.themeToStyle; }
249
- });
250
230
  exports.Boolean = Boolean;
251
231
  exports.Button = Button;
252
232
  exports.Checkbox = Checkbox;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
2
  export * from '@descope/web-components-ui';
3
- export { PhoneField, componentsThemeManager, defaultTheme, genColor, themeToStyle } from '@descope/web-components-ui';
4
3
 
5
4
  type KebabCase<S extends string> = S extends `${infer First}${infer Rest}` ? Rest extends Uncapitalize<Rest> ? `${Uncapitalize<First>}${KebabCase<Rest>}` : `${Uncapitalize<First>}-${KebabCase<Rest>}` : S;
6
5
  type ComponentSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
package/dist/index.esm.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import React, { useMemo } from 'react';
2
2
  import { twMerge } from 'tailwind-merge';
3
3
  export * from '@descope/web-components-ui';
4
- export { PhoneField, componentsThemeManager, defaultTheme, genColor, themeToStyle } from '@descope/web-components-ui';
5
4
 
6
5
  const Checkbox = React.forwardRef((props, ref) => React.createElement("descope-checkbox", { ...props, ref: ref }));
7
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.56",
3
+ "version": "2.0.57",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",