classix 2.1.5 → 2.1.8

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
+ ![Banner](media/banner.jpg)
2
+
1
3
  # classix
2
4
 
3
- ![Build](https://img.shields.io/github/workflow/status/alexnault/classix/ci-and-publish?style=flat-square)
4
5
  ![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
+ ![Build](https://img.shields.io/github/workflow/status/alexnault/classix/ci-and-publish?style=flat-square)
7
+ ![Test coverage](https://img.shields.io/codecov/c/github/alexnault/classix?style=flat-square)
6
8
 
7
9
  The [fastest](#comparison) and [tiniest](#comparison) utility for conditionally joining classNames.
8
10
 
@@ -54,7 +56,7 @@ cx(
54
56
 
55
57
  ![Size comparison chart](media/size.png)
56
58
 
57
- Sources: [classix](https://bundlephobia.com/package/classix), [clsx](https://bundlephobia.com/package/clsx), [classnames](https://bundlephobia.com/package/classnames)
59
+ Sources: [classix](https://bundlejs.com/?q=classix), [clsx](https://bundlejs.com/?q=clsx), [classnames](https://bundlejs.com/?q=classnames)
58
60
 
59
61
  ![Performance comparison chart](media/perf.png)
60
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classix",
3
- "version": "2.1.5",
3
+ "version": "2.1.8",
4
4
  "description": "The fastest and tiniest utility for conditionally joining classNames.",
5
5
  "main": "dist/cjs/classix.js",
6
6
  "module": "dist/esm/classix.js",