Skip to content

Commit ba1d868

Browse files
chore: release (next) (#3605)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f1c8838 commit ba1d868

File tree

5 files changed

+45
-4
lines changed

5 files changed

+45
-4
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
},
101101
"changesets": [
102102
"beige-dragons-tickle",
103+
"big-beds-care",
103104
"chilly-peaches-sniff",
104105
"clean-oranges-smell",
105106
"few-doors-smile",

components/dropzone/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Change log
22

3+
## 9.0.0-next.1
4+
5+
### Major Changes
6+
7+
- [#3429](https://github.com/adobe/spectrum-css/pull/3429) [`924fc7f`](https://github.com/adobe/spectrum-css/commit/924fc7f040b84731c06fd3c59dbb1aca9001b642) Thanks [@aramos-adobe](https://github.com/aramos-adobe)! - ## Dropzone S2 Migration
8+
9+
Since dropzone shares a lot of illustrated message's new content tokens (typography and spacing), tons of unused`--mods` were removed.
10+
11+
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.
12+
13+
### SVG Border
14+
15+
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.
16+
17+
### New mods
18+
19+
`--mod-drop-zone-content-height`
20+
`--mod-drop-zone-edge-to-text`
21+
`--mod-drop-zone-title-line-height`
22+
`--mod-drop-zone-border-dash-length`
23+
`--mod-drop-zone-border-dash-gap`
24+
25+
### Removed mods
26+
27+
`--mod-drop-zone-body-color`
28+
`--mod-drop-zone-body-font-family`
29+
`--mod-drop-zone-body-font-style`
30+
`--mod-drop-zone-body-font-weight`
31+
`--mod-drop-zone-body-line-height`
32+
`--mod-drop-zone-content-color`
33+
`--mod-drop-zone-content-edge-to-text`
34+
`--mod-drop-zone-content-font-size`
35+
`--mod-drop-zone-heading-color`
36+
`--mod-drop-zone-heading-font-family`
37+
`--mod-drop-zone-heading-font-size`
38+
`--mod-drop-zone-heading-font-style`
39+
`--mod-drop-zone-heading-font-weight`
40+
`--mod-drop-zone-heading-line-height`
41+
`--mod-drop-zone-heading-to-body` `--mod-drop-zone-illustration-to-heading` `--mod-drop-zone-illustration-to-title`
42+
343
All notable changes to this project will be documented in this file.
444
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
545

components/dropzone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/dropzone",
3-
"version": "9.0.0-next.0",
3+
"version": "9.0.0-next.1",
44
"description": "The Spectrum CSS dropzone component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@spectrum-css/dialog": "13.0.0-next.1",
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.0",
68+
"@spectrum-css/dropzone": "9.0.0-next.1",
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",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4071,7 +4071,7 @@ __metadata:
40714071
"@spectrum-css/dialog": "npm:13.0.0-next.1"
40724072
"@spectrum-css/divider": "npm:6.0.0-next.0"
40734073
"@spectrum-css/dropindicator": "npm:8.0.0-next.0"
4074-
"@spectrum-css/dropzone": "npm:9.0.0-next.0"
4074+
"@spectrum-css/dropzone": "npm:9.0.0-next.1"
40754075
"@spectrum-css/fieldgroup": "npm:8.0.0-next.0"
40764076
"@spectrum-css/fieldlabel": "npm:11.0.0-next.0"
40774077
"@spectrum-css/floatingactionbutton": "npm:4.1.0"
@@ -4596,7 +4596,7 @@ __metadata:
45964596
languageName: unknown
45974597
linkType: soft
45984598

4599-
"@spectrum-css/dropzone@npm:9.0.0-next.0, @spectrum-css/dropzone@workspace:components/dropzone":
4599+
"@spectrum-css/dropzone@npm:9.0.0-next.1, @spectrum-css/dropzone@workspace:components/dropzone":
46004600
version: 0.0.0-use.local
46014601
resolution: "@spectrum-css/dropzone@workspace:components/dropzone"
46024602
dependencies:

0 commit comments

Comments
 (0)