kibana/packages/kbn-calculate-width-from-char-count
Marco Vettorello b61ad41284
[deps] Replace faker with @faker-js (#201105)
## Summary

The `faker` library is[ not maintained
anymore](https://fakerjs.dev/about/announcements/2022-01-14.html#i-heard-something-happened-what-s-the-tldr)
and is replaced by a community fork `@faker-js`.
This PR migrates all the usages of faker to the new library, trying to
use the same methods (even if they have slight differences in results
like `faker.random.number()` has a max of 99999 where instead
`faker.number.int()` have a MAX_SAFE_INTEGER as max).
2024-12-03 18:17:49 +01:00
..
.storybook
src [deps] Replace faker with @faker-js (#201105) 2024-12-03 18:17:49 +01:00
index.ts
jest.config.js
kibana.jsonc Sustainable Kibana Architecture: Categorise straightforward packages (#199630) 2024-11-22 10:33:25 +01:00
package.json
README.md
tsconfig.json

@kbn/calculate-width-from-char-count

This package contains a function that calculates the approximate width of the component from a text length.