Commit fa9b90c
authored
Alignment with Carbon version 10.32 (#588)
* feat(code-snippet): add copy functionality
- docs: add custom feedback copy text example
* feat(tile): support disabled state for SelectableTile, RadioTile
Closes #539
* build(rollup): add clipboard-copy to globals
* feat(copy-button): add copy functionality
* feat(content-switcher): deprecate the light prop
- docs: remove the light variant example
* fix(toolbar-search): remove outer div
* feat(search): add searchClass prop
* fix(composed-modal): set hasScrollingContent class on ModalBody
* docs(data-table): add expandable size examples
* feat(tooltip): add TooltipFooter component
* fix(time-picker): correctly display invalidText
* feat(breadcrumb): support overflow menu
* feat(multi-select): export inputRef prop
* chore(deps-dev): upgrade carbon-components to v10.32.0
* feat(form): add noMargin prop to FormGroup
* docs(tooltip): document TooltipFooter
* feat(context-menu): support danger kind for ContextMenuOption
* feat(data-table): support rendering empty table header in skeleton
* refactor(types): use shorter import path in DataTableSkeleton
* feat(data-table): allow sorting to be disabled for a specific header
* docs(data-table): update example to desort the Protocol header
As an example, it makes more sense because all the values ("http") are the same.
* fix(context-menu): set initial y offset of context menu based on window height #577
* fix(context-menu): render submenu based on viewport constraints #5771 parent f13e3b1 commit fa9b90c
File tree
61 files changed
+825
-233
lines changed- docs
- src
- components
- pages
- components
- framed
- ContextMenu
- CopyableCodeSnippet
- recipes
- preprocess
- src
- Breadcrumb
- CodeSnippet
- ComposedModal
- ContentSwitcher
- ContextMenu
- CopyButton
- DataTable
- FormGroup
- MultiSelect
- OverflowMenu
- Search
- Tile
- TimePicker
- Tooltip
- tests
- types
- CodeSnippet
- ContextMenu
- CopyButton
- DataTable
- FormGroup
- MultiSelect
- Search
- Tile
- Tooltip
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+825
-233
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | | - | |
| 808 | + | |
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
993 | 998 | | |
994 | 999 | | |
995 | 1000 | | |
| |||
1651 | 1656 | | |
1652 | 1657 | | |
1653 | 1658 | | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
1654 | 1669 | | |
1655 | 1670 | | |
1656 | 1671 | | |
| |||
1857 | 1872 | | |
1858 | 1873 | | |
1859 | 1874 | | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
1860 | 1884 | | |
1861 | 1885 | | |
1862 | 1886 | | |
1863 | 1887 | | |
1864 | 1888 | | |
1865 | | - | |
| 1889 | + | |
| 1890 | + | |
1866 | 1891 | | |
1867 | 1892 | | |
1868 | 1893 | | |
| |||
2056 | 2081 | | |
2057 | 2082 | | |
2058 | 2083 | | |
2059 | | - | |
| 2084 | + | |
2060 | 2085 | | |
2061 | 2086 | | |
2062 | 2087 | | |
| |||
2092 | 2117 | | |
2093 | 2118 | | |
2094 | 2119 | | |
2095 | | - | |
| 2120 | + | |
2096 | 2121 | | |
2097 | | - | |
| 2122 | + | |
2098 | 2123 | | |
2099 | 2124 | | |
2100 | | - | |
| 2125 | + | |
2101 | 2126 | | |
2102 | | - | |
| 2127 | + | |
2103 | 2128 | | |
2104 | 2129 | | |
2105 | 2130 | | |
| |||
2207 | 2232 | | |
2208 | 2233 | | |
2209 | 2234 | | |
2210 | | - | |
2211 | | - | |
2212 | | - | |
2213 | | - | |
| 2235 | + | |
2214 | 2236 | | |
2215 | 2237 | | |
2216 | 2238 | | |
| |||
3499 | 3521 | | |
3500 | 3522 | | |
3501 | 3523 | | |
| 3524 | + | |
| 3525 | + | |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
| 3529 | + | |
| 3530 | + | |
| 3531 | + | |
| 3532 | + | |
| 3533 | + | |
3502 | 3534 | | |
3503 | 3535 | | |
3504 | 3536 | | |
| |||
5766 | 5798 | | |
5767 | 5799 | | |
5768 | 5800 | | |
| 5801 | + | |
| 5802 | + | |
| 5803 | + | |
| 5804 | + | |
| 5805 | + | |
| 5806 | + | |
| 5807 | + | |
| 5808 | + | |
| 5809 | + | |
| 5810 | + | |
5769 | 5811 | | |
5770 | 5812 | | |
5771 | 5813 | | |
| |||
6354 | 6396 | | |
6355 | 6397 | | |
6356 | 6398 | | |
6357 | | - | |
| 6399 | + | |
6358 | 6400 | | |
6359 | 6401 | | |
6360 | 6402 | | |
| |||
7518 | 7560 | | |
7519 | 7561 | | |
7520 | 7562 | | |
| 7563 | + | |
| 7564 | + | |
| 7565 | + | |
| 7566 | + | |
| 7567 | + | |
| 7568 | + | |
| 7569 | + | |
| 7570 | + | |
| 7571 | + | |
| 7572 | + | |
7521 | 7573 | | |
7522 | 7574 | | |
7523 | 7575 | | |
| |||
7690 | 7742 | | |
7691 | 7743 | | |
7692 | 7744 | | |
| 7745 | + | |
| 7746 | + | |
| 7747 | + | |
| 7748 | + | |
| 7749 | + | |
| 7750 | + | |
| 7751 | + | |
| 7752 | + | |
| 7753 | + | |
| 7754 | + | |
7693 | 7755 | | |
7694 | 7756 | | |
7695 | 7757 | | |
| |||
8171 | 8233 | | |
8172 | 8234 | | |
8173 | 8235 | | |
| 8236 | + | |
| 8237 | + | |
| 8238 | + | |
| 8239 | + | |
| 8240 | + | |
| 8241 | + | |
| 8242 | + | |
| 8243 | + | |
| 8244 | + | |
| 8245 | + | |
8174 | 8246 | | |
8175 | 8247 | | |
8176 | 8248 | | |
| |||
9369 | 9441 | | |
9370 | 9442 | | |
9371 | 9443 | | |
| 9444 | + | |
| 9445 | + | |
| 9446 | + | |
| 9447 | + | |
| 9448 | + | |
| 9449 | + | |
| 9450 | + | |
| 9451 | + | |
| 9452 | + | |
| 9453 | + | |
9372 | 9454 | | |
9373 | 9455 | | |
9374 | 9456 | | |
| |||
11157 | 11239 | | |
11158 | 11240 | | |
11159 | 11241 | | |
| 11242 | + | |
| 11243 | + | |
| 11244 | + | |
| 11245 | + | |
| 11246 | + | |
| 11247 | + | |
| 11248 | + | |
| 11249 | + | |
| 11250 | + | |
| 11251 | + | |
| 11252 | + | |
| 11253 | + | |
| 11254 | + | |
| 11255 | + | |
| 11256 | + | |
| 11257 | + | |
| 11258 | + | |
| 11259 | + | |
| 11260 | + | |
11160 | 11261 | | |
11161 | 11262 | | |
11162 | 11263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 8 | + | |
16 | 9 | | |
17 | 10 | | |
18 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
116 | | - | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | | - | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
0 commit comments