Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@servicetitan/tokens
Advanced tools
AnvilColorToken.kt
and AnvilThemeToken.kt
from build/kotlin/{theme}
folderAnvilColorToken.kt
contains base colors.AnvilThemeToken.kt
contains color pairings for the light and the dark mode.AnvilThemeToken.AppBackground.forTheme()
AnvilColorToken.Neutral10
To include this package, add to your Package.swift
:
dependencies: [
.package(
url: "https://github.com/servicetitan/tokens.git",
from: "12.0.0"
)
]
import AnvilCore
Text("Hello World")
.foregroundColor(.anvil(.neutral10))
$ npm i @servicetitan/tokens
import { core } from "@servicetitan/tokens";
import { light, dark, tokens } from "@servicetitan/tokens/core";
@import (reference) '@servicetitan/tokens/core/tokens.less';
@import '@servicetitan/tokens/core/tokens.css';
.
All of the design tokens and assets for Anvil are in this package. It generates assets for iOS (Swift), Android (Kotlin), and web.
To get started, run:
$ npm install
$ npm run build
The npm run build
command runs style-dictionary build steps to generate the files for each platform. Every time you change something in the style dictionary, such as changing a color value or adding a new design token, you'll have to run this command again to generate the updated assets.
Don't forget that we also have Figma counterpart that requires update when there is any change (May 2022).
Link to Figma guide: https://www.figma.com/file/N0wRgro1ZHxK0VTIyoj2li/Anvil-Theme-Core?node-id=1204%3A1733
tokens/themes/<theme name>
with the new valuenpm run build
to update the assets in the build
folderAdding a new design token requires all existing themes to have respective token defined. This only applies to color related tokens for now (May 2022).
Steps to adding new design token:
tokens/themes/theme.d.ts
with the new tokennpm run build
to update the assets in the build
folderCopy a theme to base on, for example tokens/themes/core
, and make changes to the values.
FAQs
## Usage for Android (Kotlin)
We found that @servicetitan/tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.