-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/horizontal-overflow-tabs
- Loading branch information
Showing
123 changed files
with
16,829 additions
and
14,750 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"extends": [ | ||
"extends": [ | ||
// https://docs.renovatebot.com/presets-config/#configjs-lib | ||
"config:js-lib", | ||
|
||
// https://docs.renovatebot.com/presets-default/#maintainlockfilesweekly | ||
":maintainLockFilesWeekly", | ||
|
||
// https://docs.renovatebot.com/presets-default/#preservesemverranges | ||
":preserveSemverRanges", | ||
|
||
// https://docs.renovatebot.com/presets-npm/#npmunpublishsafe | ||
"npm:unpublishSafe", | ||
|
||
// https://docs.renovatebot.com/presets-schedule/#scheduledaily | ||
"schedule:earlyMondays" | ||
] | ||
"schedule:earlyMondays", | ||
], | ||
"rebaseWhen": "never", | ||
} |
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
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
Binary file removed
BIN
-17.8 KB
.yarn/cache/@es-joy-jsdoccomment-npm-0.10.2-99ab396701-5790d13b74.zip
Binary file not shown.
Binary file added
BIN
+24.4 KB
.yarn/cache/@es-joy-jsdoccomment-npm-0.20.1-0616326f46-b64afeaddc.zip
Binary file not shown.
Binary file removed
BIN
-9.93 KB
.yarn/cache/@rollup-plugin-replace-npm-3.0.1-c1400ca698-0cd9743978.zip
Binary file not shown.
Binary file added
BIN
+11.1 KB
.yarn/cache/@rollup-plugin-replace-npm-4.0.0-4c483d297f-b61701e612.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+125 KB
...arser-npm-1.2.1-2743575765-3057a7304c.zip → ...arser-npm-1.3.0-f53b44186d-e7b41b8a5f.zip
Binary file not shown.
Binary file removed
BIN
-377 KB
.yarn/cache/eslint-plugin-jsdoc-npm-36.0.3-6a37308396-f15e1d2e1e.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-82.9 KB
.yarn/cache/jsdoc-type-pratt-parser-npm-1.0.4-d9563f414a-f80df71fc5.zip
Binary file not shown.
Binary file removed
BIN
-82.9 KB
.yarn/cache/jsdoc-type-pratt-parser-npm-1.0.8-6766196e7d-21f8c08918.zip
Binary file not shown.
Binary file added
BIN
+83.6 KB
.yarn/cache/jsdoc-type-pratt-parser-npm-2.2.3-855681446d-202a6c1f88.zip
Binary file not shown.
Binary file removed
BIN
-9.58 KB
.yarn/cache/karma-chrome-launcher-npm-2.2.0-a56f6835c7-08f319ad51.zip
Binary file not shown.
Binary file added
BIN
+10.3 KB
.yarn/cache/karma-chrome-launcher-npm-3.1.0-999405afd7-63431ddec9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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,15 @@ | ||
/** | ||
* Copyright IBM Corp. 2018, 2018 | ||
* | ||
* This source code is licensed under the Apache-2.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
'use strict'; | ||
|
||
module.exports = { | ||
plugins: ['stylelint-a11y'], | ||
rules: { | ||
'a11y/media-prefers-reduced-motion': true, | ||
}, | ||
}; |
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.