@hitachivantara/uikit-react-pentaho 0.10.3 → 0.10.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const uikitReactCore = require("@hitachivantara/uikit-react-core");
4
- const boxShadow = `4px 0px 8px -4px ${uikitReactCore.theme.alpha("base_dark", "12%")}`;
4
+ const boxShadow = `4px 0px 8px -4px ${uikitReactCore.theme.alpha("textDark", "12%")}`;
5
5
  const { staticClasses, useClasses } = uikitReactCore.createClasses(
6
6
  "HvCanvasSidePanel",
7
7
  {
@@ -1,5 +1,5 @@
1
1
  import { createClasses, theme } from "@hitachivantara/uikit-react-core";
2
- const boxShadow = `4px 0px 8px -4px ${theme.alpha("base_dark", "12%")}`;
2
+ const boxShadow = `4px 0px 8px -4px ${theme.alpha("textDark", "12%")}`;
3
3
  const { staticClasses, useClasses } = createClasses(
4
4
  "HvCanvasSidePanel",
5
5
  {
@@ -267,7 +267,7 @@ declare interface ToolbarTabsTab {
267
267
 
268
268
  export declare const useCanvasContext: () => HvCanvasContextValue | null;
269
269
 
270
- declare const useClasses: (classesProp?: Partial<Record<"content" | "tab" | "root" | "closed" | "actionsDisabled" | "minimized" | "multipleTabs" | "overflowing" | "tabTitle" | "tabsRoot" | "leftActions" | "rightActions", string>>, addStatic?: boolean) => {
270
+ declare const useClasses: (classesProp?: Partial<Record<"content" | "tab" | "root" | "actionsDisabled" | "minimized" | "closed" | "multipleTabs" | "overflowing" | "tabTitle" | "tabsRoot" | "leftActions" | "rightActions", string>>, addStatic?: boolean) => {
271
271
  readonly classes: {
272
272
  root: string;
273
273
  closed: string;
@@ -294,7 +294,7 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>, addS
294
294
  readonly cx: (...args: any) => string;
295
295
  };
296
296
 
297
- declare const useClasses_3: (classesProp?: Partial<Record<"root" | "list", string>>, addStatic?: boolean) => {
297
+ declare const useClasses_3: (classesProp?: Partial<Record<"list" | "root", string>>, addStatic?: boolean) => {
298
298
  readonly classes: {
299
299
  root: string;
300
300
  list: string;
@@ -318,7 +318,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"content" | "open" | "
318
318
  readonly cx: (...args: any) => string;
319
319
  };
320
320
 
321
- declare const useClasses_5: (classesProp?: Partial<Record<"root" | "title" | "actions" | "back", string>>, addStatic?: boolean) => {
321
+ declare const useClasses_5: (classesProp?: Partial<Record<"title" | "root" | "actions" | "back", string>>, addStatic?: boolean) => {
322
322
  readonly classes: {
323
323
  root: string;
324
324
  back: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-pentaho",
3
- "version": "0.10.3",
3
+ "version": "0.10.5",
4
4
  "private": false,
5
5
  "author": "Hitachi Vantara UI Kit Team",
6
6
  "description": "UI Kit Pentaho React components.",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@emotion/css": "^11.11.0",
33
- "@hitachivantara/uikit-react-core": "^5.99.1",
34
- "@hitachivantara/uikit-react-icons": "^5.16.3",
35
- "@hitachivantara/uikit-react-utils": "^0.2.43",
33
+ "@hitachivantara/uikit-react-core": "^5.100.1",
34
+ "@hitachivantara/uikit-react-icons": "^5.16.4",
35
+ "@hitachivantara/uikit-react-utils": "^0.2.44",
36
36
  "@mui/base": "5.0.0-beta.68",
37
37
  "react-resize-detector": "^8.1.0"
38
38
  },
@@ -43,7 +43,7 @@
43
43
  "access": "public",
44
44
  "directory": "package"
45
45
  },
46
- "gitHead": "581850c6252b29a8cd9820a6e87b2df89830155f",
46
+ "gitHead": "597165cf787bef63a0f77d391d7333f608269aca",
47
47
  "exports": {
48
48
  ".": {
49
49
  "types": "./dist/types/index.d.ts",