@meduza/ui-kit-2 0.8.2 → 0.8.4

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.
@@ -5,6 +5,7 @@ export interface CardTitleProps {
5
5
  text: string;
6
6
  only_on?: string;
7
7
  };
8
+ id: string;
8
9
  };
9
10
  styleContext?: string;
10
11
  }
@@ -1359,12 +1359,14 @@ const CardTitle = ({
1359
1359
  only_on: onlyOn,
1360
1360
  index,
1361
1361
  text
1362
- }
1362
+ },
1363
+ id
1363
1364
  },
1364
1365
  styleContext
1365
1366
  }) => {
1366
1367
  return /*#__PURE__*/React.createElement("div", {
1367
1368
  "data-testid": "card-title",
1369
+ id: id,
1368
1370
  className: makeClassName([[styles$o.root, true], [styles$o[onlyOn], !!onlyOn], [styles$o[styleContext], !!styleContext && !!styles$o[styleContext]]])
1369
1371
  }, /*#__PURE__*/React.createElement("div", {
1370
1372
  className: styles$o.index