classix 2.1.22 → 2.1.24

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/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
  ![Build](https://img.shields.io/github/actions/workflow/status/alexnault/classix/ci-and-publish.yml?branch=main&style=flat-square)
7
7
  ![Test coverage](https://img.shields.io/codecov/c/github/alexnault/classix?style=flat-square)
8
8
  ![Monthly downloads](https://img.shields.io/npm/dm/classix?style=flat-square)
9
+ ![Size](https://img.shields.io/badge/dynamic/json?color=blue&label=size&query=$.size.uncompressedSize&url=https://deno.bundlejs.com?q=classix&style=flat-square)
9
10
 
10
11
  The [fastest](#performance) and [tiniest](#size) utility for conditionally joining classNames.
11
12
 
@@ -85,7 +86,7 @@ What's more, by leveraging them, classix provides:
85
86
 
86
87
  ![Size comparison chart](media/size.png)
87
88
 
88
- Sources: [classix](https://bundlejs.com/api?q=classix), [clsx](https://bundlejs.com/api?q=clsx), [classnames](https://bundlejs.com/api?q=classnames)
89
+ Sources: [classix](https://deno.bundlejs.com?q=classix), [clsx](https://deno.bundlejs.com?q=clsx), [classnames](https://deno.bundlejs.com?q=classnames)
89
90
 
90
91
  ### Performance
91
92
 
package/dist/classix.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare type Argument = string | boolean | null | undefined;
1
+ type Argument = string | boolean | null | undefined;
2
2
  /**
3
3
  * Conditionally join classNames into a single string
4
4
  * @param {...String} args The expressions to evaluate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classix",
3
- "version": "2.1.22",
3
+ "version": "2.1.24",
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",