@indxsearch/pixl 1.1.1 → 1.2.0

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/LICENSE +30 -0
  2. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,30 @@
1
+ # Indx Brand Asset License
2
+
3
+ All rights reserved.
4
+
5
+ This directory contains Indx brand assets, including but not limited to:
6
+
7
+ - Logos
8
+ - Logomarks
9
+ - Brand-specific icons
10
+ - Wordmarks
11
+
12
+ ## Usage
13
+
14
+ You may **not** use, copy, modify, distribute, or display these assets
15
+ without explicit written permission from Indx, except where required by law.
16
+
17
+ These assets may not be used:
18
+
19
+ - In commercial products or services
20
+ - To imply endorsement by Indx
21
+ - As part of a competing product or service
22
+ - In redistributed UI kits, templates, or themes
23
+
24
+ ## Open Source Notice
25
+
26
+ These assets are **not open source**, even if included in an open-source repository.
27
+
28
+ For permission requests, contact: post@indx.co
29
+
30
+ All other icons are free to use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indxsearch/pixl",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "7x5 pixel React icons by Indx Search.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "indxsearch"
21
21
  ],
22
22
  "author": "Indx Search",
23
- "license": "MIT",
23
+ "license": "SEE LICENSE IN LICENSE",
24
24
  "devDependencies": {
25
25
  "@types/node": "^22.15.3",
26
26
  "@types/react": "^19.1.2",