yet-another-react-lightbox 3.27.0 → 3.28.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.
- package/README.md +15 -0
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -156,6 +156,21 @@ The following plugins are bundled in the package:
|
|
|
156
156
|
- [Zoom](https://yet-another-react-lightbox.com/plugins/zoom) - adds image zoom
|
|
157
157
|
feature
|
|
158
158
|
|
|
159
|
+
## Sponsors
|
|
160
|
+
|
|
161
|
+
This project is supported by the following companies, organizations and
|
|
162
|
+
individuals who help make its continued development and maintenance possible.
|
|
163
|
+
|
|
164
|
+
<p align="center">
|
|
165
|
+
<a target="_blank" rel="noreferrer noopener" href="https://cdn.jsdelivr.net/gh/igordanchenko/sponsors/sponsors.svg">
|
|
166
|
+
<img alt="Sponsors" src="https://cdn.jsdelivr.net/gh/igordanchenko/sponsors/sponsors.svg"/>
|
|
167
|
+
</a>
|
|
168
|
+
</p>
|
|
169
|
+
|
|
170
|
+
Support this project by becoming a
|
|
171
|
+
[sponsor](https://github.com/sponsors/igordanchenko). Both recurring and
|
|
172
|
+
one-time contributions are very much appreciated.
|
|
173
|
+
|
|
159
174
|
## License
|
|
160
175
|
|
|
161
176
|
MIT © 2022 [Igor Danchenko](https://github.com/igordanchenko)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yet-another-react-lightbox",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.28.0",
|
|
4
4
|
"description": "Modern React lightbox component",
|
|
5
5
|
"author": "Igor Danchenko",
|
|
6
6
|
"license": "MIT",
|
|
@@ -139,13 +139,12 @@
|
|
|
139
139
|
"*.css"
|
|
140
140
|
],
|
|
141
141
|
"homepage": "https://yet-another-react-lightbox.com",
|
|
142
|
+
"funding": "https://github.com/sponsors/igordanchenko",
|
|
143
|
+
"bugs": "https://github.com/igordanchenko/yet-another-react-lightbox/issues",
|
|
142
144
|
"repository": {
|
|
143
145
|
"type": "git",
|
|
144
146
|
"url": "git+https://github.com/igordanchenko/yet-another-react-lightbox.git"
|
|
145
147
|
},
|
|
146
|
-
"bugs": {
|
|
147
|
-
"url": "https://github.com/igordanchenko/yet-another-react-lightbox/issues"
|
|
148
|
-
},
|
|
149
148
|
"engines": {
|
|
150
149
|
"node": ">=14"
|
|
151
150
|
},
|