@aurora-ds/components 0.24.4 → 0.24.5

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/esm/index.js CHANGED
@@ -1112,7 +1112,7 @@ const INPUT_STYLES = createStyles((theme) => ({
1112
1112
  borderColor: theme.colors.primary,
1113
1113
  },
1114
1114
  '::placeholder': {
1115
- color: theme.colors.textSecondary,
1115
+ color: theme.colors.textTertiary,
1116
1116
  fontSize: theme.fontSize.sm,
1117
1117
  },
1118
1118
  ...(disabled && {
@@ -1259,7 +1259,7 @@ const TEXTAREA_STYLES = createStyles((theme) => ({
1259
1259
  borderColor: theme.colors.primary,
1260
1260
  },
1261
1261
  '::placeholder': {
1262
- color: theme.colors.textSecondary,
1262
+ color: theme.colors.textTertiary,
1263
1263
  fontSize: theme.fontSize.sm,
1264
1264
  textOverflow: 'ellipsis',
1265
1265
  overflow: 'hidden',
@@ -1359,7 +1359,7 @@ const SELECT_STYLES = createStyles((theme) => ({
1359
1359
  placeholder: {
1360
1360
  flex: 1,
1361
1361
  fontSize: theme.fontSize.md,
1362
- color: theme.colors.textSecondary
1362
+ color: theme.colors.textTertiary
1363
1363
  }
1364
1364
  }));
1365
1365
 
@@ -2008,7 +2008,7 @@ const DATE_PICKER_STYLES = createStyles((theme) => ({
2008
2008
  borderColor: theme.colors.primary,
2009
2009
  },
2010
2010
  '::placeholder': {
2011
- color: theme.colors.textSecondary,
2011
+ color: theme.colors.textTertiary,
2012
2012
  },
2013
2013
  ':disabled': {
2014
2014
  color: theme.colors.disabledText,