@hitachivantara/uikit-react-pentaho 0.4.1 → 0.4.3
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.
- package/dist/types/index.d.ts +9 -37
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
|
-
import { CSSInterpolation } from '@emotion/serialize';
|
|
3
2
|
import { ExtractNames } from '@hitachivantara/uikit-react-core';
|
|
4
3
|
import { ForwardRefExoticComponent } from 'react';
|
|
5
4
|
import { HvActionGeneric } from '@hitachivantara/uikit-react-core';
|
|
@@ -318,10 +317,7 @@ declare const useClasses: (classesProp?: Partial<Record<"content" | "root" | "ta
|
|
|
318
317
|
leftActions: string;
|
|
319
318
|
rightActions: string;
|
|
320
319
|
};
|
|
321
|
-
css:
|
|
322
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
323
|
-
(...args: CSSInterpolation[]): string;
|
|
324
|
-
};
|
|
320
|
+
css: any;
|
|
325
321
|
cx: (...args: any) => string;
|
|
326
322
|
};
|
|
327
323
|
|
|
@@ -329,10 +325,7 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
329
325
|
classes: {
|
|
330
326
|
root: string;
|
|
331
327
|
};
|
|
332
|
-
css:
|
|
333
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
334
|
-
(...args: CSSInterpolation[]): string;
|
|
335
|
-
};
|
|
328
|
+
css: any;
|
|
336
329
|
cx: (...args: any) => string;
|
|
337
330
|
};
|
|
338
331
|
|
|
@@ -341,10 +334,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "list", strin
|
|
|
341
334
|
root: string;
|
|
342
335
|
list: string;
|
|
343
336
|
};
|
|
344
|
-
css:
|
|
345
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
346
|
-
(...args: CSSInterpolation[]): string;
|
|
347
|
-
};
|
|
337
|
+
css: any;
|
|
348
338
|
cx: (...args: any) => string;
|
|
349
339
|
};
|
|
350
340
|
|
|
@@ -359,10 +349,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"content" | "root" | "
|
|
|
359
349
|
handleOpen: string;
|
|
360
350
|
handleClose: string;
|
|
361
351
|
};
|
|
362
|
-
css:
|
|
363
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
364
|
-
(...args: CSSInterpolation[]): string;
|
|
365
|
-
};
|
|
352
|
+
css: any;
|
|
366
353
|
cx: (...args: any) => string;
|
|
367
354
|
};
|
|
368
355
|
|
|
@@ -373,10 +360,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "title" | "ac
|
|
|
373
360
|
actions: string;
|
|
374
361
|
back: string;
|
|
375
362
|
};
|
|
376
|
-
css:
|
|
377
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
378
|
-
(...args: CSSInterpolation[]): string;
|
|
379
|
-
};
|
|
363
|
+
css: any;
|
|
380
364
|
cx: (...args: any) => string;
|
|
381
365
|
};
|
|
382
366
|
|
|
@@ -395,10 +379,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "actionsConta
|
|
|
395
379
|
activeTabLabel: string;
|
|
396
380
|
tabDivider: string;
|
|
397
381
|
};
|
|
398
|
-
css:
|
|
399
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
400
|
-
(...args: CSSInterpolation[]): string;
|
|
401
|
-
};
|
|
382
|
+
css: any;
|
|
402
383
|
cx: (...args: any) => string;
|
|
403
384
|
};
|
|
404
385
|
|
|
@@ -406,10 +387,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
406
387
|
classes: {
|
|
407
388
|
root: string;
|
|
408
389
|
};
|
|
409
|
-
css:
|
|
410
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
411
|
-
(...args: CSSInterpolation[]): string;
|
|
412
|
-
};
|
|
390
|
+
css: any;
|
|
413
391
|
cx: (...args: any) => string;
|
|
414
392
|
};
|
|
415
393
|
|
|
@@ -418,10 +396,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "image", stri
|
|
|
418
396
|
root: string;
|
|
419
397
|
image: string;
|
|
420
398
|
};
|
|
421
|
-
css:
|
|
422
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
423
|
-
(...args: CSSInterpolation[]): string;
|
|
424
|
-
};
|
|
399
|
+
css: any;
|
|
425
400
|
cx: (...args: any) => string;
|
|
426
401
|
};
|
|
427
402
|
|
|
@@ -429,10 +404,7 @@ declare const useClasses_9: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
429
404
|
classes: {
|
|
430
405
|
root: string;
|
|
431
406
|
};
|
|
432
|
-
css:
|
|
433
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
434
|
-
(...args: CSSInterpolation[]): string;
|
|
435
|
-
};
|
|
407
|
+
css: any;
|
|
436
408
|
cx: (...args: any) => string;
|
|
437
409
|
};
|
|
438
410
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-pentaho",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "UI Kit Pentaho+ React components.",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@emotion/css": "^11.11.0",
|
|
33
|
-
"@hitachivantara/uikit-react-core": "^5.
|
|
34
|
-
"@hitachivantara/uikit-react-icons": "^5.10.
|
|
33
|
+
"@hitachivantara/uikit-react-core": "^5.68.1",
|
|
34
|
+
"@hitachivantara/uikit-react-icons": "^5.10.8",
|
|
35
35
|
"@mui/base": "^5.0.0-beta.40",
|
|
36
36
|
"react-resize-detector": "^8.1.0"
|
|
37
37
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"access": "public",
|
|
43
43
|
"directory": "package"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "e6a4e1b89e4fec6bcebf1a88fcaab0ba41c0bda7",
|
|
46
46
|
"exports": {
|
|
47
47
|
".": {
|
|
48
48
|
"require": "./dist/cjs/index.cjs",
|