@databricks/design-system 1.3.0 → 1.3.1

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.js CHANGED
@@ -55686,7 +55686,6 @@ function getLevelStyles(theme, props) {
55686
55686
  /*#__PURE__*/
55687
55687
  (0, _react2.css)({
55688
55688
  '&&': {
55689
- // TODO:FEINF-697 Move from XXL to XL
55690
55689
  fontSize: theme.typography.fontSizeXxl,
55691
55690
  lineHeight: theme.typography.lineHeightXxl,
55692
55691
  fontWeight: theme.typography.typographyBoldFontWeight
@@ -55701,7 +55700,6 @@ function getLevelStyles(theme, props) {
55701
55700
  /*#__PURE__*/
55702
55701
  (0, _react2.css)({
55703
55702
  '&&': {
55704
- // TODO:FEINF-697 Move from XL to LG, consider moving some usages of level 2 up to level 1
55705
55703
  fontSize: theme.typography.fontSizeXl,
55706
55704
  lineHeight: theme.typography.lineHeightXl,
55707
55705
  fontWeight: theme.typography.typographyBoldFontWeight
@@ -55710,6 +55708,20 @@ function getLevelStyles(theme, props) {
55710
55708
  );
55711
55709
 
55712
55710
  case 3:
55711
+ return (
55712
+ /*#__PURE__*/
55713
+
55714
+ /*#__PURE__*/
55715
+ (0, _react2.css)({
55716
+ '&&': {
55717
+ fontSize: theme.typography.fontSizeLg,
55718
+ lineHeight: theme.typography.lineHeightLg,
55719
+ fontWeight: theme.typography.typographyBoldFontWeight
55720
+ }
55721
+ }, process.env.NODE_ENV === "production" ? "" : ";label:getLevelStyles;", process.env.NODE_ENV === "production" ? "" : ";label:getLevelStyles;")
55722
+ );
55723
+
55724
+ case 4:
55713
55725
  default:
55714
55726
  return (
55715
55727
  /*#__PURE__*/