simple-merge-class-names 7.0.0 → 7.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ For Production look into [https://www.npmjs.com/package/clsx](https://www.npmjs.
36
36
 
37
37
  - [Legal Action](https://www.hindrajabfoundation.org/perpetrators)
38
38
 
39
- _Palestine is fundamental non-negotiable human rights. End all financial and diplomatic ties with i\*rael_.
39
+ _Palestine is about fundamental non-negotiable human rights. End all financial and diplomatic ties with i\*rael_.
40
40
 
41
41
  ## Installation
42
42
 
@@ -170,7 +170,7 @@ mergeClassNames(
170
170
  );
171
171
  ```
172
172
 
173
- ![screenshot of console.warn warnings because invalid arguments were provided and ignored, so no silent failing](.github/images/warnings.PNG)
173
+ ![screenshot of console.warn warnings because invalid arguments were provided and ignored, so no silent failing](https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/warnings.PNG)
174
174
 
175
175
  ### Reason for warnings
176
176
 
@@ -234,7 +234,7 @@ mergeClassNames(condition ? "disabled" : mergeClassNames(...) )
234
234
  - _For Firefox:_ Open **_Developer Tools_:**
235
235
  - _Make Sure_ **_Debugger_** _(tab)_ -> **`Pause on debugger statement`** is ticked.
236
236
  - Keep Dev Tools open.
237
- ![screenshot of Firefox Debugger section with Pause on debugger statement ticked on](.github/images/debugger-enabled.png)
237
+ ![screenshot of Firefox Debugger section with Pause on debugger statement ticked on](https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/debugger-enabled.png)
238
238
 
239
239
  - Use **`import {mergeClassNamesDebugger as mergeClassNames}`** to debug the entire file, and keep the rest intact.
240
240
 
@@ -285,10 +285,10 @@ mergeClassNames(condition ? "disabled" : mergeClassNames(...) )
285
285
  - Navigate to the **_Call stack_**
286
286
  - Click the function/component right before _`mergeClassNamesDebugger`_
287
287
 
288
- ![screenshot of Firefox debugger active because of `undefined` invalid class name argument](.github/images/debugger-active.png)
288
+ ![screenshot of Firefox debugger active because of `undefined` invalid class name argument](https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/debugger-active.png)
289
289
 
290
290
  - Hover over the arguments, one or several should be invalid:
291
- ![screenshot of Firefox debugger active because of `undefined` invalid class name argument](.github/images/debugger-3.png)
291
+ ![screenshot of Firefox debugger active because of `undefined` invalid class name argument](https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/debugger-3.png)
292
292
 
293
293
  ## VSCode Workflow To Minimize Typing Strain
294
294
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-merge-class-names",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "A straightforward utility for merging CSS class names in React + Tailwind and JavaScript projects.",
5
5
  "exports": {
6
6
  ".": {