free-astro-components 1.0.10 → 1.0.12

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
@@ -114,3 +114,9 @@ This project is licensed under the MIT License.
114
114
  ## Contact
115
115
 
116
116
  For any questions or support, please reach out to [dventura017@gmail.com] or open an issue on the [GitHub repository](https://github.com/denv17/free-astro-components.git).
117
+
118
+ ## Thanks
119
+
120
+ If you find this project helpful and would like to support its development, consider buying me a coffee:
121
+
122
+ [<img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" >](buymeacoffee.com/denv)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A collection of free Astro components",
4
4
  "author": "Denis Ventura",
5
5
  "type": "module",
6
- "version": "1.0.10",
6
+ "version": "1.0.12",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": {
@@ -58,10 +58,10 @@ export const ModalBody: ModalBody
58
58
  export type ModalFooter = typeof import('../index.js').ModalFooter
59
59
  export const ModalFooter: ModalFooter
60
60
 
61
- // OpenModal function
62
- export type OpenModal = typeof import('../index.js').openModal
63
- export const OpenModal: OpenModal
61
+ // openModal function
62
+ export type openModal = typeof import('../index.js').openModal
63
+ export const openModal: openModal
64
64
 
65
- // CloseModal function
66
- export type CloseModal = typeof import('../index.js').closeModal
67
- export const CloseModal: CloseModal
65
+ // closeModal function
66
+ export type closeModal = typeof import('../index.js').closeModal
67
+ export const closeModal: closeModal