@carbon/ibm-products 2.36.0 → 2.37.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. package/css/index-full-carbon.css +5404 -5117
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +4 -4
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +820 -61
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +329 -6
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_rollupPluginBabelHelpers.js +9 -10
  18. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +3 -1
  19. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +8 -2
  20. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +21 -0
  21. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +261 -0
  22. package/es/components/ConditionBuilder/ConditionBuilder.js +45 -16
  23. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +12 -0
  24. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +40 -0
  25. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +22 -0
  26. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +74 -0
  27. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +18 -1
  28. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +90 -42
  29. package/es/components/ConditionBuilder/ConditionBuilderContext/{DataTreeContext.d.ts → ConditionBuilderProvider.d.ts} +5 -2
  30. package/es/components/ConditionBuilder/ConditionBuilderContext/{DataTreeContext.js → ConditionBuilderProvider.js} +27 -8
  31. package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +22 -0
  32. package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +112 -0
  33. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +31 -0
  34. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +40 -0
  35. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +28 -0
  36. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +151 -0
  37. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +11 -0
  38. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +59 -0
  39. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +13 -0
  40. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +52 -0
  41. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.d.ts +13 -0
  42. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.js +162 -0
  43. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +11 -0
  44. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +40 -0
  45. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +11 -0
  46. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +82 -0
  47. package/es/components/ConditionBuilder/ConditionConnector/ConditionConnector.d.ts +15 -0
  48. package/es/components/ConditionBuilder/ConditionConnector/ConditionConnector.js +85 -0
  49. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +24 -0
  50. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +145 -0
  51. package/es/components/ConditionBuilder/utils/util.d.ts +4 -0
  52. package/es/components/ConditionBuilder/utils/util.js +16 -0
  53. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +106 -4
  54. package/es/components/CreateTearsheet/CreateTearsheet.js +12 -32
  55. package/es/components/Datagrid/useParentDimensions.js +1 -1
  56. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +104 -2
  57. package/es/components/EditUpdateCards/EditUpdateCards.js +3 -0
  58. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +61 -2
  59. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -3
  60. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +97 -2
  61. package/es/components/ExpressiveCard/ExpressiveCard.js +4 -0
  62. package/es/components/InlineTip/InlineTipButton.d.ts +21 -2
  63. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +100 -2
  64. package/es/components/InterstitialScreen/InterstitialScreen.js +25 -14
  65. package/es/components/Nav/NavItem.js +1 -1
  66. package/es/components/NotificationsPanel/NotificationsPanel.js +5 -6
  67. package/es/components/PageHeader/PageHeader.js +12 -3
  68. package/es/components/SidePanel/SidePanel.js +1 -1
  69. package/es/components/SimpleHeader/SimpleHeader.d.ts +1 -5
  70. package/es/components/SimpleHeader/SimpleHeader.js +2 -4
  71. package/es/components/Tearsheet/TearsheetNarrow.d.ts +4 -13
  72. package/es/components/Tearsheet/TearsheetShell.d.ts +119 -10
  73. package/es/components/Tearsheet/TearsheetShell.js +18 -8
  74. package/es/components/WebTerminal/WebTerminal.d.ts +46 -2
  75. package/es/components/WebTerminal/WebTerminal.js +2 -2
  76. package/es/global/js/hooks/usePrefersReducedMotion.d.ts +2 -0
  77. package/es/global/js/hooks/usePrefersReducedMotion.js +28 -0
  78. package/es/global/js/utils/Wrap.d.ts +31 -2
  79. package/es/global/js/utils/Wrap.js +7 -9
  80. package/es/global/js/utils/getNodeTextContent.d.ts +1 -1
  81. package/es/global/js/utils/getNodeTextContent.js +1 -1
  82. package/es/global/js/utils/window.d.ts +2 -0
  83. package/es/global/js/utils/window.js +12 -0
  84. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +2780 -0
  85. package/lib/_virtual/_rollupPluginBabelHelpers.js +9 -10
  86. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +3 -1
  87. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +8 -2
  88. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +21 -0
  89. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +270 -0
  90. package/lib/components/ConditionBuilder/ConditionBuilder.js +46 -17
  91. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +12 -0
  92. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +48 -0
  93. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +22 -0
  94. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +83 -0
  95. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +18 -1
  96. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +90 -42
  97. package/lib/components/ConditionBuilder/ConditionBuilderContext/{DataTreeContext.d.ts → ConditionBuilderProvider.d.ts} +5 -2
  98. package/lib/components/ConditionBuilder/ConditionBuilderContext/{DataTreeContext.js → ConditionBuilderProvider.js} +27 -8
  99. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +22 -0
  100. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +121 -0
  101. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +31 -0
  102. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +44 -0
  103. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +28 -0
  104. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +159 -0
  105. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +11 -0
  106. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +67 -0
  107. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +13 -0
  108. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +60 -0
  109. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.d.ts +13 -0
  110. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.js +170 -0
  111. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +11 -0
  112. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +48 -0
  113. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +11 -0
  114. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +90 -0
  115. package/lib/components/ConditionBuilder/ConditionConnector/ConditionConnector.d.ts +15 -0
  116. package/lib/components/ConditionBuilder/ConditionConnector/ConditionConnector.js +93 -0
  117. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +24 -0
  118. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +153 -0
  119. package/lib/components/ConditionBuilder/utils/util.d.ts +4 -0
  120. package/lib/components/ConditionBuilder/utils/util.js +20 -0
  121. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +106 -4
  122. package/lib/components/CreateTearsheet/CreateTearsheet.js +12 -32
  123. package/lib/components/Datagrid/useParentDimensions.js +1 -1
  124. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +104 -2
  125. package/lib/components/EditUpdateCards/EditUpdateCards.js +3 -0
  126. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +61 -2
  127. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -3
  128. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +97 -2
  129. package/lib/components/ExpressiveCard/ExpressiveCard.js +4 -0
  130. package/lib/components/InlineTip/InlineTipButton.d.ts +21 -2
  131. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +100 -2
  132. package/lib/components/InterstitialScreen/InterstitialScreen.js +24 -13
  133. package/lib/components/Nav/NavItem.js +2 -2
  134. package/lib/components/NotificationsPanel/NotificationsPanel.js +5 -6
  135. package/lib/components/PageHeader/PageHeader.js +11 -2
  136. package/lib/components/SidePanel/SidePanel.js +1 -1
  137. package/lib/components/SimpleHeader/SimpleHeader.d.ts +1 -5
  138. package/lib/components/SimpleHeader/SimpleHeader.js +2 -4
  139. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +4 -13
  140. package/lib/components/Tearsheet/TearsheetShell.d.ts +119 -10
  141. package/lib/components/Tearsheet/TearsheetShell.js +16 -6
  142. package/lib/components/WebTerminal/WebTerminal.d.ts +46 -2
  143. package/lib/components/WebTerminal/WebTerminal.js +2 -2
  144. package/lib/global/js/hooks/usePrefersReducedMotion.d.ts +2 -0
  145. package/lib/global/js/hooks/usePrefersReducedMotion.js +32 -0
  146. package/lib/global/js/utils/Wrap.d.ts +31 -2
  147. package/lib/global/js/utils/Wrap.js +7 -9
  148. package/lib/global/js/utils/getNodeTextContent.d.ts +1 -1
  149. package/lib/global/js/utils/getNodeTextContent.js +1 -1
  150. package/lib/global/js/utils/window.d.ts +2 -0
  151. package/lib/global/js/utils/window.js +16 -0
  152. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +2912 -0
  153. package/package.json +4 -4
  154. package/scss/components/CoachmarkOverlayElements/_coachmark-overlay-elements.scss +1 -1
  155. package/scss/components/ConditionBuilder/_condition-builder.scss +26 -0
  156. package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +46 -0
  157. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +194 -0
  158. package/scss/components/ConditionBuilder/styles/_index.scss +2 -0
  159. package/scss/components/Guidebanner/_guidebanner.scss +3 -0
  160. package/scss/components/InterstitialScreen/_interstitial-screen.scss +1 -6
  161. package/scss/components/Tearsheet/_tearsheet.scss +3 -1
  162. package/es/components/ConditionBuilder/assets/sampleInput.d.ts +0 -58
  163. package/es/global/js/utils/keyboardNavigation.d.ts +0 -27
  164. package/es/global/js/utils/keyboardNavigation.js +0 -33
  165. package/es/global/js/utils/wrapFocus.d.ts +0 -25
  166. package/es/global/js/utils/wrapFocus.js +0 -68
  167. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3004
  168. package/lib/components/ConditionBuilder/assets/sampleInput.d.ts +0 -58
  169. package/lib/global/js/utils/keyboardNavigation.d.ts +0 -27
  170. package/lib/global/js/utils/keyboardNavigation.js +0 -39
  171. package/lib/global/js/utils/wrapFocus.d.ts +0 -25
  172. package/lib/global/js/utils/wrapFocus.js +0 -73
  173. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3136
@@ -1,2 +1,97 @@
1
- export let ExpressiveCard: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
- import React from 'react';
1
+ import React, { PropsWithChildren, ReactNode } from 'react';
2
+ type ActionIcon = {
3
+ id?: string;
4
+ icon?: () => void | object;
5
+ onKeydown?: () => void;
6
+ onClick?: () => void;
7
+ iconDescription?: string;
8
+ href?: string;
9
+ };
10
+ interface ExpressiveCardProps extends PropsWithChildren {
11
+ /**
12
+ * Icons that are displayed on card. Refer to design documentation for implementation guidelines. Note- href will supersede onClick
13
+ */
14
+ actionIcons?: ActionIcon[];
15
+ /**
16
+ * Content that shows in the body of the card
17
+ */
18
+ /**
19
+ * Optional user provided class
20
+ */
21
+ className?: string;
22
+ /**
23
+ * Optional header description
24
+ */
25
+ description?: string | object | ReactNode;
26
+ /**
27
+ * Optional label for the top of the card
28
+ */
29
+ label?: string | object | ReactNode;
30
+ /**
31
+ * Optional media content like an image to be placed in the card
32
+ */
33
+ media?: ReactNode;
34
+ /**
35
+ * Establishes the position of the media in the card
36
+ */
37
+ mediaPosition?: 'top' | 'left';
38
+ /**
39
+ * Provides the callback for a clickable card
40
+ */
41
+ onClick?: () => void;
42
+ /**
43
+ * Function that's called from the primary button or action icon
44
+ */
45
+ onPrimaryButtonClick?: () => void;
46
+ /**
47
+ * Function that's called from the secondary button
48
+ */
49
+ onSecondaryButtonClick?: () => void;
50
+ /**
51
+ * Provides the icon that's displayed at the top of the card
52
+ */
53
+ pictogram?: () => void | object;
54
+ /**
55
+ * Optionally specify an href for your Button to become an <a> element
56
+ */
57
+ primaryButtonHref?: string;
58
+ /**
59
+ * Optional prop to allow overriding the icon rendering. Can be a React component class
60
+ */
61
+ primaryButtonIcon?: () => void | object;
62
+ /**
63
+ * Establishes the kind of button displayed for the primary button
64
+ */
65
+ primaryButtonKind?: 'primary' | 'ghost';
66
+ /**
67
+ * The text that's displayed in the primary button
68
+ */
69
+ primaryButtonText?: string;
70
+ /**
71
+ * Optionally specify an href for your Button to become an <a> element
72
+ */
73
+ secondaryButtonHref?: string;
74
+ /**
75
+ * Optional prop to allow overriding the icon rendering. Can be a React component class
76
+ */
77
+ secondaryButtonIcon?: () => void | object;
78
+ /**
79
+ * Establishes the kind of button displayed for the secondary button
80
+ */
81
+ secondaryButtonKind?: 'secondary' | 'ghost';
82
+ /**
83
+ * The text that's displayed in the secondary button
84
+ */
85
+ secondaryButtonText?: string;
86
+ /**
87
+ * **Experimental:** For all cases a `Slug` component can be provided.
88
+ * Clickable tiles only accept a boolean value of true and display a hollow slug.
89
+ */
90
+ slug?: ReactNode | boolean;
91
+ /**
92
+ * Title that's displayed at the top of the card
93
+ */
94
+ title?: string | object | ReactNode;
95
+ }
96
+ export declare let ExpressiveCard: React.ForwardRefExoticComponent<ExpressiveCardProps & React.RefAttributes<HTMLDivElement>>;
97
+ export {};
@@ -27,6 +27,7 @@ ExpressiveCard.propTypes = {
27
27
  /**
28
28
  * Icons that are displayed on card. Refer to design documentation for implementation guidelines. Note- href will supersede onClick
29
29
  */
30
+ /**@ts-ignore */
30
31
  actionIcons: PropTypes.arrayOf(PropTypes.shape({
31
32
  id: PropTypes.string,
32
33
  icon: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
@@ -74,6 +75,7 @@ ExpressiveCard.propTypes = {
74
75
  /**
75
76
  * Provides the icon that's displayed at the top of the card
76
77
  */
78
+ /**@ts-ignore */
77
79
  pictogram: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
78
80
  /**
79
81
  * Optionally specify an href for your Button to become an <a> element
@@ -82,6 +84,7 @@ ExpressiveCard.propTypes = {
82
84
  /**
83
85
  * Optional prop to allow overriding the icon rendering. Can be a React component class
84
86
  */
87
+ /**@ts-ignore */
85
88
  primaryButtonIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
86
89
  /**
87
90
  * Establishes the kind of button displayed for the primary button
@@ -98,6 +101,7 @@ ExpressiveCard.propTypes = {
98
101
  /**
99
102
  * Optional prop to allow overriding the icon rendering. Can be a React component class
100
103
  */
104
+ /**@ts-ignore */
101
105
  secondaryButtonIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
102
106
  /**
103
107
  * Establishes the kind of button displayed for the secondary button
@@ -1,5 +1,24 @@
1
+ /**
2
+ * Copyright IBM Corp. 2023, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import React, { ReactNode } from 'react';
8
+ interface InlineTipButtonProps {
9
+ /**
10
+ * Provide an optional class to be applied to the containing node.
11
+ */
12
+ className?: string;
13
+ /**
14
+ * Provide the contents of the InlineTip.
15
+ */
16
+ children: ReactNode;
17
+ }
1
18
  /**
2
19
  * This is a standard Carbon button, styled specifically for use inside InlineTip.
3
20
  */
4
- export let InlineTipButton: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
- import React from 'react';
21
+ export declare let InlineTipButton: React.ForwardRefExoticComponent<InlineTipButtonProps & {
22
+ children?: React.ReactNode;
23
+ } & React.RefAttributes<HTMLButtonElement>>;
24
+ export {};
@@ -1,8 +1,106 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import React, { PropsWithChildren, ReactNode } from 'react';
8
+ type Media = {
9
+ breakpoints?: {
10
+ xlg?: number;
11
+ lg?: number;
12
+ };
13
+ } & ({
14
+ render?: () => ReactNode;
15
+ filePaths?: never;
16
+ } | {
17
+ render?: never;
18
+ filePaths?: string[];
19
+ });
20
+ interface InterstitialScreenProps extends PropsWithChildren {
21
+ /**
22
+ * Provide the contents of the InterstitialScreen.
23
+ */
24
+ children: ReactNode;
25
+ /**
26
+ * Provide an optional class to be applied to the containing node.
27
+ */
28
+ className?: string;
29
+ /**
30
+ * Tooltip text and aria label for the Close button icon.
31
+ */
32
+ closeIconDescription?: string;
33
+ /**
34
+ * The domain this app belongs to, e.g. "IBM Cloud Pak".
35
+ */
36
+ domainName?: string;
37
+ /**
38
+ * Provide an optional class to be applied to the <header> element >.
39
+ */
40
+ headerClassName?: string;
41
+ /**
42
+ * Provide an optional class to be applied to the <header> element >.
43
+ */
44
+ headerTitle?: string;
45
+ /**
46
+ * Optional parameter to hide the progress indicator when multiple steps are used.
47
+ */
48
+ hideProgressIndicator?: boolean;
49
+ /**
50
+ * The aria label applied to the Interstitial Screen component
51
+ */
52
+ interstitialAriaLabel?: string;
53
+ /**
54
+ * Specifies whether the component is shown as a full-screen
55
+ * experience, else it is shown as a modal by default.
56
+ */
57
+ isFullScreen?: boolean;
58
+ /**
59
+ * Specifies whether the component is currently open.
60
+ */
61
+ isOpen?: boolean;
62
+ /**
63
+ * The object describing an image in one of two shapes.
64
+ *
65
+ * If a single media element is required, use `{render}`.
66
+ *
67
+ * If a stepped animation is required, use `{filePaths}`.
68
+ *
69
+ * Breakpoints are used to set the media content column size as well as the remainder for the main content areas column size.
70
+ * Medium and small breakpoints will be set to 0 internally to focus on the main content area.
71
+ * @see {@link MEDIA_PROP_TYPE}.
72
+ */
73
+ media?: Media;
74
+ /**
75
+ * The label for the Next button.
76
+ */
77
+ nextButtonLabel?: string;
78
+ /**
79
+ * Function to call when the close button is clicked.
80
+ */
81
+ onClose?: () => void;
82
+ /**
83
+ * The label for the Previous button.
84
+ */
85
+ previousButtonLabel?: string;
86
+ /**
87
+ * The name of this app, e.g. "QRadar".
88
+ */
89
+ productName?: string;
90
+ /**
91
+ * The label for the skip button.
92
+ */
93
+ skipButtonLabel?: string;
94
+ /**
95
+ * The label for the start button.
96
+ */
97
+ startButtonLabel?: string;
98
+ }
1
99
  /**
2
100
  * InterstitialScreen can be a full page or an overlay, and are
3
101
  * shown on the first time a user accesses a new experience
4
102
  * (e.g. upon first login or first time opening a page where a
5
103
  * newly purchased capability is presented).
6
104
  */
7
- export let InterstitialScreen: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
8
- import React from 'react';
105
+ export declare let InterstitialScreen: React.ForwardRefExoticComponent<InterstitialScreenProps & React.RefAttributes<HTMLDivElement>>;
106
+ export {};
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends, defineProperty as _defineProperty } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
- import React__default, { useRef, useState, Children, useCallback, useEffect } from 'react';
9
+ import React__default, { useRef, useState, Children, useCallback, useEffect, isValidElement } from 'react';
10
10
  import PropTypes from '../../node_modules/prop-types/index.js';
11
11
  import cx from 'classnames';
12
12
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
@@ -51,7 +51,6 @@ var defaults = {
51
51
  skipButtonLabel: '',
52
52
  startButtonLabel: 'Get started'
53
53
  };
54
-
55
54
  /**
56
55
  * InterstitialScreen can be a full page or an overlay, and are
57
56
  * shown on the first time a user accesses a new experience
@@ -106,7 +105,7 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
106
105
  var childArray = Children.toArray(children);
107
106
  var isMultiStep = childArray.length > 1;
108
107
  var mediaIsDefined = (media === null || media === void 0 ? void 0 : media.render) || (media === null || media === void 0 ? void 0 : media.filePaths);
109
- var bodyScrollRef = useRef();
108
+ var bodyScrollRef = useRef(null);
110
109
  var mediaBreakpoints = {
111
110
  xlg: (media === null || media === void 0 || (_media$breakpoints = media.breakpoints) === null || _media$breakpoints === void 0 ? void 0 : _media$breakpoints.xlg) || 0,
112
111
  lg: (media === null || media === void 0 || (_media$breakpoints2 = media.breakpoints) === null || _media$breakpoints2 === void 0 ? void 0 : _media$breakpoints2.lg) || 0,
@@ -127,7 +126,8 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
127
126
  onClose();
128
127
  }, [onClose]);
129
128
  var scrollBodyToTop = function scrollBodyToTop() {
130
- bodyScrollRef.current.scroll({
129
+ var _bodyScrollRef$curren;
130
+ (_bodyScrollRef$curren = bodyScrollRef.current) === null || _bodyScrollRef$curren === void 0 || _bodyScrollRef$curren.scroll({
131
131
  top: 0,
132
132
  behavior: 'smooth'
133
133
  });
@@ -197,10 +197,12 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
197
197
  vertical: false,
198
198
  currentIndex: progStep
199
199
  }, childArray.map(function (child, idx) {
200
- return /*#__PURE__*/React__default.createElement(ProgressStep, {
201
- key: idx,
202
- label: child.props.stepTitle
203
- });
200
+ if ( /*#__PURE__*/isValidElement(child)) {
201
+ return /*#__PURE__*/React__default.createElement(ProgressStep, {
202
+ key: idx,
203
+ label: child.props.stepTitle
204
+ });
205
+ }
204
206
  })))), /*#__PURE__*/React__default.createElement(ModalBody, {
205
207
  className: bodyBlockClass
206
208
  }, childElements), /*#__PURE__*/React__default.createElement(ModalFooter, null, renderFooter()));
@@ -226,10 +228,12 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
226
228
  vertical: false,
227
229
  currentIndex: progStep
228
230
  }, childArray.map(function (child, idx) {
229
- return /*#__PURE__*/React__default.createElement(ProgressStep, {
230
- key: idx,
231
- label: child.props.stepTitle
232
- });
231
+ if ( /*#__PURE__*/isValidElement(child)) {
232
+ return /*#__PURE__*/React__default.createElement(ProgressStep, {
233
+ key: idx,
234
+ label: child.props.stepTitle
235
+ });
236
+ }
233
237
  })))), childElements, renderFooter()));
234
238
  };
235
239
  var renderBody = function renderBody() {
@@ -252,7 +256,10 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
252
256
  className: "".concat(blockClass, "__carousel")
253
257
  }, /*#__PURE__*/React__default.createElement(Carousel, {
254
258
  disableArrowScroll: true,
255
- ref: scrollRef
259
+ ref: scrollRef,
260
+ onScroll: function onScroll(scrollPercent) {
261
+ scrollPercent === 0 && setProgStep(0);
262
+ }
256
263
  }, children)) : childArray[0])), mediaIsDefined && /*#__PURE__*/React__default.createElement(Column, {
257
264
  xlg: mediaBreakpoints.xlg,
258
265
  lg: mediaBreakpoints.lg,
@@ -271,7 +278,10 @@ var InterstitialScreen = /*#__PURE__*/React__default.forwardRef(function (_ref,
271
278
  className: "".concat(blockClass, "__carousel")
272
279
  }, /*#__PURE__*/React__default.createElement(Carousel, {
273
280
  disableArrowScroll: true,
274
- ref: scrollRef
281
+ ref: scrollRef,
282
+ onScroll: function onScroll(scrollPercent) {
283
+ scrollPercent === 0 && setProgStep(0);
284
+ }
275
285
  }, children)) : /*#__PURE__*/React__default.createElement("div", null, childArray[0])));
