0.0.0-dev.1747839274 • Published 10 months ago

@salesforce-ux/design-system-data v0.0.0-dev.1747839274

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
10 months ago

Design System Data

This package contains scripts to generate data and data assets for aspects of the Salesforce Lightning Design System (SLDS).

Installation

npm install @salesforce-ux/design-system-data

Usage

Icons

Generate data for icons:

npm run generate:icons
npm run generate:icons:file ## to generate file

Zip icons for distribution:

npm run generate:icons:zip

Styling Hooks

Generate data for styling hooks:

npm run generate:styling-hooks
npm run generate:styling-hooks:file ## to generate file

Design Tokens

Generate data for design tokens:

npm run generate:tokens
npm run generate:icons:file ## to generate file

Data

The generated data can be imported and consumed in your design system components and applications.

Licenses