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

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 (136) hide show
  1. package/NOTICE +102 -3
  2. package/esm/index.d.ts +11 -0
  3. package/esm/index.d.ts.map +1 -1
  4. package/esm/index.js +2 -0
  5. package/esm/index.js.map +1 -1
  6. package/esm/internal/translations/en-US.json +80 -0
  7. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts +12 -0
  8. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts.map +1 -0
  9. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js +18 -0
  10. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js.map +1 -0
  11. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts +22 -0
  12. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts.map +1 -0
  13. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js +15 -0
  14. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js.map +1 -0
  15. package/esm/notificationsPanel/Notification/AlertNotification.d.ts +15 -0
  16. package/esm/notificationsPanel/Notification/AlertNotification.d.ts.map +1 -0
  17. package/esm/notificationsPanel/Notification/AlertNotification.js +74 -0
  18. package/esm/notificationsPanel/Notification/AlertNotification.js.map +1 -0
  19. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts +15 -0
  20. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts.map +1 -0
  21. package/esm/notificationsPanel/Notification/DefaultNotification.js +26 -0
  22. package/esm/notificationsPanel/Notification/DefaultNotification.js.map +1 -0
  23. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.d.ts +13 -0
  24. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.d.ts.map +1 -0
  25. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js +37 -0
  26. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js.map +1 -0
  27. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.d.ts +14 -0
  28. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.d.ts.map +1 -0
  29. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +24 -0
  30. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js.map +1 -0
  31. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts +10 -0
  32. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts.map +1 -0
  33. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +42 -0
  34. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js.map +1 -0
  35. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts +12 -0
  36. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts.map +1 -0
  37. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +27 -0
  38. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js.map +1 -0
  39. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts +28 -0
  40. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts.map +1 -0
  41. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js +23 -0
  42. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js.map +1 -0
  43. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts +13 -0
  44. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts.map +1 -0
  45. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js +23 -0
  46. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js.map +1 -0
  47. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts +13 -0
  48. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts.map +1 -0
  49. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js +18 -0
  50. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js.map +1 -0
  51. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts +38 -0
  52. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts.map +1 -0
  53. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +13 -0
  54. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js.map +1 -0
  55. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts +32 -0
  56. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts.map +1 -0
  57. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +41 -0
  58. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js.map +1 -0
  59. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.d.ts +35 -0
  60. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.d.ts.map +1 -0
  61. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js +16 -0
  62. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js.map +1 -0
  63. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts +76 -0
  64. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts.map +1 -0
  65. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +97 -0
  66. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js.map +1 -0
  67. package/esm/notificationsPanel/bem.d.ts +5 -0
  68. package/esm/notificationsPanel/bem.d.ts.map +1 -0
  69. package/esm/notificationsPanel/bem.js +4 -0
  70. package/esm/notificationsPanel/bem.js.map +1 -0
  71. package/esm/notificationsPanel/components/DetailsDialog.d.ts +9 -0
  72. package/esm/notificationsPanel/components/DetailsDialog.d.ts.map +1 -0
  73. package/esm/notificationsPanel/components/DetailsDialog.js +23 -0
  74. package/esm/notificationsPanel/components/DetailsDialog.js.map +1 -0
  75. package/esm/notificationsPanel/components/Skeleton.d.ts +8 -0
  76. package/esm/notificationsPanel/components/Skeleton.d.ts.map +1 -0
  77. package/esm/notificationsPanel/components/Skeleton.js +11 -0
  78. package/esm/notificationsPanel/components/Skeleton.js.map +1 -0
  79. package/esm/notificationsPanel/components/Tooltip.d.ts +6 -0
  80. package/esm/notificationsPanel/components/Tooltip.d.ts.map +1 -0
  81. package/esm/notificationsPanel/components/Tooltip.js +10 -0
  82. package/esm/notificationsPanel/components/Tooltip.js.map +1 -0
  83. package/esm/notificationsPanel/components/VirtualList.d.ts +15 -0
  84. package/esm/notificationsPanel/components/VirtualList.d.ts.map +1 -0
  85. package/esm/notificationsPanel/components/VirtualList.js +77 -0
  86. package/esm/notificationsPanel/components/VirtualList.js.map +1 -0
  87. package/esm/notificationsPanel/data/NotificationsContext.d.ts +27 -0
  88. package/esm/notificationsPanel/data/NotificationsContext.d.ts.map +1 -0
  89. package/esm/notificationsPanel/data/NotificationsContext.js +18 -0
  90. package/esm/notificationsPanel/data/NotificationsContext.js.map +1 -0
  91. package/esm/notificationsPanel/data/attributeFilterNaming.d.ts +4 -0
  92. package/esm/notificationsPanel/data/attributeFilterNaming.d.ts.map +1 -0
  93. package/esm/notificationsPanel/data/attributeFilterNaming.js +9 -0
  94. package/esm/notificationsPanel/data/attributeFilterNaming.js.map +1 -0
  95. package/esm/notificationsPanel/data/dateFilterNaming.d.ts +4 -0
  96. package/esm/notificationsPanel/data/dateFilterNaming.d.ts.map +1 -0
  97. package/esm/notificationsPanel/data/dateFilterNaming.js +15 -0
  98. package/esm/notificationsPanel/data/dateFilterNaming.js.map +1 -0
  99. package/esm/notificationsPanel/data/useFetchNotifications.d.ts +33 -0
  100. package/esm/notificationsPanel/data/useFetchNotifications.d.ts.map +1 -0
  101. package/esm/notificationsPanel/data/useFetchNotifications.js +66 -0
  102. package/esm/notificationsPanel/data/useFetchNotifications.js.map +1 -0
  103. package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts +12 -0
  104. package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts.map +1 -0
  105. package/esm/notificationsPanel/data/useNotificationFiltersDetail.js +96 -0
  106. package/esm/notificationsPanel/data/useNotificationFiltersDetail.js.map +1 -0
  107. package/esm/notificationsPanel/data/useNotifications.d.ts +28 -0
  108. package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -0
  109. package/esm/notificationsPanel/data/useNotifications.js +94 -0
  110. package/esm/notificationsPanel/data/useNotifications.js.map +1 -0
  111. package/esm/notificationsPanel/localization/IntlWrapper.d.ts +13 -0
  112. package/esm/notificationsPanel/localization/IntlWrapper.d.ts.map +1 -0
  113. package/esm/notificationsPanel/localization/IntlWrapper.js +32 -0
  114. package/esm/notificationsPanel/localization/IntlWrapper.js.map +1 -0
  115. package/esm/notificationsPanel/types.d.ts +5 -0
  116. package/esm/notificationsPanel/types.d.ts.map +1 -0
  117. package/esm/notificationsPanel/types.js +3 -0
  118. package/esm/notificationsPanel/types.js.map +1 -0
  119. package/esm/sdk-ui-ext.d.ts +201 -0
  120. package/package.json +20 -16
  121. package/src/notificationsPanel/Notification/DefaultNotification.scss +134 -0
  122. package/src/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.scss +29 -0
  123. package/src/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.scss +72 -0
  124. package/src/notificationsPanel/NotificationsList/DefaultNotificationsList.scss +7 -0
  125. package/src/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.scss +21 -0
  126. package/src/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.scss +21 -0
  127. package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.scss +18 -0
  128. package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.scss +28 -0
  129. package/src/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.scss +34 -0
  130. package/src/notificationsPanel/components/DetailsDialog.scss +51 -0
  131. package/src/notificationsPanel/components/Skeleton.scss +25 -0
  132. package/src/notificationsPanel/components/VirtualList.scss +26 -0
  133. package/src/notificationsPanel/notificationPanel.scss +19 -0
  134. package/styles/css/main.css +407 -0
  135. package/styles/css/main.css.map +1 -1
  136. package/styles/scss/main.scss +1 -0
