@learningpool/ui 2.4.3 → 3.0.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.
Files changed (184) hide show
  1. package/assets/Images.d.ts +4 -9
  2. package/assets/Images.js +18 -4
  3. package/assets/Images.js.map +1 -0
  4. package/components/atoms/Autocomplete/Autocomplete.js +2 -1
  5. package/components/atoms/Autocomplete/Autocomplete.js.map +1 -0
  6. package/components/atoms/Button/Button.d.ts +2 -33
  7. package/components/atoms/Button/Button.js +2 -1
  8. package/components/atoms/Button/Button.js.map +1 -0
  9. package/components/atoms/Checkbox/Checkbox.js +2 -1
  10. package/components/atoms/Checkbox/Checkbox.js.map +1 -0
  11. package/components/atoms/IconButton/IconButton.js +2 -1
  12. package/components/atoms/IconButton/IconButton.js.map +1 -0
  13. package/components/atoms/Radio/Radio.js +2 -1
  14. package/components/atoms/Radio/Radio.js.map +1 -0
  15. package/components/atoms/Select/Select.d.ts +1 -3
  16. package/components/atoms/Select/Select.js +2 -1
  17. package/components/atoms/Select/Select.js.map +1 -0
  18. package/components/atoms/Slider/Slider.js +2 -1
  19. package/components/atoms/Slider/Slider.js.map +1 -0
  20. package/components/atoms/Switch/Switch.js +2 -1
  21. package/components/atoms/Switch/Switch.js.map +1 -0
  22. package/components/atoms/TextField/TextField.js +2 -1
  23. package/components/atoms/TextField/TextField.js.map +1 -0
  24. package/components/atoms/ToggleButton/ToggleButton.js +2 -1
  25. package/components/atoms/ToggleButton/ToggleButton.js.map +1 -0
  26. package/components/datadisplay/Avatar/Avatar.js +2 -1
  27. package/components/datadisplay/Avatar/Avatar.js.map +1 -0
  28. package/components/datadisplay/Chip/Chip.js +2 -1
  29. package/components/datadisplay/Chip/Chip.js.map +1 -0
  30. package/components/datadisplay/List/List.js +2 -1
  31. package/components/datadisplay/List/List.js.map +1 -0
  32. package/components/datadisplay/WelcomeBanner/WelcomeBanner.js +2 -1
  33. package/components/datadisplay/WelcomeBanner/WelcomeBanner.js.map +1 -0
  34. package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.d.ts +5 -5
  35. package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.js +1 -0
  36. package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.js.map +1 -0
  37. package/components/feedback/Alert/Alert.js +2 -1
  38. package/components/feedback/Alert/Alert.js.map +1 -0
  39. package/components/feedback/FeedbackRating/FeedbackRating.js +2 -1
  40. package/components/feedback/FeedbackRating/FeedbackRating.js.map +1 -0
  41. package/components/landmarks/Header/Header.js +2 -1
  42. package/components/landmarks/Header/Header.js.map +1 -0
  43. package/components/landmarks/Header/HeaderActionButtons.d.ts +1 -1
  44. package/components/landmarks/Header/HeaderActionButtons.js +2 -1
  45. package/components/landmarks/Header/HeaderActionButtons.js.map +1 -0
  46. package/components/landmarks/Header/HeaderStyles.d.ts +8 -8
  47. package/components/landmarks/Header/HeaderStyles.js +1 -0
  48. package/components/landmarks/Header/HeaderStyles.js.map +1 -0
  49. package/components/navigation/Drawer/Drawer.js +2 -1
  50. package/components/navigation/Drawer/Drawer.js.map +1 -0
  51. package/components/navigation/MobileNavigation/MobileNavigation.js +2 -1
  52. package/components/navigation/MobileNavigation/MobileNavigation.js.map +1 -0
  53. package/components/navigation/MobileNavigation/MobileNavigationAvatar.js +3 -2
  54. package/components/navigation/MobileNavigation/MobileNavigationAvatar.js.map +1 -0
  55. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +367 -294
  56. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +1 -0
  57. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js.map +1 -0
  58. package/components/navigation/MobileNavigation/MobileNavigationDrawer.d.ts +1 -1
  59. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +2 -1
  60. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js.map +1 -0
  61. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +133 -98
  62. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +1 -0
  63. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js.map +1 -0
  64. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +2 -1
  65. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js.map +1 -0
  66. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +2 -1
  67. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js.map +1 -0
  68. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +5 -18
  69. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +1 -0
  70. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js.map +1 -0
  71. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +5 -7
  72. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +1 -0
  73. package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js.map +1 -0
  74. package/components/navigation/MobileNavigation/MobileNavigationMotion.js +1 -0
  75. package/components/navigation/MobileNavigation/MobileNavigationMotion.js.map +1 -0
  76. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +2 -1
  77. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js.map +1 -0
  78. package/components/navigation/MobileNavigation/MobileNavigationSearch.d.ts +1 -1
  79. package/components/navigation/MobileNavigation/MobileNavigationSearch.js +2 -1
  80. package/components/navigation/MobileNavigation/MobileNavigationSearch.js.map +1 -0
  81. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +121 -86
  82. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +1 -0
  83. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js.map +1 -0
  84. package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +17 -17
  85. package/components/navigation/MobileNavigation/MobileNavigationStyles.js +1 -0
  86. package/components/navigation/MobileNavigation/MobileNavigationStyles.js.map +1 -0
  87. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +2 -1
  88. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js.map +1 -0
  89. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +2 -1
  90. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js.map +1 -0
  91. package/components/navigation/VerticalNavigation/VerticalNavigation.js +3 -2
  92. package/components/navigation/VerticalNavigation/VerticalNavigation.js.map +1 -0
  93. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +2 -1
  94. package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js.map +1 -0
  95. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +367 -294
  96. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +1 -0
  97. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js.map +1 -0
  98. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +2 -1
  99. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js.map +1 -0
  100. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +2 -1
  101. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js.map +1 -0
  102. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +6 -19
  103. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +1 -0
  104. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js.map +1 -0
  105. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +5 -7
  106. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +1 -0
  107. package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js.map +1 -0
  108. package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js +1 -0
  109. package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js.map +1 -0
  110. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +133 -98
  111. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js +1 -0
  112. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js.map +1 -0
  113. package/components/navigation/helpers.d.ts +1 -1
  114. package/components/navigation/helpers.js +2 -1
  115. package/components/navigation/helpers.js.map +1 -0
  116. package/components/pages/ErrorPage/ErrorPage.js +2 -1
  117. package/components/pages/ErrorPage/ErrorPage.js.map +1 -0
  118. package/components/pages/ErrorPage/ErrorPageStyles.d.ts +4 -4
  119. package/components/pages/ErrorPage/ErrorPageStyles.js +1 -0
  120. package/components/pages/ErrorPage/ErrorPageStyles.js.map +1 -0
  121. package/components/pages/SideInSide/SideInSide.js +2 -1
  122. package/components/pages/SideInSide/SideInSide.js.map +1 -0
  123. package/components/pages/SideInSide/SideInSideStyles.js +1 -0
  124. package/components/pages/SideInSide/SideInSideStyles.js.map +1 -0
  125. package/components/stream/AppHub/AppHub.js +9 -10
  126. package/components/stream/AppHub/AppHub.js.map +1 -0
  127. package/components/stream/AppHub/AppHubAdvertStyles.js +1 -0
  128. package/components/stream/AppHub/AppHubAdvertStyles.js.map +1 -0
  129. package/components/stream/AppHub/AppHubBannerAdvert.d.ts +1 -1
  130. package/components/stream/AppHub/AppHubBannerAdvert.js +5 -4
  131. package/components/stream/AppHub/AppHubBannerAdvert.js.map +1 -0
  132. package/components/stream/AppHub/AppHubCustom.js +2 -1
  133. package/components/stream/AppHub/AppHubCustom.js.map +1 -0
  134. package/components/stream/AppHub/AppHubCustomStyles.d.ts +3 -3
  135. package/components/stream/AppHub/AppHubCustomStyles.js +1 -0
  136. package/components/stream/AppHub/AppHubCustomStyles.js.map +1 -0
  137. package/components/stream/AppHub/AppHubProduct.js +3 -2
  138. package/components/stream/AppHub/AppHubProduct.js.map +1 -0
  139. package/components/stream/AppHub/AppHubProductStyles.d.ts +6 -38
  140. package/components/stream/AppHub/AppHubProductStyles.js +1 -0
  141. package/components/stream/AppHub/AppHubProductStyles.js.map +1 -0
  142. package/components/stream/AppHub/AppHubStyles.d.ts +4 -4
  143. package/components/stream/AppHub/AppHubStyles.js +1 -0
  144. package/components/stream/AppHub/AppHubStyles.js.map +1 -0
  145. package/components/stream/AppHub/constants.js +1 -0
  146. package/components/stream/AppHub/constants.js.map +1 -0
  147. package/components/stream/AppSwitcher/AppSwitcher.js +2 -1
  148. package/components/stream/AppSwitcher/AppSwitcher.js.map +1 -0
  149. package/components/stream/AppSwitcher/AppSwitcherStyles.d.ts +5 -5
  150. package/components/stream/AppSwitcher/AppSwitcherStyles.js +1 -0
  151. package/components/stream/AppSwitcher/AppSwitcherStyles.js.map +1 -0
  152. package/components/stream/AppSwitcher/constants.js +1 -0
  153. package/components/stream/AppSwitcher/constants.js.map +1 -0
  154. package/index.js +1 -0
  155. package/index.js.map +1 -0
  156. package/lang/en-us.js +1 -0
  157. package/lang/en-us.js.map +1 -0
  158. package/package.json +17 -24
  159. package/types/components/navigation/VerticalNavigation.js +1 -0
  160. package/types/components/navigation/VerticalNavigation.js.map +1 -0
  161. package/types/components/navigation/VerticalNavigationAvatar.js +1 -0
  162. package/types/components/navigation/VerticalNavigationAvatar.js.map +1 -0
  163. package/types/components/stream/AppHub.js +1 -0
  164. package/types/components/stream/AppHub.js.map +1 -0
  165. package/types/components/stream/AppSwitcher.js +1 -0
  166. package/types/components/stream/AppSwitcher.js.map +1 -0
  167. package/types/index.js +1 -0
  168. package/types/index.js.map +1 -0
  169. package/types/utils/themeExtends.js +1 -0
  170. package/types/utils/themeExtends.js.map +1 -0
  171. package/utils/Enums/HubEventTypes.enum.js +1 -0
  172. package/utils/Enums/HubEventTypes.enum.js.map +1 -0
  173. package/utils/constants.js +1 -0
  174. package/utils/constants.js.map +1 -0
  175. package/utils/dataAttributes.js +1 -0
  176. package/utils/dataAttributes.js.map +1 -0
  177. package/utils/helpers.js +1 -0
  178. package/utils/helpers.js.map +1 -0
  179. package/utils/hooks.js +1 -0
  180. package/utils/hooks.js.map +1 -0
  181. package/utils/index.js +1 -0
  182. package/utils/index.js.map +1 -0
  183. package/utils/theme.js +1 -0
  184. package/utils/theme.js.map +1 -0
