@app-studio/web 0.9.73 → 0.9.75

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/web.esm.js CHANGED
@@ -17055,8 +17055,6 @@ var TitleSizes = {
17055
17055
  var ResponsiveTypography = {
17056
17056
  // xl maps to H1 - Largest heading
17057
17057
  xl: {
17058
- fontWeight: 500,
17059
- letterSpacing: 1.25,
17060
17058
  media: {
17061
17059
  mobile: {
17062
17060
  fontSize: 60
@@ -17071,7 +17069,6 @@ var ResponsiveTypography = {
17071
17069
  },
17072
17070
  // lg maps to H2 - Large heading
17073
17071
  lg: {
17074
- fontWeight: 500,
17075
17072
  media: {
17076
17073
  mobile: {
17077
17074
  fontSize: 48
@@ -17086,7 +17083,6 @@ var ResponsiveTypography = {
17086
17083
  },
17087
17084
  // md maps to H3 - Medium heading
17088
17085
  md: {
17089
- fontWeight: 500,
17090
17086
  media: {
17091
17087
  mobile: {
17092
17088
  fontSize: 32
@@ -17101,8 +17097,6 @@ var ResponsiveTypography = {
17101
17097
  },
17102
17098
  // sm maps to T1 - Title text
17103
17099
  sm: {
17104
- fontWeight: 400,
17105
- letterSpacing: -0.2,
17106
17100
  media: {
17107
17101
  mobile: {
17108
17102
  fontSize: 20
@@ -17117,8 +17111,6 @@ var ResponsiveTypography = {
17117
17111
  },
17118
17112
  // xs maps to S1 - Subtitle text
17119
17113
  xs: {
17120
- fontWeight: 400,
17121
- letterSpacing: -0.2,
17122
17114
  media: {
17123
17115
  mobile: {
17124
17116
  fontSize: 14
@@ -17540,8 +17532,6 @@ var TitleView = _ref => {
17540
17532
  }, !textComponent && {
17541
17533
  as: 'h1',
17542
17534
  fontSize: useResponsive ? undefined : fontSize,
17543
- fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17544
- letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
17545
17535
  media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
17546
17536
  });
17547
17537
  // Render highlighted text content (typewriter, slide, or plain)
@@ -17571,7 +17561,6 @@ var TitleView = _ref => {
17571
17561
  sequential: stateHighlightSlideSequential,
17572
17562
  direction: "up",
17573
17563
  fontSize: useResponsive ? undefined : fontSize,
17574
- fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17575
17564
  wordProps: highlightProps,
17576
17565
  textComponent: TextComponent
17577
17566
  });