Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
22b5d41
added images and material 3 page
esouthren Apr 11, 2023
54b65f6
Add card and buttons widgets
esouthren Apr 11, 2023
f3e1d6f
add containement widgets
esouthren Apr 11, 2023
5631433
sort file
esouthren Apr 11, 2023
6a8fc19
add navigation widgets
esouthren Apr 11, 2023
acc6d9b
add selection widgets
esouthren Apr 11, 2023
3928ed5
add remaining widgets
esouthren Apr 11, 2023
8f35d3e
update snackbar image
esouthren Apr 11, 2023
a90a624
added material 3 image container
esouthren Apr 12, 2023
6c41f90
added toggle switch
esouthren Apr 13, 2023
f4d4d25
added icon toggle
esouthren Apr 14, 2023
ec5a499
sassy clean
esouthren Apr 14, 2023
69ffd84
added card colors in json
esouthren Apr 14, 2023
a98ec66
update toggle position
esouthren Apr 14, 2023
160533f
update css
esouthren Apr 14, 2023
f21305c
update hover duration and toggle icon boundary
esouthren Apr 14, 2023
e8d001b
update image transparencies
esouthren Apr 18, 2023
3b1ed1d
remove light/dark toggle
esouthren Apr 18, 2023
0deaea6
add other hover images
esouthren Apr 18, 2023
d4b98a8
update formatting
esouthren Apr 18, 2023
13e0075
update copy
esouthren Apr 18, 2023
e2acb2d
code tidy
esouthren Apr 18, 2023
a3fcb39
update listTile link
esouthren Apr 18, 2023
e762d7c
sort json order and whitespace
esouthren Apr 18, 2023
eac578f
comment responses
esouthren Apr 18, 2023
e19107e
Added M2 page notice
esouthren Apr 18, 2023
76eb19f
copy updates
esouthren Apr 19, 2023
897e064
remove m2 card from widgets page
esouthren Apr 19, 2023
66e1757
comment responses
esouthren Apr 20, 2023
644d151
fix other catalog path URLs
esouthren Apr 20, 2023
49f85e6
comment updates
esouthren Apr 20, 2023
2e9d8d9
update buttons Url
esouthren Apr 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment updates
  • Loading branch information
esouthren committed Apr 20, 2023
commit 49f85e6a64c45c27dc2768c8b79508e3f023b57f
16 changes: 8 additions & 8 deletions src/_data/catalog/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
},
{
"name": "Checkbox",
"description": "Form component that app users can select or clear to select one or more options from a set. Select the option to enable it or clear it to disable it.",
"description": "Form control that app users can select or clear to select one or more options from a set. Select the option to enable it or clear it to disable it.",
"categories": [],
"subcategories": [
"Selection"
Expand Down Expand Up @@ -830,7 +830,7 @@
},
{
"name": "Dialog",
"description": "Hovering containers that prompt app users to make a decision.",
"description": "Hovering containers that prompt app users to provide more data or make a decision.",
"categories": [],
"subcategories": [
"Containment"
Expand Down Expand Up @@ -986,7 +986,7 @@
},
{
"name": "FAB",
"description": "Clickable floating action button that represents the most important action on a screen. It puts key actions within reach.",
"description": "Clickable block that triggers a key action. This block contains an icon and floats in the app interface to keep the key action within reach.",
"categories": [],
"subcategories": [
"Actions"
Expand All @@ -1007,7 +1007,7 @@
},
{
"name": "Extended FAB",
"description": "Clickable floating action button. These buttons display wider than standard FABs to accommodate a text label and provide a larger target area.",
"description": "Clickable block that triggers an action. These wider blocks can fit a text label and provide a larger target area.",
"categories": [],
"subcategories": [
"Actions"
Expand Down Expand Up @@ -1355,7 +1355,7 @@
},
{
"name": "Navigation drawer",
"description": "Container that slides from the side of the app to navigate to other sections in an app.",
"description": "Container that slides from the leading edge of the app to navigate to other sections in an app. The leading edge falls on the left side for left-to-right languages.",
"categories": [],
"subcategories": [
"Navigation"
Expand All @@ -1366,7 +1366,7 @@
},
{
"name": "Navigation rail",
"description": "Persistent container on the side of tablet and desktop screens to navigate to parts of an app.",
"description": "Persistent container on the leading edge of tablet and desktop screens to navigate to parts of an app. The leading edge falls on the left side for left-to-right languages.",
"categories": [],
"subcategories": [
"Navigation"
Expand Down Expand Up @@ -1520,7 +1520,7 @@
},
{
"name": "Radio button",
"description": "Form component that app users can select or clear to select only one option from a set. Select the option to enable it or clear it to disable it.",
"description": "Form control that app users can select or clear to select only one option from a set. Select the option to enable it or clear it to disable it.",
"categories": [],
"subcategories": [
"Selection"
Expand Down Expand Up @@ -1923,7 +1923,7 @@
},
{
"name": "Switch",
"description": "Toggle that changes the state of a single item to on or off.",
"description": "Toggle control that changes the state of a single item to on or off.",
"categories": [],
"subcategories": [
"Selection"
Expand Down