Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: palmetto/palmetto-design-tokens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: palmetto/palmetto-design-tokens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 16, 2024

  1. build: package updates (#253)

    * build: package updates
    nathanyoung authored Jul 16, 2024
    Copy the full SHA
    6b386c7 View commit details
  2. fix: update to latest figma version

    nathanyoung committed Jul 16, 2024
    Copy the full SHA
    63f61ef View commit details
Showing with 212 additions and 197 deletions.
  1. +1 −1 build.js
  2. +211 −196 yarn.lock
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ const FIGMA_TOKENS_DOCUMENT = 'abGRptpr7iPaMsXdEPVm6W';
* 3. The link will contain the version id as a querystring variable.
* 4. Paste the version id here.
*/
const FIGMA_FILE_VERSION = '6229118981';
const FIGMA_FILE_VERSION = '6230562380';

/**
* Read tokens from FIGMA file.
Loading