pam-grid 1.0.6 → 1.0.7
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 +7 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +31 -20
- package/dist/index.d.ts +31 -20
- package/dist/index.js +271 -344
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +263 -336
- package/dist/index.mjs.map +1 -1
- package/dist/styles/pam.grid.css +7 -0
- 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
|
@@ -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
|
}
|