simple-merge-class-names 6.0.6 → 6.0.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # simple-merge-class-names
2
2
 
3
- A straightforward utility for merging CSS class names in `React + Tailwind` and other _JavaScript_ projects.
3
+ A straightforward utility for merging CSS class names in _React & Tailwind_ and other _JavaScript_ projects.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -2,4 +2,3 @@ export declare const mergeClassNames: (...args: (string | false)[]) => string;
2
2
  export declare const mergeClassNamesDebugger: (
3
3
  ...args: (string | false)[]
4
4
  ) => string;
5
- export declare const isEmptyString: (argument: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-merge-class-names",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "description": "A straightforward utility for merging CSS class names in React + Tailwind and JavaScript projects.",
5
5
  "exports": {
6
6
  ".": {