@mcurros2/microm 1.1.425-0 → 1.1.426-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/dist/index.js CHANGED
@@ -9075,7 +9075,7 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
9075
9075
  style: sectionStyle,
9076
9076
  children: [
9077
9077
  showToolbar && /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $3vFhj.DataGridToolbar), {
9078
- ...overridenLabels,
9078
+ ...labels,
9079
9079
  enableExport: enableExport,
9080
9080
  onExportClick: dataGridAPI.handleExport,
9081
9081
  onRefreshClick: handleToolbarRefresh,
@@ -9112,7 +9112,7 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
9112
9112
  h: "xs"
9113
9113
  }),
9114
9114
  /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $j8hoz.DataGridActionsToolbar), {
9115
- ...labels,
9115
+ ...overridenLabels,
9116
9116
  size: toolbarSize,
9117
9117
  viewName: viewName,
9118
9118
  onAddClick: dataGridAPI.handleAddClick,