@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/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1114,7 +1114,7 @@ const INPUT_STYLES = theme.createStyles((theme) => ({
|
|
|
1114
1114
|
borderColor: theme.colors.primary,
|
|
1115
1115
|
},
|
|
1116
1116
|
'::placeholder': {
|
|
1117
|
-
color: theme.colors.
|
|
1117
|
+
color: theme.colors.textTertiary,
|
|
1118
1118
|
fontSize: theme.fontSize.sm,
|
|
1119
1119
|
},
|
|
1120
1120
|
...(disabled && {
|
|
@@ -1261,7 +1261,7 @@ const TEXTAREA_STYLES = theme.createStyles((theme) => ({
|
|
|
1261
1261
|
borderColor: theme.colors.primary,
|
|
1262
1262
|
},
|
|
1263
1263
|
'::placeholder': {
|
|
1264
|
-
color: theme.colors.
|
|
1264
|
+
color: theme.colors.textTertiary,
|
|
1265
1265
|
fontSize: theme.fontSize.sm,
|
|
1266
1266
|
textOverflow: 'ellipsis',
|
|
1267
1267
|
overflow: 'hidden',
|
|
@@ -1361,7 +1361,7 @@ const SELECT_STYLES = theme.createStyles((theme) => ({
|
|
|
1361
1361
|
placeholder: {
|
|
1362
1362
|
flex: 1,
|
|
1363
1363
|
fontSize: theme.fontSize.md,
|
|
1364
|
-
color: theme.colors.
|
|
1364
|
+
color: theme.colors.textTertiary
|
|
1365
1365
|
}
|
|
1366
1366
|
}));
|
|
1367
1367
|
|
|
@@ -2010,7 +2010,7 @@ const DATE_PICKER_STYLES = theme.createStyles((theme) => ({
|
|
|
2010
2010
|
borderColor: theme.colors.primary,
|
|
2011
2011
|
},
|
|
2012
2012
|
'::placeholder': {
|
|
2013
|
-
color: theme.colors.
|
|
2013
|
+
color: theme.colors.textTertiary,
|
|
2014
2014
|
},
|
|
2015
2015
|
':disabled': {
|
|
2016
2016
|
color: theme.colors.disabledText,
|