Skip to content

Commit 87f0898

Browse files
Merge pull request #1847 from carbon-design-system/next
Release 2.141.0
2 parents ca159df + a7b97ef commit 87f0898

227 files changed

Lines changed: 46431 additions & 11999 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
# Core admin team should be notified of changes to build/test/deploy
2424

2525
# Core dependencies
26-
/package.json @tay1orjones @davidicus @bryancboyd @scottdickerson
27-
/yarn.lock @tay1orjones @davidicus @bryancboyd @scottdickerson
26+
/package.json @tay1orjones @davidicus @bryancboyd @scottdickerson
27+
/yarn.lock @tay1orjones @davidicus @bryancboyd @scottdickerson
2828

2929
# Configuration files
3030
**/*.config.js @tay1orjones @davidicus @bryancboyd @scottdickerson
3131
**/config/ @tay1orjones @davidicus @bryancboyd @scottdickerson
3232
/.nvmrc @tay1orjones @davidicus @bryancboyd @scottdickerson
3333

3434
# Deploy configuration
35-
**/.storybook/ @tay1orjones @davidicus @bryancboyd @scottdickerson
36-
/.travis.yml @tay1orjones @davidicus @bryancboyd @scottdickerson
37-
/netlify.toml @tay1orjones @davidicus @bryancboyd @scottdickerson
35+
**/.storybook/ @tay1orjones @davidicus @bryancboyd @scottdickerson
36+
/.github/workflows/ @tay1orjones @davidicus @bryancboyd @scottdickerson
37+
/netlify.toml @tay1orjones @davidicus @bryancboyd @scottdickerson
3838

3939
#####
4040
# Release team should be notified of Public API changes in the system
4141

42-
**/publicAPI.test.js @tay1orjones @davidicus
43-
**/publicAPI.test.js.snap @tay1orjones @davidicus
42+
**/publicAPI.test.js @tay1orjones @davidicus
43+
**/publicAPI.test.js.snap @tay1orjones @davidicus
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "CodeQL"
2+
3+
on:
4+
push:
5+
branches: [ next, beta, master ]
6+
pull_request:
7+
branches: [ next, beta, master ]
8+
9+
jobs:
10+
analyze:
11+
name: Analyze
12+
runs-on: ubuntu-latest
13+
14+
15+
steps:
16+
- name: Checkout repository
17+
uses: actions/checkout@v2
18+
19+
# Initializes the CodeQL tools for scanning.
20+
- name: Initialize CodeQL
21+
uses: github/codeql-action/init@v1
22+
with:
23+
languages: javascript
24+
25+
- name: Perform CodeQL Analysis
26+
uses: github/codeql-action/analyze@v1

.storybook/__snapshots__/Welcome.story.storyshot

