sevago-sso-fe 1.0.35 → 1.0.36

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/dist/index.esm.js CHANGED
@@ -27763,6 +27763,7 @@ const AppsSidebar = ({
27763
27763
  iconRadius: 5.5,
27764
27764
  gap: PADDING_GAP_ITEM,
27765
27765
  titleVariant: "body1",
27766
+ captionVariant: "caption",
27766
27767
  titleColor: theme.palette.grey[800],
27767
27768
  captionColor: theme.palette.grey[600],
27768
27769
  selectedAppId: currentApp?.path,
@@ -27797,6 +27798,7 @@ const AppsSidebar = ({
27797
27798
  iconRadius: 5.5,
27798
27799
  gap: PADDING_GAP_ITEM,
27799
27800
  titleVariant: "body1",
27801
+ captionVariant: "caption",
27800
27802
  titleColor: theme.palette.grey[800],
27801
27803
  captionColor: theme.palette.grey[600],
27802
27804
  selectedAppId: currentApp?.path,
@@ -27833,6 +27835,7 @@ const AppsSidebar = ({
27833
27835
  iconRadius: 5.5,
27834
27836
  gap: PADDING_GAP_ITEM,
27835
27837
  titleVariant: "body1",
27838
+ captionVariant: "caption",
27836
27839
  titleColor: theme.palette.grey[800],
27837
27840
  captionColor: theme.palette.grey[600],
27838
27841
  selectedAppId: currentApp?.path,