Skip to content

Commit b50d038

Browse files
aramos-adobecastastrophe
authored andcommitted
feat(illustratedmessage): adding new s2 tokens
feat(illustratedmessage): updating token version feat(illustratedmessage): work in progress feat(illustratedmessage): adding new tokens, tshirt sizes, orientation, button group feat(illustratedmessage): updating CSS structure and adding conditional buttons feat(illustratedmessage): update tokens feat(illustratedmessage): changeset, styles, dropzone mods feat(illustratedmessage): work in progress feat(illustratedmessage): updating mods feat(illustratedmessage): removing message accent color selector chore(illustratedmessage): updating changeset docs(illustratedmessage): heading controls fix(illustratedmessage): fixing cjk tokens and removing heading and base classes fix(illustratedmessage): fixing cjk tokens and removing heading and base classes feat(illustratedmessage): new mods docs(illustratedmessage): adding horizontal story context feat(illustratedmessage): removing extra dashes, reverting dropzone chore(fix): adding stylelint disable desc chore(fix): removing unused highcontrast accent color token feat(illustratedmessage): adding grid display chore(im): removing unused import chore(im): removing more unused imports chore(illustratedmessage): updating testing env fix(dropzone): removing unused controls feat(illustratedmessage): reviewing comments feat(illustratedmessage): adjusting story horiz copy fix(illustratedmessage): resolving changes chore(im): bringing back to center fix: removing lint line chore: restore stepper index css file chore(illustratedmessage): removing one liner in dropzone) chore(illustratedmessage): removing stylelint line chore(illustratedmessage): removing unused custom props in dropzone
1 parent 2bf6512 commit b50d038

File tree

10 files changed

+481
-290
lines changed

10 files changed

+481
-290
lines changed

.changeset/beige-dragons-tickle.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
"@spectrum-css/illustratedmessage": major
3+
"@spectrum-css/dropzone": major
4+
---
5+
6+
# S2 Illustrated Message Migration
7+
8+
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.
9+
10+
## Illustrated Message
11+
12+
New properties
13+
`--spectrum-illustrated-message-heading-to-description`
14+
`--spectrum-illustrated-message-illustration-to-heading`
15+
`--spectrum-illustrated-message-illustration-to-content`
16+
`--spectrum-illustrated-message-description-to-action`
17+
`--spectrum-illustrated-message-illustration-color`
18+
`--spectrum-illustrated-message-illustration-size`
19+
`--spectrum-illustrated-message-small-cjk-title-font-size`
20+
`--spectrum-illustrated-message-large-cjk-title-font-size`
21+
`--spectrum-illustrated-message-large-body-font-size`
22+
`--spectrum-illustrated-message-horizontal-maximum-width`
23+
24+
New mods
25+
`--mod-illustrated-message-description-to-action`
26+
`--mod-illustrated-message-heading-to-description`
27+
`--mod-illustrated-message-illustration-to-content`
28+
`--mod-illustrated-message-horizontal-maximum-width`
29+
30+
Removed properties
31+
`--spectrum-illustrated-message-title-to-heading`
32+
`--spectrum-illustrated-message-description-max-inline-size`
33+
`--spectrum-illustrated-message-heading-max-inline-size`
34+
`--spectrum-illustrated-message-illustration-accent-color`
35+
`--mod-illustrated-message-illustration-accent-color`
36+
`--highcontrast-illustrated-message-illustration-accent-color`
37+
38+
## Dropzone
39+
40+
New mods
41+
`--mod-drop-zone-body-to-action`
42+
`--mod-drop-zone-illustration-to-title`
43+
44+
## Dropzone nested mods
45+
46+
Renamed mods
47+
`--mod-illustrated-message-title-to-heading` > `--mod-illustrated-message-illustration-to-heading`
48+
`--mod-illustrated-message-heading-to-body` > `--mod-illustrated-message-heading-to-description`
49+
`--mod-illustrated-message-content-maximum-width` > `--mod-illustrated-message-vertical-maximum-width`

