@descope/web-components-ui 1.121.0 → 1.122.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.121.0",
3
+ "version": "1.122.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -77,6 +77,7 @@
77
77
  "lodash.merge": "4.6.2",
78
78
  "@descope-ui/common": "0.0.18",
79
79
  "@descope-ui/descope-button": "0.0.19",
80
+ "@descope-ui/descope-outbound-app-button": "0.0.1",
80
81
  "@descope-ui/descope-image": "0.0.10",
81
82
  "@descope-ui/descope-icon": "0.0.17",
82
83
  "@descope-ui/descope-text": "0.0.19",
@@ -61,6 +61,7 @@ import * as passwordStrength from '@descope-ui/descope-password-strength/theme';
61
61
  import * as collapsibleContainer from '@descope-ui/descope-collapsible-container/theme';
62
62
  import * as recoveryCodes from '@descope-ui/descope-recovery-codes/theme';
63
63
  import * as outboundApps from '@descope-ui/descope-outbound-apps/theme';
64
+ import * as outboundAppButton from '@descope-ui/descope-outbound-app-button/theme';
64
65
 
65
66
  const components = {
66
67
  button,
@@ -127,6 +128,7 @@ const components = {
127
128
  recoveryCodes,
128
129
  hcaptcha,
129
130
  outboundApps,
131
+ outboundAppButton,
130
132
  };
131
133
 
132
134
  const theme = Object.keys(components).reduce(