@sisense/sdk-ui-angular 1.11.0 → 1.12.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.
@@ -132,27 +132,40 @@ export declare class ThemeService {
132
132
  borderGradient: [string, string] | null;
133
133
  borderRadius: string;
134
134
  hover: {
135
- backgroundColor: string;
136
135
  textColor: string;
136
+ backgroundColor: string;
137
137
  };
138
138
  loadingGradient: [string, string];
139
139
  gap: string;
140
140
  };
141
141
  clickableMessages: {
142
- backgroundColor: string;
143
142
  textColor: string;
143
+ backgroundColor: string;
144
144
  border: string | false;
145
+ borderGradient: [string, string] | null;
145
146
  hover: {
146
147
  textColor: string;
147
148
  backgroundColor: string;
148
149
  };
149
150
  };
151
+ dataTopics: {
152
+ backgroundColor: string;
153
+ items: {
154
+ textColor: string;
155
+ backgroundColor: string;
156
+ };
157
+ };
150
158
  icons: {
151
159
  color: string;
152
- hover: {
153
- color: string;
160
+ feedbackIcons: {
161
+ hoverColor: string;
154
162
  };
155
163
  };
164
+ tooltips: {
165
+ backgroundColor: string;
166
+ textColor: string;
167
+ boxShadow: string;
168
+ };
156
169
  };
157
170
  }>;
158
171
  updateThemeSettings(theme: string | ThemeSettings): Promise<void>;
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.11.0",
14
+ "version": "1.12.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -25,9 +25,9 @@
25
25
  "dist/**/*"
26
26
  ],
27
27
  "peerDependencies": {
28
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0",
29
- "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0",
30
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0"
28
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
29
+ "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
30
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@sisense/sdk-data": "workspace:^",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.11.0";
1
+ declare const _default: "1.12.0";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.11.0",
14
+ "version": "1.12.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -40,14 +40,14 @@
40
40
  "sync-version": "node ./scripts/sync-version.cjs"
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0",
44
- "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0",
45
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0"
43
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
44
+ "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
45
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@sisense/sdk-data": "^1.11.0",
49
- "@sisense/sdk-tracking": "^1.11.0",
50
- "@sisense/sdk-ui-preact": "^1.11.0",
48
+ "@sisense/sdk-data": "^1.12.0",
49
+ "@sisense/sdk-tracking": "^1.12.0",
50
+ "@sisense/sdk-ui-preact": "^1.12.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"