components/dropzone/dist/metadata.json

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
"--mod-drop-zone-body-font-style",
2525
"--mod-drop-zone-body-font-weight",
2626
"--mod-drop-zone-body-line-height",
27+
"--mod-drop-zone-body-to-action",
2728
"--mod-drop-zone-border-color",
2829
"--mod-drop-zone-border-color-hover",
2930
"--mod-drop-zone-border-style",
31+
"--mod-drop-zone-border-style--dragged",
3032
"--mod-drop-zone-border-style-dragged",
3133
"--mod-drop-zone-border-width",
3234
"--mod-drop-zone-content-background-color",
@@ -62,14 +64,44 @@
6264
"--spectrum-drop-zone-background-color-opacity",
6365
"--spectrum-drop-zone-background-color-opacity-filled",
6466
"--spectrum-drop-zone-background-color-rgb",
67+
"--spectrum-drop-zone-body-color",
68+
"--spectrum-drop-zone-body-font-family",
69+
"--spectrum-drop-zone-body-font-size",
70+
"--spectrum-drop-zone-body-font-style",
71+
"--spectrum-drop-zone-body-font-weight",
72+
"--spectrum-drop-zone-body-line-height",
6573
"--spectrum-drop-zone-body-size",
74+
"--spectrum-drop-zone-body-to-action",
6675
"--spectrum-drop-zone-border-color",
6776
"--spectrum-drop-zone-border-color-hover",
6877
"--spectrum-drop-zone-border-width",
6978
"--spectrum-drop-zone-cjk-title-size",
7079
"--spectrum-drop-zone-content-background-color",
80+
"--spectrum-drop-zone-content-bottom-to-text",
81+
"--spectrum-drop-zone-content-color",
82+
"--spectrum-drop-zone-content-edge-to-text",
83+
"--spectrum-drop-zone-content-font-family",
84+
"--spectrum-drop-zone-content-font-size",
85+
"--spectrum-drop-zone-content-font-style",
86+
"--spectrum-drop-zone-content-font-weight",
87+
"--spectrum-drop-zone-content-height",
88+
"--spectrum-drop-zone-content-line-height",
89+
"--spectrum-drop-zone-content-max-width",
7190
"--spectrum-drop-zone-content-maximum-width",
91+
"--spectrum-drop-zone-content-top-to-text",
92+
"--spectrum-drop-zone-corner-radius",
93+
"--spectrum-drop-zone-heading-color",
94+
"--spectrum-drop-zone-heading-font-family",
95+
"--spectrum-drop-zone-heading-font-size",
96+
"--spectrum-drop-zone-heading-font-style",
97+
"--spectrum-drop-zone-heading-font-weight",
98+
"--spectrum-drop-zone-heading-line-height",
99+
"--spectrum-drop-zone-heading-to-body",
72100
"--spectrum-drop-zone-illustration-color",
101+
"--spectrum-drop-zone-illustration-color-hover",
102+
"--spectrum-drop-zone-illustration-to-heading",
103+
"--spectrum-drop-zone-illustration-to-title",
104+
"--spectrum-drop-zone-padding",
73105
"--spectrum-drop-zone-title-size",
74106
"--spectrum-drop-zone-width"
75107
],
@@ -96,6 +128,8 @@
96128
"--spectrum-line-height-100",
97129
"--spectrum-neutral-visual-color",
98130
"--spectrum-sans-font-family-stack",
131+
"--spectrum-spacing-200",
132+
"--spectrum-spacing-300",
99133
"--spectrum-spacing-400",
100134
"--spectrum-spacing-75",
101135
"--spectrum-white"
@@ -104,26 +138,26 @@
104138
"--mod-actionbutton-edge-to-text",
105139
"--mod-actionbutton-font-size",
106140
"--mod-actionbutton-label-color",
107-
"--mod-illustrated-message-content-maximum-width",
108141
"--mod-illustrated-message-description-color",
109142
"--mod-illustrated-message-description-font-family",
110143
"--mod-illustrated-message-description-font-size",
111144
"--mod-illustrated-message-description-font-style",
112145
"--mod-illustrated-message-description-font-weight",
113146
"--mod-illustrated-message-description-line-height",
114147
"--mod-illustrated-message-description-position",
148+
"--mod-illustrated-message-description-to-action",
115149
"--mod-illustrated-message-description-z-index",
116150
"--mod-illustrated-message-display",
117-
"--mod-illustrated-message-heading-to-body",
118151
"--mod-illustrated-message-heading-to-description",
119152
"--mod-illustrated-message-illustration-color",
153+
"--mod-illustrated-message-illustration-to-heading",
120154
"--mod-illustrated-message-title-color",
121155
"--mod-illustrated-message-title-font-family",
122156
"--mod-illustrated-message-title-font-size",
123157
"--mod-illustrated-message-title-font-style",
124158
"--mod-illustrated-message-title-font-weight",
125159
"--mod-illustrated-message-title-line-height",
126-
"--mod-illustrated-message-title-to-heading"
160+
"--mod-illustrated-message-vertical-maximum-width"
127161
],
128162
"high-contrast": [
129163
"--highcontrast-drop-zone-border-color-hover",

0 commit comments

Comments
 (0)