Skip to content

Commit

Permalink
Update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Nov 13, 2023
1 parent fd21630 commit ea64cc4
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 122 deletions.
176 changes: 137 additions & 39 deletions src/styles/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1724,46 +1724,144 @@
}
}
},
"stepperVertical": {
"icon": {
"size": {
"height": string,
"width": string
},
"space": {
"x": string,
"y": string
},
"radii": string,
"background": {
"default": string,
"incomplete": string,
"complete": string
},
"foreground": {
"default": string,
"incomplete": string,
"complete": string
},
"stroke": {
"default": string,
"incomplete": string,
"complete": string
}
},
"connector": {
"size": {
"width": string
"stepper": {
"vertical": {
"numbered": {
"connector": {
"size": {
"width": string
},
"stroke": {
"default": string
},
"color": {
"stroke": {
"incomplete": string,
"complete": string,
"active": string
}
}
},
"typography": {
"title": {
"default": string
}
},
"step": {
"typography": {
number: {
"default": string
}
},
"size": {
"height": string,
"width": string,
"icon": {
"height": string,
"width": string
}
},
"stroke": {
"default": string
},
"radii": {
"default": string
},
"color": {
"stroke": {
"incomplete": string,
"complete": string,
"active": string
},
"background": {
"incomplete": string,
"complete": string,
"active": string
},
"icon": {
"incomplete": string,
"complete": string,
"active": string
}
}
},
"content": {
"space": {
"gap": {
"x": string,
"y": string
}
}
},
"color": {
"title": {
"incomplete": string,
"complete": string,
"active": string
}
}
},
"background": {
"default": string,
"incomplete": string,
"complete": string
}
},
"typography": {
"label": {
"default": string
"bulleted": {
"connector": {
"size": {
"width": string
},
"stroke": {
"default": string
},
"color": {
"stroke": {
"incomplete": string,
"complete": string,
"active": string
}
}
},
"step": {
"size": {
"height": string,
"width": string,
"icon": {
"height": string,
"width": string
}
},
"radii": {
"default": string
},
"stroke": {
"default": string
},
"color": {
"stroke": {
"incomplete": string,
"complete": string,
"active": string
},
"background": {
"incomplete": string,
"complete": string,
"active": string
},
"icon": {
"incomplete": string,
"complete": string,
"active": string
}
}
},
"typography": {
"title": {
"default": string
}
},
"color": {
"title": {
"incomplete": string,
"complete": string,
"active": string
}
}
}
}
},
Expand Down
78 changes: 78 additions & 0 deletions src/styles/variables.classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,84 @@
}
}
},
"stepper": {
"vertical": {
"numbered": {
"connector": {
"color": {
"stroke": {
"incomplete": "#c0c0c0",
"complete": "#1F1F1C",
"active": "#c0c0c0"
}
}
},
"step": {
"color": {
"stroke": {
"incomplete": "#c0c0c0",
"complete": "#1F1F1C",
"active": "#1F1F1C"
},
"background": {
"incomplete": "#ffffff",
"complete": "#ffffff",
"active": "#1F1F1C"
},
"icon": {
"incomplete": "#1F1F1C",
"complete": "#1F1F1C",
"active": "#ffffff"
}
}
},
"color": {
"title": {
"incomplete": "#c0c0c0",
"complete": "#696e79",
"active": "#161517"
}
}
},
"bulleted": {
"connector": {
"color": {
"stroke": {
"incomplete": "#c0c0c0",
"complete": "#1F1F1C",
"active": "#c0c0c0"
}
}
},
"step": {
"color": {
"stroke": {
"incomplete": "#c0c0c0",
"complete": "#1F1F1C",
"active": "#1F1F1C"
},
"background": {
"incomplete": "#ffffff",
"complete": "#ffffff",
"active": "#ffffff"
},
"icon": {
"incomplete": "#ffffff",
"complete": "#1F1F1C",
"active": "#ffffff"
}
}
},
"color": {
"title": {
"incomplete": "#c0c0c0",
"complete": "#696e79",
"active": "#161517"
}
}
}
}
},
"tabs": {
"basic": {
"color": {
Expand Down
96 changes: 74 additions & 22 deletions src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,29 +893,81 @@
}
}
},
"stepperVertical": {
"icon": {
"background": {
"default": "#414141",
"incomplete": "lch(45.7 0 0)",
"complete": "#414141"
},
"foreground": {
"default": "#ffffff",
"incomplete": "#ffffff",
"complete": "#ffffff"
"stepper": {
"vertical": {
"numbered": {
"connector": {
"color": {
"stroke": {
"incomplete": "#606060",
"complete": "#ffffff",
"active": "#606060"
}
}
},
"step": {
"color": {
"stroke": {
"incomplete": "#606060",
"complete": "#ffffff",
"active": "#ffffff"
},
"background": {
"incomplete": "#1F1F1C",
"complete": "#1F1F1C",
"active": "#ffffff"
},
"icon": {
"incomplete": "#ffffff",
"complete": "#ffffff",
"active": "#1F1F1C"
}
}
},
"color": {
"title": {
"incomplete": "#606060",
"complete": "#b3b6bd",
"active": "#ffffff"
}
}
},
"stroke": {
"default": "#282828",
"incomplete": "rgba(0,0,0,0)",
"complete": "rgba(0,0,0,0)"
}
},
"connector": {
"background": {
"default": "#414141",
"incomplete": "lch(45.7 0 0)",
"complete": "#414141"
"bulleted": {
"connector": {
"color": {
"stroke": {
"incomplete": "#606060",
"complete": "#ffffff",
"active": "#606060"
}
}
},
"step": {
"color": {
"stroke": {
"incomplete": "#606060",
"complete": "#ffffff",
"active": "#ffffff"
},
"background": {
"incomplete": "#1F1F1C",
"complete": "#1F1F1C",
"active": "#ffffff"
},
"icon": {
"incomplete": "#1F1F1C",
"complete": "#ffffff",
"active": "#ffffff"
}
}
},
"color": {
"title": {
"incomplete": "#606060",
"complete": "#b3b6bd",
"active": "#ffffff"
}
}
}
}
},
Expand Down
Loading

1 comment on commit ea64cc4

@vercel
Copy link

@vercel vercel bot commented on ea64cc4 Nov 13, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

click-ui – ./

click-ui-git-main-clickhouse.vercel.app
click-ui-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.