@carbon/ibm-products 2.71.0 → 2.72.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/carbon.css +50 -0
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +560 -185
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +132 -1
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +570 -245
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +358 -33
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/{BigNumbers/BigNumbers.d.ts → BigNumber/BigNumber.d.ts} +5 -5
- package/es/components/{BigNumbers/BigNumbers.js → BigNumber/BigNumber.js} +12 -12
- package/es/components/BigNumber/BigNumberSkeleton.d.ts +17 -0
- package/es/components/{BigNumbers/BigNumbersSkeleton.js → BigNumber/BigNumberSkeleton.js} +16 -16
- package/es/components/{BigNumbers → BigNumber}/constants.d.ts +3 -3
- package/es/components/{BigNumbers → BigNumber}/constants.js +6 -6
- package/es/components/{BigNumbers → BigNumber}/index.d.ts +2 -2
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +72 -0
- package/es/components/Coachmark/next/Coachmark/Coachmark.js +185 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.d.ts +44 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/index.d.ts +8 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +38 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.js +125 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +24 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.js +25 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +10 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +34 -0
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +118 -0
- package/es/components/Coachmark/next/Coachmark/ContentBody.d.ts +23 -0
- package/es/components/Coachmark/next/Coachmark/ContentBody.js +37 -0
- package/es/components/Coachmark/next/Coachmark/ContentHeader.d.ts +21 -0
- package/es/components/Coachmark/next/Coachmark/ContentHeader.js +89 -0
- package/{lib/components/BigNumbers → es/components/Coachmark/next/Coachmark}/index.d.ts +2 -2
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +0 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +11 -5
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +11 -4
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +1 -1
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +42 -3
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +5 -3
- package/es/components/ConditionBuilder/utils/useTranslations.js +1 -1
- package/es/components/EditInPlace/EditInPlace.js +0 -3
- package/es/components/EmptyStates/EmptyState.d.ts +2 -2
- package/es/components/EmptyStates/EmptyState.js +2 -8
- package/es/components/FilterPanel/FilterPanelGroup/index.d.ts +1 -0
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -25
- package/es/components/InterstitialScreen/InterstitialScreen.js +3 -19
- package/es/components/InterstitialScreen/InterstitialScreenBody.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +1 -1
- package/es/components/InterstitialScreen/InterstitialScreenFooter.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +1 -1
- package/es/components/InterstitialScreen/InterstitialScreenHeader.d.ts +6 -0
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
- package/es/components/InterstitialScreen/_story-assets/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -1
- package/es/components/InterstitialScreen/context.d.ts +31 -0
- package/es/components/InterstitialScreen/context.js +18 -0
- package/es/components/InterstitialScreen/index.d.ts +3 -2
- package/es/components/NotificationsPanel/NotificationsPanel.js +36 -13
- package/es/components/PageHeader/PageHeader.d.ts +2 -1
- package/es/components/PageHeader/PageHeader.js +2 -1
- package/es/components/PageHeader/next/PageHeader.d.ts +18 -3
- package/es/components/PageHeader/next/PageHeader.js +260 -12
- package/es/components/PageHeader/next/context.d.ts +25 -0
- package/es/components/PageHeader/next/context.js +30 -0
- package/es/components/PageHeader/next/index.d.ts +3 -3
- package/es/components/PageHeader/next/overflowHandler.d.ts +95 -0
- package/es/components/PageHeader/next/overflowHandler.js +162 -0
- package/es/components/PageHeader/next/utils.d.ts +19 -0
- package/es/components/PageHeader/next/utils.js +68 -0
- package/es/components/ProductiveCard/ProductiveCard.js +2 -1
- package/es/components/ScrollGradient/ScrollGradient.js +1 -2
- package/es/components/SidePanel/SidePanel.d.ts +4 -0
- package/es/components/SidePanel/SidePanel.js +8 -2
- package/es/components/Tearsheet/TearsheetShell.js +8 -5
- package/es/components/TruncatedText/TruncatedText.d.ts +48 -0
- package/es/components/TruncatedText/TruncatedText.js +86 -0
- package/es/components/TruncatedText/index.d.ts +7 -0
- package/es/components/TruncatedText/useTruncatedText.d.ts +16 -0
- package/es/components/TruncatedText/useTruncatedText.js +41 -0
- package/es/components/index.d.ts +4 -2
- package/es/global/js/hooks/useOverflowString.d.ts +2 -2
- package/es/global/js/hooks/useResizeObserver.d.ts +1 -1
- package/es/global/js/package-settings.d.ts +2 -1
- package/es/global/js/package-settings.js +3 -2
- package/es/global/js/utils/checkForOverflow.js +21 -0
- package/es/global/js/utils/makeDraggable/index.d.ts +1 -0
- package/es/global/js/utils/makeDraggable/makeDraggable.d.ts +19 -0
- package/es/global/js/utils/makeDraggable/makeDraggable.js +91 -0
- package/es/global/js/utils/makeDraggable/makeDraggable.stories.d.ts +22 -0
- package/es/index.js +4 -2
- package/es/node_modules/@floating-ui/core/dist/floating-ui.core.js +592 -0
- package/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +713 -0
- package/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +95 -0
- package/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +161 -0
- package/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +142 -0
- package/es/settings.d.ts +2 -1
- package/lib/components/{BigNumbers/BigNumbers.d.ts → BigNumber/BigNumber.d.ts} +5 -5
- package/lib/components/{BigNumbers/BigNumbers.js → BigNumber/BigNumber.js} +11 -11
- package/lib/components/BigNumber/BigNumberSkeleton.d.ts +17 -0
- package/lib/components/{BigNumbers/BigNumbersSkeleton.js → BigNumber/BigNumberSkeleton.js} +15 -15
- package/lib/components/{BigNumbers → BigNumber}/constants.d.ts +3 -3
- package/lib/components/{BigNumbers → BigNumber}/constants.js +6 -6
- package/lib/components/BigNumber/index.d.ts +7 -0
- package/lib/components/Coachmark/Coachmark.js +2 -2
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +72 -0
- package/lib/components/Coachmark/next/Coachmark/Coachmark.js +189 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.d.ts +44 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/index.d.ts +8 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +38 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.js +127 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +24 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.js +27 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +10 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +34 -0
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +122 -0
- package/lib/components/Coachmark/next/Coachmark/ContentBody.d.ts +23 -0
- package/lib/components/Coachmark/next/Coachmark/ContentBody.js +41 -0
- package/lib/components/Coachmark/next/Coachmark/ContentHeader.d.ts +21 -0
- package/lib/components/Coachmark/next/Coachmark/ContentHeader.js +93 -0
- package/lib/components/Coachmark/next/Coachmark/index.d.ts +7 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +0 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +2 -2
- package/lib/components/CoachmarkStack/CoachmarkStack.js +2 -2
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +11 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +11 -4
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +1 -1
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +41 -2
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +5 -3
- package/lib/components/ConditionBuilder/utils/useTranslations.js +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +0 -3
- package/lib/components/EmptyStates/EmptyState.d.ts +2 -2
- package/lib/components/EmptyStates/EmptyState.js +2 -8
- package/lib/components/FilterPanel/FilterPanelGroup/index.d.ts +1 -0
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -25
- package/lib/components/InterstitialScreen/InterstitialScreen.js +6 -25
- package/lib/components/InterstitialScreen/InterstitialScreenBody.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +6 -6
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +9 -9
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.d.ts +6 -0
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +5 -5
- package/lib/components/InterstitialScreen/_story-assets/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -1
- package/lib/components/InterstitialScreen/context.d.ts +31 -0
- package/lib/components/InterstitialScreen/context.js +21 -0
- package/lib/components/InterstitialScreen/index.d.ts +3 -2
- package/lib/components/NotificationsPanel/NotificationsPanel.js +36 -13
- package/lib/components/PageHeader/PageHeader.d.ts +2 -1
- package/lib/components/PageHeader/PageHeader.js +2 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts +18 -3
- package/lib/components/PageHeader/next/PageHeader.js +261 -7
- package/lib/components/PageHeader/next/context.d.ts +25 -0
- package/lib/components/PageHeader/next/context.js +33 -0
- package/lib/components/PageHeader/next/index.d.ts +3 -3
- package/lib/components/PageHeader/next/overflowHandler.d.ts +95 -0
- package/lib/components/PageHeader/next/overflowHandler.js +166 -0
- package/lib/components/PageHeader/next/utils.d.ts +19 -0
- package/lib/components/PageHeader/next/utils.js +71 -0
- package/lib/components/ProductiveCard/ProductiveCard.js +2 -1
- package/lib/components/ScrollGradient/ScrollGradient.js +1 -2
- package/lib/components/SidePanel/SidePanel.d.ts +4 -0
- package/lib/components/SidePanel/SidePanel.js +8 -2
- package/lib/components/Tearsheet/TearsheetShell.js +8 -5
- package/lib/components/TruncatedText/TruncatedText.d.ts +48 -0
- package/lib/components/TruncatedText/TruncatedText.js +86 -0
- package/lib/components/TruncatedText/index.d.ts +7 -0
- package/lib/components/TruncatedText/useTruncatedText.d.ts +16 -0
- package/lib/components/TruncatedText/useTruncatedText.js +45 -0
- package/lib/components/index.d.ts +4 -2
- package/lib/global/js/hooks/useOverflowString.d.ts +2 -2
- package/lib/global/js/hooks/usePortalTarget.js +2 -2
- package/lib/global/js/hooks/useResizeObserver.d.ts +1 -1
- package/lib/global/js/package-settings.d.ts +2 -1
- package/lib/global/js/package-settings.js +3 -2
- package/lib/global/js/utils/checkForOverflow.js +23 -0
- package/lib/global/js/utils/makeDraggable/index.d.ts +1 -0
- package/lib/global/js/utils/makeDraggable/makeDraggable.d.ts +19 -0
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +93 -0
- package/lib/global/js/utils/makeDraggable/makeDraggable.stories.d.ts +22 -0
- package/lib/index.js +11 -4
- package/lib/node_modules/@floating-ui/core/dist/floating-ui.core.js +600 -0
- package/lib/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +722 -0
- package/lib/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +102 -0
- package/lib/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +182 -0
- package/lib/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +164 -0
- package/lib/settings.d.ts +2 -1
- package/package.json +10 -11
- package/scss/components/{BigNumbers/_big-numbers.scss → BigNumber/_big-number.scss} +5 -5
- package/scss/components/{BigNumbers → BigNumber}/_carbon-imports.scss +3 -3
- package/scss/components/{BigNumbers → BigNumber}/_index-with-carbon.scss +2 -2
- package/scss/components/{BigNumbers → BigNumber}/_index.scss +2 -2
- package/scss/components/Card/_card.scss +2 -0
- package/scss/components/Coachmark/_bubble.scss +62 -0
- package/scss/components/Coachmark/_coachmark-beacon.scss +164 -0
- package/scss/components/Coachmark/_coachmark.scss +15 -0
- package/scss/components/ConditionBuilder/_condition-builder.scss +8 -0
- package/scss/components/PageHeader/_page-header.scss +144 -1
- package/scss/components/Tearsheet/_tearsheet.scss +6 -0
- package/scss/components/TruncatedText/_carbon-imports.scss +6 -0
- package/scss/components/TruncatedText/_index-with-carbon.scss +9 -0
- package/scss/components/TruncatedText/_index.scss +8 -0
- package/scss/components/TruncatedText/_truncated-text.scss +26 -0
- package/scss/components/_index-with-carbon.scss +3 -2
- package/scss/components/_index.scss +3 -2
- package/telemetry.yml +24 -5
- package/es/components/BigNumbers/BigNumbersSkeleton.d.ts +0 -17
- package/lib/components/BigNumbers/BigNumbersSkeleton.d.ts +0 -17
@@ -2148,158 +2148,12 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2148
2148
|
background-color: #7c3dd6 !important;
|
2149
2149
|
}
|
2150
2150
|
|
2151
|
-
|
2152
|
-
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2157
|
-
/* stylelint-disable max-nesting-depth */
|
2158
|
-
.c4p--coachmark-beacon {
|
2159
|
-
position: relative;
|
2160
|
-
}
|
2161
|
-
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::before {
|
2162
|
-
display: none;
|
2163
|
-
}
|
2164
|
-
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::after {
|
2165
|
-
position: absolute;
|
2166
|
-
border-radius: 50%;
|
2167
|
-
/* stylelint-disable-next-line carbon/theme-use */
|
2168
|
-
background-color: #4589ff;
|
2169
|
-
block-size: 0.75rem;
|
2170
|
-
content: "";
|
2171
|
-
inline-size: 0.75rem;
|
2172
|
-
inset-block-start: 0.625rem;
|
2173
|
-
inset-inline-start: 0.625rem;
|
2174
|
-
}
|
2175
|
-
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus {
|
2176
|
-
outline: transparent;
|
2177
|
-
}
|
2178
|
-
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus::before {
|
2179
|
-
position: absolute;
|
2180
|
-
display: block;
|
2181
|
-
border-radius: 100%;
|
2182
|
-
block-size: 18px;
|
2183
|
-
content: "";
|
2184
|
-
inline-size: 18px;
|
2185
|
-
inset-block-start: 7px;
|
2186
|
-
inset-inline-start: 7px;
|
2187
|
-
/* stylelint-disable-next-line carbon/theme-use */
|
2188
|
-
outline: 0.125rem var(--cds-focus, #0f62fe) solid;
|
2189
|
-
}
|
2190
|
-
.c4p--coachmark-beacon .c4p--coachmark-beacon__target {
|
2191
|
-
display: flex;
|
2192
|
-
padding: 0;
|
2193
|
-
border: none;
|
2194
|
-
border-radius: 50%;
|
2195
|
-
background-color: transparent;
|
2196
|
-
block-size: 2rem;
|
2197
|
-
cursor: pointer;
|
2198
|
-
inline-size: 2rem;
|
2199
|
-
}
|
2200
|
-
.c4p--coachmark-beacon .c4p--coachmark-beacon__target[aria-expanded=true] circle {
|
2201
|
-
animation: none;
|
2202
|
-
}
|
2203
|
-
.c4p--coachmark-beacon__center {
|
2204
|
-
position: absolute;
|
2205
|
-
z-index: 6900;
|
2206
|
-
block-size: 5rem;
|
2207
|
-
inline-size: 5rem;
|
2208
|
-
inset-block-start: -1.375rem;
|
2209
|
-
inset-inline-start: -1.375rem;
|
2210
|
-
pointer-events: none;
|
2211
|
-
}
|
2212
|
-
.c4p--coachmark-beacon__center circle {
|
2213
|
-
/* stylelint-disable-next-line carbon/motion-duration-use */
|
2214
|
-
animation: ripple 2s infinite;
|
2215
|
-
fill: var(--cds-support-info, #0043ce);
|
2216
|
-
fill-opacity: 0;
|
2217
|
-
-webkit-mask-image: none;
|
2218
|
-
mask-image: none;
|
2219
|
-
stroke: var(--cds-support-info, #0043ce);
|
2220
|
-
stroke-opacity: 0;
|
2221
|
-
stroke-width: 1px;
|
2222
|
-
transition-timing-function: motion exit, productive;
|
2223
|
-
}
|
2224
|
-
@media (prefers-reduced-motion) {
|
2225
|
-
.c4p--coachmark-beacon__center circle {
|
2226
|
-
animation: none;
|
2227
|
-
}
|
2228
|
-
}
|
2229
|
-
|
2230
|
-
@keyframes ripple {
|
2231
|
-
0% {
|
2232
|
-
fill-opacity: 0;
|
2233
|
-
r: 1px;
|
2234
|
-
stroke-opacity: 0;
|
2235
|
-
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
2236
|
-
}
|
2237
|
-
31% {
|
2238
|
-
fill-opacity: 0.2;
|
2239
|
-
stroke-opacity: 1;
|
2240
|
-
}
|
2241
|
-
62% {
|
2242
|
-
fill-opacity: 0;
|
2243
|
-
r: 32px;
|
2244
|
-
stroke-opacity: 0;
|
2245
|
-
}
|
2246
|
-
100% {
|
2247
|
-
fill-opacity: 0;
|
2248
|
-
r: 32px;
|
2249
|
-
stroke-opacity: 0;
|
2250
|
-
}
|
2251
|
-
}
|
2252
|
-
@keyframes ring-ripple {
|
2253
|
-
0% {
|
2254
|
-
fill-opacity: 0;
|
2255
|
-
r: 12px;
|
2256
|
-
stroke-opacity: 0;
|
2257
|
-
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
2258
|
-
}
|
2259
|
-
31% {
|
2260
|
-
fill-opacity: 0.2;
|
2261
|
-
stroke-opacity: 1;
|
2262
|
-
}
|
2263
|
-
62% {
|
2264
|
-
fill-opacity: 0;
|
2265
|
-
r: 32px;
|
2266
|
-
stroke-opacity: 0;
|
2267
|
-
}
|
2268
|
-
100% {
|
2269
|
-
fill-opacity: 0;
|
2270
|
-
r: 32px;
|
2271
|
-
stroke-opacity: 0;
|
2272
|
-
}
|
2273
|
-
}
|
2274
|
-
/* stylelint-disable max-nesting-depth */
|
2275
|
-
.c4p--coachmark-overlay-element {
|
2276
|
-
padding: 0.125rem 1rem 0;
|
2277
|
-
}
|
2278
|
-
.c4p--coachmark-overlay-element__content {
|
2279
|
-
padding-block-end: 1rem;
|
2280
|
-
}
|
2281
|
-
.c4p--coachmark-overlay-element__title {
|
2282
|
-
font-size: var(--cds-productive-heading-02-font-size, 1rem);
|
2283
|
-
font-weight: var(--cds-productive-heading-02-font-weight, 600);
|
2284
|
-
line-height: var(--cds-productive-heading-02-line-height, 1.375);
|
2285
|
-
letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
|
2286
|
-
margin: 0 0 0.5rem;
|
2287
|
-
}
|
2288
|
-
.c4p--coachmark-overlay-element__body {
|
2289
|
-
font-size: var(--cds-body-long-01-font-size, 0.875rem);
|
2290
|
-
font-weight: var(--cds-body-long-01-font-weight, 400);
|
2291
|
-
line-height: var(--cds-body-long-01-line-height, 1.42857);
|
2292
|
-
letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
|
2293
|
-
}
|
2294
|
-
.c4p--coachmark-overlay-element__button {
|
2295
|
-
margin-block-end: 0;
|
2296
|
-
}
|
2297
|
-
|
2298
|
-
.c4p--carousel__item .c4p--coachmark-overlay-element__button {
|
2299
|
-
margin-block-end: 1rem;
|
2300
|
-
}
|
2301
|
-
|
2302
|
-
/* stylelint-disable max-nesting-depth */
|
2151
|
+
/**
|
2152
|
+
* Copyright IBM Corp. 2025
|
2153
|
+
*
|
2154
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
2155
|
+
* LICENSE file in the root directory of this source tree.
|
2156
|
+
*/
|
2303
2157
|
@keyframes cds--hide-feedback {
|
2304
2158
|
0% {
|
2305
2159
|
opacity: 1;
|
@@ -2450,82 +2304,403 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2450
2304
|
--cds-layout-size-height-context: var(--cds-layout-size-height-2xl, 5rem);
|
2451
2305
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
2452
2306
|
}
|
2453
|
-
|
2454
|
-
.cds--layout-constraint--size__default-2xl {
|
2455
|
-
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
|
2307
|
+
|
2308
|
+
.cds--layout-constraint--size__default-2xl {
|
2309
|
+
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
|
2310
|
+
}
|
2311
|
+
|
2312
|
+
.cds--layout-constraint--size__min-2xl {
|
2313
|
+
--cds-layout-size-height-min: var(--cds-layout-size-height-2xl, 5rem);
|
2314
|
+
}
|
2315
|
+
|
2316
|
+
.cds--layout-constraint--size__max-2xl {
|
2317
|
+
--cds-layout-size-height-max: var(--cds-layout-size-height-2xl, 5rem);
|
2318
|
+
}
|
2319
|
+
|
2320
|
+
.cds--layout--density-condensed {
|
2321
|
+
--cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
2322
|
+
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
2323
|
+
}
|
2324
|
+
|
2325
|
+
.cds--layout-constraint--density__default-condensed {
|
2326
|
+
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
|
2327
|
+
}
|
2328
|
+
|
2329
|
+
.cds--layout-constraint--density__min-condensed {
|
2330
|
+
--cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
2331
|
+
}
|
2332
|
+
|
2333
|
+
.cds--layout-constraint--density__max-condensed {
|
2334
|
+
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
2335
|
+
}
|
2336
|
+
|
2337
|
+
.cds--layout--density-normal {
|
2338
|
+
--cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-normal, 1rem);
|
2339
|
+
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
2340
|
+
}
|
2341
|
+
|
2342
|
+
.cds--layout-constraint--density__default-normal {
|
2343
|
+
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
|
2344
|
+
}
|
2345
|
+
|
2346
|
+
.cds--layout-constraint--density__min-normal {
|
2347
|
+
--cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-normal, 1rem);
|
2348
|
+
}
|
2349
|
+
|
2350
|
+
.cds--layout-constraint--density__max-normal {
|
2351
|
+
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-normal, 1rem);
|
2352
|
+
}
|
2353
|
+
|
2354
|
+
:root {
|
2355
|
+
--cds-layout-size-height-xs: 1.5rem;
|
2356
|
+
--cds-layout-size-height-sm: 2rem;
|
2357
|
+
--cds-layout-size-height-md: 2.5rem;
|
2358
|
+
--cds-layout-size-height-lg: 3rem;
|
2359
|
+
--cds-layout-size-height-xl: 4rem;
|
2360
|
+
--cds-layout-size-height-2xl: 5rem;
|
2361
|
+
--cds-layout-size-height-min: 0px;
|
2362
|
+
--cds-layout-size-height-max: 999999999px;
|
2363
|
+
--cds-layout-density-padding-inline-condensed: 0.5rem;
|
2364
|
+
--cds-layout-density-padding-inline-normal: 1rem;
|
2365
|
+
--cds-layout-density-padding-inline-min: 0px;
|
2366
|
+
--cds-layout-density-padding-inline-max: 999999999px;
|
2367
|
+
}
|
2368
|
+
|
2369
|
+
.cds--assistive-text,
|
2370
|
+
.cds--visually-hidden {
|
2371
|
+
position: absolute;
|
2372
|
+
overflow: hidden;
|
2373
|
+
padding: 0;
|
2374
|
+
border: 0;
|
2375
|
+
margin: -1px;
|
2376
|
+
block-size: 1px;
|
2377
|
+
clip: rect(0, 0, 0, 0);
|
2378
|
+
inline-size: 1px;
|
2379
|
+
visibility: inherit;
|
2380
|
+
white-space: nowrap;
|
2381
|
+
}
|
2382
|
+
|
2383
|
+
.c4p__bubble {
|
2384
|
+
position: fixed;
|
2385
|
+
z-index: 10000;
|
2386
|
+
display: none;
|
2387
|
+
padding: 1rem;
|
2388
|
+
border-radius: 0.125rem;
|
2389
|
+
/* stylelint-disable-next-line declaration-no-important */
|
2390
|
+
background: var(--cds-layer) !important;
|
2391
|
+
color: var(--cds-text-primary, #161616);
|
2392
|
+
font-weight: bold;
|
2393
|
+
inline-size: max-content;
|
2394
|
+
inset-block-start: 0;
|
2395
|
+
inset-inline-start: 0;
|
2396
|
+
pointer-events: none;
|
2397
|
+
}
|
2398
|
+
|
2399
|
+
.c4p__bubble-hidden {
|
2400
|
+
display: none;
|
2401
|
+
}
|
2402
|
+
|
2403
|
+
.c4p__bubble-open {
|
2404
|
+
display: grid;
|
2405
|
+
pointer-events: all;
|
2406
|
+
}
|
2407
|
+
|
2408
|
+
.c4p__bubble-drop-shadow {
|
2409
|
+
filter: drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.2));
|
2410
|
+
}
|
2411
|
+
|
2412
|
+
.c4p__bubble__arrow {
|
2413
|
+
position: absolute;
|
2414
|
+
z-index: 10010;
|
2415
|
+
background: var(--cds-layer);
|
2416
|
+
block-size: 0.75rem;
|
2417
|
+
inline-size: 0.75rem;
|
2418
|
+
transform: rotate(45deg);
|
2419
|
+
}
|
2420
|
+
|
2421
|
+
.c4p__bubble__header {
|
2422
|
+
z-index: 10020;
|
2423
|
+
display: flex;
|
2424
|
+
justify-content: flex-end;
|
2425
|
+
margin-block-start: -1rem;
|
2426
|
+
margin-inline: -1rem;
|
2427
|
+
}
|
2428
|
+
|
2429
|
+
/* stylelint-disable carbon/layout-use */
|
2430
|
+
/* stylelint-disable carbon/motion-easing-use */
|
2431
|
+
/* stylelint-disable max-nesting-depth */
|
2432
|
+
.c4p--coachmark-beacon {
|
2433
|
+
position: relative;
|
2434
|
+
}
|
2435
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::before {
|
2436
|
+
display: none;
|
2437
|
+
}
|
2438
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::after {
|
2439
|
+
position: absolute;
|
2440
|
+
border-radius: 50%;
|
2441
|
+
/* stylelint-disable-next-line carbon/theme-use */
|
2442
|
+
background-color: #4589ff;
|
2443
|
+
block-size: 0.75rem;
|
2444
|
+
content: "";
|
2445
|
+
inline-size: 0.75rem;
|
2446
|
+
inset-block-start: 0.625rem;
|
2447
|
+
inset-inline-start: 0.625rem;
|
2448
|
+
}
|
2449
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus {
|
2450
|
+
outline: transparent;
|
2451
|
+
}
|
2452
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus::before {
|
2453
|
+
position: absolute;
|
2454
|
+
display: block;
|
2455
|
+
border-radius: 100%;
|
2456
|
+
block-size: 18px;
|
2457
|
+
content: "";
|
2458
|
+
inline-size: 18px;
|
2459
|
+
inset-block-start: 7px;
|
2460
|
+
inset-inline-start: 7px;
|
2461
|
+
/* stylelint-disable-next-line carbon/theme-use */
|
2462
|
+
outline: 0.125rem var(--cds-focus, #0f62fe) solid;
|
2463
|
+
}
|
2464
|
+
.c4p--coachmark-beacon .c4p--coachmark-beacon__target {
|
2465
|
+
display: flex;
|
2466
|
+
padding: 0;
|
2467
|
+
border: none;
|
2468
|
+
border-radius: 50%;
|
2469
|
+
background-color: transparent;
|
2470
|
+
block-size: 2rem;
|
2471
|
+
cursor: pointer;
|
2472
|
+
inline-size: 2rem;
|
2473
|
+
}
|
2474
|
+
.c4p--coachmark-beacon .c4p--coachmark-beacon__target[aria-expanded=true] circle {
|
2475
|
+
animation: none;
|
2476
|
+
}
|
2477
|
+
.c4p--coachmark-beacon__center {
|
2478
|
+
position: absolute;
|
2479
|
+
z-index: 6900;
|
2480
|
+
block-size: 5rem;
|
2481
|
+
inline-size: 5rem;
|
2482
|
+
inset-block-start: -1.375rem;
|
2483
|
+
inset-inline-start: -1.375rem;
|
2484
|
+
pointer-events: none;
|
2485
|
+
}
|
2486
|
+
.c4p--coachmark-beacon__center circle {
|
2487
|
+
/* stylelint-disable-next-line carbon/motion-duration-use */
|
2488
|
+
animation: ripple 2s infinite;
|
2489
|
+
fill: var(--cds-support-info, #0043ce);
|
2490
|
+
fill-opacity: 0;
|
2491
|
+
-webkit-mask-image: none;
|
2492
|
+
mask-image: none;
|
2493
|
+
stroke: var(--cds-support-info, #0043ce);
|
2494
|
+
stroke-opacity: 0;
|
2495
|
+
stroke-width: 1px;
|
2496
|
+
transition-timing-function: motion exit, productive;
|
2497
|
+
}
|
2498
|
+
@media (prefers-reduced-motion) {
|
2499
|
+
.c4p--coachmark-beacon__center circle {
|
2500
|
+
animation: none;
|
2501
|
+
}
|
2502
|
+
}
|
2503
|
+
|
2504
|
+
@keyframes ripple {
|
2505
|
+
0% {
|
2506
|
+
fill-opacity: 0;
|
2507
|
+
r: 1px;
|
2508
|
+
stroke-opacity: 0;
|
2509
|
+
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
2510
|
+
}
|
2511
|
+
31% {
|
2512
|
+
fill-opacity: 0.2;
|
2513
|
+
stroke-opacity: 1;
|
2514
|
+
}
|
2515
|
+
62% {
|
2516
|
+
fill-opacity: 0;
|
2517
|
+
r: 32px;
|
2518
|
+
stroke-opacity: 0;
|
2519
|
+
}
|
2520
|
+
100% {
|
2521
|
+
fill-opacity: 0;
|
2522
|
+
r: 32px;
|
2523
|
+
stroke-opacity: 0;
|
2524
|
+
}
|
2525
|
+
}
|
2526
|
+
@keyframes ring-ripple {
|
2527
|
+
0% {
|
2528
|
+
fill-opacity: 0;
|
2529
|
+
r: 12px;
|
2530
|
+
stroke-opacity: 0;
|
2531
|
+
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
2532
|
+
}
|
2533
|
+
31% {
|
2534
|
+
fill-opacity: 0.2;
|
2535
|
+
stroke-opacity: 1;
|
2536
|
+
}
|
2537
|
+
62% {
|
2538
|
+
fill-opacity: 0;
|
2539
|
+
r: 32px;
|
2540
|
+
stroke-opacity: 0;
|
2541
|
+
}
|
2542
|
+
100% {
|
2543
|
+
fill-opacity: 0;
|
2544
|
+
r: 32px;
|
2545
|
+
stroke-opacity: 0;
|
2546
|
+
}
|
2547
|
+
}
|
2548
|
+
.c4p--coachmark {
|
2549
|
+
position: relative;
|
2550
|
+
}
|
2551
|
+
|
2552
|
+
.c4p--coachmark__next.c4p--coachmark__next--floating span:has(> div > .c4p--coachmark__next--content-header--drag-icon) {
|
2553
|
+
margin-inline-end: auto;
|
2554
|
+
}
|
2555
|
+
|
2556
|
+
/* stylelint-disable carbon/layout-use */
|
2557
|
+
/* stylelint-disable carbon/motion-easing-use */
|
2558
|
+
/* stylelint-disable max-nesting-depth */
|
2559
|
+
.c4p--coachmark-beacon {
|
2560
|
+
position: relative;
|
2561
|
+
}
|
2562
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::before {
|
2563
|
+
display: none;
|
2564
|
+
}
|
2565
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::after {
|
2566
|
+
position: absolute;
|
2567
|
+
border-radius: 50%;
|
2568
|
+
/* stylelint-disable-next-line carbon/theme-use */
|
2569
|
+
background-color: #4589ff;
|
2570
|
+
block-size: 0.75rem;
|
2571
|
+
content: "";
|
2572
|
+
inline-size: 0.75rem;
|
2573
|
+
inset-block-start: 0.625rem;
|
2574
|
+
inset-inline-start: 0.625rem;
|
2575
|
+
}
|
2576
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus {
|
2577
|
+
outline: transparent;
|
2578
|
+
}
|
2579
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus::before {
|
2580
|
+
position: absolute;
|
2581
|
+
display: block;
|
2582
|
+
border-radius: 100%;
|
2583
|
+
block-size: 18px;
|
2584
|
+
content: "";
|
2585
|
+
inline-size: 18px;
|
2586
|
+
inset-block-start: 7px;
|
2587
|
+
inset-inline-start: 7px;
|
2588
|
+
/* stylelint-disable-next-line carbon/theme-use */
|
2589
|
+
outline: 0.125rem var(--cds-focus, #0f62fe) solid;
|
2590
|
+
}
|
2591
|
+
.c4p--coachmark-beacon .c4p--coachmark-beacon__target {
|
2592
|
+
display: flex;
|
2593
|
+
padding: 0;
|
2594
|
+
border: none;
|
2595
|
+
border-radius: 50%;
|
2596
|
+
background-color: transparent;
|
2597
|
+
block-size: 2rem;
|
2598
|
+
cursor: pointer;
|
2599
|
+
inline-size: 2rem;
|
2456
2600
|
}
|
2457
|
-
|
2458
|
-
|
2459
|
-
--cds-layout-size-height-min: var(--cds-layout-size-height-2xl, 5rem);
|
2601
|
+
.c4p--coachmark-beacon .c4p--coachmark-beacon__target[aria-expanded=true] circle {
|
2602
|
+
animation: none;
|
2460
2603
|
}
|
2461
|
-
|
2462
|
-
|
2463
|
-
|
2604
|
+
.c4p--coachmark-beacon__center {
|
2605
|
+
position: absolute;
|
2606
|
+
z-index: 6900;
|
2607
|
+
block-size: 5rem;
|
2608
|
+
inline-size: 5rem;
|
2609
|
+
inset-block-start: -1.375rem;
|
2610
|
+
inset-inline-start: -1.375rem;
|
2611
|
+
pointer-events: none;
|
2464
2612
|
}
|
2465
|
-
|
2466
|
-
|
2467
|
-
|
2468
|
-
|
2613
|
+
.c4p--coachmark-beacon__center circle {
|
2614
|
+
/* stylelint-disable-next-line carbon/motion-duration-use */
|
2615
|
+
animation: ripple 2s infinite;
|
2616
|
+
fill: var(--cds-support-info, #0043ce);
|
2617
|
+
fill-opacity: 0;
|
2618
|
+
-webkit-mask-image: none;
|
2619
|
+
mask-image: none;
|
2620
|
+
stroke: var(--cds-support-info, #0043ce);
|
2621
|
+
stroke-opacity: 0;
|
2622
|
+
stroke-width: 1px;
|
2623
|
+
transition-timing-function: motion exit, productive;
|
2469
2624
|
}
|
2470
|
-
|
2471
|
-
.
|
2472
|
-
|
2625
|
+
@media (prefers-reduced-motion) {
|
2626
|
+
.c4p--coachmark-beacon__center circle {
|
2627
|
+
animation: none;
|
2628
|
+
}
|
2473
2629
|
}
|
2474
2630
|
|
2475
|
-
|
2476
|
-
|
2631
|
+
@keyframes ripple {
|
2632
|
+
0% {
|
2633
|
+
fill-opacity: 0;
|
2634
|
+
r: 1px;
|
2635
|
+
stroke-opacity: 0;
|
2636
|
+
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
2637
|
+
}
|
2638
|
+
31% {
|
2639
|
+
fill-opacity: 0.2;
|
2640
|
+
stroke-opacity: 1;
|
2641
|
+
}
|
2642
|
+
62% {
|
2643
|
+
fill-opacity: 0;
|
2644
|
+
r: 32px;
|
2645
|
+
stroke-opacity: 0;
|
2646
|
+
}
|
2647
|
+
100% {
|
2648
|
+
fill-opacity: 0;
|
2649
|
+
r: 32px;
|
2650
|
+
stroke-opacity: 0;
|
2651
|
+
}
|
2477
2652
|
}
|
2478
|
-
|
2479
|
-
|
2480
|
-
|
2653
|
+
@keyframes ring-ripple {
|
2654
|
+
0% {
|
2655
|
+
fill-opacity: 0;
|
2656
|
+
r: 12px;
|
2657
|
+
stroke-opacity: 0;
|
2658
|
+
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
2659
|
+
}
|
2660
|
+
31% {
|
2661
|
+
fill-opacity: 0.2;
|
2662
|
+
stroke-opacity: 1;
|
2663
|
+
}
|
2664
|
+
62% {
|
2665
|
+
fill-opacity: 0;
|
2666
|
+
r: 32px;
|
2667
|
+
stroke-opacity: 0;
|
2668
|
+
}
|
2669
|
+
100% {
|
2670
|
+
fill-opacity: 0;
|
2671
|
+
r: 32px;
|
2672
|
+
stroke-opacity: 0;
|
2673
|
+
}
|
2481
2674
|
}
|
2482
|
-
|
2483
|
-
.
|
2484
|
-
|
2485
|
-
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
2675
|
+
/* stylelint-disable max-nesting-depth */
|
2676
|
+
.c4p--coachmark-overlay-element {
|
2677
|
+
padding: 0.125rem 1rem 0;
|
2486
2678
|
}
|
2487
|
-
|
2488
|
-
|
2489
|
-
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
|
2679
|
+
.c4p--coachmark-overlay-element__content {
|
2680
|
+
padding-block-end: 1rem;
|
2490
2681
|
}
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2682
|
+
.c4p--coachmark-overlay-element__title {
|
2683
|
+
font-size: var(--cds-productive-heading-02-font-size, 1rem);
|
2684
|
+
font-weight: var(--cds-productive-heading-02-font-weight, 600);
|
2685
|
+
line-height: var(--cds-productive-heading-02-line-height, 1.375);
|
2686
|
+
letter-spacing: var(--cds-productive-heading-02-letter-spacing, 0);
|
2687
|
+
margin: 0 0 0.5rem;
|
2494
2688
|
}
|
2495
|
-
|
2496
|
-
|
2497
|
-
|
2689
|
+
.c4p--coachmark-overlay-element__body {
|
2690
|
+
font-size: var(--cds-body-long-01-font-size, 0.875rem);
|
2691
|
+
font-weight: var(--cds-body-long-01-font-weight, 400);
|
2692
|
+
line-height: var(--cds-body-long-01-line-height, 1.42857);
|
2693
|
+
letter-spacing: var(--cds-body-long-01-letter-spacing, 0.16px);
|
2498
2694
|
}
|
2499
|
-
|
2500
|
-
:
|
2501
|
-
--cds-layout-size-height-xs: 1.5rem;
|
2502
|
-
--cds-layout-size-height-sm: 2rem;
|
2503
|
-
--cds-layout-size-height-md: 2.5rem;
|
2504
|
-
--cds-layout-size-height-lg: 3rem;
|
2505
|
-
--cds-layout-size-height-xl: 4rem;
|
2506
|
-
--cds-layout-size-height-2xl: 5rem;
|
2507
|
-
--cds-layout-size-height-min: 0px;
|
2508
|
-
--cds-layout-size-height-max: 999999999px;
|
2509
|
-
--cds-layout-density-padding-inline-condensed: 0.5rem;
|
2510
|
-
--cds-layout-density-padding-inline-normal: 1rem;
|
2511
|
-
--cds-layout-density-padding-inline-min: 0px;
|
2512
|
-
--cds-layout-density-padding-inline-max: 999999999px;
|
2695
|
+
.c4p--coachmark-overlay-element__button {
|
2696
|
+
margin-block-end: 0;
|
2513
2697
|
}
|
2514
2698
|
|
2515
|
-
.
|
2516
|
-
|
2517
|
-
position: absolute;
|
2518
|
-
overflow: hidden;
|
2519
|
-
padding: 0;
|
2520
|
-
border: 0;
|
2521
|
-
margin: -1px;
|
2522
|
-
block-size: 1px;
|
2523
|
-
clip: rect(0, 0, 0, 0);
|
2524
|
-
inline-size: 1px;
|
2525
|
-
visibility: inherit;
|
2526
|
-
white-space: nowrap;
|
2699
|
+
.c4p--carousel__item .c4p--coachmark-overlay-element__button {
|
2700
|
+
margin-block-end: 1rem;
|
2527
2701
|
}
|
2528
2702
|
|
2703
|
+
/* stylelint-disable max-nesting-depth */
|
2529
2704
|
.c4p--carousel {
|
2530
2705
|
position: relative;
|
2531
2706
|
/* stylelint-disable-next-line max-nesting-depth */
|
@@ -3925,6 +4100,9 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
3925
4100
|
.c4p--tearsheet .c4p--tearsheet__header-navigation {
|
3926
4101
|
margin: 0.75rem 0 0;
|
3927
4102
|
}
|
4103
|
+
.c4p--tearsheet .c4p--tearsheet__layer {
|
4104
|
+
display: contents;
|
4105
|
+
}
|
3928
4106
|
.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body {
|
3929
4107
|
display: flex;
|
3930
4108
|
flex-direction: row;
|
@@ -4299,11 +4477,13 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
4299
4477
|
}
|
4300
4478
|
|
4301
4479
|
.c4p--card {
|
4480
|
+
border: 1px solid transparent;
|
4302
4481
|
background-color: var(--cds-layer-01, #f4f4f4);
|
4303
4482
|
color: var(--cds-text-primary, #161616);
|
4304
4483
|
}
|
4305
4484
|
|
4306
4485
|
.c4p--card__clickable {
|
4486
|
+
border-color: var(--cds-border-tile-01, #c6c6c6);
|
4307
4487
|
cursor: pointer;
|
4308
4488
|
transition: background-color 110ms;
|
4309
4489
|
}
|
@@ -7752,13 +7932,22 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7752
7932
|
}
|
7753
7933
|
|
7754
7934
|
.c4p--page-header__next.c4p--page-header {
|
7935
|
+
position: sticky;
|
7755
7936
|
background-color: var(--cds-layer-01, #f4f4f4);
|
7756
7937
|
border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
7938
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
7939
|
+
inset-block-start: var(--c4p-page-header-header-top);
|
7757
7940
|
}
|
7758
7941
|
.c4p--page-header__next .c4p--page-header__breadcrumb-bar {
|
7942
|
+
position: sticky;
|
7943
|
+
z-index: 1;
|
7944
|
+
background-color: var(--cds-layer);
|
7759
7945
|
block-size: 2.5rem;
|
7946
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
7947
|
+
inset-block-start: var(--c4p-page-header-breadcrumb-top);
|
7760
7948
|
}
|
7761
|
-
.c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--subgrid
|
7949
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--subgrid,
|
7950
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--css-grid {
|
7762
7951
|
block-size: 100%;
|
7763
7952
|
}
|
7764
7953
|
.c4p--page-header__next .c4p--page-header__breadcrumb-container {
|
@@ -7782,12 +7971,30 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7782
7971
|
}
|
7783
7972
|
.c4p--page-header__next .c4p--page-header__breadcrumb__actions {
|
7784
7973
|
display: inline-flex;
|
7974
|
+
justify-content: flex-end;
|
7975
|
+
inline-size: 100%;
|
7785
7976
|
}
|
7786
7977
|
.c4p--page-header__next .c4p--page-header__breadcrumb__content-actions {
|
7978
|
+
inline-size: 100%;
|
7787
7979
|
margin-inline-end: 0.75rem;
|
7788
7980
|
}
|
7789
7981
|
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper {
|
7790
7982
|
display: inline-flex;
|
7983
|
+
inline-size: 100%;
|
7984
|
+
}
|
7985
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow {
|
7986
|
+
inline-size: 100%;
|
7987
|
+
}
|
7988
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow .cds--breadcrumb {
|
7989
|
+
display: flex;
|
7990
|
+
}
|
7991
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow-item {
|
7992
|
+
display: none;
|
7993
|
+
opacity: 0;
|
7994
|
+
}
|
7995
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-overflow-breadcrumb-item-with-items {
|
7996
|
+
display: flex;
|
7997
|
+
opacity: 1;
|
7791
7998
|
}
|
7792
7999
|
.c4p--page-header__next .c4p--page-header__content {
|
7793
8000
|
padding: 1.5rem 0;
|
@@ -7885,6 +8092,28 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7885
8092
|
grid-gap: 4rem;
|
7886
8093
|
grid-template-columns: auto minmax(0, 1fr);
|
7887
8094
|
}
|
8095
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist .c4p--page-header__tags {
|
8096
|
+
display: flex;
|
8097
|
+
align-self: center;
|
8098
|
+
justify-content: flex-end;
|
8099
|
+
}
|
8100
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist.c4p--page-header__tab-bar--with-scroller .c4p--page-header__tags {
|
8101
|
+
display: flex;
|
8102
|
+
align-items: center;
|
8103
|
+
justify-content: right;
|
8104
|
+
transform: translateX(-1.5rem);
|
8105
|
+
}
|
8106
|
+
@media (min-width: 42rem) {
|
8107
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist.c4p--page-header__tab-bar--with-scroller .c4p--page-header__tags {
|
8108
|
+
padding-inline-end: 0.5rem;
|
8109
|
+
transform: translateX(0);
|
8110
|
+
}
|
8111
|
+
}
|
8112
|
+
@media (min-width: 99rem) {
|
8113
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist.c4p--page-header__tab-bar--with-scroller .c4p--page-header__tags {
|
8114
|
+
padding-inline-end: 1rem;
|
8115
|
+
}
|
8116
|
+
}
|
7888
8117
|
.c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button {
|
7889
8118
|
background-color: var(--cds-layer-01, #f4f4f4);
|
7890
8119
|
}
|
@@ -7894,6 +8123,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7894
8123
|
.c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button.cds--tab--overflow-nav-button--previous::before {
|
7895
8124
|
background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-01, #f4f4f4));
|
7896
8125
|
}
|
8126
|
+
.c4p--page-header__next .cds--tabs .cds--tabs__nav-link {
|
8127
|
+
margin-inline-end: 0.125rem;
|
8128
|
+
}
|
7897
8129
|
.c4p--page-header__next .c4p--page-header__tags {
|
7898
8130
|
display: flex;
|
7899
8131
|
align-items: center;
|
@@ -7907,6 +8139,80 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7907
8139
|
.c4p--page-header__next .c4p--page-header__tag-item {
|
7908
8140
|
flex-shrink: 0;
|
7909
8141
|
}
|
8142
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-icon {
|
8143
|
+
/* stylelint-disable-next-line */
|
8144
|
+
transition: transform 250ms;
|
8145
|
+
}
|
8146
|
+
@media (prefers-reduced-motion: reduce) {
|
8147
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-icon {
|
8148
|
+
transition: none;
|
8149
|
+
}
|
8150
|
+
}
|
8151
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-icon-collapsed {
|
8152
|
+
transform: rotate(-180deg);
|
8153
|
+
}
|
8154
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-container {
|
8155
|
+
position: absolute;
|
8156
|
+
inset-block-end: 0;
|
8157
|
+
inset-inline-end: 0.125rem;
|
8158
|
+
}
|
8159
|
+
@keyframes page-header-title-breadcrumb-animation {
|
8160
|
+
0% {
|
8161
|
+
opacity: 0;
|
8162
|
+
transform: translateY(1rem);
|
8163
|
+
}
|
8164
|
+
5% {
|
8165
|
+
opacity: 1;
|
8166
|
+
transform: translateY(0);
|
8167
|
+
}
|
8168
|
+
100% {
|
8169
|
+
opacity: 1;
|
8170
|
+
transform: translateY(0);
|
8171
|
+
}
|
8172
|
+
}
|
8173
|
+
@keyframes page-header-title-breadcrumb-animation-reduced-motion {
|
8174
|
+
0% {
|
8175
|
+
opacity: 0;
|
8176
|
+
}
|
8177
|
+
5% {
|
8178
|
+
opacity: 1;
|
8179
|
+
}
|
8180
|
+
100% {
|
8181
|
+
opacity: 1;
|
8182
|
+
}
|
8183
|
+
}
|
8184
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
8185
|
+
opacity: 0;
|
8186
|
+
transform: translateY(1rem);
|
8187
|
+
transition: transform cubic-bezier(0.2, 0, 0.38, 0.9) 150ms, opacity cubic-bezier(0.2, 0, 0.38, 0.9) 150ms;
|
8188
|
+
}
|
8189
|
+
@supports not (animation-timeline: scroll()) {
|
8190
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb.c4p--page-header-title-breadcrumb-show {
|
8191
|
+
opacity: 1;
|
8192
|
+
transform: translateY(0);
|
8193
|
+
}
|
8194
|
+
@media (prefers-reduced-motion: reduce) {
|
8195
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
8196
|
+
transform: translateY(0);
|
8197
|
+
/* stylelint-disable-next-line */
|
8198
|
+
transition: opacity cubic-bezier(0.2, 0, 0.38, 0.9) 150ms;
|
8199
|
+
}
|
8200
|
+
}
|
8201
|
+
}
|
8202
|
+
@supports (animation-timeline: scroll()) {
|
8203
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
8204
|
+
animation-direction: alternate;
|
8205
|
+
animation-duration: 1ms; /* Firefox requires this to apply the animation */
|
8206
|
+
animation-name: page-header-title-breadcrumb-animation;
|
8207
|
+
animation-timeline: scroll(block nearest);
|
8208
|
+
}
|
8209
|
+
@media (prefers-reduced-motion: reduce) {
|
8210
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
8211
|
+
animation-name: page-header-title-breadcrumb-animation-reduced-motion;
|
8212
|
+
transform: translateY(0);
|
8213
|
+
}
|
8214
|
+
}
|
8215
|
+
}
|
7910
8216
|
|
7911
8217
|
.c4p--card__productive {
|
7912
8218
|
display: flex;
|
@@ -14353,7 +14659,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
14353
14659
|
display: none;
|
14354
14660
|
}
|
14355
14661
|
|
14356
|
-
.c4p--big-
|
14662
|
+
.c4p--big-number__label {
|
14357
14663
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
14358
14664
|
font-weight: var(--cds-label-01-font-weight, 400);
|
14359
14665
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
@@ -14363,7 +14669,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
14363
14669
|
color: var(--cds-text-secondary, #525252);
|
14364
14670
|
}
|
14365
14671
|
|
14366
|
-
.c4p--big-
|
14672
|
+
.c4p--big-number__value {
|
14367
14673
|
font-size: var(--cds-heading-04-font-size, 1.75rem);
|
14368
14674
|
font-weight: var(--cds-heading-04-font-weight, 400);
|
14369
14675
|
line-height: var(--cds-heading-04-line-height, 1.28572);
|
@@ -14371,138 +14677,138 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
14371
14677
|
margin-block-end: 0;
|
14372
14678
|
}
|
14373
14679
|
|
14374
|
-
.c4p--big-
|
14680
|
+
.c4p--big-number__total {
|
14375
14681
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
14376
14682
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
14377
14683
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
14378
14684
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
14379
14685
|
}
|
14380
14686
|
|
14381
|
-
.c4p--big-
|
14382
|
-
.c4p--big-
|
14687
|
+
.c4p--big-number__total,
|
14688
|
+
.c4p--big-number__percentage-mark {
|
14383
14689
|
margin-block: auto 0.25rem;
|
14384
14690
|
}
|
14385
14691
|
|
14386
|
-
.c4p--big-
|
14692
|
+
.c4p--big-number__info {
|
14387
14693
|
vertical-align: top;
|
14388
14694
|
}
|
14389
14695
|
|
14390
|
-
.c4p--big-
|
14696
|
+
.c4p--big-number__trend {
|
14391
14697
|
margin-block-start: 0.5rem;
|
14392
14698
|
vertical-align: top;
|
14393
14699
|
}
|
14394
14700
|
|
14395
|
-
.c4p--big-
|
14701
|
+
.c4p--big-number__row {
|
14396
14702
|
display: flex;
|
14397
14703
|
}
|
14398
14704
|
|
14399
|
-
.c4p--big-
|
14705
|
+
.c4p--big-number__info {
|
14400
14706
|
padding-inline-start: 0.5rem;
|
14401
14707
|
}
|
14402
14708
|
|
14403
|
-
.c4p--big-
|
14709
|
+
.c4p--big-number__percentage {
|
14404
14710
|
font-size: var(--cds-heading-04-font-size, 1.75rem);
|
14405
14711
|
font-weight: var(--cds-heading-04-font-weight, 400);
|
14406
14712
|
line-height: var(--cds-heading-04-line-height, 1.28572);
|
14407
14713
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
14408
14714
|
}
|
14409
14715
|
|
14410
|
-
.c4p--big-
|
14716
|
+
.c4p--big-number__percentage-mark {
|
14411
14717
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
14412
14718
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
14413
14719
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
14414
14720
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
14415
14721
|
}
|
14416
14722
|
|
14417
|
-
.c4p--big-
|
14723
|
+
.c4p--big-number__icon-button {
|
14418
14724
|
margin-inline-start: 0.25rem;
|
14419
14725
|
}
|
14420
14726
|
|
14421
|
-
.c4p--big-
|
14422
|
-
.c4p--big-
|
14727
|
+
.c4p--big-number--lg .c4p--big-number__value,
|
14728
|
+
.c4p--big-number--lg .c4p--big-number__percentage {
|
14423
14729
|
font-size: var(--cds-heading-06-font-size, 2.625rem);
|
14424
14730
|
font-weight: var(--cds-heading-06-font-weight, 300);
|
14425
14731
|
line-height: var(--cds-heading-06-line-height, 1.199);
|
14426
14732
|
letter-spacing: var(--cds-heading-06-letter-spacing, 0);
|
14427
14733
|
}
|
14428
14734
|
|
14429
|
-
.c4p--big-
|
14430
|
-
.c4p--big-
|
14735
|
+
.c4p--big-number--lg .c4p--big-number__total,
|
14736
|
+
.c4p--big-number--lg .c4p--big-number__percentage-mark {
|
14431
14737
|
font-size: var(--cds-heading-03-font-size, 1.25rem);
|
14432
14738
|
font-weight: var(--cds-heading-03-font-weight, 400);
|
14433
14739
|
line-height: var(--cds-heading-03-line-height, 1.4);
|
14434
14740
|
letter-spacing: var(--cds-heading-03-letter-spacing, 0);
|
14435
14741
|
}
|
14436
14742
|
|
14437
|
-
.c4p--big-
|
14743
|
+
.c4p--big-number--xl .c4p--big-number__label {
|
14438
14744
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
14439
14745
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
14440
14746
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
14441
14747
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
14442
14748
|
}
|
14443
14749
|
|
14444
|
-
.c4p--big-
|
14445
|
-
.c4p--big-
|
14750
|
+
.c4p--big-number--xl .c4p--big-number__value,
|
14751
|
+
.c4p--big-number--xl .c4p--big-number__percentage {
|
14446
14752
|
font-size: var(--cds-heading-07-font-size, 3.375rem);
|
14447
14753
|
font-weight: var(--cds-heading-07-font-weight, 300);
|
14448
14754
|
line-height: var(--cds-heading-07-line-height, 1.19);
|
14449
14755
|
letter-spacing: var(--cds-heading-07-letter-spacing, 0);
|
14450
14756
|
}
|
14451
14757
|
|
14452
|
-
.c4p--big-
|
14453
|
-
.c4p--big-
|
14758
|
+
.c4p--big-number--xl .c4p--big-number__total,
|
14759
|
+
.c4p--big-number--xl .c4p--big-number__percentage-mark {
|
14454
14760
|
font-size: var(--cds-heading-04-font-size, 1.75rem);
|
14455
14761
|
font-weight: var(--cds-heading-04-font-weight, 400);
|
14456
14762
|
line-height: var(--cds-heading-04-line-height, 1.28572);
|
14457
14763
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
14458
14764
|
}
|
14459
14765
|
|
14460
|
-
.c4p--big-
|
14766
|
+
.c4p--big-number--xl .c4p--big-number__trend {
|
14461
14767
|
margin-block-start: 0.75rem;
|
14462
14768
|
}
|
14463
14769
|
|
14464
|
-
.c4p--big-
|
14770
|
+
.c4p--big-number-skeleton {
|
14465
14771
|
inline-size: 4rem;
|
14466
14772
|
}
|
14467
14773
|
|
14468
|
-
.c4p--big-
|
14774
|
+
.c4p--big-number-skeleton__label {
|
14469
14775
|
block-size: 0.75rem;
|
14470
14776
|
margin-block: 0 0.5rem;
|
14471
14777
|
}
|
14472
14778
|
|
14473
|
-
.c4p--big-
|
14779
|
+
.c4p--big-number-skeleton__value {
|
14474
14780
|
margin: 0;
|
14475
14781
|
/* stylelint-disable-next-line declaration-no-important */
|
14476
14782
|
block-size: 2.5rem !important;
|
14477
14783
|
}
|
14478
14784
|
|
14479
|
-
.c4p--big-
|
14785
|
+
.c4p--big-number-skeleton--lg {
|
14480
14786
|
inline-size: 5rem;
|
14481
14787
|
}
|
14482
14788
|
|
14483
|
-
.c4p--big-
|
14789
|
+
.c4p--big-number-skeleton--xl {
|
14484
14790
|
inline-size: 6rem;
|
14485
14791
|
}
|
14486
14792
|
|
14487
|
-
.c4p--big-
|
14793
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--lg .c4p--big-number-skeleton__label {
|
14488
14794
|
block-size: 0.75rem;
|
14489
14795
|
}
|
14490
14796
|
|
14491
|
-
.c4p--big-
|
14797
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--lg .c4p--big-number-skeleton__value {
|
14492
14798
|
/* stylelint-disable-next-line declaration-no-important */
|
14493
14799
|
block-size: 3rem !important;
|
14494
14800
|
}
|
14495
14801
|
|
14496
|
-
.c4p--big-
|
14802
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--xl .c4p--big-number-skeleton__label {
|
14497
14803
|
block-size: 0.75rem;
|
14498
14804
|
}
|
14499
14805
|
|
14500
|
-
.c4p--big-
|
14806
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--xl .c4p--big-number-skeleton__value {
|
14501
14807
|
/* stylelint-disable-next-line declaration-no-important */
|
14502
14808
|
block-size: 4rem !important;
|
14503
14809
|
}
|
14504
14810
|
|
14505
|
-
.c4p--big-
|
14811
|
+
.c4p--big-number .c4p--big-number__tooltip-trigger:focus {
|
14506
14812
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
14507
14813
|
}
|
14508
14814
|
|
@@ -14546,6 +14852,17 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
14546
14852
|
background: transparent;
|
14547
14853
|
}
|
14548
14854
|
|
14855
|
+
.c4p--truncated-text__text-content {
|
14856
|
+
display: -webkit-box;
|
14857
|
+
overflow: hidden;
|
14858
|
+
-webkit-box-orient: vertical;
|
14859
|
+
text-overflow: clip;
|
14860
|
+
}
|
14861
|
+
.c4p--truncated-text__expand-toggle {
|
14862
|
+
color: var(--cds-link-primary, #0f62fe);
|
14863
|
+
cursor: pointer;
|
14864
|
+
}
|
14865
|
+
|
14549
14866
|
/* stylelint-disable max-nesting-depth */
|
14550
14867
|
/* stylelint-disable declaration-no-important */
|
14551
14868
|
.c4p--interstitial-screen--body {
|
@@ -18315,6 +18632,14 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
18315
18632
|
display: flex;
|
18316
18633
|
}
|
18317
18634
|
|
18635
|
+
.c4p--condition-builder__visible {
|
18636
|
+
visibility: visible;
|
18637
|
+
}
|
18638
|
+
|
18639
|
+
.c4p--condition-builder__hidden {
|
18640
|
+
visibility: hidden;
|
18641
|
+
}
|
18642
|
+
|
18318
18643
|
.c4p--condition-builder__condition-wrapper {
|
18319
18644
|
display: flex;
|
18320
18645
|
flex-flow: row wrap;
|