Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into benelan/5723-input-ti…
Browse files Browse the repository at this point in the history
…me-picker-status-prop

* origin/main:
  chore(stepper): add message bundles for responsive layout (#7918)
  chore(tab-nav): adds base message bundles (#7914)
  • Loading branch information
benelan committed Oct 2, 2023
2 parents 002cb13 + 8ba7827 commit 9326e10
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"complete": "Completed step"
"complete": "Completed step",
"previousStep": "Previous step",
"nextStep": "Next step"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"complete": "Completed step"
"complete": "Completed step",
"previousStep": "Previous step",
"nextStep": "Next step"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"nextTabTitles": "Next tab titles",
"previousTabTitles": "Previous tab titles"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"nextTabTitles": "Next tab titles",
"previousTabTitles": "Previous tab titles"
}
1 change: 1 addition & 0 deletions t9nmanifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ packages\calcite-components\src\components\scrim\assets\scrim\t9n
packages\calcite-components\src\components\shell-panel\assets\shell-panel\t9n
packages\calcite-components\src\components\stepper\assets\stepper\t9n
packages\calcite-components\src\components\stepper-item\assets\stepper-item\t9n
packages\calcite-components\src\components\tab-nav\assets\tab-nav\t9n
packages\calcite-components\src\components\tab-title\assets\tab-title\t9n
packages\calcite-components\src\components\table\assets\table\t9n
packages\calcite-components\src\components\table-cell\assets\table-cell\t9n
Expand Down

0 comments on commit 9326e10

Please sign in to comment.