@gooddata/sdk-ui-dashboard 11.43.0-alpha.4 → 11.43.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.
Files changed (103) hide show
  1. package/NOTICE +641 -841
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/index.d.ts +2 -2
  6. package/esm/index.d.ts.map +1 -1
  7. package/esm/index.js +2 -2
  8. package/esm/presentation/automations/{_staging/alerting → alerting}/AlertingManagementDialog.d.ts +1 -1
  9. package/esm/presentation/automations/alerting/AlertingManagementDialog.d.ts.map +1 -0
  10. package/esm/presentation/automations/{_staging/alerting → alerting}/AlertingManagementDialog.js +1 -1
  11. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +1 -0
  12. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +8 -9
  13. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +1 -0
  14. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +17 -29
  15. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +1 -1
  16. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -0
  17. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +9 -28
  18. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +1 -0
  19. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/Alert.js +15 -18
  20. package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +1 -1
  21. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +1 -0
  22. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +1 -0
  23. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +1 -1
  24. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +2 -2
  25. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts.map +1 -0
  26. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.js +31 -0
  27. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.test.d.ts +2 -0
  28. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.test.d.ts.map +1 -0
  29. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.test.js +39 -0
  30. package/esm/presentation/automations/alerting/hooks/useAlertingDialogAccessibility.d.ts.map +1 -0
  31. package/esm/presentation/automations/alerting/hooks/useAlertingDialogAccessibility.js +11 -0
  32. package/esm/presentation/automations/connectors/AlertingConnector.d.ts +6 -3
  33. package/esm/presentation/automations/connectors/AlertingConnector.d.ts.map +1 -1
  34. package/esm/presentation/automations/connectors/AlertingConnector.js +75 -12
  35. package/esm/presentation/automations/connectors/AlertingConnector.test.d.ts +2 -0
  36. package/esm/presentation/automations/connectors/AlertingConnector.test.d.ts.map +1 -0
  37. package/esm/presentation/automations/connectors/AlertingConnector.test.js +152 -0
  38. package/esm/presentation/automations/connectors/DefaultAlertingManagementDialogConnected.d.ts +11 -0
  39. package/esm/presentation/automations/connectors/DefaultAlertingManagementDialogConnected.d.ts.map +1 -0
  40. package/esm/presentation/automations/connectors/DefaultAlertingManagementDialogConnected.js +20 -0
  41. package/esm/presentation/automations/connectors/hooks/useBuildAlertingManagementDialogContext.d.ts +3 -0
  42. package/esm/presentation/automations/connectors/hooks/useBuildAlertingManagementDialogContext.d.ts.map +1 -0
  43. package/esm/presentation/automations/connectors/hooks/useBuildAlertingManagementDialogContext.js +131 -0
  44. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
  45. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +4 -1
  46. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +2 -0
  47. package/esm/presentation/automations/contexts/AlertingManagementDialogContext.d.ts +27 -0
  48. package/esm/presentation/automations/contexts/AlertingManagementDialogContext.d.ts.map +1 -0
  49. package/esm/presentation/automations/contexts/AlertingManagementDialogContext.js +11 -0
  50. package/esm/presentation/automations/contexts/AutomationsContext.d.ts +1 -0
  51. package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
  52. package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +1 -0
  53. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.d.ts.map +1 -1
  54. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.js +3 -17
  55. package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeChrome.d.ts +5 -4
  56. package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeChrome.d.ts.map +1 -1
  57. package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeChrome.js +30 -48
  58. package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeContext.d.ts +37 -0
  59. package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeContext.d.ts.map +1 -0
  60. package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeContext.js +90 -0
  61. package/esm/presentation/dashboard/components/DashboardInner.d.ts.map +1 -1
  62. package/esm/presentation/dashboard/components/DashboardInner.js +24 -14
  63. package/esm/presentation/dashboard/components/DashboardRenderer.js +1 -1
  64. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +1 -1
  65. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.js +1 -1
  66. package/esm/presentation/widget/insight/configuration/InsightAlerts.d.ts.map +1 -1
  67. package/esm/presentation/widget/insight/configuration/InsightAlerts.js +8 -1
  68. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.d.ts.map +1 -1
  69. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.test.d.ts +2 -0
  70. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.test.d.ts.map +1 -0
  71. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.test.js +124 -0
  72. package/esm/sdk-ui-dashboard.d.ts +6 -1
  73. package/package.json +20 -20
  74. package/styles/css/configurationPanel.css +2 -3
  75. package/styles/css/configurationPanel.css.map +1 -1
  76. package/styles/css/main.css +8767 -11368
  77. package/styles/css/main.css.map +1 -1
  78. package/styles/scss/configurationPanel.scss +2 -3
  79. package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts.map +0 -1
  80. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +0 -1
  81. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +0 -1
  82. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +0 -1
  83. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +0 -1
  84. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +0 -1
  85. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +0 -1
  86. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +0 -11
  87. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +0 -1
  88. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +0 -38
  89. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts.map +0 -1
  90. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.js +0 -50
  91. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/hooks/useAlertValidation.d.ts +0 -7
  92. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/hooks/useAlertValidation.d.ts.map +0 -1
  93. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/hooks/useAlertValidation.js +0 -30
  94. package/esm/presentation/automations/_staging/alerting/hooks/useAlertingDialogAccessibility.d.ts.map +0 -1
  95. package/esm/presentation/automations/_staging/alerting/hooks/useAlertingDialogAccessibility.js +0 -12
  96. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts +0 -0
  97. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts +0 -0
  98. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/Alert.d.ts +0 -0
  99. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.js +0 -0
  100. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/AlertsList.d.ts +0 -0
  101. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/AlertsList.js +0 -0
  102. /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts +0 -0
  103. /package/esm/presentation/automations/{_staging/alerting → alerting}/hooks/useAlertingDialogAccessibility.d.ts +0 -0
