Skip to content

Commit

Permalink
Controls cat name and asset update (#6676)
Browse files Browse the repository at this point in the history
* updated incorrect friendly names in data analytics cat

* controls category two name/asset updates

* chore: update snapshots

Co-authored-by: emyarod <afw5059@gmail.com>
  • Loading branch information
dudley-ibm and emyarod committed Aug 17, 2020
1 parent 5af04eb commit c1d6bbc
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
2 changes: 2 additions & 0 deletions e2e/pictograms-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ Array [
"VideoAlt",
"VideoChat",
"VideoPlay",
"Video_01",
"Video_02",
"Virus",
"Vision",
"VisualInsights",
Expand Down
2 changes: 2 additions & 0 deletions e2e/pictograms/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ Array [
"VideoAlt",
"VideoChat",
"VideoPlay",
"Video_01",
"Video_02",
"Virus",
"Vision",
"VisualInsights",
Expand Down
2 changes: 2 additions & 0 deletions packages/pictograms/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ categories:
- slider
- toggle
- video
- video--01
- video--02
- video--alt
- video--chat
- video--play
Expand Down
8 changes: 7 additions & 1 deletion packages/pictograms/deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ deprecated:
The upload pictogram has been deprecated in favor of upload--01
- name: upload--alt
reason:
The upload--alt pictogram has been deprecated in favor of upload--02
The upload--alt pictogram has been deprecated in favor of upload--02
- name: video
reason:
The video pictogram has been deprecated in favor of video--01
- name: video--alt
reason:
The video--alt pictogram has been deprecated in favor of video--02
12 changes: 12 additions & 0 deletions packages/pictograms/pictograms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3940,6 +3940,18 @@
- video 01
- video
- controls
- name: video--01
friendly_name: Video 01
aliases:
- video 01
- video
- controls
- name: video--02
friendly_name: Video 02
aliases:
- video 02
- video
- controls
- name: video--alt
friendly_name: Video 02
aliases:
Expand Down
9 changes: 9 additions & 0 deletions packages/pictograms/src/svg/video--01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/pictograms/src/svg/video--02.svg
Loading
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 c1d6bbc

Please sign in to comment.