@carbon/ibm-products 1.20.3 → 1.21.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/index-full-carbon.css +4 -4
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon.css +4 -4
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +4 -4
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +92 -92
- package/es/components/Datagrid/utils/makeData.js +155 -0
- package/lib/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +93 -112
- package/lib/components/Datagrid/utils/makeData.js +167 -0
- package/package.json +2 -2
- package/scss/components/WebTerminal/_web-terminal.scss +1 -1
@@ -4896,7 +4896,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
4896
4896
|
@keyframes web-terminal-entrance {
|
4897
4897
|
from {
|
4898
4898
|
opacity: 0;
|
4899
|
-
transform: translateX(
|
4899
|
+
transform: translateX(40rem);
|
4900
4900
|
}
|
4901
4901
|
to {
|
4902
4902
|
opacity: 1;
|
@@ -4910,7 +4910,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
4910
4910
|
}
|
4911
4911
|
to {
|
4912
4912
|
opacity: 0;
|
4913
|
-
transform: translateX(
|
4913
|
+
transform: translateX(40rem);
|
4914
4914
|
}
|
4915
4915
|
}
|
4916
4916
|
/*
|
@@ -5342,7 +5342,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5342
5342
|
position: fixed;
|
5343
5343
|
top: var(--cds-spacing-09, 3rem);
|
5344
5344
|
right: 0;
|
5345
|
-
width:
|
5345
|
+
width: 40rem;
|
5346
5346
|
height: calc(100vh - var(--cds-spacing-09, 3rem));
|
5347
5347
|
border-left: 1px solid #262626;
|
5348
5348
|
color: var(--cds-text-01, #161616);
|
@@ -5795,7 +5795,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5795
5795
|
}
|
5796
5796
|
|
5797
5797
|
.c4p--web-terminal-content-wrapper--open {
|
5798
|
-
width: calc(100vw -
|
5798
|
+
width: calc(100vw - 40rem);
|
5799
5799
|
}
|
5800
5800
|
|
5801
5801
|
.c4p--user-profile-image--light {
|