Skip to content

Commit a820ec5

Browse files
committed
chore: merge remote-tracking branch 'origin' into spectrum-two
2 parents d952e0c + d890a27 commit a820ec5

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

.github/renovate.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@
1212
{
1313
"groupName": "storybook ecosystem",
1414
"matchPackageNames": ["storybook", "@storybook/*", "@types/storybook*"],
15-
"matchUpdateTypes": ["minor", "patch"]
16-
},
17-
{
18-
"groupName": "storybook ecosystem (disabled)",
19-
"matchPackageNames": [
20-
"storybook",
21-
"@storybook/*",
22-
"@types/storybook*",
23-
"@chromatic-com/storybook"
24-
],
25-
"matchUpdateTypes": ["major"],
26-
"baseBranches": ["main"],
2715
"enabled": false
2816
},
2917
{

.storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
5353
- @spectrum-css/tokens@16.1.0-next.0
5454

55+
## 12.0.5
56+
57+
### Patch Changes
58+
59+
- Updated dependencies [[`4e3a120`](https://github.com/adobe/spectrum-css/commit/4e3a120339a6e7e6d0d19e3f2f7f608ab96621ed)]:
60+
- @spectrum-css/tokens@16.0.2
61+
5562
## 12.0.4
5663

5764
### Patch Changes

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@
182182
".storybook/deprecated/*/*.mdx",
183183
"components/*/stories/*.stories.js",
184184
"components/*/stories/*.mdx"
185-
]
185+
]
186186
}

tokens/CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,13 +607,21 @@ Adds custom vars for coachmark action menu vertical spacing. These help provide
607607
In `tokens/custom/large-vars.css`: `--spectrum-coachmark-action-menu-vertical-offset`.
608608
In `tokens/custom/medium-vars.css`: `--spectrum-coachmark-action-menu-vertical-offset`.
609609

610+
## 16.0.2
611+
612+
### Patch Changes
613+
614+
- [#3883](https://github.com/adobe/spectrum-css/pull/3883) [`4e3a120`](https://github.com/adobe/spectrum-css/commit/4e3a120339a6e7e6d0d19e3f2f7f608ab96621ed) Thanks [@byteakp](https://github.com/byteakp)!
615+
616+
Fixed `--spectrum-cjk-font` variable to correctly reference `--spectrum-cjk-font-family-stack` instead of `--spectrum-code-font-family-stack`.
617+
610618
## 16.0.1
611619

612620
### Patch Changes
613621

614622
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
615623

616-
- Dependency alignment across the project.
624+
Dependency alignment across the project.
617625

618626
Set component peerDependencies as optional to reduce console warnings on downstream projects.
619627

@@ -958,9 +966,12 @@ If you are looking to implement a fully S2 design, please explore the `next` rel
958966
- `--spectrum-switch-top-to-control-medium`
959967
- **value**: 9px (desktop)
960968
- **value**: 11px (mobile)
961-
- `--spectrum-switch-top-to-control-large`
962-
- **value**: 12px (desktop)
963-
- **value**: 15px (mobile)
969+
- `--spectrum-switch-top-to-control
970+
971+
-large`
972+
973+
- **value**: 12px (desktop)
974+
- **value**: 15px (mobile)
964975
- `--spectrum-switch-top-to-control-extra-large`
965976
- **value**: 15px (desktop)
966977
- **value**: 19px (mobile)

tokens/custom/global-vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
--spectrum-font-size: var(--spectrum-font-size-100);
5656

5757
--spectrum-cjk-font-family-stack: adobe-clean-han-japanese, var(--spectrum-cjk-font-family), sans-serif;
58-
--spectrum-cjk-font: var(--spectrum-code-font-family-stack);
58+
--spectrum-cjk-font: var(--spectrum-cjk-font-family-stack);
5959

6060
/* Gradient that changes with the color theme. */
6161
--spectrum-examples-gradient: linear-gradient(45deg, var(--spectrum-magenta-1500), var(--spectrum-blue-1500));

0 commit comments

Comments
 (0)