1.9.1 • Published 4 days ago

@kong/icons v1.9.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 days ago

Kong Icons

Kong's open-source icon component library.

Contributing & Local Development

To get started, install the package dependencies

yarn install --frozen-lockfile

SVG Requirements

  • Source svg filenames must be unique, regardless if they are in a subdirectory

Development Sandbox

This repository includes a Vue sandbox (see the /sandbox directory) to allow you to experiment with icons.

To start the sandbox:

# Generate the Icon Components
yarn generate

# Start the sandbox
yarn dev

Lint and fix

Lint package files, and optionally auto-fix detected issues.

# Lint only
yarn lint

# Lint and fix
yarn lint:fix

Build for production

Utilize the style-dictionary CLI to build the token assets for production based on the configuration in /config.js.

yarn build

Committing Changes

Commitizen friendly

This repo uses Conventional Commits.

Commitizen and Commitlint are used to help build and enforce commit messages.

It is highly recommended to use the following command in order to create your commits:

yarn commit

This will trigger the Commitizen interactive prompt for building your commit message.

Enforcing Commit Format

Lefthook is used to manage Git Hooks within the repo.

  • A commit-msg hook is automatically setup that enforces commit message stands with commitlint, see lefthook.yml
  • A pre-push hook is used that runs eslint before allowing you to push your changes to the repository

Additionally, CI will use commitlint to validate the commits associated with a PR in the Lint and Validate job.

Package Publishing

This repository utilizes Semantic Release for automated package publishing and version updates.

1.9.1

28 days ago

1.9.0

1 month ago

1.8.15

2 months ago

1.8.16

2 months ago

1.8.14

4 months ago

1.8.13

4 months ago

1.8.12

4 months ago

1.8.11

4 months ago

1.8.9

4 months ago

1.8.10

4 months ago

1.8.8

5 months ago

1.8.7

5 months ago

1.8.6

5 months ago

1.8.5

5 months ago

1.8.4

5 months ago

1.8.3

6 months ago

1.8.2

6 months ago

1.8.1

6 months ago

1.8.0

7 months ago

1.7.8

7 months ago

1.7.7

7 months ago

1.7.6

7 months ago

1.7.5

7 months ago

1.7.4

7 months ago

1.7.3

8 months ago

1.7.2

8 months ago

1.7.1

8 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.3

9 months ago

1.4.2

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.2

9 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.1

10 months ago