@descope/flow-components 2.0.275 → 2.0.276

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -757,7 +757,8 @@ declare global {
757
757
  declare const UserAuthMethod: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Props$1, "ref"> & React.RefAttributes<HTMLButtonElement>>;
758
758
 
759
759
  type Props = {
760
- lang: 'xml' | 'html' | 'javascript' | 'css' | 'json';
760
+ lang?: 'xml' | 'html' | 'javascript' | 'css' | 'json';
761
+ inline?: boolean;
761
762
  };
762
763
  declare global {
763
764
  namespace JSX {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.275",
3
+ "version": "2.0.276",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",