1. @adobe/spectrum-css-workflow-icons
Build and publish spectrum-css workflow svg icons and svg sprite sheet for [Spectrum CSS](https://github.com/adobe/spectrum-css).
@adobe/spectrum-css-workflow-icons
Package: @adobe/spectrum-css-workflow-icons
Last modified: Wed, 27 Mar 2024 16:34:21 GMT
Version: 1.5.4
License: Apache-2.0
Downloads: 8,088

Install

npm install @adobe/spectrum-css-workflow-icons
yarn add @adobe/spectrum-css-workflow-icons

Spectrum-CSS Workflow Icons

Build and publish spectrum-css workflow svg icons and svg sprite sheet for Spectrum CSS.

Setup

yarn install
yarn install -g http-server

For external user

Run yarn run build will generate the ready to publish package in dist/.

Run http-server dist/ -o to see the mini-site for all the workflow icons.

For adobe user

  1. Make sure connect to corp network.
  2. Run yarn add @a4u/a4u-collection-react-spectrum-open-source-release and yarn add @a4u/a4u-collection-spectrum-css-release to update the icon set from Adobe corp artifactory.
  3. Run yarn run build-icons to rebuild the icons/ folder.
  4. Run yarn run build to generate the ready to publish package in dist/
  5. Preview the icons with http-server dist/ -o

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin