@versini/ui-fingerprint 1.1.2 → 1.1.3

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,7 +6,6 @@
6
6
 
7
7
  The Fingerprint component creates unique visual patterns for user identification, data visualization, or decorative purposes.
8
8
 
9
-
10
9
  ## Table of Contents
11
10
 
12
11
  - [Features](#features)
@@ -19,7 +18,7 @@ The Fingerprint component creates unique visual patterns for user identification
19
18
  npm install @versini/ui-fingerprint
20
19
  ```
21
20
 
22
- > **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [root README](../../README.md#tailwindcss-setup) for complete setup instructions.
21
+ > **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [installation documentation](https://versini-org.github.io/ui-components/?path=/docs/getting-started-installation--docs) for complete setup instructions.
23
22
 
24
23
  ## Usage
25
24
 
@@ -27,8 +26,6 @@ npm install @versini/ui-fingerprint
27
26
  import { Fingerprint } from "@versini/ui-fingerprint";
28
27
 
29
28
  function App() {
30
- return (
31
- <Fingerprint seed="unique-identifier" />
32
- );
29
+ return <Fingerprint seed="unique-identifier" />;
33
30
  }
34
31
  ```
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
- @versini/ui-fingerprint v1.1.2
2
+ @versini/ui-fingerprint v1.1.3
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  window.__VERSINI_UI_FINGERPRINT__ || (window.__VERSINI_UI_FINGERPRINT__ = {
7
- version: "1.1.2",
8
- buildTime: "08/23/2025 09:10 AM EDT",
7
+ version: "1.1.3",
8
+ buildTime: "08/23/2025 10:08 AM EDT",
9
9
  homepage: "https://github.com/aversini/ui-components",
10
10
  license: "MIT"
11
11
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-fingerprint",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -34,5 +34,5 @@
34
34
  "test:watch": "vitest",
35
35
  "test": "vitest run"
36
36
  },
37
- "gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
37
+ "gitHead": "a1afd6e4613b1da7abf61d10a72614611521fb39"
38
38
  }