@hitachivantara/uikit-react-core 6.5.0 → 6.6.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.
@@ -40,7 +40,8 @@ const HvSection = forwardRef(
40
40
  }),
41
41
  ...others,
42
42
  children: [
43
- hasHeader && /* @__PURE__ */ jsxs(
43
+ hasHeader && // eslint-disable-next-line jsx-a11y/click-events-have-key-events jsx-a11y/no-static-element-interactions
44
+ /* @__PURE__ */ jsxs(
44
45
  "div",
45
46
  {
46
47
  className: cx(classes.header, {
@@ -46,8 +46,7 @@ const { staticClasses, useClasses } = createClasses("HvSection", {
46
46
  raisedHeader: {
47
47
  "& $header": {
48
48
  zIndex: 1,
49
- borderBottomWidth: 1,
50
- boxShadow: theme.colors.shadow
49
+ borderBottomWidth: 1
51
50
  },
52
51
  "& $content": {
53
52
  paddingTop: theme.space.sm
@@ -295,14 +295,8 @@ const pentaho = mergeTheme(pentaho$1, {
295
295
  backgroundColor: theme.colors.bgContainer
296
296
  },
297
297
  header: {
298
- minHeight: 48,
299
298
  padding: theme.spacing("xs", "sm"),
300
299
  gap: theme.space.xs
301
- },
302
- raisedHeader: {
303
- "& .HvSection-header": {
304
- boxShadow: "none"
305
- }
306
300
  }
307
301
  }
308
302
  },
@@ -814,7 +808,11 @@ const pentaho = mergeTheme(pentaho$1, {
814
808
  HvCardHeader: {
815
809
  classes: {
816
810
  root: {
817
- flexDirection: "row-reverse"
811
+ flexDirection: "row-reverse",
812
+ // remove top padding from the next sibling
813
+ "&& + *": {
814
+ paddingTop: 0
815
+ }
818
816
  },
819
817
  subheader: {
820
818
  color: theme.colors.textSubtle
@@ -824,6 +822,16 @@ const pentaho = mergeTheme(pentaho$1, {
824
822
  }
825
823
  }
826
824
  },
825
+ HvCardContent: {
826
+ classes: {
827
+ content: {
828
+ paddingBottom: 0,
829
+ "&& + .HvCardMedia-root": {
830
+ paddingTop: theme.space.xs
831
+ }
832
+ }
833
+ }
834
+ },
827
835
  HvFooter: {
828
836
  name: "Pentaho"
829
837
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-core",
3
- "version": "6.5.0",
3
+ "version": "6.6.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "@emotion/cache": "^11.11.0",
35
35
  "@emotion/serialize": "^1.1.2",
36
- "@hitachivantara/uikit-react-shared": "^6.0.2",
37
- "@hitachivantara/uikit-react-utils": "^6.2.0",
38
- "@hitachivantara/uikit-styles": "^6.0.2",
36
+ "@hitachivantara/uikit-react-shared": "^6.0.3",
37
+ "@hitachivantara/uikit-react-utils": "^6.2.1",
38
+ "@hitachivantara/uikit-styles": "^6.0.3",
39
39
  "@internationalized/date": "^3.2.0",
40
40
  "@mui/base": "5.0.0-beta.68",
41
41
  "@popperjs/core": "^2.11.8",
@@ -61,7 +61,7 @@
61
61
  "access": "public",
62
62
  "directory": "package"
63
63
  },
64
- "gitHead": "0985fa0fa2f1fdff7a57fced4fcb1385544cb457",
64
+ "gitHead": "a80406b1865bb35a4e5c23e1c4fa2e7266f77f4e",
65
65
  "exports": {
66
66
  ".": {
67
67
  "types": "./dist/index.d.ts",