@esic-lab/data-core-ui 0.0.84 → 0.0.85

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
@@ -4558,7 +4558,7 @@ function ProfileSelect({
4558
4558
  "span",
4559
4559
  {
4560
4560
  className: "font-semibold body-3 line-clamp-1",
4561
- title: company,
4561
+ title: `${company} (${users.length})`,
4562
4562
  children: [
4563
4563
  company,
4564
4564
  " (",
package/dist/index.mjs CHANGED
@@ -4492,7 +4492,7 @@ function ProfileSelect({
4492
4492
  "span",
4493
4493
  {
4494
4494
  className: "font-semibold body-3 line-clamp-1",
4495
- title: company,
4495
+ title: `${company} (${users.length})`,
4496
4496
  children: [
4497
4497
  company,
4498
4498
  " (",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esic-lab/data-core-ui",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",