@gooddata/sdk-ui-ext 10.18.0-alpha.9 → 10.18.0-beta.1

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.
Files changed (132) hide show
  1. package/NOTICE +3 -3
  2. package/esm/index.d.ts +10 -2
  3. package/esm/index.d.ts.map +1 -1
  4. package/esm/index.js +9 -2
  5. package/esm/index.js.map +1 -1
  6. package/esm/internal/translations/de-DE.json +25 -1
  7. package/esm/internal/translations/en-AU.json +25 -1
  8. package/esm/internal/translations/en-GB.json +25 -1
  9. package/esm/internal/translations/en-US.json +16 -1
  10. package/esm/internal/translations/es-419.json +25 -1
  11. package/esm/internal/translations/es-ES.json +25 -1
  12. package/esm/internal/translations/fi-FI.json +25 -1
  13. package/esm/internal/translations/fr-CA.json +25 -1
  14. package/esm/internal/translations/fr-FR.json +25 -1
  15. package/esm/internal/translations/it-IT.json +25 -1
  16. package/esm/internal/translations/ja-JP.json +25 -1
  17. package/esm/internal/translations/nl-NL.json +25 -1
  18. package/esm/internal/translations/pt-BR.json +25 -1
  19. package/esm/internal/translations/pt-PT.json +25 -1
  20. package/esm/internal/translations/zh-HK.json +25 -1
  21. package/esm/internal/translations/zh-Hans.json +25 -1
  22. package/esm/internal/translations/zh-Hant.json +25 -1
  23. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts +12 -0
  24. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts.map +1 -1
  25. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js +10 -1
  26. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js.map +1 -1
  27. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts +6 -4
  28. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts.map +1 -1
  29. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js +1 -1
  30. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js.map +1 -1
  31. package/esm/notificationsPanel/Notification/AlertNotification.d.ts +2 -2
  32. package/esm/notificationsPanel/Notification/AlertNotification.d.ts.map +1 -1
  33. package/esm/notificationsPanel/Notification/AlertNotification.js +40 -12
  34. package/esm/notificationsPanel/Notification/AlertNotification.js.map +1 -1
  35. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts +17 -4
  36. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts.map +1 -1
  37. package/esm/notificationsPanel/Notification/DefaultNotification.js +6 -4
  38. package/esm/notificationsPanel/Notification/DefaultNotification.js.map +1 -1
  39. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js +1 -1
  40. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js.map +1 -1
  41. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +2 -2
  42. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js.map +1 -1
  43. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts +4 -1
  44. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts.map +1 -1
  45. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +9 -5
  46. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js.map +1 -1
  47. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts +4 -1
  48. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts.map +1 -1
  49. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +1 -1
  50. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js.map +1 -1
  51. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts +66 -4
  52. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts.map +1 -1
  53. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js +16 -15
  54. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js.map +1 -1
  55. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts +9 -2
  56. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts.map +1 -1
  57. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js +4 -2
  58. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js.map +1 -1
  59. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts +9 -2
  60. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts.map +1 -1
  61. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js +4 -2
  62. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js.map +1 -1
  63. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.d.ts +19 -0
  64. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.d.ts.map +1 -0
  65. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.js +9 -0
  66. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.js.map +1 -0
  67. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts +95 -5
  68. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts.map +1 -1
  69. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +7 -5
  70. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js.map +1 -1
  71. package/esm/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.d.ts → DefaultNotificationsPanelButton.d.ts} +8 -6
  72. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.d.ts.map +1 -0
  73. package/esm/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.js → DefaultNotificationsPanelButton.js} +7 -5
  74. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js.map +1 -0
  75. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts +8 -4
  76. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts.map +1 -1
  77. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +6 -4
  78. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js.map +1 -1
  79. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts +75 -11
  80. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts.map +1 -1
  81. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +23 -11
  82. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js.map +1 -1
  83. package/esm/notificationsPanel/bem.d.ts +5 -0
  84. package/esm/notificationsPanel/bem.d.ts.map +1 -1
  85. package/esm/notificationsPanel/bem.js +6 -1
  86. package/esm/notificationsPanel/bem.js.map +1 -1
  87. package/esm/notificationsPanel/components/Popup.d.ts +9 -0
  88. package/esm/notificationsPanel/components/Popup.d.ts.map +1 -0
  89. package/esm/notificationsPanel/components/Popup.js +15 -0
  90. package/esm/notificationsPanel/components/Popup.js.map +1 -0
  91. package/esm/notificationsPanel/data/NotificationsContext.d.ts +16 -1
  92. package/esm/notificationsPanel/data/NotificationsContext.d.ts.map +1 -1
  93. package/esm/notificationsPanel/data/NotificationsContext.js +9 -3
  94. package/esm/notificationsPanel/data/NotificationsContext.js.map +1 -1
  95. package/esm/notificationsPanel/data/useFetchNotifications.d.ts +11 -8
  96. package/esm/notificationsPanel/data/useFetchNotifications.d.ts.map +1 -1
  97. package/esm/notificationsPanel/data/useFetchNotifications.js +18 -7
  98. package/esm/notificationsPanel/data/useFetchNotifications.js.map +1 -1
  99. package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts +1 -0
  100. package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts.map +1 -1
  101. package/esm/notificationsPanel/data/useNotificationFiltersDetail.js +34 -17
  102. package/esm/notificationsPanel/data/useNotificationFiltersDetail.js.map +1 -1
  103. package/esm/notificationsPanel/data/useNotifications.d.ts +24 -4
  104. package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
  105. package/esm/notificationsPanel/data/useNotifications.js +15 -10
  106. package/esm/notificationsPanel/data/useNotifications.js.map +1 -1
  107. package/esm/notificationsPanel/types.d.ts +3 -1
  108. package/esm/notificationsPanel/types.d.ts.map +1 -1
  109. package/esm/notificationsPanel/types.js +1 -1
  110. package/esm/notificationsPanel/types.js.map +1 -1
  111. package/esm/sdk-ui-ext.d.ts +349 -52
  112. package/package.json +17 -18
  113. package/src/notificationsPanel/Notification/DefaultNotification.scss +28 -5
  114. package/src/notificationsPanel/NotificationsList/DefaultNotificationsList.scss +3 -0
  115. package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.scss +8 -4
  116. package/src/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.scss → DefaultNotificationsPanelButton.scss} +2 -2
  117. package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.scss +8 -3
  118. package/src/notificationsPanel/notificationPanel.scss +9 -4
  119. package/styles/css/main.css +987 -51
  120. package/styles/css/main.css.map +1 -1
  121. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.d.ts.map +0 -1
  122. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js.map +0 -1
  123. package/esm/notificationsPanel/components/Skeleton.d.ts +0 -8
  124. package/esm/notificationsPanel/components/Skeleton.d.ts.map +0 -1
  125. package/esm/notificationsPanel/components/Skeleton.js +0 -11
  126. package/esm/notificationsPanel/components/Skeleton.js.map +0 -1
  127. package/esm/notificationsPanel/components/VirtualList.d.ts +0 -15
  128. package/esm/notificationsPanel/components/VirtualList.d.ts.map +0 -1
  129. package/esm/notificationsPanel/components/VirtualList.js +0 -77
  130. package/esm/notificationsPanel/components/VirtualList.js.map +0 -1
  131. package/src/notificationsPanel/components/Skeleton.scss +0 -25
  132. package/src/notificationsPanel/components/VirtualList.scss +0 -26
