@hopper-ui/styled-system 0.2.1 → 0.2.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 +6 -0
- package/dist/StyledSystemProvider.css +132 -1
- package/dist/StyledSystemProvider.d.ts +42 -4
- package/dist/StyledSystemProvider.js +25 -26
- package/dist/chunk-2ITAI3PJ.js +270 -0
- package/dist/chunk-35LDZFKX.js +29 -0
- package/dist/chunk-3YM73BQP.js +6 -0
- package/dist/chunk-7HCELIKZ.js +41 -0
- package/dist/chunk-FYKLSVLR.js +39 -0
- package/dist/chunk-GYREQTEK.js +30 -0
- package/dist/chunk-I37Y2R7V.js +4 -0
- package/dist/chunk-IK6W4ZXH.js +11 -0
- package/dist/chunk-IP7TYBR3.js +19 -0
- package/dist/chunk-JBWKRDVA.js +27 -0
- package/dist/chunk-JQBON2KA.js +23 -0
- package/dist/chunk-KUUJ37DW.js +96 -0
- package/dist/chunk-LU33LZMJ.js +55 -0
- package/dist/chunk-OHW5NUAW.js +59 -0
- package/dist/chunk-Q3NLRNZN.js +881 -0
- package/dist/chunk-RIR7BXVF.js +711 -0
- package/dist/chunk-STEDL5VQ.js +25 -0
- package/dist/chunk-U3SI5QXV.js +911 -0
- package/dist/chunk-U5R6ZXH3.js +46 -0
- package/dist/chunk-V7X6ANEM.js +14 -0
- package/dist/chunk-X5OXC6DN.js +9 -0
- package/dist/chunk-XUHDFZZL.js +10 -0
- package/dist/chunk-YPIK2HRL.js +6 -0
- package/dist/chunk-ZO3DYLQJ.js +32 -0
- package/dist/chunk-ZQUJDDQL.js +84 -0
- package/dist/chunk-ZUVKM5DV.js +13 -0
- package/dist/color-scheme/ColorSchemeContext.d.ts +12 -0
- package/dist/color-scheme/ColorSchemeContext.js +1 -0
- package/dist/color-scheme/useColorScheme.d.ts +6 -0
- package/dist/color-scheme/useColorScheme.js +2 -0
- package/dist/color-scheme/useColorSchemeValue.d.ts +3 -0
- package/dist/color-scheme/useColorSchemeValue.js +2 -0
- package/dist/global-styles/BodyStyleProvider.d.ts +5 -0
- package/dist/global-styles/BodyStyleProvider.js +8 -0
- package/dist/html-wrappers/html.css +132 -0
- package/dist/{StyledSystemProvider-173b78af.d.ts → html-wrappers/html.d.ts} +8 -53
- package/dist/html-wrappers/html.js +10 -0
- package/dist/html-wrappers/htmlElement.css +132 -0
- package/dist/html-wrappers/htmlElement.d.ts +12 -0
- package/dist/html-wrappers/htmlElement.js +9 -0
- package/dist/index.css +132 -1
- package/dist/index.d.ts +23 -2385
- package/dist/index.js +26 -26
- package/dist/responsive/BreakpointContext.d.ts +10 -0
- package/dist/responsive/BreakpointContext.js +2 -0
- package/dist/responsive/BreakpointProvider.d.ts +12 -0
- package/dist/responsive/BreakpointProvider.js +5 -0
- package/dist/responsive/Breakpoints.d.ts +10 -0
- package/dist/responsive/Breakpoints.js +1 -0
- package/dist/responsive/useResponsiveValue.d.ts +11 -0
- package/dist/responsive/useResponsiveValue.js +4 -0
- package/dist/styled-system-props.d.ts +1246 -3
- package/dist/styled-system-props.js +1 -3
- package/dist/styled-system-root-css-class.js +1 -3
- package/dist/tokens/TokenProvider.d.ts +20 -0
- package/dist/tokens/TokenProvider.js +8 -0
- package/dist/tokens/generated/dark-semantic-tokens.d.ts +272 -0
- package/dist/tokens/generated/dark-semantic-tokens.js +1 -0
- package/dist/tokens/generated/light-semantic-tokens.d.ts +883 -0
- package/dist/tokens/generated/light-semantic-tokens.js +1 -0
- package/dist/tokens/generated/styled-system-to-token-mappings.d.ts +913 -0
- package/dist/tokens/generated/styled-system-to-token-mappings.js +1 -0
- package/dist/{styled-system-props-1c231c50.d.ts → tokens/token-mappings.d.ts} +2 -1258
- package/dist/tokens/token-mappings.js +6 -0
- package/dist/tokens/tokens.d.ts +1154 -0
- package/dist/tokens/tokens.js +3 -0
- package/dist/useStyledSystem.css +125 -1
- package/dist/useStyledSystem.d.ts +4 -1
- package/dist/useStyledSystem.js +8 -5
- package/dist/utils/assertion.d.ts +15 -0
- package/dist/utils/assertion.js +1 -0
- package/dist/utils/useInsertStyleElement.d.ts +6 -0
- package/dist/utils/useInsertStyleElement.js +3 -0
- package/dist/utils/useIsomorphicInsertionEffect.d.ts +16 -0
- package/dist/utils/useIsomorphicInsertionEffect.js +1 -0
- package/dist/utils/useIsomorphicLayoutEffect.d.ts +16 -0
- package/dist/utils/useIsomorphicLayoutEffect.js +1 -0
- package/dist/utils/useMediaQuery.d.ts +4 -0
- package/dist/utils/useMediaQuery.js +1 -0
- package/dist/utils/useThemeComputedStyle.d.ts +14 -0
- package/dist/utils/useThemeComputedStyle.js +2 -0
- package/package.json +1 -1
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
import { Globals, Property } from 'csstype';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
declare const Breakpoints: {
|
|
5
|
-
readonly xs: 640;
|
|
6
|
-
readonly sm: 768;
|
|
7
|
-
readonly md: 1024;
|
|
8
|
-
readonly lg: 1280;
|
|
9
|
-
readonly xl: 1440;
|
|
10
|
-
};
|
|
11
|
-
type Breakpoint = keyof typeof Breakpoints | "base";
|
|
12
|
-
|
|
13
|
-
type ResponsiveValue<T> = {
|
|
14
|
-
[K in Breakpoint]?: T;
|
|
15
|
-
};
|
|
16
|
-
type ResponsiveProp<T> = T | ResponsiveValue<T>;
|
|
17
|
-
declare function isResponsiveObject(obj: unknown): obj is ResponsiveValue<unknown>;
|
|
18
|
-
declare function parseResponsiveValue<T>(value: T | ResponsiveValue<T>, matchedBreakpoints: Breakpoint[]): T | undefined;
|
|
19
|
-
declare function useResponsiveValue<T>(value: T | ResponsiveValue<T>): T | undefined;
|
|
2
|
+
import { Breakpoint } from '../responsive/Breakpoints.js';
|
|
20
3
|
|
|
21
4
|
declare const ColorExpressionTypes: readonly ["#", "rgb", "rgba", "hsl", "hsla"];
|
|
22
5
|
declare const DefaultBorderWidthAndStyle = "1px solid";
|
|
@@ -2161,1243 +2144,4 @@ type GridRowSpanValue = number;
|
|
|
2161
2144
|
declare function parseResponsiveSystemValue<TValue extends string | number>(value: TValue | undefined, systemValues: Record<TValue, string>, matchedBreakpoints: Breakpoint[]): TValue | Record<TValue, string>[TValue] | undefined;
|
|
2162
2145
|
declare function getSystemValue<T extends string | number>(value: T, systemValues: Record<T, string>): Record<T, string>[T];
|
|
2163
2146
|
|
|
2164
|
-
|
|
2165
|
-
interface StyledSystemProps {
|
|
2166
|
-
className?: string;
|
|
2167
|
-
style?: CSSProperties;
|
|
2168
|
-
/**
|
|
2169
|
-
* Sets the `align-content` property.
|
|
2170
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/align-content}
|
|
2171
|
-
*/
|
|
2172
|
-
alignContent?: ResponsiveProp<Property.AlignContent>;
|
|
2173
|
-
/**
|
|
2174
|
-
* Sets the `align-items` property.
|
|
2175
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/align-items}
|
|
2176
|
-
*/
|
|
2177
|
-
alignItems?: ResponsiveProp<Property.AlignItems>;
|
|
2178
|
-
/**
|
|
2179
|
-
* Sets the `align-self` property.
|
|
2180
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/align-self}
|
|
2181
|
-
*/
|
|
2182
|
-
alignSelf?: ResponsiveProp<Property.AlignSelf>;
|
|
2183
|
-
/**
|
|
2184
|
-
* Sets the `aspect-ratio` property.
|
|
2185
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/aspect-ratio}
|
|
2186
|
-
*/
|
|
2187
|
-
aspectRatio?: ResponsiveProp<Property.AspectRatio>;
|
|
2188
|
-
/**
|
|
2189
|
-
* Sets the `background-color` property.
|
|
2190
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
|
|
2191
|
-
*/
|
|
2192
|
-
backgroundColor?: ResponsiveProp<BackgroundColorValue>;
|
|
2193
|
-
/**
|
|
2194
|
-
* Sets the `background-color` property when active.
|
|
2195
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
|
|
2196
|
-
*/
|
|
2197
|
-
backgroundColorActive?: ResponsiveProp<BackgroundColorValue>;
|
|
2198
|
-
/**
|
|
2199
|
-
* Sets the `background-color` property when focused.
|
|
2200
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
|
|
2201
|
-
*/
|
|
2202
|
-
backgroundColorFocus?: ResponsiveProp<BackgroundColorValue>;
|
|
2203
|
-
/**
|
|
2204
|
-
* Sets the `background-color` property when hovered.
|
|
2205
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
|
|
2206
|
-
*/
|
|
2207
|
-
backgroundColorHover?: ResponsiveProp<BackgroundColorValue>;
|
|
2208
|
-
/**
|
|
2209
|
-
* Sets the `background-image` property.
|
|
2210
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/background-image}
|
|
2211
|
-
*/
|
|
2212
|
-
backgroundImage?: ResponsiveProp<Property.BackgroundImage>;
|
|
2213
|
-
/**
|
|
2214
|
-
* Sets the `background-position` property.
|
|
2215
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/background-position}
|
|
2216
|
-
*/
|
|
2217
|
-
backgroundPosition?: ResponsiveProp<Property.BackgroundPosition>;
|
|
2218
|
-
/**
|
|
2219
|
-
* Sets the `background-repeat` property.
|
|
2220
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/background-repeat}
|
|
2221
|
-
*/
|
|
2222
|
-
backgroundRepeat?: ResponsiveProp<Property.BackgroundRepeat>;
|
|
2223
|
-
/**
|
|
2224
|
-
* Sets the `background-size` property.
|
|
2225
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/background-size}
|
|
2226
|
-
*/
|
|
2227
|
-
backgroundSize?: ResponsiveProp<Property.BackgroundSize>;
|
|
2228
|
-
/**
|
|
2229
|
-
* Sets the `border` property.
|
|
2230
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
|
|
2231
|
-
*/
|
|
2232
|
-
border?: ResponsiveProp<BorderValue>;
|
|
2233
|
-
/**
|
|
2234
|
-
* Sets the `border` property when active.
|
|
2235
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
|
|
2236
|
-
*/
|
|
2237
|
-
borderActive?: ResponsiveProp<BorderValue>;
|
|
2238
|
-
/**
|
|
2239
|
-
* Sets the `border-bottom` property.
|
|
2240
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
|
|
2241
|
-
*/
|
|
2242
|
-
borderBottom?: ResponsiveProp<BorderValue>;
|
|
2243
|
-
/**
|
|
2244
|
-
* Sets the `border-bottom` property when active.
|
|
2245
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
|
|
2246
|
-
*/
|
|
2247
|
-
borderBottomActive?: ResponsiveProp<BorderValue>;
|
|
2248
|
-
/**
|
|
2249
|
-
* Sets the `border-bottom` property when focused.
|
|
2250
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
|
|
2251
|
-
*/
|
|
2252
|
-
borderBottomFocus?: ResponsiveProp<BorderValue>;
|
|
2253
|
-
/**
|
|
2254
|
-
* Sets the `border-bottom` property when hovered.
|
|
2255
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
|
|
2256
|
-
*/
|
|
2257
|
-
borderBottomHover?: ResponsiveProp<BorderValue>;
|
|
2258
|
-
/**
|
|
2259
|
-
* Sets the `border-bottom-left-radius` property.
|
|
2260
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottomLeftRadius`** property
|
|
2261
|
-
*/
|
|
2262
|
-
borderBottomLeftRadius?: ResponsiveProp<BorderRadiusValue>;
|
|
2263
|
-
/**
|
|
2264
|
-
* Sets the `border-bottom-right-radius` property.
|
|
2265
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottomRightRadius`** property
|
|
2266
|
-
*/
|
|
2267
|
-
borderBottomRightRadius?: ResponsiveProp<BorderRadiusValue>;
|
|
2268
|
-
/**
|
|
2269
|
-
* Sets the `border` property when focused.
|
|
2270
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
|
|
2271
|
-
*/
|
|
2272
|
-
borderFocus?: ResponsiveProp<BorderValue>;
|
|
2273
|
-
/**
|
|
2274
|
-
* Sets the `border` property when hovered.
|
|
2275
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
|
|
2276
|
-
*/
|
|
2277
|
-
borderHover?: ResponsiveProp<BorderValue>;
|
|
2278
|
-
/**
|
|
2279
|
-
* Sets the `border-left` property.
|
|
2280
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
|
|
2281
|
-
*/
|
|
2282
|
-
borderLeft?: ResponsiveProp<BorderValue>;
|
|
2283
|
-
/**
|
|
2284
|
-
* Sets the `border-left` property when active.
|
|
2285
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
|
|
2286
|
-
*/
|
|
2287
|
-
borderLeftActive?: ResponsiveProp<BorderValue>;
|
|
2288
|
-
/**
|
|
2289
|
-
* Sets the `border-left` property when focused.
|
|
2290
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
|
|
2291
|
-
*/
|
|
2292
|
-
borderLeftFocus?: ResponsiveProp<BorderValue>;
|
|
2293
|
-
/**
|
|
2294
|
-
* Sets the `border-left` property when hovered.
|
|
2295
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
|
|
2296
|
-
*/
|
|
2297
|
-
borderLeftHover?: ResponsiveProp<BorderValue>;
|
|
2298
|
-
/**
|
|
2299
|
-
* Sets the `border-radius` property.
|
|
2300
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRadius`** property
|
|
2301
|
-
*/
|
|
2302
|
-
borderRadius?: ResponsiveProp<BorderRadiusValue>;
|
|
2303
|
-
/**
|
|
2304
|
-
* Sets the `border-right` property.
|
|
2305
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
|
|
2306
|
-
*/
|
|
2307
|
-
borderRight?: ResponsiveProp<BorderValue>;
|
|
2308
|
-
/**
|
|
2309
|
-
* Sets the `border-right` property when active.
|
|
2310
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
|
|
2311
|
-
*/
|
|
2312
|
-
borderRightActive?: ResponsiveProp<BorderValue>;
|
|
2313
|
-
/**
|
|
2314
|
-
* Sets the `border-right` property when focused.
|
|
2315
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
|
|
2316
|
-
*/
|
|
2317
|
-
borderRightFocus?: ResponsiveProp<BorderValue>;
|
|
2318
|
-
/**
|
|
2319
|
-
* Sets the `border-right` property when hovered.
|
|
2320
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
|
|
2321
|
-
*/
|
|
2322
|
-
borderRightHover?: ResponsiveProp<BorderValue>;
|
|
2323
|
-
/**
|
|
2324
|
-
* Sets the `border-top` property.
|
|
2325
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
|
|
2326
|
-
*/
|
|
2327
|
-
borderTop?: ResponsiveProp<BorderValue>;
|
|
2328
|
-
/**
|
|
2329
|
-
* Sets the `border-top` property when active.
|
|
2330
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
|
|
2331
|
-
*/
|
|
2332
|
-
borderTopActive?: ResponsiveProp<BorderValue>;
|
|
2333
|
-
/**
|
|
2334
|
-
* Sets the `border-top` property when focused.
|
|
2335
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
|
|
2336
|
-
*/
|
|
2337
|
-
borderTopFocus?: ResponsiveProp<BorderValue>;
|
|
2338
|
-
/**
|
|
2339
|
-
* Sets the `border-top` property when hovered.
|
|
2340
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
|
|
2341
|
-
*/
|
|
2342
|
-
borderTopHover?: ResponsiveProp<BorderValue>;
|
|
2343
|
-
/**
|
|
2344
|
-
* Sets the `border-top-left-radius` property.
|
|
2345
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTopLeftRadius`** property
|
|
2346
|
-
*/
|
|
2347
|
-
borderTopLeftRadius?: ResponsiveProp<BorderRadiusValue>;
|
|
2348
|
-
/**
|
|
2349
|
-
* Sets the `border-top-right-radius` property.
|
|
2350
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTopRightRadius`** property
|
|
2351
|
-
*/
|
|
2352
|
-
borderTopRightRadius?: ResponsiveProp<BorderRadiusValue>;
|
|
2353
|
-
/**
|
|
2354
|
-
* Sets the `bottom` property.
|
|
2355
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/bottom}
|
|
2356
|
-
*/
|
|
2357
|
-
bottom?: ResponsiveProp<Property.Bottom>;
|
|
2358
|
-
/**
|
|
2359
|
-
* Sets the `box-shadow` property.
|
|
2360
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
|
|
2361
|
-
*/
|
|
2362
|
-
boxShadow?: ResponsiveProp<BoxShadowValue>;
|
|
2363
|
-
/**
|
|
2364
|
-
* Sets the `box-shadow` property when active.
|
|
2365
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
|
|
2366
|
-
*/
|
|
2367
|
-
boxShadowActive?: ResponsiveProp<BoxShadowValue>;
|
|
2368
|
-
/**
|
|
2369
|
-
* Sets the `box-shadow` property when focused.
|
|
2370
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
|
|
2371
|
-
*/
|
|
2372
|
-
boxShadowFocus?: ResponsiveProp<BoxShadowValue>;
|
|
2373
|
-
/**
|
|
2374
|
-
* Sets the `box-shadow` property when hovered.
|
|
2375
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
|
|
2376
|
-
*/
|
|
2377
|
-
boxShadowHover?: ResponsiveProp<BoxShadowValue>;
|
|
2378
|
-
/**
|
|
2379
|
-
* Sets the `color` property.
|
|
2380
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
|
|
2381
|
-
*/
|
|
2382
|
-
color?: ResponsiveProp<ColorValue>;
|
|
2383
|
-
/**
|
|
2384
|
-
* Sets the `color` property when active.
|
|
2385
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
|
|
2386
|
-
*/
|
|
2387
|
-
colorActive?: ResponsiveProp<ColorValue>;
|
|
2388
|
-
/**
|
|
2389
|
-
* Sets the `color` property when focused.
|
|
2390
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
|
|
2391
|
-
*/
|
|
2392
|
-
colorFocus?: ResponsiveProp<ColorValue>;
|
|
2393
|
-
/**
|
|
2394
|
-
* Sets the `color` property when hovered.
|
|
2395
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
|
|
2396
|
-
*/
|
|
2397
|
-
colorHover?: ResponsiveProp<ColorValue>;
|
|
2398
|
-
/**
|
|
2399
|
-
* Sets the `column-gap` property.
|
|
2400
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_columnGap`** property
|
|
2401
|
-
*/
|
|
2402
|
-
columnGap?: ResponsiveProp<ColumnGapValue>;
|
|
2403
|
-
/**
|
|
2404
|
-
* Sets the `content` property.
|
|
2405
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/content}
|
|
2406
|
-
*/
|
|
2407
|
-
content?: ResponsiveProp<Property.Content>;
|
|
2408
|
-
/**
|
|
2409
|
-
* Sets the `content-visibility` property.
|
|
2410
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/content-visibility}
|
|
2411
|
-
*/
|
|
2412
|
-
contentVisibility?: ResponsiveProp<Property.ContentVisibility>;
|
|
2413
|
-
/**
|
|
2414
|
-
* Sets the `cursor` property.
|
|
2415
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/cursor}
|
|
2416
|
-
*/
|
|
2417
|
-
cursor?: ResponsiveProp<Property.Cursor>;
|
|
2418
|
-
/**
|
|
2419
|
-
* Sets the `cursor` property when hovered.
|
|
2420
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/cursor}
|
|
2421
|
-
*/
|
|
2422
|
-
cursorHover?: ResponsiveProp<Property.Cursor>;
|
|
2423
|
-
/**
|
|
2424
|
-
* Sets the `display` property.
|
|
2425
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/display}
|
|
2426
|
-
*/
|
|
2427
|
-
display?: ResponsiveProp<Property.Display>;
|
|
2428
|
-
/**
|
|
2429
|
-
* Sets the `fill` property.
|
|
2430
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fill`** property
|
|
2431
|
-
*/
|
|
2432
|
-
fill?: ResponsiveProp<FillValue>;
|
|
2433
|
-
/**
|
|
2434
|
-
* Sets the `fill` property when focused.
|
|
2435
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fill`** property
|
|
2436
|
-
*/
|
|
2437
|
-
fillFocus?: ResponsiveProp<FillValue>;
|
|
2438
|
-
/**
|
|
2439
|
-
* Sets the `fill` property when hovered.
|
|
2440
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fill`** property
|
|
2441
|
-
*/
|
|
2442
|
-
fillHover?: ResponsiveProp<FillValue>;
|
|
2443
|
-
/**
|
|
2444
|
-
* Sets the `filter` property.
|
|
2445
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/filter}
|
|
2446
|
-
*/
|
|
2447
|
-
filter?: ResponsiveProp<Property.Filter>;
|
|
2448
|
-
/**
|
|
2449
|
-
* Sets the `flex` property.
|
|
2450
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex}
|
|
2451
|
-
*/
|
|
2452
|
-
flex?: ResponsiveProp<Property.Flex>;
|
|
2453
|
-
/**
|
|
2454
|
-
* Sets the `flex-basis` property.
|
|
2455
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-basis}
|
|
2456
|
-
*/
|
|
2457
|
-
flexBasis?: ResponsiveProp<Property.FlexBasis>;
|
|
2458
|
-
/**
|
|
2459
|
-
* Sets the `flex-direction` property.
|
|
2460
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-direction}
|
|
2461
|
-
*/
|
|
2462
|
-
flexDirection?: ResponsiveProp<Property.FlexDirection>;
|
|
2463
|
-
/**
|
|
2464
|
-
* Sets the `flex-flow` property.
|
|
2465
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-flow}
|
|
2466
|
-
*/
|
|
2467
|
-
flexFlow?: ResponsiveProp<Property.FlexFlow>;
|
|
2468
|
-
/**
|
|
2469
|
-
* Sets the `flex-grow` property.
|
|
2470
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-grow}
|
|
2471
|
-
*/
|
|
2472
|
-
flexGrow?: ResponsiveProp<Property.FlexGrow>;
|
|
2473
|
-
/**
|
|
2474
|
-
* Sets the `flex-shrink` property.
|
|
2475
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-shrink}
|
|
2476
|
-
*/
|
|
2477
|
-
flexShrink?: ResponsiveProp<Property.FlexShrink>;
|
|
2478
|
-
/**
|
|
2479
|
-
* Sets the `flex-wrap` property.
|
|
2480
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-wrap}
|
|
2481
|
-
*/
|
|
2482
|
-
flexWrap?: ResponsiveProp<Property.FlexWrap>;
|
|
2483
|
-
/**
|
|
2484
|
-
* Sets the `font-family` property.
|
|
2485
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fontFamily`** property
|
|
2486
|
-
*/
|
|
2487
|
-
fontFamily?: ResponsiveProp<FontFamilyValue>;
|
|
2488
|
-
/**
|
|
2489
|
-
* Sets the `font-size` property.
|
|
2490
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fontSize`** property
|
|
2491
|
-
*/
|
|
2492
|
-
fontSize?: ResponsiveProp<FontSizeValue>;
|
|
2493
|
-
/**
|
|
2494
|
-
* Sets the `font-style` property.
|
|
2495
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/font-style}
|
|
2496
|
-
*/
|
|
2497
|
-
fontStyle?: ResponsiveProp<Property.FontStyle>;
|
|
2498
|
-
/**
|
|
2499
|
-
* Sets the `font-weight` property.
|
|
2500
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fontWeight`** property
|
|
2501
|
-
*/
|
|
2502
|
-
fontWeight?: ResponsiveProp<FontWeightValue>;
|
|
2503
|
-
/**
|
|
2504
|
-
* Sets the `gap` property.
|
|
2505
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gap`** property
|
|
2506
|
-
*/
|
|
2507
|
-
gap?: ResponsiveProp<GapValue>;
|
|
2508
|
-
/**
|
|
2509
|
-
* Sets the `grid` property.
|
|
2510
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid}
|
|
2511
|
-
*/
|
|
2512
|
-
grid?: ResponsiveProp<Property.Grid>;
|
|
2513
|
-
/**
|
|
2514
|
-
* Sets the `grid-area` property.
|
|
2515
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-area}
|
|
2516
|
-
*/
|
|
2517
|
-
gridArea?: ResponsiveProp<Property.GridArea>;
|
|
2518
|
-
/**
|
|
2519
|
-
* Sets the `grid-auto-columns` property.
|
|
2520
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridAutoColumns`** property
|
|
2521
|
-
*/
|
|
2522
|
-
gridAutoColumns?: ResponsiveProp<GridAutoColumnsValue>;
|
|
2523
|
-
/**
|
|
2524
|
-
* Sets the `grid-auto-flow` property.
|
|
2525
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow}
|
|
2526
|
-
*/
|
|
2527
|
-
gridAutoFlow?: ResponsiveProp<Property.GridAutoFlow>;
|
|
2528
|
-
/**
|
|
2529
|
-
* Sets the `grid-auto-rows` property.
|
|
2530
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridAutoRows`** property
|
|
2531
|
-
*/
|
|
2532
|
-
gridAutoRows?: ResponsiveProp<GridAutoRowsValue>;
|
|
2533
|
-
/**
|
|
2534
|
-
* Sets the `grid-column` property.
|
|
2535
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-column}
|
|
2536
|
-
*/
|
|
2537
|
-
gridColumn?: ResponsiveProp<Property.GridColumn>;
|
|
2538
|
-
/**
|
|
2539
|
-
* Sets the `grid-column-end` property.
|
|
2540
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-column-end}
|
|
2541
|
-
*/
|
|
2542
|
-
gridColumnEnd?: ResponsiveProp<Property.GridColumnEnd>;
|
|
2543
|
-
/**
|
|
2544
|
-
* Sets the `grid-column-span` property.
|
|
2545
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridColumnSpan`** property
|
|
2546
|
-
*/
|
|
2547
|
-
gridColumnSpan?: ResponsiveProp<GridColumSpanValue>;
|
|
2548
|
-
/**
|
|
2549
|
-
* Sets the `grid-column-start` property.
|
|
2550
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-column-start}
|
|
2551
|
-
*/
|
|
2552
|
-
gridColumnStart?: ResponsiveProp<Property.GridColumnStart>;
|
|
2553
|
-
/**
|
|
2554
|
-
* Sets the `grid-row` property.
|
|
2555
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-row}
|
|
2556
|
-
*/
|
|
2557
|
-
gridRow?: ResponsiveProp<Property.GridRow>;
|
|
2558
|
-
/**
|
|
2559
|
-
* Sets the `grid-row-end` property.
|
|
2560
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-row-end}
|
|
2561
|
-
*/
|
|
2562
|
-
gridRowEnd?: ResponsiveProp<Property.GridRowEnd>;
|
|
2563
|
-
/**
|
|
2564
|
-
* Sets the `grid-row-span` property.
|
|
2565
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridRowSpan`** property
|
|
2566
|
-
*/
|
|
2567
|
-
gridRowSpan?: ResponsiveProp<GridRowSpanValue>;
|
|
2568
|
-
/**
|
|
2569
|
-
* Sets the `grid-row-start` property.
|
|
2570
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-row-start}
|
|
2571
|
-
*/
|
|
2572
|
-
gridRowStart?: ResponsiveProp<Property.GridRowStart>;
|
|
2573
|
-
/**
|
|
2574
|
-
* Sets the `grid-template` property.
|
|
2575
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-template}
|
|
2576
|
-
*/
|
|
2577
|
-
gridTemplate?: ResponsiveProp<Property.GridTemplate>;
|
|
2578
|
-
/**
|
|
2579
|
-
* Sets the `grid-template-areas` property.
|
|
2580
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-template-areas}
|
|
2581
|
-
*/
|
|
2582
|
-
gridTemplateAreas?: ResponsiveProp<Property.GridTemplateAreas>;
|
|
2583
|
-
/**
|
|
2584
|
-
* Sets the `grid-template-columns` property.
|
|
2585
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridTemplateColumns`** property
|
|
2586
|
-
*/
|
|
2587
|
-
gridTemplateColumns?: ResponsiveProp<GridTemplateColumnsValue>;
|
|
2588
|
-
/**
|
|
2589
|
-
* Sets the `grid-template-rows` property.
|
|
2590
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridTemplateRows`** property
|
|
2591
|
-
*/
|
|
2592
|
-
gridTemplateRows?: ResponsiveProp<GridTemplateRowsValue>;
|
|
2593
|
-
/**
|
|
2594
|
-
* Sets the `height` property.
|
|
2595
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_height`** property
|
|
2596
|
-
*/
|
|
2597
|
-
height?: ResponsiveProp<HeightValue>;
|
|
2598
|
-
/**
|
|
2599
|
-
* Sets the `justify-content` property.
|
|
2600
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/justify-content}
|
|
2601
|
-
*/
|
|
2602
|
-
justifyContent?: ResponsiveProp<Property.JustifyContent>;
|
|
2603
|
-
/**
|
|
2604
|
-
* Sets the `justify-items` property.
|
|
2605
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/justify-items}
|
|
2606
|
-
*/
|
|
2607
|
-
justifyItems?: ResponsiveProp<Property.JustifyItems>;
|
|
2608
|
-
/**
|
|
2609
|
-
* Sets the `justify-self` property.
|
|
2610
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/justify-self}
|
|
2611
|
-
*/
|
|
2612
|
-
justifySelf?: ResponsiveProp<Property.JustifySelf>;
|
|
2613
|
-
/**
|
|
2614
|
-
* Sets the `left` property.
|
|
2615
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/left}
|
|
2616
|
-
*/
|
|
2617
|
-
left?: ResponsiveProp<Property.Left>;
|
|
2618
|
-
/**
|
|
2619
|
-
* Sets the `letter-spacing` property.
|
|
2620
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/letter-spacing}
|
|
2621
|
-
*/
|
|
2622
|
-
letterSpacing?: ResponsiveProp<Property.LetterSpacing>;
|
|
2623
|
-
/**
|
|
2624
|
-
* Sets the `line-height` property.
|
|
2625
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_lineHeight`** property
|
|
2626
|
-
*/
|
|
2627
|
-
lineHeight?: ResponsiveProp<LineHeightValue>;
|
|
2628
|
-
/**
|
|
2629
|
-
* Sets the `margin` property.
|
|
2630
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_margin`** property
|
|
2631
|
-
*/
|
|
2632
|
-
margin?: ResponsiveProp<ComplexMarginValue>;
|
|
2633
|
-
/**
|
|
2634
|
-
* Sets the `margin-bottom` property.
|
|
2635
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginBottom`** property
|
|
2636
|
-
*/
|
|
2637
|
-
marginBottom?: ResponsiveProp<SimpleMarginValue>;
|
|
2638
|
-
/**
|
|
2639
|
-
* Sets the `margin-left` property.
|
|
2640
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginLeft`** property
|
|
2641
|
-
*/
|
|
2642
|
-
marginLeft?: ResponsiveProp<SimpleMarginValue>;
|
|
2643
|
-
/**
|
|
2644
|
-
* Sets the `margin-right` property.
|
|
2645
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginRight`** property
|
|
2646
|
-
*/
|
|
2647
|
-
marginRight?: ResponsiveProp<SimpleMarginValue>;
|
|
2648
|
-
/**
|
|
2649
|
-
* Sets the `margin-top` property.
|
|
2650
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginTop`** property
|
|
2651
|
-
*/
|
|
2652
|
-
marginTop?: ResponsiveProp<SimpleMarginValue>;
|
|
2653
|
-
/**
|
|
2654
|
-
* Sets the horizontal margin properties (`margin-left` and `margin-right`).
|
|
2655
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginX`** property
|
|
2656
|
-
*/
|
|
2657
|
-
marginX?: ResponsiveProp<SimpleMarginValue>;
|
|
2658
|
-
/**
|
|
2659
|
-
* Sets the vertical margin properties (`margin-top` and `margin-bottom`).
|
|
2660
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginY`** property
|
|
2661
|
-
*/
|
|
2662
|
-
marginY?: ResponsiveProp<SimpleMarginValue>;
|
|
2663
|
-
/**
|
|
2664
|
-
* Sets the `max-height` property.
|
|
2665
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_maxHeight`** property
|
|
2666
|
-
*/
|
|
2667
|
-
maxHeight?: ResponsiveProp<HeightValue>;
|
|
2668
|
-
/**
|
|
2669
|
-
* Sets the `max-width` property.
|
|
2670
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_maxWidth`** property
|
|
2671
|
-
*/
|
|
2672
|
-
maxWidth?: ResponsiveProp<WidthValue>;
|
|
2673
|
-
/**
|
|
2674
|
-
* Sets the `min-height` property.
|
|
2675
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_minHeight`** property
|
|
2676
|
-
*/
|
|
2677
|
-
minHeight?: ResponsiveProp<HeightValue>;
|
|
2678
|
-
/**
|
|
2679
|
-
* Sets the `min-width` property.
|
|
2680
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_minWidth`** property
|
|
2681
|
-
*/
|
|
2682
|
-
minWidth?: ResponsiveProp<WidthValue>;
|
|
2683
|
-
/**
|
|
2684
|
-
* Sets the `object-fit` property.
|
|
2685
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/object-fit}
|
|
2686
|
-
*/
|
|
2687
|
-
objectFit?: ResponsiveProp<Property.ObjectFit>;
|
|
2688
|
-
/**
|
|
2689
|
-
* Sets the `object-position` property.
|
|
2690
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/object-position}
|
|
2691
|
-
*/
|
|
2692
|
-
objectPosition?: ResponsiveProp<Property.ObjectPosition>;
|
|
2693
|
-
/**
|
|
2694
|
-
* Sets the `opacity` property.
|
|
2695
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
|
|
2696
|
-
*/
|
|
2697
|
-
opacity?: ResponsiveProp<Property.Opacity>;
|
|
2698
|
-
/**
|
|
2699
|
-
* Sets the `opacity` property when active.
|
|
2700
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
|
|
2701
|
-
*/
|
|
2702
|
-
opacityActive?: ResponsiveProp<Property.Opacity>;
|
|
2703
|
-
/**
|
|
2704
|
-
* Sets the `opacity` property when focused.
|
|
2705
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
|
|
2706
|
-
*/
|
|
2707
|
-
opacityFocus?: ResponsiveProp<Property.Opacity>;
|
|
2708
|
-
/**
|
|
2709
|
-
* Sets the `opacity` property when hovered.
|
|
2710
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
|
|
2711
|
-
*/
|
|
2712
|
-
opacityHover?: ResponsiveProp<Property.Opacity>;
|
|
2713
|
-
/**
|
|
2714
|
-
* Sets the `order` property.
|
|
2715
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/order}
|
|
2716
|
-
*/
|
|
2717
|
-
order?: ResponsiveProp<Property.Order>;
|
|
2718
|
-
/**
|
|
2719
|
-
* Sets the `outline` property.
|
|
2720
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/outline}
|
|
2721
|
-
*/
|
|
2722
|
-
outline?: ResponsiveProp<Property.Outline>;
|
|
2723
|
-
/**
|
|
2724
|
-
* Sets the `outline` property when focused.
|
|
2725
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/outline}
|
|
2726
|
-
*/
|
|
2727
|
-
outlineFocus?: ResponsiveProp<Property.Outline>;
|
|
2728
|
-
/**
|
|
2729
|
-
* Sets the `overflow` property.
|
|
2730
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow}
|
|
2731
|
-
*/
|
|
2732
|
-
overflow?: ResponsiveProp<Property.Overflow>;
|
|
2733
|
-
/**
|
|
2734
|
-
* Sets the `overflow-x` property.
|
|
2735
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow-x}
|
|
2736
|
-
*/
|
|
2737
|
-
overflowX?: ResponsiveProp<Property.OverflowX>;
|
|
2738
|
-
/**
|
|
2739
|
-
* Sets the `overflow-y` property.
|
|
2740
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow-y}
|
|
2741
|
-
*/
|
|
2742
|
-
overflowY?: ResponsiveProp<Property.OverflowY>;
|
|
2743
|
-
/**
|
|
2744
|
-
* Sets the `padding` property.
|
|
2745
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_padding`** property
|
|
2746
|
-
*/
|
|
2747
|
-
padding?: ResponsiveProp<ComplexPaddingValue>;
|
|
2748
|
-
/**
|
|
2749
|
-
* Sets the `padding-bottom` property.
|
|
2750
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingBottom`** property
|
|
2751
|
-
*/
|
|
2752
|
-
paddingBottom?: ResponsiveProp<SimplePaddingValue>;
|
|
2753
|
-
/**
|
|
2754
|
-
* Sets the `padding-left` property.
|
|
2755
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingLeft`** property
|
|
2756
|
-
*/
|
|
2757
|
-
paddingLeft?: ResponsiveProp<SimplePaddingValue>;
|
|
2758
|
-
/**
|
|
2759
|
-
* Sets the `padding-right` property.
|
|
2760
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingRight`** property
|
|
2761
|
-
*/
|
|
2762
|
-
paddingRight?: ResponsiveProp<SimplePaddingValue>;
|
|
2763
|
-
/**
|
|
2764
|
-
* Sets the `padding-top` property.
|
|
2765
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingTop`** property
|
|
2766
|
-
*/
|
|
2767
|
-
paddingTop?: ResponsiveProp<SimplePaddingValue>;
|
|
2768
|
-
/**
|
|
2769
|
-
* Sets the horizontal padding properties (`padding-left` and `padding-right`).
|
|
2770
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingX`** property
|
|
2771
|
-
*/
|
|
2772
|
-
paddingX?: ResponsiveProp<SimplePaddingValue>;
|
|
2773
|
-
/**
|
|
2774
|
-
* Sets the vertical padding properties (`padding-top` and `padding-bottom`).
|
|
2775
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingY`** property
|
|
2776
|
-
*/
|
|
2777
|
-
paddingY?: ResponsiveProp<SimplePaddingValue>;
|
|
2778
|
-
/**
|
|
2779
|
-
* Sets the `pointer-events` property.
|
|
2780
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/pointer-events}
|
|
2781
|
-
*/
|
|
2782
|
-
pointerEvents?: ResponsiveProp<Property.PointerEvents>;
|
|
2783
|
-
/**
|
|
2784
|
-
* Sets the `position` property.
|
|
2785
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/position}
|
|
2786
|
-
*/
|
|
2787
|
-
position?: ResponsiveProp<Property.Position>;
|
|
2788
|
-
/**
|
|
2789
|
-
* Sets the `resize` property.
|
|
2790
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/resize}
|
|
2791
|
-
*/
|
|
2792
|
-
resize?: ResponsiveProp<Property.Resize>;
|
|
2793
|
-
/**
|
|
2794
|
-
* Sets the `right` property.
|
|
2795
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/right}
|
|
2796
|
-
*/
|
|
2797
|
-
right?: ResponsiveProp<Property.Right>;
|
|
2798
|
-
/**
|
|
2799
|
-
* Sets the `row-gap` property.
|
|
2800
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_rowGap`** property
|
|
2801
|
-
*/
|
|
2802
|
-
rowGap?: ResponsiveProp<RowGapValue>;
|
|
2803
|
-
/**
|
|
2804
|
-
* Sets the `stroke` property.
|
|
2805
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_stroke`** property
|
|
2806
|
-
*/
|
|
2807
|
-
stroke?: ResponsiveProp<StrokeValue>;
|
|
2808
|
-
/**
|
|
2809
|
-
* Sets the `text-align` property.
|
|
2810
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/text-align}
|
|
2811
|
-
*/
|
|
2812
|
-
textAlign?: ResponsiveProp<Property.TextAlign | "justify-all">;
|
|
2813
|
-
/**
|
|
2814
|
-
* Sets the `text-decoration` property.
|
|
2815
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/text-decoration}
|
|
2816
|
-
*/
|
|
2817
|
-
textDecoration?: ResponsiveProp<Property.TextDecoration>;
|
|
2818
|
-
/**
|
|
2819
|
-
* Sets the `text-overflow` property.
|
|
2820
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/text-overflow}
|
|
2821
|
-
*/
|
|
2822
|
-
textOverflow?: ResponsiveProp<Property.TextOverflow>;
|
|
2823
|
-
/**
|
|
2824
|
-
* Sets the `text-transform` property.
|
|
2825
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/text-transform}
|
|
2826
|
-
*/
|
|
2827
|
-
textTransform?: ResponsiveProp<Property.TextTransform>;
|
|
2828
|
-
/**
|
|
2829
|
-
* Sets the `top` property.
|
|
2830
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/top}
|
|
2831
|
-
*/
|
|
2832
|
-
top?: ResponsiveProp<Property.Top>;
|
|
2833
|
-
/**
|
|
2834
|
-
* Sets the `transform` property.
|
|
2835
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/transform}
|
|
2836
|
-
*/
|
|
2837
|
-
transform?: ResponsiveProp<Property.Transform>;
|
|
2838
|
-
/**
|
|
2839
|
-
* Sets the `transform-origin` property.
|
|
2840
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/transform-origin}
|
|
2841
|
-
*/
|
|
2842
|
-
transformOrigin?: ResponsiveProp<Property.TransformOrigin>;
|
|
2843
|
-
/**
|
|
2844
|
-
* Sets the `transform-style` property.
|
|
2845
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/transform-style}
|
|
2846
|
-
*/
|
|
2847
|
-
transformStyle?: ResponsiveProp<Property.TransformStyle>;
|
|
2848
|
-
/**
|
|
2849
|
-
* Sets the `transition` property.
|
|
2850
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/transition}
|
|
2851
|
-
*/
|
|
2852
|
-
transition?: ResponsiveProp<Property.Transition>;
|
|
2853
|
-
/**
|
|
2854
|
-
* Sets the `background-color` property.
|
|
2855
|
-
*
|
|
2856
|
-
* If you want to use a **token value** from the **SCALE**, use the **`backgroundColor`** property instead.
|
|
2857
|
-
*
|
|
2858
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2859
|
-
*/
|
|
2860
|
-
UNSAFE_backgroundColor?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
|
|
2861
|
-
/**
|
|
2862
|
-
* Sets the `background-color` property when active.
|
|
2863
|
-
*
|
|
2864
|
-
* If you want to use a **token value** from the **SCALE**, use the **`backgroundColorActive`** property instead.
|
|
2865
|
-
*
|
|
2866
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2867
|
-
*/
|
|
2868
|
-
UNSAFE_backgroundColorActive?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
|
|
2869
|
-
/**
|
|
2870
|
-
* Sets the `background-color` property when focused.
|
|
2871
|
-
*
|
|
2872
|
-
* If you want to use a **token value** from the **SCALE**, use the **`backgroundColorFocus`** property instead.
|
|
2873
|
-
*
|
|
2874
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2875
|
-
*/
|
|
2876
|
-
UNSAFE_backgroundColorFocus?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
|
|
2877
|
-
/**
|
|
2878
|
-
* Sets the `background-color` property when hovered.
|
|
2879
|
-
*
|
|
2880
|
-
* If you want to use a **token value** from the **SCALE**, use the **`backgroundColorHover`** property instead.
|
|
2881
|
-
*
|
|
2882
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2883
|
-
*/
|
|
2884
|
-
UNSAFE_backgroundColorHover?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
|
|
2885
|
-
/**
|
|
2886
|
-
* Sets the `border` property.
|
|
2887
|
-
*
|
|
2888
|
-
* If you want to use a **token value** from the **SCALE**, use the **`border`** property instead.
|
|
2889
|
-
*
|
|
2890
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2891
|
-
*/
|
|
2892
|
-
UNSAFE_border?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2893
|
-
/**
|
|
2894
|
-
* Sets the `border` property when active.
|
|
2895
|
-
*
|
|
2896
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderActive`** property instead.
|
|
2897
|
-
*
|
|
2898
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2899
|
-
*/
|
|
2900
|
-
UNSAFE_borderActive?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2901
|
-
/**
|
|
2902
|
-
* Sets the `border-bottom` property.
|
|
2903
|
-
*
|
|
2904
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderBottom`** property instead.
|
|
2905
|
-
*
|
|
2906
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2907
|
-
*/
|
|
2908
|
-
UNSAFE_borderBottom?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2909
|
-
/**
|
|
2910
|
-
* Sets the `border-bottom` property when active.
|
|
2911
|
-
*
|
|
2912
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderBottomActive`** property instead.
|
|
2913
|
-
*
|
|
2914
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2915
|
-
*/
|
|
2916
|
-
UNSAFE_borderBottomActive?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2917
|
-
/**
|
|
2918
|
-
* Sets the `border-bottom` property when focused.
|
|
2919
|
-
*
|
|
2920
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderBottomFocus`** property instead.
|
|
2921
|
-
*
|
|
2922
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2923
|
-
*/
|
|
2924
|
-
UNSAFE_borderBottomFocus?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2925
|
-
/**
|
|
2926
|
-
* Sets the `border-bottom` property when hovered.
|
|
2927
|
-
*
|
|
2928
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderBottomHover`** property instead.
|
|
2929
|
-
*
|
|
2930
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2931
|
-
*/
|
|
2932
|
-
UNSAFE_borderBottomHover?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2933
|
-
/**
|
|
2934
|
-
* Sets the `border-bottom-left-radius` property.
|
|
2935
|
-
*
|
|
2936
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderBottomLeftRadius`** property instead.
|
|
2937
|
-
*
|
|
2938
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2939
|
-
*/
|
|
2940
|
-
UNSAFE_borderBottomLeftRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
|
|
2941
|
-
/**
|
|
2942
|
-
* Sets the `border-bottom-right-radius` property.
|
|
2943
|
-
*
|
|
2944
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderBottomRightRadius`** property instead.
|
|
2945
|
-
*
|
|
2946
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2947
|
-
*/
|
|
2948
|
-
UNSAFE_borderBottomRightRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
|
|
2949
|
-
/**
|
|
2950
|
-
* Sets the `border` property when focused.
|
|
2951
|
-
*
|
|
2952
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderFocus`** property instead.
|
|
2953
|
-
*
|
|
2954
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2955
|
-
*/
|
|
2956
|
-
UNSAFE_borderFocus?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2957
|
-
/**
|
|
2958
|
-
* Sets the `border` property when hovered.
|
|
2959
|
-
*
|
|
2960
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderHover`** property instead.
|
|
2961
|
-
*
|
|
2962
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2963
|
-
*/
|
|
2964
|
-
UNSAFE_borderHover?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2965
|
-
/**
|
|
2966
|
-
* Sets the `border-left` property.
|
|
2967
|
-
*
|
|
2968
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderLeft`** property instead.
|
|
2969
|
-
*
|
|
2970
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2971
|
-
*/
|
|
2972
|
-
UNSAFE_borderLeft?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2973
|
-
/**
|
|
2974
|
-
* Sets the `border-left` property when active.
|
|
2975
|
-
*
|
|
2976
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderLeftActive`** property instead.
|
|
2977
|
-
*
|
|
2978
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2979
|
-
*/
|
|
2980
|
-
UNSAFE_borderLeftActive?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2981
|
-
/**
|
|
2982
|
-
* Sets the `border-left` property when focused.
|
|
2983
|
-
*
|
|
2984
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderLeftFocus`** property instead.
|
|
2985
|
-
*
|
|
2986
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2987
|
-
*/
|
|
2988
|
-
UNSAFE_borderLeftFocus?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2989
|
-
/**
|
|
2990
|
-
* Sets the `border-left` property when hovered.
|
|
2991
|
-
*
|
|
2992
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderLeftHover`** property instead.
|
|
2993
|
-
*
|
|
2994
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
2995
|
-
*/
|
|
2996
|
-
UNSAFE_borderLeftHover?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
2997
|
-
/**
|
|
2998
|
-
* Sets the `border-radius` property.
|
|
2999
|
-
*
|
|
3000
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderRadius`** property instead.
|
|
3001
|
-
*
|
|
3002
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3003
|
-
*/
|
|
3004
|
-
UNSAFE_borderRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
|
|
3005
|
-
/**
|
|
3006
|
-
* Sets the `border-right` property.
|
|
3007
|
-
*
|
|
3008
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderRight`** property instead.
|
|
3009
|
-
*
|
|
3010
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3011
|
-
*/
|
|
3012
|
-
UNSAFE_borderRight?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3013
|
-
/**
|
|
3014
|
-
* Sets the `border-right` property when active.
|
|
3015
|
-
*
|
|
3016
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderRightActive`** property instead.
|
|
3017
|
-
*
|
|
3018
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3019
|
-
*/
|
|
3020
|
-
UNSAFE_borderRightActive?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3021
|
-
/**
|
|
3022
|
-
* Sets the `border-right` property when focused.
|
|
3023
|
-
*
|
|
3024
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderRightFocus`** property instead.
|
|
3025
|
-
*
|
|
3026
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3027
|
-
*/
|
|
3028
|
-
UNSAFE_borderRightFocus?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3029
|
-
/**
|
|
3030
|
-
* Sets the `border-right` property when hovered.
|
|
3031
|
-
*
|
|
3032
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderRightHover`** property instead.
|
|
3033
|
-
*
|
|
3034
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3035
|
-
*/
|
|
3036
|
-
UNSAFE_borderRightHover?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3037
|
-
/**
|
|
3038
|
-
* Sets the `border-top` property.
|
|
3039
|
-
*
|
|
3040
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderTop`** property instead.
|
|
3041
|
-
*
|
|
3042
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3043
|
-
*/
|
|
3044
|
-
UNSAFE_borderTop?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3045
|
-
/**
|
|
3046
|
-
* Sets the `border-top` property when active.
|
|
3047
|
-
*
|
|
3048
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderTopActive`** property instead.
|
|
3049
|
-
*
|
|
3050
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3051
|
-
*/
|
|
3052
|
-
UNSAFE_borderTopActive?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3053
|
-
/**
|
|
3054
|
-
* Sets the `border-top` property when focused.
|
|
3055
|
-
*
|
|
3056
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderTopFocus`** property instead.
|
|
3057
|
-
*
|
|
3058
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3059
|
-
*/
|
|
3060
|
-
UNSAFE_borderTopFocus?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3061
|
-
/**
|
|
3062
|
-
* Sets the `border-top` property when hovered.
|
|
3063
|
-
*
|
|
3064
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderTopHover`** property instead.
|
|
3065
|
-
*
|
|
3066
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3067
|
-
*/
|
|
3068
|
-
UNSAFE_borderTopHover?: ResponsiveProp<UNSAFE_BorderValue>;
|
|
3069
|
-
/**
|
|
3070
|
-
* Sets the `border-top-left-radius` property when hovered.
|
|
3071
|
-
*
|
|
3072
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderTopLeftRadius`** property instead.
|
|
3073
|
-
*
|
|
3074
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3075
|
-
*/
|
|
3076
|
-
UNSAFE_borderTopLeftRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
|
|
3077
|
-
/**
|
|
3078
|
-
* Sets the `border-top-right-radius` property when hovered.
|
|
3079
|
-
*
|
|
3080
|
-
* If you want to use a **token value** from the **SCALE**, use the **`borderTopRightRadius`** property instead.
|
|
3081
|
-
*
|
|
3082
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3083
|
-
*/
|
|
3084
|
-
UNSAFE_borderTopRightRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
|
|
3085
|
-
/**
|
|
3086
|
-
* Sets the `box-shadow` property.
|
|
3087
|
-
*
|
|
3088
|
-
* If you want to use a **token value** from the **SCALE**, use the **`boxShadow`** property instead.
|
|
3089
|
-
*
|
|
3090
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3091
|
-
*/
|
|
3092
|
-
UNSAFE_boxShadow?: ResponsiveProp<UNSAFE_BoxShadowValue>;
|
|
3093
|
-
/**
|
|
3094
|
-
* Sets the `color` property.
|
|
3095
|
-
*
|
|
3096
|
-
* If you want to use a **token value** from the **SCALE**, use the **`color`** property instead.
|
|
3097
|
-
*
|
|
3098
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3099
|
-
*/
|
|
3100
|
-
UNSAFE_color?: ResponsiveProp<UNSAFE_ColorValue>;
|
|
3101
|
-
/**
|
|
3102
|
-
* Sets the `column-gap` property.
|
|
3103
|
-
*
|
|
3104
|
-
* If you want to use a **token value** from the **SCALE**, use the **`columnGap`** property instead.
|
|
3105
|
-
*
|
|
3106
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3107
|
-
*/
|
|
3108
|
-
UNSAFE_columnGap?: ResponsiveProp<UNSAFE_GapValue>;
|
|
3109
|
-
/**
|
|
3110
|
-
* Sets the `fill` property.
|
|
3111
|
-
*
|
|
3112
|
-
* If you want to use a **token value** from the **SCALE**, use the **`fill`** property instead.
|
|
3113
|
-
*
|
|
3114
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3115
|
-
*/
|
|
3116
|
-
UNSAFE_fill?: ResponsiveProp<UNSAFE_FillValue>;
|
|
3117
|
-
/**
|
|
3118
|
-
* Sets the `font-family` property.
|
|
3119
|
-
*
|
|
3120
|
-
* If you want to use a **token value** from the **SCALE**, use the **`fontFamily`** property instead.
|
|
3121
|
-
*
|
|
3122
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3123
|
-
*/
|
|
3124
|
-
UNSAFE_fontFamily?: ResponsiveProp<UNSAFE_FontFamilyValue>;
|
|
3125
|
-
/**
|
|
3126
|
-
* Sets the `font-size` property.
|
|
3127
|
-
*
|
|
3128
|
-
* If you want to use a **token value** from the **SCALE**, use the **`fontSize`** property instead.
|
|
3129
|
-
*
|
|
3130
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3131
|
-
*/
|
|
3132
|
-
UNSAFE_fontSize?: ResponsiveProp<UNSAFE_FontSizeValue>;
|
|
3133
|
-
/**
|
|
3134
|
-
* Sets the `font-weight` property.
|
|
3135
|
-
*
|
|
3136
|
-
* If you want to use a **token value** from the **SCALE**, use the **`fontWeight`** property instead.
|
|
3137
|
-
*
|
|
3138
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3139
|
-
*/
|
|
3140
|
-
UNSAFE_fontWeight?: ResponsiveProp<UNSAFE_FontWeightValue>;
|
|
3141
|
-
/**
|
|
3142
|
-
* Sets the `gap` property.
|
|
3143
|
-
*
|
|
3144
|
-
* If you want to use a **token value** from the **SCALE**, use the **`gap`** property instead.
|
|
3145
|
-
*
|
|
3146
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3147
|
-
*/
|
|
3148
|
-
UNSAFE_gap?: ResponsiveProp<UNSAFE_GapValue>;
|
|
3149
|
-
/**
|
|
3150
|
-
* Sets the `grid-auto-columns` property.
|
|
3151
|
-
*
|
|
3152
|
-
* If you want to use a **token value** from the **SCALE**, use the **`gridAutoColumns`** property instead.
|
|
3153
|
-
*
|
|
3154
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3155
|
-
*/
|
|
3156
|
-
UNSAFE_gridAutoColumns?: ResponsiveProp<UNSAFE_GridAutoColumnsValue>;
|
|
3157
|
-
/**
|
|
3158
|
-
* Sets the `grid-auto-rows` property.
|
|
3159
|
-
*
|
|
3160
|
-
* If you want to use a **token value** from the **SCALE**, use the **`gridAutoRows`** property instead.
|
|
3161
|
-
*
|
|
3162
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3163
|
-
*/
|
|
3164
|
-
UNSAFE_gridAutoRows?: ResponsiveProp<UNSAFE_GridAutoRowsValue>;
|
|
3165
|
-
/**
|
|
3166
|
-
* Sets the `grid-template-columns` property.
|
|
3167
|
-
*
|
|
3168
|
-
* If you want to use a **token value** from the **SCALE**, use the **`gridTemplateColumns`** property instead.
|
|
3169
|
-
*
|
|
3170
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3171
|
-
*/
|
|
3172
|
-
UNSAFE_gridTemplateColumns?: ResponsiveProp<UNSAFE_GridTemplateColumnsValue>;
|
|
3173
|
-
/**
|
|
3174
|
-
* Sets the `grid-template-rows` property.
|
|
3175
|
-
*
|
|
3176
|
-
* If you want to use a **token value** from the **SCALE**, use the **`gridTemplateRows`** property instead.
|
|
3177
|
-
*
|
|
3178
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3179
|
-
*/
|
|
3180
|
-
UNSAFE_gridTemplateRows?: ResponsiveProp<UNSAFE_GridTemplateRowsValue>;
|
|
3181
|
-
/**
|
|
3182
|
-
* Sets the `height` property.
|
|
3183
|
-
*
|
|
3184
|
-
* If you want to use a **token value** from the **SCALE**, use the **`height`** property instead.
|
|
3185
|
-
*
|
|
3186
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3187
|
-
*/
|
|
3188
|
-
UNSAFE_height?: ResponsiveProp<UNSAFE_HeightValue>;
|
|
3189
|
-
/**
|
|
3190
|
-
* Sets the `line-height` property.
|
|
3191
|
-
*
|
|
3192
|
-
* If you want to use a **token value** from the **SCALE**, use the **`lineHeight`** property instead.
|
|
3193
|
-
*
|
|
3194
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3195
|
-
*/
|
|
3196
|
-
UNSAFE_lineHeight?: ResponsiveProp<UNSAFE_LineHeightValue>;
|
|
3197
|
-
/**
|
|
3198
|
-
* Sets the `margin` property.
|
|
3199
|
-
*
|
|
3200
|
-
* If you want to use a **token value** from the **SCALE**, use the **`margin`** property instead.
|
|
3201
|
-
*
|
|
3202
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3203
|
-
*/
|
|
3204
|
-
UNSAFE_margin?: ResponsiveProp<UNSAFE_ComplexMarginValue>;
|
|
3205
|
-
/**
|
|
3206
|
-
* Sets the `margin-bottom` property.
|
|
3207
|
-
*
|
|
3208
|
-
* If you want to use a **token value** from the **SCALE**, use the **`marginBottom`** property instead.
|
|
3209
|
-
*
|
|
3210
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3211
|
-
*/
|
|
3212
|
-
UNSAFE_marginBottom?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
|
|
3213
|
-
/**
|
|
3214
|
-
* Sets the `margin-left` property.
|
|
3215
|
-
*
|
|
3216
|
-
* If you want to use a **token value** from the **SCALE**, use the **`marginLeft`** property instead.
|
|
3217
|
-
*
|
|
3218
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3219
|
-
*/
|
|
3220
|
-
UNSAFE_marginLeft?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
|
|
3221
|
-
/**
|
|
3222
|
-
* Sets the `margin-right` property.
|
|
3223
|
-
*
|
|
3224
|
-
* If you want to use a **token value** from the **SCALE**, use the **`marginRight`** property instead.
|
|
3225
|
-
*
|
|
3226
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3227
|
-
*/
|
|
3228
|
-
UNSAFE_marginRight?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
|
|
3229
|
-
/**
|
|
3230
|
-
* Sets the `margin-top` property.
|
|
3231
|
-
*
|
|
3232
|
-
* If you want to use a **token value** from the **SCALE**, use the **`marginTop`** property instead.
|
|
3233
|
-
*
|
|
3234
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3235
|
-
*/
|
|
3236
|
-
UNSAFE_marginTop?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
|
|
3237
|
-
/**
|
|
3238
|
-
* Sets the horizontal margin (`margin-left` and `margin-right`) property.
|
|
3239
|
-
*
|
|
3240
|
-
* If you want to use a **token value** from the **SCALE**, use the **`marginX`** property instead.
|
|
3241
|
-
*
|
|
3242
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3243
|
-
*/
|
|
3244
|
-
UNSAFE_marginX?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
|
|
3245
|
-
/**
|
|
3246
|
-
* Sets the vertical margin (`margin-top` and `margin-bottom`) property.
|
|
3247
|
-
*
|
|
3248
|
-
* If you want to use a **token value** from the **SCALE**, use the **`marginY`** property instead.
|
|
3249
|
-
*
|
|
3250
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3251
|
-
*/
|
|
3252
|
-
UNSAFE_marginY?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
|
|
3253
|
-
/**
|
|
3254
|
-
* Sets the `max-height` property.
|
|
3255
|
-
*
|
|
3256
|
-
* If you want to use a **token value** from the **SCALE**, use the **`maxHeight`** property instead.
|
|
3257
|
-
*
|
|
3258
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3259
|
-
*/
|
|
3260
|
-
UNSAFE_maxHeight?: ResponsiveProp<UNSAFE_HeightValue>;
|
|
3261
|
-
/**
|
|
3262
|
-
* Sets the `max-width` property.
|
|
3263
|
-
*
|
|
3264
|
-
* If you want to use a **token value** from the **SCALE**, use the **`maxWidth`** property instead.
|
|
3265
|
-
*
|
|
3266
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3267
|
-
*/
|
|
3268
|
-
UNSAFE_maxWidth?: ResponsiveProp<UNSAFE_WidthValue>;
|
|
3269
|
-
/**
|
|
3270
|
-
* Sets the `min-height` property.
|
|
3271
|
-
*
|
|
3272
|
-
* If you want to use a **token value** from the **SCALE**, use the **`minHeight`** property instead.
|
|
3273
|
-
*
|
|
3274
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3275
|
-
*/
|
|
3276
|
-
UNSAFE_minHeight?: ResponsiveProp<UNSAFE_HeightValue>;
|
|
3277
|
-
/**
|
|
3278
|
-
* Sets the `min-width` property.
|
|
3279
|
-
*
|
|
3280
|
-
* If you want to use a **token value** from the **SCALE**, use the **`minWidth`** property instead.
|
|
3281
|
-
*
|
|
3282
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3283
|
-
*/
|
|
3284
|
-
UNSAFE_minWidth?: ResponsiveProp<UNSAFE_WidthValue>;
|
|
3285
|
-
/**
|
|
3286
|
-
* Sets the `padding` property.
|
|
3287
|
-
*
|
|
3288
|
-
* If you want to use a **token value** from the **SCALE**, use the **`padding`** property instead.
|
|
3289
|
-
*
|
|
3290
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3291
|
-
*/
|
|
3292
|
-
UNSAFE_padding?: ResponsiveProp<UNSAFE_ComplexPaddingValue>;
|
|
3293
|
-
/**
|
|
3294
|
-
* Sets the `padding-bottom` property.
|
|
3295
|
-
*
|
|
3296
|
-
* If you want to use a **token value** from the **SCALE**, use the **`paddingBottom`** property instead.
|
|
3297
|
-
*
|
|
3298
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3299
|
-
*/
|
|
3300
|
-
UNSAFE_paddingBottom?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
|
|
3301
|
-
/**
|
|
3302
|
-
* Sets the `padding-left` property.
|
|
3303
|
-
*
|
|
3304
|
-
* If you want to use a **token value** from the **SCALE**, use the **`paddingLeft`** property instead.
|
|
3305
|
-
*
|
|
3306
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3307
|
-
*/
|
|
3308
|
-
UNSAFE_paddingLeft?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
|
|
3309
|
-
/**
|
|
3310
|
-
* Sets the `padding-right` property.
|
|
3311
|
-
*
|
|
3312
|
-
* If you want to use a **token value** from the **SCALE**, use the **`paddingRight`** property instead.
|
|
3313
|
-
*
|
|
3314
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3315
|
-
*/
|
|
3316
|
-
UNSAFE_paddingRight?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
|
|
3317
|
-
/**
|
|
3318
|
-
* Sets the `padding-top` property.
|
|
3319
|
-
*
|
|
3320
|
-
* If you want to use a **token value** from the **SCALE**, use the **`paddingTop`** property instead.
|
|
3321
|
-
*
|
|
3322
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3323
|
-
*/
|
|
3324
|
-
UNSAFE_paddingTop?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
|
|
3325
|
-
/**
|
|
3326
|
-
* Sets the horizontal padding (`padding-left` and `padding-right`) property.
|
|
3327
|
-
*
|
|
3328
|
-
* If you want to use a **token value** from the **SCALE**, use the **`paddingX`** property instead.
|
|
3329
|
-
*
|
|
3330
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3331
|
-
*/
|
|
3332
|
-
UNSAFE_paddingX?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
|
|
3333
|
-
/**
|
|
3334
|
-
* Sets the vertical padding (`padding-top` and `padding-bottom`) property.
|
|
3335
|
-
*
|
|
3336
|
-
* If you want to use a **token value** from the **SCALE**, use the **`paddingY`** property instead.
|
|
3337
|
-
*
|
|
3338
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3339
|
-
*/
|
|
3340
|
-
UNSAFE_paddingY?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
|
|
3341
|
-
/**
|
|
3342
|
-
* Sets the `row-gap` property.
|
|
3343
|
-
*
|
|
3344
|
-
* If you want to use a **token value** from the **SCALE**, use the **`rowGap`** property instead.
|
|
3345
|
-
*
|
|
3346
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3347
|
-
*/
|
|
3348
|
-
UNSAFE_rowGap?: ResponsiveProp<UNSAFE_RowGapValue>;
|
|
3349
|
-
/**
|
|
3350
|
-
* Sets the `stroke` property.
|
|
3351
|
-
*
|
|
3352
|
-
* If you want to use a **token value** from the **SCALE**, use the **`stroke`** property instead.
|
|
3353
|
-
*
|
|
3354
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3355
|
-
*/
|
|
3356
|
-
UNSAFE_stroke?: ResponsiveProp<UNSAFE_StrokeValue>;
|
|
3357
|
-
/**
|
|
3358
|
-
* Sets the `width` property.
|
|
3359
|
-
*
|
|
3360
|
-
* If you want to use a **token value** from the **SCALE**, use the **`width`** property instead.
|
|
3361
|
-
*
|
|
3362
|
-
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
3363
|
-
*/
|
|
3364
|
-
UNSAFE_width?: ResponsiveProp<UNSAFE_WidthValue>;
|
|
3365
|
-
/**
|
|
3366
|
-
* Sets the `vertical-align` property.
|
|
3367
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/vertical-align}
|
|
3368
|
-
*/
|
|
3369
|
-
verticalAlign?: ResponsiveProp<Property.VerticalAlign>;
|
|
3370
|
-
/**
|
|
3371
|
-
* Sets the `visibility` property.
|
|
3372
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/visibility}
|
|
3373
|
-
*/
|
|
3374
|
-
visibility?: ResponsiveProp<Property.Visibility>;
|
|
3375
|
-
/**
|
|
3376
|
-
* Sets the `white-space` property.
|
|
3377
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/white-space}
|
|
3378
|
-
*/
|
|
3379
|
-
whiteSpace?: ResponsiveProp<Property.WhiteSpace>;
|
|
3380
|
-
/**
|
|
3381
|
-
* Sets the `width` property.
|
|
3382
|
-
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_width`** property
|
|
3383
|
-
*/
|
|
3384
|
-
width?: ResponsiveProp<WidthValue>;
|
|
3385
|
-
/**
|
|
3386
|
-
* Sets the `will-change` property.
|
|
3387
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/will-change}
|
|
3388
|
-
*/
|
|
3389
|
-
willChange?: ResponsiveProp<Property.WillChange>;
|
|
3390
|
-
/**
|
|
3391
|
-
* Sets the `word-break` property.
|
|
3392
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/word-break}
|
|
3393
|
-
*/
|
|
3394
|
-
wordBreak?: ResponsiveProp<Property.WordBreak>;
|
|
3395
|
-
/**
|
|
3396
|
-
* Sets the `z-index` property.
|
|
3397
|
-
* @see {@link https://developer.mozilla.org/docs/Web/CSS/z-index}
|
|
3398
|
-
*/
|
|
3399
|
-
zIndex?: ResponsiveProp<Property.ZIndex>;
|
|
3400
|
-
}
|
|
3401
|
-
type StyledComponentProps<T extends keyof JSX.IntrinsicElements | JSXElementConstructor<unknown>> = Omit<ComponentProps<T>, keyof StyledSystemProps> & StyledSystemProps;
|
|
3402
|
-
|
|
3403
|
-
export { FontWeightValue as $, BackgroundColorValue as A, Breakpoint as B, ColorExpressionTypes as C, DefaultBorderWidthAndStyle as D, BorderValue as E, FontSizeMapping as F, UNSAFE_BorderValue as G, BorderRadiusValue as H, IconColorMapping as I, UNSAFE_BorderRadiusValue as J, BoxShadowValue as K, LineHeightMapping as L, UNSAFE_BoxShadowValue as M, ColorValue as N, UNSAFE_ColorValue as O, ColumnGapValue as P, UNSAFE_ColumnGapValue as Q, ResponsiveValue as R, SpaceMapping as S, TextColorMapping as T, UNSAFE_BackgroundColorValue as U, FillValue as V, UNSAFE_FillValue as W, FontSizeValue as X, UNSAFE_FontSizeValue as Y, FontFamilyValue as Z, UNSAFE_FontFamilyValue as _, Breakpoints as a, UNSAFE_FontWeightValue as a0, GapValue as a1, UNSAFE_GapValue as a2, GridAutoColumnsValue as a3, UNSAFE_GridAutoColumnsValue as a4, GridAutoRowsValue as a5, UNSAFE_GridAutoRowsValue as a6, GridTemplateColumnsValue as a7, UNSAFE_GridTemplateColumnsValue as a8, GridTemplateRowsValue as a9, StyledSystemProps as aA, StyledComponentProps as aB, UNSAFE_GridTemplateRowsValue as aa, HeightValue as ab, UNSAFE_HeightValue as ac, LineHeightValue as ad, UNSAFE_LineHeightValue as ae, SimpleMarginValue as af, UNSAFE_SimpleMarginValue as ag, ComplexMarginValue as ah, UNSAFE_ComplexMarginValue as ai, SimplePaddingValue as aj, UNSAFE_SimplePaddingValue as ak, ComplexPaddingValue as al, UNSAFE_ComplexPaddingValue as am, RowGapValue as an, UNSAFE_RowGapValue as ao, SizingValue as ap, UNSAFE_SizingValue as aq, StrokeValue as ar, UNSAFE_StrokeValue as as, WidthValue as at, UNSAFE_WidthValue as au, GridColumSpanValue as av, GridRowSpanValue as aw, parseResponsiveSystemValue as ax, getSystemValue as ay, UnsafePrefix as az, ResponsiveProp as b, ColorMapping as c, DataVizColorMapping as d, BackgroundColorMapping as e, BorderMapping as f, BoxShadowMapping as g, FontWeightMapping as h, isResponsiveObject as i, FontFamilyMapping as j, BorderRadiusMapping as k, SimplePaddingMapping as l, ComplexPaddingMapping as m, SimpleMarginMapping as n, ComplexMarginMapping as o, parseResponsiveValue as p, SizingMapping as q, CssColor as r, CssFill as s, CssGrid as t, useResponsiveValue as u, CssGridTemplate as v, CssBoxShadow as w, CssBorder as x, CssBorderRadius as y, CssGap as z };
|
|
2147
|
+
export { BackgroundColorMapping, BackgroundColorValue, BorderMapping, BorderRadiusMapping, BorderRadiusValue, BorderValue, BoxShadowMapping, BoxShadowValue, ColorExpressionTypes, ColorMapping, ColorValue, ColumnGapValue, ComplexMarginMapping, ComplexMarginValue, ComplexPaddingMapping, ComplexPaddingValue, CssBorder, CssBorderRadius, CssBoxShadow, CssColor, CssFill, CssGap, CssGrid, CssGridTemplate, DataVizColorMapping, DefaultBorderWidthAndStyle, FillValue, FontFamilyMapping, FontFamilyValue, FontSizeMapping, FontSizeValue, FontWeightMapping, FontWeightValue, GapValue, GridAutoColumnsValue, GridAutoRowsValue, GridColumSpanValue, GridRowSpanValue, GridTemplateColumnsValue, GridTemplateRowsValue, HeightValue, IconColorMapping, LineHeightMapping, LineHeightValue, RowGapValue, SimpleMarginMapping, SimpleMarginValue, SimplePaddingMapping, SimplePaddingValue, SizingMapping, SizingValue, SpaceMapping, StrokeValue, TextColorMapping, UNSAFE_BackgroundColorValue, UNSAFE_BorderRadiusValue, UNSAFE_BorderValue, UNSAFE_BoxShadowValue, UNSAFE_ColorValue, UNSAFE_ColumnGapValue, UNSAFE_ComplexMarginValue, UNSAFE_ComplexPaddingValue, UNSAFE_FillValue, UNSAFE_FontFamilyValue, UNSAFE_FontSizeValue, UNSAFE_FontWeightValue, UNSAFE_GapValue, UNSAFE_GridAutoColumnsValue, UNSAFE_GridAutoRowsValue, UNSAFE_GridTemplateColumnsValue, UNSAFE_GridTemplateRowsValue, UNSAFE_HeightValue, UNSAFE_LineHeightValue, UNSAFE_RowGapValue, UNSAFE_SimpleMarginValue, UNSAFE_SimplePaddingValue, UNSAFE_SizingValue, UNSAFE_StrokeValue, UNSAFE_WidthValue, WidthValue, getSystemValue, parseResponsiveSystemValue };
|