-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fluent: test fluentui bundles (#5142)
* Fluent: test fluentui bundles * Remove unnecessary serve instructions * Add precommit and fix issues * Rename package * Add build artifacts to docker context * Sort * Bring back botframework-webchat-fluent-theme.production.min.js.map * Reorder static entries * Fix extra space * Fix duplicate string * Apply customizations to the dark theme * Fix color
- Loading branch information
Showing
21 changed files
with
3,916 additions
and
898 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
Binary file modified
BIN
-2.54 KB
(86%)
...lback-dark-js-fluent-theme-applied-uses-fluent-dark-theme-if-present-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.51 KB
(87%)
...lback-dark-js-fluent-theme-applied-uses-fluent-dark-theme-if-present-2-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.83 KB
(93%)
...lback-dark-js-fluent-theme-applied-uses-fluent-dark-theme-if-present-3-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.48 KB
(88%)
...lback-dark-js-fluent-theme-applied-uses-fluent-dark-theme-if-present-4-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.44 KB
(87%)
...-theme-fallback-js-fluent-theme-applied-uses-fluent-theme-if-present-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
481 changes: 33 additions & 448 deletions
481
__tests__/html/fluentTheme/fluentThemeFallback.dark.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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,12 @@ | ||
extends: | ||
- ../../../.eslintrc.production.yml | ||
- ../../../.eslintrc.react.yml | ||
|
||
# TODO: #3212 When we move to React Native, we should disable this. | ||
env: | ||
browser: true | ||
|
||
rules: | ||
react/destructuring-assignment: off | ||
react/require-default-props: off | ||
dot-notation: off |
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,4 @@ | ||
/*.tgz | ||
/dist | ||
/lib | ||
/node_modules |
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,11 @@ | ||
arrowParens: avoid | ||
bracketSameLine: false | ||
bracketSpacing: true | ||
endOfLine: auto | ||
printWidth: 120 | ||
proseWrap: preserve | ||
quoteProps: as-needed | ||
semi: true | ||
singleQuote: true | ||
tabWidth: 2 | ||
trailingComma: none |
Oops, something went wrong.