@m4l/graphics 7.2.12 → 7.2.13-beta-improvement-606-typography-leveling.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.
@@ -19,11 +19,11 @@ function b(r) {
19
19
  marginTop: r.vars.size.baseSpacings.sp1,
20
20
  boxShadow: r.vars.customShadows.z4,
21
21
  color: r.vars.palette.text.primary,
22
- // Header
22
+ // Header.
23
23
  "& .rs-picker-daterange-header": {
24
24
  color: r.vars.palette.text.primary,
25
25
  borderColor: r.vars.palette.border.disabled,
26
- ...o(e, a, "body")
26
+ ...o(e, a, "bodyStandard")
27
27
  },
28
28
  // Body
29
29
  "& .rs-picker-daterange-calendar-group": {
@@ -44,7 +44,7 @@ function b(r) {
44
44
  // button title month
45
45
  "& .rs-calendar-header-title": {
46
46
  color: r.vars.palette.text.primary,
47
- ...o(e, a, "body"),
47
+ ...o(e, a, "bodyStandard"),
48
48
  "&:hover": {
49
49
  backgroundColor: r.vars.palette.default.hoverOpacity
50
50
  },
@@ -78,7 +78,7 @@ function b(r) {
78
78
  height: "fit-content",
79
79
  "& .rs-calendar-table-header-cell-content": {
80
80
  color: r.vars.palette.text.secondary,
81
- ...o(e, a, "body"),
81
+ ...o(e, a, "bodyStandard"),
82
82
  ...l(
83
83
  r,
84
84
  a,
@@ -128,7 +128,7 @@ function b(r) {
128
128
  })
129
129
  ),
130
130
  "& .rs-calendar-table-cell-day": {
131
- ...o(e, a, "body")
131
+ ...o(e, a, "bodyStandard")
132
132
  }
133
133
  },
134
134
  "&.rs-calendar-table-cell-un-same-month": {
@@ -215,7 +215,7 @@ function b(r) {
215
215
  // year title
216
216
  "& .rs-calendar-month-dropdown-year": {
217
217
  color: r.vars.palette.text.primary,
218
- ...o(e, a, "body"),
218
+ ...o(e, a, "bodyStandard"),
219
219
  "&.rs-calendar-month-dropdown-year-active": {
220
220
  color: r.vars.palette.primary.enabled
221
221
  }
@@ -227,7 +227,7 @@ function b(r) {
227
227
  justifyContent: "center",
228
228
  "& .rs-calendar-month-dropdown-cell-content": {
229
229
  color: r.vars.palette.text.primary,
230
- ...o(e, a, "body"),
230
+ ...o(e, a, "bodyStandard"),
231
231
  "&:hover": {
232
232
  backgroundColor: r.vars.palette.default.hoverOpacity,
233
233
  color: r.vars.palette.primary.enabled
@@ -240,7 +240,7 @@ function b(r) {
240
240
  "&.rs-calendar-month-dropdown-cell-active .rs-calendar-month-dropdown-cell-content": {
241
241
  backgroundColor: r.vars.palette.primary.enabled,
242
242
  color: r.vars.palette.primary.contrastText,
243
- ...o(e, a, "body"),
243
+ ...o(e, a, "bodyStandard"),
244
244
  "&:hover": {
245
245
  backgroundColor: r.vars.palette.primary.hover
246
246
  },
@@ -258,14 +258,14 @@ function b(r) {
258
258
  "& .rs-calendar-time-dropdown-column-title": {
259
259
  backgroundColor: "transparent",
260
260
  color: r.vars.palette.text.primary,
261
- ...o(e, a, "body")
261
+ ...o(e, a, "bodyStandard")
262
262
  },
263
263
  "& .rs-scroll-view-custom-scrollbar": {
264
264
  "& li": {
265
265
  "& .rs-calendar-time-dropdown-cell": {
266
266
  borderRadius: r.vars.size.borderRadius.r2,
267
267
  color: r.vars.palette.text.primary,
268
- ...o(e, a, "body"),
268
+ ...o(e, a, "bodyStandard"),
269
269
  "&:hover": {
270
270
  backgroundColor: r.vars.palette.default.hoverOpacity
271
271
  },
@@ -319,7 +319,7 @@ function b(r) {
319
319
  }
320
320
  },
321
321
  "& .rs-btn": {
322
- ...o(e, a, "body")
322
+ ...o(e, a, "bodyStandard")
323
323
  },
324
324
  "& .rs-picker-toolbar-right": {
325
325
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/graphics",
3
- "version": "7.2.12",
3
+ "version": "7.2.13-beta-improvement-606-typography-leveling.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },