@streamscloud/kit 0.35.0 → 0.35.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.
@@ -7,7 +7,7 @@ type Props = {
7
7
  href?: string;
8
8
  /** Highlight as the current item. Consumer-controlled. @default false */
9
9
  active?: boolean;
10
- /** Active row visuals — `'plain'` uses color only and keeps hover, `'filled'` paints the active background (no hover on it). @default 'plain' */
10
+ /** Active row visuals — `'plain'` uses color plus a heavier label weight and keeps hover, `'filled'` paints the active background (no hover on it). @default 'plain' */
11
11
  activeStyle?: 'filled' | 'plain';
12
12
  disabled?: boolean;
13
13
  /** Notification badge on the icon (top-right corner). Numbers > 99 render as `99+`; strings render as-is. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",