diff --git a/README.md b/README.md index 7f8e70a36..91b9135c0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The lightweight, dependency-free, **dark-theme aware** table component for your > _Thank you for the wonderful, useful, and beautiful DataTable that has allowed me to create several applications without any problem 👏_ -Mantine DataTable is used by developers and companies around the world, such as: [SegmentX](https://segmentx.ai), [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [kapa.ai](https://kapa.ai/), [exdatis.ai](https://exdatis.ai/), [teachfloor](https://www.teachfloor.com/), [MARKUP](https://www.getmarkup.com/), [BookieBase](https://bookiebase.ie/), [zipline](https://zipline.diced.tech/), [Pachtop](https://github.com/pacholoamit/pachtop), [Ganymede](https://github.com/Zibbp/ganymede), [COH3 Stats](https://coh3stats.com/), [Culver City Rental Registry](https://www.ccrentals.org/) and many more. +Mantine DataTable is used by developers and companies around the world, such as: [SegmentX](https://segmentx.ai), [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [Aquarino](https://www.aquarino.com.br/), [Dera](https://getdera.com/), [kapa.ai](https://kapa.ai/), [exdatis.ai](https://exdatis.ai/), [teachfloor](https://www.teachfloor.com/), [MARKUP](https://www.getmarkup.com/), [BookieBase](https://bookiebase.ie/), [zipline](https://zipline.diced.tech/), [Pachtop](https://github.com/pacholoamit/pachtop), [Ganymede](https://github.com/Zibbp/ganymede), [COH3 Stats](https://coh3stats.com/), [Culver City Rental Registry](https://www.ccrentals.org/) and many more. If you're using Mantine DataTable in your project, please drop me a line at the email address listed in my [GitHub profile](https://github.com/icflorescu) and I'll be happy to add it to the list and on the [documentation website](https://icflorescu.github.io/mantine-datatable/). diff --git a/components/PackageUsers.tsx b/components/PackageUsers.tsx index 3beceb3a3..fa1e9bbe0 100644 --- a/components/PackageUsers.tsx +++ b/components/PackageUsers.tsx @@ -6,7 +6,7 @@ import classes from './PackageUsers.module.css'; const USERS: { name: string; showText?: boolean; - logo: { base: string; ext: 'png' | 'svg'; themed?: true; scale?: number; shift?: number }; + logo: { base: string; ext: 'png' | 'webp' | 'svg'; themed?: true; scale?: number; shift?: number }; link: string; shift?: number; }[] = [ @@ -32,6 +32,13 @@ const USERS: { logo: { base: 'aquarino', ext: 'svg', shift: 2 }, link: 'http://aquarino.com.br', }, + { + name: 'Dera', + showText: true, + logo: { base: 'dera', ext: 'webp', shift: 10 }, + link: 'https://getdera.com/', + shift: 1, + }, { name: 'kappa.ai', logo: { base: 'kapa', ext: 'png', themed: true, scale: 98, shift: 1 }, diff --git a/package.json b/package.json index 250c72005..85db52f43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-datatable", - "version": "7.5.0", + "version": "7.5.1", "description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more", "keywords": [ "mantine", diff --git a/public/users/dera.webp b/public/users/dera.webp new file mode 100644 index 000000000..9c41f8f58 Binary files /dev/null and b/public/users/dera.webp differ