@apexcura/ui-components 0.0.11-Beta252 → 0.0.11-Beta253

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
@@ -708,7 +708,8 @@ var TableElement = (props) => {
708
708
  {
709
709
  pagination: {
710
710
  showTotal: (total) => `Total: ${total} items`,
711
- total: count
711
+ total: count,
712
+ showSizeChanger: false
712
713
  },
713
714
  dataSource,
714
715
  columns,
package/dist/index.mjs CHANGED
@@ -656,7 +656,8 @@ var TableElement = (props) => {
656
656
  {
657
657
  pagination: {
658
658
  showTotal: (total) => `Total: ${total} items`,
659
- total: count
659
+ total: count,
660
+ showSizeChanger: false
660
661
  },
661
662
  dataSource,
662
663
  columns,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta252",
3
+ "version": "0.0.11-Beta253",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",
@@ -48,7 +48,6 @@
48
48
  "node": ">=18.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@apexcura/ui-components": "^0.0.11-Beta245",
52
51
  "@tinymce/tinymce-react": "^5.0.1",
53
52
  "autoprefixer": "^10.4.19",
54
53
  "date-fns": "^3.6.0",