@hitachivantara/uikit-react-core 5.54.0 → 5.55.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.
- package/dist/cjs/index.cjs +4 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/types/index.d.ts +3 -0
- package/package.json +5 -5
package/dist/cjs/index.cjs
CHANGED
|
@@ -317,6 +317,10 @@ Object.defineProperty(exports, "ds5", {
|
|
|
317
317
|
enumerable: true,
|
|
318
318
|
get: () => uikitStyles.ds5
|
|
319
319
|
});
|
|
320
|
+
Object.defineProperty(exports, "pentahoPlus", {
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: () => uikitStyles.pentahoPlus
|
|
323
|
+
});
|
|
320
324
|
Object.defineProperty(exports, "theme", {
|
|
321
325
|
enumerable: true,
|
|
322
326
|
get: () => uikitStyles.theme
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ds3, ds5, theme, themes } from "@hitachivantara/uikit-styles";
|
|
1
|
+
import { ds3, ds5, pentahoPlus, theme, themes } from "@hitachivantara/uikit-styles";
|
|
2
2
|
import { useClickOutside } from "./hooks/useClickOutside.js";
|
|
3
3
|
import { useComputation } from "./hooks/useComputation.js";
|
|
4
4
|
import { useControlled } from "./hooks/useControlled.js";
|
|
@@ -589,6 +589,7 @@ export {
|
|
|
589
589
|
staticClasses74 as overflowTooltipClasses,
|
|
590
590
|
staticClasses75 as paginationClasses,
|
|
591
591
|
staticClasses76 as panelClasses,
|
|
592
|
+
pentahoPlus,
|
|
592
593
|
prepareRow,
|
|
593
594
|
processThemes,
|
|
594
595
|
staticClasses77 as progressBarClasses,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ import { MouseEventHandler } from 'react';
|
|
|
71
71
|
import { OptionGroupProps } from '@mui/base/OptionGroup';
|
|
72
72
|
import { OptionOwnProps } from '@mui/base/Option';
|
|
73
73
|
import { OptionsObject } from 'notistack';
|
|
74
|
+
import { pentahoPlus } from '@hitachivantara/uikit-styles';
|
|
74
75
|
import { PopperProps } from 'react-popper';
|
|
75
76
|
import { PropGetter } from 'react-table';
|
|
76
77
|
import { PropsWithoutRef } from 'react';
|
|
@@ -7925,6 +7926,8 @@ export declare const panelClasses: {
|
|
|
7925
7926
|
root: "HvPanel-root";
|
|
7926
7927
|
};
|
|
7927
7928
|
|
|
7929
|
+
export { pentahoPlus }
|
|
7930
|
+
|
|
7928
7931
|
declare type PolymorphicComponent<C extends React.ElementType, Props = {}> = React.PropsWithChildren<Props & AsProp<C>> & FixComponentProps<Omit<React.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>>;
|
|
7929
7932
|
|
|
7930
7933
|
export declare type PolymorphicComponentRef<C extends React.ElementType, Props = {}> = PolymorphicComponent<C, Props> & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.55.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Core React components for the NEXT Design System.",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@emotion/css": "^11.11.2",
|
|
34
34
|
"@emotion/serialize": "^1.1.2",
|
|
35
35
|
"@emotion/utils": "^1.2.1",
|
|
36
|
-
"@hitachivantara/uikit-react-icons": "^5.8.
|
|
37
|
-
"@hitachivantara/uikit-react-shared": "^5.1.
|
|
38
|
-
"@hitachivantara/uikit-styles": "^5.
|
|
36
|
+
"@hitachivantara/uikit-react-icons": "^5.8.6",
|
|
37
|
+
"@hitachivantara/uikit-react-shared": "^5.1.31",
|
|
38
|
+
"@hitachivantara/uikit-styles": "^5.22.0",
|
|
39
39
|
"@internationalized/date": "^3.2.0",
|
|
40
40
|
"@mui/base": "^5.0.0-beta.34",
|
|
41
41
|
"@popperjs/core": "^2.11.8",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"access": "public",
|
|
64
64
|
"directory": "package"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "234825f75fb09872e06901116a798496e415e50e",
|
|
67
67
|
"main": "dist/cjs/index.cjs",
|
|
68
68
|
"exports": {
|
|
69
69
|
".": {
|