Skip to content

Commit 7e8269c

Browse files
committed
chore: merge remote-tracking branch 'origin' into spectrum-two
2 parents 0687447 + 16d14dd commit 7e8269c

36 files changed

+128
-69
lines changed

.changeset/angry-needles-behave.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"@spectrum-css/radio": major
33
---
44

5-
# Radio S2 Migration
5+
### Radio S2 Migration
66

77
Updates:
88

99
- High contrast tokens have been modified
1010
- Typography tokens modified
1111

12-
## New tokens
12+
#### New tokens
1313

1414
`--spectrum-radio-border-width`
1515
`--spectrum-radio-text-font-weight`
1616
`--spectrum-radio-text-font-style`
1717

18-
## Modified tokens
18+
#### Modified tokens
1919

2020
`--spectrum-radio-emphasized-accent-color`
2121
`--spectrum-radio-emphasized-accent-color-hover`

.changeset/beige-dragons-tickle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"@spectrum-css/dropzone": major
44
---
55

6-
# S2 Illustrated Message Migration
6+
### S2 Illustrated Message Migration
77

88
This migration contains new tokens for t-shirt sizes (S, M, L), vertical and horizontal orientation along with their maximum width, illustration sizes, and content spacing. Dropzone `--mod` names are renamed to match the semantic tokens in illustrated message.
99

10-
## Illustrated Message
10+
#### Illustrated Message
1111

1212
New properties
1313
`--spectrum-illustrated-message-heading-to-description`
@@ -35,13 +35,13 @@ Removed properties
3535
`--mod-illustrated-message-illustration-accent-color`
3636
`--highcontrast-illustrated-message-illustration-accent-color`
3737

38-
## Dropzone
38+
#### Dropzone
3939

4040
New mods
4141
`--mod-drop-zone-body-to-action`
4242
`--mod-drop-zone-illustration-to-title`
4343

44-
## Dropzone nested mods
44+
#### Dropzone nested mods
4545

4646
Renamed mods
4747
`--mod-illustrated-message-title-to-heading` > `--mod-illustrated-message-illustration-to-heading`

.changeset/big-beds-care.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"@spectrum-css/dropzone": major
33
---
44

5-
## Dropzone S2 Migration
5+
### Dropzone S2 Migration
66

77
Since dropzone shares a lot of illustrated message's new content tokens (typography and spacing), tons of unused`--mods` were removed.
88

99
The component reflects the [new design](https://www.figma.com/design/eoZHKJH9a3LJkHYCGt60Vb/S2-token-specs?node-id=10141-2822&m=dev) of the borders that includes dash length and dash gap.
1010

11-
### SVG Border
11+
#### SVG Border
1212

1313
To support the intention of the design, an SVG element is used. There are custom `--mod` tokens to adjust the length of dashed lines and the gap between them. It's understood it may be too much to consume an additional element so there's a fallback where the SVG element is not necessary - dropzone will use the standard `border` CSS property.
1414

15-
### New mods
15+
#### New mods
1616

1717
`--mod-drop-zone-content-height`
1818
`--mod-drop-zone-edge-to-text`
1919
`--mod-drop-zone-title-line-height`
2020
`--mod-drop-zone-border-dash-length`
2121
`--mod-drop-zone-border-dash-gap`
2222

23-
### Removed mods
23+
#### Removed mods
2424

2525
`--mod-drop-zone-body-color`
2626
`--mod-drop-zone-body-font-family`

.changeset/big-jars-pump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
`@spectrum-css/inlinealert`: major
2+
"@spectrum-css/inlinealert": major
33
---
44

55
#### S2 migration in-line alert

.changeset/chilly-peaches-sniff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/statuslight": major
33
---
44

5-
## Spectrum 2 migration
5+
#### Spectrum 2 migration
66

77
New non-semantic colors were added to the variants list, while the `accent` semantic variant was removed. There were also some new and updated color and text-to-visual tokens used to match the designs, along with normalizing font family, font style, and font weight.
88

.changeset/flat-snails-admire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"@spectrum-css/infieldprogresscircle": major
33
---
44

5-
## Infield Progresscircle S2 Migration
5+
#### Infield Progresscircle S2 Migration
66

77
In-field progress circle is a new component created to replace progress circle (size S) in t-shirt size components. The button, textfield, combo box, and picker `template.js` files have all been updated to call for infield progress circles. This component comes in four sizes: (S, M, L, XL), has updated color variants (default, white, black), and has a unified track thickness.

.changeset/fresh-crabs-deliver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/breadcrumb": major
33
---
44

5-
#### Spectrum 2 Migration
5+
#### Spectrum 2 Breadcrumbs migration
66

77
The breadcrumbs component is now updated to use the S2 specs and tokens. This includes updated spacing, heights, colors, font sizes, etc.
88

.changeset/fresh-seahorses-join.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"@spectrum-css/button": patch
33
---
44

5-
#### refactor: remove spectrum-ButtonWithFocusRing placeholder class extend
5+
#### Remove spectrum-ButtonWithFocusRing placeholder class extend
66

77
Removes the need for the extend from this placeholder class, as the styles it provides have diverged slightly from what is in button and it was causing some unnecessary CSS to override.
8-
This should not result in any changed visuals or behavior, as the same CSS has been integrated.
8+
9+
This should not result in any changed visuals or behavior, as the same CSS has been integrated.

.changeset/giant-windows-smoke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/colorwheel": major
33
---
44

5-
# colorwheel S2 migration
5+
#### colorwheel S2 migration
66

77
This change migrates the colorwheel component to S2. It adds the `--spectrum-colorwheel-border-color-rgb` and `--spectrum-colorwheel-border-opacity` custom properties. It updates `--spectrum-colorwheel-border-color` to leverage these tokens in an `rgba(...)` function.
88

.changeset/healthy-chicken-clap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/textfield": major
33
---
44

5-
Migrate to Spectrum 2
5+
#### Migrate to Spectrum 2
66

77
- Default styles are used for medium
88
- Removal of quiet variant

0 commit comments

Comments
 (0)