Skip to content

Commit

Permalink
docs: adjust naming (#2340)
Browse files Browse the repository at this point in the history
* docs: adapted naming to Design

* docs: naming adjustments

* chore: update playwright version

* chore: update snapshots

---------

Co-authored-by: NicolasMerget <[email protected]>
  • Loading branch information
snahn2209 and nmerget authored Mar 20, 2024
1 parent 69f56c2 commit 5d7936d
Show file tree
Hide file tree
Showing 33 changed files with 66 additions and 90 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.
21 changes: 0 additions & 21 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 20 additions & 17 deletions showcases/shared/accordion-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
"name": "Tonality",
"examples": [
{
"name": "functional",
"name": "Functional",
"className": "db-ui-functional",
"props": {
"title": "functional"
"title": "Functional"
}
},
{
"name": "regular (Default)",
"name": "Regular (Default)",
"className": "db-ui-regular",
"props": {
"title": "regular (Default)"
"title": "Regular (Default)"
}
},
{
"name": "expressive",
"name": "Expressive",
"className": "db-ui-expressive",
"props": {
"title": "expressive"
"title": "Expressive"
}
}
]
},
{
"name": "States",
"name": "Interaction States",
"examples": [
{
"name": "Enabled (Default)",
"name": "Enabled (Default)/Hover/Pressed",
"props": {
"title": "Enabled (Default)"
"title": "Enabled (Default)/Hover/Pressed"
}
},
{
Expand All @@ -40,20 +40,23 @@
"title": "Disabled",
"disabled": true
}
},
}
]
},
{
"name": "Content States",
"examples": [
{
"name": "Open",
"name": "Collapsed (Default)",
"props": {
"title": "Open",
"open": true
"title": "Collapsed (Default)"
}
},
{
"name": "Open Disabled",
"name": "Open",
"props": {
"title": "Open Disabled",
"open": true,
"disabled": true
"title": "Open",
"open": true
}
}
]
Expand Down
34 changes: 14 additions & 20 deletions showcases/shared/badge.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"name": "Tonality",
"examples": [
{
"name": "functional",
"name": "Functional",
"className": "db-ui-functional",
"props": {}
},
{
"name": "regular (Default)",
"name": "Regular (Default)",
"className": "db-ui-regular",
"props": {}
},
{
"name": "expressive",
"name": "Expressive",
"className": "db-ui-expressive",
"props": {}
}
Expand All @@ -35,7 +35,7 @@
]
},
{
"name": "Variant",
"name": "Semantic",
"examples": [
{
"name": "Adaptive (Default)",
Expand Down Expand Up @@ -71,12 +71,6 @@
"variant": "warning"
}
},
{
"name": "Adaptive Strong",
"props": {
"emphasis": "strong"
}
},
{
"name": "Neutral Strong",
"props": {
Expand Down Expand Up @@ -118,22 +112,26 @@
"name": "Size",
"examples": [
{
"name": "Medium (Default)",
"props": {}
},
{
"name": "Small",
"name": "Small (Default)",
"props": {
"size": "small"
}
},
{
"name": "Medium",
"props": {}
}
]
},
{
"name": "Content",
"examples": [
{
"name": "Dot (Default)",
"name": "Text (Default)",
"props": {}
},
{
"name": "Dot",
"props": {
"noContent": true
}
Expand All @@ -145,10 +143,6 @@
"size": "small"
}
},
{
"name": "Text",
"props": {}
},
{
"name": "Icon",
"props": {
Expand Down
6 changes: 3 additions & 3 deletions showcases/shared/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"name": "Tonality",
"examples": [
{
"name": "functional",
"name": "Functional",
"className": "db-ui-functional",
"props": {
"name": "Tonality"
}
},
{
"name": "regular (Default)",
"name": "Regular (Default)",
"className": "db-ui-regular",
"props": {
"name": "Tonality"
}
},
{
"name": "expressive",
"name": "Expressive",
"className": "db-ui-expressive",
"props": {
"name": "Tonality"
Expand Down
12 changes: 6 additions & 6 deletions showcases/shared/infotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"name": "Tonality",
"examples": [
{
"name": "functional",
"name": "Functional",
"className": "db-ui-functional",
"props": {}
},
{
"name": "regular (Default)",
"name": "Regular (Default)",
"className": "db-ui-regular",
"props": {}
},
{
"name": "expressive",
"name": "Expressive",
"className": "db-ui-expressive",
"props": {}
}
]
},
{
"name": "Variant",
"name": "Semantic",
"examples": [
{
"name": "(Default) Adaptive",
"name": "Adaptive (Default)",
"props": {}
},
{
Expand Down Expand Up @@ -56,7 +56,7 @@
"name": "Size",
"examples": [
{
"name": "(Default) Medium",
"name": "Medium (Default)",
"props": {}
},
{
Expand Down
20 changes: 10 additions & 10 deletions showcases/shared/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"name": "Tonality",
"examples": [
{
"name": "functional",
"name": "Functional",
"className": "db-ui-functional",
"props": {
"href": "#"
}
},
{
"name": "regular (Default)",
"name": "Regular (Default)",
"className": "db-ui-regular",
"props": {
"href": "#"
}
},
{
"name": "expressive",
"name": "Expressive",
"className": "db-ui-expressive",
"props": {
"href": "#"
Expand All @@ -26,16 +26,16 @@
]
},
{
"name": "Variant",
"name": "Semantic",
"examples": [
{
"name": "(Default) Adaptive",
"name": "Adaptive (Default)",
"props": {
"href": "#"
}
},
{
"name": "Primary",
"name": "Brand",
"props": {
"href": "#",
"variant": "primary"
Expand All @@ -44,10 +44,10 @@
]
},
{
"name": "State",
"name": "Interaction-States",
"examples": [
{
"name": "Default: (Enabled, Hover, Pressed)",
"name": "Enabled (Default)/Hover/Pressed",
"props": {
"href": "#"
}
Expand All @@ -65,7 +65,7 @@
"name": "Size",
"examples": [
{
"name": "(Default) Medium",
"name": "Medium (Default)",
"props": {
"href": "#"
}
Expand All @@ -83,7 +83,7 @@
"name": "Content",
"examples": [
{
"name": "(Default) Internal",
"name": "Internal (Default)",
"props": {
"href": "#"
}
Expand Down
Loading

0 comments on commit 5d7936d

Please sign in to comment.