@r365/react-calendar-timeline
Advanced tools
Comparing version 0.24.0 to 0.24.1
@@ -0,0 +0,0 @@ # Change Log |
@@ -118,4 +118,6 @@ 'use strict'; | ||
var _stackGroup = (0, _calendar.stackGroup)(itemDimensions, stackItems, itemHeight, 0), | ||
height = _stackGroup.groupHeight; | ||
groupHeight = _stackGroup.groupHeight; | ||
var height = Math.max(itemHeight, groupHeight); | ||
return _react2.default.createElement( | ||
@@ -122,0 +124,0 @@ _CustomHeader2.default, |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -1003,2 +1003,2 @@ 'use strict'; | ||
exports.default = ReactCalendarTimeline; | ||
exports.default = ReactCalendarTimeline; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "@r365/react-calendar-timeline", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"description": "react calendar timeline", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,0 +0,0 @@ # React Calendar Timeline |
@@ -0,0 +0,0 @@ import Timeline from './lib/Timeline' |
@@ -0,0 +0,0 @@ import PropTypes from 'prop-types' |
@@ -0,0 +0,0 @@ export const defaultKeys = { |
export const LEFT_VARIANT= 'left' | ||
export const RIGHT_VARIANT= 'right' | ||
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -102,3 +102,3 @@ import React from 'react' | ||
const { groupHeight: height } = stackGroup( | ||
const { groupHeight } = stackGroup( | ||
itemDimensions, | ||
@@ -108,3 +108,5 @@ stackItems, | ||
0 | ||
) | ||
) | ||
const height = Math.max(itemHeight, groupHeight) | ||
return ( | ||
@@ -111,0 +113,0 @@ <CustomHeader> |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import PropTypes from 'prop-types' |
@@ -0,0 +0,0 @@ export const overridableStyles = { |
@@ -0,0 +0,0 @@ import PropTypes from 'prop-types' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react' |
@@ -0,0 +0,0 @@ import PropTypes from 'prop-types' |
@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react' |
@@ -0,0 +0,0 @@ import PropTypes from 'prop-types' |
@@ -0,0 +0,0 @@ import React from 'react' |
@@ -0,0 +0,0 @@ import moment from 'moment' |
@@ -0,0 +0,0 @@ // TODO: can we use getBoundingClientRect instead?? |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
468977
9821