Skip to content

Commit 48ae9d7

Browse files
chore: release (next) (#3622)
The link component is updated with S2 specifications, colors, and typography. There is a new inline variant which uses the `.spectrum-Link--inline` modifier class and the default is the standalone variant. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
1 parent c88fcdc commit 48ae9d7

File tree

9 files changed

+69
-20
lines changed

9 files changed

+69
-20
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
"strange-glasses-allow",
129129
"tame-bobcats-beam",
130130
"tame-knives-train",
131+
"tasty-eagles-draw",
131132
"twenty-ravens-divide",
132133
"twenty-tables-know"
133134
]

components/contextualhelp/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 6.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c88fcdc`](https://github.com/adobe/spectrum-css/commit/c88fcdcfa4866f4b3ff7a1027e4253b8f2114351)]:
8+
- @spectrum-css/link@8.0.0-next.0
9+
310
## 6.0.0-next.0
411

512
### Patch Changes

components/contextualhelp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/contextualhelp",
3-
"version": "6.0.0-next.0",
3+
"version": "6.0.0-next.1",
44
"description": "The Spectrum CSS contextualhelp component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,7 +26,7 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
29-
"@spectrum-css/link": ">=7.0.0 <8.0.0",
29+
"@spectrum-css/link": ">=8.0.0-next.0",
3030
"@spectrum-css/popover": ">=9.0.0-next.0",
3131
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3232
},
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/actionbutton": "8.0.0-next.0",
49-
"@spectrum-css/link": "7.1.0",
49+
"@spectrum-css/link": "8.0.0-next.0",
5050
"@spectrum-css/popover": "9.0.0-next.1",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

components/dropzone/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 9.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c88fcdc`](https://github.com/adobe/spectrum-css/commit/c88fcdcfa4866f4b3ff7a1027e4253b8f2114351)]:
8+
- @spectrum-css/link@8.0.0-next.0
9+
310
## 9.0.0-next.1
411

512
### Major Changes

components/dropzone/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/dropzone",
3-
"version": "9.0.0-next.1",
3+
"version": "9.0.0-next.2",
44
"description": "The Spectrum CSS dropzone component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,7 +27,7 @@
2727
"peerDependencies": {
2828
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
2929
"@spectrum-css/illustratedmessage": ">=9.0.0 <10.0.0",
30-
"@spectrum-css/link": ">=7.0.0 <8.0.0",
30+
"@spectrum-css/link": ">=8.0.0-next.0",
3131
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3232
},
3333
"peerDependenciesMeta": {
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/actionbutton": "8.0.0-next.0",
4949
"@spectrum-css/illustratedmessage": "9.1.0",
50-
"@spectrum-css/link": "7.1.0",
50+
"@spectrum-css/link": "8.0.0-next.0",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

components/link/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change log
22

3+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3570](https://github.com/adobe/spectrum-css/pull/3570) [`c88fcdc`](https://github.com/adobe/spectrum-css/commit/c88fcdcfa4866f4b3ff7a1027e4253b8f2114351) Thanks [@aramos-adobe](https://github.com/aramos-adobe)!
8+
9+
#### Link S2 migration
10+
11+
The link component is updated with S2 specifications, colors, and typography. There is a new inline variant which uses the `.spectrum-Link--inline` modifier class and the default is the standalone variant.
12+
13+
##### Note
14+
15+
- Quiet styling does not apply to the inline variant so that it is distinguishable from the surrounding text and the underline indicator is clear
16+
- `--mod-spectrum-link-font-weight` can be used to adjust inline variant to match surrounding text. Apply font weights to this mod `inherit` does not apply.
17+
18+
#### New tokens
19+
20+
##### Color
21+
22+
`spectrum-link-focus-indicator-color`
23+
`spectrum-link-focus-indicator-thickness`
24+
`spectrum-link-focus-indicator-gap`
25+
`spectrum-link-corner-radius`
26+
27+
##### Typography
28+
29+
`spectrum-link-line-height`
30+
`spectrum-link-line-height-cjk-100`
31+
`spectrum-link-font-size`
32+
`spectrum-link-font-style`
33+
`spectrum-link-font-weight`
34+
`spectrum-link-text-underline-thickness`
35+
`spectrum-link-text-underline-gap`
36+
337
## 7.1.0
438

539
### Minor Changes

components/link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/link",
3-
"version": "7.1.0",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS link component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@spectrum-css/colorwheel": "7.0.0-next.0",
6060
"@spectrum-css/combobox": "5.0.0-next.0",
6161
"@spectrum-css/commons": "11.0.0",
62-
"@spectrum-css/contextualhelp": "6.0.0-next.0",
62+
"@spectrum-css/contextualhelp": "6.0.0-next.1",
6363
"@spectrum-css/datepicker": "5.0.0-next.0",
6464
"@spectrum-css/dial": "5.1.0",
6565
"@spectrum-css/dialog": "13.0.0-next.2",
6666
"@spectrum-css/divider": "6.0.0-next.0",
6767
"@spectrum-css/dropindicator": "8.0.0-next.0",
68-
"@spectrum-css/dropzone": "9.0.0-next.1",
68+
"@spectrum-css/dropzone": "9.0.0-next.2",
6969
"@spectrum-css/fieldgroup": "8.0.0-next.0",
7070
"@spectrum-css/fieldlabel": "11.0.0-next.0",
7171
"@spectrum-css/floatingactionbutton": "4.1.0",
@@ -75,7 +75,7 @@
7575
"@spectrum-css/illustratedmessage": "9.1.0",
7676
"@spectrum-css/infieldbutton": "7.0.0-next.0",
7777
"@spectrum-css/inlinealert": "11.0.0-next.0",
78-
"@spectrum-css/link": "7.1.0",
78+
"@spectrum-css/link": "8.0.0-next.0",
7979
"@spectrum-css/logicbutton": "6.1.0",
8080
"@spectrum-css/menu": "10.0.0-next.1",
8181
"@spectrum-css/meter": "2.0.0-next.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -4068,13 +4068,13 @@ __metadata:
40684068
"@spectrum-css/colorwheel": "npm:7.0.0-next.0"
40694069
"@spectrum-css/combobox": "npm:5.0.0-next.0"
40704070
"@spectrum-css/commons": "npm:11.0.0"
4071-
"@spectrum-css/contextualhelp": "npm:6.0.0-next.0"
4071+
"@spectrum-css/contextualhelp": "npm:6.0.0-next.1"
40724072
"@spectrum-css/datepicker": "npm:5.0.0-next.0"
40734073
"@spectrum-css/dial": "npm:5.1.0"
40744074
"@spectrum-css/dialog": "npm:13.0.0-next.2"
40754075
"@spectrum-css/divider": "npm:6.0.0-next.0"
40764076
"@spectrum-css/dropindicator": "npm:8.0.0-next.0"
4077-
"@spectrum-css/dropzone": "npm:9.0.0-next.1"
4077+
"@spectrum-css/dropzone": "npm:9.0.0-next.2"
40784078
"@spectrum-css/fieldgroup": "npm:8.0.0-next.0"
40794079
"@spectrum-css/fieldlabel": "npm:11.0.0-next.0"
40804080
"@spectrum-css/floatingactionbutton": "npm:4.1.0"
@@ -4084,7 +4084,7 @@ __metadata:
40844084
"@spectrum-css/illustratedmessage": "npm:9.1.0"
40854085
"@spectrum-css/infieldbutton": "npm:7.0.0-next.0"
40864086
"@spectrum-css/inlinealert": "npm:11.0.0-next.0"
4087-
"@spectrum-css/link": "npm:7.1.0"
4087+
"@spectrum-css/link": "npm:8.0.0-next.0"
40884088
"@spectrum-css/logicbutton": "npm:6.1.0"
40894089
"@spectrum-css/menu": "npm:10.0.0-next.1"
40904090
"@spectrum-css/meter": "npm:2.0.0-next.0"
@@ -4464,17 +4464,17 @@ __metadata:
44644464
languageName: unknown
44654465
linkType: soft
44664466

4467-
"@spectrum-css/contextualhelp@npm:6.0.0-next.0, @spectrum-css/contextualhelp@workspace:components/contextualhelp":
4467+
"@spectrum-css/contextualhelp@npm:6.0.0-next.1, @spectrum-css/contextualhelp@workspace:components/contextualhelp":
44684468
version: 0.0.0-use.local
44694469
resolution: "@spectrum-css/contextualhelp@workspace:components/contextualhelp"
44704470
dependencies:
44714471
"@spectrum-css/actionbutton": "npm:8.0.0-next.0"
4472-
"@spectrum-css/link": "npm:7.1.0"
4472+
"@spectrum-css/link": "npm:8.0.0-next.0"
44734473
"@spectrum-css/popover": "npm:9.0.0-next.1"
44744474
"@spectrum-css/tokens": "npm:16.0.1"
44754475
peerDependencies:
44764476
"@spectrum-css/actionbutton": ">=8.0.0-next.0"
4477-
"@spectrum-css/link": ">=7.0.0 <8.0.0"
4477+
"@spectrum-css/link": ">=8.0.0-next.0"
44784478
"@spectrum-css/popover": ">=9.0.0-next.0"
44794479
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
44804480
peerDependenciesMeta:
@@ -4599,18 +4599,18 @@ __metadata:
45994599
languageName: unknown
46004600
linkType: soft
46014601

4602-
"@spectrum-css/dropzone@npm:9.0.0-next.1, @spectrum-css/dropzone@workspace:components/dropzone":
4602+
"@spectrum-css/dropzone@npm:9.0.0-next.2, @spectrum-css/dropzone@workspace:components/dropzone":
46034603
version: 0.0.0-use.local
46044604
resolution: "@spectrum-css/dropzone@workspace:components/dropzone"
46054605
dependencies:
46064606
"@spectrum-css/actionbutton": "npm:8.0.0-next.0"
46074607
"@spectrum-css/illustratedmessage": "npm:9.1.0"
4608-
"@spectrum-css/link": "npm:7.1.0"
4608+
"@spectrum-css/link": "npm:8.0.0-next.0"
46094609
"@spectrum-css/tokens": "npm:16.0.1"
46104610
peerDependencies:
46114611
"@spectrum-css/actionbutton": ">=8.0.0-next.0"
46124612
"@spectrum-css/illustratedmessage": ">=9.0.0 <10.0.0"
4613-
"@spectrum-css/link": ">=7.0.0 <8.0.0"
4613+
"@spectrum-css/link": ">=8.0.0-next.0"
46144614
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
46154615
peerDependenciesMeta:
46164616
"@spectrum-css/actionbutton":
@@ -4801,7 +4801,7 @@ __metadata:
48014801
languageName: unknown
48024802
linkType: soft
48034803

4804-
"@spectrum-css/link@npm:7.1.0, @spectrum-css/link@workspace:components/link":
4804+
"@spectrum-css/link@npm:8.0.0-next.0, @spectrum-css/link@workspace:components/link":
48054805
version: 0.0.0-use.local
48064806
resolution: "@spectrum-css/link@workspace:components/link"
48074807
dependencies:

0 commit comments

Comments
 (0)