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