@carbon/ibm-products 1.2.2 → 1.2.3
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/index-full-carbon.css +6 -4
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-without-carbon-released-only.css +6 -3
- 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.css +6 -3
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index.css +6 -3
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/es/components/APIKeyModal/APIKeyModal.js +2 -2
- package/es/components/AboutModal/AboutModal.js +2 -2
- package/es/components/ActionBar/ActionBar.js +2 -2
- package/es/components/ActionBar/ActionBarItem.js +2 -2
- package/es/components/ActionSet/ActionSet.js +2 -2
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +2 -2
- package/es/components/Card/Card.js +2 -2
- package/es/components/Cascade/Cascade.js +2 -2
- package/es/components/ComboButton/ComboButton.js +2 -2
- package/es/components/CreateSidePanel/CreateSidePanel.js +2 -2
- package/es/components/EditSidePanel/EditSidePanel.js +2 -2
- package/es/components/EmptyStates/EmptyState.js +2 -2
- package/es/components/EmptyStates/EmptyStateContent.js +2 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +2 -2
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +2 -2
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +2 -2
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +2 -2
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +2 -2
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +2 -2
- package/es/components/ExampleComponent/ExampleComponent.js +2 -2
- package/es/components/ExportModal/ExportModal.js +2 -2
- package/es/components/HTTPErrors/HTTPErrorContent.js +2 -2
- package/es/components/ImportModal/ImportModal.js +2 -2
- package/es/components/PageHeader/PageHeader.js +2 -2
- package/es/components/PageHeader/PageHeaderUtils.js +2 -2
- package/es/components/RemoveModal/RemoveModal.js +2 -2
- package/es/components/SidePanel/SidePanel.js +2 -2
- package/es/components/TagSet/TagSet.js +2 -2
- package/es/components/TagSet/TagSetModal.js +2 -2
- package/es/components/Tearsheet/Tearsheet.js +2 -2
- package/es/components/Tearsheet/TearsheetNarrow.js +2 -2
- package/es/components/Tearsheet/TearsheetShell.js +2 -2
- package/es/components/WebTerminal/WebTerminal.js +2 -2
- package/es/global/js/hooks/useWindowResize.js +2 -2
- package/es/global/js/package-settings.js +2 -2
- package/es/global/js/utils/props-helper.js +2 -2
- package/lib/components/APIKeyModal/APIKeyModal.js +2 -2
- package/lib/components/AboutModal/AboutModal.js +2 -2
- package/lib/components/ActionBar/ActionBar.js +2 -2
- package/lib/components/ActionBar/ActionBarItem.js +2 -2
- package/lib/components/ActionSet/ActionSet.js +2 -2
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +2 -2
- package/lib/components/Card/Card.js +2 -2
- package/lib/components/Cascade/Cascade.js +2 -2
- package/lib/components/ComboButton/ComboButton.js +2 -2
- package/lib/components/CreateSidePanel/CreateSidePanel.js +2 -2
- package/lib/components/EditSidePanel/EditSidePanel.js +2 -2
- package/lib/components/EmptyStates/EmptyState.js +2 -2
- package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +2 -2
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +2 -2
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +2 -2
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +2 -2
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +2 -2
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +2 -2
- package/lib/components/ExampleComponent/ExampleComponent.js +2 -2
- package/lib/components/ExportModal/ExportModal.js +2 -2
- package/lib/components/HTTPErrors/HTTPErrorContent.js +2 -2
- package/lib/components/ImportModal/ImportModal.js +2 -2
- package/lib/components/PageHeader/PageHeader.js +2 -2
- package/lib/components/PageHeader/PageHeaderUtils.js +2 -2
- package/lib/components/RemoveModal/RemoveModal.js +2 -2
- package/lib/components/SidePanel/SidePanel.js +2 -2
- package/lib/components/TagSet/TagSet.js +2 -2
- package/lib/components/TagSet/TagSetModal.js +2 -2
- package/lib/components/Tearsheet/Tearsheet.js +2 -2
- package/lib/components/Tearsheet/TearsheetNarrow.js +2 -2
- package/lib/components/Tearsheet/TearsheetShell.js +2 -2
- package/lib/components/WebTerminal/WebTerminal.js +2 -2
- package/lib/global/js/hooks/useWindowResize.js +2 -2
- package/lib/global/js/package-settings.js +2 -2
- package/lib/global/js/utils/props-helper.js +2 -2
- package/package.json +9 -9
- package/scss/components/PageHeader/_page-header.scss +5 -4
|
@@ -18888,7 +18888,8 @@ a.bx--side-nav__link--current::before {
|
|
|
18888
18888
|
display: block;
|
|
18889
18889
|
width: 100%;
|
|
18890
18890
|
height: 100%;
|
|
18891
|
-
animation: background-and-shadow-appear 1000ms
|
|
18891
|
+
animation: background-and-shadow-appear 1000ms linear paused forwards;
|
|
18892
|
+
animation-delay: calc(-1000ms * var(--c4p--page-header--background-opacity));
|
|
18892
18893
|
content: "";
|
|
18893
18894
|
z-index: -1;
|
|
18894
18895
|
}
|
|
@@ -19027,7 +19028,8 @@ a.bx--side-nav__link--current::before {
|
|
|
19027
19028
|
display: block;
|
|
19028
19029
|
width: 100%;
|
|
19029
19030
|
height: 100%;
|
|
19030
|
-
animation: background-appear 1000ms
|
|
19031
|
+
animation: background-appear 1000ms linear paused forwards;
|
|
19032
|
+
animation-delay: calc(-1000ms * var(--c4p--page-header--background-opacity));
|
|
19031
19033
|
content: "";
|
|
19032
19034
|
}
|
|
19033
19035
|
.c4p--page-header .c4p--page-header__action-bar-column--influenced-by-collapse-button {
|
|
@@ -19198,7 +19200,8 @@ a.bx--side-nav__link--current::before {
|
|
|
19198
19200
|
display: block;
|
|
19199
19201
|
width: 100%;
|
|
19200
19202
|
height: 100%;
|
|
19201
|
-
animation: background-appear 1000ms
|
|
19203
|
+
animation: background-appear 1000ms linear paused forwards;
|
|
19204
|
+
animation-delay: calc(-1000ms * var(--c4p--page-header--background-opacity));
|
|
19202
19205
|
content: "";
|
|
19203
19206
|
}
|
|
19204
19207
|
.c4p--page-header .c4p--page-header__page-actions-content {
|
|
@@ -31785,7 +31788,6 @@ span.bx--pagination__text {
|
|
|
31785
31788
|
min-width: auto;
|
|
31786
31789
|
padding-right: 3rem;
|
|
31787
31790
|
margin: 0;
|
|
31788
|
-
line-height: 1;
|
|
31789
31791
|
}
|
|
31790
31792
|
|
|
31791
31793
|
.bx--time-picker__input-field {
|