@@ -0,0 +1,124 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // (C) 2026 GoodData Corporation
3
+ import { render, screen } from "@testing-library/react";
4
+ import { describe, expect, it, vi } from "vitest";
5
+ import { useAlertingManagementDialogContext } from "../../../automations/contexts/AlertingManagementDialogContext.js";
6
+ import { useAutomationsContext } from "../../../automations/contexts/AutomationsContext.js";
7
+ const fixtures = vi.hoisted(() => ({
8
+ automationsContext: { locale: "en-US" },
9
+ managementContext: {
10
+ canManageWorkspace: true,
11
+ currentUser: { login: "user" },
12
+ dashboardId: "dashboard-1",
13
+ dashboardTitle: "Dashboard",
14
+ isAlertDialogOpen: false,
15
+ managementDialogContext: {},
16
+ enableAccessibilityMode: false,
17
+ getWidgetByRef: () => undefined,
18
+ getInsightByWidgetRef: () => undefined,
19
+ pauseAlert: vi.fn(),
20
+ resumeAlert: vi.fn(),
21
+ },
22
+ }));
23
+ vi.mock("@gooddata/sdk-ui", () => ({
24
+ fillMissingTitles: vi.fn((insight) => Promise.resolve(insight)),
25
+ useBackendStrict: () => ({ workspace: () => ({ automations: () => ({}) }) }),
26
+ useWorkspaceStrict: () => "workspace-id",
27
+ }));
28
+ vi.mock("@gooddata/sdk-ui-kit", async () => {
29
+ const actual = await vi.importActual("@gooddata/sdk-ui-kit");
30
+ return {
31
+ ...actual,
32
+ OverlayController: { getInstance: () => ({}) },
33
+ OverlayControllerProvider: ({ children }) => children,
34
+ ScrollablePanel: ({ children }) => _jsx("div", { children: children }),
35
+ useToastMessage: () => ({ addSuccess: vi.fn(), addError: vi.fn() }),
36
+ };
37
+ });
38
+ vi.mock("../../../../model/react/DashboardStoreProvider.js", () => ({
39
+ useDashboardSelector: vi.fn((selector) => selector()),
40
+ }));
41
+ vi.mock("../../../../model/react/useDashboardAlerting/useDashboardAlerts.js", () => ({
42
+ useDashboardAlerts: () => ({ onAlertingOpen: vi.fn() }),
43
+ }));
44
+ vi.mock("../../../../model/react/useDashboardAutomations/useDashboardAutomations.js", () => ({
45
+ useDashboardAutomations: () => ({ refreshAutomations: vi.fn() }),
46
+ }));
47
+ vi.mock("../../../../model/store/automations/automationsSelectors.js", () => ({
48
+ selectAllAutomationsCount: () => 1,
49
+ selectAutomationsIsLoading: () => false,
50
+ selectDashboardUserAutomationAlertsInContext: () => () => [
51
+ { id: "alert-1", title: "Alert 1", alert: { trigger: { state: "ACTIVE" } } },
52
+ ],
53
+ }));
54
+ vi.mock("../../../../model/store/catalog/catalogSelectors.js", () => ({
55
+ selectCatalogDateDatasets: () => [],
56
+ }));
57
+ vi.mock("../../../../model/store/config/configSelectors.js", () => ({
58
+ selectEnableComparisonInAlerting: () => false,
59
+ selectLocale: () => "en-US",
60
+ }));
61
+ vi.mock("../../../../model/store/entitlements/entitlementsSelectors.js", () => ({
62
+ selectEntitlementMaxAutomations: () => ({ value: "10" }),
63
+ selectEntitlementUnlimitedAutomations: () => false,
64
+ }));
65
+ vi.mock("../../../../model/store/insights/insightsSelectors.js", () => ({
66
+ selectInsightByWidgetRef: () => () => ({ insight: { identifier: "insight-1" } }),
67
+ }));
68
+ vi.mock("../../../../model/store/permissions/permissionsSelectors.js", () => ({
69
+ selectCanCreateAutomation: () => true,
70
+ selectCanManageWorkspace: () => true,
71
+ }));
72
+ vi.mock("../../../../model/store/ui/uiSelectors.js", () => ({
73
+ selectExecutionTimestamp: () => undefined,
74
+ }));
75
+ vi.mock("../../../../model/store/user/userSelectors.js", () => ({
76
+ selectCurrentUser: () => ({ login: "user" }),
77
+ }));
78
+ vi.mock("../../../automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js", () => ({
79
+ AlertDeleteDialog: () => null,
80
+ }));
81
+ vi.mock("../../../automations/alerting/DefaultAlertingDialog/messages.js", () => ({
82
+ messages: {
83
+ alertPauseSuccess: { id: "alert.pause.success" },
84
+ alertResumeSuccess: { id: "alert.resume.success" },
85
+ alertSaveError: { id: "alert.save.error" },
86
+ alertDeleteSuccess: { id: "alert.delete.success" },
87
+ alertDeleteError: { id: "alert.delete.error" },
88
+ },
89
+ }));
90
+ vi.mock("../../../automations/alerting/DefaultAlertingDialog/utils/items.js", () => ({
91
+ getSupportedInsightMeasuresByInsight: () => [{ id: "measure-1" }],
92
+ }));
93
+ vi.mock("../../../automations/contexts/AutomationsContext.js", () => ({
94
+ useAutomationsContext: () => fixtures.automationsContext,
95
+ AutomationsContextProvider: ({ children }) => children,
96
+ }));
97
+ vi.mock("../../../automations/contexts/AlertingManagementDialogContext.js", () => ({
98
+ useAlertingManagementDialogContext: () => fixtures.managementContext,
99
+ AlertingManagementDialogContextProvider: ({ children }) => children,
100
+ }));
101
+ vi.mock("./InsightAlertConfig/hooks/useSaveAlertToBackend.js", () => ({
102
+ useSaveAlertToBackend: () => ({
103
+ handlePauseAlert: vi.fn(),
104
+ handleResumeAlert: vi.fn(),
105
+ isSavingAlert: false,
106
+ }),
107
+ }));
108
+ vi.mock("./InsightAlertConfig/AlertsList.js", () => ({
109
+ AlertsList: () => {
110
+ useAutomationsContext();
111
+ useAlertingManagementDialogContext();
112
+ return _jsx("div", { children: "alerts list" });
113
+ },
114
+ }));
115
+ vi.mock("./InsightAlertConfig/NoAvailableAlerts.js", () => ({
116
+ NoAvailableMeasures: () => _jsx("div", { children: "no measures" }),
117
+ }));
118
+ import { InsightAlertsNew } from "./InsightAlertsNew.js";
119
+ describe("InsightAlertsNew", () => {
120
+ it("renders the alerts list when automation contexts are provided", () => {
121
+ render(_jsx(InsightAlertsNew, { widget: { ref: { identifier: "widget-1" }, localIdentifier: "widget-1" }, onClose: vi.fn(), onGoBack: vi.fn() }));
122
+ expect(screen.getByText("alerts list")).toBeInTheDocument();
123
+ });
124
+ });
@@ -3767,9 +3767,14 @@ export declare const DEFAULT_TAB_ID = "defaultTabId";
3767
3767
  export declare function DefaultAlertingDialog(props: IAlertingDialogProps): JSX.Element;
