
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@uipath/apollo-core
Advanced tools
Affected versions:
Core design tokens and fonts for the Apollo Design System.
Apollo Core provides the foundational design elements for the UiPath Apollo Design System:
npm install @uipath/apollo-core
# or
pnpm add @uipath/apollo-core
# or
yarn add @uipath/apollo-core
Note: This package is published to both npm and GitHub Package Registry. External users will automatically pull from npm. Internal UiPath users with .npmrc configured will automatically pull from GitHub Package Registry.
import * as ApolloCore from '@uipath/apollo-core';
// Use design tokens
const primaryColor = ApolloCore.ColorBrandPrimary; // #fa4616
const spacing = ApolloCore.SpacingMd;
const fontFamily = ApolloCore.FontFamilyBase;
@import '@uipath/apollo-core/tokens/css/theme-variables.css';
.my-component {
color: var(--color-primary);
padding: var(--spacing-md);
font-family: var(--font-family-base);
background: var(--color-background);
}
pnpm build # Build tokens and fonts, then bundle
pnpm build:tokens # Build design tokens only
pnpm build:fonts # Build font stylesheets only
// Main export - design tokens
import * as ApolloCore from '@uipath/apollo-core';
// Tokens only
import * as Tokens from '@uipath/apollo-core/tokens';
// CSS variables
import '@uipath/apollo-core/tokens/css/theme-variables.css';
// Deprecated - moved to @uipath/apollo-ui-icons, removed in the next major
import { iconNames } from '@uipath/apollo-core/icons';
import iconSvg from '@uipath/apollo-core/icons/svg/add.svg';
The icon set lives in @uipath/apollo-ui-icons. Import from
it directly:
import { Close, AddComment } from '@uipath/apollo-ui-icons';
import closeSvg from '@uipath/apollo-ui-icons/svg/close.svg';
import { type IconName, iconNames } from '@uipath/apollo-ui-icons/types';
@uipath/apollo-core/icons and @uipath/apollo-core/icons/svg/* still resolve,
re-exporting the package above, but they are deprecated and will be removed in
the next major. Migrate to the specifiers shown here.
Apollo Core is framework-agnostic. For framework-specific components:
@uipath/apollo-react@uipath/apollo-wind@uipath/apollo-ui-iconsapollo-core/
├── src/
│ ├── tokens/ # Design tokens (colors, spacing, etc.)
│ └── fonts/ # Font assets
├── scripts/
│ └── build-tokens.js # Token generation
└── dist/ # Built output
├── tokens/ # Generated token files (CSS, JSS, LESS, SCSS)
└── fonts/ # Font files
MIT
FAQs
Apollo Design System - Core design tokens, icons, and fonts
The npm package @uipath/apollo-core receives a total of 200 weekly downloads. As such, @uipath/apollo-core popularity was classified as not popular.
We found that @uipath/apollo-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 open source maintainers collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.