@gooddata/sdk-ui-ext 10.18.0-alpha.8 → 10.18.0-beta.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/NOTICE +3 -3
- package/esm/index.d.ts +12 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +10 -2
- package/esm/index.js.map +1 -1
- package/esm/internal/translations/de-DE.json +9 -1
- package/esm/internal/translations/en-AU.json +9 -1
- package/esm/internal/translations/en-GB.json +9 -1
- package/esm/internal/translations/en-US.json +1 -1
- package/esm/internal/translations/es-419.json +9 -1
- package/esm/internal/translations/es-ES.json +9 -1
- package/esm/internal/translations/fi-FI.json +9 -1
- package/esm/internal/translations/fr-CA.json +9 -1
- package/esm/internal/translations/fr-FR.json +9 -1
- package/esm/internal/translations/it-IT.json +9 -1
- package/esm/internal/translations/ja-JP.json +9 -1
- package/esm/internal/translations/nl-NL.json +9 -1
- package/esm/internal/translations/pt-BR.json +9 -1
- package/esm/internal/translations/pt-PT.json +9 -1
- package/esm/internal/translations/zh-HK.json +9 -1
- package/esm/internal/translations/zh-Hans.json +9 -1
- package/esm/internal/translations/zh-Hant.json +9 -1
- package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts +12 -0
- package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts.map +1 -1
- package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js +10 -1
- package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js.map +1 -1
- package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts +6 -4
- package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts.map +1 -1
- package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js +1 -1
- package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js.map +1 -1
- package/esm/notificationsPanel/Notification/AlertNotification.d.ts +2 -2
- package/esm/notificationsPanel/Notification/AlertNotification.d.ts.map +1 -1
- package/esm/notificationsPanel/Notification/AlertNotification.js +15 -10
- package/esm/notificationsPanel/Notification/AlertNotification.js.map +1 -1
- package/esm/notificationsPanel/Notification/DefaultNotification.d.ts +17 -4
- package/esm/notificationsPanel/Notification/DefaultNotification.d.ts.map +1 -1
- package/esm/notificationsPanel/Notification/DefaultNotification.js +6 -4
- package/esm/notificationsPanel/Notification/DefaultNotification.js.map +1 -1
- package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js +1 -1
- package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js.map +1 -1
- package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +2 -2
- package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js.map +1 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts +4 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +9 -5
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js.map +1 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts +4 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +1 -1
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts +66 -4
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js +16 -15
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts +9 -2
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js +4 -2
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts +9 -2
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js +4 -2
- package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js.map +1 -1
- package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.d.ts +19 -0
- package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.d.ts.map +1 -0
- package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.js +9 -0
- package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.js.map +1 -0
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts +95 -5
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +7 -5
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js.map +1 -1
- package/esm/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.d.ts → DefaultNotificationsPanelButton.d.ts} +8 -6
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.d.ts.map +1 -0
- package/esm/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.js → DefaultNotificationsPanelButton.js} +4 -4
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js.map +1 -0
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts +8 -4
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +6 -4
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js.map +1 -1
- package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts +75 -11
- package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts.map +1 -1
- package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +20 -10
- package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js.map +1 -1
- package/esm/notificationsPanel/bem.d.ts +5 -0
- package/esm/notificationsPanel/bem.d.ts.map +1 -1
- package/esm/notificationsPanel/bem.js +6 -1
- package/esm/notificationsPanel/bem.js.map +1 -1
- package/esm/notificationsPanel/data/NotificationsContext.d.ts +16 -1
- package/esm/notificationsPanel/data/NotificationsContext.d.ts.map +1 -1
- package/esm/notificationsPanel/data/NotificationsContext.js +9 -3
- package/esm/notificationsPanel/data/NotificationsContext.js.map +1 -1
- package/esm/notificationsPanel/data/useFetchNotifications.d.ts +11 -8
- package/esm/notificationsPanel/data/useFetchNotifications.d.ts.map +1 -1
- package/esm/notificationsPanel/data/useFetchNotifications.js +18 -7
- package/esm/notificationsPanel/data/useFetchNotifications.js.map +1 -1
- package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts +1 -0
- package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts.map +1 -1
- package/esm/notificationsPanel/data/useNotificationFiltersDetail.js +34 -17
- package/esm/notificationsPanel/data/useNotificationFiltersDetail.js.map +1 -1
- package/esm/notificationsPanel/data/useNotifications.d.ts +24 -4
- package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
- package/esm/notificationsPanel/data/useNotifications.js +15 -10
- package/esm/notificationsPanel/data/useNotifications.js.map +1 -1
- package/esm/notificationsPanel/types.d.ts +3 -1
- package/esm/notificationsPanel/types.d.ts.map +1 -1
- package/esm/notificationsPanel/types.js +1 -1
- package/esm/notificationsPanel/types.js.map +1 -1
- package/esm/sdk-ui-ext.d.ts +397 -52
- package/package.json +17 -18
- package/src/notificationsPanel/NotificationsList/DefaultNotificationsList.scss +3 -0
- package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.scss +7 -4
- package/src/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.scss → DefaultNotificationsPanelButton.scss} +2 -2
- package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.scss +8 -3
- package/src/notificationsPanel/notificationPanel.scss +8 -4
- package/styles/css/main.css +467 -48
- package/styles/css/main.css.map +1 -1
- package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.d.ts.map +0 -1
- package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js.map +0 -1
- package/esm/notificationsPanel/components/Skeleton.d.ts +0 -8
- package/esm/notificationsPanel/components/Skeleton.d.ts.map +0 -1
- package/esm/notificationsPanel/components/Skeleton.js +0 -11
- package/esm/notificationsPanel/components/Skeleton.js.map +0 -1
- package/esm/notificationsPanel/components/VirtualList.d.ts +0 -15
- package/esm/notificationsPanel/components/VirtualList.d.ts.map +0 -1
- package/esm/notificationsPanel/components/VirtualList.js +0 -77
- package/esm/notificationsPanel/components/VirtualList.js.map +0 -1
- package/src/notificationsPanel/components/Skeleton.scss +0 -25
- package/src/notificationsPanel/components/VirtualList.scss +0 -26
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2024 GoodData Corporation
|
|
1
|
+
// (C) 2024-2025 GoodData Corporation
|
|
2
2
|
|
|
3
3
|
.gd-ui-ext-notifications-panel-header {
|
|
4
4
|
display: flex;
|
|
@@ -7,12 +7,13 @@
|
|
|
7
7
|
justify-content: space-between;
|
|
8
8
|
padding-left: 15px;
|
|
9
9
|
padding-right: 15px;
|
|
10
|
+
box-sizing: border-box;
|
|
10
11
|
|
|
11
12
|
width: 100%;
|
|
12
13
|
|
|
13
14
|
&__tabs {
|
|
14
15
|
width: 100%;
|
|
15
|
-
height:
|
|
16
|
+
height: 23px;
|
|
16
17
|
|
|
17
18
|
display: flex;
|
|
18
19
|
flex-direction: column;
|
|
@@ -21,8 +22,12 @@
|
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
&__mark-all-as-read-button {
|
|
24
|
-
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
height: 23px;
|
|
25
29
|
white-space: nowrap;
|
|
26
30
|
border-bottom: 1px solid var(--gd-palette-complementary-3);
|
|
31
|
+
box-sizing: border-box;
|
|
27
32
|
}
|
|
28
33
|
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
// (C) 2024 GoodData Corporation
|
|
1
|
+
// (C) 2024-2025 GoodData Corporation
|
|
2
|
+
@use "@gooddata/sdk-ui-kit/styles/scss/overlay.scss";
|
|
3
|
+
@use "@gooddata/sdk-ui-kit/styles/scss/tabs.scss";
|
|
4
|
+
@use "@gooddata/sdk-ui-kit/src/@ui/UiIcon/UiIcon.scss";
|
|
5
|
+
@use "@gooddata/sdk-ui-kit/src/@ui/UiButton/UiButton.scss";
|
|
6
|
+
@use "@gooddata/sdk-ui-kit/src/@ui/UiSkeleton/UiSkeleton.scss";
|
|
7
|
+
@use "@gooddata/sdk-ui-kit/src/@ui/UiPagedVirtualList/UiPagedVirtualList.scss";
|
|
2
8
|
|
|
3
9
|
@use "./components/DetailsDialog.scss";
|
|
4
|
-
@use "./components/Skeleton.scss";
|
|
5
|
-
@use "./components/VirtualList.scss";
|
|
6
10
|
// Panel
|
|
7
11
|
@use "./NotificationsPanel/DefaultNotificationsPanel.scss";
|
|
8
12
|
@use "./NotificationsPanel/DefaultNotificationsPanelHeader.scss";
|
|
9
|
-
@use "./NotificationsPanel/
|
|
13
|
+
@use "./NotificationsPanel/DefaultNotificationsPanelButton.scss";
|
|
10
14
|
// List
|
|
11
15
|
@use "./NotificationsList/DefaultNotificationsList.scss";
|
|
12
16
|
@use "./NotificationsList/DefaultNotificationsListEmptyState.scss";
|
package/styles/css/main.css
CHANGED
|
@@ -731,50 +731,385 @@
|
|
|
731
731
|
background: var(--gd-palette-complementary-0, #fff);
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
734
|
+
/* allow vendor prefixes and disable max length */
|
|
735
|
+
/* allow vendor prefixes and disable max length */
|
|
736
|
+
.gd-dropdown.overlay {
|
|
737
|
+
padding: 0;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.overlay-wrapper {
|
|
741
|
+
z-index: 5001;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.overlay {
|
|
745
|
+
font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
|
|
746
|
+
font-weight: 400;
|
|
747
|
+
line-height: 1.4rem;
|
|
748
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
749
|
+
font-size: 14px;
|
|
750
|
+
position: relative;
|
|
751
|
+
padding: 0.1px;
|
|
737
752
|
border-radius: 3px;
|
|
738
|
-
|
|
739
|
-
background-color: var(--gd-palette-complementary-0);
|
|
740
|
-
|
|
753
|
+
font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
|
|
754
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
755
|
+
box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
|
|
741
756
|
}
|
|
742
|
-
|
|
757
|
+
@media only screen and (max-width: 640px) {
|
|
758
|
+
.overlay {
|
|
759
|
+
border-radius: 0;
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.gd-overlay-content {
|
|
764
|
+
font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
|
|
765
|
+
line-height: 1.5;
|
|
766
|
+
}
|
|
767
|
+
.gd-overlay-content button,
|
|
768
|
+
.gd-overlay-content input,
|
|
769
|
+
.gd-overlay-content optgroup,
|
|
770
|
+
.gd-overlay-content select,
|
|
771
|
+
.gd-overlay-content textarea {
|
|
772
|
+
outline: 0;
|
|
773
|
+
}
|
|
774
|
+
.gd-overlay-content *,
|
|
775
|
+
.gd-overlay-content *::before,
|
|
776
|
+
.gd-overlay-content *::after {
|
|
777
|
+
box-sizing: border-box;
|
|
778
|
+
}
|
|
779
|
+
.gd-overlay-content .invisible {
|
|
780
|
+
visibility: hidden;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.gd-error-overlay-content .modalityPlugin-mask-visible {
|
|
784
|
+
z-index: 10001;
|
|
785
|
+
opacity: 0.95;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.gd-error-overlay {
|
|
743
789
|
display: flex;
|
|
744
|
-
flex-direction:
|
|
790
|
+
flex-direction: column;
|
|
791
|
+
justify-content: center;
|
|
745
792
|
align-items: center;
|
|
746
|
-
|
|
747
|
-
padding: 10px;
|
|
748
|
-
background: var(--gd-palette-complementary-2);
|
|
749
|
-
height: 35px;
|
|
793
|
+
text-align: center;
|
|
750
794
|
}
|
|
751
|
-
.gd-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
795
|
+
.gd-error-overlay .gd-error-overlay-icon {
|
|
796
|
+
margin-bottom: 20px;
|
|
797
|
+
}
|
|
798
|
+
.gd-error-overlay h2 {
|
|
799
|
+
margin-bottom: 10px;
|
|
800
|
+
}
|
|
801
|
+
.gd-error-overlay .gd-error-overlay-text {
|
|
802
|
+
line-height: 23px;
|
|
803
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
804
|
+
font-size: 14px;
|
|
805
|
+
}
|
|
806
|
+
.gd-error-overlay .gd-error-overlay-button {
|
|
807
|
+
margin-top: 20px;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.gd-tabs {
|
|
811
|
+
display: flex;
|
|
812
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
813
|
+
}
|
|
814
|
+
.gd-tabs.small .gd-tab {
|
|
815
|
+
padding: 3px 6px;
|
|
816
|
+
line-height: 14px;
|
|
817
|
+
margin-right: 14px;
|
|
818
|
+
font-size: 12px;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.gd-tab {
|
|
822
|
+
display: flex;
|
|
823
|
+
flex: 0 1 auto;
|
|
824
|
+
align-items: flex-end;
|
|
825
|
+
margin: 0 20px -1px 0;
|
|
826
|
+
padding: 3px 0;
|
|
827
|
+
font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
|
|
828
|
+
font-weight: 400;
|
|
829
|
+
line-height: 16px;
|
|
830
|
+
color: var(--gd-palette-complementary-7, #6d7680);
|
|
831
|
+
cursor: pointer;
|
|
832
|
+
border-bottom: 3px solid transparent;
|
|
833
|
+
font-size: 14px;
|
|
834
|
+
text-align: center;
|
|
835
|
+
}
|
|
836
|
+
.gd-tab:hover {
|
|
837
|
+
color: var(--gd-palette-complementary-8-from-theme, var(--gd-palette-complementary-9, #000));
|
|
838
|
+
border-bottom: 3px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
839
|
+
}
|
|
840
|
+
.gd-tab.is-active {
|
|
841
|
+
color: var(--gd-palette-complementary-9, #000);
|
|
842
|
+
border-bottom: 3px solid var(--gd-palette-primary-base, #14b2e2);
|
|
755
843
|
font-weight: 700;
|
|
756
|
-
line-height: normal;
|
|
757
|
-
text-transform: uppercase;
|
|
758
844
|
}
|
|
759
|
-
.gd-
|
|
845
|
+
.gd-tab:hover, .gd-tab.is-active {
|
|
846
|
+
text-decoration: none;
|
|
847
|
+
}
|
|
848
|
+
.gd-tab span {
|
|
849
|
+
overflow: hidden;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.gd-ui-kit-icon--color-primary {
|
|
853
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
854
|
+
}
|
|
855
|
+
.gd-ui-kit-icon--color-warning {
|
|
856
|
+
--gd-icon-fill-color: var(--gd-palette-warning-base);
|
|
857
|
+
}
|
|
858
|
+
.gd-ui-kit-icon--color-error {
|
|
859
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
860
|
+
}
|
|
861
|
+
.gd-ui-kit-icon--color-complementary-0 {
|
|
862
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-0);
|
|
863
|
+
}
|
|
864
|
+
.gd-ui-kit-icon--color-complementary-1 {
|
|
865
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-1);
|
|
866
|
+
}
|
|
867
|
+
.gd-ui-kit-icon--color-complementary-2 {
|
|
868
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-2);
|
|
869
|
+
}
|
|
870
|
+
.gd-ui-kit-icon--color-complementary-3 {
|
|
871
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-3);
|
|
872
|
+
}
|
|
873
|
+
.gd-ui-kit-icon--color-complementary-4 {
|
|
874
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-4);
|
|
875
|
+
}
|
|
876
|
+
.gd-ui-kit-icon--color-complementary-5 {
|
|
877
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-5);
|
|
878
|
+
}
|
|
879
|
+
.gd-ui-kit-icon--color-complementary-6 {
|
|
880
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-6);
|
|
881
|
+
}
|
|
882
|
+
.gd-ui-kit-icon--color-complementary-7 {
|
|
883
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-7);
|
|
884
|
+
}
|
|
885
|
+
.gd-ui-kit-icon--color-complementary-8 {
|
|
886
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
887
|
+
}
|
|
888
|
+
.gd-ui-kit-icon--color-complementary-9 {
|
|
889
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-9);
|
|
890
|
+
}
|
|
891
|
+
.gd-ui-kit-icon__fill {
|
|
892
|
+
transition: var(--gd-transition-all);
|
|
893
|
+
fill: var(--gd-icon-fill-color);
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.gd-ui-kit-button {
|
|
897
|
+
font-family: var(--gd-font-family);
|
|
898
|
+
gap: var(--gd-spacing-5px);
|
|
899
|
+
border-radius: var(--gd-button-borderRadius);
|
|
900
|
+
transition: var(--gd-transition-all);
|
|
901
|
+
display: inline-flex;
|
|
902
|
+
justify-content: center;
|
|
903
|
+
align-items: center;
|
|
760
904
|
cursor: pointer;
|
|
761
|
-
|
|
762
|
-
|
|
905
|
+
border-style: solid;
|
|
906
|
+
border-width: 1px;
|
|
907
|
+
/**
|
|
908
|
+
* Size
|
|
909
|
+
*/
|
|
910
|
+
/**
|
|
911
|
+
* Variant
|
|
912
|
+
*/
|
|
913
|
+
}
|
|
914
|
+
.gd-ui-kit-button:disabled {
|
|
915
|
+
cursor: default;
|
|
763
916
|
}
|
|
764
|
-
.gd-ui-
|
|
765
|
-
|
|
917
|
+
.gd-ui-kit-button:not(.gd-ui-kit-button:disabled, .gd-ui-kit-button--variant-tertiary, .gd-ui-kit-button--variant-popout):active .gd-ui-kit-button__text {
|
|
918
|
+
padding-top: 1px;
|
|
766
919
|
}
|
|
767
|
-
.gd-ui-
|
|
768
|
-
padding:
|
|
920
|
+
.gd-ui-kit-button:not(.gd-ui-kit-button:disabled, .gd-ui-kit-button--variant-tertiary, .gd-ui-kit-button--variant-popout):active .gd-ui-kit-button__icon {
|
|
921
|
+
padding-top: 1px;
|
|
769
922
|
}
|
|
770
|
-
.gd-ui-
|
|
771
|
-
|
|
772
|
-
|
|
923
|
+
.gd-ui-kit-button__text {
|
|
924
|
+
transition: var(--gd-transition-all);
|
|
925
|
+
}
|
|
926
|
+
.gd-ui-kit-button__icon {
|
|
773
927
|
display: flex;
|
|
774
|
-
|
|
775
|
-
justify-content:
|
|
928
|
+
align-items: center;
|
|
929
|
+
justify-content: center;
|
|
930
|
+
transition: var(--gd-transition-all);
|
|
931
|
+
}
|
|
932
|
+
.gd-ui-kit-button--isLoading .gd-ui-kit-button__icon {
|
|
933
|
+
animation: rotate 1s infinite steps(30);
|
|
934
|
+
}
|
|
935
|
+
.gd-ui-kit-button--size-small {
|
|
936
|
+
height: var(--gd-button-S);
|
|
937
|
+
padding: var(--gd-spacing-6px) var(--gd-spacing-10px);
|
|
938
|
+
font-size: 12px;
|
|
939
|
+
line-height: 14px;
|
|
940
|
+
}
|
|
941
|
+
.gd-ui-kit-button--size-small.gd-ui-kit-button--iconPosition-left {
|
|
942
|
+
padding-left: var(--gd-spacing-7px);
|
|
943
|
+
}
|
|
944
|
+
.gd-ui-kit-button--size-small.gd-ui-kit-button--iconPosition-right {
|
|
945
|
+
padding-right: var(--gd-spacing-7px);
|
|
946
|
+
}
|
|
947
|
+
.gd-ui-kit-button--size-medium {
|
|
948
|
+
height: var(--gd-button-M);
|
|
949
|
+
padding: var(--gd-spacing-6px) var(--gd-spacing-15px);
|
|
950
|
+
font-size: 14px;
|
|
951
|
+
line-height: 16px;
|
|
952
|
+
}
|
|
953
|
+
.gd-ui-kit-button--size-medium.gd-ui-kit-button--iconPosition-left {
|
|
954
|
+
padding-left: var(--gd-spacing-10px);
|
|
955
|
+
}
|
|
956
|
+
.gd-ui-kit-button--size-medium.gd-ui-kit-button--iconPosition-right {
|
|
957
|
+
padding-right: var(--gd-spacing-10px);
|
|
958
|
+
}
|
|
959
|
+
.gd-ui-kit-button--size-large {
|
|
960
|
+
height: var(--gd-button-L);
|
|
961
|
+
padding: var(--gd-spacing-6px) var(--gd-spacing-20px);
|
|
962
|
+
font-size: 16px;
|
|
963
|
+
line-height: 18px;
|
|
964
|
+
}
|
|
965
|
+
.gd-ui-kit-button--size-large.gd-ui-kit-button--iconPosition-left {
|
|
966
|
+
padding-left: var(--gd-spacing-15px);
|
|
967
|
+
}
|
|
968
|
+
.gd-ui-kit-button--size-large.gd-ui-kit-button--iconPosition-right {
|
|
969
|
+
padding-right: var(--gd-spacing-15px);
|
|
970
|
+
}
|
|
971
|
+
.gd-ui-kit-button--variant-primary {
|
|
972
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-0);
|
|
973
|
+
color: var(--gd-palette-complementary-0);
|
|
974
|
+
background-color: var(--gd-palette-primary-base);
|
|
975
|
+
border-color: var(--gd-palette-complementary-9-t90);
|
|
976
|
+
font-weight: 700;
|
|
977
|
+
}
|
|
978
|
+
.gd-ui-kit-button--variant-primary:not(.gd-ui-kit-button--variant-primary:disabled):focus {
|
|
979
|
+
box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
980
|
+
}
|
|
981
|
+
.gd-ui-kit-button--variant-primary:not(.gd-ui-kit-button--variant-primary:disabled):hover {
|
|
982
|
+
background-color: var(--gd-palette-primary-base-d06);
|
|
983
|
+
box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
984
|
+
}
|
|
985
|
+
.gd-ui-kit-button--variant-primary:not(.gd-ui-kit-button--variant-primary:disabled):active {
|
|
986
|
+
background: var(--gd-palette-primary-base-d12);
|
|
987
|
+
box-shadow: var(--gd-button-dropShadow, 0 2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
988
|
+
}
|
|
989
|
+
.gd-ui-kit-button--variant-primary:disabled {
|
|
990
|
+
background-color: var(--gd-palette-primary-disabled);
|
|
991
|
+
box-shadow: none;
|
|
992
|
+
border-color: transparent;
|
|
993
|
+
}
|
|
994
|
+
.gd-ui-kit-button--variant-secondary {
|
|
995
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-5);
|
|
996
|
+
color: var(--gd-palette-complementary-7);
|
|
997
|
+
border-color: var(--gd-palette-complementary-4);
|
|
998
|
+
background-color: var(--gd-palette-complementary-0);
|
|
999
|
+
font-weight: 400;
|
|
1000
|
+
}
|
|
1001
|
+
.gd-ui-kit-button--variant-secondary:not(.gd-ui-kit-button--variant-secondary:disabled):focus {
|
|
1002
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1003
|
+
color: var(--gd-palette-complementary-8);
|
|
1004
|
+
background: var(--gd-palette-complementary-1);
|
|
1005
|
+
box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-5-t40) inset;
|
|
1006
|
+
}
|
|
1007
|
+
.gd-ui-kit-button--variant-secondary:not(.gd-ui-kit-button--variant-secondary:disabled):hover {
|
|
1008
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1009
|
+
color: var(--gd-palette-complementary-8);
|
|
1010
|
+
border-color: var(--gd-palette-complementary-5);
|
|
1011
|
+
background: var(--gd-palette-complementary-0);
|
|
1012
|
+
box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-5-t40) inset;
|
|
1013
|
+
}
|
|
1014
|
+
.gd-ui-kit-button--variant-secondary:not(.gd-ui-kit-button--variant-secondary:disabled):active {
|
|
1015
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1016
|
+
color: var(--gd-palette-complementary-8);
|
|
1017
|
+
border-color: var(--gd-palette-complementary-5);
|
|
1018
|
+
background: var(--gd-palette-complementary-3);
|
|
1019
|
+
box-shadow: var(--gd-button-dropShadow, 0 2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
1020
|
+
}
|
|
1021
|
+
.gd-ui-kit-button--variant-secondary:disabled {
|
|
1022
|
+
color: var(--gd-palette-complementary-5);
|
|
1023
|
+
border-color: var(--gd-palette-complementary-4);
|
|
1024
|
+
background: var(--gd-palette-complementary-0);
|
|
1025
|
+
box-shadow: none;
|
|
1026
|
+
}
|
|
1027
|
+
.gd-ui-kit-button--variant-tertiary {
|
|
1028
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-5);
|
|
1029
|
+
color: var(--gd-palette-complementary-7);
|
|
1030
|
+
text-decoration: underline;
|
|
1031
|
+
background-color: transparent;
|
|
1032
|
+
border-color: transparent;
|
|
1033
|
+
}
|
|
1034
|
+
.gd-ui-kit-button--variant-tertiary:not(.gd-ui-kit-button--variant-tertiary:disabled):focus {
|
|
1035
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1036
|
+
color: var(--gd-palette-complementary-8);
|
|
1037
|
+
}
|
|
1038
|
+
.gd-ui-kit-button--variant-tertiary:not(.gd-ui-kit-button--variant-tertiary:disabled):hover {
|
|
1039
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1040
|
+
color: var(--gd-palette-complementary-8);
|
|
1041
|
+
}
|
|
1042
|
+
.gd-ui-kit-button--variant-tertiary:not(.gd-ui-kit-button--variant-tertiary:disabled):active {
|
|
1043
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1044
|
+
color: var(--gd-palette-complementary-8);
|
|
1045
|
+
}
|
|
1046
|
+
.gd-ui-kit-button--variant-tertiary:disabled {
|
|
1047
|
+
color: var(--gd-palette-complementary-5);
|
|
1048
|
+
text-decoration: none;
|
|
1049
|
+
}
|
|
1050
|
+
.gd-ui-kit-button--variant-tertiary.gd-ui-kit-button--size-small, .gd-ui-kit-button--variant-tertiary.gd-ui-kit-button--size-medium, .gd-ui-kit-button--variant-tertiary.gd-ui-kit-button--size-large {
|
|
1051
|
+
padding: 0;
|
|
1052
|
+
height: auto;
|
|
1053
|
+
}
|
|
1054
|
+
.gd-ui-kit-button--variant-popout {
|
|
1055
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
1056
|
+
color: var(--gd-palette-primary-base);
|
|
1057
|
+
background-color: transparent;
|
|
1058
|
+
border-color: transparent;
|
|
1059
|
+
}
|
|
1060
|
+
.gd-ui-kit-button--variant-popout:not(.gd-ui-kit-button--variant-popout:disabled):focus {
|
|
1061
|
+
text-decoration: underline;
|
|
1062
|
+
}
|
|
1063
|
+
.gd-ui-kit-button--variant-popout:not(.gd-ui-kit-button--variant-popout:disabled):hover {
|
|
1064
|
+
color: var(--gd-palette-complementary-8);
|
|
1065
|
+
text-decoration: underline;
|
|
1066
|
+
}
|
|
1067
|
+
.gd-ui-kit-button--variant-popout:not(.gd-ui-kit-button--variant-popout:disabled):active {
|
|
1068
|
+
color: var(--gd-palette-primary-base);
|
|
1069
|
+
text-decoration: underline;
|
|
1070
|
+
}
|
|
1071
|
+
.gd-ui-kit-button--variant-popout:disabled {
|
|
1072
|
+
color: var(--gd-palette-complementary-5);
|
|
1073
|
+
}
|
|
1074
|
+
.gd-ui-kit-button--variant-popout.gd-ui-kit-button--size-small, .gd-ui-kit-button--variant-popout.gd-ui-kit-button--size-medium, .gd-ui-kit-button--variant-popout.gd-ui-kit-button--size-large {
|
|
1075
|
+
padding: 0;
|
|
1076
|
+
height: auto;
|
|
1077
|
+
}
|
|
1078
|
+
.gd-ui-kit-button--variant-danger {
|
|
1079
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-0);
|
|
1080
|
+
background: var(--gd-palette-error-base);
|
|
1081
|
+
color: var(--gd-palette-complementary-0);
|
|
1082
|
+
border-color: var(--gd-palette-complementary-9-t90);
|
|
1083
|
+
font-weight: 700;
|
|
1084
|
+
}
|
|
1085
|
+
.gd-ui-kit-button--variant-danger:not(.gd-ui-kit-button--variant-danger:disabled):focus {
|
|
1086
|
+
border-color: var(--gd-palette-complementary-9-t80);
|
|
1087
|
+
box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
1088
|
+
}
|
|
1089
|
+
.gd-ui-kit-button--variant-danger:not(.gd-ui-kit-button--variant-danger:disabled):hover {
|
|
1090
|
+
border-color: var(--gd-palette-complementary-9-t80);
|
|
1091
|
+
background-color: var(--gd-palette-error-base-d10);
|
|
1092
|
+
box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
1093
|
+
}
|
|
1094
|
+
.gd-ui-kit-button--variant-danger:not(.gd-ui-kit-button--variant-danger:disabled):active {
|
|
1095
|
+
border-color: var(--gd-palette-complementary-9-t80);
|
|
1096
|
+
background: var(--gd-palette-error-base-d20);
|
|
1097
|
+
box-shadow: var(--gd-button-dropShadow, 0 2px 0 0) var(--gd-palette-complementary-9-t85) inset;
|
|
1098
|
+
}
|
|
1099
|
+
.gd-ui-kit-button--variant-danger:disabled {
|
|
1100
|
+
background-color: var(--gd-palette-error-disabled);
|
|
1101
|
+
box-shadow: none;
|
|
1102
|
+
border-color: transparent;
|
|
776
1103
|
}
|
|
777
1104
|
|
|
1105
|
+
@keyframes rotate {
|
|
1106
|
+
from {
|
|
1107
|
+
transform: rotate(0deg);
|
|
1108
|
+
}
|
|
1109
|
+
to {
|
|
1110
|
+
transform: rotate(360deg);
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
778
1113
|
@keyframes react-loading-skeleton {
|
|
779
1114
|
100% {
|
|
780
1115
|
transform: translateX(100%);
|
|
@@ -819,54 +1154,130 @@
|
|
|
819
1154
|
--pseudo-element-display: none; /* Disable animation */
|
|
820
1155
|
}
|
|
821
1156
|
}
|
|
822
|
-
.gd-ui-
|
|
1157
|
+
.gd-ui-kit-skeleton {
|
|
823
1158
|
height: 100%;
|
|
824
1159
|
width: 100%;
|
|
825
1160
|
display: flex;
|
|
1161
|
+
}
|
|
1162
|
+
.gd-ui-kit-skeleton--direction-column {
|
|
826
1163
|
flex-direction: column;
|
|
1164
|
+
justify-content: flex-start;
|
|
1165
|
+
align-items: flex-start;
|
|
1166
|
+
}
|
|
1167
|
+
.gd-ui-kit-skeleton--direction-row {
|
|
1168
|
+
flex-direction: row;
|
|
1169
|
+
justify-content: flex-start;
|
|
1170
|
+
align-items: center;
|
|
827
1171
|
}
|
|
828
|
-
.gd-ui-
|
|
1172
|
+
.gd-ui-kit-skeleton__item {
|
|
829
1173
|
border-radius: 3px;
|
|
1174
|
+
width: 100%;
|
|
1175
|
+
height: 100%;
|
|
830
1176
|
}
|
|
831
|
-
.gd-ui-
|
|
1177
|
+
.gd-ui-kit-skeleton .react-loading-skeleton {
|
|
832
1178
|
--base-color: var(--gd-palette-complementary-2);
|
|
833
1179
|
--highlight-color: var(--gd-palette-complementary-0);
|
|
834
1180
|
}
|
|
835
|
-
.gd-ui-
|
|
1181
|
+
.gd-ui-kit-skeleton span {
|
|
836
1182
|
line-height: 0;
|
|
837
1183
|
font-size: 0;
|
|
1184
|
+
width: 100%;
|
|
1185
|
+
height: 100%;
|
|
1186
|
+
display: block;
|
|
838
1187
|
}
|
|
839
1188
|
|
|
840
|
-
.gd-ui-
|
|
1189
|
+
.gd-ui-kit-paged-virtual-list {
|
|
1190
|
+
display: flex;
|
|
1191
|
+
flex-direction: column;
|
|
1192
|
+
min-height: 0;
|
|
1193
|
+
max-height: 100%;
|
|
841
1194
|
height: 100%;
|
|
842
1195
|
width: 100%;
|
|
843
1196
|
}
|
|
844
|
-
.gd-ui-
|
|
1197
|
+
.gd-ui-kit-paged-virtual-list--hasScroll {
|
|
845
1198
|
padding-right: 4px;
|
|
846
1199
|
}
|
|
847
|
-
.gd-ui-
|
|
1200
|
+
.gd-ui-kit-paged-virtual-list__scroll-container {
|
|
1201
|
+
min-height: 0;
|
|
1202
|
+
max-height: 100%;
|
|
848
1203
|
overflow: auto;
|
|
849
1204
|
overflow-x: hidden;
|
|
850
1205
|
}
|
|
851
|
-
.gd-ui-
|
|
1206
|
+
.gd-ui-kit-paged-virtual-list__scroll-container::-webkit-scrollbar {
|
|
852
1207
|
-webkit-appearance: none;
|
|
853
1208
|
appearance: none;
|
|
854
1209
|
width: 6px;
|
|
855
1210
|
}
|
|
856
|
-
.gd-ui-
|
|
1211
|
+
.gd-ui-kit-paged-virtual-list__scroll-container::-webkit-scrollbar-thumb {
|
|
857
1212
|
background-color: var(--gd-palette-complementary-2);
|
|
858
1213
|
border-radius: 3px;
|
|
859
1214
|
}
|
|
1215
|
+
.gd-ui-kit-paged-virtual-list__item {
|
|
1216
|
+
display: flex;
|
|
1217
|
+
flex-direction: column;
|
|
1218
|
+
position: absolute;
|
|
1219
|
+
top: 0;
|
|
1220
|
+
left: 0;
|
|
1221
|
+
}
|
|
1222
|
+
.gd-ui-kit-paged-virtual-list__gap {
|
|
1223
|
+
width: 100%;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.gd-ui-ext-notification-details-dialog {
|
|
1227
|
+
width: 245px;
|
|
1228
|
+
box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
|
|
1229
|
+
border-radius: 3px;
|
|
1230
|
+
border: 1px solid var(--gd-palette-complementary-3);
|
|
1231
|
+
background-color: var(--gd-palette-complementary-0);
|
|
1232
|
+
font-family: var(--gd-font-family);
|
|
1233
|
+
}
|
|
1234
|
+
.gd-ui-ext-notification-details-dialog__header {
|
|
1235
|
+
display: flex;
|
|
1236
|
+
flex-direction: row;
|
|
1237
|
+
align-items: center;
|
|
1238
|
+
justify-content: space-between;
|
|
1239
|
+
padding: 10px;
|
|
1240
|
+
background: var(--gd-palette-complementary-2);
|
|
1241
|
+
height: 35px;
|
|
1242
|
+
}
|
|
1243
|
+
.gd-ui-ext-notification-details-dialog__header-title {
|
|
1244
|
+
color: var(--gd-palette-complementary-6);
|
|
1245
|
+
font-size: 11px;
|
|
1246
|
+
font-style: normal;
|
|
1247
|
+
font-weight: 700;
|
|
1248
|
+
line-height: normal;
|
|
1249
|
+
text-transform: uppercase;
|
|
1250
|
+
}
|
|
1251
|
+
.gd-ui-ext-notification-details-dialog__header-close-button {
|
|
1252
|
+
cursor: pointer;
|
|
1253
|
+
opacity: 1;
|
|
1254
|
+
transition: opacity 0.2s ease-in-out;
|
|
1255
|
+
}
|
|
1256
|
+
.gd-ui-ext-notification-details-dialog__header-close-button:hover {
|
|
1257
|
+
opacity: 0.7;
|
|
1258
|
+
}
|
|
1259
|
+
.gd-ui-ext-notification-details-dialog__content {
|
|
1260
|
+
padding: 10px;
|
|
1261
|
+
}
|
|
1262
|
+
.gd-ui-ext-notification-details-dialog__footer {
|
|
1263
|
+
border-top: 1px solid var(--gd-palette-complementary-3);
|
|
1264
|
+
padding: 10px;
|
|
1265
|
+
display: flex;
|
|
1266
|
+
flex-direction: row;
|
|
1267
|
+
justify-content: flex-end;
|
|
1268
|
+
}
|
|
860
1269
|
|
|
861
1270
|
.gd-ui-ext-notifications-panel {
|
|
862
1271
|
font-family: var(--gd-font-family);
|
|
1272
|
+
font-size: 12px;
|
|
1273
|
+
line-height: 14px;
|
|
863
1274
|
background-color: var(--gd-palette-complementary-0);
|
|
864
1275
|
box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
|
|
865
1276
|
display: flex;
|
|
866
1277
|
flex-direction: column;
|
|
867
|
-
padding-top:
|
|
868
|
-
width:
|
|
869
|
-
|
|
1278
|
+
padding-top: 10px;
|
|
1279
|
+
width: 100%;
|
|
1280
|
+
height: 100%;
|
|
870
1281
|
overflow: hidden;
|
|
871
1282
|
}
|
|
872
1283
|
|
|
@@ -877,40 +1288,45 @@
|
|
|
877
1288
|
justify-content: space-between;
|
|
878
1289
|
padding-left: 15px;
|
|
879
1290
|
padding-right: 15px;
|
|
1291
|
+
box-sizing: border-box;
|
|
880
1292
|
width: 100%;
|
|
881
1293
|
}
|
|
882
1294
|
.gd-ui-ext-notifications-panel-header__tabs {
|
|
883
1295
|
width: 100%;
|
|
884
|
-
height:
|
|
1296
|
+
height: 23px;
|
|
885
1297
|
display: flex;
|
|
886
1298
|
flex-direction: column;
|
|
887
1299
|
align-items: stretch;
|
|
888
1300
|
justify-content: flex-end;
|
|
889
1301
|
}
|
|
890
1302
|
.gd-ui-ext-notifications-panel-header__mark-all-as-read-button {
|
|
891
|
-
|
|
1303
|
+
display: flex;
|
|
1304
|
+
align-items: center;
|
|
1305
|
+
justify-content: center;
|
|
1306
|
+
height: 23px;
|
|
892
1307
|
white-space: nowrap;
|
|
893
1308
|
border-bottom: 1px solid var(--gd-palette-complementary-3);
|
|
1309
|
+
box-sizing: border-box;
|
|
894
1310
|
}
|
|
895
1311
|
|
|
896
|
-
.gd-ui-ext-
|
|
1312
|
+
.gd-ui-ext-notifications-panel-button {
|
|
897
1313
|
color: inherit;
|
|
898
1314
|
padding: 0 10px;
|
|
899
1315
|
display: flex;
|
|
900
1316
|
align-items: center;
|
|
901
1317
|
justify-content: center;
|
|
902
1318
|
}
|
|
903
|
-
.gd-ui-ext-
|
|
1319
|
+
.gd-ui-ext-notifications-panel-button:hover, .gd-ui-ext-notifications-panel-button--isOpen {
|
|
904
1320
|
background: rgba(255, 255, 255, 0.3);
|
|
905
1321
|
}
|
|
906
|
-
.gd-ui-ext-
|
|
1322
|
+
.gd-ui-ext-notifications-panel-button__icon {
|
|
907
1323
|
opacity: 0.8;
|
|
908
1324
|
display: flex;
|
|
909
1325
|
align-items: center;
|
|
910
1326
|
justify-content: center;
|
|
911
1327
|
position: relative;
|
|
912
1328
|
}
|
|
913
|
-
.gd-ui-ext-
|
|
1329
|
+
.gd-ui-ext-notifications-panel-button__unread-status {
|
|
914
1330
|
width: 7px;
|
|
915
1331
|
height: 7px;
|
|
916
1332
|
border-radius: 51%;
|
|
@@ -926,6 +1342,9 @@
|
|
|
926
1342
|
overflow: hidden;
|
|
927
1343
|
display: flex;
|
|
928
1344
|
flex-direction: column;
|
|
1345
|
+
min-height: 0;
|
|
1346
|
+
max-height: 100%;
|
|
1347
|
+
height: 100%;
|
|
929
1348
|
}
|
|
930
1349
|
|
|
931
1350
|
.gd-ui-ext-notifications-list-empty-state {
|