baseui 0.0.0-next-fcba45c → 0.0.0-next-03a6fdb

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/datepicker/day.js CHANGED
@@ -357,6 +357,7 @@ var Day = /*#__PURE__*/function (_React$Component) {
357
357
  $isFocusVisible: this.state.isFocusVisible,
358
358
  $startOfMonth: this.dateHelpers.isStartOfMonth(date),
359
359
  $endOfMonth: this.dateHelpers.isEndOfMonth(date),
360
+ $month: this.getMonthProp(),
360
361
  $outsideMonth: $outsideMonth,
361
362
  $outsideMonthWithinRange: $outsideMonthWithinRange,
362
363
  $peekNextMonth: this.props.peekNextMonth,
@@ -313,6 +313,7 @@ export default class Day<T = Date> extends React.Component<
313
313
  $isFocusVisible: this.state.isFocusVisible,
314
314
  $startOfMonth: this.dateHelpers.isStartOfMonth(date),
315
315
  $endOfMonth: this.dateHelpers.isEndOfMonth(date),
316
+ $month: this.getMonthProp(),
316
317
  $outsideMonth,
317
318
  $outsideMonthWithinRange,
318
319
  $peekNextMonth: this.props.peekNextMonth,
@@ -242,6 +242,7 @@ export type SharedStylePropsT = {
242
242
  $isHeader: boolean;
243
243
  $isHighlighted: boolean;
244
244
  $isHovered: boolean;
245
+ $month: number;
245
246
  $outsideMonth: boolean;
246
247
  $pseudoHighlighted: boolean;
247
248
  $pseudoSelected: boolean;
@@ -231,6 +231,7 @@ export type SharedStylePropsT = {
231
231
  $isHighlighted: ?boolean,
232
232
  $isHovered: ?boolean,
233
233
  $isFocusVisible: ?boolean,
234
+ $month: ?number,
234
235
  $outsideMonth: ?boolean,
235
236
  $outsideMonthWithinRange: ?boolean,
236
237
  $peekNextMonth: ?boolean,
@@ -292,6 +292,7 @@ export default class Day extends React.Component {
292
292
  $isFocusVisible: this.state.isFocusVisible,
293
293
  $startOfMonth: this.dateHelpers.isStartOfMonth(date),
294
294
  $endOfMonth: this.dateHelpers.isEndOfMonth(date),
295
+ $month: this.getMonthProp(),
295
296
  $outsideMonth,
296
297
  $outsideMonthWithinRange,
297
298
  $peekNextMonth: this.props.peekNextMonth,
@@ -344,6 +344,7 @@ var Day = /*#__PURE__*/function (_React$Component) {
344
344
  $isFocusVisible: this.state.isFocusVisible,
345
345
  $startOfMonth: this.dateHelpers.isStartOfMonth(date),
346
346
  $endOfMonth: this.dateHelpers.isEndOfMonth(date),
347
+ $month: this.getMonthProp(),
347
348
  $outsideMonth: $outsideMonth,
348
349
  $outsideMonthWithinRange: $outsideMonthWithinRange,
349
350
  $peekNextMonth: this.props.peekNextMonth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-fcba45c",
3
+ "version": "0.0.0-next-03a6fdb",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",