276
286
  };
277
287
  var renderFooter = function renderFooter() {
@@ -379,6 +389,7 @@ InterstitialScreen.propTypes = {
379
389
  * Medium and small breakpoints will be set to 0 internally to focus on the main content area.
380
390
  * @see {@link MEDIA_PROP_TYPE}.
381
391
  */
392
+ /**@ts-ignore */
382
393
  media: PropTypes.oneOfType([PropTypes.shape({
383
394
  render: PropTypes.func,
384
395
  breakpoints: PropTypes.shape({
@@ -12,7 +12,7 @@ import cx from 'classnames';
12
12
  import { pkg } from '../../settings.js';
13
13
  import uuidv4 from '../../global/js/utils/uuidv4.js';
14
14
  import NavItemLink from './NavItemLink.js';
15
- import { Launch } from '../../node_modules/@carbon/icons-react/es/generated/bucket-8.js';
15
+ import { Launch } from '../../node_modules/@carbon/icons-react/es/generated/bucket-9.js';
16
16
 
17
17
  var _excluded = ["activeHref", "children", "className", "current", "disabled", "element", "href", "id", "label", "onClick", "tabIndex"];
18
18
 
@@ -13,6 +13,7 @@ import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
13
  import { pkg } from '../../settings.js';
14
14
  import { timeAgo } from './utils.js';
15
15
  import { prepareProps } from '../../global/js/utils/props-helper.js';
16
+ import usePrefersReducedMotion from '../../global/js/hooks/usePrefersReducedMotion.js';
16
17
  import { Button, Toggle, Link, IconButton } from '@carbon/react';
17
18
  import { Settings, ErrorFilled, CheckmarkFilled, WarningAltFilled, InformationSquareFilled, Close, ChevronDown } from '@carbon/react/icons';
18
19
  import { usePreviousValue } from '../../global/js/hooks/usePreviousValue.js';
@@ -153,9 +154,7 @@ var NotificationsPanel = /*#__PURE__*/React__default.forwardRef(function (_ref,
153
154
  var previousState = usePreviousValue({
154
155
  open: open
155
156
  });
156
- var reducedMotion = window && window.matchMedia ? window.matchMedia('(prefers-reduced-motion: reduce)') : {
157
- matches: true
158
- };
157
+ var reducedMotion = usePrefersReducedMotion();
159
158
  useEffect(function () {
160
159
  // Set the notifications passed to the state within this component
161
160
  setAllNotifications(data);
@@ -174,10 +173,10 @@ var NotificationsPanel = /*#__PURE__*/React__default.forwardRef(function (_ref,
174
173
  !open && setRender(false);
175
174
  };
176
175
  useEffect(function () {
177
- if (!open && previousState !== null && previousState !== void 0 && previousState.open && reducedMotion.matches) {
176
+ if (!open && previousState !== null && previousState !== void 0 && previousState.open && reducedMotion) {
178
177
  setRender(false);
179
178
  }
180
- }, [open, reducedMotion.matches, previousState === null || previousState === void 0 ? void 0 : previousState.open]);
179
+ }, [open, previousState === null || previousState === void 0 ? void 0 : previousState.open, reducedMotion]);
181
180
  var sortChronologically = function sortChronologically(arr) {
182
181
  if (!arr || arr && !arr.length) {
183
182
  return;
@@ -317,7 +316,7 @@ var NotificationsPanel = /*#__PURE__*/React__default.forwardRef(function (_ref,
317
316
  id: blockClass,
318
317
  className: cx(blockClass, className, "".concat(blockClass, "__container")),
319
318
  style: {
320
- animation: !reducedMotion.matches ? "".concat(open ? 'fade-in 250ms' : 'fade-out forwards 250ms') : null
319
+ animation: !reducedMotion ? "".concat(open ? 'fade-in 250ms' : 'fade-out forwards 250ms') : null
321
320
  },
322
321
  onAnimationEnd: onAnimationEnd,
323
322
  ref: ref || notificationPanelRef
@@ -11,7 +11,7 @@ import PropTypes from '../../node_modules/prop-types/index.js';
11
11
  import { breakpoints, spacing10, baseFontSize } from '@carbon/layout';
12
12
  import cx from 'classnames';
13
13
  import { useResizeObserver } from '../../global/js/hooks/useResizeObserver.js';
14
- import { FlexGrid, Row, Column, Button, Tag } from '@carbon/react';
14
+ import { FlexGrid, Row, Column, Button, Tooltip, Tag } from '@carbon/react';
15
15
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
16
16
  import { deprecateProp, prepareProps } from '../../global/js/utils/props-helper.js';
17
17
  import { pkg } from '../../settings.js';
@@ -25,13 +25,14 @@ import { BreadcrumbWithOverflow } from '../BreadcrumbWithOverflow/BreadcrumbWith
25
25
  import { ActionBar } from '../ActionBar/ActionBar.js';
26
26
  import { ButtonSetWithOverflow } from '../ButtonSetWithOverflow/ButtonSetWithOverflow.js';
27
27
 
28
- var _excluded = ["actionBarItems", "actionBarMenuOptionsClass", "actionBarOverflowAriaLabel", "allTagsModalSearchLabel", "allTagsModalSearchPlaceholderText", "allTagsModalTitle", "hasBackgroundAlways", "breadcrumbOverflowAriaLabel", "breadcrumbs", "children", "className", "collapseHeader", "collapseHeaderIconDescription", "collapseTitle", "disableBreadcrumbScroll", "enableBreadcrumbScroll", "expandHeaderIconDescription", "fullWidthGrid", "hasCollapseHeaderToggle", "narrowGrid", "navigation", "pageActions", "pageActionsOverflowLabel", "pageActionsMenuOptionsClass", "showAllTagsLabel", "subtitle", "tags", "title", "withoutBackground"];
28
+ var _excluded = ["actionBarItems", "actionBarMenuOptionsClass", "actionBarOverflowAriaLabel", "allTagsModalSearchLabel", "allTagsModalSearchPlaceholderText", "allTagsModalTitle", "hasBackgroundAlways", "breadcrumbOverflowAriaLabel", "breadcrumbs", "children", "className", "collapseHeader", "collapseHeaderIconDescription", "collapseTitle", "disableBreadcrumbScroll", "enableBreadcrumbScroll", "expandHeaderIconDescription", "fullWidthGrid", "hasCollapseHeaderToggle", "narrowGrid", "navigation", "pageActions", "pageActionsOverflowLabel", "pageActionsMenuOptionsClass", "showAllTagsLabel", "subtitle", "tags", "title", "withoutBackground", "breadcrumbOverflowTooltipAlign"];
29
29
  var componentName = 'PageHeader';
30
30
 
31
31
  // Default values for props
32
32
  var defaults = {
33
33
  fullWidthGrid: false,
34
- narrowGrid: false
34
+ narrowGrid: false,
35
+ breadcrumbOverflowTooltipAlign: 'right'
35
36
  };
36
37
  var PageHeader = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
37
38
  var _withoutBackground, _enableBreadcrumbScro;
@@ -66,6 +67,8 @@ var PageHeader = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
66
67
  tags = _ref.tags,
67
68
  title = _ref.title,
68
69
  withoutBackground = _ref.withoutBackground,
70
+ _ref$breadcrumbOverfl = _ref.breadcrumbOverflowTooltipAlign,
71
+ breadcrumbOverflowTooltipAlign = _ref$breadcrumbOverfl === void 0 ? defaults.breadcrumbOverflowTooltipAlign : _ref$breadcrumbOverfl,
69
72
  rest = _objectWithoutProperties(_ref, _excluded);
70
73
  // handle deprecated props - START
71
74
  // if withoutBackground is nullish check deprecated_hasBackgroundAlways and default false
@@ -337,6 +340,8 @@ var PageHeader = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
337
340
  noTrailingSlash: !!title,
338
341
  overflowAriaLabel: breadcrumbOverflowAriaLabel,
339
342
  breadcrumbs: breadcrumbs && breadcrumbItemForTitle ? breadcrumbs.concat(breadcrumbItemForTitle) : breadcrumbItemForTitle ? [breadcrumbItemForTitle] : breadcrumbs // breadcrumbs may be null or undefined
343
+ ,
344
+ overflowTooltipAlign: breadcrumbOverflowTooltipAlign
340
345
  }) : null), /*#__PURE__*/React__default.createElement(Column, {
341
346
  className: cx(["".concat(blockClass, "__action-bar-column ").concat(blockClass, "__action-bar-column--background"), _defineProperty(_defineProperty({}, "".concat(blockClass, "__action-bar-column--has-page-actions"), pageActions), "".concat(blockClass, "__action-bar-column--influenced-by-collapse-button"), spaceForCollapseButton)])
342
347
  }, /*#__PURE__*/React__default.createElement("div", {
@@ -528,6 +533,10 @@ PageHeader.propTypes = _objectSpread2({
528
533
  var breadcrumbs = _ref11.breadcrumbs;
529
534
  return breadcrumbs && breadcrumbs.length > 0;
530
535
  }),
536
+ /**
537
+ * align breadcrumb overflow tooltip
538
+ */
539
+ breadcrumbOverflowTooltipAlign: Tooltip.propTypes.align,
531
540
  /**
532
541
  * Specifies the breadcrumb components to be shown in the breadcrumb area of
533
542
  * the page header. Each item is specified as an object with optional fields
@@ -151,7 +151,7 @@ var SidePanel = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
151
151
  titleItemsStyles(animationProgress);
152
152
  }
153
153
  }, [doAnimateTitle, panelRefValue === null || panelRefValue === void 0 ? void 0 : panelRefValue.style, scrollAnimationDistance, titleItemsStyles]);
154
- var reducedMotion = typeof window !== 'undefined' && (_window = window) !== null && _window !== void 0 && _window.matchMedia ? window.matchMedia('(prefers-reduced-motion: reduce)') : {
154
+ var reducedMotion = typeof document !== 'undefined' && (_window = window) !== null && _window !== void 0 && _window.matchMedia ? window.matchMedia('(prefers-reduced-motion: reduce)') : {
155
155
  matches: true
156
156
  };
157
157
 
@@ -16,7 +16,7 @@ export function SimpleHeader({ breadcrumbs, className, title, noTrailingSlash, m
16
16
  breadcrumbs: any;
17
17
  className: any;
18
18
  title: any;
19
- noTrailingSlash: any;
19
+ noTrailingSlash?: boolean | undefined;
20
20
  maxVisible: any;
21
21
  overflowAriaLabel: any;
22
22
  }): import("react/jsx-runtime").JSX.Element;
@@ -40,9 +40,5 @@ export namespace SimpleHeader {
40
40
  export { overflowAriaLabel_required_if_breadcrumbs_exist as overflowAriaLabel };
41
41
  export let title: PropTypes.Requireable<string>;
42
42
  }
43
- namespace defaultProps {
44
- let noTrailingSlash_1: boolean;
45
- export { noTrailingSlash_1 as noTrailingSlash };
46
- }
47
43
  }
48
44
  import PropTypes from 'prop-types';
@@ -33,7 +33,8 @@ var SimpleHeader = function SimpleHeader(_ref) {
33
33
  var breadcrumbs = _ref.breadcrumbs,
34
34
  className = _ref.className,
35
35
  title = _ref.title,
36
- noTrailingSlash = _ref.noTrailingSlash,
36
+ _ref$noTrailingSlash = _ref.noTrailingSlash,
37
+ noTrailingSlash = _ref$noTrailingSlash === void 0 ? true : _ref$noTrailingSlash,
37
38
  maxVisible = _ref.maxVisible,
38
39
  overflowAriaLabel = _ref.overflowAriaLabel,
39
40
  rest = _objectWithoutProperties(_ref, _excluded);
@@ -86,8 +87,5 @@ SimpleHeader.propTypes = {
86
87
  /** Header title */
87
88
  title: PropTypes.string
88
89
  };
89
- SimpleHeader.defaultProps = {
90
- noTrailingSlash: true
91
- };
92
90
 
93
91
  export { SimpleHeader, overflowAriaLabel_required_if_breadcrumbs_exist };
@@ -8,11 +8,8 @@
8
8
  import React, { ReactNode, PropsWithChildren } from 'react';
9
9
  import PropTypes from 'prop-types';
10
10
  import { ButtonProps } from '@carbon/react';
11
- type closeIconDescriptionTypes = {
12
- hasCloseIcon: true;
13
- closeIconDescription: string;
14
- };
15
- interface TearsheetNarrowProps extends PropsWithChildren {
11
+ import { CloseIconDescriptionTypes } from './TearsheetShell';
12
+ interface TearsheetNarrowBaseProps extends PropsWithChildren {
16
13
  /**
17
14
  * The navigation actions to be shown as buttons in the action area at the
18
15
  * bottom of the tearsheet. Each action is specified as an object with
@@ -36,13 +33,6 @@ interface TearsheetNarrowProps extends PropsWithChildren {
36
33
  * An optional class or classes to be added to the outermost element.
37
34
  */
38
35
  className?: string;
39
- /**
40
- * The accessibility title for the close icon (if shown).
41
- *
42
- * **Note:** This prop is only required if a close icon is shown, i.e. if
43
- * there are a no navigation actions and/or hasCloseIcon is true.
44
- */
45
- closeIconDescription?: closeIconDescriptionTypes;
46
36
  /**
47
37
  * A description of the flow, displayed in the header area of the tearsheet.
48
38
  */
@@ -89,6 +79,7 @@ interface TearsheetNarrowProps extends PropsWithChildren {
89
79
  */
90
80
  verticalPosition?: 'normal' | 'lower';
91
81
  }
82
+ type TearsheetNarrowProps = TearsheetNarrowBaseProps & CloseIconDescriptionTypes;
92
83
  /**
93
84
  * A narrow tearsheet is a slimmer variant of the tearsheet, providing a dialog
94
85
  * that keeps users in-context and focused by bringing actionable content front
@@ -97,7 +88,7 @@ interface TearsheetNarrowProps extends PropsWithChildren {
97
88
  * A narrow tearsheet comprises 3 zones: a heading area including a title, the
98
89
  * main content area, and a set of action buttons.
99
90
  */
100
- export declare let TearsheetNarrow: React.ForwardRefExoticComponent<TearsheetNarrowProps & React.RefAttributes<unknown>>;
91
+ export declare let TearsheetNarrow: React.ForwardRefExoticComponent<TearsheetNarrowProps & React.RefAttributes<HTMLDivElement>>;
101
92
  export declare const deprecatedProps: {
102
93
  /**
103
94
  * **Deprecated**