Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #59 from contra/eric/figma-generation-updates
Browse files Browse the repository at this point in the history
eric/figma generation updates
  • Loading branch information
erictaylor authored Mar 2, 2022
2 parents ba32814 + ae7eba7 commit 944a95b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint": "^7.32.0",
"eslint-config-canonical": "^30.0.0",
"eslint-config-prettier": "^8.3.0",
"figma-js": "^1.14.0",
"figma-js": "^1.15.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"husky": "^7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/dist/generateColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Figma = (0, tslib_1.__importStar)(require("figma-js"));
const prettier_1 = (0, tslib_1.__importDefault)(require("prettier"));
const figma_1 = require("./utils/figma");
const ACCESS_TOKEN = process.env['FIGMA_ACCESS_TOKEN'] ?? '';
const TEAM_ID = '752659572481085163';
const TEAM_ID = '1078370320081672277';
const FILE_ID = 'owwo3mjL0dCKJijKGaf1XB';
const OUTPUT_DIR = '../../src/primitives/';
const FILE_NAME = 'colorPrimitives.ts';
Expand Down
2 changes: 1 addition & 1 deletion scripts/dist/generateTextStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Figma = (0, tslib_1.__importStar)(require("figma-js"));
const prettier_1 = (0, tslib_1.__importDefault)(require("prettier"));
const figma_1 = require("./utils/figma");
const ACCESS_TOKEN = process.env['FIGMA_ACCESS_TOKEN'] ?? '';
const TEAM_ID = '752659572481085163';
const TEAM_ID = '1078370320081672277';
const FILE_ID = 'owwo3mjL0dCKJijKGaf1XB';
const OUTPUT_DIR = '../../src/primitives/';
const FILE_NAME = 'textStyles.ts';
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/generateColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './utils/figma';

const ACCESS_TOKEN = process.env['FIGMA_ACCESS_TOKEN'] ?? '';
const TEAM_ID = '752659572481085163';
const TEAM_ID = '1078370320081672277';
const FILE_ID = 'owwo3mjL0dCKJijKGaf1XB';
const OUTPUT_DIR = '../../src/primitives/';
const FILE_NAME = 'colorPrimitives.ts';
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/generateTextStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './utils/figma';

const ACCESS_TOKEN = process.env['FIGMA_ACCESS_TOKEN'] ?? '';
const TEAM_ID = '752659572481085163';
const TEAM_ID = '1078370320081672277';
const FILE_ID = 'owwo3mjL0dCKJijKGaf1XB';
const OUTPUT_DIR = '../../src/primitives/';
const FILE_NAME = 'textStyles.ts';
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7554,10 +7554,10 @@ figgy-pudding@^3.5.1:
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==

figma-js@^1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/figma-js/-/figma-js-1.14.0.tgz#f427a8585d3fbe48f915e19c7eb25f964d1dc04e"
integrity sha512-XqUmDmGj8tJkjNEuSoKWke0dzbRedya0jc0Ob3lr/g0pLeQI5TtMmz5zpsFLw4KRRtbDD5V/J2MRJhm9nvRS+A==
figma-js@^1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/figma-js/-/figma-js-1.15.0.tgz#0acd77fc54e66719e3c6c8166db54f5408e9224f"
integrity sha512-j9Yu+Kt2W8Age6pSkT3MFLi/RkByb398PhhhSglbSfce7jOP7XK9X/xjCconxXqvC3vT7I/dAa+E+M5PVwyvXg==
dependencies:
axios "^0.21.1"

Expand Down

0 comments on commit 944a95b

Please sign in to comment.