Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon: adding 62 new icons (TEST PR for perf testing) #3540

Merged
merged 1 commit into from Apr 26, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
82 changes: 76 additions & 6 deletions packages/gestalt/dist/index.d.ts
Expand Up @@ -351,7 +351,74 @@ type Icons =
| 'workflow-status-queued'
| 'workflow-status-unstarted'
| 'workflow-status-warning'
| 'x';
| 'x'
| 'animate'
| 'arrow-nested'
| 'aspect-ratio'
| 'audio-bars'
| 'audio-mix'
| 'audio-playing'
| 'board-stickerLarge'
| 'board-stickerSmall'
| 'border'
| 'border-shadow'
| 'clips'
| 'collage'
| 'color-palette'
| 'color'
| 'contrast'
| 'cutout'
| 'design'
| 'draw'
| 'erase-auto'
| 'erase'
| 'flash-slash'
| 'gauge'
| 'ghost'
| 'hand'
| 'highlights'
| 'lab-flask'
| 'lasso-magic'
| 'magic-wand'
| 'microphone'
| 'orientation-landscape'
| 'orientation-portrait'
| 'paper-clip'
| 'paper-lines-plus'
| 'pen-auto'
| 'pen'
| 'person-magnifying-glass'
| 'record-limit-5'
| 'record-limit-10'
| 'record-limit-15'
| 'record-limit-30'
| 'record-limit-60'
| 'record-limit'
| 'redo'
| 'saturation'
| 'select'
| 'shadows'
| 'shapes'
| 'shuffles'
| 'slide'
| 'soundSlash'
| 'speed-.3x'
| 'speed-.5x'
| 'speed-1x'
| 'speed-2x'
| 'speed-3x'
| 'speed'
| 'sticker-image'
| 'swap'
| 'template'
| 'text-sticker'
| 'text'
| 'timer-3'
| 'timer-10'
| 'timer'
| 'undo'
| 'warmth'
| 'wave';

type RoundingType = 'pill' | 'circle' | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;

Expand Down Expand Up @@ -1384,7 +1451,7 @@ interface MasonryV2Ref {
reflow: () => void;
state: {
width: number | undefined;
}
};
}

interface ModalProps {
Expand Down Expand Up @@ -1473,7 +1540,7 @@ interface NumberFieldProps {
}
>;
autoComplete?: 'on' | 'off' | undefined;
dataTestId?: string,
dataTestId?: string;
disabled?: boolean | undefined;
errorMessage?: Node | undefined;
helperText?: string | undefined;
Expand Down Expand Up @@ -1716,7 +1783,10 @@ interface RadioGroupRadioButtonProps {
interface SearchFieldProps {
accessibilityLabel: string;
id: string;
onChange: AbstractEventHandler<React.SyntheticEvent<HTMLInputElement | HTMLButtonElement>, { value: string }>;
onChange: AbstractEventHandler<
React.SyntheticEvent<HTMLInputElement | HTMLButtonElement>,
{ value: string }
>;
accessibilityClearButtonLabel?: string | undefined;
autoComplete?: 'on' | 'off' | 'username' | 'name' | undefined;
errorMessage?: string | undefined;
Expand Down Expand Up @@ -1747,7 +1817,7 @@ interface SelectListProps {
children: Node;
id: string;
onChange: AbstractEventHandler<React.SyntheticEvent<HTMLElement>, { value: string }>;
dataTestId?: string,
dataTestId?: string;
disabled?: boolean | undefined;
errorMessage?: string | undefined;
helperText?: string | undefined;
Expand Down Expand Up @@ -2253,7 +2323,7 @@ interface TextProps {
interface TextAreaProps {
id: string;
onChange: AbstractEventHandler<React.SyntheticEvent<HTMLTextAreaElement>, { value: string }>;
dataTestId?: string,
dataTestId?: string;
disabled?: boolean | undefined;
errorMessage?: Node | undefined;
hasError?: boolean | undefined;
Expand Down
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/animate.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/arrow-nested.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/aspect-ratio.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/audio-bars.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/audio-mix.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/audio-playing.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/board-sticker-large.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/board-sticker-small.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/border-shadow.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/border.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/clips.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/collage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/color-palette.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/color.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/contrast.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/cutout.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/design.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/draw.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/erase-auto.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/erase.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/flash-slash.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/gauge.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/ghost.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/hand.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/highlights.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.