@descope/flow-components 2.2.25 → 2.2.27

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.cjs.js CHANGED
@@ -82567,12 +82567,12 @@ function requireIndex_cjs () {
82567
82567
 
82568
82568
  /* eslint-disable no-use-before-define */
82569
82569
 
82570
- const componentName$1g = getComponentName('image');
82570
+ const componentName$1h = getComponentName('image');
82571
82571
 
82572
82572
  const srcAttrs = ['src', 'src-dark'];
82573
82573
 
82574
82574
  class RawImage extends createBaseClass$1({
82575
- componentName: componentName$1g,
82575
+ componentName: componentName$1h,
82576
82576
  baseSelector: 'slot',
82577
82577
  }) {
82578
82578
  static get observedAttributes() {
@@ -82700,7 +82700,7 @@ function requireIndex_cjs () {
82700
82700
  componentNameValidationMixin$1,
82701
82701
  )(RawImage);
82702
82702
 
82703
- const componentName$1f = getComponentName('icon');
82703
+ const componentName$1g = getComponentName('icon');
82704
82704
 
82705
82705
  const IconClass = compose(
82706
82706
  createStyleMixin$1({
@@ -82717,10 +82717,11 @@ function requireIndex_cjs () {
82717
82717
  style: () => `
82718
82718
  :host {
82719
82719
  display: inline-flex;
82720
+ max-height: 100%;
82720
82721
  }
82721
82722
  `,
82722
82723
  excludeAttrsSync: ['tabindex', 'class', 'style'],
82723
- componentName: componentName$1f,
82724
+ componentName: componentName$1g,
82724
82725
  }),
82725
82726
  );
82726
82727
 
@@ -82735,7 +82736,7 @@ function requireIndex_cjs () {
82735
82736
  }
82736
82737
  };
82737
82738
 
82738
- const componentName$1e = getComponentName('button');
82739
+ const componentName$1f = getComponentName('button');
82739
82740
 
82740
82741
  const resetStyles = `
82741
82742
  :host {
@@ -82851,7 +82852,7 @@ function requireIndex_cjs () {
82851
82852
  }
82852
82853
  `,
82853
82854
  excludeAttrsSync: ['tabindex', 'class', 'style'],
82854
- componentName: componentName$1e,
82855
+ componentName: componentName$1f,
82855
82856
  })
82856
82857
  );
82857
82858
 
@@ -82899,7 +82900,7 @@ function requireIndex_cjs () {
82899
82900
  surface: globalRefs$H.colors.surface,
82900
82901
  };
82901
82902
 
82902
- const [helperTheme$6, helperRefs$6, helperVars$6] = createHelperVars$1({ mode }, componentName$1e);
82903
+ const [helperTheme$6, helperRefs$6, helperVars$6] = createHelperVars$1({ mode }, componentName$1f);
82903
82904
 
82904
82905
  const button = {
82905
82906
  ...helperTheme$6,
@@ -84653,7 +84654,7 @@ function requireIndex_cjs () {
84653
84654
  inputIconColor: { ...inputIcon, property: 'color' },
84654
84655
  };
84655
84656
 
84656
- const componentName$1d = getComponentName$1('text-field');
84657
+ const componentName$1e = getComponentName$1('text-field');
84657
84658
 
84658
84659
  const observedAttrs$4 = ['type', 'label-type', 'copy-to-clipboard'];
84659
84660
 
@@ -84775,11 +84776,11 @@ function requireIndex_cjs () {
84775
84776
  }
84776
84777
  `,
84777
84778
  excludeAttrsSync: ['tabindex', 'style'],
84778
- componentName: componentName$1d,
84779
+ componentName: componentName$1e,
84779
84780
  })
84780
84781
  );
84781
84782
 
84782
- const componentName$1c = getComponentName$1('input-wrapper');
84783
+ const componentName$1d = getComponentName$1('input-wrapper');
84783
84784
  const globalRefs$G = getThemeRefs(globals$1);
84784
84785
 
84785
84786
  const [theme$2, refs$1, vars$12] = createHelperVars(
@@ -84901,7 +84902,7 @@ function requireIndex_cjs () {
84901
84902
  backgroundColor: globalRefs$G.colors.surface.main,
84902
84903
  },
84903
84904
  },
84904
- componentName$1c
84905
+ componentName$1d
84905
84906
  );
84906
84907
 
84907
84908
  var inputWrapper = /*#__PURE__*/Object.freeze({
@@ -85014,7 +85015,7 @@ function requireIndex_cjs () {
85014
85015
  }
85015
85016
  };
85016
85017
 
85017
- const componentName$1b = getComponentName$1('password');
85018
+ const componentName$1c = getComponentName$1('password');
85018
85019
 
85019
85020
  const customMixin$d = (superclass) =>
85020
85021
  class PasswordFieldMixinClass extends superclass {
@@ -85298,7 +85299,7 @@ function requireIndex_cjs () {
85298
85299
  }
85299
85300
  `,
85300
85301
  excludeAttrsSync: ['tabindex', 'style'],
85301
- componentName: componentName$1b,
85302
+ componentName: componentName$1c,
85302
85303
  })
85303
85304
  );
85304
85305
 
@@ -85357,7 +85358,7 @@ function requireIndex_cjs () {
85357
85358
  vars: vars$10
85358
85359
  });
85359
85360
 
85360
- const componentName$1a = getComponentName$1('number-field');
85361
+ const componentName$1b = getComponentName$1('number-field');
85361
85362
 
85362
85363
  const NumberFieldClass = compose$1(
85363
85364
  createStyleMixin({
@@ -85391,7 +85392,7 @@ function requireIndex_cjs () {
85391
85392
  }
85392
85393
  `,
85393
85394
  excludeAttrsSync: ['tabindex', 'style'],
85394
- componentName: componentName$1a,
85395
+ componentName: componentName$1b,
85395
85396
  })
85396
85397
  );
85397
85398
 
@@ -85447,7 +85448,7 @@ function requireIndex_cjs () {
85447
85448
  vars: vars$$
85448
85449
  });
85449
85450
 
85450
- const componentName$19 = getComponentName$1('email-field');
85451
+ const componentName$1a = getComponentName$1('email-field');
85451
85452
 
85452
85453
  const defaultPattern = "^[\\w\\.\\%\\+\\-']+@[\\w\\.\\-]+\\.[A-Za-z]{2,}$";
85453
85454
  const defaultAutocomplete = 'username';
@@ -85516,7 +85517,7 @@ function requireIndex_cjs () {
85516
85517
  }
85517
85518
  `,
85518
85519
  excludeAttrsSync: ['tabindex', 'style'],
85519
- componentName: componentName$19,
85520
+ componentName: componentName$1a,
85520
85521
  })
85521
85522
  );
85522
85523
 
@@ -85572,7 +85573,7 @@ function requireIndex_cjs () {
85572
85573
  vars: vars$_
85573
85574
  });
85574
85575
 
85575
- const componentName$18 = getComponentName$1('text-area');
85576
+ const componentName$19 = getComponentName$1('text-area');
85576
85577
 
85577
85578
  const {
85578
85579
  host: host$t,
@@ -85655,7 +85656,7 @@ function requireIndex_cjs () {
85655
85656
  ${resetInputCursor('vaadin-text-area')}
85656
85657
  `,
85657
85658
  excludeAttrsSync: ['tabindex', 'style'],
85658
- componentName: componentName$18,
85659
+ componentName: componentName$19,
85659
85660
  })
85660
85661
  );
85661
85662
 
@@ -85733,9 +85734,9 @@ function requireIndex_cjs () {
85733
85734
  /* eslint-disable no-param-reassign */
85734
85735
 
85735
85736
 
85736
- const componentName$17 = getComponentName('enriched-text');
85737
+ const componentName$18 = getComponentName('enriched-text');
85737
85738
 
85738
- class EnrichedText extends createBaseClass$1({ componentName: componentName$17, baseSelector: ':host > div' }) {
85739
+ class EnrichedText extends createBaseClass$1({ componentName: componentName$18, baseSelector: ':host > div' }) {
85739
85740
  #origLinkRenderer;
85740
85741
 
85741
85742
  #origEmRenderer;
@@ -85948,9 +85949,9 @@ function requireIndex_cjs () {
85948
85949
  inputEventsDispatchingMixin
85949
85950
  )(createBaseClass(...args));
85950
85951
 
85951
- const componentName$16 = getComponentName$1('boolean-field-internal');
85952
+ const componentName$17 = getComponentName$1('boolean-field-internal');
85952
85953
 
85953
- createBaseInputClass({ componentName: componentName$16, baseSelector: 'div' });
85954
+ createBaseInputClass({ componentName: componentName$17, baseSelector: 'div' });
85954
85955
 
85955
85956
  const booleanFieldMixin = (superclass) =>
85956
85957
  class BooleanFieldMixinClass extends superclass {
@@ -85959,14 +85960,14 @@ function requireIndex_cjs () {
85959
85960
 
85960
85961
  const template = document.createElement('template');
85961
85962
  template.innerHTML = `
85962
- <${componentName$16}
85963
+ <${componentName$17}
85963
85964
  tabindex="-1"
85964
85965
  slot="input"
85965
- ></${componentName$16}>
85966
+ ></${componentName$17}>
85966
85967
  `;
85967
85968
 
85968
85969
  this.baseElement.appendChild(template.content.cloneNode(true));
85969
- this.inputElement = this.shadowRoot.querySelector(componentName$16);
85970
+ this.inputElement = this.shadowRoot.querySelector(componentName$17);
85970
85971
  this.checkbox = this.inputElement.querySelector('vaadin-checkbox');
85971
85972
 
85972
85973
  forwardAttrs$1(this, this.inputElement, {
@@ -86044,7 +86045,7 @@ descope-enriched-text {
86044
86045
 
86045
86046
  `;
86046
86047
 
86047
- const componentName$15 = getComponentName$1('checkbox');
86048
+ const componentName$16 = getComponentName$1('checkbox');
86048
86049
 
86049
86050
  const {
86050
86051
  host: host$s,
@@ -86180,7 +86181,7 @@ descope-enriched-text {
86180
86181
  }
86181
86182
  `,
86182
86183
  excludeAttrsSync: ['label', 'tabindex', 'style'],
86183
- componentName: componentName$15,
86184
+ componentName: componentName$16,
86184
86185
  })
86185
86186
  );
86186
86187
 
@@ -86225,7 +86226,7 @@ descope-enriched-text {
86225
86226
  vars: vars$Y
86226
86227
  });
86227
86228
 
86228
- const componentName$14 = getComponentName$1('switch-toggle');
86229
+ const componentName$15 = getComponentName$1('switch-toggle');
86229
86230
 
86230
86231
  const {
86231
86232
  host: host$r,
@@ -86369,7 +86370,7 @@ descope-enriched-text {
86369
86370
  }
86370
86371
  `,
86371
86372
  excludeAttrsSync: ['label', 'tabindex', 'style'],
86372
- componentName: componentName$14,
86373
+ componentName: componentName$15,
86373
86374
  })
86374
86375
  );
86375
86376
 
@@ -86450,9 +86451,9 @@ descope-enriched-text {
86450
86451
  vars: vars$X
86451
86452
  });
86452
86453
 
86453
- const componentName$13 = getComponentName$1('container');
86454
+ const componentName$14 = getComponentName$1('container');
86454
86455
 
86455
- class RawContainer extends createBaseClass({ componentName: componentName$13, baseSelector: 'slot' }) {
86456
+ class RawContainer extends createBaseClass({ componentName: componentName$14, baseSelector: 'slot' }) {
86456
86457
  constructor() {
86457
86458
  super();
86458
86459
 
@@ -86537,7 +86538,7 @@ descope-enriched-text {
86537
86538
  horizontalAlignment,
86538
86539
  shadowColor: '#00000020', // if we want to support transparency vars, we should use different color format
86539
86540
  },
86540
- componentName$13
86541
+ componentName$14
86541
86542
  );
86542
86543
 
86543
86544
  const { shadowColor: shadowColor$5 } = helperRefs$5;
@@ -86702,10 +86703,10 @@ descope-enriched-text {
86702
86703
  return CssVarImageClass;
86703
86704
  };
86704
86705
 
86705
- const componentName$12 = getComponentName$1('logo');
86706
+ const componentName$13 = getComponentName$1('logo');
86706
86707
 
86707
86708
  const LogoClass = createCssVarImageClass({
86708
- componentName: componentName$12,
86709
+ componentName: componentName$13,
86709
86710
  varName: 'url',
86710
86711
  fallbackVarName: 'fallbackUrl',
86711
86712
  });
@@ -86722,10 +86723,10 @@ descope-enriched-text {
86722
86723
  vars: vars$V
86723
86724
  });
86724
86725
 
86725
- const componentName$11 = getComponentName$1('totp-image');
86726
+ const componentName$12 = getComponentName$1('totp-image');
86726
86727
 
86727
86728
  const TotpImageClass = createCssVarImageClass({
86728
- componentName: componentName$11,
86729
+ componentName: componentName$12,
86729
86730
  varName: 'url',
86730
86731
  fallbackVarName: 'fallbackUrl',
86731
86732
  });
@@ -86742,10 +86743,10 @@ descope-enriched-text {
86742
86743
  vars: vars$U
86743
86744
  });
86744
86745
 
86745
- const componentName$10 = getComponentName$1('notp-image');
86746
+ const componentName$11 = getComponentName$1('notp-image');
86746
86747
 
86747
86748
  const NotpImageClass = createCssVarImageClass({
86748
- componentName: componentName$10,
86749
+ componentName: componentName$11,
86749
86750
  varName: 'url',
86750
86751
  fallbackVarName: 'fallbackUrl',
86751
86752
  });
@@ -86762,10 +86763,10 @@ descope-enriched-text {
86762
86763
  vars: vars$T
86763
86764
  });
86764
86765
 
86765
- const componentName$$ = getComponentName('text');
86766
+ const componentName$10 = getComponentName('text');
86766
86767
 