3768
3768
 
3769
3769
  /**
3770
+ * Self-contained version of DefaultAlertingManagementDialogNew that builds the required
3771
+ * AutomationsContext and AlertingManagementDialogContext internally from the dashboard
3772
+ * Redux store. Use this export when mounting the management dialog outside of
3773
+ * AlertingConnector (e.g. embedding scenarios, storybooks, or custom dashboard shells).
3774
+ *
3770
3775
  * @alpha
3771
3776
  */
3772
- export declare function DefaultAlertingManagementDialogNew({ onPauseSuccess, onPauseError, onEdit, onAdd, onDeleteSuccess, onDeleteError, onClose, isLoadingAlertingData, automations }: IAlertingManagementDialogProps): JSX.Element;
3777
+ export declare function DefaultAlertingManagementDialogNew(props: IAlertingManagementDialogProps): JSX.Element;
3773
3778
 
3774
3779
  /**
3775
3780
  * @alpha
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.43.0-alpha.4",
3
+ "version": "11.43.0",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,19 +60,19 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.1",
63
- "@gooddata/sdk-backend-base": "11.43.0-alpha.4",
64
- "@gooddata/sdk-backend-spi": "11.43.0-alpha.4",
65
- "@gooddata/sdk-ui-charts": "11.43.0-alpha.4",
66
- "@gooddata/sdk-model": "11.43.0-alpha.4",
67
- "@gooddata/sdk-ui": "11.43.0-alpha.4",
68
- "@gooddata/sdk-ui-ext": "11.43.0-alpha.4",
69
- "@gooddata/sdk-ui-filters": "11.43.0-alpha.4",
70
- "@gooddata/sdk-ui-geo": "11.43.0-alpha.4",
71
- "@gooddata/sdk-ui-kit": "11.43.0-alpha.4",
72
- "@gooddata/sdk-ui-pivot": "11.43.0-alpha.4",
73
- "@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.4",
74
- "@gooddata/sdk-ui-vis-commons": "11.43.0-alpha.4",
75
- "@gooddata/util": "11.43.0-alpha.4"
63
+ "@gooddata/sdk-backend-base": "11.43.0",
64
+ "@gooddata/sdk-backend-spi": "11.43.0",
65
+ "@gooddata/sdk-ui-charts": "11.43.0",
66
+ "@gooddata/sdk-model": "11.43.0",
67
+ "@gooddata/sdk-ui": "11.43.0",
68
+ "@gooddata/sdk-ui-filters": "11.43.0",
69
+ "@gooddata/sdk-ui-ext": "11.43.0",
70
+ "@gooddata/sdk-ui-geo": "11.43.0",
71
+ "@gooddata/sdk-ui-kit": "11.43.0",
72
+ "@gooddata/sdk-ui-pivot": "11.43.0",
73
+ "@gooddata/sdk-ui-theme-provider": "11.43.0",
74
+ "@gooddata/sdk-ui-vis-commons": "11.43.0",
75
+ "@gooddata/util": "11.43.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@microsoft/api-documenter": "^7.17.0",
@@ -118,12 +118,12 @@
118
118
  "typescript": "5.9.3",
119
119
  "vitest": "4.1.8",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.43.0-alpha.4",
122
- "@gooddata/i18n-toolkit": "11.43.0-alpha.4",
123
- "@gooddata/oxlint-config": "11.43.0-alpha.4",
124
- "@gooddata/reference-workspace": "11.43.0-alpha.4",
125
- "@gooddata/sdk-backend-mockingbird": "11.43.0-alpha.4",
126
- "@gooddata/stylelint-config": "11.43.0-alpha.4"
121
+ "@gooddata/eslint-config": "11.43.0",
122
+ "@gooddata/i18n-toolkit": "11.43.0",
123
+ "@gooddata/oxlint-config": "11.43.0",
124
+ "@gooddata/reference-workspace": "11.43.0",
125
+ "@gooddata/sdk-backend-mockingbird": "11.43.0",
126
+ "@gooddata/stylelint-config": "11.43.0"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",
@@ -345,11 +345,10 @@
345
345
  margin-left: 15px;
346
346
  margin-right: 15px;
347
347
  }
348
- .sdk-edit-mode-on .gd-visualizations-list .fixedDataTableRowLayout_rowWrapper:hover {
348
+ .sdk-edit-mode-on .gd-visualizations-list .gd-infinite-list-item:hover {
349
349
  z-index: 1 !important;
350
350
  }
351
- .sdk-edit-mode-on .gd-visualizations-list .public_fixedDataTableRow_main,
352
- .sdk-edit-mode-on .gd-visualizations-list .public_fixedDataTableCell_main {
351
+ .sdk-edit-mode-on .gd-visualizations-list .gd-infinite-list-item {
353
352
  background: none;
354
353
  }
355
354
  .sdk-edit-mode-on .gd-visualizations-list .gd-visualizations-list-item {
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/configurationPanel.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"configurationPanel.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/configurationPanel.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACEA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA,kBCwCgB;EDvChB;EACA;;AAEA;EACI;EACA;EACA;EACA,OECe;;AFEnB;EACI,OC2E6B;ED1E7B;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAMR;EACI;;;AAMR;EAII,SGtEkB;;AHwElB;EACI,SGxEqB;;AH6EzB;EACI,SG/Ec;;AHkFlB;EACI,SGjFqB;EHkFrB,OCiBwB;;ADfxB;EACI,SGpFwB;;AHuF5B;EACI;;AAGJ;EACI;;AAIA;EACI;;AAIR;EACI,YCLqB;EDMrB;EACA;EACA;EACA;;AAGJ;EACI,YCVqB;EDWrB,aCXqB;EDYrB,cCZqB;EDarB;EACA;;AAEA;EACI,eCjBiB;;ADqBzB;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA,OElIW;EFmIX;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAEI;EACA,QA1H+B;;AA6HnC;EACI,KA9H+B;;AAiInC;EACI;EACA;EACA;EACA;EACA;EACA,YEtFY;;AFyFhB;EACI;;AAEA;EACI;EACA;;;AASZ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OE9MW;;AFgNX;EACI,OF1MmB;;AE6MvB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OEhOO;EFiOP;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA,OElQI;;AFoQJ;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI,OE3RQ;;AF8RZ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EAEI;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKA;AAAA;EACI,OElUY;;AFsUpB;EAGI;EAIA,YACI;EAEJ,OEjWkB;;AFqWlB;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EAGA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EAGI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OErbW;EFsbX;;AAEA;EACI;EACA;;AAGJ;EACI;;AAMR;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAOI;EACI;;AAQhB;EACI;;AAIR;EACI,OCta6B;;ADwa7B;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,MACI;EAEJ;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI,OEjjBA;;AFqjBR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA,OE3kBW;;AF6kBX;EACI,OE3ZC;;;AFiajB;EACI;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;;AAGJ;EACI;EACA","file":"configurationPanel.css"}