You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
114
+
* - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
115
+
* - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
116
+
* - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
117
+
*
118
+
* A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
119
+
*
120
+
* `padding` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
121
+
*
122
+
* This also accepts up to 4 values (e.g. `@container (inline-size > 500px) large-300 small-300 large-100 small-100, small-200`)
123
+
*
124
+
* @default 'none'
125
+
*/
126
+
padding: ResponsiveBoxProps['padding'];
127
+
/**
128
+
* Adjust the block-padding.
129
+
*
130
+
* - `large none` means block-start padding is `large`, block-end padding is `none`.
131
+
*
132
+
* This overrides the block value of `padding`.
133
+
*
134
+
* `paddingBlock` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
135
+
*
136
+
* This also accepts up to 2 values (e.g. `@container (inline-size > 500px) large-300 small-300, small-200`)
137
+
*
138
+
* @default '' - meaning no override
139
+
*/
140
+
paddingBlock: ResponsiveBoxProps['paddingBlock'];
141
+
/**
142
+
* Adjust the block-start padding.
143
+
*
144
+
* This overrides the block-start value of `paddingBlock`.
145
+
*
146
+
* `paddingBlockStart` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
147
+
*
148
+
* This only accepts 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* This overrides the block-end value of `paddingBlock`.
156
+
*
157
+
* `paddingBlockEnd` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
158
+
*
159
+
* This only accepts up to 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* - `large none` means inline-start padding is `large`, inline-end padding is `none`.
167
+
*
168
+
* This overrides the inline value of `padding`.
169
+
*
170
+
* `paddingInline` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
171
+
*
172
+
* This also accepts up to 2 values (e.g. `@container (inline-size > 500px) large-300 small-300, small-200`)
* This overrides the inline-start value of `paddingInline`.
181
+
*
182
+
* `paddingInlineStart` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
183
+
* This only accepts 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* This overrides the inline-end value of `paddingInline`.
192
+
*
193
+
* `paddingInlineEnd` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
194
+
* This only accepts 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
117
+
* - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
118
+
* - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
119
+
* - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
120
+
*
121
+
* A padding value of `auto` will use the default padding for the closest container that has had its usual padding removed.
122
+
*
123
+
* `padding` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
124
+
*
125
+
* This also accepts up to 4 values (e.g. `@container (inline-size > 500px) large-300 small-300 large-100 small-100, small-200`)
126
+
*
127
+
* @default 'none'
128
+
*/
129
+
padding: ResponsiveBoxProps['padding'];
130
+
/**
131
+
* Adjust the block-padding.
132
+
*
133
+
* - `large none` means block-start padding is `large`, block-end padding is `none`.
134
+
*
135
+
* This overrides the block value of `padding`.
136
+
*
137
+
* `paddingBlock` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
138
+
*
139
+
* This also accepts up to 2 values (e.g. `@container (inline-size > 500px) large-300 small-300, small-200`)
140
+
*
141
+
* @default '' - meaning no override
142
+
*/
143
+
paddingBlock: ResponsiveBoxProps['paddingBlock'];
144
+
/**
145
+
* Adjust the block-start padding.
146
+
*
147
+
* This overrides the block-start value of `paddingBlock`.
148
+
*
149
+
* `paddingBlockStart` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
150
+
*
151
+
* This only accepts 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* This overrides the block-end value of `paddingBlock`.
159
+
*
160
+
* `paddingBlockEnd` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
161
+
*
162
+
* This only accepts up to 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* - `large none` means inline-start padding is `large`, inline-end padding is `none`.
170
+
*
171
+
* This overrides the inline value of `padding`.
172
+
*
173
+
* `paddingInline` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
174
+
*
175
+
* This also accepts up to 2 values (e.g. `@container (inline-size > 500px) large-300 small-300, small-200`)
* This overrides the inline-start value of `paddingInline`.
184
+
*
185
+
* `paddingInlineStart` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
186
+
* This only accepts 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
* This overrides the inline-end value of `paddingInline`.
195
+
*
196
+
* `paddingInlineEnd` also accepts a container query string with the supported PaddingKeyword as a query value e.g. (`@container (inline-size > 500px) large-300, small-300`)
197
+
* This only accepts 1 value per predicate (e.g. `@container (inline-size > 500px) large-300, small-200`)
0 commit comments