@pagopa/io-app-design-system 1.36.13 → 1.36.15
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/ListItemHeader.js +1 -0
- package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfo.js +10 -0
- package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPayment.js +12 -10
- package/lib/commonjs/components/logos/LogoPayment.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPaymentExt.js +12 -10
- package/lib/commonjs/components/logos/LogoPaymentExt.js.map +1 -1
- package/lib/commonjs/components/logos/svg/LogoPaymentExtSatispay.js +33 -0
- package/lib/commonjs/components/logos/svg/LogoPaymentExtSatispay.js.map +1 -0
- package/lib/commonjs/components/logos/svg/LogoPaymentSatispay.js +34 -0
- package/lib/commonjs/components/logos/svg/LogoPaymentSatispay.js.map +1 -0
- package/lib/commonjs/components/logos/svg/originals/LogoPaymentExtSatispay.svg +16 -0
- package/lib/commonjs/components/logos/svg/originals/LogoPaymentSatispay.svg +11 -0
- 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/ListItemHeader.js +1 -0
- package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfo.js +10 -0
- package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
- package/lib/module/components/logos/LogoPayment.js +12 -10
- package/lib/module/components/logos/LogoPayment.js.map +1 -1
- package/lib/module/components/logos/LogoPaymentExt.js +12 -10
- package/lib/module/components/logos/LogoPaymentExt.js.map +1 -1
- package/lib/module/components/logos/svg/LogoPaymentExtSatispay.js +25 -0
- package/lib/module/components/logos/svg/LogoPaymentExtSatispay.js.map +1 -0
- package/lib/module/components/logos/svg/LogoPaymentSatispay.js +26 -0
- package/lib/module/components/logos/svg/LogoPaymentSatispay.js.map +1 -0
- package/lib/module/components/logos/svg/originals/LogoPaymentExtSatispay.svg +16 -0
- package/lib/module/components/logos/svg/originals/LogoPaymentSatispay.svg +11 -0
- 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/ListItemInfo.d.ts +9 -3
- package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPayment.d.ts +2 -1
- package/lib/typescript/components/logos/LogoPayment.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts +1 -0
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts.map +1 -1
- package/lib/typescript/components/logos/svg/LogoPaymentExtSatispay.d.ts +5 -0
- package/lib/typescript/components/logos/svg/LogoPaymentExtSatispay.d.ts.map +1 -0
- package/lib/typescript/components/logos/svg/LogoPaymentSatispay.d.ts +5 -0
- package/lib/typescript/components/logos/svg/LogoPaymentSatispay.d.ts.map +1 -0
- 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/ListItemHeader.tsx +1 -1
- package/src/components/listitems/ListItemInfo.tsx +25 -3
- package/src/components/logos/LogoPayment.tsx +12 -10
- package/src/components/logos/LogoPaymentExt.tsx +12 -10
- package/src/components/logos/svg/LogoPaymentExtSatispay.tsx +24 -0
- package/src/components/logos/svg/LogoPaymentSatispay.tsx +19 -0
- package/src/components/logos/svg/originals/LogoPaymentExtSatispay.svg +16 -0
- package/src/components/logos/svg/originals/LogoPaymentSatispay.svg +11 -0
- 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 @@
|
|
|
1
|
+
{"version":3,"names":["useTypographyFactory","fontSize","lineHeight","font","defaultColor","defaultWeight","MdH6","props","fontStyle","letterSpacing"],"sourceRoot":"../../../../../src","sources":["components/typography/markdown/MdH6.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,UAAU;AAC9C,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,UAAU;IACVO,aAAa,EAAE;EACjB;AACF,CAAC,CAAC"}
|
|
@@ -68,7 +68,6 @@ export const IOColors = asIOColors({
|
|
|
68
68
|
"info-500": "#6BCFFB",
|
|
69
69
|
"info-400": "#89D9FC" /* Dark mode */,
|
|
70
70
|
"info-100": "#E1F5FE",
|
|
71
|
-
cobalt: "#2C489D" /* used in the `Bonus Vacanze` only */,
|
|
72
71
|
"blueItalia-850": "#001F3D",
|
|
73
72
|
"blueItalia-600": "#0052A3",
|
|
74
73
|
"blueItalia-500": "#0066CC" /* pagoPA service */,
|
|
@@ -82,16 +81,13 @@ export const IOColors = asIOColors({
|
|
|
82
81
|
greyLight: "#E6E9F2",
|
|
83
82
|
bluegreyLight: "#CCD4DC",
|
|
84
83
|
grey: "#909DA8",
|
|
85
|
-
milderGray: "#5F6F80",
|
|
86
84
|
bluegrey: "#475A6D",
|
|
87
85
|
bluegreyDark: "#17324D",
|
|
88
|
-
noCieButton: "#789CCD" /* Half-disabled noCIE CTA BG, LandingScreen.tsx */,
|
|
89
86
|
blue: "#0073E6",
|
|
90
87
|
blueUltraLight: "#99CCFF" /* Almost deprecated, avoid if possible */,
|
|
91
88
|
aqua: "#00C5CA",
|
|
92
89
|
aquaUltraLight: "#C1F4F2",
|
|
93
90
|
antiqueFuchsia: "#9B5897" /* used in the CgnDiscountValueBox only */,
|
|
94
|
-
yellow: "#FFC824" /* Almost deprecated, used in `PaymentHistoryList` only */,
|
|
95
91
|
orange: "#EA7614",
|
|
96
92
|
red: "#C02927",
|
|
97
93
|
green: "#005C3C",
|
|
@@ -129,18 +125,14 @@ const {
|
|
|
129
125
|
greyLight,
|
|
130
126
|
bluegreyLight,
|
|
131
127
|
grey,
|
|
132
|
-
milderGray,
|
|
133
128
|
bluegrey,
|
|
134
129
|
bluegreyDark,
|
|
135
130
|
black,
|
|
136
|
-
noCieButton,
|
|
137
131
|
blue,
|
|
138
132
|
blueUltraLight,
|
|
139
133
|
aqua,
|
|
140
134
|
aquaUltraLight,
|
|
141
|
-
cobalt,
|
|
142
135
|
antiqueFuchsia,
|
|
143
|
-
yellow,
|
|
144
136
|
orange,
|
|
145
137
|
red,
|
|
146
138
|
green,
|
|
@@ -152,18 +144,14 @@ export const IOColorsLegacy = {
|
|
|
152
144
|
greyLight,
|
|
153
145
|
bluegreyLight,
|
|
154
146
|
grey,
|
|
155
|
-
milderGray,
|
|
156
147
|
bluegrey,
|
|
157
148
|
bluegreyDark,
|
|
158
149
|
black,
|
|
159
|
-
noCieButton,
|
|
160
150
|
blue,
|
|
161
151
|
blueUltraLight,
|
|
162
152
|
aqua,
|
|
163
153
|
aquaUltraLight,
|
|
164
|
-
cobalt,
|
|
165
154
|
antiqueFuchsia,
|
|
166
|
-
yellow,
|
|
167
155
|
orange,
|
|
168
156
|
red,
|
|
169
157
|
green,
|
|
@@ -220,7 +208,6 @@ export const IOColorsStatus = asIOColors({
|
|
|
220
208
|
"info-100": IOColors["info-100"]
|
|
221
209
|
});
|
|
222
210
|
export const IOColorsExtra = {
|
|
223
|
-
cobalt: IOColors.cobalt,
|
|
224
211
|
"blueItalia-850": IOColors["blueItalia-850"],
|
|
225
212
|
"blueItalia-600": IOColors["blueItalia-600"],
|
|
226
213
|
"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","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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"}
|
|
@@ -18,7 +18,7 @@ export declare const ButtonLink: React.ForwardRefExoticComponent<{
|
|
|
18
18
|
label: string;
|
|
19
19
|
disabled?: boolean | undefined;
|
|
20
20
|
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "bonus" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starFilled" | "starEmpty" | "hearthEmpty" | "hearthFilled" | "switchOff" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "disabilityCard" | "driverLicense" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | undefined;
|
|
21
|
-
iconPosition?: "
|
|
21
|
+
iconPosition?: "end" | "start" | undefined;
|
|
22
22
|
accessibilityLabel?: string | undefined;
|
|
23
23
|
accessibilityHint?: string | undefined;
|
|
24
24
|
onPress: (event: GestureResponderEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EACL,qBAAqB,EAGrB,IAAI,EACL,MAAM,cAAc,CAAC;AAoBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC;IACvC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAqEH,eAAO,MAAM,UAAU;;WA/Ed,MAAM;;;;;;
|
|
1
|
+
{"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EACL,qBAAqB,EAGrB,IAAI,EACL,MAAM,cAAc,CAAC;AAoBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,UAAU,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC;IACvC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAqEH,eAAO,MAAM,UAAU;;WA/Ed,MAAM;;;;;;aASJ,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI;mEAsOhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -16,8 +16,8 @@ export declare const ButtonOutline: React.ForwardRefExoticComponent<{
|
|
|
16
16
|
label: string;
|
|
17
17
|
fullWidth?: boolean | undefined;
|
|
18
18
|
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "bonus" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starFilled" | "starEmpty" | "hearthEmpty" | "hearthFilled" | "switchOff" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "disabilityCard" | "driverLicense" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | undefined;
|
|
19
|
-
iconPosition?: "
|
|
19
|
+
iconPosition?: "end" | "start" | undefined;
|
|
20
20
|
onPress: (event: GestureResponderEvent) => void;
|
|
21
|
-
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "
|
|
21
|
+
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "disabled" | "accessibilityHint"> & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
22
22
|
export default ButtonOutline;
|
|
23
23
|
//# sourceMappingURL=ButtonOutline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonOutline.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAe,MAAM,OAAO,CAAC;AAC3D,OAAO,EACL,qBAAqB,EACrB,SAAS,EAET,IAAI,EACL,MAAM,cAAc,CAAC;AAqBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,KAAK,kBAAkB,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC;IACE,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,UAAU,GAAG,oBAAoB,GAAG,mBAAmB,CACxD,CACF,CAAC;AA0KF,eAAO,MAAM,aAAa;;WArLf,MAAM;;;;
|
|
1
|
+
{"version":3,"file":"ButtonOutline.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAe,MAAM,OAAO,CAAC;AAC3D,OAAO,EACL,qBAAqB,EACrB,SAAS,EAET,IAAI,EACL,MAAM,cAAc,CAAC;AAqBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAGL,OAAO,EAER,MAAM,UAAU,CAAC;AAIlB,KAAK,kBAAkB,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC;IACE,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAE/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,UAAU,GAAG,oBAAoB,GAAG,mBAAmB,CACxD,CACF,CAAC;AA0KF,eAAO,MAAM,aAAa;;WArLf,MAAM;;;;aAMJ,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI;sMAyWlD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -42,8 +42,8 @@ export declare const ButtonSolid: React.ForwardRefExoticComponent<{
|
|
|
42
42
|
/**
|
|
43
43
|
* @default start
|
|
44
44
|
*/
|
|
45
|
-
iconPosition?: "
|
|
45
|
+
iconPosition?: "end" | "start" | undefined;
|
|
46
46
|
onPress: (event: GestureResponderEvent) => void;
|
|
47
|
-
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "
|
|
47
|
+
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "disabled" | "accessibilityHint"> & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
48
48
|
export default ButtonSolid;
|
|
49
49
|
//# sourceMappingURL=ButtonSolid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAkC,MAAM,OAAO,CAAC;AAC9E,OAAO,EACL,qBAAqB,EACrB,SAAS,EAET,IAAI,EACL,MAAM,cAAc,CAAC;AAsBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAK1D,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAiCjE,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC;IACE;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,UAAU,GAAG,oBAAoB,GAAG,mBAAmB,CACxD,CACF,CAAC;AAqEF,eAAO,MAAM,WAAW;IA5FpB;;OAEG;;WAEI,MAAM;IACb;;OAEG;;IAEH;;OAEG;;;IAGH;;OAEG;;
|
|
1
|
+
{"version":3,"file":"ButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAkC,MAAM,OAAO,CAAC;AAC9E,OAAO,EACL,qBAAqB,EACrB,SAAS,EAET,IAAI,EACL,MAAM,cAAc,CAAC;AAsBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAK1D,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAiCjE,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC;IACE;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,GAAG,IAAI,CACN,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,UAAU,GAAG,oBAAoB,GAAG,mBAAmB,CACxD,CACF,CAAC;AAqEF,eAAO,MAAM,WAAW;IA5FpB;;OAEG;;WAEI,MAAM;IACb;;OAEG;;IAEH;;OAEG;;;IAGH;;OAEG;;aAEM,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI;sMAqQlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -18,6 +18,10 @@ type GradientBottomActionsDimensions = {
|
|
|
18
18
|
spaceBetweenActions: IOSpacer;
|
|
19
19
|
safeBackgroundHeight: number;
|
|
20
20
|
};
|
|
21
|
+
/**
|
|
22
|
+
* @deprecated This component has been included in the new `IOScrollView` after a proper refactor. It will be removed in a future release.
|
|
23
|
+
* @see IOScrollView
|
|
24
|
+
*/
|
|
21
25
|
export declare const GradientBottomActions: ({ primaryActionProps: primaryAction, secondaryActionProps: secondaryAction, dimensions, transitionAnimStyle, debugMode, testID }: GradientBottomActions) => React.JSX.Element;
|
|
22
26
|
export default GradientBottomActions;
|
|
23
27
|
//# sourceMappingURL=GradientBottomActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GradientBottomActions.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/GradientBottomActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAU,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9E,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAY,QAAQ,EAA+B,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAEL,eAAe,EAEf,gBAAgB,EACjB,MAAM,YAAY,CAAC;AAGpB,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC;IAC7C,mBAAmB,EAAE,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACjE,UAAU,EAAE,+BAA+B,CAAC;IAE5C,kBAAkB,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;IACzD,oBAAoB,CAAC,EAAE,eAAe,CAAC;IAEvC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC,CAAC;AAEH,KAAK,+BAA+B,GAAG;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,QAAQ,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAkCF,eAAO,MAAM,qBAAqB,qIAO/B,qBAAqB,sBAiEvB,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GradientBottomActions.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/GradientBottomActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAU,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9E,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAY,QAAQ,EAA+B,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAEL,eAAe,EAEf,gBAAgB,EACjB,MAAM,YAAY,CAAC;AAGpB,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC;IAC7C,mBAAmB,EAAE,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACjE,UAAU,EAAE,+BAA+B,CAAC;IAE5C,kBAAkB,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;IACzD,oBAAoB,CAAC,EAAE,eAAe,CAAC;IAEvC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC,CAAC;AAEH,KAAK,+BAA+B,GAAG;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,QAAQ,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAkCF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,qIAO/B,qBAAqB,sBAiEvB,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -10,6 +10,10 @@ export type GradientScrollView = WithTestID<{
|
|
|
10
10
|
secondaryActionProps?: GradientBottomActions["secondaryActionProps"];
|
|
11
11
|
}>;
|
|
12
12
|
export declare const gradientSafeArea: IOSpacingScale;
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated This component has been deprecated. It will be removed in a future release.
|
|
15
|
+
* @see IOScrollView
|
|
16
|
+
*/
|
|
13
17
|
export declare const GradientScrollView: ({ children, primaryActionProps: primaryActionProps, secondaryActionProps: secondaryActionProps, excludeSafeAreaMargins, debugMode, testID }: GradientScrollView) => React.JSX.Element;
|
|
14
18
|
export default GradientScrollView;
|
|
15
19
|
//# sourceMappingURL=GradientScrollView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GradientScrollView.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/GradientScrollView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,EAEL,cAAc,EAGf,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC;IAC1C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,kBAAkB,EAAE,qBAAqB,CAAC,oBAAoB,CAAC,CAAC;IAChE,oBAAoB,CAAC,EAAE,qBAAqB,CAAC,sBAAsB,CAAC,CAAC;CACtE,CAAC,CAAC;AAGH,eAAO,MAAM,gBAAgB,EAAE,cAAmB,CAAC;AAUnD,eAAO,MAAM,kBAAkB,gJAQ5B,kBAAkB,sBAqHpB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GradientScrollView.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/GradientScrollView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,EAEL,cAAc,EAGf,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC;IAC1C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,kBAAkB,EAAE,qBAAqB,CAAC,oBAAoB,CAAC,CAAC;IAChE,oBAAoB,CAAC,EAAE,qBAAqB,CAAC,sBAAsB,CAAC,CAAC;CACtE,CAAC,CAAC;AAGH,eAAO,MAAM,gBAAgB,EAAE,cAAmB,CAAC;AAUnD;;;GAGG;AACH,eAAO,MAAM,kBAAkB,gJAQ5B,kBAAkB,sBAqHpB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -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.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/index.tsx"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/index.tsx"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC"}
|
|
@@ -3,6 +3,7 @@ import { WithTestID } from "../../utils/types";
|
|
|
3
3
|
import { IOIcons } from "../icons";
|
|
4
4
|
import { ButtonLink, IconButton } from "../buttons";
|
|
5
5
|
import { Badge } from "../badge";
|
|
6
|
+
import { IOLogoPaymentType } from "../logos";
|
|
6
7
|
type ButtonLinkActionProps = {
|
|
7
8
|
type: "buttonLink";
|
|
8
9
|
componentProps: ComponentProps<typeof ButtonLink>;
|
|
@@ -20,10 +21,15 @@ export type ListItemInfo = WithTestID<{
|
|
|
20
21
|
label: string;
|
|
21
22
|
value: string | React.ReactNode;
|
|
22
23
|
numberOfLines?: number;
|
|
23
|
-
icon?: IOIcons;
|
|
24
24
|
endElement?: EndElementProps;
|
|
25
25
|
accessibilityLabel?: string;
|
|
26
|
-
}
|
|
27
|
-
|
|
26
|
+
}> & ({
|
|
27
|
+
paymentLogoIcon?: IOLogoPaymentType;
|
|
28
|
+
icon?: never;
|
|
29
|
+
} | {
|
|
30
|
+
icon?: IOIcons;
|
|
31
|
+
paymentLogoIcon?: never;
|
|
32
|
+
});
|
|
33
|
+
export declare const ListItemInfo: ({ label, value, numberOfLines, icon, paymentLogoIcon, endElement, accessibilityLabel, testID }: ListItemInfo) => React.JSX.Element;
|
|
28
34
|
export default ListItemInfo;
|
|
29
35
|
//# sourceMappingURL=ListItemInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAQpE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,
|
|
1
|
+
{"version":3,"file":"ListItemInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAQpE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAE1D,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,cAAc,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;CAC9C,CAAC;AAEF,KAAK,eAAe,GAChB,qBAAqB,GACrB,qBAAqB,GACrB,UAAU,CAAC;AAEf,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,GACA,CACI;IACE,eAAe,CAAC,EAAE,iBAAiB,CAAC;IACpC,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GACD;IACE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,eAAe,CAAC,EAAE,KAAK,CAAC;CACzB,CACJ,CAAC;AAIJ,eAAO,MAAM,YAAY,mGAStB,YAAY,sBA4Gd,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -11,9 +11,10 @@ export declare const IOPaymentLogos: {
|
|
|
11
11
|
readonly payPal: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
12
12
|
readonly bancomatPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
13
13
|
readonly vPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
14
|
-
readonly
|
|
14
|
+
readonly satispay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
15
15
|
readonly postepay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
16
16
|
readonly myBank: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
17
|
+
readonly pagoBancomat: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
17
18
|
readonly applePay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
18
19
|
};
|
|
19
20
|
export type IOLogoPaymentType = keyof typeof IOPaymentLogos;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPayment.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPayment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LogoPayment.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPayment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoB1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;CAiBjB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE5D,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,WAAW,6BAAmC,YAAY,sBAG/D,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -10,6 +10,7 @@ export declare const IOPaymentExtLogos: {
|
|
|
10
10
|
readonly jcb: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
11
11
|
readonly unionPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
12
12
|
readonly payPal: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
13
|
+
readonly satispay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
13
14
|
readonly bancomatPay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
14
15
|
readonly postepay: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
15
16
|
readonly pagoBancomat: ({ size }: import("./types").SVGLogoProps) => React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogoPaymentExt.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPaymentExt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LogoPaymentExt.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPaymentExt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;CAgBpB,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAElE,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,6BAAmC,cAAc,sBAGpE,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogoPaymentExtSatispay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentExtSatispay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,sBAAsB,aAAc,YAAY,sBAiBrD,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogoPaymentSatispay.d.ts","sourceRoot":"","sources":["../../../../../src/components/logos/svg/LogoPaymentSatispay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,mBAAmB,aAAc,YAAY,sBAYlD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,aAAa,EAA2B,MAAM,cAAc,CAAC;AAEtE,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,YAAY,CAAC,CAAC;IAChE,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,cAAc,CAAC,CAAC;CACrE,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI;IACnC,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;CAC/B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB,GACD;IACE,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AACF,KAAK,WAAW,CAAC,CAAC,IAAI;IACpB,YAAY,CAAC,EAAE,CAAC,CAAC;IACjB,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,kBAAkB,CAAC,CAAC,IAAI;IAC3B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;CACpC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,4BAA4B,CAAC,CAAC,IAAI;IACrC,IAAI,EAAE,yBAAyB,CAAC;IAChC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9C,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,KAAK,CAAC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,GAAG,4BAA4B,CAAC,CAAC,CAAC,CAAC;AAyDxE,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,aAAa,EAA2B,MAAM,cAAc,CAAC;AAEtE,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,YAAY,CAAC,CAAC;IAChE,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,cAAc,CAAC,CAAC;CACrE,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI;IACnC,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;CAC/B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB,GACD;IACE,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AACF,KAAK,WAAW,CAAC,CAAC,IAAI;IACpB,YAAY,CAAC,EAAE,CAAC,CAAC;IACjB,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF,KAAK,kBAAkB,CAAC,CAAC,IAAI;IAC3B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;CACpC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,4BAA4B,CAAC,CAAC,IAAI;IACrC,IAAI,EAAE,yBAAyB,CAAC;IAChC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9C,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEnB,KAAK,KAAK,CAAC,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,GAAG,4BAA4B,CAAC,CAAC,CAAC,CAAC;AAyDxE,eAAO,MAAM,UAAU,aAAe,MAAM,CAAC,CAAC,sBAK7C,CAAC"}
|
|
@@ -9,7 +9,7 @@ export declare const buttonTextFontSize = 16;
|
|
|
9
9
|
/**
|
|
10
10
|
* `ButtonText` typographic style
|
|
11
11
|
*/
|
|
12
|
-
export declare const ButtonText: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
12
|
+
export declare const ButtonText: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
13
13
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
14
14
|
}, "ref"> & React.RefAttributes<View>>;
|
|
15
15
|
export {};
|
|
@@ -5,7 +5,7 @@ export declare const captionFontSize = 12;
|
|
|
5
5
|
/**
|
|
6
6
|
* `Caption` typographic style
|
|
7
7
|
*/
|
|
8
|
-
export declare const Caption: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<"Regular", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
8
|
+
export declare const Caption: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<"Regular", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
9
9
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
10
10
|
}, "ref"> & React.RefAttributes<View>>;
|
|
11
11
|
//# sourceMappingURL=Caption.d.ts.map
|
|
@@ -6,7 +6,7 @@ type AllowedWeight = Extract<IOFontWeight, "SemiBold" | "Regular">;
|
|
|
6
6
|
/**
|
|
7
7
|
* `Chip` typographic style
|
|
8
8
|
*/
|
|
9
|
-
export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
9
|
+
export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
10
10
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
11
11
|
}, "ref"> & React.RefAttributes<View>>;
|
|
12
12
|
export {};
|
|
@@ -8,7 +8,7 @@ export declare const h1LineHeight = 42;
|
|
|
8
8
|
/**
|
|
9
9
|
* `H1` typographic style
|
|
10
10
|
*/
|
|
11
|
-
export declare const H1: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
11
|
+
export declare const H1: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
12
12
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
13
13
|
}, "ref"> & React.RefAttributes<View>>;
|
|
14
14
|
export {};
|
|
@@ -8,7 +8,7 @@ export declare const h2LineHeight = 39;
|
|
|
8
8
|
/**
|
|
9
9
|
* `H2` typographic style
|
|
10
10
|
*/
|
|
11
|
-
export declare const H2: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
11
|
+
export declare const H2: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
12
12
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
13
13
|
}, "ref"> & React.RefAttributes<View>>;
|
|
14
14
|
export {};
|
|
@@ -8,7 +8,7 @@ export declare const h3LineHeight = 33;
|
|
|
8
8
|
/**
|
|
9
9
|
* `H3` typographic style
|
|
10
10
|
*/
|
|
11
|
-
export declare const H3: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
11
|
+
export declare const H3: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
12
12
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
13
13
|
}, "ref"> & React.RefAttributes<View>>;
|
|
14
14
|
export {};
|
|
@@ -4,11 +4,11 @@ import { IOFontWeight } from "../../utils/fonts";
|
|
|
4
4
|
import { TypographyProps } from "./common";
|
|
5
5
|
type AllowedWeight = Extract<IOFontWeight, "Regular" | "SemiBold">;
|
|
6
6
|
export declare const h4FontSize = 20;
|
|
7
|
-
export declare const h4LineHeight =
|
|
7
|
+
export declare const h4LineHeight = 24;
|
|
8
8
|
/**
|
|
9
9
|
* `H4` typographic style
|
|
10
10
|
*/
|
|
11
|
-
export declare const H4: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
11
|
+
export declare const H4: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
12
12
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
13
13
|
}, "ref"> & React.RefAttributes<View>>;
|
|
14
14
|
export {};
|
|
@@ -6,7 +6,7 @@ export declare const h5LineHeight = 16;
|
|
|
6
6
|
/**
|
|
7
7
|
* `H5` typographic style
|
|
8
8
|
*/
|
|
9
|
-
export declare const H5: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<"SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
9
|
+
export declare const H5: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<"SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
10
10
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
11
11
|
}, "ref"> & React.RefAttributes<View>>;
|
|
12
12
|
//# sourceMappingURL=H5.d.ts.map
|
|
@@ -8,7 +8,7 @@ export declare const heroLineHeight = 48;
|
|
|
8
8
|
/**
|
|
9
9
|
* `Hero` typographic style
|
|
10
10
|
*/
|
|
11
|
-
export declare const Hero: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "
|
|
11
|
+
export declare const Hero: React.ForwardRefExoticComponent<Omit<Omit<import("react-native").TextProps & React.RefAttributes<import("react-native").Text>, "style"> & TypographyProps<AllowedWeight, "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight"> & {
|
|
12
12
|
style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
|
|
13
13
|
}, "ref"> & React.RefAttributes<View>>;
|
|
14
14
|
export {};
|
|
@@ -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.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
|