Skip to content

Commit

Permalink
icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Apr 26, 2024
1 parent 24fe105 commit 05f0809
Show file tree
Hide file tree
Showing 69 changed files with 278 additions and 6 deletions.
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.

0 comments on commit 05f0809

Please sign in to comment.