Lines changed: 168 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,42 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
28562856
TableViewDropdown
28572857
</div>
28582858
</div>
2859+
<div
2860+
className="bx--structured-list-row"
2861+
>
2862+
<div
2863+
className="bx--structured-list-td"
2864+
/>
2865+
<div
2866+
className="bx--structured-list-td"
2867+
>
2868+
IconDropdown
2869+
</div>
2870+
</div>
2871+
<div
2872+
className="bx--structured-list-row"
2873+
>
2874+
<div
2875+
className="bx--structured-list-td"
2876+
/>
2877+
<div
2878+
className="bx--structured-list-td"
2879+
>
2880+
EmptyState
2881+
</div>
2882+
</div>
2883+
<div
2884+
className="bx--structured-list-row"
2885+
>
2886+
<div
2887+
className="bx--structured-list-td"
2888+
/>
2889+
<div
2890+
className="bx--structured-list-td"
2891+
>
2892+
ImageGalleryModal
2893+
</div>
2894+
</div>
28592895
<div
28602896
className="bx--structured-list-row"
28612897
>
@@ -3021,7 +3057,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30213057
<div
30223058
className="bx--structured-list-td"
30233059
>
3024-
Dashboard
3060+
suiteHeaderData
30253061
</div>
30263062
</div>
30273063
<div
@@ -3033,7 +3069,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30333069
<div
30343070
className="bx--structured-list-td"
30353071
>
3036-
DashboardHeader
3072+
Dashboard
30373073
</div>
30383074
</div>
30393075
<div
@@ -3045,7 +3081,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30453081
<div
30463082
className="bx--structured-list-td"
30473083
>
3048-
DashboardGrid
3084+
DashboardHeader
30493085
</div>
30503086
</div>
30513087
<div
@@ -3057,7 +3093,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30573093
<div
30583094
className="bx--structured-list-td"
30593095
>
3060-
DashboardEditor
3096+
DashboardGrid
30613097
</div>
30623098
</div>
30633099
<div
@@ -3069,7 +3105,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30693105
<div
30703106
className="bx--structured-list-td"
30713107
>
3072-
CardEditor
3108+
DashboardEditor
30733109
</div>
30743110
</div>
30753111
<div
@@ -3081,7 +3117,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30813117
<div
30823118
className="bx--structured-list-td"
30833119
>
3084-
Card
3120+
CardEditor
30853121
</div>
30863122
</div>
30873123
<div
@@ -3093,7 +3129,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
30933129
<div
30943130
className="bx--structured-list-td"
30953131
>
3096-
PieChartCard
3132+
Card
30973133
</div>
30983134
</div>
30993135
<div
@@ -3105,7 +3141,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
31053141
<div
31063142
className="bx--structured-list-td"
31073143
>
3108-
ValueCard
3144+
PieChartCard
31093145
</div>
31103146
</div>
31113147
<div
@@ -3117,7 +3153,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
31173153
<div
31183154
className="bx--structured-list-td"
31193155
>
3120-
TimeSeriesCard
3156+
ValueCard
31213157
</div>
31223158
</div>
31233159
<div
@@ -3129,7 +3165,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
31293165
<div
31303166
className="bx--structured-list-td"
31313167
>
3132-
ImageCard
3168+
TimeSeriesCard
31333169
</div>
31343170
</div>
31353171
<div
@@ -3141,7 +3177,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
31413177
<div
31423178
className="bx--structured-list-td"
31433179
>
3144-
TableCard
3180+
ImageCard
31453181
</div>
31463182
</div>
31473183
<div
@@ -3153,7 +3189,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
31533189
<div
31543190
className="bx--structured-list-td"
31553191
>
3156-
findMatchingThresholds
3192+
TableCard
31573193
</div>
31583194
</div>
31593195
<div
@@ -3504,6 +3540,42 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
35043540
FilterTags
35053541
</div>
35063542
</div>
3543+
<div
3544+
className="bx--structured-list-row"
3545+
>
3546+
<div
3547+
className="bx--structured-list-td"
3548+
/>
3549+
<div
3550+
className="bx--structured-list-td"
3551+
>
3552+
ColorDropdown
3553+
</div>
3554+
</div>
3555+
<div
3556+
className="bx--structured-list-row"
3557+
>
3558+
<div
3559+
className="bx--structured-list-td"
3560+
/>
3561+
<div
3562+
className="bx--structured-list-td"
3563+
>
3564+
HotspotEditorTooltipTab
3565+
</div>
3566+
</div>
3567+
<div
3568+
className="bx--structured-list-row"
3569+
>
3570+
<div
3571+
className="bx--structured-list-td"
3572+
/>
3573+
<div
3574+
className="bx--structured-list-td"
3575+
>
3576+
HotspotTextStyleTab
3577+
</div>
3578+
</div>
35073579
<div
35083580
className="bx--structured-list-row"
35093581
>
@@ -3588,6 +3660,18 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
35883660
replaceVariables
35893661
</div>
35903662
</div>
3663+
<div
3664+
className="bx--structured-list-row"
3665+
>
3666+
<div
3667+
className="bx--structured-list-td"
3668+
/>
3669+
<div
3670+
className="bx--structured-list-td"
3671+
>
3672+
findMatchingThresholds
3673+
</div>
3674+
</div>
35913675
<div
35923676
className="bx--structured-list-row"
35933677
>
@@ -3708,6 +3792,78 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0/Getting Starte
37083792
DataTableIcon
37093793
</div>
37103794
</div>
3795+
<div
3796+
className="bx--structured-list-row"
3797+
>
3798+
<div
3799+
className="bx--structured-list-td"
3800+
/>
3801+
<div
3802+
className="bx--structured-list-td"
3803+
>
3804+
Emptystate404Icon
3805+
</div>
3806+
</div>
3807+
<div
3808+
className="bx--structured-list-row"
3809+
>
3810+
<div
3811+
className="bx--structured-list-td"
3812+
/>
3813+
<div
3814+
className="bx--structured-list-td"
3815+
>
3816+
EmptystateDefaultIcon
3817+
</div>
3818+
</div>
3819+
<div
3820+
className="bx--structured-list-row"
3821+
>
3822+
<div
3823+
className="bx--structured-list-td"
3824+
/>
3825+
<div
3826+
className="bx--structured-list-td"
3827+
>
3828+
EmptystateErrorIcon
3829+
</div>
3830+
</div>
3831+
<div
3832+
className="bx--structured-list-row"
3833+
>
3834+
<div
3835+
className="bx--structured-list-td"
3836+
/>
3837+
<div
3838+
className="bx--structured-list-td"
3839+
>
3840+
EmptystateNoresultsIcon
3841+
</div>
3842+
</div>
3843+
<div
3844+
className="bx--structured-list-row"
3845+
>
3846+
<div
3847+
className="bx--structured-list-td"
3848+
/>
3849+
<div
3850+
className="bx--structured-list-td"
3851+
>
3852+
EmptystateNotauthorizedIcon
3853+
</div>
3854+
</div>
3855+
<div
3856+
className="bx--structured-list-row"
3857+
>
3858+
<div
3859+
className="bx--structured-list-td"
3860+
/>
3861+
<div
3862+
className="bx--structured-list-td"
3863+
>
3864+
EmptystateSuccessIcon
3865+
</div>
3866+
</div>
37113867
<div
37123868
className="bx--structured-list-row"
37133869
>

