@ariestools/sdk-react
All-in-one compatibility and convenience facade for the XY Labs React SDK.
Installing this package intentionally installs every feature package. Application projects that use most of the SDK can continue to import from the root or its stable subpaths:
import { FlexRow } from '@ariestools/sdk-react/flexbox'
Libraries and dependency-sensitive applications should install the smallest owning package instead:
import { FlexRow } from '@ariestools/sdk-react-foundation/flexbox'
import { ButtonEx } from '@ariestools/sdk-react-ui/button'
import { Identicon } from '@ariestools/sdk-react-identicon/identicon'
Package ownership:
@ariestools/sdk-react-foundation: async effects, flexbox, hooks, portals, promises, render checks, rich results, shared utilities, and user-event contracts.
@ariestools/sdk-react-ui: accordion, buttons, common components, cookie consent, dialogs, error rendering, quick tips, selects, and themes.
@ariestools/sdk-react-app: app settings, app bars, base pages, error reporting, routing hooks and links, scrolling, and web-app shell components.
@ariestools/sdk-react-analytics: pixel integrations, experiments, and pixel debugging.
@ariestools/sdk-react-crypto: wallet, token, and chain integrations.
@ariestools/sdk-react-identicon: lightweight identicons without the wallet stack.
@ariestools/sdk-react-motion, @ariestools/sdk-react-json-viewer, and @ariestools/sdk-react-number-status: focused optional features.
@ariestools/sdk-react-core remains published as a deprecated forwarding facade for compatibility.