classix 2.1.1 → 2.1.2

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/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # classix
2
2
 
3
+ ![Build](https://img.shields.io/github/workflow/status/alexnault/classix/ci-and-publish?style=flat-square)
4
+ ![NPM version](https://img.shields.io/npm/v/classix?style=flat-square)
5
+ ![Size](https://img.shields.io/bundlephobia/minzip/classix?&style=flat-square)
6
+
3
7
  The [fastest](#comparison) and [tiniest](#comparison) utility for conditionally joining classNames.
4
8
 
5
9
  ## Installation
@@ -56,7 +60,7 @@ Sources: [classix](https://bundlephobia.com/package/classix), [clsx](https://bun
56
60
 
57
61
  Sources: Ran [benchmark](benchmark/) on an AMD Ryzen 5 5600x.
58
62
 
59
- Compared to other librairies, classix simplifies its API by forbidding object arguments, which it considers less ergonomic than string expressions:
63
+ Compared to other libraries, classix simplifies its API by omitting the use of object arguments, which it considers less ergonomic than string expressions:
60
64
 
61
65
  ```js
62
66
  // 🚫
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classix",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "The fastest and tiniest utility for conditionally joining classNames.",
5
5
  "main": "dist/classix.cjs.js",
6
6
  "module": "dist/classix.mjs.js",