Skip to content

Commit 04de820

Browse files
pfultoncastastrophe
authored andcommitted
chore: s2 grays component-level migration (#2583)
* chore: migrate gray-50 to gray-25 Migrates any instance of `--spectrum-gray-50` to use `--spectrum-gray-25` as per the S2 migration guide * chore: migrate gray-75 to gray-50 Migrates usages of `--spectrum-gray-75` to use `--spectrum-gray-50` as per the s2 migration guide. * chore: migrate gray-100 to gray-75 Migrates usages of `--spectrum-gray-100` to use `--spectrum-gray-75` as per the s2 migration guide * chore: migrate gray-200 to gray-100 Migrates usages of `--spectrum-gray-200` to use `--spectrum-gray-100` as per the s2 migration guide * chore: migrate gray-300 to gray-200 Migrates usages of `--spectrum-gray-300` to use `spectrum-gray-200` as per the s2 migration guide * chore(infieldbutton): gray-300 to gray-200
1 parent 92fbbed commit 04de820

File tree

550 files changed

+4603
-14135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+4603
-14135
lines changed

.github/actions/file-diff/CHANGELOG.md

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,65 +10,70 @@ All notable changes to this project will be documented in this file.
1010
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1111

1212
<a name="2.0.5"></a>
13-
##2.0.5
14-
🗓
15-
2024-03-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.4...@spectrum-tools/gh-action-file-diff@2.0.5)
13+
14+
## 2.0.5
15+
16+
🗓 2024-03-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.4...@spectrum-tools/gh-action-file-diff@2.0.5)
1617

1718
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
1819

1920
<a name="2.0.4"></a>
20-
##2.0.4
21-
🗓
22-
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.3...@spectrum-tools/gh-action-file-diff@2.0.4)
21+
22+
## 2.0.4
23+
24+
🗓 2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.3...@spectrum-tools/gh-action-file-diff@2.0.4)
2325

2426
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
2527

2628
<a name="2.0.3"></a>
27-
##2.0.3
28-
🗓
29-
2024-02-06
29+
30+
## 2.0.3
31+
32+
🗓 2024-02-06
3033

3134
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
3235

3336
<a name="2.0.2"></a>
34-
##2.0.2
35-
🗓
36-
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.1...@spectrum-tools/gh-action-file-diff@2.0.2)
37+
38+
## 2.0.2
39+
40+
🗓 2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.1...@spectrum-tools/gh-action-file-diff@2.0.2)
3741

3842
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
3943

4044
<a name="2.0.1"></a>
41-
##2.0.1
42-
🗓
43-
2024-01-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.0...@spectrum-tools/gh-action-file-diff@2.0.1)
45+
46+
## 2.0.1
47+
48+
🗓 2024-01-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.0...@spectrum-tools/gh-action-file-diff@2.0.1)
4449

4550
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
4651

4752
<a name="2.0.0"></a>
48-
#2.0.0
49-
🗓
50-
2023-12-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@1.0.2...@spectrum-tools/gh-action-file-diff@2.0.0)
5153

52-
\*feat(icon,ui-icons)!: migrate the icon compiler to a distinct package (#2343)([d73d594](https://github.com/adobe/spectrum-css/commit/d73d594)), closes[#2343](https://github.com/adobe/spectrum-css/issues/2343)
54+
## 2.0.0
5355

54-
###
55-
🛑 BREAKING CHANGES
56+
🗓 2023-12-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@1.0.2...@spectrum-tools/gh-action-file-diff@2.0.0)
5657

57-
*
58-
- @spectrum-css/icon will no longer contain SVG assets; it will be a purely CSS package with all SVG assets migrated to the new @spectrum-css/ui-icons package.
58+
- feat(icon,ui-icons)!: migrate the icon compiler to a distinct package (#2343)([d73d594](https://github.com/adobe/spectrum-css/commit/d73d594)), closes[#2343](https://github.com/adobe/spectrum-css/issues/2343)
59+
60+
### 🛑 BREAKING CHANGES
61+
- @spectrum-css/icon will no longer contain SVG assets; it will be a purely CSS package with all SVG assets migrated to the new @spectrum-css/ui-icons package.
5962

6063
- NEW: @spectrum-css/ui-icons package for all SVG icons in the UI set.
6164

6265
<a name="1.0.2"></a>
63-
##1.0.2
64-
🗓
65-
2023-11-15
66+
67+
## 1.0.2
68+
69+
🗓 2023-11-15
6670

6771
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
6872

6973
<a name="1.0.1"></a>
70-
##1.0.1
71-
🗓
72-
2023-11-13
74+
75+
## 1.0.1
76+
77+
🗓 2023-11-13
7378

7479
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff

.github/workflows/development.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
files_yaml: |
9999
styles:
100100
- components/*/index.css
101-
- components/*/themes/spectrum.css
102-
- components/*/themes/express.css
103101
eslint:
104102
- components/*/stories/*.js
105103
plugins:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
filter_mode: diff_context
9191
level: error
9292
reporter: github-pr-review
93-
# stylelint_input: "components/*/index.css components/*/themes/*.css"
93+
# stylelint_input: "components/*/index.css
9494
stylelint_input: "${{ inputs.styles_added_files }} ${{ inputs.styles_modified_files }}"
9595
stylelint_config: stylelint.config.js
9696

0 commit comments

Comments
 (0)