@fuzdev/fuz_ui 0.181.0 → 0.181.1

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.
@@ -270,7 +270,7 @@
270
270
  --link_color: var(--text_70);
271
271
  }
272
272
  .module_content {
273
- background-color: var(--shade_30);
273
+ background-color: var(--shade_10);
274
274
  border-radius: var(--border_radius_sm);
275
275
  padding: var(--space_xs);
276
276
  }
@@ -49,7 +49,7 @@
49
49
  .spiders {
50
50
  --width: calc(100% / var(--spider_count));
51
51
  position: relative;
52
- z-index: -1;
52
+ z-index: 1;
53
53
  overflow: hidden;
54
54
  display: grid;
55
55
  grid-template-columns: repeat(var(--spider_count), 1fr);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_ui",
3
- "version": "0.181.0",
3
+ "version": "0.181.1",
4
4
  "description": "Svelte UI library",
5
5
  "motto": "friendly user zystem",
6
6
  "glyph": "🧶",
@@ -62,7 +62,7 @@
62
62
  "devDependencies": {
63
63
  "@changesets/changelog-git": "^0.2.1",
64
64
  "@fuzdev/fuz_code": "^0.41.0",
65
- "@fuzdev/fuz_css": "^0.46.0",
65
+ "@fuzdev/fuz_css": "^0.47.0",
66
66
  "@fuzdev/fuz_util": "^0.48.3",
67
67
  "@jridgewell/trace-mapping": "^0.3.31",
68
68
  "@ryanatkn/eslint-config": "^0.9.0",