simple-merge-class-names 5.0.0 → 5.0.1

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 +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
4
4
 
5
5
  ## Table of Contents
6
6
 
7
+ - [Support Palestine](#support-palestine)
7
8
  - [Production Considerations](#production-considerations)
8
9
  - [Installation](#installation)
9
10
  - [Install Prettier With VSCode (Most Recommended)](#install-prettier-with-vscode-most-recommended)
@@ -23,6 +24,20 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
23
24
  - [Where This Package Excels](#where-this-package-excels)
24
25
  - [License](#license)
25
26
 
27
+ ## Support Palestine
28
+
29
+ We Stand with Palestine <img
30
+ src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiB2aWV3Qm94PSIwIDAgNiAzIj48cmVjdCBmaWxsPSIjMDA5NjM5IiB3aWR0aD0iNiIgaGVpZ2h0PSIzIi8+PHJlY3QgZmlsbD0iI0ZGRiIgd2lkdGg9IjYiIGhlaWdodD0iMiIvPjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz48cGF0aCBmaWxsPSIjRUQyRTM4IiBkPSJNMCwwbDIsMS41TDAsM1oiLz48L3N2Zz4="
31
+ alt="Flag of Palestine"
32
+ style="height: 0.6rem;"
33
+ />
34
+
35
+ [Donate](https://gazafunds.com/)
36
+
37
+ [Boycott Brands Supporting Genocide](https://www.uplift.ie/bds/)
38
+
39
+ [Legal Action](https://www.hindrajabfoundation.org/perpetrators)
40
+
26
41
  ## Production Considerations
27
42
 
28
43
  When developing this package I prioritized _code readability_, _strict input handling_, and _improved developer experience_, as such **_performance_** and **_features_** were not the guiding factor. Therefore if you are considering this package for production, you might also want to look into `clsx`: [https://www.npmjs.com/package/clsx](https://www.npmjs.com/package/clsx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-merge-class-names",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "A straightforward utility for merging CSS class names in React + Tailwind and JavaScript projects.",
5
5
  "exports": {
6
6
  ".": {