@versini/ui-modal 2.0.7 → 2.0.9

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
@@ -1,6 +1,7 @@
1
1
  # @versini/ui-modal
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@versini/ui-modal?style=flat-square)](https://www.npmjs.com/package/@versini/ui-modal)
4
+ ![npm package minimized gzipped size](<https://img.shields.io/bundlejs/size/%40versini%2Fui-modal?style=flat-square&label=size%20(gzip)>)
4
5
 
5
6
  > An accessible and feature-rich React modal dialog component built with TypeScript and TailwindCSS.
6
7
 
@@ -28,7 +29,7 @@ The Modal component provides fully accessible dialog functionality with focus ma
28
29
  npm install @versini/ui-modal
29
30
  ```
30
31
 
31
- > **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.
32
+ > **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.
32
33
 
33
34
  ## Usage
34
35
 
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Modal as _, ModalClose as n, ModalContent as t, ModalDescription as a, ModalHeading as d } from "./components/Modal/Modal.js";
2
2
  /*!
3
- @versini/ui-modal v2.0.7
3
+ @versini/ui-modal v2.0.9
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
8
- version: "2.0.7",
9
- buildTime: "08/23/2025 09:08 AM EDT",
8
+ version: "2.0.9",
9
+ buildTime: "08/23/2025 12:22 PM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-modal",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -46,5 +46,5 @@
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
49
+ "gitHead": "d568e20474c6c87f836c4cb6548f2cc0143a353c"
50
50
  }