File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @spectrum-web-components/field-group ' : patch
3
+ ' @spectrum-web-components/styles ' : patch
4
+ ---
5
+
6
+ Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
Original file line number Diff line number Diff line change @@ -11,16 +11,8 @@ governing permissions and limitations under the License.
11
11
*/
12
12
13
13
@import url ("./spectrum-field-group.css" );
14
- @import url ("./field-group-overrides.css" );
15
14
16
- : host ([horizontal ][dir = "rtl" ]) slot : not ([name ])::slotted (* : not (: last-child )),
17
- : host ([dir = "rtl" ]: not ([vertical ])) slot : not ([name ])::slotted (* : not (: last-child )) {
15
+ : host (: not ([vertical ])) .group {
18
16
/* .spectrum-FieldGroup--horizontal .spectrum-FieldGroup-item+.spectrum-FieldGroup-item */
19
- margin : 0 0 0 var (--spectrum-fieldgroup-margin );
20
- }
21
-
22
- : host ([horizontal ][dir = "ltr" ]) slot : not ([name ])::slotted (* : not (: last-child )),
23
- : host ([dir = "ltr" ]: not ([vertical ])) slot : not ([name ])::slotted (* : not (: last-child )) {
24
- /* .spectrum-FieldGroup--horizontal .spectrum-FieldGroup-item+.spectrum-FieldGroup-item */
25
- margin : 0 var (--spectrum-fieldgroup-margin ) 0 0 ;
17
+ gap : var (--spectrum-spacing-300 );
26
18
}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ governing permissions and limitations under the License.
12
12
13
13
/* THIS FILE IS MACHINE GENERATED. DO NOT EDIT */
14
14
.group {
15
- --spectrum-fieldgroup-margin : var (--spectrum-spacing-300 );
16
15
flex-flow : column wrap;
17
16
display : flex;
18
17
}
@@ -39,7 +38,7 @@ governing permissions and limitations under the License.
39
38
}
40
39
41
40
: host ([horizontal ]) .group slot : not ([name ])::slotted (: not (: last-child )) {
42
- margin-inline-end : var (--spectrum-fieldgroup-margin );
41
+ margin-inline-end : var (--spectrum-spacing-300 );
43
42
}
44
43
45
44
: host ([horizontal ]) .group .spectrum-HelpText {
You can’t perform that action at this time.
0 commit comments