@xh/hoist 80.0.0-SNAPSHOT.1768603318265 → 80.0.0-SNAPSHOT.1768604486805

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.
@@ -153,6 +153,7 @@ const tabCmp = hoistCmp.factory<TabProps>(({tab, index, localModel, model}) => {
153
153
  className: classNames(
154
154
  'xh-dynamic-tab-switcher__tabs__tab',
155
155
  isActive && 'xh-dynamic-tab-switcher__tabs__tab--active',
156
+ isFavorite && 'xh-dynamic-tab-switcher__tabs__tab--favorite',
156
157
  snapshot.isDragging && 'xh-dynamic-tab-switcher__tabs__tab--dragging'
157
158
  ),
158
159
  onClick: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "80.0.0-SNAPSHOT.1768603318265",
3
+ "version": "80.0.0-SNAPSHOT.1768604486805",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",