carbon-components-svelte/docs/src/pages/components
Jonathan Quintin 7ddbf17cbb
feat(progress-bar): add status prop (#1560)
* ProgressBar status feature added

* ProgressBar: Removed the css variables and use carbon-css instead.
The way of assigning the ProgressBar value has change. It is now a style
variable and scale-x is calculated in the css. This way prevent the
override of carbon css.

* Removed an unessacery span.

* Removed an unnecessary span.

* Added the status for the ProgressBarUx

* Remove `style css` and update docs.

* - Fixed the `capped` variable for more readability
- Updated docs `label` and `helperText`
- Updated docs and css

* fix: finished/error states cannot be indeterminate

* Run "yarn build:css"

* Re-run "yarn build:docs"

* test(progress-bar): assert `status` prop

* chore: add aria-busy and set valuenow to 0 when not active

---------

Co-authored-by: Eric Liu <ericyl.us@gmail.com>
Co-authored-by: Enrico Sacchetti <enrico@theetrain.ca>
2023-02-19 12:34:41 -05:00
..
Accordion.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
AspectRatio.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Breadcrumb.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Breakpoint.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Button.svx docs(button): add example of disabled, icon-only button (#1651) 2023-02-06 22:26:24 -05:00
ButtonSet.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
Checkbox.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ClickableTile.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
CodeSnippet.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ComboBox.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ComposedModal.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ContentSwitcher.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ContextMenu.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
CopyButton.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
DataTable.svx docs(data-table): extract "Sortable with pagination" example into iframe (#1456) 2022-08-18 07:08:35 -07:00
DatePicker.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Dropdown.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ExpandableTile.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
FileUploader.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
FluidForm.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Form.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Grid.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ImageLoader.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
InlineLoading.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
InlineNotification.svx feat(notification)!: replace iconDescription prop with statusIconDescription, closeButtonDescription (#1591) 2022-12-18 15:28:23 -08:00
Link.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Loading.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
LocalStorage.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Modal.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
MultiSelect.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
NumberInput.svx fix(number-input): support floating point values (#1555) 2022-12-07 20:06:29 -08:00
OrderedList.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
OverflowMenu.svx docs(expandable-tile): add "With interactive content" example (#1465) 2022-08-27 11:30:02 -07:00
Pagination.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
PaginationNav.svx docs(pagination-nav): add more examples (#1514) 2022-10-08 13:38:11 -07:00
PasswordInput.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
Popover.svx docs(popover): simplify external element example 2022-12-07 20:13:13 -08:00
ProgressBar.svx feat(progress-bar): add status prop (#1560) 2023-02-19 12:34:41 -05:00
ProgressIndicator.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
RadioButton.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
RadioTile.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
RecursiveList.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Search.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Select.svx feat!: dispatch "change" event in Pagination, rename "change" to "update" in Select (#1497) 2022-12-13 10:22:17 -08:00
SelectableTile.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
SkeletonPlaceholder.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
SkeletonText.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Slider.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
StructuredList.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Tabs.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Tag.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
TextArea.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
TextInput.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Theme.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Tile.svx docs: link source code to folder for multiple components (#1582) 2022-12-10 20:49:42 -05:00
TimePicker.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
ToastNotification.svx feat(notification)!: replace iconDescription prop with statusIconDescription, closeButtonDescription (#1591) 2022-12-18 15:28:23 -08:00
Toggle.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
Tooltip.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
TooltipDefinition.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
TooltipIcon.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
TreeView.svx fix(tree-view)!: remove expanded property from TreeNode interface (#1631) 2023-01-17 20:55:46 -05:00
Truncate.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
UIShell.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00
UnorderedList.svx docs: replace h3 with h2 headings (#1452) 2022-08-17 07:15:29 -07:00