Refine mobile SDK constants re-exports (#1551)

* Clarify constants re-exports

* Adjust constants export mapping

* agent feedback. sort all the tings
This commit is contained in:
Justin Hernandez
2026-01-07 10:28:09 -08:00
committed by GitHub
parent d02a730970
commit 6c420c2b76
4 changed files with 63 additions and 5 deletions

View File

@@ -0,0 +1,58 @@
// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
// SPDX-License-Identifier: BUSL-1.1
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
export {
AadhaarEvents,
AppEvents,
AuthEvents,
BackupEvents,
DocumentEvents,
MockDataEvents,
NotificationEvents,
PassportEvents,
PointEvents,
ProofEvents,
} from './analytics';
export { NFC_IMAGE } from './images';
export { advercase, dinot, dinotBold, plexMono } from './fonts';
export {
amber50,
amber500,
black,
blue100,
blue600,
blue700,
borderColor,
charcoal,
cyan300,
emerald500,
green500,
neutral400,
neutral700,
red500,
separatorColor,
sky500,
slate100,
slate200,
slate300,
slate400,
slate50,
slate500,
slate600,
slate700,
slate800,
slate900,
teal300,
teal500,
textBlack,
white,
yellow500,
zinc400,
zinc500,
zinc800,
zinc900,
} from './colors';
export { extraYPadding } from './layout';