Skip to content

Commit

Permalink
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 refactor-reverted-db-logo-instead-of-placeho…
Browse files Browse the repository at this point in the history
…lder-usage
mfranzke committed Dec 16, 2024
2 parents 8b5921f + a83866d commit 706c609
Showing 33 changed files with 17 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/src/components/textarea/textarea.scss
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
}

&::after {
@extend %component-border;
@extend %form-component-border;

@include get-scrolling-workaround();

5 changes: 5 additions & 0 deletions packages/components/src/styles/_component.scss
Original file line number Diff line number Diff line change
@@ -24,6 +24,11 @@ $placeholder-disabled: 0.68;
colors.$db-adaptive-on-bg-basic-emphasis-60-default;
}

%form-component-border {
border: variables.$db-border-height-3xs solid
colors.$db-adaptive-on-bg-basic-emphasis-70-default;
}

%default-interactive-component {
@extend %default-adaptive-border;

2 changes: 1 addition & 1 deletion packages/components/src/styles/_form-components.scss
Original file line number Diff line number Diff line change
@@ -301,7 +301,7 @@ $input-valid-types: "color", "date", "datetime-local", "email", "file",
#{$selector} {
@extend %db-overwrite-font-size-md;
@extend %default-interactive-component;
@extend %component-border;
@extend %form-component-border;

background-color: colors.$db-adaptive-bg-basic-transparent-semi-default;
caret-color: colors.$db-adaptive-on-bg-basic-emphasis-100-default;
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"dependencies": {
"@db-ux/core-icons": "0.0.7",
"dompurify": "3.2.3",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.0",
"next": "15.1.0",
"react": "18.3.1",
"react-archer": "^4.4.0",
5 changes: 5 additions & 0 deletions showcases/shared/_accessibility-review.json
Original file line number Diff line number Diff line change
@@ -53,5 +53,10 @@
"name": "card",
"status": "DONE",
"date": "2024-12-12"
},
{
"name": "textarea",
"status": "DONE",
"date": "2024-12-12"
}
]

0 comments on commit 706c609

Please sign in to comment.