hive-react-kit 1.7.16 → 1.8.0

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.
@@ -4,6 +4,10 @@
4
4
  * Themed to match hivesuite tokens (#262b30 / #3a424a / #e31337). Used by
5
5
  * <SnapsFeedView/> in tablet (2-col) layouts where each column lets the
6
6
  * user toggle between two feeds.
7
+ *
8
+ * Active tab: logo + label text.
9
+ * Inactive tabs: logo only (no label text) to save horizontal space when
10
+ * there are 6 feeds in a single row.
7
11
  */
8
12
  export interface FeedSegmentOption {
9
13
  id: string;