@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
|
|
package/custom-elements.json
CHANGED
|
@@ -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