@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.
@@ -17023,8 +17023,6 @@
17023
17023
  var ResponsiveTypography = {
17024
17024
  // xl maps to H1 - Largest heading
17025
17025
  xl: {
17026
- fontWeight: 500,
17027
- letterSpacing: 1.25,
17028
17026
  media: {
17029
17027
  mobile: {
17030
17028
  fontSize: 60
@@ -17039,7 +17037,6 @@
17039
17037
  },
17040
17038
  // lg maps to H2 - Large heading
17041
17039
  lg: {
17042
- fontWeight: 500,
17043
17040
  media: {
17044
17041
  mobile: {
17045
17042
  fontSize: 48
@@ -17054,7 +17051,6 @@
17054
17051
  },
17055
17052
  // md maps to H3 - Medium heading
17056
17053
  md: {
17057
- fontWeight: 500,
17058
17054
  media: {
17059
17055
  mobile: {
17060
17056
  fontSize: 32
@@ -17069,8 +17065,6 @@
17069
17065
  },
17070
17066
  // sm maps to T1 - Title text
17071
17067
  sm: {
17072
- fontWeight: 400,
17073
- letterSpacing: -0.2,
17074
17068
  media: {
17075
17069
  mobile: {
17076
17070
  fontSize: 20
@@ -17085,8 +17079,6 @@
17085
17079
  },
17086
17080
  // xs maps to S1 - Subtitle text
17087
17081
  xs: {
17088
- fontWeight: 400,
17089
- letterSpacing: -0.2,
17090
17082
  media: {
17091
17083
  mobile: {
17092
17084
  fontSize: 14
@@ -17508,8 +17500,6 @@
17508
17500
  }, !textComponent && {
17509
17501
  as: 'h1',
17510
17502
  fontSize: useResponsive ? undefined : fontSize,
17511
- fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17512
- letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
17513
17503
  media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
17514
17504
  });
17515
17505
  // Render highlighted text content (typewriter, slide, or plain)
@@ -17539,7 +17529,6 @@
17539
17529
  sequential: stateHighlightSlideSequential,
17540
17530
  direction: "up",
17541
17531
  fontSize: useResponsive ? undefined : fontSize,
17542
- fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17543
17532
  wordProps: highlightProps,
17544
17533
  textComponent: TextComponent
17545
17534
  });