@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
@@ -17706,7 +17706,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17706
17706
|
@keyframes web-terminal-entrance {
|
17707
17707
|
from {
|
17708
17708
|
opacity: 0;
|
17709
|
-
transform: translateX(
|
17709
|
+
transform: translateX(40rem);
|
17710
17710
|
}
|
17711
17711
|
to {
|
17712
17712
|
opacity: 1;
|
@@ -17720,7 +17720,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17720
17720
|
}
|
17721
17721
|
to {
|
17722
17722
|
opacity: 0;
|
17723
|
-
transform: translateX(
|
17723
|
+
transform: translateX(40rem);
|
17724
17724
|
}
|
17725
17725
|
}
|
17726
17726
|
/*
|
@@ -18152,7 +18152,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18152
18152
|
position: fixed;
|
18153
18153
|
top: var(--cds-spacing-09, 3rem);
|
18154
18154
|
right: 0;
|
18155
|
-
width:
|
18155
|
+
width: 40rem;
|
18156
18156
|
height: calc(100vh - var(--cds-spacing-09, 3rem));
|
18157
18157
|
border-left: 1px solid #262626;
|
18158
18158
|
color: var(--cds-text-01, #161616);
|
@@ -18605,7 +18605,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
18605
18605
|
}
|
18606
18606
|
|
18607
18607
|
.c4p--web-terminal-content-wrapper--open {
|
18608
|
-
width: calc(100vw -
|
18608
|
+
width: calc(100vw - 40rem);
|
18609
18609
|
}
|
18610
18610
|
|
18611
18611
|
.c4p--user-profile-image--light {
|