pam-grid 1.0.7 → 1.0.8
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/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +22 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +468 -213
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +453 -198
- package/dist/index.mjs.map +1 -1
- package/dist/styles/pam.grid.css +1 -1
- package/dist/styles/pam.grid.css.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -27385,7 +27385,7 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
|
|
|
27385
27385
|
font-size: 0.875rem;
|
|
27386
27386
|
}
|
|
27387
27387
|
.grid-wrapper {
|
|
27388
|
-
max-height:
|
|
27388
|
+
max-height: 80vh;
|
|
27389
27389
|
overflow-y: auto;
|
|
27390
27390
|
overflow-x: auto;
|
|
27391
27391
|
position: relative;
|