@app-studio/web 0.9.62 → 0.9.63

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.
@@ -19122,20 +19122,16 @@ var ResponsiveTypography = {
19122
19122
  // xl maps to H1 - Largest heading
19123
19123
  xl: {
19124
19124
  fontWeight: 500,
19125
- marginBottom: 20,
19126
19125
  letterSpacing: 1.25,
19127
19126
  media: {
19128
19127
  mobile: {
19129
- fontSize: 42,
19130
- width: '100%'
19128
+ fontSize: 60
19131
19129
  },
19132
19130
  tablet: {
19133
- fontSize: 50,
19134
- width: '100%'
19131
+ fontSize: 60
19135
19132
  },
19136
19133
  desktop: {
19137
- fontSize: 58,
19138
- minWidth: '60%'
19134
+ fontSize: 96
19139
19135
  }
19140
19136
  }
19141
19137
  },
@@ -19144,13 +19140,13 @@ var ResponsiveTypography = {
19144
19140
  fontWeight: 500,
19145
19141
  media: {
19146
19142
  mobile: {
19147
- fontSize: 32
19143
+ fontSize: 48
19148
19144
  },
19149
19145
  tablet: {
19150
- fontSize: 40
19146
+ fontSize: 48
19151
19147
  },
19152
19148
  desktop: {
19153
- fontSize: 48
19149
+ fontSize: 70
19154
19150
  }
19155
19151
  }
19156
19152
  },
@@ -19159,13 +19155,13 @@ var ResponsiveTypography = {
19159
19155
  fontWeight: 500,
19160
19156
  media: {
19161
19157
  mobile: {
19162
- fontSize: 20
19158
+ fontSize: 32
19163
19159
  },
19164
19160
  tablet: {
19165
- fontSize: 30
19161
+ fontSize: 40
19166
19162
  },
19167
19163
  desktop: {
19168
- fontSize: 40
19164
+ fontSize: 56
19169
19165
  }
19170
19166
  }
19171
19167
  },
@@ -19175,10 +19171,10 @@ var ResponsiveTypography = {
19175
19171
  letterSpacing: -0.2,
19176
19172
  media: {
19177
19173
  mobile: {
19178
- fontSize: 16
19174
+ fontSize: 20
19179
19175
  },
19180
19176
  tablet: {
19181
- fontSize: 28
19177
+ fontSize: 24
19182
19178
  },
19183
19179
  desktop: {
19184
19180
  fontSize: 32
@@ -19191,13 +19187,13 @@ var ResponsiveTypography = {
19191
19187
  letterSpacing: -0.2,
19192
19188
  media: {
19193
19189
  mobile: {
19194
- fontSize: 12
19190
+ fontSize: 14
19195
19191
  },
19196
19192
  tablet: {
19197
19193
  fontSize: 18
19198
19194
  },
19199
19195
  desktop: {
19200
- fontSize: 24
19196
+ fontSize: 20
19201
19197
  }
19202
19198
  }
19203
19199
  }