@lindle/linoardo 1.0.29 → 1.0.30

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.js CHANGED
@@ -13,7 +13,7 @@ export { ExpansionPanel_default as ExpansionPanel } from './chunk-LYP7V32H.js';
13
13
  export { ExpansionPanelItem_default as ExpansionPanelItem } from './chunk-KRYWWWXR.js';
14
14
  export { Dialog_default as Dialog } from './chunk-LIEBZOLG.js';
15
15
  export { ToolTip_default as ToolTip } from './chunk-U2AL7XFY.js';
16
- export { Card_default as Card } from './chunk-MDCLAX6S.js';
16
+ export { Card_default as Card } from './chunk-GSYVZCP3.js';
17
17
  export { Block_default as Block } from './chunk-5GT6L4BE.js';
18
18
  export { AppBar_default as AppBar } from './chunk-67BAO35I.js';
19
19
  export { Masonry_default as Masonry } from './chunk-HAXGOTZO.js';
package/dist/styles.css CHANGED
@@ -2660,6 +2660,18 @@
2660
2660
  color: var(--color-gray-500);
2661
2661
  }
2662
2662
  }
2663
+ .focus-within\:z-10 {
2664
+ &:focus-within {
2665
+ z-index: 10;
2666
+ }
2667
+ }
2668
+ .hover\:z-10 {
2669
+ &:hover {
2670
+ @media (hover: hover) {
2671
+ z-index: 10;
2672
+ }
2673
+ }
2674
+ }
2663
2675
  .hover\:-translate-y-0\.5 {
2664
2676
  &:hover {
2665
2677
  @media (hover: hover) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindle/linoardo",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",