dash_mantine_components 2.1.0 → 2.2.0-rc1

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.
@@ -130,6 +130,7 @@ pk.BarChart.propTypes = {data:pt.arrayOf(pt.objectOf(pt.any)),
130
130
  clickSeriesName:pt.objectOf(pt.any),
131
131
  hoverSeriesName:pt.objectOf(pt.any),
132
132
  withBarValueLabel:pt.bool,
133
+ valueLabelProps:pt.object,
133
134
  highlightHover:pt.bool,
134
135
  minBarSize:pt.number,
135
136
  maxBarWidth:pt.number,
@@ -1103,6 +1104,7 @@ pk.BarChart.propTypes = {data:pt.arrayOf(pt.objectOf(pt.any)),
1103
1104
  clickSeriesName:pt.objectOf(pt.any),
1104
1105
  hoverSeriesName:pt.objectOf(pt.any),
1105
1106
  withBarValueLabel:pt.bool,
1107
+ valueLabelProps:pt.object,
1106
1108
  highlightHover:pt.bool,
1107
1109
  minBarSize:pt.number,
1108
1110
  maxBarWidth:pt.number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dash_mantine_components",
3
- "version": "2.1.0",
3
+ "version": "2.2.0rc1",
4
4
  "description": "Plotly Dash Components based on Mantine",
5
5
  "main": "index.ts",
6
6
  "repository": {