@@ -731,50 +731,880 @@
731
731
  background: var(--gd-palette-complementary-0, #fff);
732
732
  }
733
733
 
734
- .gd-ui-ext-notification-details-dialog {
735
- width: 245px;
736
- box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
734
+ /* allow vendor prefixes and disable max length */
735
+ /* allow vendor prefixes and disable max length */
736
+ /* ==========================================================================
737
+ Variables, mixins, silent classes etc.
738
+ ========================================================================== */
739
+ /* ==========================================================================
740
+ Bubble
741
+ ========================================================================== */
742
+ .bubbleArrowShift {
743
+ width: 7px;
744
+ height: 12px;
745
+ }
746
+
747
+ .inlineBubbleHelp {
748
+ display: inline-block;
749
+ font: 14px/1 "Indigo", sans-serif;
750
+ vertical-align: middle;
751
+ color: var(--gd-palette-complementary-6-from-theme, #bbb);
752
+ }
753
+ .inlineBubbleHelp::before {
754
+ content: "\e60b";
755
+ }
756
+ .inlineBubbleHelp, .inlineBubbleHelp:hover, .inlineBubbleHelp:focus, .inlineBubbleHelp:active {
757
+ text-decoration: none;
758
+ }
759
+ .inlineBubbleHelp:hover, .inlineBubbleHelp:focus, .inlineBubbleHelp:active {
760
+ color: #999;
761
+ cursor: help;
762
+ }
763
+
764
+ .bubble {
765
+ position: absolute;
766
+ max-width: 300px;
767
+ -moz-transition-property: opacity;
768
+ -webkit-transition-property: opacity;
769
+ transition-property: opacity;
770
+ -moz-transition-duration: 0.2s;
771
+ -webkit-transition-duration: 0.2s;
772
+ transition-duration: 0.2s;
773
+ -moz-transition-timing-function: ease-in-out;
774
+ -webkit-transition-timing-function: ease-in-out;
775
+ transition-timing-function: ease-in-out;
776
+ }
777
+ .bubble.bubble-small {
778
+ max-width: 200px;
779
+ }
780
+ .bubble.gd-bubble {
781
+ position: relative;
782
+ }
783
+ .bubble.isActive {
784
+ opacity: 1;
785
+ }
786
+ .bubble .helper {
787
+ position: absolute;
788
+ background: white;
789
+ opacity: 0.01;
790
+ }
791
+ .bubble .bubble-content {
792
+ position: relative;
793
+ overflow: visible;
794
+ padding: 7px 10px;
737
795
  border-radius: 3px;
738
- border: 1px solid var(--gd-palette-complementary-3);
739
- background-color: var(--gd-palette-complementary-0);
740
- font-family: var(--gd-font-family);
796
+ pointer-events: none;
741
797
  }
742
- .gd-ui-ext-notification-details-dialog__header {
798
+ .bubble .bubble-content .content {
799
+ display: block;
800
+ overflow: hidden;
801
+ max-width: 100%;
802
+ word-wrap: break-word;
803
+ word-break: break-word;
804
+ pointer-events: auto;
805
+ }
806
+ .bubble .bubble-content .content a {
807
+ color: var(--gd-palette-complementary-0, #fff);
808
+ opacity: 0.8;
809
+ text-decoration: underline;
810
+ -moz-transition-property: all;
811
+ -webkit-transition-property: all;
812
+ transition-property: all;
813
+ -moz-transition-duration: 0.25s;
814
+ -webkit-transition-duration: 0.25s;
815
+ transition-duration: 0.25s;
816
+ -moz-transition-timing-function: ease-in-out;
817
+ -webkit-transition-timing-function: ease-in-out;
818
+ transition-timing-function: ease-in-out;
819
+ }
820
+ .bubble .bubble-content .content a:hover {
821
+ opacity: 1;
822
+ }
823
+ .bubble .bubble-content .content,
824
+ .bubble .bubble-content .content p,
825
+ .bubble .bubble-content .content a {
826
+ font: 400 12px/18px gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
827
+ }
828
+ .bubble .bubble-content .content p {
829
+ margin: 0;
830
+ }
831
+ .bubble .bubble-content .content p + p {
832
+ margin-top: 0.5em;
833
+ }
834
+ .bubble.bubble-primary {
835
+ padding: 0;
836
+ border-radius: 3px;
837
+ border-style: solid;
838
+ border-width: 0;
839
+ border-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
840
+ box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
841
+ }
842
+ .bubble.bubble-primary .arrow-border {
843
+ display: none;
844
+ }
845
+ .bubble.bubble-primary {
846
+ color: var(--gd-tooltip-color, var(--gd-palette-complementary-0, #fff));
847
+ background: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
848
+ }
849
+ .bubble.bubble-primary .arrow-border,
850
+ .bubble.bubble-primary .arrow {
851
+ border-color: transparent;
852
+ }
853
+ .bubble.bubble-primary.arrow-bottom-direction .arrow-border {
854
+ border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
855
+ }
856
+ .bubble.bubble-primary.arrow-bottom-direction .arrow {
857
+ border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
858
+ }
859
+ .bubble.bubble-primary.arrow-top-direction .arrow-border {
860
+ border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
861
+ }
862
+ .bubble.bubble-primary.arrow-top-direction .arrow {
863
+ border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
864
+ }
865
+ .bubble.bubble-primary.arrow-left-direction .arrow-border {
866
+ border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
867
+ }
868
+ .bubble.bubble-primary.arrow-left-direction .arrow {
869
+ border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
870
+ }
871
+ .bubble.bubble-primary.arrow-right-direction .arrow-border {
872
+ border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
873
+ }
874
+ .bubble.bubble-primary.arrow-right-direction .arrow {
875
+ border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
876
+ }
877
+ .bubble.bubble-secondary {
878
+ padding: 0;
879
+ border-radius: 3px;
880
+ border-style: solid;
881
+ border-width: 0;
882
+ border-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
883
+ box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
884
+ }
885
+ .bubble.bubble-secondary .arrow-border {
886
+ display: none;
887
+ }
888
+ .bubble.bubble-secondary {
889
+ color: var(--gd-palette-complementary-0, #fff);
890
+ background: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
891
+ }
892
+ .bubble.bubble-secondary .arrow-border,
893
+ .bubble.bubble-secondary .arrow {
894
+ border-color: transparent;
895
+ }
896
+ .bubble.bubble-secondary.arrow-bottom-direction .arrow-border {
897
+ border-top-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
898
+ }
899
+ .bubble.bubble-secondary.arrow-bottom-direction .arrow {
900
+ border-top-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
901
+ }
902
+ .bubble.bubble-secondary.arrow-top-direction .arrow-border {
903
+ border-bottom-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
904
+ }
905
+ .bubble.bubble-secondary.arrow-top-direction .arrow {
906
+ border-bottom-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
907
+ }
908
+ .bubble.bubble-secondary.arrow-left-direction .arrow-border {
909
+ border-right-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
910
+ }
911
+ .bubble.bubble-secondary.arrow-left-direction .arrow {
912
+ border-right-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
913
+ }
914
+ .bubble.bubble-secondary.arrow-right-direction .arrow-border {
915
+ border-left-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
916
+ }
917
+ .bubble.bubble-secondary.arrow-right-direction .arrow {
918
+ border-left-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
919
+ }
920
+ .bubble.bubble-dark {
921
+ padding: 0;
922
+ border-radius: 3px;
923
+ border-style: solid;
924
+ border-width: 0;
925
+ border-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
926
+ box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
927
+ }
928
+ .bubble.bubble-dark .arrow-border {
929
+ display: none;
930
+ }
931
+ .bubble.bubble-dark {
932
+ color: var(--gd-tooltip-color, var(--gd-palette-complementary-0, #fff));
933
+ background: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
934
+ }
935
+ .bubble.bubble-dark .arrow-border,
936
+ .bubble.bubble-dark .arrow {
937
+ border-color: transparent;
938
+ }
939
+ .bubble.bubble-dark.arrow-bottom-direction .arrow-border {
940
+ border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
941
+ }
942
+ .bubble.bubble-dark.arrow-bottom-direction .arrow {
943
+ border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
944
+ }
945
+ .bubble.bubble-dark.arrow-top-direction .arrow-border {
946
+ border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
947
+ }
948
+ .bubble.bubble-dark.arrow-top-direction .arrow {
949
+ border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
950
+ }
951
+ .bubble.bubble-dark.arrow-left-direction .arrow-border {
952
+ border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
953
+ }
954
+ .bubble.bubble-dark.arrow-left-direction .arrow {
955
+ border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
956
+ }
957
+ .bubble.bubble-dark.arrow-right-direction .arrow-border {
958
+ border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
959
+ }
960
+ .bubble.bubble-dark.arrow-right-direction .arrow {
961
+ border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
962
+ }
963
+ .bubble.bubble-light {
964
+ padding: 0;
965
+ border-radius: 3px;
966
+ border-style: solid;
967
+ border-width: 1px;
968
+ border-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
969
+ box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
970
+ }
971
+ .bubble.bubble-light {
972
+ color: #000;
973
+ background: rgba(255, 255, 255, 0.95);
974
+ }
975
+ .bubble.bubble-light .arrow-border,
976
+ .bubble.bubble-light .arrow {
977
+ border-color: transparent;
978
+ }
979
+ .bubble.bubble-light.arrow-bottom-direction .arrow-border {
980
+ border-top-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
981
+ }
982
+ .bubble.bubble-light.arrow-bottom-direction .arrow {
983
+ border-top-color: rgba(255, 255, 255, 0.95);
984
+ }
985
+ .bubble.bubble-light.arrow-top-direction .arrow-border {
986
+ border-bottom-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
987
+ }
988
+ .bubble.bubble-light.arrow-top-direction .arrow {
989
+ border-bottom-color: rgba(255, 255, 255, 0.95);
990
+ }
991
+ .bubble.bubble-light.arrow-left-direction .arrow-border {
992
+ border-right-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
993
+ }
994
+ .bubble.bubble-light.arrow-left-direction .arrow {
995
+ border-right-color: rgba(255, 255, 255, 0.95);
996
+ }
997
+ .bubble.bubble-light.arrow-right-direction .arrow-border {
998
+ border-left-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
999
+ }
1000
+ .bubble.bubble-light.arrow-right-direction .arrow {
1001
+ border-left-color: rgba(255, 255, 255, 0.95);
1002
+ }
1003
+ .bubble.bubble-warning {
1004
+ padding: 0;
1005
+ border-radius: 3px;
1006
+ border-style: solid;
1007
+ border-width: 0;
1008
+ border-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1009
+ box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
1010
+ }
1011
+ .bubble.bubble-warning .arrow-border {
1012
+ display: none;
1013
+ }
1014
+ .bubble.bubble-warning {
1015
+ color: var(--gd-palette-complementary-0, #fff);
1016
+ background: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1017
+ }
1018
+ .bubble.bubble-warning .arrow-border,
1019
+ .bubble.bubble-warning .arrow {
1020
+ border-color: transparent;
1021
+ }
1022
+ .bubble.bubble-warning.arrow-bottom-direction .arrow-border {
1023
+ border-top-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1024
+ }
1025
+ .bubble.bubble-warning.arrow-bottom-direction .arrow {
1026
+ border-top-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1027
+ }
1028
+ .bubble.bubble-warning.arrow-top-direction .arrow-border {
1029
+ border-bottom-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1030
+ }
1031
+ .bubble.bubble-warning.arrow-top-direction .arrow {
1032
+ border-bottom-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1033
+ }
1034
+ .bubble.bubble-warning.arrow-left-direction .arrow-border {
1035
+ border-right-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1036
+ }
1037
+ .bubble.bubble-warning.arrow-left-direction .arrow {
1038
+ border-right-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1039
+ }
1040
+ .bubble.bubble-warning.arrow-right-direction .arrow-border {
1041
+ border-left-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1042
+ }
1043
+ .bubble.bubble-warning.arrow-right-direction .arrow {
1044
+ border-left-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
1045
+ }
1046
+ .bubble.bubble-negative {
1047
+ padding: 0;
1048
+ border-radius: 3px;
1049
+ border-style: solid;
1050
+ border-width: 0;
1051
+ border-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1052
+ box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
1053
+ }
1054
+ .bubble.bubble-negative .arrow-border {
1055
+ display: none;
1056
+ }
1057
+ .bubble.bubble-negative {
1058
+ color: var(--gd-palette-complementary-0, #fff);
1059
+ background: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1060
+ }
1061
+ .bubble.bubble-negative .arrow-border,
1062
+ .bubble.bubble-negative .arrow {
1063
+ border-color: transparent;
1064
+ }
1065
+ .bubble.bubble-negative.arrow-bottom-direction .arrow-border {
1066
+ border-top-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1067
+ }
1068
+ .bubble.bubble-negative.arrow-bottom-direction .arrow {
1069
+ border-top-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1070
+ }
1071
+ .bubble.bubble-negative.arrow-top-direction .arrow-border {
1072
+ border-bottom-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1073
+ }
1074
+ .bubble.bubble-negative.arrow-top-direction .arrow {
1075
+ border-bottom-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1076
+ }
1077
+ .bubble.bubble-negative.arrow-left-direction .arrow-border {
1078
+ border-right-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1079
+ }
1080
+ .bubble.bubble-negative.arrow-left-direction .arrow {
1081
+ border-right-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1082
+ }
1083
+ .bubble.bubble-negative.arrow-right-direction .arrow-border {
1084
+ border-left-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1085
+ }
1086
+ .bubble.bubble-negative.arrow-right-direction .arrow {
1087
+ border-left-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
1088
+ }
1089
+ .bubble .arrow-position,
1090
+ .bubble .arrow-border,
1091
+ .bubble .arrow {
1092
+ position: absolute;
1093
+ z-index: 2;
1094
+ width: 0;
1095
+ height: 0;
1096
+ border-style: solid;
1097
+ border-width: 7px;
1098
+ }
1099
+ .bubble .arrow-position {
1100
+ border-width: 0;
1101
+ }
1102
+ .bubble .arrow {
1103
+ z-index: 4;
1104
+ border-width: 6px;
1105
+ }
1106
+ .bubble.arrow-top-direction .arrow-position, .bubble.arrow-bottom-direction .arrow-position {
1107
+ margin: 0 12px;
1108
+ }
1109
+ .bubble.arrow-top-direction .arrow, .bubble.arrow-bottom-direction .arrow {
1110
+ left: -6px;
1111
+ }
1112
+ .bubble.arrow-top-direction .arrow-border, .bubble.arrow-bottom-direction .arrow-border {
1113
+ top: 1px;
1114
+ left: -7px;
1115
+ }
1116
+ .bubble.arrow-top-direction .helper, .bubble.arrow-bottom-direction .helper {
1117
+ right: 0;
1118
+ left: 0;
1119
+ height: 8px;
1120
+ }
1121
+ .bubble.arrow-top-direction.arrow-tl .arrow-position, .bubble.arrow-top-direction.arrow-bl .arrow-position, .bubble.arrow-bottom-direction.arrow-tl .arrow-position, .bubble.arrow-bottom-direction.arrow-bl .arrow-position {
1122
+ left: 0;
1123
+ }
1124
+ .bubble.arrow-top-direction.arrow-tr .arrow-position, .bubble.arrow-top-direction.arrow-br .arrow-position, .bubble.arrow-bottom-direction.arrow-tr .arrow-position, .bubble.arrow-bottom-direction.arrow-br .arrow-position {
1125
+ right: 0;
1126
+ }
1127
+ .bubble.arrow-top-direction.arrow-tc .arrow-position, .bubble.arrow-top-direction.arrow-bc .arrow-position, .bubble.arrow-bottom-direction.arrow-tc .arrow-position, .bubble.arrow-bottom-direction.arrow-bc .arrow-position {
1128
+ right: 0;
1129
+ left: 0;
1130
+ margin: 0 auto;
1131
+ }
1132
+ .bubble.arrow-top-direction .arrow-position {
1133
+ top: -15px;
1134
+ }
1135
+ .bubble.arrow-top-direction .arrow {
1136
+ top: 3px;
1137
+ }
1138
+ .bubble.arrow-top-direction .helper {
1139
+ top: -8px;
1140
+ }
1141
+ .bubble.arrow-bottom-direction .arrow-position {
1142
+ bottom: 0;
1143
+ }
1144
+ .bubble.arrow-bottom-direction .arrow-border {
1145
+ top: 0;
1146
+ }
1147
+ .bubble.arrow-bottom-direction .helper {
1148
+ bottom: -8px;
1149
+ }
1150
+ .bubble.arrow-left-direction .arrow-position, .bubble.arrow-right-direction .arrow-position {
1151
+ margin: 10px 0;
1152
+ }
1153
+ .bubble.arrow-left-direction .arrow, .bubble.arrow-right-direction .arrow {
1154
+ top: -5px;
1155
+ }
1156
+ .bubble.arrow-left-direction .arrow-border, .bubble.arrow-right-direction .arrow-border {
1157
+ top: -6px;
1158
+ left: 2px;
1159
+ }
1160
+ .bubble.arrow-left-direction .helper, .bubble.arrow-right-direction .helper {
1161
+ top: 0;
1162
+ bottom: 0;
1163
+ width: 8px;
1164
+ }
1165
+ .bubble.arrow-left-direction.arrow-tl .arrow-position, .bubble.arrow-left-direction.arrow-tr .arrow-position, .bubble.arrow-right-direction.arrow-tl .arrow-position, .bubble.arrow-right-direction.arrow-tr .arrow-position {
1166
+ top: 0;
1167
+ }
1168
+ .bubble.arrow-left-direction.arrow-bl .arrow-position, .bubble.arrow-left-direction.arrow-br .arrow-position, .bubble.arrow-right-direction.arrow-bl .arrow-position, .bubble.arrow-right-direction.arrow-br .arrow-position {
1169
+ bottom: 3px;
1170
+ }
1171
+ .bubble.arrow-left-direction.arrow-cl .arrow-position, .bubble.arrow-left-direction.arrow-cr .arrow-position, .bubble.arrow-right-direction.arrow-cl .arrow-position, .bubble.arrow-right-direction.arrow-cr .arrow-position {
1172
+ top: 0;
1173
+ bottom: 0;
1174
+ margin: auto 0;
1175
+ }
1176
+ .bubble.arrow-left-direction .arrow-position {
1177
+ left: -16px;
1178
+ }
1179
+ .bubble.arrow-left-direction .arrow {
1180
+ left: 4px;
1181
+ }
1182
+ .bubble.arrow-left-direction .helper {
1183
+ left: -8px;
1184
+ }
1185
+ .bubble.arrow-right-direction .arrow-position {
1186
+ right: 0;
1187
+ }
1188
+ .bubble.arrow-right-direction .arrow-border {
1189
+ left: 0;
1190
+ }
1191
+ .bubble.arrow-right-direction .helper {
1192
+ right: -8px;
1193
+ }
1194
+ .bubble.arrow-none .arrow-position {
1195
+ display: none;
1196
+ }
1197
+
1198
+ .gecko .bubble-chart,
1199
+ .chrome .bubble-chart,
1200
+ .safari .bubble-chart {
1201
+ opacity: 0;
1202
+ }
1203
+
1204
+ .gecko .bubble-anim,
1205
+ .chrome .bubble-anim,
1206
+ .safari .bubble-anim {
1207
+ opacity: 1;
1208
+ -moz-transition-property: opacity, transform;
1209
+ -webkit-transition-property: opacity, transform;
1210
+ transition-property: opacity, transform;
1211
+ -moz-transition-duration: 0.2s;
1212
+ -webkit-transition-duration: 0.2s;
1213
+ transition-duration: 0.2s;
1214
+ -moz-transition-timing-function: ease-in-out;
1215
+ -webkit-transition-timing-function: ease-in-out;
1216
+ transition-timing-function: ease-in-out;
1217
+ }
1218
+
1219
+ .gecko .bubble-anim.yui3-overlay-hidden,
1220
+ .chrome .bubble-anim.yui3-overlay-hidden,
1221
+ .safari .bubble-anim.yui3-overlay-hidden {
1222
+ visibility: visible !important;
1223
+ -moz-transition-duration: 0s;
1224
+ opacity: 0;
1225
+ }
1226
+
1227
+ .bubble-none {
1228
+ display: none;
1229
+ }
1230
+
1231
+ .gd-dropdown.overlay {
1232
+ padding: 0;
1233
+ }
1234
+
1235
+ .overlay-wrapper {
1236
+ z-index: 5001;
1237
+ }
1238
+
1239
+ .overlay {
1240
+ font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1241
+ font-weight: 400;
1242
+ line-height: 1.4rem;
1243
+ color: var(--gd-palette-complementary-8, #464e56);
1244
+ font-size: 14px;
1245
+ position: relative;
1246
+ padding: 0.1px;
1247
+ border-radius: 3px;
1248
+ font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1249
+ background-color: var(--gd-palette-complementary-0, #fff);
1250
+ box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
1251
+ }
1252
+ @media only screen and (max-width: 640px) {
1253
+ .overlay {
1254
+ border-radius: 0;
1255
+ }
1256
+ }
1257
+
1258
+ .gd-overlay-content {
1259
+ font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1260
+ line-height: 1.5;
1261
+ }
1262
+ .gd-overlay-content button,
1263
+ .gd-overlay-content input,
1264
+ .gd-overlay-content optgroup,
1265
+ .gd-overlay-content select,
1266
+ .gd-overlay-content textarea {
1267
+ outline: 0;
1268
+ }
1269
+ .gd-overlay-content *,
1270
+ .gd-overlay-content *::before,
1271
+ .gd-overlay-content *::after {
1272
+ box-sizing: border-box;
1273
+ }
1274
+ .gd-overlay-content .invisible {
1275
+ visibility: hidden;
1276
+ }
1277
+
1278
+ .gd-error-overlay-content .modalityPlugin-mask-visible {
1279
+ z-index: 10001;
1280
+ opacity: 0.95;
1281
+ }
1282
+
1283
+ .gd-error-overlay {
743
1284
  display: flex;
744
- flex-direction: row;
1285
+ flex-direction: column;
1286
+ justify-content: center;
745
1287
  align-items: center;
746
- justify-content: space-between;
747
- padding: 10px;
748
- background: var(--gd-palette-complementary-2);
749
- height: 35px;
1288
+ text-align: center;
750
1289
  }
751
- .gd-ui-ext-notification-details-dialog__header-title {
752
- color: var(--gd-palette-complementary-6);
753
- font-size: 11px;
754
- font-style: normal;
1290
+ .gd-error-overlay .gd-error-overlay-icon {
1291
+ margin-bottom: 20px;
1292
+ }
1293
+ .gd-error-overlay h2 {
1294
+ margin-bottom: 10px;
1295
+ }
1296
+ .gd-error-overlay .gd-error-overlay-text {
1297
+ line-height: 23px;
1298
+ color: var(--gd-palette-complementary-8, #464e56);
1299
+ font-size: 14px;
1300
+ }
1301
+ .gd-error-overlay .gd-error-overlay-button {
1302
+ margin-top: 20px;
1303
+ }
1304
+
1305
+ .gd-tabs {
1306
+ display: flex;
1307
+ border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
1308
+ }
1309
+ .gd-tabs.small .gd-tab {
1310
+ padding: 3px 6px;
1311
+ line-height: 14px;
1312
+ margin-right: 14px;
1313
+ font-size: 12px;
1314
+ }
1315
+
1316
+ .gd-tab {
1317
+ display: flex;
1318
+ flex: 0 1 auto;
1319
+ align-items: flex-end;
1320
+ margin: 0 20px -1px 0;
1321
+ padding: 3px 0;
1322
+ font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
1323
+ font-weight: 400;
1324
+ line-height: 16px;
1325
+ color: var(--gd-palette-complementary-7, #6d7680);
1326
+ cursor: pointer;
1327
+ border-bottom: 3px solid transparent;
1328
+ font-size: 14px;
1329
+ text-align: center;
1330
+ }
1331
+ .gd-tab:hover {
1332
+ color: var(--gd-palette-complementary-8-from-theme, var(--gd-palette-complementary-9, #000));
1333
+ border-bottom: 3px solid var(--gd-palette-complementary-3, #dde4eb);
1334
+ }
1335
+ .gd-tab.is-active {
1336
+ color: var(--gd-palette-complementary-9, #000);
1337
+ border-bottom: 3px solid var(--gd-palette-primary-base, #14b2e2);
755
1338
  font-weight: 700;
756
- line-height: normal;
757
- text-transform: uppercase;
758
1339
  }
759
- .gd-ui-ext-notification-details-dialog__header-close-button {
1340
+ .gd-tab:hover, .gd-tab.is-active {
1341
+ text-decoration: none;
1342
+ }
1343
+ .gd-tab span {
1344
+ overflow: hidden;
1345
+ }
1346
+
1347
+ .gd-ui-kit-icon--color-primary {
1348
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1349
+ }
1350
+ .gd-ui-kit-icon--color-warning {
1351
+ --gd-icon-fill-color: var(--gd-palette-warning-base);
1352
+ }
1353
+ .gd-ui-kit-icon--color-error {
1354
+ --gd-icon-fill-color: var(--gd-palette-error-base);
1355
+ }
1356
+ .gd-ui-kit-icon--color-complementary-0 {
1357
+ --gd-icon-fill-color: var(--gd-palette-complementary-0);
1358
+ }
1359
+ .gd-ui-kit-icon--color-complementary-1 {
1360
+ --gd-icon-fill-color: var(--gd-palette-complementary-1);
1361
+ }
1362
+ .gd-ui-kit-icon--color-complementary-2 {
1363
+ --gd-icon-fill-color: var(--gd-palette-complementary-2);
1364
+ }
1365
+ .gd-ui-kit-icon--color-complementary-3 {
1366
+ --gd-icon-fill-color: var(--gd-palette-complementary-3);
1367
+ }
1368
+ .gd-ui-kit-icon--color-complementary-4 {
1369
+ --gd-icon-fill-color: var(--gd-palette-complementary-4);
1370
+ }
1371
+ .gd-ui-kit-icon--color-complementary-5 {
1372
+ --gd-icon-fill-color: var(--gd-palette-complementary-5);
1373
+ }
1374
+ .gd-ui-kit-icon--color-complementary-6 {
1375
+ --gd-icon-fill-color: var(--gd-palette-complementary-6);
1376
+ }
1377
+ .gd-ui-kit-icon--color-complementary-7 {
1378
+ --gd-icon-fill-color: var(--gd-palette-complementary-7);
1379
+ }
1380
+ .gd-ui-kit-icon--color-complementary-8 {
1381
+ --gd-icon-fill-color: var(--gd-palette-complementary-8);
1382
+ }
1383
+ .gd-ui-kit-icon--color-complementary-9 {
1384
+ --gd-icon-fill-color: var(--gd-palette-complementary-9);
1385
+ }
1386
+ .gd-ui-kit-icon__fill {
1387
+ transition: var(--gd-transition-all);
1388
+ fill: var(--gd-icon-fill-color);
1389
+ }
1390
+
1391
+ .gd-ui-kit-button {
1392
+ font-family: var(--gd-font-family);
1393
+ gap: var(--gd-spacing-5px);
1394
+ border-radius: var(--gd-button-borderRadius);
1395
+ transition: var(--gd-transition-all);
1396
+ display: inline-flex;
1397
+ justify-content: center;
1398
+ align-items: center;
760
1399
  cursor: pointer;
761
- opacity: 1;
762
- transition: opacity 0.2s ease-in-out;
1400
+ border-style: solid;
1401
+ border-width: 1px;
1402
+ /**
1403
+ * Size
1404
+ */
1405
+ /**
1406
+ * Variant
1407
+ */
1408
+ }
1409
+ .gd-ui-kit-button:disabled {
1410
+ cursor: default;
763
1411
  }
764
- .gd-ui-ext-notification-details-dialog__header-close-button:hover {
765
- opacity: 0.7;
1412
+ .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 {
1413
+ padding-top: 1px;
766
1414
  }
767
- .gd-ui-ext-notification-details-dialog__content {
768
- padding: 10px;
1415
+ .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 {
1416
+ padding-top: 1px;
769
1417
  }
770
- .gd-ui-ext-notification-details-dialog__footer {
771
- border-top: 1px solid var(--gd-palette-complementary-3);
772
- padding: 10px;
1418
+ .gd-ui-kit-button__text {
1419
+ transition: var(--gd-transition-all);
1420
+ }
1421
+ .gd-ui-kit-button__icon {
773
1422
  display: flex;
774
- flex-direction: row;
775
- justify-content: flex-end;
1423
+ align-items: center;
1424
+ justify-content: center;
1425
+ transition: var(--gd-transition-all);
1426
+ }
1427
+ .gd-ui-kit-button--isLoading .gd-ui-kit-button__icon {
1428
+ animation: rotate 1s infinite steps(30);
1429
+ }
1430
+ .gd-ui-kit-button--size-small {
1431
+ height: var(--gd-button-S);
1432
+ padding: var(--gd-spacing-6px) var(--gd-spacing-10px);
1433
+ font-size: 12px;
1434
+ line-height: 14px;
1435
+ }
1436
+ .gd-ui-kit-button--size-small.gd-ui-kit-button--iconPosition-left {
1437
+ padding-left: var(--gd-spacing-7px);
1438
+ }
1439
+ .gd-ui-kit-button--size-small.gd-ui-kit-button--iconPosition-right {
1440
+ padding-right: var(--gd-spacing-7px);
1441
+ }
1442
+ .gd-ui-kit-button--size-medium {
1443
+ height: var(--gd-button-M);
1444
+ padding: var(--gd-spacing-6px) var(--gd-spacing-15px);
1445
+ font-size: 14px;
1446
+ line-height: 16px;
1447
+ }
1448
+ .gd-ui-kit-button--size-medium.gd-ui-kit-button--iconPosition-left {
1449
+ padding-left: var(--gd-spacing-10px);
1450
+ }
1451
+ .gd-ui-kit-button--size-medium.gd-ui-kit-button--iconPosition-right {
1452
+ padding-right: var(--gd-spacing-10px);
1453
+ }
1454
+ .gd-ui-kit-button--size-large {
1455
+ height: var(--gd-button-L);
1456
+ padding: var(--gd-spacing-6px) var(--gd-spacing-20px);
1457
+ font-size: 16px;
1458
+ line-height: 18px;
1459
+ }
1460
+ .gd-ui-kit-button--size-large.gd-ui-kit-button--iconPosition-left {
1461
+ padding-left: var(--gd-spacing-15px);
1462
+ }
1463
+ .gd-ui-kit-button--size-large.gd-ui-kit-button--iconPosition-right {
1464
+ padding-right: var(--gd-spacing-15px);
1465
+ }
1466
+ .gd-ui-kit-button--variant-primary {
1467
+ --gd-icon-fill-color: var(--gd-palette-complementary-0);
1468
+ color: var(--gd-palette-complementary-0);
1469
+ background-color: var(--gd-palette-primary-base);
1470
+ border-color: var(--gd-palette-complementary-9-t90);
1471
+ font-weight: 700;
1472
+ }
1473
+ .gd-ui-kit-button--variant-primary:not(.gd-ui-kit-button--variant-primary:disabled):focus {
1474
+ box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1475
+ }
1476
+ .gd-ui-kit-button--variant-primary:not(.gd-ui-kit-button--variant-primary:disabled):hover {
1477
+ background-color: var(--gd-palette-primary-base-d06);
1478
+ box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1479
+ }
1480
+ .gd-ui-kit-button--variant-primary:not(.gd-ui-kit-button--variant-primary:disabled):active {
1481
+ background: var(--gd-palette-primary-base-d12);
1482
+ box-shadow: var(--gd-button-dropShadow, 0 2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1483
+ }
1484
+ .gd-ui-kit-button--variant-primary:disabled {
1485
+ background-color: var(--gd-palette-primary-disabled);
1486
+ box-shadow: none;
1487
+ border-color: transparent;
1488
+ }
1489
+ .gd-ui-kit-button--variant-secondary {
1490
+ --gd-icon-fill-color: var(--gd-palette-complementary-5);
1491
+ color: var(--gd-palette-complementary-7);
1492
+ border-color: var(--gd-palette-complementary-4);
1493
+ background-color: var(--gd-palette-complementary-0);
1494
+ font-weight: 400;
1495
+ }
1496
+ .gd-ui-kit-button--variant-secondary:not(.gd-ui-kit-button--variant-secondary:disabled):focus {
1497
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1498
+ color: var(--gd-palette-complementary-8);
1499
+ background: var(--gd-palette-complementary-1);
1500
+ box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-5-t40) inset;
1501
+ }
1502
+ .gd-ui-kit-button--variant-secondary:not(.gd-ui-kit-button--variant-secondary:disabled):hover {
1503
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1504
+ color: var(--gd-palette-complementary-8);
1505
+ border-color: var(--gd-palette-complementary-5);
1506
+ background: var(--gd-palette-complementary-0);
1507
+ box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-5-t40) inset;
1508
+ }
1509
+ .gd-ui-kit-button--variant-secondary:not(.gd-ui-kit-button--variant-secondary:disabled):active {
1510
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1511
+ color: var(--gd-palette-complementary-8);
1512
+ border-color: var(--gd-palette-complementary-5);
1513
+ background: var(--gd-palette-complementary-3);
1514
+ box-shadow: var(--gd-button-dropShadow, 0 2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1515
+ }
1516
+ .gd-ui-kit-button--variant-secondary:disabled {
1517
+ color: var(--gd-palette-complementary-5);
1518
+ border-color: var(--gd-palette-complementary-4);
1519
+ background: var(--gd-palette-complementary-0);
1520
+ box-shadow: none;
1521
+ }
1522
+ .gd-ui-kit-button--variant-tertiary {
1523
+ --gd-icon-fill-color: var(--gd-palette-complementary-5);
1524
+ color: var(--gd-palette-complementary-7);
1525
+ text-decoration: underline;
1526
+ background-color: transparent;
1527
+ border-color: transparent;
1528
+ }
1529
+ .gd-ui-kit-button--variant-tertiary:not(.gd-ui-kit-button--variant-tertiary:disabled):focus {
1530
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1531
+ color: var(--gd-palette-complementary-8);
1532
+ }
1533
+ .gd-ui-kit-button--variant-tertiary:not(.gd-ui-kit-button--variant-tertiary:disabled):hover {
1534
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1535
+ color: var(--gd-palette-complementary-8);
1536
+ }
1537
+ .gd-ui-kit-button--variant-tertiary:not(.gd-ui-kit-button--variant-tertiary:disabled):active {
1538
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1539
+ color: var(--gd-palette-complementary-8);
1540
+ }
1541
+ .gd-ui-kit-button--variant-tertiary:disabled {
1542
+ color: var(--gd-palette-complementary-5);
1543
+ text-decoration: none;
1544
+ }
1545
+ .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 {
1546
+ padding: 0;
1547
+ height: auto;
1548
+ }
1549
+ .gd-ui-kit-button--variant-popout {
1550
+ --gd-icon-fill-color: var(--gd-palette-primary-base);
1551
+ color: var(--gd-palette-primary-base);
1552
+ background-color: transparent;
1553
+ border-color: transparent;
1554
+ }
1555
+ .gd-ui-kit-button--variant-popout:not(.gd-ui-kit-button--variant-popout:disabled):focus {
1556
+ text-decoration: underline;
1557
+ }
1558
+ .gd-ui-kit-button--variant-popout:not(.gd-ui-kit-button--variant-popout:disabled):hover {
1559
+ color: var(--gd-palette-complementary-8);
1560
+ text-decoration: underline;
1561
+ }
1562
+ .gd-ui-kit-button--variant-popout:not(.gd-ui-kit-button--variant-popout:disabled):active {
1563
+ color: var(--gd-palette-primary-base);
1564
+ text-decoration: underline;
1565
+ }
1566
+ .gd-ui-kit-button--variant-popout:disabled {
1567
+ color: var(--gd-palette-complementary-5);
1568
+ }
1569
+ .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 {
1570
+ padding: 0;
1571
+ height: auto;
1572
+ }
1573
+ .gd-ui-kit-button--variant-danger {
1574
+ --gd-icon-fill-color: var(--gd-palette-complementary-0);
1575
+ background: var(--gd-palette-error-base);
1576
+ color: var(--gd-palette-complementary-0);
1577
+ border-color: var(--gd-palette-complementary-9-t90);
1578
+ font-weight: 700;
1579
+ }
1580
+ .gd-ui-kit-button--variant-danger:not(.gd-ui-kit-button--variant-danger:disabled):focus {
1581
+ border-color: var(--gd-palette-complementary-9-t80);
1582
+ box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1583
+ }
1584
+ .gd-ui-kit-button--variant-danger:not(.gd-ui-kit-button--variant-danger:disabled):hover {
1585
+ border-color: var(--gd-palette-complementary-9-t80);
1586
+ background-color: var(--gd-palette-error-base-d10);
1587
+ box-shadow: var(--gd-button-dropShadow, 0 -2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1588
+ }
1589
+ .gd-ui-kit-button--variant-danger:not(.gd-ui-kit-button--variant-danger:disabled):active {
1590
+ border-color: var(--gd-palette-complementary-9-t80);
1591
+ background: var(--gd-palette-error-base-d20);
1592
+ box-shadow: var(--gd-button-dropShadow, 0 2px 0 0) var(--gd-palette-complementary-9-t85) inset;
1593
+ }
1594
+ .gd-ui-kit-button--variant-danger:disabled {
1595
+ background-color: var(--gd-palette-error-disabled);
1596
+ box-shadow: none;
1597
+ border-color: transparent;
776
1598
  }
777
1599
 
1600
+ @keyframes rotate {
1601
+ from {
1602
+ transform: rotate(0deg);
1603
+ }
1604
+ to {
1605
+ transform: rotate(360deg);
1606
+ }
1607
+ }
778
1608
  @keyframes react-loading-skeleton {
779
1609
  100% {
780
1610
  transform: translateX(100%);
@@ -819,54 +1649,131 @@
819
1649
  --pseudo-element-display: none; /* Disable animation */
820
1650
  }
821
1651
  }
822
- .gd-ui-ext-skeleton {
1652
+ .gd-ui-kit-skeleton {
823
1653
  height: 100%;
824
1654
  width: 100%;
825
1655
  display: flex;
1656
+ }
1657
+ .gd-ui-kit-skeleton--direction-column {
826
1658
  flex-direction: column;
1659
+ justify-content: flex-start;
1660
+ align-items: flex-start;
1661
+ }
1662
+ .gd-ui-kit-skeleton--direction-row {
1663
+ flex-direction: row;
1664
+ justify-content: flex-start;
1665
+ align-items: center;
827
1666
  }
828
- .gd-ui-ext-skeleton__item {
1667
+ .gd-ui-kit-skeleton__item {
829
1668
  border-radius: 3px;
1669
+ width: 100%;
1670
+ height: 100%;
830
1671
  }
831
- .gd-ui-ext-skeleton .react-loading-skeleton {
1672
+ .gd-ui-kit-skeleton .react-loading-skeleton {
832
1673
  --base-color: var(--gd-palette-complementary-2);
833
1674
  --highlight-color: var(--gd-palette-complementary-0);
834
1675
  }
835
- .gd-ui-ext-skeleton span {
1676
+ .gd-ui-kit-skeleton span {
836
1677
  line-height: 0;
837
1678
  font-size: 0;
1679
+ width: 100%;
1680
+ height: 100%;
1681
+ display: block;
838
1682
  }
839
1683
 
840
- .gd-ui-ext-virtual-list {
1684
+ .gd-ui-kit-paged-virtual-list {
1685
+ display: flex;
1686
+ flex-direction: column;
1687
+ min-height: 0;
1688
+ max-height: 100%;
841
1689
  height: 100%;
842
1690
  width: 100%;
843
1691
  }
844
- .gd-ui-ext-virtual-list--hasScroll {
1692
+ .gd-ui-kit-paged-virtual-list--hasScroll {
845
1693
  padding-right: 4px;
846
1694
  }
847
- .gd-ui-ext-virtual-list__scroll-container {
1695
+ .gd-ui-kit-paged-virtual-list__scroll-container {
1696
+ min-height: 0;
1697
+ max-height: 100%;
848
1698
  overflow: auto;
849
1699
  overflow-x: hidden;
850
1700
  }
851
- .gd-ui-ext-virtual-list__scroll-container::-webkit-scrollbar {
1701
+ .gd-ui-kit-paged-virtual-list__scroll-container::-webkit-scrollbar {
852
1702
  -webkit-appearance: none;
853
1703
  appearance: none;
854
1704
  width: 6px;
855
1705
  }
856
- .gd-ui-ext-virtual-list__scroll-container::-webkit-scrollbar-thumb {
1706
+ .gd-ui-kit-paged-virtual-list__scroll-container::-webkit-scrollbar-thumb {
857
1707
  background-color: var(--gd-palette-complementary-2);
858
1708
  border-radius: 3px;
859
1709
  }
1710
+ .gd-ui-kit-paged-virtual-list__item {
1711
+ display: flex;
1712
+ flex-direction: column;
1713
+ position: absolute;
1714
+ top: 0;
1715
+ left: 0;
1716
+ }
1717
+ .gd-ui-kit-paged-virtual-list__gap {
1718
+ width: 100%;
1719
+ }
1720
+
1721
+ .gd-ui-ext-notification-details-dialog {
1722
+ width: 245px;
1723
+ box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
1724
+ border-radius: 3px;
1725
+ border: 1px solid var(--gd-palette-complementary-3);
1726
+ background-color: var(--gd-palette-complementary-0);
1727
+ font-family: var(--gd-font-family);
1728
+ }
1729
+ .gd-ui-ext-notification-details-dialog__header {
1730
+ display: flex;
1731
+ flex-direction: row;
1732
+ align-items: center;
1733
+ justify-content: space-between;
1734
+ padding: 10px;
1735
+ background: var(--gd-palette-complementary-2);
1736
+ height: 35px;
1737
+ }
1738
+ .gd-ui-ext-notification-details-dialog__header-title {
1739
+ color: var(--gd-palette-complementary-6);
1740
+ font-size: 11px;
1741
+ font-style: normal;
1742
+ font-weight: 700;
1743
+ line-height: normal;
1744
+ text-transform: uppercase;
1745
+ }
1746
+ .gd-ui-ext-notification-details-dialog__header-close-button {
1747
+ cursor: pointer;
1748
+ opacity: 1;
1749
+ transition: opacity 0.2s ease-in-out;
1750
+ }
1751
+ .gd-ui-ext-notification-details-dialog__header-close-button:hover {
1752
+ opacity: 0.7;
1753
+ }
1754
+ .gd-ui-ext-notification-details-dialog__content {
1755
+ padding: 10px;
1756
+ }
1757
+ .gd-ui-ext-notification-details-dialog__footer {
1758
+ border-top: 1px solid var(--gd-palette-complementary-3);
1759
+ padding: 10px;
1760
+ display: flex;
1761
+ flex-direction: row;
1762
+ justify-content: flex-end;
1763
+ }
860
1764
 
861
1765
  .gd-ui-ext-notifications-panel {
862
1766
  font-family: var(--gd-font-family);
1767
+ font-size: 12px;
1768
+ line-height: 14px;
863
1769
  background-color: var(--gd-palette-complementary-0);
864
1770
  box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
1771
+ border-radius: var(--gd-modal-borderRadius, 3px);
865
1772
  display: flex;
866
1773
  flex-direction: column;
867
- padding-top: 15px;
868
- width: 370px;
869
- max-height: 560px;
1774
+ padding-top: 10px;
1775
+ width: 100%;
1776
+ height: 100%;
870
1777
  overflow: hidden;
871
1778
  }
872
1779
 
@@ -877,40 +1784,45 @@
877
1784
  justify-content: space-between;
878
1785
  padding-left: 15px;
879
1786
  padding-right: 15px;
1787
+ box-sizing: border-box;
880
1788
  width: 100%;
881
1789
  }
882
1790
  .gd-ui-ext-notifications-panel-header__tabs {
883
1791
  width: 100%;
884
- height: 28px;
1792
+ height: 23px;
885
1793
  display: flex;
886
1794
  flex-direction: column;
887
1795
  align-items: stretch;
888
1796
  justify-content: flex-end;
889
1797
  }
890
1798
  .gd-ui-ext-notifications-panel-header__mark-all-as-read-button {
891
- height: 28px;
1799
+ display: flex;
1800
+ align-items: center;
1801
+ justify-content: center;
1802
+ height: 23px;
892
1803
  white-space: nowrap;
893
1804
  border-bottom: 1px solid var(--gd-palette-complementary-3);
1805
+ box-sizing: border-box;
894
1806
  }
895
1807
 
896
- .gd-ui-ext-open-notifications-button {
1808
+ .gd-ui-ext-notifications-panel-button {
897
1809
  color: inherit;
898
1810
  padding: 0 10px;
899
1811
  display: flex;
900
1812
  align-items: center;
901
1813
  justify-content: center;
902
1814
  }
903
- .gd-ui-ext-open-notifications-button:hover, .gd-ui-ext-open-notifications-button--isOpen {
1815
+ .gd-ui-ext-notifications-panel-button:hover, .gd-ui-ext-notifications-panel-button--isOpen {
904
1816
  background: rgba(255, 255, 255, 0.3);
905
1817
  }
906
- .gd-ui-ext-open-notifications-button__icon {
1818
+ .gd-ui-ext-notifications-panel-button__icon {
907
1819
  opacity: 0.8;
908
1820
  display: flex;
909
1821
  align-items: center;
910
1822
  justify-content: center;
911
1823
  position: relative;
912
1824
  }
913
- .gd-ui-ext-open-notifications-button__unread-status {
1825
+ .gd-ui-ext-notifications-panel-button__unread-status {
914
1826
  width: 7px;
915
1827
  height: 7px;
916
1828
  border-radius: 51%;
@@ -926,6 +1838,9 @@
926
1838
  overflow: hidden;
927
1839
  display: flex;
928
1840
  flex-direction: column;
1841
+ min-height: 0;
1842
+ max-height: 100%;
1843
+ height: 100%;
929
1844
  }
930
1845
 
931
1846
  .gd-ui-ext-notifications-list-empty-state {
@@ -1014,17 +1929,17 @@
1014
1929
  position: absolute;
1015
1930
  top: 0;
1016
1931
  right: 0;
1017
- border: 1.4px solid var(--gd-palette-complementary-0);
1932
+ border: 1.4px solid var(--gd-palette-complementary-2);
1018
1933
  box-sizing: content-box;
1019
1934
  }
1020
1935
  .gd-ui-ext-notification__details {
1021
1936
  display: flex;
1022
1937
  flex-direction: column;
1023
- justify-content: space-between;
1938
+ justify-content: center;
1024
1939
  flex-shrink: 1;
1025
1940
  width: 100%;
1026
1941
  height: 100%;
1027
- overflow: hidden;
1942
+ min-width: 0;
1028
1943
  }
1029
1944
  .gd-ui-ext-notification__title {
1030
1945
  font-weight: 600;
@@ -1060,6 +1975,27 @@
1060
1975
  display: flex;
1061
1976
  flex-direction: row;
1062
1977
  align-items: center;
1978
+ height: 16px;
1979
+ }
1980
+ .gd-ui-ext-notification__error {
1981
+ display: flex;
1982
+ flex-direction: row;
1983
+ align-items: center;
1984
+ gap: 5px;
1985
+ height: 16px;
1986
+ font-size: 12px;
1987
+ font-weight: 400;
1988
+ color: var(--gd-palette-error-base);
1989
+ white-space: nowrap;
1990
+ position: relative;
1991
+ }
1992
+ .gd-ui-ext-notification__error-icon {
1993
+ width: 12px;
1994
+ height: 12px;
1995
+ }
1996
+ .gd-ui-ext-notification__error-popup {
1997
+ font-size: 12px;
1998
+ line-height: 18px;
1063
1999
  }
1064
2000
 
1065
2001
  .gd-ui-ext-notification-filters-detail-dialog {