@descope/flow-components 2.0.400 → 2.0.401

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -859,6 +859,7 @@ type Props = {
859
859
  variant?: string;
860
860
  bordered?: boolean;
861
861
  children?: string;
862
+ 'text-align'?: TextAlign;
862
863
  'full-width'?: boolean;
863
864
  'link-target-blank'?: boolean;
864
865
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.400",
3
+ "version": "2.0.401",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",