-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(knapsack): modifying asset sets to use light/dark modes
- Loading branch information
github-actions
committed
Feb 23, 2024
1 parent
c0666f5
commit c9c6210
Showing
104 changed files
with
2,258 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "0pGlu50vut", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.dark.palettes"], | ||
"include": "positive", | ||
"exclude": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "17Ux-cmwk6", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.dark.colors"], | ||
"include": "emphasis", | ||
"exclude": "on" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "1YKBSGqC5U", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Caution" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "1wLEYXilwB", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.light.palettes"], | ||
"include": "secondary" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "23UbJKd3uu", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Primary" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "3WkE2fs2hK", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.dark.colors", "theme.light.colors"], | ||
"include": "negative", | ||
"exclude": "on" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "3aOfl99XQO", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.light.palettes"], | ||
"include": "positive", | ||
"exclude": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "4hYM86vnlL", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Emphasis" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "6j7VbRaWrn", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Emphasis" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "7dfO9h8XKa", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Dark Secondary" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "8gL6YNJqep", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.dark.palettes"], | ||
"include": "neutral", | ||
"exclude": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "BZXVGK-9q", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.light.colors"], | ||
"include": "primary", | ||
"exclude": "on-" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "BaxEiyoAph", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Positive" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "CBZccJQOpE", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Negative" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "CO3zQ-CEfX", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.light.colors"], | ||
"include": "emphasis", | ||
"exclude": "on-" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "CvoPQUj9RG", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 2 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Positive" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "CzmzktONAJ", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.light.palettes"], | ||
"include": "negative", | ||
"exclude": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "FONQaoI-jL", | ||
"blockType": "design-tokens", | ||
"data": { | ||
"demoId": "color-swatch", | ||
"tokenType": "color", | ||
"groupIds": ["theme.dark.palettes"], | ||
"include": "secondary" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "Fygt5BTqyp", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Secondary" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "G2OfiR8hlw", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Primary" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "I9EHW3HS", | ||
"blockType": "text-editor", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"textAlign": "left", | ||
"level": 3 | ||
}, | ||
"content": [ | ||
{ | ||
"type": "text", | ||
"text": "Positive" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.