@@ -731,4 +731,411 @@
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);
737
+ 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);
741
+ }
742
+ .gd-ui-ext-notification-details-dialog__header {
743
+ display: flex;
744
+ flex-direction: row;
745
+ align-items: center;
746
+ justify-content: space-between;
747
+ padding: 10px;
748
+ background: var(--gd-palette-complementary-2);
749
+ height: 35px;
750
+ }
751
+ .gd-ui-ext-notification-details-dialog__header-title {
752
+ color: var(--gd-palette-complementary-6);
753
+ font-size: 11px;
754
+ font-style: normal;
755
+ font-weight: 700;
756
+ line-height: normal;
757
+ text-transform: uppercase;
758
+ }
759
+ .gd-ui-ext-notification-details-dialog__header-close-button {
760
+ cursor: pointer;
761
+ opacity: 1;
762
+ transition: opacity 0.2s ease-in-out;
763
+ }
764
+ .gd-ui-ext-notification-details-dialog__header-close-button:hover {
765
+ opacity: 0.7;
766
+ }
767
+ .gd-ui-ext-notification-details-dialog__content {
768
+ padding: 10px;
769
+ }
770
+ .gd-ui-ext-notification-details-dialog__footer {
771
+ border-top: 1px solid var(--gd-palette-complementary-3);
772
+ padding: 10px;
773
+ display: flex;
774
+ flex-direction: row;
775
+ justify-content: flex-end;
776
+ }
777
+
778
+ @keyframes react-loading-skeleton {
779
+ 100% {
780
+ transform: translateX(100%);
781
+ }
782
+ }
783
+ .react-loading-skeleton {
784
+ --base-color: #ebebeb;
785
+ --highlight-color: #f5f5f5;
786
+ --animation-duration: 1.5s;
787
+ --animation-direction: normal;
788
+ --pseudo-element-display: block; /* Enable animation */
789
+ background-color: var(--base-color);
790
+ width: 100%;
791
+ border-radius: 0.25rem;
792
+ display: inline-flex;
793
+ line-height: 1;
794
+ position: relative;
795
+ user-select: none;
796
+ overflow: hidden;
797
+ }
798
+
799
+ .react-loading-skeleton::after {
800
+ content: " ";
801
+ display: var(--pseudo-element-display);
802
+ position: absolute;
803
+ top: 0;
804
+ left: 0;
805
+ right: 0;
806
+ height: 100%;
807
+ background-repeat: no-repeat;
808
+ background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
809
+ transform: translateX(-100%);
810
+ animation-name: react-loading-skeleton;
811
+ animation-direction: var(--animation-direction);
812
+ animation-duration: var(--animation-duration);
813
+ animation-timing-function: ease-in-out;
814
+ animation-iteration-count: infinite;
815
+ }
816
+
817
+ @media (prefers-reduced-motion) {
818
+ .react-loading-skeleton {
819
+ --pseudo-element-display: none; /* Disable animation */
820
+ }
821
+ }
822
+ .gd-ui-ext-skeleton {
823
+ height: 100%;
824
+ width: 100%;
825
+ display: flex;
826
+ flex-direction: column;
827
+ }
828
+ .gd-ui-ext-skeleton__item {
829
+ border-radius: 3px;
830
+ }
831
+ .gd-ui-ext-skeleton .react-loading-skeleton {
832
+ --base-color: var(--gd-palette-complementary-2);
833
+ --highlight-color: var(--gd-palette-complementary-0);
834
+ }
835
+ .gd-ui-ext-skeleton span {
836
+ line-height: 0;
837
+ font-size: 0;
838
+ }
839
+
840
+ .gd-ui-ext-virtual-list {
841
+ height: 100%;
842
+ width: 100%;
843
+ }
844
+ .gd-ui-ext-virtual-list--hasScroll {
845
+ padding-right: 4px;
846
+ }
847
+ .gd-ui-ext-virtual-list__scroll-container {
848
+ overflow: auto;
849
+ overflow-x: hidden;
850
+ }
851
+ .gd-ui-ext-virtual-list__scroll-container::-webkit-scrollbar {
852
+ -webkit-appearance: none;
853
+ appearance: none;
854
+ width: 6px;
855
+ }
856
+ .gd-ui-ext-virtual-list__scroll-container::-webkit-scrollbar-thumb {
857
+ background-color: var(--gd-palette-complementary-2);
858
+ border-radius: 3px;
859
+ }
860
+
861
+ .gd-ui-ext-notifications-panel {
862
+ font-family: var(--gd-font-family);
863
+ background-color: var(--gd-palette-complementary-0);
864
+ box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
865
+ display: flex;
866
+ flex-direction: column;
867
+ padding-top: 15px;
868
+ width: 370px;
869
+ max-height: 560px;
870
+ overflow: hidden;
871
+ }
872
+
873
+ .gd-ui-ext-notifications-panel-header {
874
+ display: flex;
875
+ flex-direction: row;
876
+ align-items: center;
877
+ justify-content: space-between;
878
+ padding-left: 15px;
879
+ padding-right: 15px;
880
+ width: 100%;
881
+ }
882
+ .gd-ui-ext-notifications-panel-header__tabs {
883
+ width: 100%;
884
+ height: 28px;
885
+ display: flex;
886
+ flex-direction: column;
887
+ align-items: stretch;
888
+ justify-content: flex-end;
889
+ }
890
+ .gd-ui-ext-notifications-panel-header__mark-all-as-read-button {
891
+ height: 28px;
892
+ white-space: nowrap;
893
+ border-bottom: 1px solid var(--gd-palette-complementary-3);
894
+ }
895
+
896
+ .gd-ui-ext-open-notifications-button {
897
+ color: inherit;
898
+ padding: 0 10px;
899
+ display: flex;
900
+ align-items: center;
901
+ justify-content: center;
902
+ }
903
+ .gd-ui-ext-open-notifications-button:hover, .gd-ui-ext-open-notifications-button--isOpen {
904
+ background: rgba(255, 255, 255, 0.3);
905
+ }
906
+ .gd-ui-ext-open-notifications-button__icon {
907
+ opacity: 0.8;
908
+ display: flex;
909
+ align-items: center;
910
+ justify-content: center;
911
+ position: relative;
912
+ }
913
+ .gd-ui-ext-open-notifications-button__unread-status {
914
+ width: 7px;
915
+ height: 7px;
916
+ border-radius: 51%;
917
+ background-color: var(--gd-palette-primary-base);
918
+ position: absolute;
919
+ top: -3px;
920
+ right: -4px;
921
+ z-index: 1;
922
+ box-sizing: content-box;
923
+ }
924
+
925
+ .gd-ui-ext-notifications-list {
926
+ overflow: hidden;
927
+ display: flex;
928
+ flex-direction: column;
929
+ }
930
+
931
+ .gd-ui-ext-notifications-list-empty-state {
932
+ display: flex;
933
+ flex-direction: column;
934
+ align-items: center;
935
+ justify-content: center;
936
+ align-self: stretch;
937
+ gap: 10px;
938
+ min-height: 124px;
939
+ width: 100%;
940
+ color: var(--gd-palette-complementary-6);
941
+ text-overflow: ellipsis;
942
+ font-size: 14px;
943
+ font-style: normal;
944
+ font-weight: 400;
945
+ line-height: 20px;
946
+ }
947
+
948
+ .gd-ui-ext-notifications-list-error-state {
949
+ display: flex;
950
+ flex-direction: column;
951
+ align-items: center;
952
+ justify-content: center;
953
+ align-self: stretch;
954
+ gap: 10px;
955
+ min-height: 124px;
956
+ width: 100%;
957
+ color: var(--gd-palette-error-base);
958
+ text-overflow: ellipsis;
959
+ font-size: 14px;
960
+ font-style: normal;
961
+ font-weight: 400;
962
+ line-height: 20px;
963
+ }
964
+
965
+ .gd-ui-ext-notification {
966
+ display: flex;
967
+ flex-direction: row;
968
+ align-items: center;
969
+ align-self: stretch;
970
+ border-radius: 3px;
971
+ border: 1px solid var(--gd-palette-complementary-3);
972
+ padding: 10px;
973
+ height: 52px;
974
+ gap: 10px;
975
+ font-size: 12px;
976
+ line-height: 14px;
977
+ cursor: pointer;
978
+ transition: var(--gd-transition-all);
979
+ }
980
+ .gd-ui-ext-notification:hover:not(.gd-ui-ext-notification--isUnsupported) {
981
+ background: var(--gd-palette-complementary-2);
982
+ }
983
+ .gd-ui-ext-notification:hover:not(.gd-ui-ext-notification--isRead) .gd-ui-ext-notification__mark-as-read-button {
984
+ display: flex;
985
+ }
986
+ .gd-ui-ext-notification:hover:not(.gd-ui-ext-notification--isRead) .gd-ui-ext-notification__time {
987
+ display: none;
988
+ }
989
+ .gd-ui-ext-notification__unsupported {
990
+ display: flex;
991
+ align-items: center;
992
+ justify-content: center;
993
+ flex-shrink: 1;
994
+ width: 100%;
995
+ height: 100%;
996
+ cursor: default;
997
+ }
998
+ .gd-ui-ext-notification__icon {
999
+ width: 27px;
1000
+ height: 27px;
1001
+ border-radius: 51%;
1002
+ background-color: var(--gd-palette-complementary-2);
1003
+ display: flex;
1004
+ align-items: center;
1005
+ justify-content: center;
1006
+ flex-shrink: 0;
1007
+ position: relative;
1008
+ }
1009
+ .gd-ui-ext-notification__unread-status {
1010
+ width: 7px;
1011
+ height: 7px;
1012
+ border-radius: 51%;
1013
+ background-color: var(--gd-palette-primary-base);
1014
+ position: absolute;
1015
+ top: 0;
1016
+ right: 0;
1017
+ border: 1.4px solid var(--gd-palette-complementary-0);
1018
+ box-sizing: content-box;
1019
+ }
1020
+ .gd-ui-ext-notification__details {
1021
+ display: flex;
1022
+ flex-direction: column;
1023
+ justify-content: space-between;
1024
+ flex-shrink: 1;
1025
+ width: 100%;
1026
+ height: 100%;
1027
+ overflow: hidden;
1028
+ }
1029
+ .gd-ui-ext-notification__title {
1030
+ font-weight: 600;
1031
+ overflow: hidden;
1032
+ text-overflow: ellipsis;
1033
+ white-space: nowrap;
1034
+ color: var(--gd-palette-complementary-8);
1035
+ flex-shrink: 0;
1036
+ }
1037
+ .gd-ui-ext-notification__title--isRead {
1038
+ font-weight: 400;
1039
+ }
1040
+ .gd-ui-ext-notification__time {
1041
+ text-align: right;
1042
+ overflow: hidden;
1043
+ text-overflow: ellipsis;
1044
+ white-space: nowrap;
1045
+ font-size: 12px;
1046
+ font-style: normal;
1047
+ font-weight: 400;
1048
+ line-height: normal;
1049
+ height: 100%;
1050
+ color: var(--gd-palette-complementary-7);
1051
+ flex-shrink: 0;
1052
+ }
1053
+ .gd-ui-ext-notification__mark-as-read-button {
1054
+ display: none;
1055
+ align-items: flex-start;
1056
+ justify-content: flex-start;
1057
+ height: 100%;
1058
+ }
1059
+ .gd-ui-ext-notification__links {
1060
+ display: flex;
1061
+ flex-direction: row;
1062
+ align-items: center;
1063
+ }
1064
+
1065
+ .gd-ui-ext-notification-filters-detail-dialog {
1066
+ padding: 5px 0;
1067
+ gap: 10px;
1068
+ display: flex;
1069
+ flex-direction: column;
1070
+ }
1071
+ .gd-ui-ext-notification-filters-detail-dialog__item {
1072
+ display: flex;
1073
+ flex-direction: column;
1074
+ }
1075
+ .gd-ui-ext-notification-filters-detail-dialog__values {
1076
+ color: var(--gd-palette-complementary-8);
1077
+ font-size: 12px;
1078
+ font-weight: 700;
1079
+ line-height: normal;
1080
+ }
1081
+ .gd-ui-ext-notification-filters-detail-dialog__label {
1082
+ color: var(--gd-palette-complementary-7);
1083
+ font-size: 12px;
1084
+ font-weight: 400;
1085
+ line-height: normal;
1086
+ }
1087
+
1088
+ .gd-ui-ext-notification-triggers-detail-dialog {
1089
+ padding: 5px 0;
1090
+ }
1091
+ .gd-ui-ext-notification-triggers-detail-dialog__header {
1092
+ display: flex;
1093
+ flex-direction: row;
1094
+ align-items: center;
1095
+ justify-content: space-between;
1096
+ }
1097
+ .gd-ui-ext-notification-triggers-detail-dialog__header-title {
1098
+ color: var(--gd-palette-complementary-7);
1099
+ font-size: 12px;
1100
+ font-style: normal;
1101
+ font-weight: 400;
1102
+ overflow: hidden;
1103
+ text-overflow: ellipsis;
1104
+ white-space: nowrap;
1105
+ text-align: right;
1106
+ width: 50%;
1107
+ }
1108
+ .gd-ui-ext-notification-triggers-detail-dialog__table {
1109
+ display: flex;
1110
+ flex-direction: row;
1111
+ color: var(--gd-palette-complementary-8);
1112
+ font-size: 12px;
1113
+ font-style: normal;
1114
+ font-weight: 700;
1115
+ line-height: normal;
1116
+ text-align: right;
1117
+ }
1118
+ .gd-ui-ext-notification-triggers-detail-dialog__values-labels, .gd-ui-ext-notification-triggers-detail-dialog__values {
1119
+ display: flex;
1120
+ flex-direction: column;
1121
+ color: var(--gd-palette-complementary-8);
1122
+ font-size: 12px;
1123
+ font-style: normal;
1124
+ font-weight: 700;
1125
+ line-height: normal;
1126
+ width: 50%;
1127
+ text-align: left;
1128
+ }
1129
+ .gd-ui-ext-notification-triggers-detail-dialog__values-label {
1130
+ overflow: hidden;
1131
+ text-overflow: ellipsis;
1132
+ white-space: nowrap;
1133
+ }
1134
+ .gd-ui-ext-notification-triggers-detail-dialog__values-value {
1135
+ overflow: hidden;
1136
+ text-overflow: ellipsis;
1137
+ white-space: nowrap;
1138
+ text-align: right;
1139
+ }
1140
+
734
1141
  /*# sourceMappingURL=main.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/src/@ui/defaultTheme.scss","../internal/scss/dashboard_embedding.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../internal/scss/variables.scss","../internal/scss/user_management_dialogs.scss","../internal/scss/attribute_hierarchies.scss"],"names":[],"mappings":"AAIA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAGA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EAGA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EAGA;EACA;EAGA;EAGA;EACA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACvNJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,aC0Ec;EDzEd,kBCJa;;;ADOjB;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,aEqBuB;EFpBvB;EACA,YEtB2C;EFuB3C,OE3BuC;;;ACnB3C;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OFckB;;;AETtB;EACI;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA,OFlDoB;;;AEqDxB;EACI;EACA;EACA;;;AAGJ;EACI,OFhEgB;EEiEhB;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAIR;EACI;EACA,OFpHgB;EEqHhB;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OFlJe;EEmJf;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OFlNmB;EEmNnB;EACA;EACA;EACA;;;AC1OJ;EACI;EACA;EACA;EACA;EACA,OHsBY;;AGpBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,OHkLS;EGjLT;;AAGJ;EACI;EACA;EACA;EACA;EACA,OHLe;;AGQnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EAGA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAII;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAKZ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAQR;AAAA;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;EACI;EACA;EACA;EACA;;;AAKJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA","file":"main.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/src/@ui/defaultTheme.scss","../internal/scss/dashboard_embedding.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../internal/scss/variables.scss","../internal/scss/user_management_dialogs.scss","../internal/scss/attribute_hierarchies.scss","../../src/notificationsPanel/components/DetailsDialog.scss","../../node_modules/react-loading-skeleton/dist/skeleton.css","../../src/notificationsPanel/components/Skeleton.scss","../../src/notificationsPanel/components/VirtualList.scss","../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.scss","../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.scss","../../src/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.scss","../../src/notificationsPanel/NotificationsList/DefaultNotificationsList.scss","../../src/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.scss","../../src/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.scss","../../src/notificationsPanel/Notification/DefaultNotification.scss","../../src/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.scss","../../src/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.scss"],"names":[],"mappings":"AAIA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAGA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EAGA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EAGA;EACA;EAGA;EAGA;EACA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACvNJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,aC0Ec;EDzEd,kBCJa;;;ADOjB;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,aEqBuB;EFpBvB;EACA,YEtB2C;EFuB3C,OE3BuC;;;ACnB3C;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OFckB;;;AETtB;EACI;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA,OFlDoB;;;AEqDxB;EACI;EACA;EACA;;;AAGJ;EACI,OFhEgB;EEiEhB;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAIR;EACI;EACA,OFpHgB;EEqHhB;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OFlJe;EEmJf;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OFlNmB;EEmNnB;EACA;EACA;EACA;;;AC1OJ;EACI;EACA;EACA;EACA;EACA,OHsBY;;AGpBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,OHkLS;EGjLT;;AAGJ;EACI;EACA;EACA;EACA;EACA,OHLe;;AGQnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EAGA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAII;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAKZ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAQR;AAAA;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;EACI;EACA;EACA;EACA;;;AAKJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;;;ACpUJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AChDR;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAMA;EAEA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AC9CJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;ACpBR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;ACpBZ;EACI;EACA;EAEA;EAEA;EACA;EAEA;EAEA;EACA;EAEA;;;ACdJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;;AAEA;EACI;EACA;EAEA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;ACvBR;EACI;EACA;EACA;EACA;EACA;;AAEA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC7BR;EACI;EACA;EACA;;;ACHJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;;;ACjBJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;;;ACjBJ;EAGI;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EAEA;EACA;EAEA;EAEA;;AAGI;EACI;;AAIA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EAEA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;;;ACjIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EAEA;EACA;EACA;;AAGJ;EACI;EAEA;EACA;EACA;;;ACxBR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EAEA;EACA;EACA;EAEA;EACA;EACA;EAEA;EAEA;;AAGJ;EACI;EACA;EAEA;EAEA;EACA;EACA;EACA;EAEA;;AAGJ;EAEI;EACA;EAEA;EAEA;EACA;EACA;EACA;EAEA;EAEA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA","file":"main.css"}
@@ -4,3 +4,4 @@
4
4
  @use "../internal/scss/dashboard_embedding";
5
5
  @use "../internal/scss/user_management_dialogs";
6
6
  @use "../internal/scss/attribute_hierarchies";
7
+ @use "../../src/notificationsPanel/notificationPanel.scss";