@db-ux/core-components 4.4.1-footer-28739e3 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/components/custom-select/custom-select.css +9 -9
- package/build/components/input/input.css +9 -5
- package/build/components/input/input.scss +12 -8
- package/build/styles/absolute.css +2 -2
- package/build/styles/index.css +2 -2
- package/build/styles/index.scss +0 -1
- package/build/styles/internal/_form-components.scss +7 -1
- package/build/styles/relative.css +2 -2
- package/build/styles/rollup.css +2 -2
- package/build/styles/webpack.css +2 -2
- package/package.json +4 -4
- package/build/components/footer/footer.css +0 -157
- package/build/components/footer/footer.scss +0 -135
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @db-ux/core-components
|
|
2
2
|
|
|
3
|
+
## 4.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(SSR-compatibility): Implement framework-specific `useId` for UUID generation in React and Vue outputs - [see commit 1073c46](https://github.com/db-ux-design-system/core-web/commit/1073c469a20bf1346f150c00364ee1aeab7643d0)
|
|
8
|
+
|
|
9
|
+
- fix: issue with DBInput not working properly with `datalist` and `type="time"` - [see commit 72ccb09](https://github.com/db-ux-design-system/core-web/commit/72ccb09d1304aec894b4fde27624f90029efec9d)
|
|
10
|
+
|
|
11
|
+
## 4.4.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- DBCustomSelect: Prevent floating label from flickering during initial render - [see commit e5ceff8](https://github.com/db-ux-design-system/core-web/commit/e5ceff861534186cf86d1f5f0a876e04aeac9e41)
|
|
16
|
+
|
|
3
17
|
## 4.4.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -645,7 +645,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
645
645
|
|
|
646
646
|
@layer variables {}
|
|
647
647
|
|
|
648
|
-
.db-custom-select[data-variant=floating]:has(
|
|
648
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
649
649
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
650
650
|
> select option:checked:not(.placeholder),
|
|
651
651
|
input[type=checkbox]:checked,
|
|
@@ -654,7 +654,7 @@ input[type=radio]:checked) > label {
|
|
|
654
654
|
/* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
|
|
655
655
|
}
|
|
656
656
|
@layer variables {
|
|
657
|
-
.db-custom-select[data-variant=floating]:has(
|
|
657
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
658
658
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
659
659
|
> select option:checked:not(.placeholder),
|
|
660
660
|
input[type=checkbox]:checked,
|
|
@@ -881,7 +881,7 @@ dialog:not([data-backdrop=none])[data-backdrop=weak]::backdrop, dialog:not([data
|
|
|
881
881
|
/* stylelint-disable-next-line db-ux/use-spacings */
|
|
882
882
|
padding-block-start: var(--db-base-body-icon-font-size-2xs);
|
|
883
883
|
}
|
|
884
|
-
.db-custom-select[data-variant=floating]:has(
|
|
884
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
885
885
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
886
886
|
> select option:checked:not(.placeholder),
|
|
887
887
|
input[type=checkbox]:checked,
|
|
@@ -890,12 +890,12 @@ input[type=radio]:checked) > label {
|
|
|
890
890
|
opacity: 1;
|
|
891
891
|
font-style: normal;
|
|
892
892
|
}
|
|
893
|
-
.db-custom-select[data-variant=floating]:has(
|
|
893
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
894
894
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
895
895
|
> select option:checked:not(.placeholder),
|
|
896
896
|
input[type=checkbox]:checked,
|
|
897
897
|
input[type=radio]:checked) summary::placeholder,
|
|
898
|
-
.db-custom-select[data-variant=floating]:has(
|
|
898
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
899
899
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
900
900
|
> select option:checked:not(.placeholder),
|
|
901
901
|
input[type=checkbox]:checked,
|
|
@@ -907,12 +907,12 @@ input[type=radio]:checked) [id$=-placeholder] {
|
|
|
907
907
|
padding-block-start: var(--db-base-body-icon-font-size-2xs);
|
|
908
908
|
}
|
|
909
909
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
910
|
-
.db-custom-select[data-variant=floating]:has(
|
|
910
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
911
911
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
912
912
|
> select option:checked:not(.placeholder),
|
|
913
913
|
input[type=checkbox]:checked,
|
|
914
914
|
input[type=radio]:checked) summary::placeholder,
|
|
915
|
-
.db-custom-select[data-variant=floating]:has(
|
|
915
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
916
916
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
917
917
|
> select option:checked:not(.placeholder),
|
|
918
918
|
input[type=checkbox]:checked,
|
|
@@ -920,7 +920,7 @@ input[type=radio]:checked) [id$=-placeholder] {
|
|
|
920
920
|
transition: opacity var(--db-transition-straight-emotional);
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
|
-
.db-custom-select[data-variant=floating]:has(
|
|
923
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
924
924
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
925
925
|
> select option:checked:not(.placeholder),
|
|
926
926
|
input[type=checkbox]:checked,
|
|
@@ -946,7 +946,7 @@ input[type=radio]:checked) summary:is([type=date],
|
|
|
946
946
|
padding-block-start: var(--db-base-body-icon-font-size-2xs);
|
|
947
947
|
}
|
|
948
948
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
949
|
-
.db-custom-select[data-variant=floating]:has(
|
|
949
|
+
.db-custom-select[data-variant=floating]:has(:focus-within,
|
|
950
950
|
summary:is(input, textarea):not(:placeholder-shown),
|
|
951
951
|
> select option:checked:not(.placeholder),
|
|
952
952
|
input[type=checkbox]:checked,
|
|
@@ -1009,10 +1009,17 @@ input:focus-visible)::after {
|
|
|
1009
1009
|
.db-input input {
|
|
1010
1010
|
position: relative;
|
|
1011
1011
|
}
|
|
1012
|
+
.db-input input::-webkit-color-swatch-wrapper {
|
|
1013
|
+
block-size: var(--db-icon-font-size, 1.5rem);
|
|
1014
|
+
aspect-ratio: 2/1;
|
|
1015
|
+
}
|
|
1012
1016
|
.db-input input::-webkit-calendar-picker-indicator, .db-input input::-webkit-search-cancel-button {
|
|
1013
1017
|
background-image: none;
|
|
1014
|
-
|
|
1015
|
-
|
|
1018
|
+
position: absolute;
|
|
1019
|
+
inset-inline-end: var(--db-spacing-fixed-sm);
|
|
1020
|
+
display: block !important;
|
|
1021
|
+
inline-size: var(--db-icon-font-size, 1.5rem) !important;
|
|
1022
|
+
block-size: var(--db-icon-font-size, 1.5rem) !important;
|
|
1016
1023
|
padding: 0;
|
|
1017
1024
|
cursor: pointer;
|
|
1018
1025
|
/* stylelint-disable-next-line db-ux/use-spacings */
|
|
@@ -1046,6 +1053,3 @@ input:focus-visible)::after {
|
|
|
1046
1053
|
.db-input input::file-selector-button:active {
|
|
1047
1054
|
background-color: var(--db-adaptive-bg-basic-transparent-full-pressed);
|
|
1048
1055
|
}
|
|
1049
|
-
.db-input:has(datalist) input::-webkit-calendar-picker-indicator {
|
|
1050
|
-
display: none !important;
|
|
1051
|
-
}
|
|
@@ -122,13 +122,23 @@ $icon-padding: calc(
|
|
|
122
122
|
input {
|
|
123
123
|
position: relative;
|
|
124
124
|
|
|
125
|
+
&::-webkit-color-swatch-wrapper {
|
|
126
|
+
block-size: icons.$default-icon-font-size;
|
|
127
|
+
aspect-ratio: 2/1;
|
|
128
|
+
}
|
|
129
|
+
|
|
125
130
|
&::-webkit-calendar-picker-indicator,
|
|
126
131
|
&::-webkit-search-cancel-button {
|
|
127
132
|
@extend %db-overwrite-font-size-sm;
|
|
128
133
|
|
|
129
134
|
background-image: none;
|
|
130
|
-
|
|
131
|
-
|
|
135
|
+
position: absolute;
|
|
136
|
+
inset-inline-end: var(--db-spacing-fixed-sm);
|
|
137
|
+
|
|
138
|
+
// Those are set by browser on element directly
|
|
139
|
+
display: block !important;
|
|
140
|
+
inline-size: icons.$default-icon-font-size !important;
|
|
141
|
+
block-size: icons.$default-icon-font-size !important;
|
|
132
142
|
padding: 0;
|
|
133
143
|
cursor: pointer;
|
|
134
144
|
/* stylelint-disable-next-line db-ux/use-spacings */
|
|
@@ -173,11 +183,5 @@ $icon-padding: calc(
|
|
|
173
183
|
|
|
174
184
|
&:has(datalist) {
|
|
175
185
|
@extend %dropdown-icon;
|
|
176
|
-
|
|
177
|
-
input {
|
|
178
|
-
&::-webkit-calendar-picker-indicator {
|
|
179
|
-
display: none !important;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
186
|
}
|
|
183
187
|
}
|