inertiax-ui 0.0.8 → 0.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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dark.css +5 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A collection of Svelte components for [Inertia X](https://github.com/buhrmi/inertiax).
4
4
 
5
+ Demo: https://inertiax-ui.netlify.app
6
+
5
7
  ## Modal
6
8
 
7
9
  The Modal component displays an [Inertia X Frame](https://github.com/buhrmi/inertiax#frame-component) within a modal. Here you can see the included default style (dark.css), which renders as a bottom sheet on mobile, and centered on the page on desktop.
package/dark.css CHANGED
@@ -37,6 +37,11 @@
37
37
  width: 100%;
38
38
  }
39
39
 
40
+
41
+ body:has(.inx-modal) {
42
+ overflow: hidden;
43
+ }
44
+
40
45
  .inx-modal nav button {
41
46
  font-size: 1.5rem;
42
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inertiax-ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "UI component library for Inertia X",
5
5
  "repository": {
6
6
  "type": "git",