ghostfill 0.2.2 → 0.2.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/LICENSE ADDED
@@ -0,0 +1,121 @@
1
+ # PolyForm Shield License 1.0.0
2
+
3
+ <https://polyformproject.org/licenses/shield/1.0.0>
4
+
5
+ ## Acceptance
6
+
7
+ In order to get any license under these terms, you must agree
8
+ to them as both strict obligations and conditions to all
9
+ your licenses.
10
+
11
+ ## Copyright License
12
+
13
+ The licensor grants you a copyright license for the
14
+ software to do everything you might do with the software
15
+ that would otherwise infringe the licensor's copyright
16
+ in it for any permitted purpose. However, you may only
17
+ distribute the software according to [Distribution
18
+ License](#distribution-license) and make changes or new works
19
+ based on the software according to [Changes and New Works
20
+ License](#changes-and-new-works-license).
21
+
22
+ ## Distribution License
23
+
24
+ The licensor grants you an additional copyright license
25
+ to distribute copies of the software. Your license
26
+ to distribute covers distributing the software with
27
+ changes and new works permitted by [Changes and New Works
28
+ License](#changes-and-new-works-license).
29
+
30
+ ## Notices
31
+
32
+ You must ensure that anyone who gets a copy of any part of
33
+ the software from you also gets a copy of these terms or the
34
+ URL for them above, as well as copies of any plain-text lines
35
+ beginning with `Required Notice:` that the licensor provided
36
+ with the software. For example:
37
+
38
+ > Required Notice: Copyright Ahmed Fathy (https://github.com/afkhalid)
39
+
40
+ ## Changes and New Works License
41
+
42
+ The licensor grants you an additional copyright license to
43
+ make changes and new works based on the software for any
44
+ permitted purpose.
45
+
46
+ ## Patent License
47
+
48
+ The licensor grants you a patent license for the software that
49
+ covers patent claims the licensor can license, or becomes able
50
+ to license, that you would infringe by using the software.
51
+
52
+ ## Noncompete
53
+
54
+ Any purpose is a permitted purpose, except for providing any
55
+ product that competes with the software or any product the
56
+ licensor or any of its affiliates provides using the software.
57
+
58
+ ## Competition
59
+
60
+ Offering a product that competes means offering a product
61
+ or service that is substantially similar to, or serves as a
62
+ substitute for, the software or a product or service that
63
+ the licensor provides using the software. Products and
64
+ services need not be identical to compete.
65
+
66
+ ## No Other Rights
67
+
68
+ These terms do not allow you to sublicense or transfer any of
69
+ your licenses to anyone else, or prevent the licensor from
70
+ granting licenses to anyone else. These terms do not imply
71
+ any other licenses.
72
+
73
+ ## Patent Defense
74
+
75
+ If you make any written claim that the software infringes or
76
+ contributes to infringement of any patent, your patent license
77
+ for the software granted under these terms ends immediately. If
78
+ your company makes such a claim, your patent license ends
79
+ immediately for work on behalf of your company.
80
+
81
+ ## Violations
82
+
83
+ The first time you are notified in writing that you have
84
+ violated any of these terms, or done anything with the software
85
+ not covered by your licenses, your licenses can nonetheless
86
+ continue if you come into full compliance with these terms,
87
+ and take practical steps to correct past violations, within
88
+ 32 days of receiving notice. Otherwise, all your licenses
89
+ end immediately.
90
+
91
+ ## No Liability
92
+
93
+ ***As far as the law allows, the software comes as is, without
94
+ any warranty or condition, and the licensor will not be liable
95
+ to you for any damages arising out of these terms or the use
96
+ or nature of the software, under any kind of legal claim.***
97
+
98
+ ## Definitions
99
+
100
+ The **licensor** is the individual or entity offering these
101
+ terms, and the **software** is the software the licensor makes
102
+ available under these terms.
103
+
104
+ **You** refers to the individual or entity agreeing to these
105
+ terms.
106
+
107
+ **Your company** is any legal entity, sole proprietorship,
108
+ or other kind of organization that you work for, plus all
109
+ organizations that have control over, are under the control of,
110
+ or are under common control with that organization. **Control**
111
+ means ownership of substantially all the assets of an entity,
112
+ or the power to direct its management and policies by vote,
113
+ contract, or otherwise. Control can be direct or indirect.
114
+
115
+ **Your licenses** are all the licenses granted to you for the
116
+ software under these terms.
117
+
118
+ **Use** means anything you do with the software requiring one
119
+ of your licenses.
120
+
121
+ Required Notice: Copyright 2026 Ahmed Fathy (https://github.com/afkhalid)
package/README.md CHANGED
@@ -257,4 +257,4 @@ Returns `{ filled: number, errors: string[] }`.
257
257
 
258
258
  ## License
259
259
 
260
- MIT
260
+ [PolyForm Shield 1.0.0](https://polyformproject.org/licenses/shield/1.0.0) — free to use, but you can't use it to build a competing product.
package/dist/index.js CHANGED
@@ -1192,7 +1192,7 @@ function createOverlay2(options) {
1192
1192
  <div class="gf-pop-header">
1193
1193
  <h3><span class="gf-slash">/</span>ghostfill</h3>
1194
1194
  <div class="gf-header-right">
1195
- <span class="gf-version">v0.2.2</span>
1195
+ <span class="gf-version">v0.2.3</span>
1196
1196
  <button class="gf-theme-btn" id="gf-s-theme" title="Toggle theme">
1197
1197
  ${saved.theme === "dark" ? ICONS.sun : ICONS.moon}
1198
1198
  </button>