-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: convert to whitelabel * Update packages/components/README.md Co-authored-by: Maximilian Franzke <[email protected]> * chore: update old references * chore: update snapshots * fix: issue with wc-workarounds * chore: update snapshots * fix: issue with foundation testing * fix: issue with linting * chore: update snapshots * fix: issue with missing fonts for foundations testing * chore: update snapshots * Update docs/migration/alpha-beta.md Co-authored-by: Maximilian Franzke <[email protected]> * Update output/react/README.md Co-authored-by: Maximilian Franzke <[email protected]> * Update output/stencil/README.md Co-authored-by: Maximilian Franzke <[email protected]> * Update output/vue/README.md Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/README.md Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/README.md Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/wc-workarounds.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]>
- Loading branch information
Showing
158 changed files
with
2,916 additions
and
3,233 deletions.
There are no files selected for viewing
Binary file modified
BIN
-4.63 KB
(92%)
...ns/chromium/Colors-should-match-screenshot-1/Colors-should-match-screenshot.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
+23.7 KB
(110%)
...ions/chromium/Icons-should-match-screenshot-1/Icons-should-match-screenshot.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
-26.6 KB
(75%)
...ons/firefox/Colors-should-match-screenshot-1/Colors-should-match-screenshot.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
+1.68 KB
(100%)
...tions/firefox/Icons-should-match-screenshot-1/Icons-should-match-screenshot.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
-26.9 KB
(72%)
...ions/webkit/Colors-should-match-screenshot-1/Colors-should-match-screenshot.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.11 KB
(100%)
...ations/webkit/Icons-should-match-screenshot-1/Icons-should-match-screenshot.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
-361 Bytes
(99%)
__snapshots__/input/patternhub/input-docs-should-match-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
6 changes: 0 additions & 6 deletions
6
packages/components/_templates/mitosis/new/component/db-ui-components-angular.ejs.t
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
packages/components/_templates/mitosis/new/component/db-ui-components-wc.ejs.t
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,6 @@ | ||
--- | ||
inject: true | ||
to: src/styles/internal/_custom-elements.scss | ||
after: //hygen-insert | ||
--- | ||
db-<%= name %>, |
4 changes: 2 additions & 2 deletions
4
packages/components/_templates/mitosis/new/component/db-ui-components.ejs.t
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,6 +1,6 @@ | ||
--- | ||
inject: true | ||
to: src/styles/db-ui-components.scss | ||
before: angular-workaround | ||
to: src/styles/index.scss | ||
append: true | ||
--- | ||
@forward "../components/<%= name %>/<%= name %>"; |
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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
module.exports = { | ||
plugins: [ | ||
require('cssnano')({ | ||
preset: 'default' | ||
preset: [ | ||
'default', | ||
{ | ||
svgo: false | ||
} | ||
] | ||
}) | ||
] | ||
}; |
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
12 changes: 6 additions & 6 deletions
12
packages/components/src/components/accordion-item/accordion-item.scss
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
Oops, something went wrong.