@carbon/ibm-products 2.71.1 → 2.72.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 +30 -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/useEvent.d.ts +8 -0
- package/es/components/ConditionBuilder/utils/useEvent.js +32 -0
- 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 +3 -1
- 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 +3 -1
- 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 +30 -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/useEvent.d.ts +8 -0
- package/lib/components/ConditionBuilder/utils/useEvent.js +34 -0
- 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 +3 -1
- 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 +10 -3
- 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 +9 -10
- 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
package/css/index.css
CHANGED
@@ -8620,6 +8620,9 @@ a.cds--overflow-menu-options__btn::before {
|
|
8620
8620
|
.c4p--tearsheet .c4p--tearsheet__header-navigation {
|
8621
8621
|
margin: 0.75rem 0 0;
|
8622
8622
|
}
|
8623
|
+
.c4p--tearsheet .c4p--tearsheet__layer {
|
8624
|
+
display: contents;
|
8625
|
+
}
|
8623
8626
|
.c4p--tearsheet.c4p--tearsheet .c4p--tearsheet__body {
|
8624
8627
|
display: flex;
|
8625
8628
|
flex-direction: row;
|
@@ -9405,11 +9408,13 @@ a.cds--overflow-menu-options__btn::before {
|
|
9405
9408
|
}
|
9406
9409
|
|
9407
9410
|
.c4p--card {
|
9411
|
+
border: 1px solid transparent;
|
9408
9412
|
background-color: var(--cds-layer-01, #f4f4f4);
|
9409
9413
|
color: var(--cds-text-primary, #161616);
|
9410
9414
|
}
|
9411
9415
|
|
9412
9416
|
.c4p--card__clickable {
|
9417
|
+
border-color: var(--cds-border-tile-01, #c6c6c6);
|
9413
9418
|
cursor: pointer;
|
9414
9419
|
transition: background-color 110ms;
|
9415
9420
|
}
|
@@ -14226,13 +14231,22 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14226
14231
|
}
|
14227
14232
|
|
14228
14233
|
.c4p--page-header__next.c4p--page-header {
|
14234
|
+
position: sticky;
|
14229
14235
|
background-color: var(--cds-layer-01, #f4f4f4);
|
14230
14236
|
border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
14237
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
14238
|
+
inset-block-start: var(--c4p-page-header-header-top);
|
14231
14239
|
}
|
14232
14240
|
.c4p--page-header__next .c4p--page-header__breadcrumb-bar {
|
14241
|
+
position: sticky;
|
14242
|
+
z-index: 1;
|
14243
|
+
background-color: var(--cds-layer);
|
14233
14244
|
block-size: 2.5rem;
|
14245
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
14246
|
+
inset-block-start: var(--c4p-page-header-breadcrumb-top);
|
14234
14247
|
}
|
14235
|
-
.c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--subgrid
|
14248
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--subgrid,
|
14249
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--css-grid {
|
14236
14250
|
block-size: 100%;
|
14237
14251
|
}
|
14238
14252
|
.c4p--page-header__next .c4p--page-header__breadcrumb-container {
|
@@ -14256,12 +14270,30 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14256
14270
|
}
|
14257
14271
|
.c4p--page-header__next .c4p--page-header__breadcrumb__actions {
|
14258
14272
|
display: inline-flex;
|
14273
|
+
justify-content: flex-end;
|
14274
|
+
inline-size: 100%;
|
14259
14275
|
}
|
14260
14276
|
.c4p--page-header__next .c4p--page-header__breadcrumb__content-actions {
|
14277
|
+
inline-size: 100%;
|
14261
14278
|
margin-inline-end: 0.75rem;
|
14262
14279
|
}
|
14263
14280
|
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper {
|
14264
14281
|
display: inline-flex;
|
14282
|
+
inline-size: 100%;
|
14283
|
+
}
|
14284
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow {
|
14285
|
+
inline-size: 100%;
|
14286
|
+
}
|
14287
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow .cds--breadcrumb {
|
14288
|
+
display: flex;
|
14289
|
+
}
|
14290
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-breadcrumb-overflow-item {
|
14291
|
+
display: none;
|
14292
|
+
opacity: 0;
|
14293
|
+
}
|
14294
|
+
.c4p--page-header__next .c4p--page-header__breadcrumb-wrapper .c4p--page-header-overflow-breadcrumb-item-with-items {
|
14295
|
+
display: flex;
|
14296
|
+
opacity: 1;
|
14265
14297
|
}
|
14266
14298
|
.c4p--page-header__next .c4p--page-header__content {
|
14267
14299
|
padding: 1.5rem 0;
|
@@ -14359,6 +14391,28 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14359
14391
|
grid-gap: 4rem;
|
14360
14392
|
grid-template-columns: auto minmax(0, 1fr);
|
14361
14393
|
}
|
14394
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist .c4p--page-header__tags {
|
14395
|
+
display: flex;
|
14396
|
+
align-self: center;
|
14397
|
+
justify-content: flex-end;
|
14398
|
+
}
|
14399
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist.c4p--page-header__tab-bar--with-scroller .c4p--page-header__tags {
|
14400
|
+
display: flex;
|
14401
|
+
align-items: center;
|
14402
|
+
justify-content: right;
|
14403
|
+
transform: translateX(-1.5rem);
|
14404
|
+
}
|
14405
|
+
@media (min-width: 42rem) {
|
14406
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist.c4p--page-header__tab-bar--with-scroller .c4p--page-header__tags {
|
14407
|
+
padding-inline-end: 0.5rem;
|
14408
|
+
transform: translateX(0);
|
14409
|
+
}
|
14410
|
+
}
|
14411
|
+
@media (min-width: 99rem) {
|
14412
|
+
.c4p--page-header__next .c4p--page-header__tab-bar--tablist.c4p--page-header__tab-bar--with-scroller .c4p--page-header__tags {
|
14413
|
+
padding-inline-end: 1rem;
|
14414
|
+
}
|
14415
|
+
}
|
14362
14416
|
.c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button {
|
14363
14417
|
background-color: var(--cds-layer-01, #f4f4f4);
|
14364
14418
|
}
|
@@ -14368,6 +14422,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14368
14422
|
.c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button.cds--tab--overflow-nav-button--previous::before {
|
14369
14423
|
background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-01, #f4f4f4));
|
14370
14424
|
}
|
14425
|
+
.c4p--page-header__next .cds--tabs .cds--tabs__nav-link {
|
14426
|
+
margin-inline-end: 0.125rem;
|
14427
|
+
}
|
14371
14428
|
.c4p--page-header__next .c4p--page-header__tags {
|
14372
14429
|
display: flex;
|
14373
14430
|
align-items: center;
|
@@ -14381,6 +14438,80 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14381
14438
|
.c4p--page-header__next .c4p--page-header__tag-item {
|
14382
14439
|
flex-shrink: 0;
|
14383
14440
|
}
|
14441
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-icon {
|
14442
|
+
/* stylelint-disable-next-line */
|
14443
|
+
transition: transform 250ms;
|
14444
|
+
}
|
14445
|
+
@media (prefers-reduced-motion: reduce) {
|
14446
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-icon {
|
14447
|
+
transition: none;
|
14448
|
+
}
|
14449
|
+
}
|
14450
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-icon-collapsed {
|
14451
|
+
transform: rotate(-180deg);
|
14452
|
+
}
|
14453
|
+
.c4p--page-header__next .c4p--page-header--scroller-button-container {
|
14454
|
+
position: absolute;
|
14455
|
+
inset-block-end: 0;
|
14456
|
+
inset-inline-end: 0.125rem;
|
14457
|
+
}
|
14458
|
+
@keyframes page-header-title-breadcrumb-animation {
|
14459
|
+
0% {
|
14460
|
+
opacity: 0;
|
14461
|
+
transform: translateY(1rem);
|
14462
|
+
}
|
14463
|
+
5% {
|
14464
|
+
opacity: 1;
|
14465
|
+
transform: translateY(0);
|
14466
|
+
}
|
14467
|
+
100% {
|
14468
|
+
opacity: 1;
|
14469
|
+
transform: translateY(0);
|
14470
|
+
}
|
14471
|
+
}
|
14472
|
+
@keyframes page-header-title-breadcrumb-animation-reduced-motion {
|
14473
|
+
0% {
|
14474
|
+
opacity: 0;
|
14475
|
+
}
|
14476
|
+
5% {
|
14477
|
+
opacity: 1;
|
14478
|
+
}
|
14479
|
+
100% {
|
14480
|
+
opacity: 1;
|
14481
|
+
}
|
14482
|
+
}
|
14483
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
14484
|
+
opacity: 0;
|
14485
|
+
transform: translateY(1rem);
|
14486
|
+
transition: transform cubic-bezier(0.2, 0, 0.38, 0.9) 150ms, opacity cubic-bezier(0.2, 0, 0.38, 0.9) 150ms;
|
14487
|
+
}
|
14488
|
+
@supports not (animation-timeline: scroll()) {
|
14489
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb.c4p--page-header-title-breadcrumb-show {
|
14490
|
+
opacity: 1;
|
14491
|
+
transform: translateY(0);
|
14492
|
+
}
|
14493
|
+
@media (prefers-reduced-motion: reduce) {
|
14494
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
14495
|
+
transform: translateY(0);
|
14496
|
+
/* stylelint-disable-next-line */
|
14497
|
+
transition: opacity cubic-bezier(0.2, 0, 0.38, 0.9) 150ms;
|
14498
|
+
}
|
14499
|
+
}
|
14500
|
+
}
|
14501
|
+
@supports (animation-timeline: scroll()) {
|
14502
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
14503
|
+
animation-direction: alternate;
|
14504
|
+
animation-duration: 1ms; /* Firefox requires this to apply the animation */
|
14505
|
+
animation-name: page-header-title-breadcrumb-animation;
|
14506
|
+
animation-timeline: scroll(block nearest);
|
14507
|
+
}
|
14508
|
+
@media (prefers-reduced-motion: reduce) {
|
14509
|
+
.c4p--page-header__next .c4p--page-header-title-breadcrumb {
|
14510
|
+
animation-name: page-header-title-breadcrumb-animation-reduced-motion;
|
14511
|
+
transform: translateY(0);
|
14512
|
+
}
|
14513
|
+
}
|
14514
|
+
}
|
14384
14515
|
|
14385
14516
|
.c4p--card__productive {
|
14386
14517
|
display: flex;
|
@@ -20297,7 +20428,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
20297
20428
|
color: #ffffff;
|
20298
20429
|
}
|
20299
20430
|
|
20300
|
-
.c4p--big-
|
20431
|
+
.c4p--big-number__label {
|
20301
20432
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
20302
20433
|
font-weight: var(--cds-label-01-font-weight, 400);
|
20303
20434
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
@@ -20307,7 +20438,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
20307
20438
|
color: var(--cds-text-secondary, #525252);
|
20308
20439
|
}
|
20309
20440
|
|
20310
|
-
.c4p--big-
|
20441
|
+
.c4p--big-number__value {
|
20311
20442
|
font-size: var(--cds-heading-04-font-size, 1.75rem);
|
20312
20443
|
font-weight: var(--cds-heading-04-font-weight, 400);
|
20313
20444
|
line-height: var(--cds-heading-04-line-height, 1.28572);
|
@@ -20315,138 +20446,138 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
20315
20446
|
margin-block-end: 0;
|
20316
20447
|
}
|
20317
20448
|
|
20318
|
-
.c4p--big-
|
20449
|
+
.c4p--big-number__total {
|
20319
20450
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
20320
20451
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
20321
20452
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
20322
20453
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
20323
20454
|
}
|
20324
20455
|
|
20325
|
-
.c4p--big-
|
20326
|
-
.c4p--big-
|
20456
|
+
.c4p--big-number__total,
|
20457
|
+
.c4p--big-number__percentage-mark {
|
20327
20458
|
margin-block: auto 0.25rem;
|
20328
20459
|
}
|
20329
20460
|
|
20330
|
-
.c4p--big-
|
20461
|
+
.c4p--big-number__info {
|
20331
20462
|
vertical-align: top;
|
20332
20463
|
}
|
20333
20464
|
|
20334
|
-
.c4p--big-
|
20465
|
+
.c4p--big-number__trend {
|
20335
20466
|
margin-block-start: 0.5rem;
|
20336
20467
|
vertical-align: top;
|
20337
20468
|
}
|
20338
20469
|
|
20339
|
-
.c4p--big-
|
20470
|
+
.c4p--big-number__row {
|
20340
20471
|
display: flex;
|
20341
20472
|
}
|
20342
20473
|
|
20343
|
-
.c4p--big-
|
20474
|
+
.c4p--big-number__info {
|
20344
20475
|
padding-inline-start: 0.5rem;
|
20345
20476
|
}
|
20346
20477
|
|
20347
|
-
.c4p--big-
|
20478
|
+
.c4p--big-number__percentage {
|
20348
20479
|
font-size: var(--cds-heading-04-font-size, 1.75rem);
|
20349
20480
|
font-weight: var(--cds-heading-04-font-weight, 400);
|
20350
20481
|
line-height: var(--cds-heading-04-line-height, 1.28572);
|
20351
20482
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
20352
20483
|
}
|
20353
20484
|
|
20354
|
-
.c4p--big-
|
20485
|
+
.c4p--big-number__percentage-mark {
|
20355
20486
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
20356
20487
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
20357
20488
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
20358
20489
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
20359
20490
|
}
|
20360
20491
|
|
20361
|
-
.c4p--big-
|
20492
|
+
.c4p--big-number__icon-button {
|
20362
20493
|
margin-inline-start: 0.25rem;
|
20363
20494
|
}
|
20364
20495
|
|
20365
|
-
.c4p--big-
|
20366
|
-
.c4p--big-
|
20496
|
+
.c4p--big-number--lg .c4p--big-number__value,
|
20497
|
+
.c4p--big-number--lg .c4p--big-number__percentage {
|
20367
20498
|
font-size: var(--cds-heading-06-font-size, 2.625rem);
|
20368
20499
|
font-weight: var(--cds-heading-06-font-weight, 300);
|
20369
20500
|
line-height: var(--cds-heading-06-line-height, 1.199);
|
20370
20501
|
letter-spacing: var(--cds-heading-06-letter-spacing, 0);
|
20371
20502
|
}
|
20372
20503
|
|
20373
|
-
.c4p--big-
|
20374
|
-
.c4p--big-
|
20504
|
+
.c4p--big-number--lg .c4p--big-number__total,
|
20505
|
+
.c4p--big-number--lg .c4p--big-number__percentage-mark {
|
20375
20506
|
font-size: var(--cds-heading-03-font-size, 1.25rem);
|
20376
20507
|
font-weight: var(--cds-heading-03-font-weight, 400);
|
20377
20508
|
line-height: var(--cds-heading-03-line-height, 1.4);
|
20378
20509
|
letter-spacing: var(--cds-heading-03-letter-spacing, 0);
|
20379
20510
|
}
|
20380
20511
|
|
20381
|
-
.c4p--big-
|
20512
|
+
.c4p--big-number--xl .c4p--big-number__label {
|
20382
20513
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
20383
20514
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
20384
20515
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
20385
20516
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
20386
20517
|
}
|
20387
20518
|
|
20388
|
-
.c4p--big-
|
20389
|
-
.c4p--big-
|
20519
|
+
.c4p--big-number--xl .c4p--big-number__value,
|
20520
|
+
.c4p--big-number--xl .c4p--big-number__percentage {
|
20390
20521
|
font-size: var(--cds-heading-07-font-size, 3.375rem);
|
20391
20522
|
font-weight: var(--cds-heading-07-font-weight, 300);
|
20392
20523
|
line-height: var(--cds-heading-07-line-height, 1.19);
|
20393
20524
|
letter-spacing: var(--cds-heading-07-letter-spacing, 0);
|
20394
20525
|
}
|
20395
20526
|
|
20396
|
-
.c4p--big-
|
20397
|
-
.c4p--big-
|
20527
|
+
.c4p--big-number--xl .c4p--big-number__total,
|
20528
|
+
.c4p--big-number--xl .c4p--big-number__percentage-mark {
|
20398
20529
|
font-size: var(--cds-heading-04-font-size, 1.75rem);
|
20399
20530
|
font-weight: var(--cds-heading-04-font-weight, 400);
|
20400
20531
|
line-height: var(--cds-heading-04-line-height, 1.28572);
|
20401
20532
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
20402
20533
|
}
|
20403
20534
|
|
20404
|
-
.c4p--big-
|
20535
|
+
.c4p--big-number--xl .c4p--big-number__trend {
|
20405
20536
|
margin-block-start: 0.75rem;
|
20406
20537
|
}
|
20407
20538
|
|
20408
|
-
.c4p--big-
|
20539
|
+
.c4p--big-number-skeleton {
|
20409
20540
|
inline-size: 4rem;
|
20410
20541
|
}
|
20411
20542
|
|
20412
|
-
.c4p--big-
|
20543
|
+
.c4p--big-number-skeleton__label {
|
20413
20544
|
block-size: 0.75rem;
|
20414
20545
|
margin-block: 0 0.5rem;
|
20415
20546
|
}
|
20416
20547
|
|
20417
|
-
.c4p--big-
|
20548
|
+
.c4p--big-number-skeleton__value {
|
20418
20549
|
margin: 0;
|
20419
20550
|
/* stylelint-disable-next-line declaration-no-important */
|
20420
20551
|
block-size: 2.5rem !important;
|
20421
20552
|
}
|
20422
20553
|
|
20423
|
-
.c4p--big-
|
20554
|
+
.c4p--big-number-skeleton--lg {
|
20424
20555
|
inline-size: 5rem;
|
20425
20556
|
}
|
20426
20557
|
|
20427
|
-
.c4p--big-
|
20558
|
+
.c4p--big-number-skeleton--xl {
|
20428
20559
|
inline-size: 6rem;
|
20429
20560
|
}
|
20430
20561
|
|
20431
|
-
.c4p--big-
|
20562
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--lg .c4p--big-number-skeleton__label {
|
20432
20563
|
block-size: 0.75rem;
|
20433
20564
|
}
|
20434
20565
|
|
20435
|
-
.c4p--big-
|
20566
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--lg .c4p--big-number-skeleton__value {
|
20436
20567
|
/* stylelint-disable-next-line declaration-no-important */
|
20437
20568
|
block-size: 3rem !important;
|
20438
20569
|
}
|
20439
20570
|
|
20440
|
-
.c4p--big-
|
20571
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--xl .c4p--big-number-skeleton__label {
|
20441
20572
|
block-size: 0.75rem;
|
20442
20573
|
}
|
20443
20574
|
|
20444
|
-
.c4p--big-
|
20575
|
+
.c4p--big-number-skeleton.c4p--big-number-skeleton--xl .c4p--big-number-skeleton__value {
|
20445
20576
|
/* stylelint-disable-next-line declaration-no-important */
|
20446
20577
|
block-size: 4rem !important;
|
20447
20578
|
}
|
20448
20579
|
|
20449
|
-
.c4p--big-
|
20580
|
+
.c4p--big-number .c4p--big-number__tooltip-trigger:focus {
|
20450
20581
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
20451
20582
|
}
|
20452
20583
|
|
@@ -20490,6 +20621,17 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
20490
20621
|
background: transparent;
|
20491
20622
|
}
|
20492
20623
|
|
20624
|
+
.c4p--truncated-text__text-content {
|
20625
|
+
display: -webkit-box;
|
20626
|
+
overflow: hidden;
|
20627
|
+
-webkit-box-orient: vertical;
|
20628
|
+
text-overflow: clip;
|
20629
|
+
}
|
20630
|
+
.c4p--truncated-text__expand-toggle {
|
20631
|
+
color: var(--cds-link-primary, #0f62fe);
|
20632
|
+
cursor: pointer;
|
20633
|
+
}
|
20634
|
+
|
20493
20635
|
/* stylelint-disable max-nesting-depth */
|
20494
20636
|
/* stylelint-disable declaration-no-important */
|
20495
20637
|
.c4p--carousel {
|
@@ -21025,10 +21167,185 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
21025
21167
|
background-color: #7c3dd6 !important;
|
21026
21168
|
}
|
21027
21169
|
|
21170
|
+
/**
|
21171
|
+
* Copyright IBM Corp. 2025
|
21172
|
+
*
|
21173
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
21174
|
+
* LICENSE file in the root directory of this source tree.
|
21175
|
+
*/
|
21176
|
+
.c4p__bubble {
|
21177
|
+
position: fixed;
|
21178
|
+
z-index: 10000;
|
21179
|
+
display: none;
|
21180
|
+
padding: 1rem;
|
21181
|
+
border-radius: 0.125rem;
|
21182
|
+
/* stylelint-disable-next-line declaration-no-important */
|
21183
|
+
background: var(--cds-layer) !important;
|
21184
|
+
color: var(--cds-text-primary, #161616);
|
21185
|
+
font-weight: bold;
|
21186
|
+
inline-size: max-content;
|
21187
|
+
inset-block-start: 0;
|
21188
|
+
inset-inline-start: 0;
|
21189
|
+
pointer-events: none;
|
21190
|
+
}
|
21191
|
+
|
21192
|
+
.c4p__bubble-hidden {
|
21193
|
+
display: none;
|
21194
|
+
}
|
21195
|
+
|
21196
|
+
.c4p__bubble-open {
|
21197
|
+
display: grid;
|
21198
|
+
pointer-events: all;
|
21199
|
+
}
|
21200
|
+
|
21201
|
+
.c4p__bubble-drop-shadow {
|
21202
|
+
filter: drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.2));
|
21203
|
+
}
|
21204
|
+
|
21205
|
+
.c4p__bubble__arrow {
|
21206
|
+
position: absolute;
|
21207
|
+
z-index: 10010;
|
21208
|
+
background: var(--cds-layer);
|
21209
|
+
block-size: 0.75rem;
|
21210
|
+
inline-size: 0.75rem;
|
21211
|
+
transform: rotate(45deg);
|
21212
|
+
}
|
21213
|
+
|
21214
|
+
.c4p__bubble__header {
|
21215
|
+
z-index: 10020;
|
21216
|
+
display: flex;
|
21217
|
+
justify-content: flex-end;
|
21218
|
+
margin-block-start: -1rem;
|
21219
|
+
margin-inline: -1rem;
|
21220
|
+
}
|
21221
|
+
|
21222
|
+
/* stylelint-disable carbon/layout-use */
|
21223
|
+
/* stylelint-disable carbon/motion-easing-use */
|
21224
|
+
/* stylelint-disable max-nesting-depth */
|
21225
|
+
.c4p--coachmark-beacon {
|
21226
|
+
position: relative;
|
21227
|
+
}
|
21228
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::before {
|
21229
|
+
display: none;
|
21230
|
+
}
|
21231
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target::after {
|
21232
|
+
position: absolute;
|
21233
|
+
border-radius: 50%;
|
21234
|
+
/* stylelint-disable-next-line carbon/theme-use */
|
21235
|
+
background-color: #4589ff;
|
21236
|
+
block-size: 0.75rem;
|
21237
|
+
content: "";
|
21238
|
+
inline-size: 0.75rem;
|
21239
|
+
inset-block-start: 0.625rem;
|
21240
|
+
inset-inline-start: 0.625rem;
|
21241
|
+
}
|
21242
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus {
|
21243
|
+
outline: transparent;
|
21244
|
+
}
|
21245
|
+
.c4p--coachmark-beacon-default .c4p--coachmark-beacon__target:focus::before {
|
21246
|
+
position: absolute;
|
21247
|
+
display: block;
|
21248
|
+
border-radius: 100%;
|
21249
|
+
block-size: 18px;
|
21250
|
+
content: "";
|
21251
|
+
inline-size: 18px;
|
21252
|
+
inset-block-start: 7px;
|
21253
|
+
inset-inline-start: 7px;
|
21254
|
+
/* stylelint-disable-next-line carbon/theme-use */
|
21255
|
+
outline: 0.125rem var(--cds-focus, #0f62fe) solid;
|
21256
|
+
}
|
21257
|
+
.c4p--coachmark-beacon .c4p--coachmark-beacon__target {
|
21258
|
+
display: flex;
|
21259
|
+
padding: 0;
|
21260
|
+
border: none;
|
21261
|
+
border-radius: 50%;
|
21262
|
+
background-color: transparent;
|
21263
|
+
block-size: 2rem;
|
21264
|
+
cursor: pointer;
|
21265
|
+
inline-size: 2rem;
|
21266
|
+
}
|
21267
|
+
.c4p--coachmark-beacon .c4p--coachmark-beacon__target[aria-expanded=true] circle {
|
21268
|
+
animation: none;
|
21269
|
+
}
|
21270
|
+
.c4p--coachmark-beacon__center {
|
21271
|
+
position: absolute;
|
21272
|
+
z-index: 6900;
|
21273
|
+
block-size: 5rem;
|
21274
|
+
inline-size: 5rem;
|
21275
|
+
inset-block-start: -1.375rem;
|
21276
|
+
inset-inline-start: -1.375rem;
|
21277
|
+
pointer-events: none;
|
21278
|
+
}
|
21279
|
+
.c4p--coachmark-beacon__center circle {
|
21280
|
+
/* stylelint-disable-next-line carbon/motion-duration-use */
|
21281
|
+
animation: ripple 2s infinite;
|
21282
|
+
fill: var(--cds-support-info, #0043ce);
|
21283
|
+
fill-opacity: 0;
|
21284
|
+
-webkit-mask-image: none;
|
21285
|
+
mask-image: none;
|
21286
|
+
stroke: var(--cds-support-info, #0043ce);
|
21287
|
+
stroke-opacity: 0;
|
21288
|
+
stroke-width: 1px;
|
21289
|
+
transition-timing-function: motion exit, productive;
|
21290
|
+
}
|
21291
|
+
@media (prefers-reduced-motion) {
|
21292
|
+
.c4p--coachmark-beacon__center circle {
|
21293
|
+
animation: none;
|
21294
|
+
}
|
21295
|
+
}
|
21296
|
+
|
21297
|
+
@keyframes ripple {
|
21298
|
+
0% {
|
21299
|
+
fill-opacity: 0;
|
21300
|
+
r: 1px;
|
21301
|
+
stroke-opacity: 0;
|
21302
|
+
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
21303
|
+
}
|
21304
|
+
31% {
|
21305
|
+
fill-opacity: 0.2;
|
21306
|
+
stroke-opacity: 1;
|
21307
|
+
}
|
21308
|
+
62% {
|
21309
|
+
fill-opacity: 0;
|
21310
|
+
r: 32px;
|
21311
|
+
stroke-opacity: 0;
|
21312
|
+
}
|
21313
|
+
100% {
|
21314
|
+
fill-opacity: 0;
|
21315
|
+
r: 32px;
|
21316
|
+
stroke-opacity: 0;
|
21317
|
+
}
|
21318
|
+
}
|
21319
|
+
@keyframes ring-ripple {
|
21320
|
+
0% {
|
21321
|
+
fill-opacity: 0;
|
21322
|
+
r: 12px;
|
21323
|
+
stroke-opacity: 0;
|
21324
|
+
transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);
|
21325
|
+
}
|
21326
|
+
31% {
|
21327
|
+
fill-opacity: 0.2;
|
21328
|
+
stroke-opacity: 1;
|
21329
|
+
}
|
21330
|
+
62% {
|
21331
|
+
fill-opacity: 0;
|
21332
|
+
r: 32px;
|
21333
|
+
stroke-opacity: 0;
|
21334
|
+
}
|
21335
|
+
100% {
|
21336
|
+
fill-opacity: 0;
|
21337
|
+
r: 32px;
|
21338
|
+
stroke-opacity: 0;
|
21339
|
+
}
|
21340
|
+
}
|
21028
21341
|
.c4p--coachmark {
|
21029
21342
|
position: relative;
|
21030
21343
|
}
|
21031
21344
|
|
21345
|
+
.c4p--coachmark__next.c4p--coachmark__next--floating span:has(> div > .c4p--coachmark__next--content-header--drag-icon) {
|
21346
|
+
margin-inline-end: auto;
|
21347
|
+
}
|
21348
|
+
|
21032
21349
|
/* stylelint-disable carbon/layout-use */
|
21033
21350
|
/* stylelint-disable carbon/motion-easing-use */
|
21034
21351
|
/* stylelint-disable max-nesting-depth */
|
@@ -25845,6 +26162,14 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
25845
26162
|
display: flex;
|
25846
26163
|
}
|
25847
26164
|
|
26165
|
+
.c4p--condition-builder__visible {
|
26166
|
+
visibility: visible;
|
26167
|
+
}
|
26168
|
+
|
26169
|
+
.c4p--condition-builder__hidden {
|
26170
|
+
visibility: hidden;
|
26171
|
+
}
|
26172
|
+
|
25848
26173
|
.c4p--condition-builder__condition-wrapper {
|
25849
26174
|
display: flex;
|
25850
26175
|
flex-flow: row wrap;
|