Skip to content

Commit 7eff715

Browse files
authored
feat!: take in 6.0.0 a4u package, drop react icons (#50)
BREAKING CHANGE: removes react icons from the project * Removes react icons from the project * Takes in the latest release from A4U, (which also drops the react icons) * Refactors the project scripts to remove references to react processing * docs: update an incorrect command for logging into a4u
1 parent 0079c7d commit 7eff715

File tree

490 files changed

+297
-3536
lines changed

Some content is hidden

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

490 files changed

+297
-3536
lines changed

.changeset/chilly-years-fix.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@adobe/spectrum-css-workflow-icons": major
3+
---
4+
5+
feat!: take in 6.0.0 a4u package, drop react icons
6+
7+
**BREAKING CHANGE:**
8+
- Removes React icons from the project
9+
- Takes in the `6.0.0` A4U package which also removes React icons
10+
11+
Additionally:
12+
- Refactors the project code to remove references to React

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Run `yarn serve` to see the mini-site for all the workflow icons.
2626

2727
Icons are available from an internal repository that is available only to Adobe employees. If you are an employee with access, follow the steps below:
2828

29-
1. `yarn npm login --scope a4u` to authenticate with the internal repository
29+
1. `npm login --scope a4u` to authenticate with the internal repository
3030
2. `yarn add -D @a4u/a4u-s2-icon-global-set-open-source-processed` to install the latest version of the internal repository
3131
3. **Do not commit** the updated `package.json` with the new version of `@a4u/a4u-s2-icon-global-set-open-source-processed` as this blocks non-Adobe employees from installing and using the repository.
3232

_data/metadata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
language: 'en-US',
88
icons: manifest.svg ?? [],
99
webcomponents: manifest.components ?? [],
10-
react: manifest.react ?? [],
1110
spritesheet: 'assets/svg-spriteSheet/icons.svg',
1211
sizes: ['S', 'M', 'L', 'XL', 'XXL'],
1312
};

icons/assets/components/iconCloseCaptions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

icons/assets/components/iconCloudStateDefault22x20.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { TemplateResult } from 'lit';
2-
export declare const iconCloudStateDefault22x20: ({ width, height, ariaHidden, title, id, focusable }?: {
2+
export declare const iconCloudStateDisconnected: ({ width, height, ariaHidden, title, id, focusable }?: {
33
width?: number | undefined;
44
height?: number | undefined;
55
ariaHidden?: boolean | undefined;
66
title?: string | undefined;
77
id?: string | undefined;
88
focusable?: boolean | undefined;
99
}) => string | TemplateResult;
10-
export default iconCloudStateDefault22x20;
10+
export default iconCloudStateDisconnected;

icons/assets/components/iconCloudStateDisconnected.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

icons/assets/components/iconCloudStateDisconnected22x20.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

icons/assets/components/iconCloudStateDisconnected22x20.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { TemplateResult } from 'lit';
2-
export declare const iconCloudStateOnline22x20: ({ width, height, ariaHidden, title, id, focusable }?: {
2+
export declare const iconCloudStateError: ({ width, height, ariaHidden, title, id, focusable }?: {
33
width?: number | undefined;
44
height?: number | undefined;
55
ariaHidden?: boolean | undefined;
66
title?: string | undefined;
77
id?: string | undefined;
88
focusable?: boolean | undefined;
99
}) => string | TemplateResult;
10-
export default iconCloudStateOnline22x20;
10+
export default iconCloudStateError;

0 commit comments

Comments
 (0)