Skip to content

Commit

Permalink
chore: release (s2-foundations) (#3142)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and castastrophe committed Sep 24, 2024
1 parent a137269 commit 3ecd520
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"sharp-pianos-reply",
"sharp-rice-sing",
"sharp-vans-flow",
"shiny-balloons-remember",
"shiny-peaches-change",
"short-carrots-film",
"silent-carpets-beam",
Expand Down
12 changes: 5 additions & 7 deletions .storybook/decorators/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ export const withContextWrapper = makeDecorator({
rootClass,
staticColor,
} = {},
globals = {},
globals: {
color = "light",
context = "spectrum",
scale = "medium",
},
id,
viewMode,
} = data;

let {
color = "light",
context = "spectrum",
scale = "medium",
} = globals;

const staticColorSettings = {
"black": {
background: "var(--spectrum-docs-static-black-background-color)",
Expand Down
6 changes: 6 additions & 0 deletions .storybook/modes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ const modes = {
},
"Context: Spectrum 1": {
scale: "medium",
color: "light",
textDirection: "ltr",
context: "legacy",
},
"Context: Express": {
scale: "medium",
color: "light",
textDirection: "ltr",
context: "express",
},
"Dark | RTL": {
scale: "medium",
color: "dark",
textDirection: "rtl",
context: "legacy",
Expand Down
6 changes: 6 additions & 0 deletions generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.0-s2-foundations.7

### Minor Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`a4e0278`](https://github.com/adobe/spectrum-css/commit/a4e0278af07d97b668a73fabcbb18b37411ecb86) Thanks [@pfulton](https://github.com/pfulton)! - Update mdx template to include TaggedReleases and ComponentDetails

## 5.0.0-s2-foundations.6

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/generator",
"version": "5.0.0-s2-foundations.6",
"version": "5.0.0-s2-foundations.7",
"description": "A tool to quickly create standardized components",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down

0 comments on commit 3ecd520

Please sign in to comment.