-
Notifications
You must be signed in to change notification settings - Fork 11
build: update design system to v2.7.0 #1261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4b9672a
build: update design system react to 1.7.0
maxelkins 63dbd43
build: update design system react to 2.0.0
maxelkins b7d593a
build: update design system react to 2.1.0
maxelkins e4a59b9
build: update design system react to 2.2.0
maxelkins 652d022
build: update design system react to 2.3.0
maxelkins 8817520
build: update design system react to 2.4.2
maxelkins 96507ef
build: update design system react to 2.5.0
maxelkins 0da9ed7
build: update design system react to 2.6.2
maxelkins 6c8987c
fix: add material symbols font to web component page
maxelkins 67dd1e9
docs: update changelog
maxelkins 12a87c5
refactor: change order of style imports
maxelkins 4d3a31d
Merge branch 'main' into update-design-system
maxelkins 6733a17
build: update package.json to allow allow patch and minor version upd…
maxelkins 08c821a
fix: changelog heading level error
maxelkins 3ad56b5
build: update design system react to 2.7.0
maxelkins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -1,8 +1,7 @@ | ||
| @forward "@raspberrypifoundation/design-system-react/scss/design-system-core"; | ||
| @use "../../../node_modules/react-tabs/style/react-tabs.css"; | ||
| @use "../../../node_modules/react-toggle/style.css"; | ||
| @use "../../../node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css"; | ||
| @use "../../../node_modules/prismjs/plugins/line-highlight/prism-line-highlight.css"; | ||
| @use "../../../node_modules/@raspberrypifoundation/design-system-core/scss/components/alert.scss"; | ||
| @use "../../../node_modules/@raspberrypifoundation/design-system-core/scss/design-system-core.scss"; | ||
| @use "../../../node_modules/material-symbols/sharp.scss"; | ||
| @use "../../../node_modules/plotly.js/src/css/style.scss" as plotlyStyle; |
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -29,6 +29,10 @@ | |
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width" /> | ||
| <title>Editor Web component</title> | ||
| <link | ||
| rel="stylesheet" | ||
| href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" | ||
| /> | ||
| </head> | ||
| <body> | ||
| <p id="results"></p> | ||
|
|
@@ -52,7 +56,7 @@ | |
| "download", | ||
| "settings", | ||
| "info", | ||
| ]), | ||
| ]) | ||
| ); | ||
|
|
||
| // Pre-set the code attribute with an empty string. | ||
|
|
@@ -89,7 +93,7 @@ | |
| runButton.appendChild(runButtonText); | ||
| runButton.onclick = (event) => { | ||
| webComp.rerunCode(); | ||
| } | ||
| }; | ||
| body.append(runButton); | ||
| }); | ||
| </script> | ||
|
|
||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.