-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename component from #progress to #progress-indicator
- Loading branch information
1 parent
b7bd5be
commit 6a9c69f
Showing
37 changed files
with
584 additions
and
544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
packages/dnb-design-system-portal/src/pages/uilib/components/progress-indicator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: 'ProgressIndicator' | ||
draft: false | ||
order: 12 | ||
--- | ||
|
||
import Tabs from 'Tags/Tabs' | ||
|
||
import ProgressIndicatorInfo from 'Pages/uilib/components/progress-indicator/progress-indicator-info' | ||
import ProgressIndicatorProperties from 'Pages/uilib/components/progress-indicator/progress-indicator-properties' | ||
import ProgressIndicatorEvents from 'Pages/uilib/components/progress-indicator/progress-indicator-events' | ||
|
||
# ProgressIndicator | ||
|
||
<Tabs> | ||
<Tabs.Content> | ||
<ProgressIndicatorInfo /> | ||
</Tabs.Content> | ||
<Tabs.Content> | ||
<ProgressIndicatorProperties /> | ||
</Tabs.Content> | ||
<Tabs.Content> | ||
<ProgressIndicatorEvents /> | ||
</Tabs.Content> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
...portal/src/pages/uilib/components/progress-indicator/progress-indicator-info.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
draft: true | ||
--- | ||
|
||
import Examples from 'Pages/uilib/components/progress-indicator/Examples' | ||
|
||
## Description | ||
|
||
Use a `ProgressIndicator` whenever the user has to wait for more than _150ms_. This component is also knows as: | ||
|
||
- Indicator (Activity-Indicator) | ||
- Loader (Pre-loader) | ||
- Spinner | ||
|
||
## Demos | ||
|
||
<Examples /> |
File renamed without changes.
24 changes: 4 additions & 20 deletions
24
packages/dnb-design-system-portal/src/pages/uilib/components/progress.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
--- | ||
title: 'Progress' | ||
draft: false | ||
title: 'ProgressIndicator' | ||
draft: true | ||
order: 12 | ||
--- | ||
|
||
import Tabs from 'Tags/Tabs' | ||
import OldProgress from 'Pages/uilib/components/progress' | ||
|
||
import ProgressInfo from 'Pages/uilib/components/progress/progress-info' | ||
import ProgressProperties from 'Pages/uilib/components/progress/progress-properties' | ||
import ProgressEvents from 'Pages/uilib/components/progress/progress-events' | ||
|
||
# Progress | ||
|
||
<Tabs> | ||
<Tabs.Content> | ||
<ProgressInfo /> | ||
</Tabs.Content> | ||
<Tabs.Content> | ||
<ProgressProperties /> | ||
</Tabs.Content> | ||
<Tabs.Content> | ||
<ProgressEvents /> | ||
</Tabs.Content> | ||
</Tabs> | ||
<OldProgress /> |
17 changes: 0 additions & 17 deletions
17
...s/dnb-design-system-portal/src/pages/uilib/components/progress/progress-info.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* ATTENTION: This file is auto generated by using "prepareTemplates". | ||
* Do not change the content! | ||
* | ||
*/ | ||
|
||
/** | ||
* Library Index progress-indicator to autogenerate all the components and patterns | ||
* Used by "prepareProgressIndicators" | ||
*/ | ||
|
||
import ProgressIndicator from './progress-indicator/ProgressIndicator' | ||
export * from './progress-indicator/ProgressIndicator' | ||
export default ProgressIndicator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.