@descope/flow-components 2.0.335 → 2.0.337
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 +1 -6
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -282,17 +282,12 @@ type Props$m = {
|
|
|
282
282
|
isEnriched?: boolean;
|
|
283
283
|
'full-width'?: boolean;
|
|
284
284
|
'text-align'?: TextAlign;
|
|
285
|
+
'hide-when-empty'?: boolean;
|
|
285
286
|
};
|
|
286
287
|
declare global {
|
|
287
288
|
namespace JSX {
|
|
288
289
|
interface IntrinsicElements {
|
|
289
290
|
'descope-text': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Props$m;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
declare global {
|
|
294
|
-
namespace JSX {
|
|
295
|
-
interface IntrinsicElements {
|
|
296
291
|
'descope-enriched-text': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Props$m;
|
|
297
292
|
}
|
|
298
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.337",
|
|
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.376"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"react": ">=17"
|