4.0.0 • Published 1 year ago

@invisionag/injixo-tokens v4.0.0

Weekly downloads
60
License
UNLICENSED
Repository
github
Last release
1 year ago

injixo-tokens

This repo is the central source for all injixo related design tokens. Utilizing Amazon's style dictionary, the build process produces two distinct packages to make use of the injixo design tokens:

Run locally

Tokens can be locally built via npm run build. The compiled version of our tokens can then be found in ./injixo/.

General Structure

./
├── tokens/                  - Contains token source files
│   └── src/
│       └── injixo/
│           ├── categories/
│           │   └── *.json
│           └── build.js     - Handles compiling process
│
├── injixo/                  - Compiled contents of NPM package & gem
│
├── gem/
│   ├── assets/
│   │   └── scss/            - SCSS files will be moved here on build
│   ├── lib/
│   │   ├── injixo-tokens/
│   │   │   ├── version.rb   - Holds current version of gem
└── ...

Publishing a new token version

Publish NPM package

Publish Gem

  • Update version number accordingly (semver) in gem/lib/injixo-tokens/version.rb
  • After merging to master, CI will automatically publish the new version to our internal gem server. Check if this worked by navigating to http://gems.ivx.cloud/

Maintenance

  • Use latest ruby version
  • Use latest nodejs version
  • Update node modules with
    • npm upgrade to update minor and patch versions
    • npx npm-check -u to interactively update major releases
3.0.0

1 year ago

4.0.0

1 year ago

2.2.0

1 year ago

2.1.3-rc.3

1 year ago

2.1.3-rc.2

1 year ago

2.1.3-rc.1

1 year ago

2.1.3-rc.0

1 year ago

2.1.3

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

3 years ago

2.0.1

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

2.0.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago