@descope/web-components-ui 1.103.0 → 1.104.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.
@@ -926,6 +926,13 @@ const colors$2 = genColors({
926
926
  highlight: '#fef1f1',
927
927
  contrast: '#ffffff',
928
928
  },
929
+ warning: {
930
+ main: '#c45512',
931
+ dark: '#a24309',
932
+ light: '#ff985a',
933
+ highlight: '#fdf0e5',
934
+ contrast: '#ffffff',
935
+ },
929
936
  });
930
937
 
931
938
  const fonts$1 = {
@@ -1103,6 +1110,13 @@ const colors$1 = genColors$1({
1103
1110
  highlight: '#fef1f1',
1104
1111
  contrast: '#ffffff',
1105
1112
  },
1113
+ warning: {
1114
+ main: '#c45512',
1115
+ dark: '#a24309',
1116
+ light: '#ff985a',
1117
+ highlight: '#fdf0e5',
1118
+ contrast: '#ffffff',
1119
+ },
1106
1120
  });
1107
1121
 
1108
1122
  const fonts = {
@@ -6741,9 +6755,21 @@ const text$3 = {
6741
6755
  error: {
6742
6756
  [vars$O.textColor]: globalRefs$A.colors.error.main,
6743
6757
  },
6758
+ 'error-dark': {
6759
+ [vars$O.textColor]: globalRefs$A.colors.error.dark,
6760
+ },
6744
6761
  success: {
6745
6762
  [vars$O.textColor]: globalRefs$A.colors.success.main,
6746
6763
  },
6764
+ 'success-dark': {
6765
+ [vars$O.textColor]: globalRefs$A.colors.success.dark,
6766
+ },
6767
+ warning: {
6768
+ [vars$O.textColor]: globalRefs$A.colors.warning.main,
6769
+ },
6770
+ 'warning-dark': {
6771
+ [vars$O.textColor]: globalRefs$A.colors.warning.dark,
6772
+ },
6747
6773
  },
6748
6774
 
6749
6775
  textAlign: {
@@ -21617,6 +21643,13 @@ const colors = {
21617
21643
  highlight: '#4a0603',
21618
21644
  contrast: '#000000',
21619
21645
  },
21646
+ warning: {
21647
+ main: '#EF7A33',
21648
+ dark: '#FF985A',
21649
+ light: '#FF6304',
21650
+ highlight: '#C45512',
21651
+ contrast: '#000000',
21652
+ },
21620
21653
  };
21621
21654
 
21622
21655
  const darkTheme = merge({}, defaultTheme, {