@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/components/Title/Title/Title.style.d.ts +0 -3
- package/dist/web.cjs.development.js +0 -11
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +0 -11
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +0 -11
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,9 +19,6 @@ export declare const LineHeights: Record<TitleSize, number>;
|
|
|
19
19
|
* Based on the Typography system with dynamic breakpoint sizing
|
|
20
20
|
*/
|
|
21
21
|
export declare const ResponsiveTypography: Record<TitleSize, {
|
|
22
|
-
fontWeight: number;
|
|
23
|
-
marginBottom?: number;
|
|
24
|
-
letterSpacing?: number;
|
|
25
22
|
media: {
|
|
26
23
|
mobile: {
|
|
27
24
|
fontSize: number;
|
|
@@ -17062,8 +17062,6 @@ var TitleSizes = {
|
|
|
17062
17062
|
var ResponsiveTypography = {
|
|
17063
17063
|
// xl maps to H1 - Largest heading
|
|
17064
17064
|
xl: {
|
|
17065
|
-
fontWeight: 500,
|
|
17066
|
-
letterSpacing: 1.25,
|
|
17067
17065
|
media: {
|
|
17068
17066
|
mobile: {
|
|
17069
17067
|
fontSize: 60
|
|
@@ -17078,7 +17076,6 @@ var ResponsiveTypography = {
|
|
|
17078
17076
|
},
|
|
17079
17077
|
// lg maps to H2 - Large heading
|
|
17080
17078
|
lg: {
|
|
17081
|
-
fontWeight: 500,
|
|
17082
17079
|
media: {
|
|
17083
17080
|
mobile: {
|
|
17084
17081
|
fontSize: 48
|
|
@@ -17093,7 +17090,6 @@ var ResponsiveTypography = {
|
|
|
17093
17090
|
},
|
|
17094
17091
|
// md maps to H3 - Medium heading
|
|
17095
17092
|
md: {
|
|
17096
|
-
fontWeight: 500,
|
|
17097
17093
|
media: {
|
|
17098
17094
|
mobile: {
|
|
17099
17095
|
fontSize: 32
|
|
@@ -17108,8 +17104,6 @@ var ResponsiveTypography = {
|
|
|
17108
17104
|
},
|
|
17109
17105
|
// sm maps to T1 - Title text
|
|
17110
17106
|
sm: {
|
|
17111
|
-
fontWeight: 400,
|
|
17112
|
-
letterSpacing: -0.2,
|
|
17113
17107
|
media: {
|
|
17114
17108
|
mobile: {
|
|
17115
17109
|
fontSize: 20
|
|
@@ -17124,8 +17118,6 @@ var ResponsiveTypography = {
|
|
|
17124
17118
|
},
|
|
17125
17119
|
// xs maps to S1 - Subtitle text
|
|
17126
17120
|
xs: {
|
|
17127
|
-
fontWeight: 400,
|
|
17128
|
-
letterSpacing: -0.2,
|
|
17129
17121
|
media: {
|
|
17130
17122
|
mobile: {
|
|
17131
17123
|
fontSize: 14
|
|
@@ -17547,8 +17539,6 @@ var TitleView = _ref => {
|
|
|
17547
17539
|
}, !textComponent && {
|
|
17548
17540
|
as: 'h1',
|
|
17549
17541
|
fontSize: useResponsive ? undefined : fontSize,
|
|
17550
|
-
fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
|
|
17551
|
-
letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
|
|
17552
17542
|
media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
|
|
17553
17543
|
});
|
|
17554
17544
|
// Render highlighted text content (typewriter, slide, or plain)
|
|
@@ -17578,7 +17568,6 @@ var TitleView = _ref => {
|
|
|
17578
17568
|
sequential: stateHighlightSlideSequential,
|
|
17579
17569
|
direction: "up",
|
|
17580
17570
|
fontSize: useResponsive ? undefined : fontSize,
|
|
17581
|
-
fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
|
|
17582
17571
|
wordProps: highlightProps,
|
|
17583
17572
|
textComponent: TextComponent
|
|
17584
17573
|
});
|