Skip to content

Commit

Permalink
Merge pull request #2470 from db-ui/2464-docs-standarize-default-plac…
Browse files Browse the repository at this point in the history
…ement

refactor: standarized the elements labels order
  • Loading branch information
mfranzke authored Apr 8, 2024
2 parents a980a17 + ac75860 commit 88d39d9
Show file tree
Hide file tree
Showing 90 changed files with 74 additions and 74 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to: "<%= showcases ? `../../showcases/shared/${name}.json` : null %>"
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {
}
Expand Down
8 changes: 4 additions & 4 deletions showcases/shared/accordion-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
},
{
"name": "Regular (Default)",
"name": "(Default) Regular",
"className": "db-ui-regular",
"props": {
"title": "Regular (Default)"
"title": "(Default) Regular"
}
},
{
Expand Down Expand Up @@ -47,9 +47,9 @@
"name": "Content States",
"examples": [
{
"name": "Collapsed (Default)",
"name": "(Default) Collapsed",
"props": {
"title": "Collapsed (Default)"
"title": "(Default) Collapsed"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions showcases/shared/accordion.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {},
"code": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"name": "Behaviour",
"examples": [
{
"name": "Multiple (Default)",
"name": "(Default) Multiple",
"props": {
"behaviour": "multiple"
},
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"style": { "width": "300px" },
"className": "db-ui-regular",
"props": {
Expand Down
14 changes: 7 additions & 7 deletions showcases/shared/badge.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"props": {}
},
{
"name": "Regular (Default)",
"name": "(Default) Regular",
"className": "db-ui-regular",
"props": {}
},
Expand All @@ -23,7 +23,7 @@
"name": "Emphasis",
"examples": [
{
"name": "Weak (Default)",
"name": "(Default) Weak",
"props": {}
},
{
Expand All @@ -38,7 +38,7 @@
"name": "Semantic",
"examples": [
{
"name": "Adaptive (Default)",
"name": "(Default) Adaptive",
"props": {}
},
{
Expand Down Expand Up @@ -118,7 +118,7 @@
"name": "Size",
"examples": [
{
"name": "Small (Default)",
"name": "(Default) Small",
"props": {}
},
{
Expand All @@ -133,11 +133,11 @@
"name": "Content",
"examples": [
{
"name": "Text (Default)",
"name": "(Default) Text",
"props": {}
},
{
"name": "Text (Default) - Medium",
"name": "(Default) Text - Medium",
"props": {
"size": "medium"
}
Expand Down Expand Up @@ -174,7 +174,7 @@
"name": "Placement",
"examples": [
{
"name": "Inline (Default)",
"name": "(Default) Inline",
"props": {
"placement": "inline"
}
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/brand.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"props": {}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {}
},
Expand Down
10 changes: 5 additions & 5 deletions showcases/shared/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"props": {}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {}
},
Expand Down Expand Up @@ -51,7 +51,7 @@
"name": "State",
"examples": [
{
"name": "Enabled (Default)",
"name": "(Default) Enabled",
"props": {}
},
{
Expand All @@ -66,7 +66,7 @@
"name": "Size",
"examples": [
{
"name": "Medium (Default)",
"name": "(Default) Medium",
"props": {}
},
{
Expand All @@ -81,7 +81,7 @@
"name": "Content",
"examples": [
{
"name": "Text (Default)",
"name": "(Default) Text",
"props": {}
},
{
Expand All @@ -103,7 +103,7 @@
"name": "Behaviour",
"examples": [
{
"name": "Auto Width (Default)",
"name": "(Default) Auto Width",
"props": {}
},
{
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/card.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {
"spacing": "small"
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
{
"name": "Regular (Default)",
"name": "(Default) Regular",
"className": "db-ui-regular",
"props": {
"name": "Tonality"
Expand Down
6 changes: 3 additions & 3 deletions showcases/shared/divider.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"props": {}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"style": { "width": "200px" },
"className": "db-ui-regular",
"props": {}
Expand All @@ -26,7 +26,7 @@
"name": "Variant",
"examples": [
{
"name": "Adaptive - Horizontal (Default)",
"name": "(Default) Adaptive - Horizontal",
"style": { "width": "200px" },
"props": {}
},
Expand All @@ -43,7 +43,7 @@
"name": "Emphasis",
"examples": [
{
"name": "Weak (Default)",
"name": "(Default) Weak",
"style": { "width": "200px" },
"props": {}
},
Expand Down
12 changes: 6 additions & 6 deletions showcases/shared/drawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {},
"code": {
Expand All @@ -41,7 +41,7 @@
"name": "Size",
"examples": [
{
"name": "Medium (Default)",
"name": "(Default) Medium",
"props": {
"withCloseButton": true
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"name": "Rounded",
"examples": [
{
"name": "No rounding (Default)",
"name": "(Default) No rounding",
"props": {
"withCloseButton": true
},
Expand Down Expand Up @@ -101,7 +101,7 @@
"name": "Spacing",
"examples": [
{
"name": "Medium (Default)",
"name": "(Default) Medium",
"props": {
"withCloseButton": true
},
Expand Down Expand Up @@ -157,7 +157,7 @@
"name": "Backdrop",
"examples": [
{
"name": "With Backdrop (Default)",
"name": "(Default) With Backdrop",
"props": {
"withCloseButton": true
},
Expand Down Expand Up @@ -200,7 +200,7 @@
"name": "Directions",
"examples": [
{
"name": "Right (Default)",
"name": "(Default) Right",
"props": {
"withCloseButton": true
},
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {},
"code": {
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"props": {}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {}
},
Expand Down
6 changes: 3 additions & 3 deletions showcases/shared/infotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"props": {}
},
{
"name": "Regular (Default)",
"name": "(Default) Regular",
"className": "db-ui-regular",
"props": {}
},
Expand All @@ -23,7 +23,7 @@
"name": "Semantic",
"examples": [
{
"name": "Adaptive (Default)",
"name": "(Default) Adaptive",
"props": {}
},
{
Expand Down Expand Up @@ -56,7 +56,7 @@
"name": "Size",
"examples": [
{
"name": "Medium (Default)",
"name": "(Default) Medium",
"props": {}
},
{
Expand Down
8 changes: 4 additions & 4 deletions showcases/shared/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
{
"name": "Regular (Default)",
"name": "(Default) Regular",
"className": "db-ui-regular",
"props": {
"href": "#"
Expand All @@ -29,7 +29,7 @@
"name": "Semantic",
"examples": [
{
"name": "Adaptive (Default)",
"name": "(Default) Adaptive",
"props": {
"href": "#"
}
Expand Down Expand Up @@ -65,7 +65,7 @@
"name": "Size",
"examples": [
{
"name": "Medium (Default)",
"name": "(Default) Medium",
"props": {
"href": "#"
}
Expand All @@ -83,7 +83,7 @@
"name": "Content",
"examples": [
{
"name": "Internal (Default)",
"name": "(Default) Internal",
"props": {
"href": "#"
}
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/main-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {},
"code": {
Expand Down
6 changes: 3 additions & 3 deletions showcases/shared/navigation-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
{
"name": "Regular (Default)",
"name": "(Default) Regular",
"className": "db-ui-regular",
"props": {
"areaPopup": true
Expand Down Expand Up @@ -54,7 +54,7 @@
"name": "Content",
"examples": [
{
"name": "Text (Default)",
"name": "(Default) Text",
"props": {
"areaPopup": false
}
Expand Down Expand Up @@ -85,7 +85,7 @@
"name": "Width",
"examples": [
{
"name": "Auto (Default)",
"name": "(Default) Auto",
"style": { "width": "400px" },
"props": {
"areaPopup": true
Expand Down
2 changes: 1 addition & 1 deletion showcases/shared/page.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"props": {}
},
{
"name": "regular (Default)",
"name": "(Default) regular",
"className": "db-ui-regular",
"props": {}
},
Expand Down
Loading

0 comments on commit 88d39d9

Please sign in to comment.