@@ -245,3 +245,4 @@ export const StyledDrawer = styled(Drawer, {
245
245
  width: ${(props) => !props.open ? `calc(${props.theme.spacing(7)} + 1px)` : `${DRAWER_WIDTH.Expanded}px`};
246
246
  }
247
247
  `;
248
+ //# sourceMappingURL=VerticalNavigationStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerticalNavigationStyles.js","sourceRoot":"","sources":["../../../../src/lib/components/navigation/VerticalNavigation/VerticalNavigationStyles.tsx"],"names":[],"mappings":"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"}
@@ -22,7 +22,7 @@ export declare const getOffsetNavigationBackground: (theme: any, colorAdjustAmou
22
22
  export declare const getOffsetNavigationContrastText: (theme: any, colorAdjustAmount?: number) => any;
23
23
  export declare const getDefaultSupportLinks: (messages: Record<string, string>) => {
24
24
  label: string;
25
- icon: import("@emotion/react/jsx-runtime").JSX.Element;
25
+ icon: import("react/jsx-runtime").JSX.Element;
26
26
  onClick: () => null;
27
27
  children: {
28
28
  label: string;
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx } from "@emotion/react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { darken, lighten, getLuminance } from 'polished';
3
3
  import HelpOutlineIcon from '@mui/icons-material/HelpOutline';
4
4
  const DEFAULT_COLOR_ADJUST_AMOUNT = 0.1;
@@ -74,3 +74,4 @@ export const getDefaultSupportLinks = (messages) => {
74
74
  }
75
75
  ];
76
76
  };
77
+ //# sourceMappingURL=helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../src/lib/components/navigation/helpers.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { LearningPoolLogo } from '../../../assets/Images';
3
3
  import CssBaseline from '@mui/material/CssBaseline';
4
4
  import Typography from '@mui/material/Typography';
@@ -14,3 +14,4 @@ export default function ErrorPage(props) {
14
14
  mb: 3
15
15
  }, children: errorMessage })] }), _jsx(StyledLogoBox, { children: _jsx(LearningPoolLogo, { inheritViewBox: true, style: { width: '200px', height: '45px' } }) })] }) }));
16
16
  }
17
+ //# sourceMappingURL=ErrorPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorPage.js","sourceRoot":"","sources":["../../../../src/lib/components/pages/ErrorPage/ErrorPage.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,WAAW,MAAM,2BAA2B,CAAA;AACnD,OAAO,UAAU,MAAM,0BAA0B,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACjE,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAQ7E,MAAM,CAAC,OAAO,UAAU,SAAS,CAAE,KAAqB;IACtD,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,KAAK,CAAA;IACrD,MAAM,KAAK,GAAG,WAAW,EAAE,CAAA;IAE3B,OAAO,CACL,KAAC,aAAa,IAAC,KAAK,EAAE,KAAK,YAEzB,MAAC,eAAe,IAAC,SAAS,EAAC,MAAM,aAC/B,KAAC,WAAW,KAAG,EACf,MAAC,SAAS,eACR,MAAC,UAAU,IACT,SAAS,EAAC,IAAI,EACd,OAAO,EAAC,IAAI,EACZ,EAAE,EAAE;gCACF,EAAE,EAAE,CAAC;6BACN,aAEA,SAAS,CAAC,CAAC,CAAC,CAAC,2BAAO,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE,EAC/C,yBAAO,UAAU,GAAQ,IACd,EACb,KAAC,UAAU,IACT,OAAO,EAAC,OAAO,EACf,EAAE,EAAE;gCACF,KAAK,EAAE,gBAAgB;gCACvB,EAAE,EAAE,CAAC;6BACN,YAEA,YAAY,GACF,IACH,EACZ,KAAC,aAAa,cACZ,KAAC,gBAAgB,IAAC,cAAc,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAI,GACvE,IACA,GACJ,CACjB,CAAA;AACH,CAAC"}
@@ -11,17 +11,17 @@ export declare const StyledContainer: import("@emotion/styled").StyledComponent<
11
11
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "fixed" | "maxWidth" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
12
12
  export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
13
13
  children?: import("react").ReactNode;
14
- component?: import("react").ElementType<any> | undefined;
14
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  ref?: import("react").Ref<unknown> | undefined;
16
16
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
17
17
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
18
18
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
19
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
19
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
20
20
  export declare const StyledLogoBox: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
21
21
  children?: import("react").ReactNode;
22
- component?: import("react").ElementType<any> | undefined;
22
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
23
23
  ref?: import("react").Ref<unknown> | undefined;
24
24
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
25
25
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
26
26
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
27
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
27
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -25,3 +25,4 @@ export const StyledLogoBox = styled(Box)(({ theme }) => ({
25
25
  marginRight: theme.spacing(5)
26
26
  }
27
27
  }));
28
+ //# sourceMappingURL=ErrorPageStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorPageStyles.js","sourceRoot":"","sources":["../../../../src/lib/components/pages/ErrorPage/ErrorPageStyles.tsx"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,mBAAmB,CAAA;AACnC,OAAO,SAAS,MAAM,yBAAyB,CAAA;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAE7C,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACtD,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE,OAAO;IACf,SAAS,EAAE,QAAQ;CACpB,CAAC,CAAC,CAAA;AAEH,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1C,UAAU,EAAE,QAAQ;IACpB,OAAO,EAAE,MAAM;IACf,IAAI,EAAE,GAAG;IACT,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE,MAAM;IACd,cAAc,EAAE,QAAQ;IACxB,QAAQ,EAAE,QAAQ;CACnB,CAAC,CAAC,CAAA;AAEH,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACvD,SAAS,EAAE,QAAQ;IACnB,WAAW,EAAE,CAAC;IACd,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;QAC5B,SAAS,EAAE,UAAU;QACrB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC9B;CACF,CAAC,CAAC,CAAA"}
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "@emotion/react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { Button } from '../../../index';
3
3
  import CssBaseline from '@mui/material/CssBaseline';
4
4
  import Paper from '@mui/material/Paper';
@@ -26,3 +26,4 @@ export default function SideInSide(props) {
26
26
  : _jsx(StreamSuiteLogo, { style: { fill: '#fff', height: '25px', width: '25px' } }), children: "Log in with Stream Home" })] }))
27
27
  : null, _jsx(Box, { className: classes.footerContent, children: props?.footerContent ? props.footerContent : _jsx(Copyright, {}) })] }) })] }) }));
28
28
  }
29
+ //# sourceMappingURL=SideInSide.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SideInSide.js","sourceRoot":"","sources":["../../../../src/lib/components/pages/SideInSide/SideInSide.tsx"],"names":[],"mappings":"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"}
@@ -58,3 +58,4 @@ export const SideInSideStyles = makeStyles()((theme, props) => ({
58
58
  width: '100%'
59
59
  }
60
60
  }));
61
+ //# sourceMappingURL=SideInSideStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SideInSideStyles.js","sourceRoot":"","sources":["../../../../src/lib/components/pages/SideInSide/SideInSideStyles.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAE1C,MAAM,CAAC,MAAM,gBAAgB,GAAG,UAAU,EAAE,CAAC,CAAC,KAAY,EAAE,KAAU,EAAE,EAAE,CAAC,CAAC;IAC1E,IAAI,EAAE;QACJ,MAAM,EAAE,OAAO;QACf,KAAK,EAAE,MAAM;KACd;IACD,uBAAuB,EAAE;QACvB,eAAe,EAAE,KAAK,EAAE,mBAAmB;YACzC,CAAC,CAAC,OAAO,MAAM,CAAC,KAAK,CAAC,mBAAmB,CAAC,GAAG;YAC7C,CAAC,CAAC,8CAA8C;QAClD,gBAAgB,EAAE,WAAW;QAC7B,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC;QAClG,cAAc,EAAE,OAAO;QACvB,kBAAkB,EAAE,QAAQ;QAC5B,IAAI,EAAE,CAAC;KACR;IACD,2BAA2B,EAAE;QAC3B,UAAU,EAAE,QAAQ;QACpB,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,QAAQ;KACzB;IACD,kBAAkB,EAAE;QAClB,QAAQ,EAAE,OAAO;KAClB;IACD,YAAY,EAAE;QACZ,UAAU,EAAE,QAAQ;QACpB,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC/B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC7B;IACD,0BAA0B,EAAE;QAC1B,UAAU,EAAE,QAAQ;QACpB,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC5B;IACD,iBAAiB,EAAE;QACjB,QAAQ,EAAE,OAAO;QACjB,KAAK,EAAE,KAAK;KACb;IACD,YAAY,EAAE;QACZ,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC5B;IACD,gBAAgB,EAAE;QAChB,YAAY,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;QAC9C,SAAS,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;KAC5C;IACD,aAAa,EAAE;QACb,SAAS,EAAE,MAAM;QACjB,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC,CAAA"}
@@ -1,9 +1,9 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { defaultMessages } from '../../../lang/en-us';
3
3
  import AppHubItem from './AppHubProduct';
4
4
  import AppHubCustom from './AppHubCustom';
5
5
  import { AppHubPanel, AppHubTitle, AppHubHeader, AppHubRow, ManageLinksHeader, StyledSettingsIcon } from './AppHubStyles';
6
- import Grid from '@mui/material/Unstable_Grid2';
6
+ import Grid from '@mui/material/Grid';
7
7
  import Link from '@mui/material/Link';
8
8
  import { Constants } from './constants';
9
9
  import { renderBannerAdvertRow } from './AppHubBannerAdvert';
@@ -19,9 +19,7 @@ const AppHub = (props) => {
19
19
  hubReferenceId: 'manage',
20
20
  hubEventTypeId: HubEventTypeID.ACCESSED
21
21
  };
22
- const gridSpacing = isAppSwitcher
23
- ? { columns: { xs: 8 } }
24
- : { columns: { xs: 12 } };
22
+ const gridColumns = isAppSwitcher ? 8 : 12;
25
23
  const renderRow = (rowData, rowIndex) => {
26
24
  const { type, items, title, allowEditLinks } = rowData;
27
25
  switch (type) {
@@ -38,17 +36,17 @@ const AppHub = (props) => {
38
36
  return (renderBannerAdvertRow(rowData, rowIndex));
39
37
  }
40
38
  case Constants.DataRowType.Product: {
41
- return (_jsxs(AppHubRow, { children: [title && _jsx(AppHubHeader, { component: isPageLayout ? 'h2' : 'div', children: title }), _jsx(Grid, { container: true, spacing: { xs: 2, md: 3 }, rowSpacing: { xs: 3, md: 4 }, columns: gridSpacing.columns, children: items.map(({ subtitle, shortName, internalName, url, children, hubEventTypeId, hubReferenceId, ...rest }, index) => {
39
+ return (_jsxs(AppHubRow, { children: [title && _jsx(AppHubHeader, { component: isPageLayout ? 'h2' : 'div', children: title }), _jsx(Grid, { container: true, spacing: { xs: 2, md: 3 }, rowSpacing: { xs: 3, md: 4 }, columns: gridColumns, children: items.map(({ subtitle, shortName, internalName, url, children, hubEventTypeId, hubReferenceId, ...rest }, index) => {
42
40
  if (!url && !children) {
43
41
  return null;
44
42
  }
45
- return (_jsxs(Grid, { xs: 12, sm: 6, md: 4, children: [url && (_jsx(AppHubItem, { internalName: internalName, shortName: shortName, subtitle: subtitle, url: url, isAppSwitcher: isAppSwitcher, hubEventTypeId: hubEventTypeId, hubReferenceId: hubReferenceId, hubApiUrl: hubApiUrl, hubApiKey: hubApiKey, hubToken: hubToken, ...rest })), children && (_jsx(AppHubItem, { internalName: internalName, shortName: shortName, subtitle: subtitle, options: children, isAppSwitcher: isAppSwitcher, hubEventTypeId: hubEventTypeId, hubReferenceId: hubReferenceId, hubApiUrl: hubApiUrl, hubApiKey: hubApiKey, hubToken: hubToken, ...rest }))] }, `${shortName}_${rowIndex}_${index}`));
43
+ return (_jsxs(Grid, { item: true, xs: 12, sm: 6, md: 4, children: [url && (_jsx(AppHubItem, { internalName: internalName, shortName: shortName, subtitle: subtitle, url: url, isAppSwitcher: isAppSwitcher, hubEventTypeId: hubEventTypeId, hubReferenceId: hubReferenceId, hubApiUrl: hubApiUrl, hubApiKey: hubApiKey, hubToken: hubToken, ...rest })), children && (_jsx(AppHubItem, { internalName: internalName, shortName: shortName, subtitle: subtitle, options: children, isAppSwitcher: isAppSwitcher, hubEventTypeId: hubEventTypeId, hubReferenceId: hubReferenceId, hubApiUrl: hubApiUrl, hubApiKey: hubApiKey, hubToken: hubToken, ...rest }))] }, `${shortName}_${rowIndex}_${index}`));
46
44
  }) })] }, `row_${rowIndex}`));
47
45
  }
48
46
  case Constants.DataRowType.CustomLink: {
49
47
  return (_jsxs(AppHubRow, { children: [title &&
50
- _jsxs(Grid, { container: true, spacing: 2, children: [_jsx(Grid, { xs: 10, children: _jsx(AppHubHeader, { component: isPageLayout ? 'h2' : 'div', children: title }) }), (allowEditLinks && !isAppSwitcher) &&
51
- _jsx(Grid, { xs: 2, children: _jsx(Link, { href: manageLinkButton.url, "data-testid": manageLinkButton.hubReferenceId, onClick: () => handleHubTracking({
48
+ _jsxs(Grid, { container: true, spacing: 2, rowSpacing: 0, children: [_jsx(Grid, { item: true, xs: 10, children: _jsx(AppHubHeader, { component: isPageLayout ? 'h2' : 'div', children: title }) }), (allowEditLinks && !isAppSwitcher) &&
49
+ _jsx(Grid, { item: true, xs: 2, children: _jsx(Link, { href: manageLinkButton.url, "data-testid": manageLinkButton.hubReferenceId, onClick: () => handleHubTracking({
52
50
  hubApiUrl,
53
51
  apiKey: hubApiKey,
54
52
  token: hubToken,
@@ -56,7 +54,7 @@ const AppHub = (props) => {
56
54
  eventTypeId: manageLinkButton.hubEventTypeId,
57
55
  referenceId: manageLinkButton.hubReferenceId,
58
56
  url: manageLinkButton.url
59
- }), children: _jsxs(ManageLinksHeader, { component: isPageLayout ? 'h2' : 'div', children: [_jsx(StyledSettingsIcon, {}), manageLinkButton.title] }) }) })] }), _jsx(Grid, { container: true, spacing: { xs: 2, md: 3 }, columns: gridSpacing.columns, children: items.map(({ name, url, icon, hubEventTypeId, hubReferenceId, ...rest }, index) => (_jsx(Grid, { xs: 12, sm: 6, md: 4, ...rest, children: url && (_jsx(AppHubCustom, { name: name, customLinkBgColor: customLinkBgColor, url: url, icon: icon, isAppSwitcher: isAppSwitcher, hubEventTypeId: hubEventTypeId, hubReferenceId: hubReferenceId, hubApiUrl: hubApiUrl, hubApiKey: hubApiKey, hubToken: hubToken, ...rest })) }, `${name}_${rowIndex}_${index}`))) })] }, `row_${rowIndex}`));
57
+ }), children: _jsxs(ManageLinksHeader, { component: isPageLayout ? 'h2' : 'div', children: [_jsx(StyledSettingsIcon, {}), manageLinkButton.title] }) }) })] }), _jsx(Grid, { container: true, spacing: { xs: 2, md: 3 }, columns: gridColumns, children: items.map(({ name, url, icon, hubEventTypeId, hubReferenceId, ...rest }, index) => (_jsx(Grid, { item: true, xs: 12, sm: 6, md: 4, ...rest, children: url && (_jsx(AppHubCustom, { name: name, customLinkBgColor: customLinkBgColor, url: url, icon: icon, isAppSwitcher: isAppSwitcher, hubEventTypeId: hubEventTypeId, hubReferenceId: hubReferenceId, hubApiUrl: hubApiUrl, hubApiKey: hubApiKey, hubToken: hubToken, ...rest })) }, `${name}_${rowIndex}_${index}`))) })] }, `row_${rowIndex}`));
60
58
  }
61
59
  default: {
62
60
  console.log('no items');
@@ -72,3 +70,4 @@ const AppHub = (props) => {
72
70
  _jsx(AppHubTitle, { component: isPageLayout ? 'h1' : 'div', style: { marginLeft: '1.5rem' }, children: _jsx(WelcomeBanner, { welcomeMessage: messages['stream-hub-welcome'], userName: userName, userOrganization: userOrganization }) }), data && data.map((row, rowIndex) => renderRow(row, rowIndex))] }));
73
71
  };
74
72
  export default AppHub;
73
+ //# sourceMappingURL=AppHub.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppHub.js","sourceRoot":"","sources":["../../../../src/lib/components/stream/AppHub/AppHub.tsx"],"names":[],"mappings":"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"}
@@ -24,3 +24,4 @@ export const StyledAdvertImage = styled('img') `
24
24
  height: 100%;
25
25
  object-fit: cover;
26
26
  `;
27
+ //# sourceMappingURL=AppHubAdvertStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppHubAdvertStyles.js","sourceRoot":"","sources":["../../../../src/lib/components/stream/AppHub/AppHubAdvertStyles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAErC,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;;;;CAS7C,CAAA;AAED,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAA;;;;CAI1C,CAAA;AAED,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;;;CAQ7C,CAAA"}
@@ -1,2 +1,2 @@
1
1
  import { IApplicationHubRowProps } from '../../../types/components/stream/AppHub';
2
- export declare const renderBannerAdvertRow: (rowData: IApplicationHubRowProps, rowIndex: number) => import("@emotion/react/jsx-runtime").JSX.Element | null;
2
+ export declare const renderBannerAdvertRow: (rowData: IApplicationHubRowProps, rowIndex: number) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,7 +1,7 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useState } from 'react';
3
3
  import { AppHubRow, AppHubTitle } from './AppHubStyles';
4
- import Grid from '@mui/material/Unstable_Grid2';
4
+ import Grid from '@mui/material/Grid';
5
5
  import { StyledAdvertPaper, StyledAdvertLink, StyledAdvertImage } from './AppHubAdvertStyles';
6
6
  import { defaultMessages } from '../../../lang/en-us';
7
7
  import WelcomeBanner from '../../datadisplay/WelcomeBanner/WelcomeBanner';
@@ -30,7 +30,7 @@ export const renderBannerAdvertRow = (rowData, rowIndex) => {
30
30
  if (!hasValidImage || validItems.length === 0)
31
31
  return null;
32
32
  const { hubApiUrl, apiKey, token, isAppSwitcher } = hubTrackingProps;
33
- return (_jsx(AppHubRow, { style: { margin: isAppSwitcher ? '0 0 0 2rem' : '2rem 0 0 2rem' }, children: _jsxs(Grid, { container: true, spacing: 2, children: [validItems.map((item, index) => (_jsx(Grid, { xs: 12, children: _jsx(StyledAdvertPaper, { elevation: 0, children: _jsx(StyledAdvertLink, { href: addUtmParams(item.basePromoUrl, 'hub', 'hub_dashboard_banner_advert', item.name), target: "_blank", onClick: () => handleHubTracking({
33
+ return (_jsxs(AppHubRow, { style: { margin: isAppSwitcher ? '0 0 0 2rem' : '2rem 0 0 2rem' }, children: [_jsx(Grid, { container: true, spacing: 0, children: validItems.map((item, index) => (_jsx(Grid, { item: true, xs: 12, children: _jsx(StyledAdvertPaper, { elevation: 0, children: _jsx(StyledAdvertLink, { href: addUtmParams(item.basePromoUrl, 'hub', 'hub_dashboard_banner_advert', item.name), target: "_blank", onClick: () => handleHubTracking({
34
34
  hubApiUrl,
35
35
  apiKey,
36
36
  token,
@@ -38,5 +38,6 @@ export const renderBannerAdvertRow = (rowData, rowIndex) => {
38
38
  eventTypeId: HubEventTypeID.REQUEST_DEMO,
39
39
  referenceId: item.name,
40
40
  url: addUtmParams(item.basePromoUrl, 'hub', 'hub_dashboard_banner_advert', item.name)
41
- }), children: _jsx(StyledAdvertImage, { src: item.hubImageUrl, alt: item.altText || defaultMessages['banner-image-alt-text'], onError: handleImageError }) }) }) }, index))), !isAppSwitcher && _jsx(AppHubTitle, { component: 'h1', style: { marginTop: '2rem' }, children: _jsx(WelcomeBanner, { welcomeMessage: welcomeMessage, userName: userName, userOrganization: userOrganization }) })] }) }, `row_${rowIndex}`));
41
+ }), children: _jsx(StyledAdvertImage, { src: item.hubImageUrl, alt: item.altText || defaultMessages['banner-image-alt-text'], onError: handleImageError }) }) }) }, index))) }), !isAppSwitcher && _jsx(AppHubTitle, { component: 'h1', style: { marginTop: '3rem' }, children: _jsx(WelcomeBanner, { welcomeMessage: welcomeMessage, userName: userName, userOrganization: userOrganization }) })] }, `row_${rowIndex}`));
42
42
  };
43
+ //# sourceMappingURL=AppHubBannerAdvert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppHubBannerAdvert.js","sourceRoot":"","sources":["../../../../src/lib/components/stream/AppHub/AppHubBannerAdvert.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { StyledPaper } from './AppHubProductStyles';
3
3
  import { StyledBoxWrap, StyledTypography, StyledLink } from './AppHubCustomStyles';
4
4
  import { handleHubTracking } from '../../../utils/helpers';
@@ -65,3 +65,4 @@ const AppHubCustom = (props) => {
65
65
  }), ...rest, children: _jsxs(StyledBoxWrap, { children: [linkIcon, _jsx(StyledTypography, { component: 'div', ...rest, children: name })] }) }) }));
66
66
  };
67
67
  export default AppHubCustom;
68
+ //# sourceMappingURL=AppHubCustom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppHubCustom.js","sourceRoot":"","sources":["../../../../src/lib/components/stream/AppHub/AppHubCustom.tsx"],"names":[],"mappings":"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"}
@@ -11,12 +11,12 @@ export declare const StyledPaper: import("@emotion/styled").StyledComponent<{
11
11
  }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
12
12
  export declare const StyledBoxWrap: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
13
13
  children?: import("react").ReactNode;
14
- component?: import("react").ElementType<any> | undefined;
14
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
15
15
  ref?: import("react").Ref<unknown> | undefined;
16
16
  sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
17
17
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
18
18
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
19
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
19
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
20
20
  export declare const StyledLink: import("@emotion/styled").StyledComponent<Omit<import("@mui/material/Link").LinkBaseProps, "classes"> & {
21
21
  children?: import("react").ReactNode;
22
22
  classes?: Partial<import("@mui/material/Link").LinkClasses> | undefined;
@@ -27,7 +27,7 @@ export declare const StyledLink: import("@emotion/styled").StyledComponent<Omit<
27
27
  variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
28
28
  } & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
29
29
  ref?: ((instance: HTMLAnchorElement | null) => void) | import("react").RefObject<HTMLAnchorElement> | null | undefined;
30
- }, keyof import("@mui/material/OverridableComponent").CommonProps | "p" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "href" | "type" | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy" | "align" | "underline" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
30
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "p" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "href" | "type" | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy" | "align" | "underline" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "TypographyClasses"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
31
31
  export declare const StyledAvatar: import("@emotion/styled").StyledComponent<{
32
32
  alt?: string | undefined;
33
33
  children?: import("react").ReactNode;
@@ -94,3 +94,4 @@ export const StyledTypography = styled(Typography) `
94
94
  -webkit-box-orient: vertical;
95
95
  }
