pam-grid 1.0.6 → 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 +8 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +53 -20
- package/dist/index.d.ts +53 -20
- package/dist/index.js +657 -475
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +645 -463
- package/dist/index.mjs.map +1 -1
- package/dist/styles/pam.grid.css +8 -1
- package/dist/styles/pam.grid.css.map +1 -1
- package/package.json +1 -1
- package/dist/Box-QGC2UZ43.svg +0 -9
- package/dist/NoSearchResult-R4W2UYSR.svg +0 -15
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;
|
|
@@ -27605,6 +27605,13 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
|
|
|
27605
27605
|
gap: 10px;
|
|
27606
27606
|
padding: 6px 7px;
|
|
27607
27607
|
}
|
|
27608
|
+
.pam-dropdown-item-inner-rightSlot {
|
|
27609
|
+
display: flex;
|
|
27610
|
+
flex-direction: row;
|
|
27611
|
+
align-items: center;
|
|
27612
|
+
gap: 10px;
|
|
27613
|
+
padding: 6px 7px;
|
|
27614
|
+
}
|
|
27608
27615
|
.pam-dropdown-item:hover {
|
|
27609
27616
|
background: rgba(105, 108, 255, 0.08);
|
|
27610
27617
|
}
|