@@ -53,7 +53,7 @@ governing permissions and limitations under the License.
53
53
}
54
54
55
55
: host : dir(rtl),
56
- : host ([dir = ' rtl' ]) {
56
+ : host ([dir = " rtl" ]) {
57
57
--spectrum-logical-rotation : matrix (-1 , 0 , 0 , 1 , 0 , 0 );
58
58
}
59
59
@@ -64,55 +64,55 @@ governing permissions and limitations under the License.
64
64
--spectrum-accordion-item-content-line-height : var (--spectrum-cjk-line-height-100 );
65
65
}
66
66
67
- : host ([density = ' compact' ]) {
67
+ : host ([density = " compact" ]) {
68
68
--spectrum-accordion-item-height : var (--spectrum-component-height-100 );
69
69
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-compact-medium );
70
70
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-compact-medium );
71
71
}
72
72
73
- : host ([density = ' compact' ][size = 's' ]) {
73
+ : host ([density = " compact" ][size = "s" ]) {
74
74
--spectrum-accordion-item-height : var (--spectrum-component-height-75 );
75
75
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-compact-small );
76
76
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-compact-small );
77
77
}
78
78
79
- : host ([density = ' compact' ][size = 'l' ]) {
79
+ : host ([density = " compact" ][size = "l" ]) {
80
80
--spectrum-accordion-item-height : var (--spectrum-component-height-200 );
81
81
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-compact-large );
82
82
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-compact-large );
83
83
}
84
84
85
- : host ([density = ' compact' ][size = 'xl' ]) {
85
+ : host ([density = " compact" ][size = "xl" ]) {
86
86
--spectrum-accordion-item-height : var (--spectrum-component-height-300 );
87
87
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-compact-extra-large );
88
88
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-compact-extra-large );
89
89
}
90
90
91
- : host ([density = ' spacious' ]) {
91
+ : host ([density = " spacious" ]) {
92
92
--spectrum-accordion-item-header-line-height : 1.278 ;
93
93
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-spacious-medium );
94
94
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-spacious-medium );
95
95
}
96
96
97
- : host ([density = ' spacious' ][size = 's' ]) {
97
+ : host ([density = " spacious" ][size = "s" ]) {
98
98
--spectrum-accordion-item-header-line-height : 1.25 ;
99
99
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-small-top-to-text-spacious );
100
100
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-spacious-small );
101
101
}
102
102
103
- : host ([density = ' spacious' ][size = 'l' ]) {
103
+ : host ([density = " spacious" ][size = "l" ]) {
104
104
--spectrum-accordion-item-header-line-height : 1.273 ;
105
105
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-spacious-large );
106
106
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-spacious-large );
107
107
}
108
108
109
- : host ([density = ' spacious' ][size = 'xl' ]) {
109
+ : host ([density = " spacious" ][size = "xl" ]) {
110
110
--spectrum-accordion-item-header-line-height : 1.25 ;
111
111
--spectrum-accordion-item-header-top-to-text-space : var (--spectrum-accordion-top-to-text-spacious-extra-large );
112
112
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-spacious-extra-large );
113
113
}
114
114
115
- : host ([size = 's' ]) {
115
+ : host ([size = "s" ]) {
116
116
--spectrum-accordion-item-height : var (--spectrum-component-height-100 );
117
117
--spectrum-accordion-disclosure-indicator-height : var (--spectrum-component-height-75 );
118
118
--spectrum-accordion-component-edge-to-text : var (--spectrum-component-edge-to-text-50 );
@@ -122,7 +122,7 @@ governing permissions and limitations under the License.
122
122
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-regular-small );
123
123
}
124
124
125
- : host ([size = 'l' ]) {
125
+ : host ([size = "l" ]) {
126
126
--spectrum-accordion-item-height : var (--spectrum-component-height-300 );
127
127
--spectrum-accordion-disclosure-indicator-height : var (--spectrum-component-height-200 );
128
128
--spectrum-accordion-component-edge-to-text : var (--spectrum-component-edge-to-text-100 );
@@ -132,7 +132,7 @@ governing permissions and limitations under the License.
132
132
--spectrum-accordion-item-header-bottom-to-text-space : var (--spectrum-accordion-bottom-to-text-regular-large );
133
133
}
134
134
135
- : host ([size = 'xl' ]) {
135
+ : host ([size = "xl" ]) {
136
136
--spectrum-accordion-item-height : var (--spectrum-component-height-400 );
137
137
--spectrum-accordion-disclosure-indicator-height : var (--spectrum-component-height-300 );
138
138
--spectrum-accordion-component-edge-to-text : var (--spectrum-component-edge-to-text-200 );
0 commit comments