96
96
  `;
97
+ //# sourceMappingURL=AppHubCustomStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppHubCustomStyles.js","sourceRoot":"","sources":["../../../../src/lib/components/stream/AppHub/AppHubCustomStyles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,KAAK,MAAM,qBAAqB,CAAA;AACvC,OAAO,GAAG,MAAM,mBAAmB,CAAA;AACnC,OAAO,MAAM,MAAM,sBAAsB,CAAA;AACzC,OAAO,UAAU,MAAM,0BAA0B,CAAA;AACjD,OAAO,IAAI,MAAM,oBAAoB,CAAA;AACrC,OAAO,oBAAoB,MAAM,sCAAsC,CAAA;AAEvE,MAAM,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;;;;;;;;;;kBAUtB,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,MAAM;IAC1D,CAAC,CAAC,gBAAgB;IAClB,CAAC,CAAC,SAAS;4BACa,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,MAAM;IACpE,CAAC,CAAC,sBAAsB;IACxB,CAAC,CAAC,MAAM;;;;kBAIM,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,MAAM;IAC1D,CAAC,CAAC,gBAAgB;IAClB,CAAC,CAAC,SAAS;;;CAGd,CAAA;AAED,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,GAAG,CAAC,CAAA;;;;;;CAMvC,CAAA;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;;;;;;;;;4BASV,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,MAAM;IACpE,CAAC,CAAC,sBAAsB;IACxB,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;;CAErC,CAAA;AAED,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE;IACzC,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,mBAAmB;CAC1D,CAAC,CAAgC;;;;;gBAKlB,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,iBAAiB,IAAI,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;WACzE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,iBAAiB;IACvC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,CAAC,KAAK,CAAC,iBAAiB,CAAC;IAC9D,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;;;;;;CAM1E,CAAA;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC,oBAAoB,CAAC,CAAA;;;;CAIrE,CAAA;AAED,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;WACvC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;;;;;;;;;;;;;;;;;;;CAmB9B,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { ListItemButton, TextField, Tooltip } from '../../../index';
3
3
  import LaunchIcon from '@mui/icons-material/Launch';
4
4
  import { visuallyHidden } from '@mui/utils';
@@ -42,7 +42,7 @@ const AppHubItem = (props) => {
42
42
  url: url,
43
43
  isAppSwitcher
44
44
  })
45
- : null, children: _jsxs(StyledBoxWrap, { children: [_jsxs(Box, { display: 'flex', flexDirection: 'row', children: [solidLogo, options && options.length > 0 && (_jsx(StyledAutocomplete, { disablePortal: true, size: 'small', options: options.map((option) => option.applicationName),
45
+ : null, children: _jsxs(StyledBoxWrap, { children: [_jsxs(Box, { display: 'flex', flexDirection: 'row', alignItems: 'center', children: [solidLogo, options && options.length > 0 && (_jsx(StyledAutocomplete, { disablePortal: true, size: 'small', options: options.map((option) => option.applicationName),
46
46
  // TODO: Add link, icon and screen reader text here:
47
47
  renderOption: (option) => {
48
48
  // Autocomplete only uses applicationName and we need more properties
@@ -68,3 +68,4 @@ const AppHubItem = (props) => {
68
68
  }, renderInput: (params) => _jsx(TextField, { ...params, placeholder: messages['select-org'] }) }))] }), _jsxs(StyledBoxText, { children: [_jsx(Tooltip, { placement: 'top', title: customName ?? shortName, children: _jsx(StyledTypography, { component: 'div', className: 'appHubCardTitle', children: customName ?? shortName }) }), subtitle && (_jsx(StyledTypographySubtitle, { component: 'div', children: subtitle }))] })] }) }) }));
69
69
  };
70
70
  export default AppHubItem;
71
+ //# sourceMappingURL=AppHubProduct.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppHubProduct.js","sourceRoot":"","sources":["../../../../src/lib/components/stream/AppHub/AppHubProduct.tsx"],"names":[],"mappings":"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"}