.vscode/launch.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"request": "launch",
1818
"name": "Jest All",
1919
"program": "${workspaceFolder}/node_modules/.bin/jest",
20-
"env": { "NODE_ICU_DATA": "node_modules/full-icu", "TZ": "America/Chicago" },
20+
"env": {
21+
"NODE_ICU_DATA": "node_modules/full-icu",
22+
"TZ": "America/Chicago"
23+
},
2124
"args": ["--runInBand"],
2225
"console": "integratedTerminal",
2326
"internalConsoleOptions": "neverOpen",
@@ -33,7 +36,10 @@
3336
"name": "Jest Current File",
3437
"program": "${workspaceFolder}/node_modules/.bin/jest",
3538
"args": ["${relativeFile}", "--config", "jest.config.js"],
36-
"env": { "NODE_ICU_DATA": "node_modules/full-icu", "TZ": "America/Chicago" },
39+
"env": {
40+
"NODE_ICU_DATA": "node_modules/full-icu",
41+
"TZ": "America/Chicago"
42+
},
3743
"console": "integratedTerminal",
3844
"internalConsoleOptions": "neverOpen",
3945
"disableOptimisticBPs": true,

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<a href="https://www.npmjs.com/package/carbon-addons-iot-react">
2020
<img src="https://img.shields.io/npm/v/carbon-addons-iot-react/next" alt="@next npm version release" />
2121
</a>
22-
<a href="https://travis-ci.org/carbon-design-system/carbon-addons-iot-react">
23-
<img src="https://travis-ci.org/carbon-design-system/carbon-addons-iot-react.svg?branch=master" alt="Build Status" />
22+
<a href="https://github.com/carbon-design-system/carbon-addons-iot-react/actions?query=workflow%3ABuild+branch%3Amaster">
23+
<img src="https://img.shields.io/github/workflow/status/carbon-design-system/carbon-addons-iot-react/Build/master" alt="Build Status" />
2424
</a>
2525
<a href="https://coveralls.io/github/carbon-design-system/carbon-addons-iot-react?branch=master">
2626
<img src="https://coveralls.io/repos/github/carbon-design-system/carbon-addons-iot-react/badge.svg?branch=master" alt="Coverage Report" />

__mocks__/@carbon/charts-react.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const React = require('react');
2+
3+
module.exports = () =>
4+
React.createElement('div', { id: 'mock-bar-chart-grouped' });
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const React = require('react');
2+
3+
module.exports = () =>
4+
React.createElement('div', { id: 'mock-bar-chart-simple' });

0 commit comments

Comments
 (0)