Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fb70153
Leading tweak and add semi/xl
benjaminleonard Jun 30, 2023
cc24d7d
Update themes from token file
github-actions[bot] Jun 30, 2023
b020c04
First pass at SVG sprites
benjaminleonard Jul 6, 2023
7c7d787
Clean up and docs
benjaminleonard Jul 6, 2023
46c1cbc
Add `4xl` text and `xl` rounding
benjaminleonard Jul 7, 2023
4ff4550
Update themes from token file
github-actions[bot] Jul 7, 2023
4da6a24
Merge branch 'figma-tokens' into new-svg-sprites
benjaminleonard Jul 7, 2023
5c0c56f
Fix font weights
benjaminleonard Jul 7, 2023
e4b364b
Let the auto release manage canary releases
benjaminleonard Jul 7, 2023
b339e52
Removing bgs from elevation tokens
benjaminleonard Jul 7, 2023
392d6f3
Fix swapped leading and font size
benjaminleonard Jul 11, 2023
f8bd0fd
Add `transmit-16` icon
benjaminleonard Jul 12, 2023
d87e72c
Add importable AsciiDoc components
benjaminleonard Jul 17, 2023
1e224a3
Fix bundling
benjaminleonard Jul 17, 2023
6002213
Add more shared components
benjaminleonard Jul 17, 2023
555b059
Update main and add prepublish script
benjaminleonard Jul 17, 2023
d4b254d
Relative links not working, will fix later
benjaminleonard Jul 17, 2023
bfdef8b
Add red theme for marketing site
benjaminleonard Jul 19, 2023
d6918b9
Add red theme transformer
benjaminleonard Jul 19, 2023
538309b
Merge branch 'new-svg-sprites' of https://github.com/oxidecomputer/de…
benjaminleonard Jul 19, 2023
fb7dfe7
Fix red theme
benjaminleonard Jul 19, 2023
faa58af
Fix flipped 4xl size and line height
benjaminleonard Jul 19, 2023
b7e88c0
Fix red theme
benjaminleonard Jul 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .figmaexportrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
getBasename: ({ basename, dirname }) => {
// Special handing for the directional arrows which have an odd export naming convention
if (basename.includes('Direction=')) {
basename = `carat-${basename.split('=')[1].toLowerCase()}`
basename = `carat-${basename.split('=')[1].toLowerCase()}-12`
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have just changed the component, but would require refactoring wherever they are used within Figma

}

// Update distro icon names to match what's in figma
Expand Down
Loading