@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.
package/dist/index.esm.js CHANGED
@@ -19026,6 +19026,13 @@ const colors$2 = genColors({
19026
19026
  highlight: '#fef1f1',
19027
19027
  contrast: '#ffffff',
19028
19028
  },
19029
+ warning: {
19030
+ main: '#c45512',
19031
+ dark: '#a24309',
19032
+ light: '#ff985a',
19033
+ highlight: '#fdf0e5',
19034
+ contrast: '#ffffff',
19035
+ },
19029
19036
  });
19030
19037
 
19031
19038
  const fonts$1 = {
@@ -19203,6 +19210,13 @@ const colors$1 = genColors$1({
19203
19210
  highlight: '#fef1f1',
19204
19211
  contrast: '#ffffff',
19205
19212
  },
19213
+ warning: {
19214
+ main: '#c45512',
19215
+ dark: '#a24309',
19216
+ light: '#ff985a',
19217
+ highlight: '#fdf0e5',
19218
+ contrast: '#ffffff',
19219
+ },
19206
19220
  });
19207
19221
 
19208
19222
  const fonts = {
@@ -20220,9 +20234,21 @@ const text$1 = {
20220
20234
  error: {
20221
20235
  [vars$O.textColor]: globalRefs$A.colors.error.main,
20222
20236
  },
20237
+ 'error-dark': {
20238
+ [vars$O.textColor]: globalRefs$A.colors.error.dark,
20239
+ },
20223
20240
  success: {
20224
20241
  [vars$O.textColor]: globalRefs$A.colors.success.main,
20225
20242
  },
20243
+ 'success-dark': {
20244
+ [vars$O.textColor]: globalRefs$A.colors.success.dark,
20245
+ },
20246
+ warning: {
20247
+ [vars$O.textColor]: globalRefs$A.colors.warning.main,
20248
+ },
20249
+ 'warning-dark': {
20250
+ [vars$O.textColor]: globalRefs$A.colors.warning.dark,
20251
+ },
20226
20252
  },
20227
20253
 
20228
20254
  textAlign: {
@@ -24332,6 +24358,13 @@ const colors = {
24332
24358
  highlight: '#4a0603',
24333
24359
  contrast: '#000000',
24334
24360
  },
24361
+ warning: {
24362
+ main: '#EF7A33',
24363
+ dark: '#FF985A',
24364
+ light: '#FF6304',
24365
+ highlight: '#C45512',
24366
+ contrast: '#000000',
24367
+ },
24335
24368
  };
24336
24369
 
24337
24370
  const darkTheme = merge({}, defaultTheme, {