@pagopa/io-app-design-system 1.36.12 → 1.36.14
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/lib/commonjs/components/layout/GradientBottomActions.js +5 -0
- package/lib/commonjs/components/layout/GradientBottomActions.js.map +1 -1
- package/lib/commonjs/components/layout/GradientScrollView.js +5 -0
- package/lib/commonjs/components/layout/GradientScrollView.js.map +1 -1
- package/lib/commonjs/components/layout/index.js +36 -36
- package/lib/commonjs/components/layout/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +4 -2
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/typography/H4.js +1 -1
- package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +14 -14
- package/lib/commonjs/components/typography/index.js +66 -0
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/commonjs/components/typography/markdown/MdH1.js +28 -0
- package/lib/commonjs/components/typography/markdown/MdH1.js.map +1 -0
- package/lib/commonjs/components/typography/markdown/MdH2.js +28 -0
- package/lib/commonjs/components/typography/markdown/MdH2.js.map +1 -0
- package/lib/commonjs/components/typography/markdown/MdH3.js +28 -0
- package/lib/commonjs/components/typography/markdown/MdH3.js.map +1 -0
- package/lib/commonjs/components/typography/markdown/MdH4.js +30 -0
- package/lib/commonjs/components/typography/markdown/MdH4.js.map +1 -0
- package/lib/commonjs/components/typography/markdown/MdH5.js +28 -0
- package/lib/commonjs/components/typography/markdown/MdH5.js.map +1 -0
- package/lib/commonjs/components/typography/markdown/MdH6.js +29 -0
- package/lib/commonjs/components/typography/markdown/MdH6.js.map +1 -0
- package/lib/commonjs/core/IOColors.js +0 -13
- package/lib/commonjs/core/IOColors.js.map +1 -1
- package/lib/module/components/layout/GradientBottomActions.js +5 -0
- package/lib/module/components/layout/GradientBottomActions.js.map +1 -1
- package/lib/module/components/layout/GradientScrollView.js +5 -0
- package/lib/module/components/layout/GradientScrollView.js.map +1 -1
- package/lib/module/components/layout/index.js +5 -5
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +4 -2
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/typography/H4.js +1 -1
- package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +14 -14
- package/lib/module/components/typography/index.js +6 -0
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/module/components/typography/markdown/MdH1.js +21 -0
- package/lib/module/components/typography/markdown/MdH1.js.map +1 -0
- package/lib/module/components/typography/markdown/MdH2.js +21 -0
- package/lib/module/components/typography/markdown/MdH2.js.map +1 -0
- package/lib/module/components/typography/markdown/MdH3.js +21 -0
- package/lib/module/components/typography/markdown/MdH3.js.map +1 -0
- package/lib/module/components/typography/markdown/MdH4.js +23 -0
- package/lib/module/components/typography/markdown/MdH4.js.map +1 -0
- package/lib/module/components/typography/markdown/MdH5.js +21 -0
- package/lib/module/components/typography/markdown/MdH5.js.map +1 -0
- package/lib/module/components/typography/markdown/MdH6.js +22 -0
- package/lib/module/components/typography/markdown/MdH6.js.map +1 -0
- package/lib/module/core/IOColors.js +0 -13
- package/lib/module/core/IOColors.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts +2 -2
- package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts +2 -2
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/layout/GradientBottomActions.d.ts +4 -0
- package/lib/typescript/components/layout/GradientBottomActions.d.ts.map +1 -1
- package/lib/typescript/components/layout/GradientScrollView.d.ts +4 -0
- package/lib/typescript/components/layout/GradientScrollView.d.ts.map +1 -1
- package/lib/typescript/components/layout/index.d.ts +5 -5
- package/lib/typescript/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts +5 -1
- package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
- package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
- package/lib/typescript/components/typography/ButtonText.d.ts +1 -1
- package/lib/typescript/components/typography/Caption.d.ts +1 -1
- package/lib/typescript/components/typography/Chip.d.ts +1 -1
- package/lib/typescript/components/typography/H1.d.ts +1 -1
- package/lib/typescript/components/typography/H2.d.ts +1 -1
- package/lib/typescript/components/typography/H3.d.ts +1 -1
- package/lib/typescript/components/typography/H4.d.ts +2 -2
- package/lib/typescript/components/typography/H5.d.ts +1 -1
- package/lib/typescript/components/typography/Hero.d.ts +1 -1
- package/lib/typescript/components/typography/index.d.ts +6 -0
- package/lib/typescript/components/typography/index.d.ts.map +1 -1
- package/lib/typescript/components/typography/markdown/MdH1.d.ts +13 -0
- package/lib/typescript/components/typography/markdown/MdH1.d.ts.map +1 -0
- package/lib/typescript/components/typography/markdown/MdH2.d.ts +13 -0
- package/lib/typescript/components/typography/markdown/MdH2.d.ts.map +1 -0
- package/lib/typescript/components/typography/markdown/MdH3.d.ts +13 -0
- package/lib/typescript/components/typography/markdown/MdH3.d.ts.map +1 -0
- package/lib/typescript/components/typography/markdown/MdH4.d.ts +13 -0
- package/lib/typescript/components/typography/markdown/MdH4.d.ts.map +1 -0
- package/lib/typescript/components/typography/markdown/MdH5.d.ts +13 -0
- package/lib/typescript/components/typography/markdown/MdH5.d.ts.map +1 -0
- package/lib/typescript/components/typography/markdown/MdH6.d.ts +13 -0
- package/lib/typescript/components/typography/markdown/MdH6.d.ts.map +1 -0
- package/lib/typescript/core/IOColors.d.ts +0 -9
- package/lib/typescript/core/IOColors.d.ts.map +1 -1
- package/lib/typescript/utils/object.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/layout/GradientBottomActions.tsx +4 -0
- package/src/components/layout/GradientScrollView.tsx +4 -0
- package/src/components/layout/index.tsx +5 -5
- package/src/components/listitems/ListItemNav.tsx +9 -2
- package/src/components/typography/H4.tsx +1 -1
- package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +14 -14
- package/src/components/typography/index.tsx +6 -0
- package/src/components/typography/markdown/MdH1.tsx +32 -0
- package/src/components/typography/markdown/MdH2.tsx +32 -0
- package/src/components/typography/markdown/MdH3.tsx +32 -0
- package/src/components/typography/markdown/MdH4.tsx +34 -0
- package/src/components/typography/markdown/MdH5.tsx +32 -0
- package/src/components/typography/markdown/MdH6.tsx +33 -0
- package/src/core/IOColors.ts +0 -13
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MdH3 = void 0;
|
|
7
|
+
var _Factory = require("../Factory");
|
|
8
|
+
const fontSize = 16;
|
|
9
|
+
const lineHeight = 24;
|
|
10
|
+
const font = "ReadexPro";
|
|
11
|
+
const defaultColor = "black";
|
|
12
|
+
const defaultWeight = "Regular";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* `MdH3` typographic style
|
|
16
|
+
*/
|
|
17
|
+
const MdH3 = props => (0, _Factory.useTypographyFactory)({
|
|
18
|
+
...props,
|
|
19
|
+
defaultWeight,
|
|
20
|
+
defaultColor,
|
|
21
|
+
font,
|
|
22
|
+
fontStyle: {
|
|
23
|
+
fontSize,
|
|
24
|
+
lineHeight
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
exports.MdH3 = MdH3;
|
|
28
|
+
//# sourceMappingURL=MdH3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Factory","require","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH3","props","useTypographyFactory","fontStyle","exports"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH3.tsx"],"mappings":";;;;;;AAGA,IAAAA,QAAA,GAAAC,OAAA;AASA,MAAMC,QAAQ,GAAG,EAAE;AACnB,MAAMC,UAAU,GAAG,EAAE;AACrB,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA;AACA;AACO,MAAMC,IAAI,GAAIC,KAAgB,IACnC,IAAAC,6BAAoB,EAA+B;EACjD,GAAGD,KAAK;EACRF,aAAa;EACbD,YAAY;EACZD,IAAI;EACJM,SAAS,EAAE;IACTR,QAAQ;IACRC;EACF;AACF,CAAC,CAAC;AAACQ,OAAA,CAAAJ,IAAA,GAAAA,IAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MdH4 = void 0;
|
|
7
|
+
var _Factory = require("../Factory");
|
|
8
|
+
const fontSize = 14;
|
|
9
|
+
const lineHeight = 24;
|
|
10
|
+
const font = "TitilliumSansPro";
|
|
11
|
+
const defaultColor = "grey-700";
|
|
12
|
+
const defaultWeight = "SemiBold";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* `MdH4` typographic style
|
|
16
|
+
*/
|
|
17
|
+
const MdH4 = props => (0, _Factory.useTypographyFactory)({
|
|
18
|
+
...props,
|
|
19
|
+
defaultWeight,
|
|
20
|
+
defaultColor,
|
|
21
|
+
font,
|
|
22
|
+
fontStyle: {
|
|
23
|
+
fontSize,
|
|
24
|
+
textTransform: "uppercase",
|
|
25
|
+
letterSpacing: 0.5,
|
|
26
|
+
lineHeight
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
exports.MdH4 = MdH4;
|
|
30
|
+
//# sourceMappingURL=MdH4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Factory","require","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH4","props","useTypographyFactory","fontStyle","textTransform","letterSpacing","exports"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH4.tsx"],"mappings":";;;;;;AAGA,IAAAA,QAAA,GAAAC,OAAA;AASA,MAAMC,QAAQ,GAAG,EAAE;AACnB,MAAMC,UAAU,GAAG,EAAE;AACrB,MAAMC,IAAgB,GAAG,kBAAkB;AAC3C,MAAMC,YAA2B,GAAG,UAAU;AAC9C,MAAMC,aAA4B,GAAG,UAAU;;AAE/C;AACA;AACA;AACO,MAAMC,IAAI,GAAIC,KAAgB,IACnC,IAAAC,6BAAoB,EAA+B;EACjD,GAAGD,KAAK;EACRF,aAAa;EACbD,YAAY;EACZD,IAAI;EACJM,SAAS,EAAE;IACTR,QAAQ;IACRS,aAAa,EAAE,WAAW;IAC1BC,aAAa,EAAE,GAAG;IAClBT;EACF;AACF,CAAC,CAAC;AAACU,OAAA,CAAAN,IAAA,GAAAA,IAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MdH5 = void 0;
|
|
7
|
+
var _Factory = require("../Factory");
|
|
8
|
+
const fontSize = 12;
|
|
9
|
+
const lineHeight = 16;
|
|
10
|
+
const font = "ReadexPro";
|
|
11
|
+
const defaultColor = "grey-850";
|
|
12
|
+
const defaultWeight = "Regular";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* `MdH5` typographic style
|
|
16
|
+
*/
|
|
17
|
+
const MdH5 = props => (0, _Factory.useTypographyFactory)({
|
|
18
|
+
...props,
|
|
19
|
+
defaultWeight,
|
|
20
|
+
defaultColor,
|
|
21
|
+
font,
|
|
22
|
+
fontStyle: {
|
|
23
|
+
fontSize,
|
|
24
|
+
lineHeight
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
exports.MdH5 = MdH5;
|
|
28
|
+
//# sourceMappingURL=MdH5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Factory","require","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH5","props","useTypographyFactory","fontStyle","exports"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH5.tsx"],"mappings":";;;;;;AAGA,IAAAA,QAAA,GAAAC,OAAA;AASA,MAAMC,QAAQ,GAAG,EAAE;AACnB,MAAMC,UAAU,GAAG,EAAE;AACrB,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,UAAU;AAC9C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA;AACA;AACO,MAAMC,IAAI,GAAIC,KAAgB,IACnC,IAAAC,6BAAoB,EAA+B;EACjD,GAAGD,KAAK;EACRF,aAAa;EACbD,YAAY;EACZD,IAAI;EACJM,SAAS,EAAE;IACTR,QAAQ;IACRC;EACF;AACF,CAAC,CAAC;AAACQ,OAAA,CAAAJ,IAAA,GAAAA,IAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MdH6 = void 0;
|
|
7
|
+
var _Factory = require("../Factory");
|
|
8
|
+
const fontSize = 10;
|
|
9
|
+
const lineHeight = 14;
|
|
10
|
+
const font = "ReadexPro";
|
|
11
|
+
const defaultColor = "grey-700";
|
|
12
|
+
const defaultWeight = "Regular";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* `MdH5` typographic style
|
|
16
|
+
*/
|
|
17
|
+
const MdH6 = props => (0, _Factory.useTypographyFactory)({
|
|
18
|
+
...props,
|
|
19
|
+
defaultWeight,
|
|
20
|
+
defaultColor,
|
|
21
|
+
font,
|
|
22
|
+
fontStyle: {
|
|
23
|
+
fontSize,
|
|
24
|
+
lineHeight,
|
|
25
|
+
letterSpacing: 0.5
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
exports.MdH6 = MdH6;
|
|
29
|
+
//# sourceMappingURL=MdH6.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_Factory","require","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH6","props","useTypographyFactory","fontStyle","letterSpacing","exports"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH6.tsx"],"mappings":";;;;;;AAGA,IAAAA,QAAA,GAAAC,OAAA;AASA,MAAMC,QAAQ,GAAG,EAAE;AACnB,MAAMC,UAAU,GAAG,EAAE;AACrB,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,UAAU;AAC9C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA;AACA;AACO,MAAMC,IAAI,GAAIC,KAAgB,IACnC,IAAAC,6BAAoB,EAA+B;EACjD,GAAGD,KAAK;EACRF,aAAa;EACbD,YAAY;EACZD,IAAI;EACJM,SAAS,EAAE;IACTR,QAAQ;IACRC,UAAU;IACVQ,aAAa,EAAE;EACjB;AACF,CAAC,CAAC;AAACC,OAAA,CAAAL,IAAA,GAAAA,IAAA"}
|
|
@@ -74,7 +74,6 @@ const IOColors = asIOColors({
|
|
|
74
74
|
"info-500": "#6BCFFB",
|
|
75
75
|
"info-400": "#89D9FC" /* Dark mode */,
|
|
76
76
|
"info-100": "#E1F5FE",
|
|
77
|
-
cobalt: "#2C489D" /* used in the `Bonus Vacanze` only */,
|
|
78
77
|
"blueItalia-850": "#001F3D",
|
|
79
78
|
"blueItalia-600": "#0052A3",
|
|
80
79
|
"blueItalia-500": "#0066CC" /* pagoPA service */,
|
|
@@ -88,16 +87,13 @@ const IOColors = asIOColors({
|
|
|
88
87
|
greyLight: "#E6E9F2",
|
|
89
88
|
bluegreyLight: "#CCD4DC",
|
|
90
89
|
grey: "#909DA8",
|
|
91
|
-
milderGray: "#5F6F80",
|
|
92
90
|
bluegrey: "#475A6D",
|
|
93
91
|
bluegreyDark: "#17324D",
|
|
94
|
-
noCieButton: "#789CCD" /* Half-disabled noCIE CTA BG, LandingScreen.tsx */,
|
|
95
92
|
blue: "#0073E6",
|
|
96
93
|
blueUltraLight: "#99CCFF" /* Almost deprecated, avoid if possible */,
|
|
97
94
|
aqua: "#00C5CA",
|
|
98
95
|
aquaUltraLight: "#C1F4F2",
|
|
99
96
|
antiqueFuchsia: "#9B5897" /* used in the CgnDiscountValueBox only */,
|
|
100
|
-
yellow: "#FFC824" /* Almost deprecated, used in `PaymentHistoryList` only */,
|
|
101
97
|
orange: "#EA7614",
|
|
102
98
|
red: "#C02927",
|
|
103
99
|
green: "#005C3C",
|
|
@@ -137,18 +133,14 @@ const {
|
|
|
137
133
|
greyLight,
|
|
138
134
|
bluegreyLight,
|
|
139
135
|
grey,
|
|
140
|
-
milderGray,
|
|
141
136
|
bluegrey,
|
|
142
137
|
bluegreyDark,
|
|
143
138
|
black,
|
|
144
|
-
noCieButton,
|
|
145
139
|
blue,
|
|
146
140
|
blueUltraLight,
|
|
147
141
|
aqua,
|
|
148
142
|
aquaUltraLight,
|
|
149
|
-
cobalt,
|
|
150
143
|
antiqueFuchsia,
|
|
151
|
-
yellow,
|
|
152
144
|
orange,
|
|
153
145
|
red,
|
|
154
146
|
green,
|
|
@@ -160,18 +152,14 @@ const IOColorsLegacy = {
|
|
|
160
152
|
greyLight,
|
|
161
153
|
bluegreyLight,
|
|
162
154
|
grey,
|
|
163
|
-
milderGray,
|
|
164
155
|
bluegrey,
|
|
165
156
|
bluegreyDark,
|
|
166
157
|
black,
|
|
167
|
-
noCieButton,
|
|
168
158
|
blue,
|
|
169
159
|
blueUltraLight,
|
|
170
160
|
aqua,
|
|
171
161
|
aquaUltraLight,
|
|
172
|
-
cobalt,
|
|
173
162
|
antiqueFuchsia,
|
|
174
|
-
yellow,
|
|
175
163
|
orange,
|
|
176
164
|
red,
|
|
177
165
|
green,
|
|
@@ -232,7 +220,6 @@ const IOColorsStatus = asIOColors({
|
|
|
232
220
|
});
|
|
233
221
|
exports.IOColorsStatus = IOColorsStatus;
|
|
234
222
|
const IOColorsExtra = {
|
|
235
|
-
cobalt: IOColors.cobalt,
|
|
236
223
|
"blueItalia-850": IOColors["blueItalia-850"],
|
|
237
224
|
"blueItalia-600": IOColors["blueItalia-600"],
|
|
238
225
|
"blueItalia-500": IOColors["blueItalia-500"],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["asIOColors","arg","asIOThemeColors","asIOColorGradients","IOColors","white","black","
|
|
1
|
+
{"version":3,"names":["asIOColors","arg","asIOThemeColors","asIOColorGradients","IOColors","white","black","greyUltraLight","greyLight","bluegreyLight","grey","bluegrey","bluegreyDark","blue","blueUltraLight","aqua","aquaUltraLight","antiqueFuchsia","orange","red","green","greenLight","exports","IOColorGradients","appLaunch","appIcon","cgnAll","cgn","cgnFinance","cgnCulture","cgnLearning","cgnHealth","cgnHome","cgnJobOffers","cgnSport","cgnMobility","cgnTelco","cgnTravel","getGradientColorValues","gradientId","first","second","IOColorsLegacy","IOColorsNeutral","IOColorsTints","IOColorsStatus","IOColorsExtra","IOThemeLight","errorIcon","errorText","IOThemeLightLegacy","IOThemeDark","themeStatusColorsLightMode","errorMain","errorBackground","errorGraphics","errorTypography","warningMain","warningBackground","warningGraphics","warningTypography","successMain","successBackground","successGraphics","successTypography","infoMain","infoBackground","infoGraphics","infoTypography","themeStatusColorsDarkMode","hexToRgba","hexCode","opacity","arguments","length","undefined","hex","toString","replace","r","parseInt","substring","g","b"],"sourceRoot":"../../../src","sources":["core/IOColors.ts"],"mappings":"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"}
|
|
@@ -43,6 +43,11 @@ const styles = StyleSheet.create({
|
|
|
43
43
|
backgroundColor: IOColors[HEADER_BG_COLOR]
|
|
44
44
|
}
|
|
45
45
|
});
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated This component has been included in the new `IOScrollView` after a proper refactor. It will be removed in a future release.
|
|
49
|
+
* @see IOScrollView
|
|
50
|
+
*/
|
|
46
51
|
export const GradientBottomActions = _ref => {
|
|
47
52
|
let {
|
|
48
53
|
primaryActionProps: primaryAction,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Easing","StyleSheet","View","easeGradient","LinearGradient","Animated","IOColors","IOVisualCostants","hexToRgba","ButtonLink","ButtonSolid","VSpacer","HEADER_BG_COLOR","colors","locations","colorStops","color","easing","ease","extraColorStopsPerTransition","styles","create","buttonContainer","paddingHorizontal","appMarginDefault","width","flex","flexShrink","justifyContent","gradientContainer","absoluteFillObject","safeBackgroundBlock","position","bottom","left","right","backgroundColor","GradientBottomActions","_ref","primaryActionProps","primaryAction","secondaryActionProps","secondaryAction","dimensions","transitionAnimStyle","debugMode","testID","createElement","style","height","gradientAreaHeight","paddingBottom","bottomMargin","pointerEvents","borderTopColor","borderTopWidth","safeBackgroundHeight","_extends","fullWidth","alignSelf","marginBottom","extraBottomMargin","size","spaceBetweenActions"],"sourceRoot":"../../../../src","sources":["components/layout/GradientBottomActions.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,MAAM,EAAaC,UAAU,EAAEC,IAAI,QAAmB,cAAc;AAC7E,SAASC,YAAY,QAAQ,8BAA8B;AAC3D,OAAOC,cAAc,MAAM,8BAA8B;AACzD,OAAOC,QAAQ,MAAM,yBAAyB;AAC9C,SAASC,QAAQ,EAAYC,gBAAgB,EAAEC,SAAS,QAAQ,YAAY;AAE5E,SACEC,UAAU,EAEVC,WAAW,QAEN,YAAY;AACnB,SAASC,OAAO,QAAQ,WAAW;AAoBnC;AACA,MAAMC,eAAyB,GAAG,OAAO;AAEzC,MAAM;EAAEC,MAAM;EAAEC;AAAU,CAAC,GAAGX,YAAY,CAAC;EACzCY,UAAU,EAAE;IACV,CAAC,EAAE;MAAEC,KAAK,EAAER,SAAS,CAACF,QAAQ,CAACM,eAAe,CAAC,EAAE,CAAC;IAAE,CAAC;IACrD,CAAC,EAAE;MAAEI,KAAK,EAAEV,QAAQ,CAACM,eAAe;IAAE;EACxC,CAAC;EACDK,MAAM,EAAEjB,MAAM,CAACkB,IAAI;EACnBC,4BAA4B,EAAE;AAChC,CAAC,CAAC;AAEF,MAAMC,MAAM,GAAGnB,UAAU,CAACoB,MAAM,CAAC;EAC/BC,eAAe,EAAE;IACfC,iBAAiB,EAAEhB,gBAAgB,CAACiB,gBAAgB;IACpDC,KAAK,EAAE,MAAM;IACbC,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,CAAC;IACbC,cAAc,EAAE;EAClB,CAAC;EACDC,iBAAiB,EAAE;IACjB,GAAG5B,UAAU,CAAC6B;EAChB,CAAC;EACDC,mBAAmB,EAAE;IACnBC,QAAQ,EAAE,UAAU;IACpBC,MAAM,EAAE,CAAC;IACTC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,eAAe,EAAE9B,QAAQ,CAACM,eAAe;EAC3C;AACF,CAAC,CAAC;
|
|
1
|
+
{"version":3,"names":["React","Easing","StyleSheet","View","easeGradient","LinearGradient","Animated","IOColors","IOVisualCostants","hexToRgba","ButtonLink","ButtonSolid","VSpacer","HEADER_BG_COLOR","colors","locations","colorStops","color","easing","ease","extraColorStopsPerTransition","styles","create","buttonContainer","paddingHorizontal","appMarginDefault","width","flex","flexShrink","justifyContent","gradientContainer","absoluteFillObject","safeBackgroundBlock","position","bottom","left","right","backgroundColor","GradientBottomActions","_ref","primaryActionProps","primaryAction","secondaryActionProps","secondaryAction","dimensions","transitionAnimStyle","debugMode","testID","createElement","style","height","gradientAreaHeight","paddingBottom","bottomMargin","pointerEvents","borderTopColor","borderTopWidth","safeBackgroundHeight","_extends","fullWidth","alignSelf","marginBottom","extraBottomMargin","size","spaceBetweenActions"],"sourceRoot":"../../../../src","sources":["components/layout/GradientBottomActions.tsx"],"mappings":"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"}
|
|
@@ -14,6 +14,11 @@ const spaceBetweenActions = 24;
|
|
|
14
14
|
const secondaryActionEstHeight = 20;
|
|
15
15
|
// Extra bottom margin for iPhone bottom handle
|
|
16
16
|
const extraSafeAreaMargin = 8;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated This component has been deprecated. It will be removed in a future release.
|
|
20
|
+
* @see IOScrollView
|
|
21
|
+
*/
|
|
17
22
|
export const GradientScrollView = _ref => {
|
|
18
23
|
let {
|
|
19
24
|
children,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","Animated","Easing","useAnimatedScrollHandler","useAnimatedStyle","useSharedValue","withTiming","useSafeAreaInsets","IOVisualCostants","buttonSolidHeight","GradientBottomActions","gradientSafeArea","contentEndMargin","spaceBetweenActions","secondaryActionEstHeight","extraSafeAreaMargin","GradientScrollView","_ref","children","primaryActionProps","secondaryActionProps","excludeSafeAreaMargins","debugMode","testID","gradientOpacity","insets","bottomMargin","bottom","appMarginDefault","extraBottomMargin","actionsArea","gradientAreaHeight","safeBottomAreaHeight","safeBackgroundHeight","handleScroll","_ref2","contentOffset","layoutMeasurement","contentSize","isEndReached","Math","floor","height","y","value","opacityTransition","opacity","duration","easing","ease","createElement","Fragment","ScrollView","onScroll","scrollEventThrottle","contentContainerStyle","paddingHorizontal","paddingBottom","transitionAnimStyle","dimensions"],"sourceRoot":"../../../../src","sources":["components/layout/GradientScrollView.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,OAAO,QAAQ,OAAO;AAC/B,OAAOC,QAAQ,IACbC,MAAM,EACNC,wBAAwB,EACxBC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,QACL,yBAAyB;AAChC,SAASC,iBAAiB,QAAQ,gCAAgC;AAClE,SAGEC,gBAAgB,EAChBC,iBAAiB,QACZ,YAAY;AAEnB,OAAOC,qBAAqB,MAAM,yBAAyB;AAY3D;AACA,OAAO,MAAMC,gBAAgC,GAAG,EAAE;AAClD;AACA,MAAMC,gBAAgC,GAAG,EAAE;AAC3C;AACA,MAAMC,mBAA6B,GAAG,EAAE;AACxC;AACA,MAAMC,wBAAgC,GAAG,EAAE;AAC3C;AACA,MAAMC,mBAAmC,GAAG,CAAC;
|
|
1
|
+
{"version":3,"names":["React","useMemo","Animated","Easing","useAnimatedScrollHandler","useAnimatedStyle","useSharedValue","withTiming","useSafeAreaInsets","IOVisualCostants","buttonSolidHeight","GradientBottomActions","gradientSafeArea","contentEndMargin","spaceBetweenActions","secondaryActionEstHeight","extraSafeAreaMargin","GradientScrollView","_ref","children","primaryActionProps","secondaryActionProps","excludeSafeAreaMargins","debugMode","testID","gradientOpacity","insets","bottomMargin","bottom","appMarginDefault","extraBottomMargin","actionsArea","gradientAreaHeight","safeBottomAreaHeight","safeBackgroundHeight","handleScroll","_ref2","contentOffset","layoutMeasurement","contentSize","isEndReached","Math","floor","height","y","value","opacityTransition","opacity","duration","easing","ease","createElement","Fragment","ScrollView","onScroll","scrollEventThrottle","contentContainerStyle","paddingHorizontal","paddingBottom","transitionAnimStyle","dimensions"],"sourceRoot":"../../../../src","sources":["components/layout/GradientScrollView.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,OAAO,QAAQ,OAAO;AAC/B,OAAOC,QAAQ,IACbC,MAAM,EACNC,wBAAwB,EACxBC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,QACL,yBAAyB;AAChC,SAASC,iBAAiB,QAAQ,gCAAgC;AAClE,SAGEC,gBAAgB,EAChBC,iBAAiB,QACZ,YAAY;AAEnB,OAAOC,qBAAqB,MAAM,yBAAyB;AAY3D;AACA,OAAO,MAAMC,gBAAgC,GAAG,EAAE;AAClD;AACA,MAAMC,gBAAgC,GAAG,EAAE;AAC3C;AACA,MAAMC,mBAA6B,GAAG,EAAE;AACxC;AACA,MAAMC,wBAAgC,GAAG,EAAE;AAC3C;AACA,MAAMC,mBAAmC,GAAG,CAAC;;AAE7C;AACA;AACA;AACA;AACA,OAAO,MAAMC,kBAAkB,GAAGC,IAAA,IAQR;EAAA,IARS;IACjCC,QAAQ;IACRC,kBAAkB,EAAEA,kBAAkB;IACtCC,oBAAoB,EAAEA,oBAAoB;IAC1C;IACAC,sBAAsB,GAAG,KAAK;IAC9BC,SAAS,GAAG,KAAK;IACjBC;EACkB,CAAC,GAAAN,IAAA;EACnB,MAAMO,eAAe,GAAGnB,cAAc,CAAC,CAAC,CAAC;EACzC,MAAMoB,MAAM,GAAGlB,iBAAiB,CAAC,CAAC;;EAElC;AACF;AACA;AACA;EACE,MAAMmB,YAAoB,GAAG1B,OAAO,CAClC,MACEyB,MAAM,CAACE,MAAM,KAAK,CAAC,IAAIN,sBAAsB,GACzCb,gBAAgB,CAACoB,gBAAgB,GACjCH,MAAM,CAACE,MAAM,EACnB,CAACF,MAAM,EAAEJ,sBAAsB,CACjC,CAAC;;EAED;AACF;EACE,MAAMQ,iBAAyB,GAAG7B,OAAO,CACvC,MACEoB,oBAAoB,IAAIK,MAAM,CAACE,MAAM,KAAK,CAAC,GAAGZ,mBAAmB,GAAG,CAAC,EACvE,CAACU,MAAM,CAACE,MAAM,EAAEP,oBAAoB,CACtC,CAAC;;EAED;EACA,MAAMU,WAAmB,GAAG9B,OAAO,CACjC,MACEmB,kBAAkB,IAAIC,oBAAoB,GACrCX,iBAAiB,GAClBI,mBAAmB,GACnBC,wBAAwB,GACxBe,iBAAiB,GACjBpB,iBAAiB,EACvB,CAACoB,iBAAiB,EAAEV,kBAAkB,EAAEC,oBAAoB,CAC9D,CAAC;;EAED;EACA,MAAMW,kBAA0B,GAAG/B,OAAO,CACxC,MAAM0B,YAAY,GAAGI,WAAW,GAAGnB,gBAAgB,EACnD,CAACmB,WAAW,EAAEJ,YAAY,CAC5B,CAAC;;EAED;AACF;EACE,MAAMM,oBAA4B,GAAGhC,OAAO,CAC1C,MAAM0B,YAAY,GAAGI,WAAW,GAAGlB,gBAAgB,EACnD,CAACkB,WAAW,EAAEJ,YAAY,CAC5B,CAAC;EAED;IACE;AACJ;AACA;AACA;EAHI;EAMF,MAAMO,oBAAoB,GAAGjC,OAAO,CAClC,MACEoB,oBAAoB,GAChBP,mBAAmB,GACnBC,wBAAwB,GACxBe,iBAAiB,GACjBH,YAAY,GACZA,YAAY,EAClB,CAACA,YAAY,EAAEG,iBAAiB,EAAET,oBAAoB,CACxD,CAAC;EAED,MAAMc,YAAY,GAAG/B,wBAAwB,CAC3CgC,KAAA,IAAuD;IAAA,IAAtD;MAAEC,aAAa;MAAEC,iBAAiB;MAAEC;IAAY,CAAC,GAAAH,KAAA;IAChD;AACN;AACA;AACA;IACM,MAAMI,YAAY,GAChBC,IAAI,CAACC,KAAK,CAACJ,iBAAiB,CAACK,MAAM,GAAGN,aAAa,CAACO,CAAC,CAAC,IACtDH,IAAI,CAACC,KAAK,CAACH,WAAW,CAACI,MAAM,CAAC;;IAEhC;IACAlB,eAAe,CAACoB,KAAK,GAAGL,YAAY,GAAG,CAAC,GAAG,CAAC;EAC9C,CACF,CAAC;EAED,MAAMM,iBAAiB,GAAGzC,gBAAgB,CAAC,OAAO;IAChD0C,OAAO,EAAExC,UAAU,CAACkB,eAAe,CAACoB,KAAK,EAAE;MACzCG,QAAQ,EAAE,GAAG;MACbC,MAAM,EAAE9C,MAAM,CAAC+C;IACjB,CAAC;EACH,CAAC,CAAC,CAAC;EAEH,oBACElD,KAAA,CAAAmD,aAAA,CAAAnD,KAAA,CAAAoD,QAAA,qBACEpD,KAAA,CAAAmD,aAAA,CAACjD,QAAQ,CAACmD,UAAU;IAClB7B,MAAM,EAAEA,MAAO;IACf8B,QAAQ,EAAEnB,YAAa;IACvBoB,mBAAmB,EAAE,EAAG;IACxBC,qBAAqB,EAAE;MACrBC,iBAAiB,EAAEhD,gBAAgB,CAACoB,gBAAgB;MACpD6B,aAAa,EAAEzB;IACjB;EAAE,GAEDd,QACkB,CAAC,eACtBnB,KAAA,CAAAmD,aAAA,CAACxC,qBAAqB;IACpBY,SAAS,EAAEA,SAAU;IACrBH,kBAAkB,EAAEA,kBAAmB;IACvCC,oBAAoB,EAAEA,oBAAqB;IAC3CsC,mBAAmB,EAAEb,iBAAkB;IACvCc,UAAU,EAAE;MACVjC,YAAY;MACZG,iBAAiB;MACjBE,kBAAkB;MAClBlB,mBAAmB;MACnBoB;IACF;EAAE,CACH,CACD,CAAC;AAEP,CAAC;AAED,eAAejB,kBAAkB"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
1
|
+
export * from "./BlockButtons";
|
|
2
|
+
export * from "./FooterWithButtons";
|
|
3
|
+
export * from "./ForceScrollDownView";
|
|
3
4
|
export * from "./GradientBottomActions";
|
|
5
|
+
export * from "./GradientScrollView";
|
|
4
6
|
export * from "./HeaderFirstLevel";
|
|
5
7
|
export * from "./HeaderSecondLevel";
|
|
6
|
-
export * from "./ForceScrollDownView";
|
|
7
|
-
export * from "./FooterWithButtons";
|
|
8
|
-
export * from "./BlockButtons";
|
|
9
8
|
export * from "./ModalBSHeader";
|
|
9
|
+
export * from "./common";
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/layout/index.tsx"],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/layout/index.tsx"],"mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,qBAAqB;AACnC,cAAc,uBAAuB;AACrC,cAAc,yBAAyB;AACvC,cAAc,sBAAsB;AACpC,cAAc,oBAAoB;AAClC,cAAc,qBAAqB;AACnC,cAAc,iBAAiB;AAC/B,cAAc,UAAU"}
|
|
@@ -30,7 +30,8 @@ export const ListItemNav = _ref => {
|
|
|
30
30
|
testID,
|
|
31
31
|
hideChevron = false,
|
|
32
32
|
topElement,
|
|
33
|
-
loading
|
|
33
|
+
loading,
|
|
34
|
+
numberOfLines
|
|
34
35
|
} = _ref;
|
|
35
36
|
const isPressed = useSharedValue(0);
|
|
36
37
|
const {
|
|
@@ -64,7 +65,8 @@ export const ListItemNav = _ref => {
|
|
|
64
65
|
}, topElement.dateValue)), /*#__PURE__*/React.createElement(VSpacer, {
|
|
65
66
|
size: 4
|
|
66
67
|
}))), typeof value === "string" ? /*#__PURE__*/React.createElement(H6, {
|
|
67
|
-
color: theme["textBody-default"]
|
|
68
|
+
color: theme["textBody-default"],
|
|
69
|
+
numberOfLines: numberOfLines
|
|
68
70
|
}, value) : value, description && /*#__PURE__*/React.createElement(React.Fragment, null, typeof description === "string" ? /*#__PURE__*/React.createElement(LabelSmall, {
|
|
69
71
|
weight: "Regular",
|
|
70
72
|
color: theme["textBody-tertiary"]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","Image","Pressable","StyleSheet","View","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOColors","IOListItemStyles","IOListItemVisualParams","IOScaleValues","IOSelectionListItemVisualParams","IOSpringValues","IOStyles","hexToRgba","useIOExperimentalDesign","useIOTheme","Avatar","Badge","Icon","LoadingSpinner","HSpacer","VSpacer","Caption","H6","LabelSmall","styles","create","paymentLogoSize","width","iconSize","height","ListItemNav","_ref","_IOScaleValues$basicB","value","description","onPress","icon","iconColor","avatarProps","avatar","paymentLogoUri","accessibilityLabel","accessibilityHint","testID","hideChevron","topElement","loading","isPressed","isExperimental","theme","withMargin","GraphicalAsset","createElement","style","marginRight","iconMargin","listItemNavContent","Fragment","badgeProps","alignSelf","size","dateValue","flexDirection","name","color","weight","mapBackgroundStates","default","pressed","navIconColor","animationScaleValue","basicButton","pressedState","progressPressed","button","animatedScaleStyle","scale","CLAMP","transform","animatedBackgroundStyle","backgroundColor","handlePressIn","handlePressOut","handleOnPress","event","primaryColor","onPressIn","onPressOut","accessible","accessibilityState","busy","accessibilityRole","listItem","listItemInner","accessibilityIgnoresInvertColors","source","uri","_extends","flex","chevronSize"],"sourceRoot":"../../../../src","sources":["components/listitems/ListItemNav.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAA+BC,WAAW,QAAQ,OAAO;AACrE,SAEEC,KAAK,EACLC,SAAS,EACTC,UAAU,EACVC,IAAI,QACC,cAAc;AACrB,OAAOC,QAAQ,IACbC,WAAW,EACXC,WAAW,EACXC,gBAAgB,EAChBC,gBAAgB,EAChBC,eAAe,EACfC,cAAc,EACdC,UAAU,QACL,yBAAyB;AAChC,SACEC,QAAQ,EACRC,gBAAgB,EAChBC,sBAAsB,EACtBC,aAAa,EACbC,+BAA+B,EAC/BC,cAAc,EACdC,QAAQ,EACRC,SAAS,EACTC,uBAAuB,EACvBC,UAAU,QACL,YAAY;AAEnB,SAASC,MAAM,QAAQ,WAAW;AAClC,SAASC,KAAK,QAAQ,UAAU;AAChC,SAAkBC,IAAI,QAAQ,UAAU;AACxC,SAASC,cAAc,QAAQ,mBAAmB;AAClD,SAASC,OAAO,EAAEC,OAAO,QAAQ,WAAW;AAC5C,SAASC,OAAO,EAAEC,EAAE,EAAEC,UAAU,QAAQ,eAAe;
|
|
1
|
+
{"version":3,"names":["React","useCallback","Image","Pressable","StyleSheet","View","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOColors","IOListItemStyles","IOListItemVisualParams","IOScaleValues","IOSelectionListItemVisualParams","IOSpringValues","IOStyles","hexToRgba","useIOExperimentalDesign","useIOTheme","Avatar","Badge","Icon","LoadingSpinner","HSpacer","VSpacer","Caption","H6","LabelSmall","styles","create","paymentLogoSize","width","iconSize","height","ListItemNav","_ref","_IOScaleValues$basicB","value","description","onPress","icon","iconColor","avatarProps","avatar","paymentLogoUri","accessibilityLabel","accessibilityHint","testID","hideChevron","topElement","loading","numberOfLines","isPressed","isExperimental","theme","withMargin","GraphicalAsset","createElement","style","marginRight","iconMargin","listItemNavContent","Fragment","badgeProps","alignSelf","size","dateValue","flexDirection","name","color","weight","mapBackgroundStates","default","pressed","navIconColor","animationScaleValue","basicButton","pressedState","progressPressed","button","animatedScaleStyle","scale","CLAMP","transform","animatedBackgroundStyle","backgroundColor","handlePressIn","handlePressOut","handleOnPress","event","primaryColor","onPressIn","onPressOut","accessible","accessibilityState","busy","accessibilityRole","listItem","listItemInner","accessibilityIgnoresInvertColors","source","uri","_extends","flex","chevronSize"],"sourceRoot":"../../../../src","sources":["components/listitems/ListItemNav.tsx"],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { useIOExperimentalDesign } from "../../core";
|
|
3
3
|
import { useTypographyFactory } from "./Factory";
|
|
4
4
|
export const h4FontSize = 20;
|
|
5
|
-
export const h4LineHeight =
|
|
5
|
+
export const h4LineHeight = 24;
|
|
6
6
|
const font = "ReadexPro";
|
|
7
7
|
const defaultColor = "black";
|
|
8
8
|
const defaultWeight = "Regular";
|
|
@@ -371,14 +371,14 @@ exports[`Test Typography Components H4 Snapshot 1`] = `
|
|
|
371
371
|
fontStyle={
|
|
372
372
|
{
|
|
373
373
|
"fontSize": 22,
|
|
374
|
-
"lineHeight":
|
|
374
|
+
"lineHeight": 24,
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
style={
|
|
378
378
|
[
|
|
379
379
|
{
|
|
380
380
|
"fontSize": 22,
|
|
381
|
-
"lineHeight":
|
|
381
|
+
"lineHeight": 24,
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"color": "#17324D",
|
|
@@ -404,14 +404,14 @@ exports[`Test Typography Components H4 Snapshot 2`] = `
|
|
|
404
404
|
fontStyle={
|
|
405
405
|
{
|
|
406
406
|
"fontSize": 22,
|
|
407
|
-
"lineHeight":
|
|
407
|
+
"lineHeight": 24,
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
style={
|
|
411
411
|
[
|
|
412
412
|
{
|
|
413
413
|
"fontSize": 22,
|
|
414
|
-
"lineHeight":
|
|
414
|
+
"lineHeight": 24,
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"color": "#0073E6",
|
|
@@ -437,14 +437,14 @@ exports[`Test Typography Components H4 Snapshot 3`] = `
|
|
|
437
437
|
fontStyle={
|
|
438
438
|
{
|
|
439
439
|
"fontSize": 22,
|
|
440
|
-
"lineHeight":
|
|
440
|
+
"lineHeight": 24,
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
style={
|
|
444
444
|
[
|
|
445
445
|
{
|
|
446
446
|
"fontSize": 22,
|
|
447
|
-
"lineHeight":
|
|
447
|
+
"lineHeight": 24,
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
450
|
"color": "#FFFFFF",
|
|
@@ -470,14 +470,14 @@ exports[`Test Typography Components H4 Snapshot 4`] = `
|
|
|
470
470
|
fontStyle={
|
|
471
471
|
{
|
|
472
472
|
"fontSize": 22,
|
|
473
|
-
"lineHeight":
|
|
473
|
+
"lineHeight": 24,
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
style={
|
|
477
477
|
[
|
|
478
478
|
{
|
|
479
479
|
"fontSize": 22,
|
|
480
|
-
"lineHeight":
|
|
480
|
+
"lineHeight": 24,
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
483
|
"color": "#17324D",
|
|
@@ -503,14 +503,14 @@ exports[`Test Typography Components H4 Snapshot 5`] = `
|
|
|
503
503
|
fontStyle={
|
|
504
504
|
{
|
|
505
505
|
"fontSize": 22,
|
|
506
|
-
"lineHeight":
|
|
506
|
+
"lineHeight": 24,
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
style={
|
|
510
510
|
[
|
|
511
511
|
{
|
|
512
512
|
"fontSize": 22,
|
|
513
|
-
"lineHeight":
|
|
513
|
+
"lineHeight": 24,
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
516
|
"color": "#475A6D",
|
|
@@ -536,14 +536,14 @@ exports[`Test Typography Components H4 Snapshot 6`] = `
|
|
|
536
536
|
fontStyle={
|
|
537
537
|
{
|
|
538
538
|
"fontSize": 22,
|
|
539
|
-
"lineHeight":
|
|
539
|
+
"lineHeight": 24,
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
style={
|
|
543
543
|
[
|
|
544
544
|
{
|
|
545
545
|
"fontSize": 22,
|
|
546
|
-
"lineHeight":
|
|
546
|
+
"lineHeight": 24,
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
"color": "#CCD4DC",
|
|
@@ -569,14 +569,14 @@ exports[`Test Typography Components H4 Snapshot 7`] = `
|
|
|
569
569
|
fontStyle={
|
|
570
570
|
{
|
|
571
571
|
"fontSize": 22,
|
|
572
|
-
"lineHeight":
|
|
572
|
+
"lineHeight": 24,
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
style={
|
|
576
576
|
[
|
|
577
577
|
{
|
|
578
578
|
"fontSize": 22,
|
|
579
|
-
"lineHeight":
|
|
579
|
+
"lineHeight": 24,
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"color": "#FFFFFF",
|
|
@@ -17,4 +17,10 @@ export * from "./LabelSmallAlt";
|
|
|
17
17
|
export * from "./LabelLink";
|
|
18
18
|
export * from "./BodyMonospace";
|
|
19
19
|
export * from "./common";
|
|
20
|
+
export * from "./markdown/MdH1";
|
|
21
|
+
export * from "./markdown/MdH2";
|
|
22
|
+
export * from "./markdown/MdH3";
|
|
23
|
+
export * from "./markdown/MdH4";
|
|
24
|
+
export * from "./markdown/MdH5";
|
|
25
|
+
export * from "./markdown/MdH6";
|
|
20
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/typography/index.tsx"],"mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,QAAQ;AACtB,cAAc,WAAW;AACzB,cAAc,QAAQ;AACtB,cAAc,cAAc;AAC5B,cAAc,WAAW;AACzB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,QAAQ;AACtB,cAAc,SAAS;AACvB,cAAc,cAAc;AAC5B,cAAc,iBAAiB;AAC/B,cAAc,aAAa;AAC3B,cAAc,iBAAiB;AAC/B,cAAc,UAAU"}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/typography/index.tsx"],"mappings":"AAAA,cAAc,kBAAkB;AAChC,cAAc,QAAQ;AACtB,cAAc,WAAW;AACzB,cAAc,QAAQ;AACtB,cAAc,cAAc;AAC5B,cAAc,WAAW;AACzB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,MAAM;AACpB,cAAc,QAAQ;AACtB,cAAc,SAAS;AACvB,cAAc,cAAc;AAC5B,cAAc,iBAAiB;AAC/B,cAAc,aAAa;AAC3B,cAAc,iBAAiB;AAC/B,cAAc,UAAU;AACxB,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB;AAC/B,cAAc,iBAAiB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useTypographyFactory } from "../Factory";
|
|
2
|
+
const fontSize = 20;
|
|
3
|
+
const lineHeight = 24;
|
|
4
|
+
const font = "ReadexPro";
|
|
5
|
+
const defaultColor = "black";
|
|
6
|
+
const defaultWeight = "Regular";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* `MdH1` typographic style
|
|
10
|
+
*/
|
|
11
|
+
export const MdH1 = props => useTypographyFactory({
|
|
12
|
+
...props,
|
|
13
|
+
defaultWeight,
|
|
14
|
+
defaultColor,
|
|
15
|
+
font,
|
|
16
|
+
fontStyle: {
|
|
17
|
+
fontSize,
|
|
18
|
+
lineHeight
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=MdH1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useTypographyFactory","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH1","props","fontStyle"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH1.tsx"],"mappings":"AAGA,SAASA,oBAAoB,QAAQ,YAAY;AASjD,MAAMC,QAAQ,GAAG,EAAE;AACnB,MAAMC,UAAU,GAAG,EAAE;AACrB,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,SAAS;;AAE9C;AACA;AACA;AACA,OAAO,MAAMC,IAAI,GAAIC,KAAgB,IACnCP,oBAAoB,CAA+B;EACjD,GAAGO,KAAK;EACRF,aAAa;EACbD,YAAY;EACZD,IAAI;EACJK,SAAS,EAAE;IACTP,QAAQ;IACRC;EACF;AACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useTypographyFactory } from "../Factory";
|
|
2
|
+
const fontSize = 16;
|
|
3
|
+
const lineHeight = 24;
|
|
4
|
+
const font = "ReadexPro";
|
|
5
|
+
const defaultColor = "black";
|
|
6
|
+
const defaultWeight = "SemiBold";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* `MdH2` typographic style
|
|
10
|
+
*/
|
|
11
|
+
export const MdH2 = props => useTypographyFactory({
|
|
12
|
+
...props,
|
|
13
|
+
defaultWeight,
|
|
14
|
+
defaultColor,
|
|
15
|
+
font,
|
|
16
|
+
fontStyle: {
|
|
17
|
+
fontSize,
|
|
18
|
+
lineHeight
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=MdH2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useTypographyFactory","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH2","props","fontStyle"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH2.tsx"],"mappings":"AAGA,SAASA,oBAAoB,QAAQ,YAAY;AASjD,MAAMC,QAAQ,GAAG,EAAE;AACnB,MAAMC,UAAU,GAAG,EAAE;AACrB,MAAMC,IAAgB,GAAG,WAAW;AACpC,MAAMC,YAA2B,GAAG,OAAO;AAC3C,MAAMC,aAA4B,GAAG,UAAU;;AAE/C;AACA;AACA;AACA,OAAO,MAAMC,IAAI,GAAIC,KAAgB,IACnCP,oBAAoB,CAA+B;EACjD,GAAGO,KAAK;EACRF,aAAa;EACbD,YAAY;EACZD,IAAI;EACJK,SAAS,EAAE;IACTP,QAAQ;IACRC;EACF;AACF,CAAC,CAAC"}
|