Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .changeset/chilly-years-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@adobe/spectrum-css-workflow-icons": major
---

feat!: take in 6.0.0 a4u package, drop react icons

**BREAKING CHANGE:**
- Removes React icons from the project
- Takes in the `6.0.0` A4U package which also removes React icons

Additionally:
- Refactors the project code to remove references to React
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run `yarn serve` to see the mini-site for all the workflow icons.

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:

1. `yarn npm login --scope a4u` to authenticate with the internal repository
1. `npm login --scope a4u` to authenticate with the internal repository
2. `yarn add -D @a4u/a4u-s2-icon-global-set-open-source-processed` to install the latest version of the internal repository
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.

Expand Down
1 change: 0 additions & 1 deletion _data/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
language: 'en-US',
icons: manifest.svg ?? [],
webcomponents: manifest.components ?? [],
react: manifest.react ?? [],
spritesheet: 'assets/svg-spriteSheet/icons.svg',
sizes: ['S', 'M', 'L', 'XL', 'XXL'],
};
2 changes: 1 addition & 1 deletion icons/assets/components/iconCloseCaptions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions icons/assets/components/iconCloudStateDefault22x20.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { TemplateResult } from 'lit';
export declare const iconCloudStateDefault22x20: ({ width, height, ariaHidden, title, id, focusable }?: {
export declare const iconCloudStateDisconnected: ({ width, height, ariaHidden, title, id, focusable }?: {
width?: number | undefined;
height?: number | undefined;
ariaHidden?: boolean | undefined;
title?: string | undefined;
id?: string | undefined;
focusable?: boolean | undefined;
}) => string | TemplateResult;
export default iconCloudStateDefault22x20;
export default iconCloudStateDisconnected;
6 changes: 6 additions & 0 deletions icons/assets/components/iconCloudStateDisconnected.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions icons/assets/components/iconCloudStateDisconnected22x20.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions icons/assets/components/iconCloudStateDisconnected22x20.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { TemplateResult } from 'lit';
export declare const iconCloudStateOnline22x20: ({ width, height, ariaHidden, title, id, focusable }?: {
export declare const iconCloudStateError: ({ width, height, ariaHidden, title, id, focusable }?: {
width?: number | undefined;
height?: number | undefined;
ariaHidden?: boolean | undefined;
title?: string | undefined;
id?: string | undefined;
focusable?: boolean | undefined;
}) => string | TemplateResult;
export default iconCloudStateOnline22x20;
export default iconCloudStateError;
6 changes: 6 additions & 0 deletions icons/assets/components/iconCloudStateError.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions icons/assets/components/iconCloudStateError22x20.js

This file was deleted.

6 changes: 0 additions & 6 deletions icons/assets/components/iconCloudStateErrorRed22x20.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { TemplateResult } from 'lit';
export declare const iconCloudStateError22x20: ({ width, height, ariaHidden, title, id, focusable }?: {
export declare const iconCloudStateInProgress: ({ width, height, ariaHidden, title, id, focusable }?: {
width?: number | undefined;
height?: number | undefined;
ariaHidden?: boolean | undefined;
title?: string | undefined;
id?: string | undefined;
focusable?: boolean | undefined;
}) => string | TemplateResult;
export default iconCloudStateError22x20;
export default iconCloudStateInProgress;
Loading
Loading