@grantcodes/ui 2.15.5 → 2.15.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.15.6](https://github.com/grantcodes/ui/compare/ui-v2.15.5...ui-v2.15.6) (2026-06-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ui:** raise sticky app bar layer ([8675995](https://github.com/grantcodes/ui/commit/8675995bcc8eb07596fa741a9e86f1ca1f7b0986))
9
+
3
10
  ## [2.15.5](https://github.com/grantcodes/ui/compare/ui-v2.15.4...ui-v2.15.5) (2026-06-07)
4
11
 
5
12
 
@@ -234,7 +234,8 @@
234
234
  },
235
235
  "description": "Whether the app bar is sticky",
236
236
  "default": "false",
237
- "attribute": "sticky"
237
+ "attribute": "sticky",
238
+ "reflects": true
238
239
  },
239
240
  {
240
241
  "kind": "field",
@@ -245,7 +246,8 @@
245
246
  },
246
247
  "description": "Whether the app bar has transparent background",
247
248
  "default": "false",
248
- "attribute": "transparent"
249
+ "attribute": "transparent",
250
+ "reflects": true
249
251
  }
250
252
  ],
251
253
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grantcodes/ui",
3
- "version": "2.15.5",
3
+ "version": "2.15.6",
4
4
  "description": "A personal component system built with Lit web components",
5
5
  "type": "module",
6
6
  "main": "src/main.js",
@@ -14,7 +14,7 @@
14
14
  background-color: var(--g-color-background-default);
15
15
  border-block-end: 1px solid var(--g-color-border-default);
16
16
  position: relative;
17
- z-index: 100;
17
+ z-index: 1000;
18
18
  }
19
19
 
20
20
  :host([sticky]),