@descope/flow-components 2.0.334 → 2.0.336
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.d.ts +2 -6
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ type DescopeInputExtraProps = {
|
|
|
17
17
|
'data-errormessage-pattern-mismatch'?: string;
|
|
18
18
|
'data-errormessage-value-missing'?: string;
|
|
19
19
|
'label-type'?: LabelType;
|
|
20
|
+
'external-input'?: boolean;
|
|
20
21
|
};
|
|
21
22
|
type DescopeInputProps = HTMLInputAttrs & DescopeInputExtraProps;
|
|
22
23
|
type PropsToAttrs<R extends Record<string, any>> = {
|
|
@@ -281,17 +282,12 @@ type Props$m = {
|
|
|
281
282
|
isEnriched?: boolean;
|
|
282
283
|
'full-width'?: boolean;
|
|
283
284
|
'text-align'?: TextAlign;
|
|
285
|
+
'hide-when-empty'?: boolean;
|
|
284
286
|
};
|
|
285
287
|
declare global {
|
|
286
288
|
namespace JSX {
|
|
287
289
|
interface IntrinsicElements {
|
|
288
290
|
'descope-text': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Props$m;
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
declare global {
|
|
293
|
-
namespace JSX {
|
|
294
|
-
interface IntrinsicElements {
|
|
295
291
|
'descope-enriched-text': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Props$m;
|
|
296
292
|
}
|
|
297
293
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.336",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"typescript": "^5.0.0"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@descope/web-components-ui": "1.0.
|
|
105
|
+
"@descope/web-components-ui": "1.0.373"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"react": ">=17"
|