Skip to content

Commit

Permalink
Updated styles and tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Supernova Bot authored and crishpeen committed Jul 25, 2024
1 parent 2cc2b49 commit cfaaaa6
Show file tree
Hide file tree
Showing 8 changed files with 499 additions and 561 deletions.
26 changes: 13 additions & 13 deletions packages/design-tokens/src/js/generated/borders.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
// Generated Borders from Supernova. Do not edit manually.
export const borderStyle0 = 'none';
export const borderStyle100 = 'solid';
export const borderStyle200 = 'dashed';
export const borderStyle = {
0: borderStyle0,
100: borderStyle100,
200: borderStyle200,
};

export const borderWidth0 = 0;
export const borderWidth100 = '1px';
export const borderWidth200 = '2px';

export const borderStyle = {
0: borderStyle0,
100: borderStyle100,
200: borderStyle200,
};

export const borderWidth = {
0: borderWidth0,
100: borderWidth100,
200: borderWidth200,
0: borderWidth0,
100: borderWidth100,
200: borderWidth200,
};

export const borders = {
borderStyle,
borderWidth,
style: borderStyle,
width: borderWidth,
borderStyle,
borderWidth,
};
Loading

0 comments on commit cfaaaa6

Please sign in to comment.