@gooddata/sdk-ui-kit 11.54.0-alpha.3 → 11.54.0-alpha.5

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.
@@ -0,0 +1,28 @@
1
+ import { type AccessGranteeDetail, type IAvailableUserAccessGrantee, type IAvailableUserGroupAccessGrantee, type IGranularUserAccess, type IGranularUserGroupAccess, type IUserAccess, type IUserGroupAccess, type IWorkspaceUser, type IWorkspaceUserGroup } from "@gooddata/sdk-model";
2
+ import { type GranteeItem, type IGranteeGroup, type IGranteeGroupAll, type IGranteeRules, type IGranteeUser, type IGranularGranteeGroup, type IGranularGranteeUser } from "./types.js";
3
+ export declare const user: IGranteeUser;
4
+ export declare const owner: IGranteeUser;
5
+ export declare const current: IGranteeUser;
6
+ export declare const group: IGranteeGroup;
7
+ export declare const groupAll: IGranteeGroupAll;
8
+ export declare const grantees: GranteeItem[];
9
+ export declare const workspaceUser: IWorkspaceUser;
10
+ export declare const defaultUser: IWorkspaceUser;
11
+ export declare const userAccessGrantee: IUserAccess;
12
+ export declare const availableUserAccessGrantee: IAvailableUserAccessGrantee;
13
+ export declare const workspaceGroup: IWorkspaceUserGroup;
14
+ export declare const groupAccessGrantee: IUserGroupAccess;
15
+ export declare const availableUserGroupAccessGrantee: IAvailableUserGroupAccessGrantee;
16
+ export declare const granularUser: IGranularGranteeUser;
17
+ export declare const granularGroup: IGranularGranteeGroup;
18
+ export declare const granularRule: IGranteeRules;
19
+ export declare const granularGrantees: GranteeItem[];
20
+ export declare const granularGranteeUser: IGranularGranteeUser;
21
+ export declare const granularGranteeUser2: IGranularGranteeUser;
22
+ export declare const granularGranteeGroup: IGranularGranteeGroup;
23
+ export declare const granularGranteeItems: (IGranularGranteeGroup | IGranularGranteeUser)[];
24
+ export declare const granularUserAccess: IGranularUserAccess;
25
+ export declare const granularUserAccessNoInheritPermission: IGranularUserAccess;
26
+ export declare const granularUserGroupAccess: IGranularUserGroupAccess;
27
+ export declare const granularGranteesAccess: AccessGranteeDetail[];
28
+ //# sourceMappingURL=GranteeMock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GranteeMock.d.ts","sourceRoot":"","sources":["../../../../src/Dialog/ShareDialog/ShareDialogBase/GranteeMock.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,gCAAgC,EACrC,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,mBAAmB,EAE3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACH,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EAC5B,MAAM,YAAY,CAAC;AAEpB,eAAO,MAAM,IAAI,EAAE,YAQlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,YAQnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,YAQrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,aAKnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,gBAItB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,WAAW,EAAkB,CAAC;AASrD,eAAO,MAAM,aAAa,EAAE,cAI3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cAAiE,CAAC;AAE5F,eAAO,MAAM,iBAAiB,EAAE,WAG/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,2BAIxC,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,mBAE5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,gBAGhC,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,gCAG7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,oBAK1B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAK3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,aAO1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,WAAW,EAAkC,CAAC;AAE7E,eAAO,MAAM,mBAAmB,EAAE,oBAUjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,oBAUlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBAMlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,kDAA8C,CAAC;AAEhF,eAAO,MAAM,kBAAkB,EAAE,mBAKhC,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,mBAKnD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,wBAKrC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,mBAAmB,EAAkD,CAAC"}
@@ -0,0 +1,148 @@
1
+ // (C) 2021-2026 GoodData Corporation
2
+ import { uriRef, } from "@gooddata/sdk-model";
3
+ export const user = {
4
+ type: "user",
5
+ id: uriRef("userID1"),
6
+ name: "User Name",
7
+ email: "user.name@gooddata.com",
8
+ isOwner: false,
9
+ isCurrentUser: false,
10
+ status: "Active",
11
+ };
12
+ export const owner = {
13
+ type: "user",
14
+ id: uriRef("userID2"),
15
+ name: "Owner Name",
16
+ email: "owner.name@gooddata.com",
17
+ isOwner: true,
18
+ isCurrentUser: false,
19
+ status: "Active",
20
+ };
21
+ export const current = {
22
+ type: "user",
23
+ id: uriRef("userID3"),
24
+ name: "Current Name",
25
+ email: "current.name@gooddata.com",
26
+ isOwner: false,
27
+ isCurrentUser: true,
28
+ status: "Active",
29
+ };
30
+ export const group = {
31
+ type: "group",
32
+ id: uriRef("groupId"),
33
+ memberCount: 11,
34
+ name: "TNT team",
35
+ };
36
+ export const groupAll = {
37
+ type: "groupAll",
38
+ id: uriRef("groupAll"),
39
+ memberCount: 11,
40
+ };
41
+ export const grantees = [user, group];
42
+ const userProps = {
43
+ ref: uriRef("john-id"),
44
+ uri: "uri",
45
+ email: "john.doe@d.com",
46
+ name: "John Doe",
47
+ };
48
+ export const workspaceUser = {
49
+ ...userProps,
50
+ fullName: userProps.name,
51
+ login: userProps.email,
52
+ };
53
+ export const defaultUser = { ...workspaceUser, ref: uriRef(""), login: "" };
54
+ export const userAccessGrantee = {
55
+ type: "user",
56
+ user: workspaceUser,
57
+ };
58
+ export const availableUserAccessGrantee = {
59
+ ...userProps,
60
+ type: "user",
61
+ status: "ENABLED",
62
+ };
63
+ const groupProps = {
64
+ ref: uriRef("test-group-id"),
65
+ id: "id",
66
+ name: "Test group",
67
+ };
68
+ export const workspaceGroup = {
69
+ ...groupProps,
70
+ };
71
+ export const groupAccessGrantee = {
72
+ type: "group",
73
+ userGroup: workspaceGroup,
74
+ };
75
+ export const availableUserGroupAccessGrantee = {
76
+ ...groupProps,
77
+ type: "group",
78
+ };
79
+ export const granularUser = {
80
+ ...user,
81
+ type: "granularUser",
82
+ permissions: ["VIEW"],
83
+ inheritedPermissions: ["SHARE"],
84
+ };
85
+ export const granularGroup = {
86
+ ...group,
87
+ type: "granularGroup",
88
+ permissions: ["EDIT"],
89
+ inheritedPermissions: [],
90
+ };
91
+ export const granularRule = {
92
+ id: {
93
+ identifier: "allWorkspaceUsers",
94
+ },
95
+ type: "allWorkspaceUsers",
96
+ permissions: ["EDIT"],
97
+ inheritedPermissions: [],
98
+ };
99
+ export const granularGrantees = [granularUser, granularGroup];
100
+ export const granularGranteeUser = {
101
+ id: userProps.ref,
102
+ email: userProps.email,
103
+ name: userProps.name,
104
+ type: "granularUser",
105
+ isOwner: false,
106
+ isCurrentUser: false,
107
+ status: "Active",
108
+ permissions: ["VIEW"],
109
+ inheritedPermissions: ["SHARE"],
110
+ };
111
+ export const granularGranteeUser2 = {
112
+ id: uriRef("john-id"),
113
+ email: "john.doe2@d.com",
114
+ name: "John Doe2",
115
+ type: "granularUser",
116
+ isOwner: false,
117
+ isCurrentUser: false,
118
+ status: "Active",
119
+ permissions: ["VIEW"],
120
+ inheritedPermissions: [],
121
+ };
122
+ export const granularGranteeGroup = {
123
+ id: groupProps.ref,
124
+ name: groupProps.name,
125
+ type: "granularGroup",
126
+ permissions: ["EDIT"],
127
+ inheritedPermissions: [],
128
+ };
129
+ export const granularGranteeItems = [granularGranteeUser, granularGranteeGroup];
130
+ export const granularUserAccess = {
131
+ ...userAccessGrantee,
132
+ type: "granularUser",
133
+ permissions: ["VIEW"],
134
+ inheritedPermissions: ["SHARE"],
135
+ };
136
+ export const granularUserAccessNoInheritPermission = {
137
+ ...userAccessGrantee,
138
+ type: "granularUser",
139
+ permissions: ["VIEW"],
140
+ inheritedPermissions: [],
141
+ };
142
+ export const granularUserGroupAccess = {
143
+ ...groupAccessGrantee,
144
+ type: "granularGroup",
145
+ permissions: ["EDIT"],
146
+ inheritedPermissions: [],
147
+ };
148
+ export const granularGranteesAccess = [granularUserAccess, granularUserGroupAccess];
@@ -0,0 +1,5 @@
1
+ export declare const customMessages: {
2
+ "gs.noData.noMatchingData": string;
3
+ "gs.noData.noDataAvailable": string;
4
+ };
5
+ //# sourceMappingURL=customDictionary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customDictionary.d.ts","sourceRoot":"","sources":["../../src/Dropdown/customDictionary.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;CAG1B,CAAC"}
@@ -0,0 +1,6 @@
1
+ // (C) 2020-2026 GoodData Corporation
2
+ // TODO remove this adhoc translations when NoData component will have own dictionary and dont rely on provided Intl from top
3
+ export const customMessages = {
4
+ "gs.noData.noMatchingData": "No matching data",
5
+ "gs.noData.noDataAvailable": "No data available",
6
+ };
@@ -0,0 +1,15 @@
1
+ import { type JSX, type ReactElement } from "react";
2
+ export interface IComponentMock<T> {
3
+ id: string;
4
+ selector: string;
5
+ component: (props: T) => ReactElement;
6
+ componentWithProps: (mapProps: (props: T) => JSX.IntrinsicElements["div"]) => (props: T) => ReactElement;
7
+ }
8
+ /**
9
+ * Creates a placeholder component & selector from the string.
10
+ * Useful to avoid duplicity & hardcoded selectors in tests, when mocking components
11
+ *
12
+ * @param id - component id
13
+ */
14
+ export declare function componentMock<T>(id?: string): IComponentMock<T>;
15
+ //# sourceMappingURL=testUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testUtils.d.ts","sourceRoot":"","sources":["../../src/Dropdown/testUtils.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAIpD,MAAM,WAAW,cAAc,CAAC,CAAC;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,YAAY,CAAC;IACtC,kBAAkB,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,KAAK,YAAY,CAAC;CAC5G;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,EAAE,SAA0B,GAAG,cAAc,CAAC,CAAC,CAAC,CAehF"}
@@ -0,0 +1,23 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { v4 as uuid } from "uuid";
3
+ /**
4
+ * Creates a placeholder component & selector from the string.
5
+ * Useful to avoid duplicity & hardcoded selectors in tests, when mocking components
6
+ *
7
+ * @param id - component id
8
+ */
9
+ export function componentMock(id = `s-component-${uuid()}`) {
10
+ return {
11
+ id,
12
+ selector: `#${id}`,
13
+ component: function MockComponent() {
14
+ return _jsx("div", { id: id });
15
+ },
16
+ componentWithProps: (mapProps) => {
17
+ function MockComponent(props) {
18
+ return _jsx("div", { id: id, ...mapProps(props) });
19
+ }
20
+ return MockComponent;
21
+ },
22
+ };
23
+ }
@@ -0,0 +1,5 @@
1
+ import { type ISettings, type IWorkspacePermissions, type PlatformEdition } from "@gooddata/sdk-model";
2
+ export declare const getHelpMenuFeatureFlagsMock: (enableUniversityHelpMenuItem: boolean, enableCommunityHelpMenuItem: boolean) => ISettings;
3
+ export declare const getAccountMenuFeatureFlagsMock: (enableDataSection: boolean, platformEdition: PlatformEdition) => ISettings;
4
+ export declare const getWorkspacePermissionsMock: (canInitData: boolean, canManageMetric: boolean, canManageProject?: boolean) => IWorkspacePermissions;
5
+ //# sourceMappingURL=mock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../src/Header/mock.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,qBAAqB,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEvG,eAAO,MAAM,2BAA2B,4FAQvC,CAAC;AAEF,eAAO,MAAM,8BAA8B,6EAQ1C,CAAC;AAEF,eAAO,MAAM,2BAA2B,uGAgCvC,CAAC"}
@@ -0,0 +1,42 @@
1
+ // (C) 2021-2026 GoodData Corporation
2
+ export const getHelpMenuFeatureFlagsMock = (enableUniversityHelpMenuItem, enableCommunityHelpMenuItem) => {
3
+ return {
4
+ enableUniversityHelpMenuItem,
5
+ enableCommunityHelpMenuItem,
6
+ };
7
+ };
8
+ export const getAccountMenuFeatureFlagsMock = (enableDataSection, platformEdition) => {
9
+ return {
10
+ enableDataSection,
11
+ platformEdition,
12
+ };
13
+ };
14
+ export const getWorkspacePermissionsMock = (canInitData, canManageMetric, canManageProject = true) => {
15
+ return {
16
+ canAccessWorkbench: true,
17
+ canCreateAnalyticalDashboard: true,
18
+ canCreateReport: true,
19
+ canInitData,
20
+ canCreateScheduledMail: true,
21
+ canCreateVisualization: true,
22
+ canExecuteRaw: true,
23
+ canExportReport: true,
24
+ canExportTabular: true,
25
+ canExportPdf: true,
26
+ canListUsersInProject: true,
27
+ canManageAnalyticalDashboard: true,
28
+ canManageDomain: true,
29
+ canCreateMetric: canManageProject,
30
+ canManageMetric,
31
+ canManageProject,
32
+ canManageReport: true,
33
+ canManageScheduledMail: true,
34
+ canUploadNonProductionCSV: true,
35
+ canInviteUserToProject: true,
36
+ canRefreshData: true,
37
+ canManageACL: true,
38
+ canCreateAutomation: false,
39
+ canCreateFilterView: false,
40
+ canUseAiAssistant: false,
41
+ };
42
+ };
@@ -0,0 +1,17 @@
1
+ export declare const customMessages: {
2
+ "gs.list.clear": string;
3
+ "gs.list.only": string;
4
+ "gs.list.all": string;
5
+ "gs.list.is": string;
6
+ "gs.list.searchResults": string;
7
+ "gs.list.selectAll": string;
8
+ "gs.list.except": string;
9
+ "gs.list.isNot": string;
10
+ "gs.list.selected": string;
11
+ "gs.list.limitExceeded": string;
12
+ "gs.list.noItemsFound": string;
13
+ "gs.list.empty.value": string;
14
+ "gs.list.notAvailableAbbreviation": string;
15
+ "gs.filterLabel.none": string;
16
+ };
17
+ //# sourceMappingURL=customDictionary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customDictionary.d.ts","sourceRoot":"","sources":["../../src/List/customDictionary.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;CAe1B,CAAC"}
@@ -0,0 +1,18 @@
1
+ // (C) 2020-2026 GoodData Corporation
2
+ // TODO remove this adhoc translations when List components will have own dictionary and dont rely on provided Intl from top
3
+ export const customMessages = {
4
+ "gs.list.clear": "Clear",
5
+ "gs.list.only": "Only",
6
+ "gs.list.all": "All",
7
+ "gs.list.is": "is",
8
+ "gs.list.searchResults": "search results",
9
+ "gs.list.selectAll": "Select all",
10
+ "gs.list.except": "except",
11
+ "gs.list.isNot": "is not",
12
+ "gs.list.selected": "selected",
13
+ "gs.list.limitExceeded": "Sorry, you have exceeded the limit ({limit}).",
14
+ "gs.list.noItemsFound": "No items found.",
15
+ "gs.list.empty.value": "empty value",
16
+ "gs.list.notAvailableAbbreviation": "N/A",
17
+ "gs.filterLabel.none": "None",
18
+ };
@@ -0,0 +1,6 @@
1
+ import { type ITheme } from "@gooddata/sdk-model";
2
+ import { type IStylingPickerItem } from "../Dialog/StylingEditorDialog/StylingEditorDialog.js";
3
+ export declare const defaultItemMock: IStylingPickerItem<ITheme>;
4
+ export declare const customItemsMock: IStylingPickerItem<ITheme>[];
5
+ export declare const fullyDefinedThemeMock: ITheme;
6
+ //# sourceMappingURL=mocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mocks.d.ts","sourceRoot":"","sources":["../../src/SettingWidget/mocks.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAS,MAAM,qBAAqB,CAAC;AAEzD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAE/F,eAAO,MAAM,eAAe,EAAE,kBAAkB,CAAC,MAAM,CAiBtD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAyCvD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MA+GnC,CAAC"}
@@ -0,0 +1,174 @@
1
+ // (C) 2022-2026 GoodData Corporation
2
+ import { idRef } from "@gooddata/sdk-model";
3
+ export const defaultItemMock = {
4
+ ref: idRef("default-theme"),
5
+ name: "Default theme",
6
+ content: {
7
+ palette: {
8
+ primary: {
9
+ base: "#14b2e2",
10
+ },
11
+ complementary: {
12
+ c0: "#fff",
13
+ c1: "#303442",
14
+ c7: "#778491",
15
+ c8: "#464e56",
16
+ c9: "#000",
17
+ },
18
+ },
19
+ },
20
+ };
21
+ export const customItemsMock = [
22
+ {
23
+ ref: idRef("theme1"),
24
+ name: "First theme",
25
+ content: {
26
+ palette: {
27
+ complementary: {
28
+ c0: "#292727",
29
+ c1: "#323232",
30
+ c2: "#424242",
31
+ c3: "#4E4E4E",
32
+ c4: "#5F5F5F",
33
+ c5: "#7B7B7B",
34
+ c6: "#A0A0A0",
35
+ c7: "#B9B9B9",
36
+ c8: "#D6D6D6",
37
+ c9: "#EAEAEA",
38
+ },
39
+ },
40
+ },
41
+ },
42
+ {
43
+ ref: idRef("theme2"),
44
+ name: "Second theme",
45
+ content: {
46
+ palette: {
47
+ complementary: {
48
+ c0: "#122330",
49
+ c1: "#1C3447",
50
+ c2: "#264156",
51
+ c3: "#324F65",
52
+ c4: "#40617B",
53
+ c5: "#4A6C89",
54
+ c6: "#779DBB",
55
+ c7: "#9DBFDA",
56
+ c8: "#C3DDF1",
57
+ c9: "#F0F8FF",
58
+ },
59
+ },
60
+ },
61
+ },
62
+ ];
63
+ export const fullyDefinedThemeMock = {
64
+ analyticalDesigner: {
65
+ title: {
66
+ color: "#000",
67
+ },
68
+ },
69
+ button: {
70
+ borderRadius: "15",
71
+ dropShadow: true,
72
+ textCapitalization: true,
73
+ },
74
+ dashboards: {
75
+ content: {
76
+ backgroundColor: "#dfdfdf",
77
+ kpiWidget: {
78
+ backgroundColor: "#1b4096",
79
+ borderColor: "#000",
80
+ borderRadius: "4",
81
+ borderWidth: "1",
82
+ dropShadow: false,
83
+ kpi: {
84
+ primaryMeasureColor: "#fff",
85
+ secondaryInfoColor: "#eba12a",
86
+ },
87
+ title: {
88
+ color: "#fff",
89
+ textAlign: "left",
90
+ },
91
+ },
92
+ widget: {
93
+ borderColor: "#1b4096",
94
+ borderRadius: "50",
95
+ borderWidth: "1",
96
+ dropShadow: false,
97
+ title: {
98
+ color: "#101010",
99
+ textAlign: "center",
100
+ },
101
+ },
102
+ },
103
+ filterBar: {
104
+ backgroundColor: "#f0f0f0",
105
+ filterButton: {
106
+ backgroundColor: "#dfdfdf",
107
+ },
108
+ },
109
+ navigation: {
110
+ backgroundColor: "#f0f0f0",
111
+ borderColor: "#1b4096",
112
+ item: {
113
+ color: "#101010",
114
+ hoverColor: "#000",
115
+ selectedBackgroundColor: "#1b4096",
116
+ selectedColor: "#fff",
117
+ },
118
+ title: {
119
+ color: "#000",
120
+ },
121
+ },
122
+ section: {
123
+ description: {
124
+ color: "#101010",
125
+ },
126
+ title: {
127
+ color: "#000000",
128
+ lineColor: "#dde4eb",
129
+ },
130
+ },
131
+ title: {
132
+ color: "#ff0000",
133
+ },
134
+ },
135
+ modal: {
136
+ borderColor: "#14b2e2",
137
+ borderRadius: "50px",
138
+ borderWidth: "15",
139
+ dropShadow: false,
140
+ outsideBackgroundColor: "#ffffbf",
141
+ title: {
142
+ color: "#1b4096",
143
+ lineColor: "#000",
144
+ },
145
+ },
146
+ palette: {
147
+ error: {
148
+ base: "#ff2e5f",
149
+ },
150
+ info: {
151
+ base: "#00f",
152
+ contrast: "rgba(255,0,0,0.5)",
153
+ dark: "rgb(0,0,125)",
154
+ light: "rgb(100,100,255)",
155
+ },
156
+ primary: {
157
+ base: "#eba12a",
158
+ },
159
+ success: {
160
+ base: "#13ed4d",
161
+ },
162
+ warning: {
163
+ base: "#ddff19",
164
+ },
165
+ },
166
+ tooltip: {
167
+ backgroundColor: "#101010",
168
+ color: "#fff",
169
+ },
170
+ typography: {
171
+ font: "local('Trebuchet MS')",
172
+ fontBold: "url(https://cdn.jsdelivr.net/npm/roboto-font@0.1.0/fonts/Roboto/roboto-bold-webfont.ttf)",
173
+ },
174
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "11.54.0-alpha.3",
3
+ "version": "11.54.0-alpha.5",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -78,11 +78,11 @@
78
78
  "unified": "^11.0.5",
79
79
  "uuid": "11.1.1",
80
80
  "yaml": "2.8.3",
81
- "@gooddata/sdk-backend-spi": "11.54.0-alpha.3",
82
- "@gooddata/sdk-model": "11.54.0-alpha.3",
83
- "@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.3",
84
- "@gooddata/sdk-ui": "11.54.0-alpha.3",
85
- "@gooddata/util": "11.54.0-alpha.3"
81
+ "@gooddata/sdk-backend-spi": "11.54.0-alpha.5",
82
+ "@gooddata/sdk-ui": "11.54.0-alpha.5",
83
+ "@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.5",
84
+ "@gooddata/util": "11.54.0-alpha.5",
85
+ "@gooddata/sdk-model": "11.54.0-alpha.5"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@microsoft/api-documenter": "^7.17.0",
@@ -131,11 +131,11 @@
131
131
  "typescript": "5.9.3",
132
132
  "vitest": "4.1.8",
133
133
  "vitest-dom": "0.1.1",
134
- "@gooddata/eslint-config": "11.54.0-alpha.3",
135
- "@gooddata/oxlint-config": "11.54.0-alpha.3",
136
- "@gooddata/reference-workspace": "11.54.0-alpha.3",
137
- "@gooddata/stylelint-config": "11.54.0-alpha.3",
138
- "@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.3"
134
+ "@gooddata/eslint-config": "11.54.0-alpha.5",
135
+ "@gooddata/reference-workspace": "11.54.0-alpha.5",
136
+ "@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.5",
137
+ "@gooddata/oxlint-config": "11.54.0-alpha.5",
138
+ "@gooddata/stylelint-config": "11.54.0-alpha.5"
139
139
  },
140
140
  "peerDependencies": {
141
141
  "react": "^18.0.0 || ^19.0.0",