mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
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:
58
packages/mobile-sdk-alpha/src/constants/index.ts
Normal file
58
packages/mobile-sdk-alpha/src/constants/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user