@carbon/ibm-products-styles 2.57.0 → 2.58.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/index-full-carbon.css +170 -22
- 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 +170 -22
- 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 +170 -22
- 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 +170 -22
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +6 -6
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +100 -22
- package/scss/components/Datagrid/styles/addons/_animations.scss +56 -0
- package/scss/components/FilterSummary/_animations.scss +20 -0
- package/scss/components/FilterSummary/_filter-summary.scss +11 -0
- package/scss/components/FullPageError/_full-page-error.scss +4 -0
- package/scss/components/GetStartedCard/_get-started-card.scss +2 -2
- package/scss/components/NotificationsPanel/_notifications-panel.scss +35 -7
- package/scss/components/SidePanel/_side-panel.scss +4 -2
- package/scss/components/Tearsheet/_tearsheet.scss +6 -12
package/css/index.css
CHANGED
|
@@ -7922,20 +7922,20 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7922
7922
|
.c4p--side-panel {
|
|
7923
7923
|
/* styles to apply if a user's device settings are set to reduced motion */
|
|
7924
7924
|
}
|
|
7925
|
-
.c4p--side-panel.c4p--side-panel--open {
|
|
7925
|
+
.c4p--side-panel.c4p--side-panel--open.c4p--side-panel--right-placement, .c4p--side-panel.c4p--side-panel--open.c4p--side-panel--left-placement {
|
|
7926
7926
|
animation: side-panel-entrance-reduced 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
7927
7927
|
}
|
|
7928
7928
|
@starting-style {
|
|
7929
|
-
.c4p--side-panel.c4p--side-panel--open {
|
|
7929
|
+
.c4p--side-panel.c4p--side-panel--open.c4p--side-panel--right-placement, .c4p--side-panel.c4p--side-panel--open.c4p--side-panel--left-placement {
|
|
7930
7930
|
opacity: 0;
|
|
7931
7931
|
transform: translateX(0);
|
|
7932
7932
|
}
|
|
7933
7933
|
}
|
|
7934
|
-
.c4p--side-panel.c4p--side-panel--closing {
|
|
7934
|
+
.c4p--side-panel.c4p--side-panel--closing.c4p--side-panel--left-placement, .c4p--side-panel.c4p--side-panel--closing.c4p--side-panel--right-placement {
|
|
7935
7935
|
animation: side-panel-exit-reduced 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
7936
7936
|
}
|
|
7937
7937
|
@starting-style {
|
|
7938
|
-
.c4p--side-panel.c4p--side-panel--closing {
|
|
7938
|
+
.c4p--side-panel.c4p--side-panel--closing.c4p--side-panel--left-placement, .c4p--side-panel.c4p--side-panel--closing.c4p--side-panel--right-placement {
|
|
7939
7939
|
opacity: 1;
|
|
7940
7940
|
transform: translateX(0);
|
|
7941
7941
|
}
|
|
@@ -8573,17 +8573,8 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8573
8573
|
background: linear-gradient(to top, var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff)), var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff)), var(--cds-ai-popover-background, var(--cds-ai-popover-background, #ffffff))) border-box;
|
|
8574
8574
|
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.1));
|
|
8575
8575
|
}
|
|
8576
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--
|
|
8577
|
-
|
|
8578
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--text-input,
|
|
8579
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--text-area,
|
|
8580
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--search-input,
|
|
8581
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--select-input,
|
|
8582
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown,
|
|
8583
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--dropdown-list,
|
|
8584
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--number input[type=number],
|
|
8585
|
-
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--date-picker__input {
|
|
8586
|
-
background-color: var(--cds-field);
|
|
8576
|
+
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--radio-button[readonly] + .cds--radio-button__label .cds--radio-button__appearance {
|
|
8577
|
+
border-color: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
|
8587
8578
|
}
|
|
8588
8579
|
.c4p--tearsheet.c4p--tearsheet--wide .c4p--tearsheet__content .cds--select--inline .cds--select-input {
|
|
8589
8580
|
background-color: transparent;
|
|
@@ -10610,7 +10601,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
10610
10601
|
z-index: 9000;
|
|
10611
10602
|
}
|
|
10612
10603
|
|
|
10613
|
-
@keyframes fade-in {
|
|
10604
|
+
@keyframes notifications-panel-fade-in {
|
|
10614
10605
|
0% {
|
|
10615
10606
|
opacity: 0;
|
|
10616
10607
|
transform: translateY(-38.5rem);
|
|
@@ -10620,7 +10611,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
10620
10611
|
transform: translateY(0);
|
|
10621
10612
|
}
|
|
10622
10613
|
}
|
|
10623
|
-
@keyframes fade-out {
|
|
10614
|
+
@keyframes notifications-panel-fade-out {
|
|
10624
10615
|
0% {
|
|
10625
10616
|
opacity: 1;
|
|
10626
10617
|
transform: translateY(0);
|
|
@@ -10630,20 +10621,38 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
10630
10621
|
transform: translateY(-38.5rem);
|
|
10631
10622
|
}
|
|
10632
10623
|
}
|
|
10624
|
+
@keyframes notifications-panel-entrance-reduced {
|
|
10625
|
+
0% {
|
|
10626
|
+
opacity: 0;
|
|
10627
|
+
}
|
|
10628
|
+
100% {
|
|
10629
|
+
opacity: 1;
|
|
10630
|
+
}
|
|
10631
|
+
}
|
|
10632
|
+
@keyframes notifications-panel-exit-reduced {
|
|
10633
|
+
0% {
|
|
10634
|
+
opacity: 1;
|
|
10635
|
+
}
|
|
10636
|
+
100% {
|
|
10637
|
+
opacity: 0;
|
|
10638
|
+
}
|
|
10639
|
+
}
|
|
10633
10640
|
.c4p--notifications-panel__entrance {
|
|
10634
|
-
animation: fade-in 240ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
10641
|
+
animation: notifications-panel-fade-in 240ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
10635
10642
|
}
|
|
10636
10643
|
|
|
10637
10644
|
.c4p--notifications-panel__exit {
|
|
10638
|
-
animation: fade-out
|
|
10645
|
+
animation: notifications-panel-fade-out 240ms cubic-bezier(0.2, 0, 0.38, 0.9) forwards;
|
|
10639
10646
|
}
|
|
10640
10647
|
|
|
10641
10648
|
@media (prefers-reduced-motion) {
|
|
10642
|
-
.c4p--notifications-
|
|
10643
|
-
animation:
|
|
10649
|
+
.c4p--notifications-panel__entrance {
|
|
10650
|
+
animation: notifications-panel-entrance-reduced 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
10651
|
+
}
|
|
10652
|
+
.c4p--notifications-panel__exit {
|
|
10653
|
+
animation: notifications-panel-exit-reduced 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
10644
10654
|
}
|
|
10645
10655
|
}
|
|
10646
|
-
|
|
10647
10656
|
.c4p--notifications-panel__container {
|
|
10648
10657
|
position: fixed;
|
|
10649
10658
|
z-index: 2;
|
|
@@ -18986,6 +18995,109 @@ a.cds--side-nav__link--current::before {
|
|
|
18986
18995
|
grid-template-columns: 1fr;
|
|
18987
18996
|
}
|
|
18988
18997
|
|
|
18998
|
+
@keyframes filter-panel-entrance-reduced {
|
|
18999
|
+
0% {
|
|
19000
|
+
opacity: 0;
|
|
19001
|
+
}
|
|
19002
|
+
100% {
|
|
19003
|
+
opacity: 1;
|
|
19004
|
+
}
|
|
19005
|
+
}
|
|
19006
|
+
@keyframes filter-panel-exit-reduced {
|
|
19007
|
+
0% {
|
|
19008
|
+
opacity: 1;
|
|
19009
|
+
}
|
|
19010
|
+
100% {
|
|
19011
|
+
opacity: 0;
|
|
19012
|
+
}
|
|
19013
|
+
}
|
|
19014
|
+
@keyframes filter-panel-entrance-left {
|
|
19015
|
+
0% {
|
|
19016
|
+
inline-size: 0;
|
|
19017
|
+
opacity: 0;
|
|
19018
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
|
19019
|
+
transform: translateX(calc(var(--panel-transform) * -1));
|
|
19020
|
+
}
|
|
19021
|
+
100% {
|
|
19022
|
+
inline-size: var(--panel-transform);
|
|
19023
|
+
opacity: 1;
|
|
19024
|
+
transform: translateX(0);
|
|
19025
|
+
}
|
|
19026
|
+
}
|
|
19027
|
+
@keyframes filter-panel-exit-left {
|
|
19028
|
+
0% {
|
|
19029
|
+
inline-size: var(--panel-transform);
|
|
19030
|
+
opacity: 1;
|
|
19031
|
+
transform: translateX(0);
|
|
19032
|
+
}
|
|
19033
|
+
100% {
|
|
19034
|
+
inline-size: 0;
|
|
19035
|
+
opacity: 0;
|
|
19036
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
|
19037
|
+
transform: translateX(calc(var(--panel-transform) * -1));
|
|
19038
|
+
}
|
|
19039
|
+
}
|
|
19040
|
+
@property --panel-transform {
|
|
19041
|
+
inherits: true;
|
|
19042
|
+
initial-value: 320px;
|
|
19043
|
+
syntax: "<integer>";
|
|
19044
|
+
}
|
|
19045
|
+
.c4p--datagrid-filter-panel {
|
|
19046
|
+
--panel-transform: 320px;
|
|
19047
|
+
transform: translateX(0);
|
|
19048
|
+
transition-behavior: allow-discrete;
|
|
19049
|
+
transition-duration: 150ms;
|
|
19050
|
+
transition-property: display, opacity, transform;
|
|
19051
|
+
}
|
|
19052
|
+
@starting-style {
|
|
19053
|
+
.c4p--datagrid-filter-panel {
|
|
19054
|
+
opacity: 0;
|
|
19055
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
|
19056
|
+
transform: translateX(var(--panel-transform));
|
|
19057
|
+
}
|
|
19058
|
+
}
|
|
19059
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--open.c4p--datagrid-filter-panel--left-placement {
|
|
19060
|
+
animation: filter-panel-entrance-left 150ms cubic-bezier(0, 0, 0.38, 0.9) forwards;
|
|
19061
|
+
}
|
|
19062
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--closing.c4p--datagrid-filter-panel--left-placement {
|
|
19063
|
+
animation: filter-panel-exit-left 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
19064
|
+
}
|
|
19065
|
+
@supports (transition-behavior: allow-discrete) {
|
|
19066
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--closing {
|
|
19067
|
+
opacity: 0;
|
|
19068
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
|
19069
|
+
transform: translateX(var(--panel-transform, 320px));
|
|
19070
|
+
transition-duration: 150ms;
|
|
19071
|
+
}
|
|
19072
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--closing.c4p--datagrid-filter-panel--left-placement {
|
|
19073
|
+
/* stylelint-disable-next-line carbon/layout-use */
|
|
19074
|
+
transform: translateX(calc(-1 * var(--panel-transform, 320px)));
|
|
19075
|
+
}
|
|
19076
|
+
}
|
|
19077
|
+
@media (prefers-reduced-motion) {
|
|
19078
|
+
.c4p--datagrid-filter-panel {
|
|
19079
|
+
/* styles to apply if a user's device settings are set to reduced motion */
|
|
19080
|
+
}
|
|
19081
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--open.c4p--datagrid-filter-panel--left-placement {
|
|
19082
|
+
animation: filter-panel-entrance-reduced 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
19083
|
+
}
|
|
19084
|
+
@starting-style {
|
|
19085
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--open.c4p--datagrid-filter-panel--left-placement {
|
|
19086
|
+
opacity: 0;
|
|
19087
|
+
transform: translateX(0);
|
|
19088
|
+
}
|
|
19089
|
+
}
|
|
19090
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--closing.c4p--datagrid-filter-panel--left-placement {
|
|
19091
|
+
animation: filter-panel-exit-reduced 150ms cubic-bezier(0.2, 0, 1, 0.9) forwards;
|
|
19092
|
+
}
|
|
19093
|
+
@starting-style {
|
|
19094
|
+
.c4p--datagrid-filter-panel.c4p--datagrid-filter-panel--closing.c4p--datagrid-filter-panel--left-placement {
|
|
19095
|
+
opacity: 1;
|
|
19096
|
+
transform: translateX(0);
|
|
19097
|
+
}
|
|
19098
|
+
}
|
|
19099
|
+
}
|
|
19100
|
+
|
|
18989
19101
|
.c4p--datagrid-filter-panel__container {
|
|
18990
19102
|
position: relative;
|
|
18991
19103
|
background-color: var(--cds-layer-01, #f4f4f4);
|
|
@@ -19075,6 +19187,14 @@ a.cds--side-nav__link--current::before {
|
|
|
19075
19187
|
block-size: 4rem;
|
|
19076
19188
|
inset-block-end: 0;
|
|
19077
19189
|
margin-block-start: auto;
|
|
19190
|
+
opacity: 1;
|
|
19191
|
+
transform: translateY(64px) translateZ(0);
|
|
19192
|
+
}
|
|
19193
|
+
.c4p--datagrid-filter-panel__action-set.c4p--datagrid-filter-panel__animationComplete {
|
|
19194
|
+
transform: none;
|
|
19195
|
+
transition-behavior: allow-discrete;
|
|
19196
|
+
transition-duration: 150ms;
|
|
19197
|
+
transition-property: display, opacity, transform;
|
|
19078
19198
|
}
|
|
19079
19199
|
|
|
19080
19200
|
.c4p--datagrid-filter-panel__container .cds--accordion__title {
|
|
@@ -19681,6 +19801,24 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
19681
19801
|
}
|
|
19682
19802
|
|
|
19683
19803
|
/* stylelint-disable max-nesting-depth */
|
|
19804
|
+
@keyframes filter-summary-enter {
|
|
19805
|
+
0% {
|
|
19806
|
+
block-size: 0;
|
|
19807
|
+
opacity: 0;
|
|
19808
|
+
/* Move from top */
|
|
19809
|
+
transform: translateY(calc(var(--panel-transform) * -1));
|
|
19810
|
+
}
|
|
19811
|
+
100% {
|
|
19812
|
+
block-size: var(--panel-transform);
|
|
19813
|
+
opacity: 1;
|
|
19814
|
+
transform: translateY(0);
|
|
19815
|
+
}
|
|
19816
|
+
}
|
|
19817
|
+
@property --panel-transform {
|
|
19818
|
+
inherits: true;
|
|
19819
|
+
initial-value: 16px;
|
|
19820
|
+
syntax: "<length>";
|
|
19821
|
+
}
|
|
19684
19822
|
.c4p--filter-summary {
|
|
19685
19823
|
display: flex;
|
|
19686
19824
|
align-items: flex-start;
|
|
@@ -19694,6 +19832,9 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
19694
19832
|
.c4p--filter-summary.c4p--filter-summary__expanded {
|
|
19695
19833
|
block-size: fit-content;
|
|
19696
19834
|
}
|
|
19835
|
+
.c4p--filter-summary .c4p--tag-set__tag-container {
|
|
19836
|
+
animation: filter-summary-enter 150ms cubic-bezier(0, 0, 0.38, 0.9) forwards;
|
|
19837
|
+
}
|
|
19697
19838
|
|
|
19698
19839
|
.c4p--filter-summary .c4p--tag-set.c4p--tag-set.c4p--filter-summary__clear-button-inline {
|
|
19699
19840
|
inline-size: auto;
|
|
@@ -22369,6 +22510,13 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
22369
22510
|
margin-block-end: 2rem;
|
|
22370
22511
|
}
|
|
22371
22512
|
|
|
22513
|
+
.c4p--full-page-error__body {
|
|
22514
|
+
font-size: var(--cds-body-02-font-size, 1rem);
|
|
22515
|
+
font-weight: var(--cds-body-02-font-weight, 400);
|
|
22516
|
+
line-height: var(--cds-body-02-line-height, 1.5);
|
|
22517
|
+
letter-spacing: var(--cds-body-02-letter-spacing, 0);
|
|
22518
|
+
}
|
|
22519
|
+
|
|
22372
22520
|
.c4p--full-page-error__svg-container svg.c4p--full-page-error__svg {
|
|
22373
22521
|
inline-size: 100%;
|
|
22374
22522
|
}
|