Skip to content

Commit

Permalink
chore: add component specific tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
rssilva committed Jun 6, 2024
1 parent b825015 commit 1fb629b
Show file tree
Hide file tree
Showing 4 changed files with 2,429 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/calm-readers-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@localyze-pluto/design-tokens": minor
"@localyze-pluto/theme": minor
---

Add component specific tokens
55 changes: 55 additions & 0 deletions packages/design-tokens/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,61 @@ const colorPrefixes = [
"bg",
"content",
"border",

"checkbox",
"tooltip",
"title",
"toast",
"text-area",
"table-header",
"table-cell",
"table",
"tab",
"status-dot",
"step-progress",
"step-progress-item",
"switch",
"step-header",
"step-indicator",
"step-card",
"select",
"sidebar-link-icon",
"sidebar",
"sidebar-link",
"radio-button",
"search",
"radio",
"progess",
"paragraph",
"pagination-item",
"modal",
"logo",
"link",
"help-text",
"icon-wrapper",
"hero-section",
"emoji-wrapper",
"form-field",
"field-text",
"field-suffix",
"field-prefix",
"field-label",
"dropzone",
"document-upload",
"document-list-item",
"document-list-header",
"document-list",
"divider",
"day-label",
"callout",
"day",
"date-picker",
"card",
"button",
"bullet",
"badge",
"avatar",
"alert-dialog",
];

module.exports = {
Expand Down
Loading

0 comments on commit 1fb629b

Please sign in to comment.