carbon-react 104.45.0 → 104.46.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/esm/components/date/__internal__/date-picker/day-picker.style.js +4 -4
- package/esm/components/date/__internal__/weekday/weekday.style.js +1 -1
- package/esm/components/date-range/date-range.style.js +1 -1
- package/lib/components/date/__internal__/date-picker/day-picker.style.js +4 -4
- package/lib/components/date/__internal__/weekday/weekday.style.js +1 -1
- package/lib/components/date-range/date-range.style.js +1 -1
- package/package.json +1 -1
|
@@ -231,7 +231,7 @@ const StyledDayPicker = styled.div`
|
|
|
231
231
|
color: var(--colorsActionMajorYin090);
|
|
232
232
|
line-height: var(--sizing500);
|
|
233
233
|
height: var(--sizing500);
|
|
234
|
-
//font: var(--typographyDatePickerCalendarMonthM); to be
|
|
234
|
+
//font: var(--typographyDatePickerCalendarMonthM); font assets to be updated part of FE-4975
|
|
235
235
|
font-size: 16px;
|
|
236
236
|
font-weight: 800;
|
|
237
237
|
|
|
@@ -243,13 +243,13 @@ const StyledDayPicker = styled.div`
|
|
|
243
243
|
|
|
244
244
|
.DayPicker-Day {
|
|
245
245
|
min-width: var(--sizing500);
|
|
246
|
-
height:
|
|
246
|
+
height: var(--sizing450);
|
|
247
247
|
padding: 0;
|
|
248
248
|
background-color: var(--colorsUtilityYang100);
|
|
249
249
|
cursor: pointer;
|
|
250
250
|
border: none;
|
|
251
|
-
//font-family: var(--fontFamiliesDefault);
|
|
252
|
-
//font: var(--typographyDatePickerCalendarDateM); to be
|
|
251
|
+
//font-family: var(--fontFamiliesDefault); font assets to be updated part of FE-4975
|
|
252
|
+
//font: var(--typographyDatePickerCalendarDateM); font assets to be updated part of FE-4975
|
|
253
253
|
font-weight: var(--fontWeights700);
|
|
254
254
|
font-size: var(--fontSizes100);
|
|
255
255
|
line-height: var(--lineHeights500);
|
|
@@ -9,7 +9,7 @@ const StyledWeekday = styled.div`
|
|
|
9
9
|
color: var(--colorsActionMinor400);
|
|
10
10
|
text-transform: uppercase;
|
|
11
11
|
font-size: 12px;
|
|
12
|
-
//font: var(--typographyDatePickerCalendarDayM) to be
|
|
12
|
+
//font: var(--typographyDatePickerCalendarDayM) font assets to be updated part of FE-4975
|
|
13
13
|
text-align: center;
|
|
14
14
|
padding: 20px 0 5px;
|
|
15
15
|
box-sizing: border-box;
|
|
@@ -242,7 +242,7 @@ const StyledDayPicker = _styledComponents.default.div`
|
|
|
242
242
|
color: var(--colorsActionMajorYin090);
|
|
243
243
|
line-height: var(--sizing500);
|
|
244
244
|
height: var(--sizing500);
|
|
245
|
-
//font: var(--typographyDatePickerCalendarMonthM); to be
|
|
245
|
+
//font: var(--typographyDatePickerCalendarMonthM); font assets to be updated part of FE-4975
|
|
246
246
|
font-size: 16px;
|
|
247
247
|
font-weight: 800;
|
|
248
248
|
|
|
@@ -254,13 +254,13 @@ const StyledDayPicker = _styledComponents.default.div`
|
|
|
254
254
|
|
|
255
255
|
.DayPicker-Day {
|
|
256
256
|
min-width: var(--sizing500);
|
|
257
|
-
height:
|
|
257
|
+
height: var(--sizing450);
|
|
258
258
|
padding: 0;
|
|
259
259
|
background-color: var(--colorsUtilityYang100);
|
|
260
260
|
cursor: pointer;
|
|
261
261
|
border: none;
|
|
262
|
-
//font-family: var(--fontFamiliesDefault);
|
|
263
|
-
//font: var(--typographyDatePickerCalendarDateM); to be
|
|
262
|
+
//font-family: var(--fontFamiliesDefault); font assets to be updated part of FE-4975
|
|
263
|
+
//font: var(--typographyDatePickerCalendarDateM); font assets to be updated part of FE-4975
|
|
264
264
|
font-weight: var(--fontWeights700);
|
|
265
265
|
font-size: var(--fontSizes100);
|
|
266
266
|
line-height: var(--lineHeights500);
|
|
@@ -19,7 +19,7 @@ const StyledWeekday = _styledComponents.default.div`
|
|
|
19
19
|
color: var(--colorsActionMinor400);
|
|
20
20
|
text-transform: uppercase;
|
|
21
21
|
font-size: 12px;
|
|
22
|
-
//font: var(--typographyDatePickerCalendarDayM) to be
|
|
22
|
+
//font: var(--typographyDatePickerCalendarDayM) font assets to be updated part of FE-4975
|
|
23
23
|
text-align: center;
|
|
24
24
|
padding: 20px 0 5px;
|
|
25
25
|
box-sizing: border-box;
|