86767
86768
  class RawText extends createBaseClass$1({
86768
- componentName: componentName$$,
86769
+ componentName: componentName$10,
86769
86770
  baseSelector: ':host > slot',
86770
86771
  }) {
86771
86772
  constructor() {
@@ -86934,9 +86935,9 @@ descope-enriched-text {
86934
86935
  vars: vars$S
86935
86936
  });
86936
86937
 
86937
- const componentName$_ = getComponentName('link');
86938
+ const componentName$$ = getComponentName('link');
86938
86939
 
86939
- class RawLink extends createBaseClass$1({ componentName: componentName$_, baseSelector: ':host a' }) {
86940
+ class RawLink extends createBaseClass$1({ componentName: componentName$$, baseSelector: ':host a' }) {
86940
86941
  constructor() {
86941
86942
  super();
86942
86943
 
@@ -87087,8 +87088,8 @@ descope-enriched-text {
87087
87088
  vars: vars$Q
87088
87089
  });
87089
87090
 
87090
- const componentName$Z = getComponentName$1('divider');
87091
- class RawDivider extends createBaseClass({ componentName: componentName$Z, baseSelector: ':host > div' }) {
87091
+ const componentName$_ = getComponentName$1('divider');
87092
+ class RawDivider extends createBaseClass({ componentName: componentName$_, baseSelector: ':host > div' }) {
87092
87093
  constructor() {
87093
87094
  super();
87094
87095
 
@@ -87199,7 +87200,7 @@ descope-enriched-text {
87199
87200
  thickness: '2px',
87200
87201
  spacing: '10px',
87201
87202
  },
87202
- componentName$Z
87203
+ componentName$_
87203
87204
  );
87204
87205
 
87205
87206
  const divider = {
@@ -87243,13 +87244,13 @@ descope-enriched-text {
87243
87244
 
87244
87245
  /* eslint-disable no-param-reassign */
87245
87246
 
87246
- const componentName$Y = getComponentName$1('passcode-internal');
87247
+ const componentName$Z = getComponentName$1('passcode-internal');
87247
87248
 
87248
- createBaseInputClass({ componentName: componentName$Y, baseSelector: 'div' });
87249
+ createBaseInputClass({ componentName: componentName$Z, baseSelector: 'div' });
87249
87250
 
87250
- const componentName$X = getComponentName$1('loader-radial');
87251
+ const componentName$Y = getComponentName$1('loader-radial');
87251
87252
 
87252
- class RawLoaderRadial extends createBaseClass({ componentName: componentName$X, baseSelector: ':host > div' }) {
87253
+ class RawLoaderRadial extends createBaseClass({ componentName: componentName$Y, baseSelector: ':host > div' }) {
87253
87254
  constructor() {
87254
87255
  super();
87255
87256
 
@@ -87297,7 +87298,7 @@ descope-enriched-text {
87297
87298
  componentNameValidationMixin
87298
87299
  )(RawLoaderRadial);
87299
87300
 
87300
- const componentName$W = getComponentName$1('passcode');
87301
+ const componentName$X = getComponentName$1('passcode');
87301
87302
 
87302
87303
  const observedAttributes$4 = ['digits'];
87303
87304
 
@@ -87342,18 +87343,18 @@ descope-enriched-text {
87342
87343
  const template = document.createElement('template');
87343
87344
 
87344
87345
  template.innerHTML = `
87345
- <${componentName$Y}
87346
+ <${componentName$Z}
87346
87347
  bordered="true"
87347
87348
  name="code"
87348
87349
  tabindex="-1"
87349
87350
  slot="input"
87350
87351
  role="textbox"
87351
- ><slot></slot></${componentName$Y}>
87352
+ ><slot></slot></${componentName$Z}>
87352
87353
  `;
87353
87354
 
87354
87355
  this.baseElement.appendChild(template.content.cloneNode(true));
87355
87356
 
87356
- this.inputElement = this.shadowRoot.querySelector(componentName$Y);
87357
+ this.inputElement = this.shadowRoot.querySelector(componentName$Z);
87357
87358
 
87358
87359
  forwardAttrs$1(this, this.inputElement, {
87359
87360
  includeAttrs: ['digits', 'size', 'loading', 'disabled'],
@@ -87516,7 +87517,7 @@ descope-enriched-text {
87516
87517
  ${resetInputCursor('vaadin-text-field')}
87517
87518
  `,
87518
87519
  excludeAttrsSync: ['tabindex', 'style'],
87519
- componentName: componentName$W,
87520
+ componentName: componentName$X,
87520
87521
  })
87521
87522
  );
87522
87523
 
@@ -87569,11 +87570,11 @@ descope-enriched-text {
87569
87570
  vars: vars$O
87570
87571
  });
87571
87572
 
87572
- const componentName$V = getComponentName$1('loader-linear');
87573
+ const componentName$W = getComponentName$1('loader-linear');
87573
87574
 
87574
- class RawLoaderLinear extends createBaseClass({ componentName: componentName$V, baseSelector: ':host > div' }) {
87575
+ class RawLoaderLinear extends createBaseClass({ componentName: componentName$W, baseSelector: ':host > div' }) {
87575
87576
  static get componentName() {
87576
- return componentName$V;
87577
+ return componentName$W;
87577
87578
  }
87578
87579
 
87579
87580
  constructor() {
@@ -87698,7 +87699,7 @@ descope-enriched-text {
87698
87699
  },
87699
87700
  },
87700
87701
  },
87701
- componentName$X
87702
+ componentName$Y
87702
87703
  );
87703
87704
 
87704
87705
  const loaderRadial = {
@@ -87738,7 +87739,7 @@ descope-enriched-text {
87738
87739
  vars: vars$M
87739
87740
  });
87740
87741
 
87741
- const componentName$U = getComponentName('combo-box');
87742
+ const componentName$V = getComponentName('combo-box');
87742
87743
 
87743
87744
  const ComboBoxMixin = (superclass) =>
87744
87745
  class ComboBoxMixinClass extends superclass {
@@ -88394,12 +88395,12 @@ descope-enriched-text {
88394
88395
  // and reset items to an empty array, and opening the list box with no items
88395
88396
  // to display.
88396
88397
  excludeAttrsSync: ['tabindex', 'size', 'data', 'loading', 'style'],
88397
- componentName: componentName$U,
88398
+ componentName: componentName$V,
88398
88399
  includeForwardProps: ['items', 'renderer', 'selectedItem'],
88399
88400
  }),
88400
88401
  );
88401
88402
 
88402
- const componentName$T = getComponentName('input-wrapper');
88403
+ const componentName$U = getComponentName('input-wrapper');
88403
88404
  const globalRefs$v = getThemeRefs$1(globals);
88404
88405
 
88405
88406
  const [theme$1, refs] = createHelperVars$1(
@@ -88522,7 +88523,7 @@ descope-enriched-text {
88522
88523
  backgroundColor: globalRefs$v.colors.surface.main,
88523
88524
  },
88524
88525
  },
88525
- componentName$T,
88526
+ componentName$U,
88526
88527
  );
88527
88528
 
88528
88529
  const globalRefs$u = getThemeRefs$1(globals);
@@ -89840,14 +89841,14 @@ descope-enriched-text {
89840
89841
  ].sort((a, b) => (a.name < b.name ? -1 : 1)),
89841
89842
  ];
89842
89843
 
89843
- const componentName$S = getComponentName$1('phone-field-internal');
89844
+ const componentName$T = getComponentName$1('phone-field-internal');
89844
89845
 
89845
- createBaseInputClass({ componentName: componentName$S, baseSelector: 'div' });
89846
+ createBaseInputClass({ componentName: componentName$T, baseSelector: 'div' });
89846
89847
 
89847
89848
  const textVars$3 = TextFieldClass.cssVarList;
89848
89849
  const comboVars = ComboBoxClass.cssVarList;
89849
89850
 
89850
- const componentName$R = getComponentName$1('phone-field');
89851
+ const componentName$S = getComponentName$1('phone-field');
89851
89852
 
89852
89853
  const customMixin$a = (superclass) =>
89853
89854
  class PhoneFieldMixinClass extends superclass {
@@ -89861,15 +89862,15 @@ descope-enriched-text {
89861
89862
  const template = document.createElement('template');
89862
89863
 
89863
89864
  template.innerHTML = `
89864
- <${componentName$S}
89865
+ <${componentName$T}
89865
89866
  tabindex="-1"
89866
89867
  slot="input"
89867
- ></${componentName$S}>
89868
+ ></${componentName$T}>
89868
89869
  `;
89869
89870
 
89870
89871
  this.baseElement.appendChild(template.content.cloneNode(true));
89871
89872
 
89872
- this.inputElement = this.shadowRoot.querySelector(componentName$S);
89873
+ this.inputElement = this.shadowRoot.querySelector(componentName$T);
89873
89874
 
89874
89875
  forwardAttrs$1(this.shadowRoot.host, this.inputElement, {
89875
89876
  includeAttrs: [
@@ -90142,7 +90143,7 @@ descope-enriched-text {
90142
90143
  ${resetInputLabelPosition('vaadin-text-field')}
90143
90144
  `,
90144
90145
  excludeAttrsSync: ['tabindex', 'style'],
90145
- componentName: componentName$R,
90146
+ componentName: componentName$S,
90146
90147
  })
90147
90148
  );
90148
90149
 
@@ -90192,13 +90193,13 @@ descope-enriched-text {
90192
90193
  vars: vars$K
90193
90194
  });
90194
90195
 
90195
- const componentName$Q = getComponentName$1('phone-field-internal-input-box');
90196
+ const componentName$R = getComponentName$1('phone-field-internal-input-box');
90196
90197
 
90197
- createBaseInputClass({ componentName: componentName$Q, baseSelector: 'div' });
90198
+ createBaseInputClass({ componentName: componentName$R, baseSelector: 'div' });
90198
90199
 
90199
90200
  const textVars$2 = TextFieldClass.cssVarList;
90200
90201
 
90201
- const componentName$P = getComponentName$1('phone-input-box-field');
90202
+ const componentName$Q = getComponentName$1('phone-input-box-field');
90202
90203
 
90203
90204
  const customMixin$9 = (superclass) =>
90204
90205
  class PhoneFieldInputBoxMixinClass extends superclass {
@@ -90212,15 +90213,15 @@ descope-enriched-text {
90212
90213
  const template = document.createElement('template');
90213
90214
 
90214
90215
  template.innerHTML = `
90215
- <${componentName$Q}
90216
+ <${componentName$R}
90216
90217
  tabindex="-1"
90217
90218
  slot="input"
90218
- ></${componentName$Q}>
90219
+ ></${componentName$R}>
90219
90220
  `;
90220
90221
 
90221
90222
  this.baseElement.appendChild(template.content.cloneNode(true));
90222
90223
 
90223
- this.inputElement = this.shadowRoot.querySelector(componentName$Q);
90224
+ this.inputElement = this.shadowRoot.querySelector(componentName$R);
90224
90225
 
90225
90226
  syncAttrs(this, this.inputElement, { includeAttrs: ['has-value'] });
90226
90227
 
@@ -90427,7 +90428,7 @@ descope-enriched-text {
90427
90428
  ${inputFloatingLabelStyle()}
90428
90429
  `,
90429
90430
  excludeAttrsSync: ['tabindex', 'style'],
90430
- componentName: componentName$P,
90431
+ componentName: componentName$Q,
90431
90432
  })
90432
90433
  );
90433
90434
 
@@ -90483,14 +90484,14 @@ descope-enriched-text {
90483
90484
  vars: vars$J
90484
90485
  });
90485
90486
 
90486
- const componentName$O = getComponentName$1('new-password-internal');
90487
+ const componentName$P = getComponentName$1('new-password-internal');
90487
90488
 
90488
90489
  const interpolateString = (template, values) =>
90489
90490
  template.replace(/{{(\w+)+}}/g, (match, key) => values?.[key] || match);
90490
90491
 
90491
90492
  // eslint-disable-next-line max-classes-per-file
90492
90493
 
90493
- const componentName$N = getComponentName$1('policy-validation');
90494
+ const componentName$O = getComponentName$1('policy-validation');
90494
90495
 
90495
90496
  const overrideAttrs = [
90496
90497
  'data-password-policy-value-minlength',
@@ -90500,7 +90501,7 @@ descope-enriched-text {
90500
90501
  const dataAttrs = ['data', 'active-policies', 'overrides', ...overrideAttrs];
90501
90502
  const policyAttrs = ['label', 'value', ...dataAttrs];
90502
90503
 
90503
- class RawPolicyValidation extends createBaseClass({ componentName: componentName$N, baseSelector: ':host > div' }) {
90504
+ class RawPolicyValidation extends createBaseClass({ componentName: componentName$O, baseSelector: ':host > div' }) {
90504
90505
  #availablePolicies;
90505
90506
 
90506
90507
  #activePolicies = [];
@@ -90772,7 +90773,7 @@ descope-enriched-text {
90772
90773
  componentNameValidationMixin
90773
90774
  )(RawPolicyValidation);
90774
90775
 
90775
- const componentName$M = getComponentName$1('new-password');
90776
+ const componentName$N = getComponentName$1('new-password');
90776
90777
 
90777
90778
  const policyPreviewVars = PolicyValidationClass.cssVarList;
90778
90779
 
@@ -90786,18 +90787,18 @@ descope-enriched-text {
90786
90787
  const externalInputAttr = this.getAttribute('external-input');
90787
90788
 
90788
90789
  template.innerHTML = `
90789
- <${componentName$O}
90790
+ <${componentName$P}
90790
90791
  name="new-password"
90791
90792
  tabindex="-1"
90792
90793
  slot="input"
90793
90794
  external-input="${externalInputAttr}"
90794
90795
  >
90795
- </${componentName$O}>
90796
+ </${componentName$P}>
90796
90797
  `;
90797
90798
 
90798
90799
  this.baseElement.appendChild(template.content.cloneNode(true));
90799
90800
 
90800
- this.inputElement = this.shadowRoot.querySelector(componentName$O);
90801
+ this.inputElement = this.shadowRoot.querySelector(componentName$P);
90801
90802
 
90802
90803
  if (this.getAttribute('external-input') === 'true') {
90803
90804
  this.initExternalInput();
@@ -90982,7 +90983,7 @@ descope-enriched-text {
90982
90983
  }
90983
90984
  `,
90984
90985
  excludeAttrsSync: ['tabindex', 'style'],
90985
- componentName: componentName$M,
90986
+ componentName: componentName$N,
90986
90987
  })
90987
90988
  );
90988
90989
 
@@ -91038,7 +91039,7 @@ descope-enriched-text {
91038
91039
  return fileObj.name.replace(/^.*\\/, '');
91039
91040
  };
91040
91041
 
91041
- const componentName$L = getComponentName$1('upload-file');
91042
+ const componentName$M = getComponentName$1('upload-file');
91042
91043
 
91043
91044
  const observedAttributes$3 = [
91044
91045
  'title',
@@ -91053,7 +91054,7 @@ descope-enriched-text {
91053
91054
  'icon',
91054
91055
  ];
91055
91056
 
91056
- const BaseInputClass$4 = createBaseInputClass({ componentName: componentName$L, baseSelector: ':host > div' });
91057
+ const BaseInputClass$4 = createBaseInputClass({ componentName: componentName$M, baseSelector: ':host > div' });
91057
91058
 
91058
91059
  class RawUploadFile extends BaseInputClass$4 {
91059
91060
  static get observedAttributes() {
@@ -91339,10 +91340,10 @@ descope-enriched-text {
91339
91340
  vars: vars$H
91340
91341
  });
91341
91342
 
91342
- const componentName$K = getComponentName$1('button-selection-group-item');
91343
+ const componentName$L = getComponentName$1('button-selection-group-item');
91343
91344
 
91344
91345
  class RawSelectItem extends createBaseClass({
91345
- componentName: componentName$K,
91346
+ componentName: componentName$L,
91346
91347
  baseSelector: ':host > descope-button',
91347
91348
  }) {
91348
91349
  get size() {
@@ -91576,10 +91577,10 @@ descope-enriched-text {
91576
91577
  return BaseButtonSelectionGroupInternalClass;
91577
91578
  };
91578
91579
 
91579
- const componentName$J = getComponentName$1('button-selection-group-internal');
91580
+ const componentName$K = getComponentName$1('button-selection-group-internal');
91580
91581
 
91581
91582
  class ButtonSelectionGroupInternalClass extends createBaseButtonSelectionGroupInternalClass(
91582
- componentName$J
91583
+ componentName$K
91583
91584
  ) {
91584
91585
  getSelectedNode() {
91585
91586
  return this.items.find((item) => item.hasAttribute('selected'));
@@ -91824,7 +91825,7 @@ descope-enriched-text {
91824
91825
  ${resetInputCursor('vaadin-text-field')}
91825
91826
  `;
91826
91827
 
91827
- const componentName$I = getComponentName$1('button-selection-group');
91828
+ const componentName$J = getComponentName$1('button-selection-group');
91828
91829
 
91829
91830
  const buttonSelectionGroupMixin = (superclass) =>
91830
91831
  class ButtonMultiSelectionGroupMixinClass extends superclass {
@@ -91833,19 +91834,19 @@ descope-enriched-text {
91833
91834
  const template = document.createElement('template');
91834
91835
 
91835
91836
  template.innerHTML = `
91836
- <${componentName$J}
91837
+ <${componentName$K}
91837
91838
  name="button-selection-group"
91838
91839
  slot="input"
91839
91840
  tabindex="-1"
91840
91841
  part="internal-component"
91841
91842
  >
91842
91843
  <slot></slot>
91843
- </${componentName$J}>
91844
+ </${componentName$K}>
91844
91845
  `;
91845
91846
 
91846
91847
  this.baseElement.appendChild(template.content.cloneNode(true));
91847
91848
 
91848
- this.inputElement = this.shadowRoot.querySelector(componentName$J);
91849
+ this.inputElement = this.shadowRoot.querySelector(componentName$K);
91849
91850
 
91850
91851
  forwardAttrs$1(this, this.inputElement, {
91851
91852
  includeAttrs: ['size', 'default-value', 'allow-deselect'],
@@ -91870,7 +91871,7 @@ descope-enriched-text {
91870
91871
  wrappedEleName: 'vaadin-text-field',
91871
91872
  style: () => buttonSelectionGroupStyles,
91872
91873
  excludeAttrsSync: ['tabindex', 'style'],
91873
- componentName: componentName$I,
91874
+ componentName: componentName$J,
91874
91875
  })
91875
91876
  );
91876
91877
 
@@ -91907,10 +91908,10 @@ descope-enriched-text {
91907
91908
  vars: vars$F
91908
91909
  });
91909
91910
 
91910
- const componentName$H = getComponentName$1('button-multi-selection-group-internal');
91911
+ const componentName$I = getComponentName$1('button-multi-selection-group-internal');
91911
91912
 
91912
91913
  class ButtonMultiSelectionGroupInternalClass extends createBaseButtonSelectionGroupInternalClass(
91913
- componentName$H
91914
+ componentName$I
91914
91915
  ) {
91915
91916
  #getSelectedNodes() {
91916
91917
  return this.items.filter((item) => item.hasAttribute('selected'));
@@ -92013,7 +92014,7 @@ descope-enriched-text {
92013
92014
  }
92014
92015
  }
92015
92016
 
92016
- const componentName$G = getComponentName$1('button-multi-selection-group');
92017
+ const componentName$H = getComponentName$1('button-multi-selection-group');
92017
92018
 
92018
92019
  const buttonMultiSelectionGroupMixin = (superclass) =>
92019
92020
  class ButtonMultiSelectionGroupMixinClass extends superclass {
@@ -92022,19 +92023,19 @@ descope-enriched-text {
92022
92023
  const template = document.createElement('template');
92023
92024
 
92024
92025
  template.innerHTML = `
92025
- <${componentName$H}
92026
+ <${componentName$I}
92026
92027
  name="button-selection-group"
92027
92028
  slot="input"
92028
92029
  tabindex="-1"
92029
92030
  part="internal-component"
92030
92031
  >
92031
92032
  <slot></slot>
92032
- </${componentName$H}>
92033
+ </${componentName$I}>
92033
92034
  `;
92034
92035
 
92035
92036
  this.baseElement.appendChild(template.content.cloneNode(true));
92036
92037
 
92037
- this.inputElement = this.shadowRoot.querySelector(componentName$H);
92038
+ this.inputElement = this.shadowRoot.querySelector(componentName$I);
92038
92039
 
92039
92040
  forwardAttrs$1(this, this.inputElement, {
92040
92041
  includeAttrs: ['size', 'default-values', 'min-items-selection', 'max-items-selection'],
@@ -92059,7 +92060,7 @@ descope-enriched-text {
92059
92060
  wrappedEleName: 'vaadin-text-field',
92060
92061
  style: () => buttonSelectionGroupStyles,
92061
92062
  excludeAttrsSync: ['tabindex', 'style'],
92062
- componentName: componentName$G,
92063
+ componentName: componentName$H,
92063
92064
  })
92064
92065
  );
92065
92066
 
@@ -92075,7 +92076,7 @@ descope-enriched-text {
92075
92076
  vars: vars$E
92076
92077
  });
92077
92078
 
92078
- const componentName$F = getComponentName$1('modal');
92079
+ const componentName$G = getComponentName$1('modal');
92079
92080
 
92080
92081
  const observedAttrs$3 = ['opened'];
92081
92082
 
@@ -92224,7 +92225,7 @@ descope-enriched-text {
92224
92225
  }
92225
92226
  `,
92226
92227
  excludeAttrsSync: ['tabindex', 'opened', 'style'],
92227
- componentName: componentName$F,
92228
+ componentName: componentName$G,
92228
92229
  })
92229
92230
  );
92230
92231
 
@@ -92322,7 +92323,7 @@ descope-enriched-text {
92322
92323
  `;
92323
92324
  };
92324
92325
 
92325
- const componentName$E = getComponentName$1('grid');
92326
+ const componentName$F = getComponentName$1('grid');
92326
92327
 
92327
92328
  const GridMixin = (superclass) =>
92328
92329
  class GridMixinClass extends superclass {
@@ -92676,7 +92677,7 @@ descope-enriched-text {
92676
92677
  /*!css*/
92677
92678
  `,
92678
92679
  excludeAttrsSync: ['columns', 'tabindex', 'style'],
92679
- componentName: componentName$E,
92680
+ componentName: componentName$F,
92680
92681
  })
92681
92682
  );
92682
92683
 
@@ -92732,7 +92733,7 @@ descope-enriched-text {
92732
92733
  vars: vars$C
92733
92734
  });
92734
92735
 
92735
- const componentName$D = getComponentName$1('notification-card');
92736
+ const componentName$E = getComponentName$1('notification-card');
92736
92737
 
92737
92738
  const notificationCardMixin = (superclass) =>
92738
92739
  class NotificationCardMixinClass extends superclass {
@@ -92840,7 +92841,7 @@ descope-enriched-text {
92840
92841
  }
92841
92842
  `,
92842
92843
  excludeAttrsSync: ['tabindex', 'style'],
92843
- componentName: componentName$D,
92844
+ componentName: componentName$E,
92844
92845
  })
92845
92846
  );
92846
92847
 
@@ -92898,7 +92899,7 @@ descope-enriched-text {
92898
92899
  vars: vars$B
92899
92900
  });
92900
92901
 
92901
- const componentName$C = getComponentName$1('multi-select-combo-box');
92902
+ const componentName$D = getComponentName$1('multi-select-combo-box');
92902
92903
 
92903
92904
  const multiSelectComboBoxMixin = (superclass) =>
92904
92905
  class MultiSelectComboBoxMixinClass extends superclass {
@@ -93555,7 +93556,7 @@ descope-enriched-text {
93555
93556
  // Note: we exclude `placeholder` because the vaadin component observes it and
93556
93557
  // tries to override it, causing us to lose the user set placeholder.
93557
93558
  excludeAttrsSync: ['tabindex', 'size', 'data', 'placeholder', 'style'],
93558
- componentName: componentName$C,
93559
+ componentName: componentName$D,
93559
93560
  includeForwardProps: ['items', 'renderer', 'selectedItems'],
93560
93561
  })
93561
93562
  );
@@ -93647,10 +93648,10 @@ descope-enriched-text {
93647
93648
  vars: vars$A
93648
93649
  });
93649
93650
 
93650
- const componentName$B = getComponentName('badge');
93651
+ const componentName$C = getComponentName('badge');
93651
93652
 
93652
93653
  class RawBadge extends createBaseClass$1({
93653
- componentName: componentName$B,
93654
+ componentName: componentName$C,
93654
93655
  baseSelector: ':host > div',
93655
93656
  }) {
93656
93657
  constructor() {
@@ -93785,9 +93786,9 @@ descope-enriched-text {
93785
93786
  vars: vars$z
93786
93787
  });
93787
93788
 
93788
- const componentName$A = getComponentName('avatar');
93789
+ const componentName$B = getComponentName('avatar');
93789
93790
  class RawAvatar extends createBaseClass$1({
93790
- componentName: componentName$A,
93791
+ componentName: componentName$B,
93791
93792
  baseSelector: ':host > .wrapper',
93792
93793
  }) {
93793
93794
  constructor() {
@@ -93948,11 +93949,11 @@ descope-enriched-text {
93948
93949
  vars: vars$y
93949
93950
  });
93950
93951
 
93951
- const componentName$z = getComponentName$1('mappings-field-internal');
93952
+ const componentName$A = getComponentName$1('mappings-field-internal');
93952
93953
 
93953
- createBaseInputClass({ componentName: componentName$z, baseSelector: 'div' });
93954
+ createBaseInputClass({ componentName: componentName$A, baseSelector: 'div' });
93954
93955
 
93955
- const componentName$y = getComponentName$1('mappings-field');
93956
+ const componentName$z = getComponentName$1('mappings-field');
93956
93957
 
93957
93958
  const customMixin$6 = (superclass) =>
93958
93959
  class MappingsFieldMixinClass extends superclass {
@@ -93981,14 +93982,14 @@ descope-enriched-text {
93981
93982
  const template = document.createElement('template');
93982
93983
 
93983
93984
  template.innerHTML = `
93984
- <${componentName$z}
93985
+ <${componentName$A}
93985
93986
  tabindex="-1"
93986
- ></${componentName$z}>
93987
+ ></${componentName$A}>
93987
93988
  `;
93988
93989
 
93989
93990
  this.baseElement.appendChild(template.content.cloneNode(true));
93990
93991
 
93991
- this.inputElement = this.shadowRoot.querySelector(componentName$z);
93992
+ this.inputElement = this.shadowRoot.querySelector(componentName$A);
93992
93993
 
93993
93994
  forwardAttrs$1(this, this.inputElement, {
93994
93995
  includeAttrs: [
@@ -94124,7 +94125,7 @@ descope-enriched-text {
94124
94125
  'error-message',
94125
94126
  'style',
94126
94127
  ],
94127
- componentName: componentName$y,
94128
+ componentName: componentName$z,
94128
94129
  })
94129
94130
  );
94130
94131
 
@@ -94162,9 +94163,9 @@ descope-enriched-text {
94162
94163
 
94163
94164
  var editIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTAuMDAwMiAwLjk5MjE0OUMxMC4wMDAyIDEuMDE2MTUgMTAuMDAwMiAxLjAxNjE1IDEwLjAwMDIgMS4wMTYxNUw4LjIyNDE5IDMuMDA4MTVIMi45OTIxOUMyLjQ2NDE5IDMuMDA4MTUgMi4wMDgxOSAzLjQ0MDE1IDIuMDA4MTkgMy45OTIxNVYxMi4wMDgyQzIuMDA4MTkgMTIuNTM2MiAyLjQ0MDE5IDEyLjk5MjIgMi45OTIxOSAxMi45OTIySDUuNTM2MTlDNS44NDgxOSAxMy4wNDAyIDYuMTYwMTkgMTMuMDQwMiA2LjQ3MjE5IDEyLjk5MjJIMTEuMDA4MkMxMS41MzYyIDEyLjk5MjIgMTEuOTkyMiAxMi41NjAyIDExLjk5MjIgMTIuMDA4MlY3Ljc4NDE2TDEzLjkzNjIgNS42MjQxNUwxNC4wMDgyIDUuNjcyMTVWMTEuOTg0MkMxNC4wMDgyIDEzLjY2NDIgMTIuNjY0MiAxNS4wMDgyIDExLjAwODIgMTUuMDA4MkgzLjAxNjE5QzEuMzM2MTkgMTUuMDA4MiAtMC4wMDc4MTI1IDEzLjY2NDIgLTAuMDA3ODEyNSAxMS45ODQyVjMuOTkyMTVDLTAuMDA3ODEyNSAyLjMzNjE1IDEuMzM2MTkgMC45OTIxNDkgMy4wMTYxOSAwLjk5MjE0OUgxMC4wMDAyWk0xMS4yNzIyIDIuNjI0MTVMMTIuNjE2MiA0LjExMjE1TDcuNzIwMTkgOS42ODAxNkM3LjUwNDE5IDkuOTIwMTYgNi44MzIxOSAxMC4yMzIyIDUuNjgwMTkgMTAuNjE2MkM1LjY1NjE5IDEwLjY0MDIgNS42MDgxOSAxMC42NDAyIDUuNTYwMTkgMTAuNjE2MkM1LjQ2NDE5IDEwLjU5MjIgNS4zOTIxOSAxMC40NzIyIDUuNDQwMTkgMTAuMzc2MkM1Ljc1MjE5IDkuMjQ4MTYgNi4wNDAxOSA4LjU1MjE2IDYuMjU2MTkgOC4zMTIxNkwxMS4yNzIyIDIuNjI0MTVaTTExLjkyMDIgMS44NTYxNUwxMy4yODgyIDAuMzIwMTQ5QzEzLjY0ODIgLTAuMDg3ODUxNiAxNC4yNzIyIC0wLjExMTg1MiAxNC42ODAyIDAuMjcyMTQ5QzE1LjA4ODIgMC42MzIxNDkgMTUuMTEyMiAxLjI4MDE1IDE0Ljc1MjIgMS42ODgxNUwxMy4yNjQyIDMuMzY4MTVMMTEuOTIwMiAxLjg1NjE1WiIgZmlsbD0iY3VycmVudGNvbG9yIi8+Cjwvc3ZnPgo=";
94164
94165
 
94165
- const componentName$x = getComponentName$1('user-attribute');
94166
+ const componentName$y = getComponentName$1('user-attribute');
94166
94167
  class RawUserAttribute extends createBaseClass({
94167
- componentName: componentName$x,
94168
+ componentName: componentName$y,
94168
94169
  baseSelector: ':host > .root',
94169
94170
  }) {
94170
94171
  constructor() {
@@ -94461,9 +94462,9 @@ descope-enriched-text {
94461
94462
 
94462
94463
  var greenVIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhDMCAxMi40IDMuNiAxNiA4IDE2QzEyLjQgMTYgMTYgMTIuNCAxNiA4QzE2IDMuNiAxMi40IDAgOCAwWk03LjEgMTEuN0wyLjkgNy42TDQuMyA2LjJMNyA4LjlMMTIgNEwxMy40IDUuNEw3LjEgMTEuN1oiIGZpbGw9IiM0Q0FGNTAiLz4KPC9zdmc+Cg==";
94463
94464
 
94464
- const componentName$w = getComponentName$1('user-auth-method');
94465
+ const componentName$x = getComponentName$1('user-auth-method');
94465
94466
  class RawUserAuthMethod extends createBaseClass({
94466
- componentName: componentName$w,
94467
+ componentName: componentName$x,
94467
94468
  baseSelector: ':host > .root',
94468
94469
  }) {
94469
94470
  constructor() {
@@ -94736,11 +94737,11 @@ descope-enriched-text {
94736
94737
  vars: vars$v
94737
94738
  });
94738
94739
 
94739
- const componentName$v = getComponentName$1('saml-group-mappings-internal');
94740
+ const componentName$w = getComponentName$1('saml-group-mappings-internal');
94740
94741
 
94741
- createBaseInputClass({ componentName: componentName$v, baseSelector: '' });
94742
+ createBaseInputClass({ componentName: componentName$w, baseSelector: '' });
94742
94743
 
94743
- const componentName$u = getComponentName$1('saml-group-mappings');
94744
+ const componentName$v = getComponentName$1('saml-group-mappings');
94744
94745
 
94745
94746
  const customMixin$5 = (superclass) =>
94746
94747
  class SamlGroupMappingsMixinClass extends superclass {
@@ -94750,14 +94751,14 @@ descope-enriched-text {
94750
94751
  const template = document.createElement('template');
94751
94752
 
94752
94753
  template.innerHTML = `
94753
- <${componentName$v}
94754
+ <${componentName$w}
94754
94755
  tabindex="-1"
94755
- ></${componentName$v}>
94756
+ ></${componentName$w}>
94756
94757
  `;
94757
94758
 
94758
94759
  this.baseElement.appendChild(template.content.cloneNode(true));
94759
94760
 
94760
- this.inputElement = this.shadowRoot.querySelector(componentName$v);
94761
+ this.inputElement = this.shadowRoot.querySelector(componentName$w);
94761
94762
 
94762
94763
  forwardAttrs$1(this, this.inputElement, {
94763
94764
  includeAttrs: [
@@ -94842,7 +94843,7 @@ descope-enriched-text {
94842
94843
  'error-message',
94843
94844
  'style',
94844
94845
  ],
94845
- componentName: componentName$u,
94846
+ componentName: componentName$v,
94846
94847
  })
94847
94848
  );
94848
94849
 
@@ -94927,9 +94928,9 @@ descope-enriched-text {
94927
94928
  return inline ? input : `<pre>${input}</pre>`;
94928
94929
  };
94929
94930
 
94930
- const componentName$t = getComponentName$1('code-snippet');
94931
+ const componentName$u = getComponentName$1('code-snippet');
94931
94932
 
94932
- let CodeSnippet$1 = class CodeSnippet extends createBaseClass({ componentName: componentName$t, baseSelector: ':host > code' }) {
94933
+ let CodeSnippet$1 = class CodeSnippet extends createBaseClass({ componentName: componentName$u, baseSelector: ':host > code' }) {
94933
94934
  static get observedAttributes() {
94934
94935
  return ['lang', 'inline'];
94935
94936
  }
@@ -95303,7 +95304,7 @@ descope-enriched-text {
95303
95304
  vars: vars$q
95304
95305
  });
95305
95306
 
95306
- const componentName$s = getComponentName$1('radio-button');
95307
+ const componentName$t = getComponentName$1('radio-button');
95307
95308
 
95308
95309
  const customMixin$4 = (superclass) =>
95309
95310
  class CustomMixin extends superclass {
@@ -95368,11 +95369,11 @@ descope-enriched-text {
95368
95369
  wrappedEleName: 'vaadin-radio-button',
95369
95370
  excludeAttrsSync: ['tabindex', 'data', 'style'],
95370
95371
  includeForwardProps: ['checked', 'name', 'disabled'],
95371
- componentName: componentName$s,
95372
+ componentName: componentName$t,
95372
95373
  })
95373
95374
  );
95374
95375
 
95375
- const componentName$r = getComponentName$1('radio-group');
95376
+ const componentName$s = getComponentName$1('radio-group');
95376
95377
 
95377
95378
  const RadioGroupMixin = (superclass) =>
95378
95379
  class RadioGroupMixinClass extends superclass {
@@ -95387,12 +95388,12 @@ descope-enriched-text {
95387
95388
 
95388
95389
  // we are overriding vaadin children getter so it will run on our custom elements
95389
95390
  Object.defineProperty(this.baseElement, 'children', {
95390
- get: () => this.querySelectorAll(componentName$s),
95391
+ get: () => this.querySelectorAll(componentName$t),
95391
95392
  });
95392
95393
 
95393
95394
  // we are overriding vaadin __filterRadioButtons so it will run on our custom elements
95394
95395
  this.baseElement.__filterRadioButtons = (nodes) => {
95395
- return nodes.filter((node) => node.localName === componentName$s);
95396
+ return nodes.filter((node) => node.localName === componentName$t);
95396
95397
  };
95397
95398
 
95398
95399
  // vaadin radio group missing some input properties
@@ -95542,7 +95543,7 @@ descope-enriched-text {
95542
95543
  `,
95543
95544
 
95544
95545
  excludeAttrsSync: ['tabindex', 'size', 'data', 'direction', 'style'],
95545
- componentName: componentName$r,
95546
+ componentName: componentName$s,
95546
95547
  includeForwardProps: ['value'],
95547
95548
  })
95548
95549
  );
@@ -95990,7 +95991,7 @@ descope-enriched-text {
95990
95991
  return date;
95991
95992
  };
95992
95993
 
95993
- const componentName$q = getComponentName$1('calendar');
95994
+ const componentName$r = getComponentName$1('calendar');
95994
95995
 
95995
95996
  const observedAttrs$2 = [
95996
95997
  'initial-value',
@@ -96007,7 +96008,7 @@ descope-enriched-text {
96007
96008
 
96008
96009
  const calendarUiAttrs = ['calendar-label-submit', 'calendar-label-cancel'];
96009
96010
 
96010
- const BaseInputClass$3 = createBaseInputClass({ componentName: componentName$q, baseSelector: 'div' });
96011
+ const BaseInputClass$3 = createBaseInputClass({ componentName: componentName$r, baseSelector: 'div' });
96011
96012
 
96012
96013
  class RawCalendar extends BaseInputClass$3 {
96013
96014
  static get observedAttributes() {
@@ -96836,12 +96837,12 @@ descope-enriched-text {
96836
96837
  }
96837
96838
  }
96838
96839
 
96839
- const componentName$p = getComponentName$1('date-field');
96840
+ const componentName$q = getComponentName$1('date-field');
96840
96841
 
96841
96842
  // we set baseSelector to `vaadin-popover` as a temporary hack, so our portalMixin will
96842
96843
  // be able to process this component's overlay. The whole process needs refactoring as soon as possible.
96843
96844
  const BASE_SELECTOR = 'vaadin-popover';
96844
- const BaseInputClass$2 = createBaseInputClass({ componentName: componentName$p, baseSelector: BASE_SELECTOR });
96845
+ const BaseInputClass$2 = createBaseInputClass({ componentName: componentName$q, baseSelector: BASE_SELECTOR });
96845
96846
 
96846
96847
  const dateFieldAttrs = [
96847
96848
  'format',
@@ -97793,7 +97794,7 @@ descope-enriched-text {
97793
97794
  vars: vars$m
97794
97795
  });
97795
97796
 
97796
- const componentName$o = getComponentName('list-item');
97797
+ const componentName$p = getComponentName('list-item');
97797
97798
 
97798
97799
  const customMixin$3 = (superclass) =>
97799
97800
  class ListItemMixinClass extends superclass {
@@ -97850,12 +97851,12 @@ descope-enriched-text {
97850
97851
  componentNameValidationMixin$1,
97851
97852
  customMixin$3,
97852
97853
  activeableMixin,
97853
- )(createBaseClass$1({ componentName: componentName$o, baseSelector: 'slot' }));
97854
+ )(createBaseClass$1({ componentName: componentName$p, baseSelector: 'slot' }));
97854
97855
 
97855
- const componentName$n = getComponentName('list');
97856
+ const componentName$o = getComponentName('list');
97856
97857
 
97857
97858
  class RawList extends createBaseClass$1({
97858
- componentName: componentName$n,
97859
+ componentName: componentName$o,
97859
97860
  baseSelector: '.wrapper',
97860
97861
  }) {
97861
97862
  static get observedAttributes() {
@@ -98026,7 +98027,7 @@ descope-enriched-text {
98026
98027
  componentNameValidationMixin$1,
98027
98028
  )(RawList);
98028
98029
 
98029
- const componentName$m = getComponentName('apps-list');
98030
+ const componentName$n = getComponentName('apps-list');
98030
98031
 
98031
98032
  const itemRenderer$4 = ({ name, icon, url }, _, ref) => `
98032
98033
  <a ${url ? `href="${url}" title="${url}"` : ''} ${ref.openInSameWindow ? '' : 'target="_blank"'}>
@@ -98150,7 +98151,7 @@ descope-enriched-text {
98150
98151
  slots: ['empty-state'],
98151
98152
  wrappedEleName: 'descope-list',
98152
98153
  excludeAttrsSync: ['tabindex', 'class', 'empty', 'style'],
98153
- componentName: componentName$m,
98154
+ componentName: componentName$n,
98154
98155
  style: () => `
98155
98156
  :host {
98156
98157
  width: 100%;
@@ -98255,7 +98256,7 @@ descope-enriched-text {
98255
98256
 
98256
98257
  const [helperTheme$2, helperRefs$2, helperVars$2] = createHelperVars$1(
98257
98258
  { shadowColor: '#00000020' },
98258
- componentName$n,
98259
+ componentName$o,
98259
98260
  );
98260
98261
 
98261
98262
  const { shadowColor: shadowColor$2 } = helperRefs$2;
@@ -98469,7 +98470,7 @@ descope-enriched-text {
98469
98470
  }
98470
98471
  };
98471
98472
 
98472
- const componentName$l = getComponentName$1('scopes-list');
98473
+ const componentName$m = getComponentName$1('scopes-list');
98473
98474
  const variants = ['checkbox', 'switch'];
98474
98475
 
98475
98476
  const itemRenderer$3 = ({ id, desc, required = false }, _, ref) => {
@@ -98488,7 +98489,7 @@ descope-enriched-text {
98488
98489
  `;
98489
98490
  };
98490
98491
 
98491
- class RawScopesList extends createBaseClass({ componentName: componentName$l, baseSelector: 'div' }) {
98492
+ class RawScopesList extends createBaseClass({ componentName: componentName$m, baseSelector: 'div' }) {
98492
98493
  constructor() {
98493
98494
  super();
98494
98495
 
@@ -98615,9 +98616,9 @@ descope-enriched-text {
98615
98616
 
98616
98617
  var arrowsImg = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOSAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTQ0OTIgMTUuNjQ1TDcuNDk5OTIgMTRMMi44MzMyNSAxOC42NjY3TDcuNDk5OTIgMjMuMzMzM0w5LjE0NDkyIDIxLjY4ODNMNy4zMDE1OSAxOS44MzMzSDI0Ljk5OTlWMTcuNUg3LjMwMTU5TDkuMTQ0OTIgMTUuNjQ1WiIgZmlsbD0iIzYzNkM3NCIvPgo8cGF0aCBkPSJNMTkuODU1IDEyLjM1NTNMMjEuNSAxNC4wMDAzTDI2LjE2NjcgOS4zMzM2NkwyMS41IDQuNjY2OTlMMTkuODU1IDYuMzExOTlMMjEuNjk4MyA4LjE2Njk5SDRWMTAuNTAwM0gyMS42OTgzTDE5Ljg1NSAxMi4zNTUzWiIgZmlsbD0iIzYzNkM3NCIvPgo8L3N2Zz4K";
98617
98618
 
98618
- const componentName$k = getComponentName$1('third-party-app-logo');
98619
+ const componentName$l = getComponentName$1('third-party-app-logo');
98619
98620
  class RawThirdPartyAppLogoClass extends createBaseClass({
98620
- componentName: componentName$k,
98621
+ componentName: componentName$l,
98621
98622
  baseSelector: '.wrapper',
98622
98623
  }) {
98623
98624
  constructor() {
@@ -98750,7 +98751,7 @@ descope-enriched-text {
98750
98751
  vars: vars$h
98751
98752
  });
98752
98753
 
98753
- const componentName$j = getComponentName$1('security-questions-setup');
98754
+ const componentName$k = getComponentName$1('security-questions-setup');
98754
98755
 
98755
98756
  const attrsToSync$1 = [
98756
98757
  'full-width',
@@ -98769,7 +98770,7 @@ descope-enriched-text {
98769
98770
  ];
98770
98771
 
98771
98772
  const attrsToReRender$1 = ['count', 'questions'];
98772
- class RawSecurityQuestionsSetup extends createBaseClass({ componentName: componentName$j, baseSelector: 'div' }) {
98773
+ class RawSecurityQuestionsSetup extends createBaseClass({ componentName: componentName$k, baseSelector: 'div' }) {
98773
98774
  constructor() {
98774
98775
  super();
98775
98776
 
@@ -98879,7 +98880,7 @@ descope-enriched-text {
98879
98880
  return JSON.parse(this.getAttribute('questions')) || [];
98880
98881
  } catch (e) {
98881
98882
  // eslint-disable-next-line no-console
98882
- console.error(componentName$j, 'Error parsing questions attribute', e);
98883
+ console.error(componentName$k, 'Error parsing questions attribute', e);
98883
98884
  return [];
98884
98885
  }
98885
98886
  }
@@ -99002,7 +99003,7 @@ descope-enriched-text {
99002
99003
  vars: vars$g
99003
99004
  });
99004
99005
 
99005
- const componentName$i = getComponentName$1('security-questions-verify');
99006
+ const componentName$j = getComponentName$1('security-questions-verify');
99006
99007
 
99007
99008
  const textFieldsAttrs = [
99008
99009
  'full-width',
@@ -99026,7 +99027,7 @@ descope-enriched-text {
99026
99027
  const attrsToSync = [...textFieldsAttrs, ...textsAttrs];
99027
99028
 
99028
99029
  const attrsToReRender = ['questions'];
99029
- class RawSecurityQuestionsVerify extends createBaseClass({ componentName: componentName$i, baseSelector: 'div' }) {
99030
+ class RawSecurityQuestionsVerify extends createBaseClass({ componentName: componentName$j, baseSelector: 'div' }) {
99030
99031
  constructor() {
99031
99032
  super();
99032
99033
 
@@ -99100,7 +99101,7 @@ descope-enriched-text {
99100
99101
  return JSON.parse(this.getAttribute('questions')) || [];
99101
99102
  } catch (e) {
99102
99103
  // eslint-disable-next-line no-console
99103
- console.error(componentName$i, 'Error parsing questions attribute', e);
99104
+ console.error(componentName$j, 'Error parsing questions attribute', e);
99104
99105
  return [];
99105
99106
  }
99106
99107
  }
@@ -99259,7 +99260,7 @@ descope-enriched-text {
99259
99260
 
99260
99261
  const sanitizeCountryCodePrefix = (val) => val.replace(/\+\d+-/, '');
99261
99262
 
99262
- const componentName$h = getComponentName$1('hybrid-field');
99263
+ const componentName$i = getComponentName$1('hybrid-field');
99263
99264
 
99264
99265
  const attrs = {
99265
99266
  shared: [
@@ -99323,12 +99324,12 @@ descope-enriched-text {
99323
99324
  const PHONE_FIELD = 'descope-phone-field';
99324
99325
  const PHONE_INPUT_BOX_FIELD = 'descope-phone-input-box-field';
99325
99326
 
99326
- const BaseClass$6 = createBaseClass({
99327
- componentName: componentName$h,
99327
+ const BaseClass$7 = createBaseClass({
99328
+ componentName: componentName$i,
99328
99329
  baseSelector: 'div',
99329
99330
  });
99330
99331
 
99331
- class RawHybridField extends BaseClass$6 {
99332
+ class RawHybridField extends BaseClass$7 {
99332
99333
  #isReportedValidity = false;
99333
99334
 
99334
99335
  #selectionStart;
@@ -99661,9 +99662,9 @@ descope-enriched-text {
99661
99662
  vars: vars$e
99662
99663
  });
99663
99664
 
99664
- const componentName$g = getComponentName$1('alert');
99665
+ const componentName$h = getComponentName$1('alert');
99665
99666
 
99666
- class RawAlert extends createBaseClass({ componentName: componentName$g, baseSelector: ':host > div' }) {
99667
+ class RawAlert extends createBaseClass({ componentName: componentName$h, baseSelector: ':host > div' }) {
99667
99668
  constructor() {
99668
99669
  super();
99669
99670
 
@@ -99871,11 +99872,11 @@ descope-enriched-text {
99871
99872
  vars: vars$d
99872
99873
  });
99873
99874
 
99874
- const componentName$f = getComponentName$1('hcaptcha');
99875
+ const componentName$g = getComponentName$1('hcaptcha');
99875
99876
 
99876
99877
  const observedAttributes$2 = ['enabled', 'site-key'];
99877
99878
 
99878
- const BaseInputClass$1 = createBaseInputClass({ componentName: componentName$f, baseSelector: ':host > div' });
99879
+ const BaseInputClass$1 = createBaseInputClass({ componentName: componentName$g, baseSelector: ':host > div' });
99879
99880
  class RawHcaptcha extends BaseInputClass$1 {
99880
99881
  static get observedAttributes() {
99881
99882
  return observedAttributes$2.concat(BaseInputClass$1.observedAttributes || []);
@@ -100019,14 +100020,14 @@ descope-enriched-text {
100019
100020
  vars: vars$c
100020
100021
  });
100021
100022
 
100022
- const componentName$e = getComponentName('autocomplete-field-internal');
100023
+ const componentName$f = getComponentName('autocomplete-field-internal');
100023
100024
 
100024
100025
  createBaseInputClass$1({
100025
- componentName: componentName$e,
100026
+ componentName: componentName$f,
100026
100027
  baseSelector: '',
100027
100028
  });
100028
100029
 
100029
- const componentName$d = getComponentName('autocomplete-field');
100030
+ const componentName$e = getComponentName('autocomplete-field');
100030
100031
 
100031
100032
  const customMixin$1 = (superclass) =>
100032
100033
  class AutocompleteFieldMixinClass extends superclass {
@@ -100047,15 +100048,15 @@ descope-enriched-text {
100047
100048
  const template = document.createElement('template');
100048
100049
 
100049
100050
  template.innerHTML = `
100050
- <${componentName$e}
100051
+ <${componentName$f}
100051
100052
  tabindex="-1"
100052
- ></${componentName$e}>
100053
+ ></${componentName$f}>
100053
100054
  `;
100054
100055
 
100055
100056
  this.baseElement.appendChild(template.content.cloneNode(true));
100056
100057
 
100057
100058
  this.inputElement = this.shadowRoot.querySelector(
100058
- componentName$e,
100059
+ componentName$f,
100059
100060
  );
100060
100061
 
100061
100062
  forwardAttrs(this, this.inputElement, {
@@ -100174,7 +100175,7 @@ descope-enriched-text {
100174
100175
  }
100175
100176
  `,
100176
100177
  excludeAttrsSync: ['tabindex', 'error-message', 'label', 'style'],
100177
- componentName: componentName$d,
100178
+ componentName: componentName$e,
100178
100179
  }),
100179
100180
  );
100180
100181
 
@@ -100428,7 +100429,7 @@ descope-enriched-text {
100428
100429
  }
100429
100430
  }
100430
100431
 
100431
- const componentName$c = getComponentName('address-field-internal');
100432
+ const componentName$d = getComponentName('address-field-internal');
100432
100433
 
100433
100434
  const GOOGLE_MAPS_CONNECTOR_TEMPLATE = 'google-maps-places';
100434
100435
  const RADAR_CONNECTOR_TEMPLATE = 'radar';
@@ -100439,7 +100440,7 @@ descope-enriched-text {
100439
100440
  };
100440
100441
 
100441
100442
  const BaseInputClass = createBaseInputClass$1({
100442
- componentName: componentName$c,
100443
+ componentName: componentName$d,
100443
100444
  baseSelector: '',
100444
100445
  });
100445
100446
  const initConnectorAttrs = ['public-api-key'];
@@ -100546,7 +100547,7 @@ descope-enriched-text {
100546
100547
  connectorMixin({ connectorClasses: CONNECTOR_CLASSES }),
100547
100548
  )(RawAddressFieldInternal);
100548
100549
 
100549
- const componentName$b = getComponentName('address-field');
100550
+ const componentName$c = getComponentName('address-field');
100550
100551
 
100551
100552
  const customMixin = (superclass) =>
100552
100553
  class AddressFieldMixinClass extends superclass {
@@ -100575,15 +100576,15 @@ descope-enriched-text {
100575
100576
  const template = document.createElement('template');
100576
100577
 
100577
100578
  template.innerHTML = `
100578
- <${componentName$c}
100579
+ <${componentName$d}
100579
100580
  tabindex="-1"
100580
- ></${componentName$c}>
100581
+ ></${componentName$d}>
100581
100582
  `;
100582
100583
 
100583
100584
  this.baseElement.appendChild(template.content.cloneNode(true));
100584
100585
 
100585
100586
  this.inputElement = this.shadowRoot.querySelector(
100586
- componentName$c,
100587
+ componentName$d,
100587
100588
  );
100588
100589
 
100589
100590
  forwardAttrs(this, this.inputElement, {
@@ -100661,7 +100662,7 @@ descope-enriched-text {
100661
100662
  width: 100%;
100662
100663
  }
100663
100664
 
100664
- ${componentName$c} {
100665
+ ${componentName$d} {
100665
100666
  display: inline-block;
100666
100667
  box-sizing: border-box;
100667
100668
  user-select: none;
@@ -100669,12 +100670,12 @@ descope-enriched-text {
100669
100670
  max-width: 100%;
100670
100671
  }
100671
100672
 
100672
- ${componentName$c} ::slotted {
100673
+ ${componentName$d} ::slotted {
100673
100674
  padding: 0;
100674
100675
  }
100675
100676
  `,
100676
100677
  excludeAttrsSync: ['tabindex', 'error-message', 'label', 'style'],
100677
- componentName: componentName$b,
100678
+ componentName: componentName$c,
100678
100679
  }),
100679
100680
  );
100680
100681
 
@@ -100714,24 +100715,24 @@ descope-enriched-text {
100714
100715
  return timeParts.join(':');
100715
100716
  };
100716
100717
 
100717
- const componentName$a = getComponentName('timer');
100718
+ const componentName$b = getComponentName('timer');
100718
100719
 
100719
100720
  const observedAttributes$1 = ['seconds', 'hide-icon', 'paused'];
100720
100721
 
100721
- const BaseClass$5 = createBaseClass$1({
100722
- componentName: componentName$a,
100722
+ const BaseClass$6 = createBaseClass$1({
100723
+ componentName: componentName$b,
100723
100724
  baseSelector: ':host > .wrapper',
100724
100725
  });
100725
100726
 
100726
100727
  const DEFAULT_INTERVAL = 1000;
100727
100728
 
100728
- class RawTimer extends BaseClass$5 {
100729
+ class RawTimer extends BaseClass$6 {
100729
100730
  #timeRemains = 0;
100730
100731
 
100731
100732
  #intervalId;
100732
100733
 
100733
100734
  static get observedAttributes() {
100734
- return observedAttributes$1.concat(BaseClass$5.observedAttributes || []);
100735
+ return observedAttributes$1.concat(BaseClass$6.observedAttributes || []);
100735
100736
  }
100736
100737
 
100737
100738
  constructor() {
@@ -100940,7 +100941,7 @@ descope-enriched-text {
100940
100941
  vars: vars$9
100941
100942
  });
100942
100943
 
100943
- const componentName$9 = getComponentName('timer-button');
100944
+ const componentName$a = getComponentName('timer-button');
100944
100945
 
100945
100946
  const buttonAttrs = [
100946
100947
  'button-variant',
@@ -100970,12 +100971,12 @@ descope-enriched-text {
100970
100971
  'timer-paused': 'paused',
100971
100972
  };
100972
100973
 
100973
- const BaseClass$4 = createBaseClass$1({
100974
- componentName: componentName$9,
100974
+ const BaseClass$5 = createBaseClass$1({
100975
+ componentName: componentName$a,
100975
100976
  baseSelector: ':host > div',
100976
100977
  });
100977
100978
 
100978
- class RawTimerButton extends BaseClass$4 {
100979
+ class RawTimerButton extends BaseClass$5 {
100979
100980
  constructor() {
100980
100981
  super();
100981
100982
 
@@ -101101,9 +101102,9 @@ descope-enriched-text {
101101
101102
  vars: vars$8
101102
101103
  });
101103
101104
 
101104
- const componentName$8 = getComponentName('password-strength');
101105
+ const componentName$9 = getComponentName('password-strength');
101105
101106
  class RawPasswordStrength extends createBaseClass$1({
101106
- componentName: componentName$8,
101107
+ componentName: componentName$9,
101107
101108
  baseSelector: ':host > .wrapper',
101108
101109
  }) {
101109
101110
  static get observedAttributes() {
@@ -101306,10 +101307,10 @@ descope-enriched-text {
101306
101307
 
101307
101308
  var chevronIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iYmxhY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNy4yMTkzIDkuMjcyODNDMTcuNjU4NCA4Ljg3OTEyIDE4LjMzMzQgOC45MTU4NyAxOC43MjcyIDkuMzU0OTJDMTkuMTIwOSA5Ljc5Mzk3IDE5LjA4NDEgMTAuNDY5MSAxOC42NDUxIDEwLjg2MjhDMTguNjQ1MSAxMC44NjI4IDEzLjA0NTcgMTYuMDAyMiAxMi42NCAxNi4zNjZDMTIuMjM0MyAxNi43Mjk4IDExLjc2MDggMTYuNzI5OCAxMS4zNTUyIDE2LjM2Nkw1LjM1NDkyIDEwLjg2MjhDNC45MTU4NyAxMC40NjkxIDQuODc5MTIgOS43OTM5NyA1LjI3MjgzIDkuMzU0OTJDNS42NjY1NSA4LjkxNTg3IDYuMzQxNjQgOC44NzkxMiA2Ljc4MDY5IDkuMjcyODNMMTIgMTQuMTM2OEwxNy4yMTkzIDkuMjcyODNaIi8+Cjwvc3ZnPgo=";
101308
101309
 
101309
- const componentName$7 = getComponentName('collapsible-container');
101310
+ const componentName$8 = getComponentName('collapsible-container');
101310
101311
 
101311
101312
  class RawCollapsibleContainer extends createBaseClass$1({
101312
- componentName: componentName$7,
101313
+ componentName: componentName$8,
101313
101314
  baseSelector: 'slot',
101314
101315
  }) {
101315
101316
  static get observedAttributes() {
@@ -101544,7 +101545,7 @@ descope-enriched-text {
101544
101545
  {
101545
101546
  shadowColor: '#00000020', // if we want to support transparency vars, we should use different color format
101546
101547
  },
101547
- componentName$7
101548
+ componentName$8
101548
101549
  );
101549
101550
 
101550
101551
  const { shadowColor: shadowColor$1 } = helperRefs$1;
@@ -101655,7 +101656,7 @@ descope-enriched-text {
101655
101656
  vars: vars$6
101656
101657
  });
101657
101658
 
101658
- const componentName$6 = getComponentName('recovery-codes');
101659
+ const componentName$7 = getComponentName('recovery-codes');
101659
101660
 
101660
101661
  const itemRenderer$2 = ({ value }, _, ref) => {
101661
101662
  return `
@@ -101666,7 +101667,7 @@ descope-enriched-text {
101666
101667
  };
101667
101668
 
101668
101669
  class RawRecoveryCodes extends createBaseClass$1({
101669
- componentName: componentName$6,
101670
+ componentName: componentName$7,
101670
101671
  baseSelector: ':host > div',
101671
101672
  }) {
101672
101673
  static get observedAttributes() {
@@ -101834,7 +101835,7 @@ descope-enriched-text {
101834
101835
  vars: vars$5
101835
101836
  });
101836
101837
 
101837
- const componentName$5 = getComponentName('outbound-apps');
101838
+ const componentName$6 = getComponentName('outbound-apps');
101838
101839
 
101839
101840
  const itemRenderer$1 = (
101840
101841
  { name, description, logo, appId, isConnected },
@@ -101879,12 +101880,12 @@ descope-enriched-text {
101879
101880
  `;
101880
101881
  };
101881
101882
 
101882
- const BaseClass$3 = createBaseClass$1({
101883
- componentName: componentName$5,
101883
+ const BaseClass$4 = createBaseClass$1({
101884
+ componentName: componentName$6,
101884
101885
  baseSelector: 'descope-list',
101885
101886
  });
101886
101887
 
101887
- class RawOutboundAppsClass extends BaseClass$3 {
101888
+ class RawOutboundAppsClass extends BaseClass$4 {
101888
101889
  constructor() {
101889
101890
  super();
101890
101891
 
@@ -102096,10 +102097,10 @@ descope-enriched-text {
102096
102097
  vars: vars$4
102097
102098
  });
102098
102099
 
102099
- const componentName$4 = getComponentName('outbound-app-button');
102100
+ const componentName$5 = getComponentName('outbound-app-button');
102100
102101
 
102101
102102
  class RawOutboundAppButton extends createBaseClass$1({
102102
- componentName: componentName$4,
102103
+ componentName: componentName$5,
102103
102104
  baseSelector: ':host > descope-button',
102104
102105
  }) {
102105
102106
  static get observedAttributes() {
@@ -102281,7 +102282,7 @@ descope-enriched-text {
102281
102282
  };
102282
102283
  };
102283
102284
 
102284
- const componentName$3 = getComponentName('trusted-devices');
102285
+ const componentName$4 = getComponentName('trusted-devices');
102285
102286
 
102286
102287
  const itemRenderer = (
102287
102288
  { id, name, lastLoginDate, deviceType, isCurrent },
@@ -102369,12 +102370,12 @@ descope-enriched-text {
102369
102370
  return template;
102370
102371
  };
102371
102372
 
102372
- const BaseClass$2 = createBaseClass$1({
102373
- componentName: componentName$3,
102373
+ const BaseClass$3 = createBaseClass$1({
102374
+ componentName: componentName$4,
102374
102375
  baseSelector: ListClass.componentName,
102375
102376
  });
102376
102377
 
102377
- class RawTrustedDevicesClass extends BaseClass$2 {
102378
+ class RawTrustedDevicesClass extends BaseClass$3 {
102378
102379
  constructor() {
102379
102380
  super();
102380
102381
 
@@ -102704,7 +102705,7 @@ descope-enriched-text {
102704
102705
  vars: vars$2
102705
102706
  });
102706
102707
 
102707
- const componentName$2 = getComponentName('tooltip');
102708
+ const componentName$3 = getComponentName('tooltip');
102708
102709
 
102709
102710
  const tooltipAttrs = [
102710
102711
  'text',
@@ -102714,14 +102715,14 @@ descope-enriched-text {
102714
102715
  'opened',
102715
102716
  ];
102716
102717
 
102717
- const BaseClass$1 = createBaseClass$1({
102718
- componentName: componentName$2,
102718
+ const BaseClass$2 = createBaseClass$1({
102719
+ componentName: componentName$3,
102719
102720
  baseSelector: 'vaadin-tooltip',
102720
102721
  });
102721
102722
 
102722
- class RawTooltip extends BaseClass$1 {
102723
+ class RawTooltip extends BaseClass$2 {
102723
102724
  static get observedAttributes() {
102724
- return tooltipAttrs.concat(BaseClass$1.observedAttributes || []);
102725
+ return tooltipAttrs.concat(BaseClass$2.observedAttributes || []);
102725
102726
  }
102726
102727
 
102727
102728
  get isOpened() {
@@ -102954,7 +102955,7 @@ descope-enriched-text {
102954
102955
  {
102955
102956
  shadowColor: '#00000020', // if we want to support transparency vars, we should use different color format
102956
102957
  },
102957
- componentName$2
102958
+ componentName$3
102958
102959
  );
102959
102960
 
102960
102961
  const { shadowColor } = helperRefs;
@@ -103138,17 +103139,17 @@ descope-enriched-text {
103138
103139
  },
103139
103140
  });
103140
103141
 
103141
- const componentName$1 = getComponentName$1('recaptcha');
103142
+ const componentName$2 = getComponentName$1('recaptcha');
103142
103143
 
103143
103144
  const observedAttributes = ['enabled', 'site-key', 'action', 'enterprise'];
103144
103145
 
103145
- const BaseClass = createBaseClass({
103146
- componentName: componentName$1,
103146
+ const BaseClass$1 = createBaseClass({
103147
+ componentName: componentName$2,
103147
103148
  baseSelector: ':host > div',
103148
103149
  });
103149
- class RawRecaptcha extends BaseClass {
103150
+ class RawRecaptcha extends BaseClass$1 {
103150
103151
  static get observedAttributes() {
103151
- return observedAttributes.concat(BaseClass.observedAttributes || []);
103152
+ return observedAttributes.concat(BaseClass$1.observedAttributes || []);
103152
103153
  }
103153
103154
 
103154
103155
  attributeChangedCallback(attrName, oldValue, newValue) {
@@ -103368,7 +103369,7 @@ descope-enriched-text {
103368
103369
 
103369
103370
  const RecaptchaClass = compose$1(draggableMixin)(RawRecaptcha);
103370
103371
 
103371
- const componentName = getComponentName$1('notification');
103372
+ const componentName$1 = getComponentName$1('notification');
103372
103373
 
103373
103374
  const NotificationMixin = (superclass) =>
103374
103375
  class NotificationMixinClass extends superclass {
@@ -103463,10 +103464,112 @@ descope-enriched-text {
103463
103464
  createProxy({
103464
103465
  wrappedEleName: 'vaadin-notification',
103465
103466
  excludeAttrsSync: ['tabindex', 'style'],
103466
- componentName,
103467
+ componentName: componentName$1,
103467
103468
  })
103468
103469
  );
103469
103470
 
103471
+ // NOTICE: This component registers with a DIFFERENT name than its file name
103472
+ const componentName = getComponentName('ponyhot');
103473
+
103474
+ const HP_PREFIX = 'dhp-';
103475
+
103476
+ const BaseClass = createBaseClass$1({
103477
+ componentName,
103478
+ baseSelector: '',
103479
+ });
103480
+
103481
+ class RawHoneypot extends BaseClass {
103482
+ get type() {
103483
+ return this.getAttribute('type');
103484
+ }
103485
+
103486
+ get value() {
103487
+ return this.input?.value || '';
103488
+ }
103489
+
103490
+ init() {
103491
+ this.input = this.querySelector('input');
103492
+
103493
+ if (!this.input) return;
103494
+
103495
+ this.#setupTrapListeners();
103496
+ this.#setupValueInterceptor();
103497
+ this.#hideComponent();
103498
+ }
103499
+
103500
+ #setupTrapListeners() {
103501
+ const events = [
103502
+ 'input',
103503
+ 'change',
103504
+ 'click',
103505
+ 'keydown',
103506
+ 'keyup',
103507
+ 'mouseover',
103508
+ 'mousedown',
103509
+ ];
103510
+
103511
+ const fillHoneypot = (e) => {
103512
+ this.input.value = `${HP_PREFIX}${e.type}`;
103513
+
103514
+ // Stop listening to all events after first trigger
103515
+ events.forEach((event) => {
103516
+ this.input.removeEventListener(event, fillHoneypot);
103517
+ });
103518
+ };
103519
+
103520
+ events.forEach((event) => {
103521
+ this.input.addEventListener(event, fillHoneypot);
103522
+ });
103523
+ }
103524
+
103525
+ // Intercept direct value assignments to catch bots that bypass events
103526
+ #setupValueInterceptor() {
103527
+ const originalDescriptor = Object.getOwnPropertyDescriptor(
103528
+ HTMLInputElement.prototype,
103529
+ 'value',
103530
+ );
103531
+
103532
+ Object.defineProperty(this.input, 'value', {
103533
+ get() {
103534
+ return originalDescriptor.get.call(this);
103535
+ },
103536
+ set(newValue) {
103537
+ const currentValue = originalDescriptor.get.call(this);
103538
+
103539
+ // Only trap if the value is being set by external code (not our own trap)
103540
+ if (
103541
+ newValue &&
103542
+ !newValue.startsWith(HP_PREFIX) &&
103543
+ newValue !== currentValue
103544
+ ) {
103545
+ originalDescriptor.set.call(this, `${HP_PREFIX}direct-set`);
103546
+ } else {
103547
+ originalDescriptor.set.call(this, newValue);
103548
+ }
103549
+ },
103550
+ configurable: true,
103551
+ });
103552
+ }
103553
+
103554
+ #hideComponent() {
103555
+ const styles = {
103556
+ position: 'absolute',
103557
+ opacity: '0.01',
103558
+ width: '1px',
103559
+ height: '1px',
103560
+ pointerEvents: 'none',
103561
+ zIndex: '-1',
103562
+ left: '-999999px',
103563
+ };
103564
+
103565
+ Object.entries(styles).forEach(([key, value]) => {
103566
+ this.style[key] = value;
103567
+ });
103568
+ }
103569
+ }
103570
+
103571
+ const HoneypotClass = compose(componentNameValidationMixin$1)(RawHoneypot);
103572
+
103470
103573
  const options = {
103471
103574
  translations: zxcvbnEnPackage__namespace.translations,
103472
103575
  graphs: zxcvbnCommonPackage__namespace.adjacencyGraphs,
@@ -103505,6 +103608,7 @@ descope-enriched-text {
103505
103608
  index_cjs$4.EnrichedTextClass = EnrichedTextClass;
103506
103609
  index_cjs$4.GridClass = GridClass;
103507
103610
  index_cjs$4.HcaptchaClass = HcaptchaClass;
103611
+ index_cjs$4.HoneypotClass = HoneypotClass;
103508
103612
  index_cjs$4.HybridFieldClass = HybridFieldClass;
103509
103613
  index_cjs$4.IconClass = IconClass;
103510
103614
  index_cjs$4.ImageClass = ImageClass;
@@ -103647,6 +103751,7 @@ const OutboundAppsClass = index_cjsExports.OutboundAppsClass;
103647
103751
  const OutboundAppButtonClass = index_cjsExports.OutboundAppButtonClass;
103648
103752
  const TrustedDevicesClass = index_cjsExports.TrustedDevicesClass;
103649
103753
  const TooltipClass = index_cjsExports.TooltipClass;
103754
+ const HoneypotClass = index_cjsExports.HoneypotClass;
103650
103755
 
103651
103756
  const Checkbox = React__default.default.forwardRef((props, ref) => React__default.default.createElement("descope-checkbox", { ...props, ref: ref }));
103652
103757
 
@@ -104082,9 +104187,10 @@ const SAMLGroupMappings = React__default.default.forwardRef(({ options, size = '
104082
104187
  return (React__default.default.createElement("descope-saml-group-mappings", { size: size, ...props, options: serializedOptions ?? undefined, ref: ref }));
104083
104188
  });
104084
104189
 
104085
- const UserAuthMethod = React__default.default.forwardRef(({ methodIcon, methodIconDark, buttonIcon, buttonIconDark, ...props }, ref) => (React__default.default.createElement("descope-user-auth-method", { ...props, ref: ref },
104190
+ const UserAuthMethod = React__default.default.forwardRef(({ methodIcon, methodIconDark, buttonIcon, buttonIconDark, fulfilledButtonIcon, fulfilledButtonIconDark, ...props }, ref) => (React__default.default.createElement("descope-user-auth-method", { ...props, ref: ref },
104086
104191
  React__default.default.createElement(Icon, { icon: methodIcon, "src-dark": methodIconDark, slot: "method-icon", noColor: true }),
104087
- React__default.default.createElement(Icon, { icon: buttonIcon, "src-dark": buttonIconDark, slot: "button-icon", noColor: true, width: "1em", height: "1em" }))));
104192
+ React__default.default.createElement(Icon, { icon: buttonIcon, "src-dark": buttonIconDark, slot: "button-icon", noColor: true, width: "1em", height: "1em" }),
104193
+ React__default.default.createElement(Icon, { icon: fulfilledButtonIcon, "src-dark": fulfilledButtonIconDark, slot: "fulfilled-button-icon", noColor: true, width: "1em", height: "1em" }))));
104088
104194
 
104089
104195
  const UserAttribute = React__default.default.forwardRef(({ required = false, deleteIconLight, deleteIconDark, editIconLight, editIconDark, ...props }, ref) => (React__default.default.createElement("descope-user-attribute", { required: required, ...props, ref: ref },
104090
104196
  deleteIconLight && deleteIconDark && (React__default.default.createElement(Icon, { icon: deleteIconLight, "src-dark": deleteIconDark, slot: "delete-icon" })),
@@ -104173,6 +104279,11 @@ const OutboundAppButton = React__default.default.forwardRef(({ children, label,
104173
104279
  const TrustedDevices = React__default.default.forwardRef(({ emptyState, data, ...props }, ref) => (React__default.default.createElement("descope-trusted-devices", { data: data ? JSON.stringify(data) : undefined, ...props, ref: ref },
104174
104280
  React__default.default.createElement("div", { slot: "empty-state" }, emptyState))));
104175
104281
 
104282
+ const Honeypot = React__default.default.forwardRef((props, ref) => {
104283
+ return (React__default.default.createElement("descope-ponyhot", { ref: ref },
104284
+ React__default.default.createElement("input", { ...props })));
104285
+ });
104286
+
104176
104287
  const globalsThemeToStyle = index_cjsExports.globalsThemeToStyle;
104177
104288
  const createComponentsTheme = index_cjsExports.createComponentsTheme;
104178
104289
  const themeToStyle = index_cjsExports.themeToStyle;
@@ -104223,6 +104334,8 @@ exports.GridSelectionColumn = GridSelectionColumn;
104223
104334
  exports.GridTextColumn = GridTextColumn;
104224
104335
  exports.Hcaptcha = Hcaptcha;
104225
104336
  exports.HcaptchaClass = HcaptchaClass;
104337
+ exports.Honeypot = Honeypot;
104338
+ exports.HoneypotClass = HoneypotClass;
104226
104339
  exports.HybridField = HybridField;
104227
104340
  exports.HybridFieldClass = HybridFieldClass;
104228
104341
  exports.IconClass = IconClass;