@oliasoft-open-source/react-ui-library 5.11.3-beta-1 → 5.11.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5081,13 +5081,13 @@ const TableImportExport = ({ config: e, smartUploadConfig: t, testId: n }) => {
5081
5081
  ...H.length ? [{
5082
5082
  section: [...H, ...G],
5083
5083
  name: "import-options",
5084
- iconName: "upload",
5084
+ iconName: "import",
5085
5085
  tooltip: k("import")
5086
5086
  }] : [],
5087
5087
  ...U.length ? [{
5088
5088
  section: U,
5089
5089
  name: "export-options",
5090
- iconName: "download",
5090
+ iconName: "export",
5091
5091
  tooltip: k("export")
5092
5092
  }] : [],
5093
5093
  ...W.length ? [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.11.3-beta-1",
3
+ "version": "5.11.3",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {