csstype-extra 0.1.21 → 0.1.22
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/package.json +1 -1
- package/src/index.d.ts +115 -1
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export interface StandardLonghandProperties {
|
|
|
38
38
|
backgroundRepeat?: Property.BackgroundRepeat | undefined
|
|
39
39
|
backgroundSize?: Property.BackgroundSize | undefined
|
|
40
40
|
baselineShift?: Property.BaselineShift | undefined
|
|
41
|
+
baselineSource?: Property.BaselineSource | undefined
|
|
41
42
|
blockSize?: Property.BlockSize | undefined
|
|
42
43
|
borderBlockColor?: Property.BorderBlockColor | undefined
|
|
43
44
|
borderBlockEndColor?: Property.BorderBlockEndColor | undefined
|
|
@@ -116,6 +117,7 @@ export interface StandardLonghandProperties {
|
|
|
116
117
|
breakBefore?: Property.BreakBefore | undefined
|
|
117
118
|
breakInside?: Property.BreakInside | undefined
|
|
118
119
|
captionSide?: Property.CaptionSide | undefined
|
|
120
|
+
caretAnimation?: Property.CaretAnimation | undefined
|
|
119
121
|
caretColor?: Property.CaretColor | undefined
|
|
120
122
|
caretShape?: Property.CaretShape | undefined
|
|
121
123
|
clear?: Property.Clear | undefined
|
|
@@ -128,11 +130,13 @@ export interface StandardLonghandProperties {
|
|
|
128
130
|
columnCount?: Property.ColumnCount | undefined
|
|
129
131
|
columnFill?: Property.ColumnFill | undefined
|
|
130
132
|
columnGap?: Property.ColumnGap | undefined
|
|
133
|
+
columnHeight?: Property.ColumnHeight | undefined
|
|
131
134
|
columnRuleColor?: Property.ColumnRuleColor | undefined
|
|
132
135
|
columnRuleStyle?: Property.ColumnRuleStyle | undefined
|
|
133
136
|
columnRuleWidth?: Property.ColumnRuleWidth | undefined
|
|
134
137
|
columnSpan?: Property.ColumnSpan | undefined
|
|
135
138
|
columnWidth?: Property.ColumnWidth | undefined
|
|
139
|
+
columnWrap?: Property.ColumnWrap | undefined
|
|
136
140
|
contain?: Property.Contain | undefined
|
|
137
141
|
containIntrinsicBlockSize?: Property.ContainIntrinsicBlockSize | undefined
|
|
138
142
|
containIntrinsicHeight?: Property.ContainIntrinsicHeight | undefined
|
|
@@ -142,6 +146,14 @@ export interface StandardLonghandProperties {
|
|
|
142
146
|
containerType?: Property.ContainerType | undefined
|
|
143
147
|
content?: Property.Content | undefined
|
|
144
148
|
contentVisibility?: Property.ContentVisibility | undefined
|
|
149
|
+
cornerBottomLeftShape?: Property.CornerBottomLeftShape | undefined
|
|
150
|
+
cornerBottomRightShape?: Property.CornerBottomRightShape | undefined
|
|
151
|
+
cornerEndEndShape?: Property.CornerEndEndShape | undefined
|
|
152
|
+
cornerEndStartShape?: Property.CornerEndStartShape | undefined
|
|
153
|
+
cornerStartStartShape?: Property.CornerStartStartShape | undefined
|
|
154
|
+
cornerStartEndShape?: Property.CornerStartEndShape | undefined
|
|
155
|
+
cornerTopLeftShape?: Property.CornerTopLeftShape | undefined
|
|
156
|
+
cornerTopRightShape?: Property.CornerTopRightShape | undefined
|
|
145
157
|
counterIncrement?: Property.CounterIncrement | undefined
|
|
146
158
|
counterReset?: Property.CounterReset | undefined
|
|
147
159
|
counterSet?: Property.CounterSet | undefined
|
|
@@ -152,6 +164,7 @@ export interface StandardLonghandProperties {
|
|
|
152
164
|
direction?: Property.Direction | undefined
|
|
153
165
|
display?: Property.Display | undefined
|
|
154
166
|
dominantBaseline?: Property.DominantBaseline | undefined
|
|
167
|
+
dynamicRangeLimit?: Property.DynamicRangeLimit | undefined
|
|
155
168
|
emptyCells?: Property.EmptyCells | undefined
|
|
156
169
|
fieldSizing?: Property.FieldSizing | undefined
|
|
157
170
|
fill?: Property.Fill | undefined
|
|
@@ -224,6 +237,9 @@ export interface StandardLonghandProperties {
|
|
|
224
237
|
insetInlineStart?: Property.InsetInlineStart | undefined
|
|
225
238
|
interpolateSize?: Property.InterpolateSize | undefined
|
|
226
239
|
isolation?: Property.Isolation | undefined
|
|
240
|
+
interactivity?: Property.Interactivity | undefined
|
|
241
|
+
interestDelayEnd?: Property.InterestDelayEnd | undefined
|
|
242
|
+
interestDelayStart?: Property.InterestDelayStart | undefined
|
|
227
243
|
justifyContent?: Property.JustifyContent | undefined
|
|
228
244
|
justifyItems?: Property.JustifyItems | undefined
|
|
229
245
|
justifySelf?: Property.JustifySelf | undefined
|
|
@@ -334,6 +350,8 @@ export interface StandardLonghandProperties {
|
|
|
334
350
|
printColorAdjust?: Property.PrintColorAdjust | undefined
|
|
335
351
|
quotes?: Property.Quotes | undefined
|
|
336
352
|
r?: Property.R | undefined
|
|
353
|
+
readingFlow?: Property.ReadingFlow | undefined
|
|
354
|
+
readingOrder?: Property.ReadingOrder | undefined
|
|
337
355
|
resize?: Property.Resize | undefined
|
|
338
356
|
right?: Property.Right | undefined
|
|
339
357
|
rotate?: Property.Rotate | undefined
|
|
@@ -355,6 +373,7 @@ export interface StandardLonghandProperties {
|
|
|
355
373
|
scrollMarginLeft?: Property.ScrollMarginLeft | undefined
|
|
356
374
|
scrollMarginRight?: Property.ScrollMarginRight | undefined
|
|
357
375
|
scrollMarginTop?: Property.ScrollMarginTop | undefined
|
|
376
|
+
scrollMarkerGroup?: Property.ScrollMarkerGroup | undefined
|
|
358
377
|
scrollPaddingBlockEnd?: Property.ScrollPaddingBlockEnd | undefined
|
|
359
378
|
scrollPaddingBlockStart?: Property.ScrollPaddingBlockStart | undefined
|
|
360
379
|
scrollPaddingBottom?: Property.ScrollPaddingBottom | undefined
|
|
@@ -372,6 +391,7 @@ export interface StandardLonghandProperties {
|
|
|
372
391
|
scrollSnapType?: Property.ScrollSnapType | undefined
|
|
373
392
|
scrollSnapTypeX?: Property.ScrollSnapTypeX | undefined
|
|
374
393
|
scrollSnapTypeY?: Property.ScrollSnapTypeY | undefined
|
|
394
|
+
scrollTargetGroup?: Property.ScrollTargetGroup | undefined
|
|
375
395
|
scrollTimelineAxis?: Property.ScrollTimelineAxis | undefined
|
|
376
396
|
scrollTimelineName?: Property.ScrollTimelineName | undefined
|
|
377
397
|
scrollbarColor?: Property.ScrollbarColor | undefined
|
|
@@ -404,6 +424,7 @@ export interface StandardLonghandProperties {
|
|
|
404
424
|
textBoxTrim?: Property.TextBoxTrim | undefined
|
|
405
425
|
textCombineUpright?: Property.TextCombineUpright | undefined
|
|
406
426
|
textDecorationColor?: Property.TextDecorationColor | undefined
|
|
427
|
+
textDecorationInset?: Property.TextDecorationInset | undefined
|
|
407
428
|
textDecorationLine?: Property.TextDecorationLine | undefined
|
|
408
429
|
textDecorationSkip?: Property.TextDecorationSkip | undefined
|
|
409
430
|
textDecorationSkipInk?: Property.TextDecorationSkipInk | undefined
|
|
@@ -488,6 +509,15 @@ export interface StandardShorthandProperties {
|
|
|
488
509
|
columns?: Property.Columns | undefined
|
|
489
510
|
containIntrinsicSize?: Property.ContainIntrinsicSize | undefined
|
|
490
511
|
container?: Property.Container | undefined
|
|
512
|
+
cornerBlockEndShape?: Property.CornerBlockEndShape | undefined
|
|
513
|
+
cornerBlockStartShape?: Property.CornerBlockStartShape | undefined
|
|
514
|
+
cornerBottomShape?: Property.CornerBottomShape | undefined
|
|
515
|
+
cornerInlineEndShape?: Property.CornerInlineEndShape | undefined
|
|
516
|
+
cornerInlineStartShape?: Property.CornerInlineStartShape | undefined
|
|
517
|
+
cornerLeftShape?: Property.CornerLeftShape | undefined
|
|
518
|
+
cornerRightShape?: Property.CornerRightShape | undefined
|
|
519
|
+
cornerShape?: Property.CornerShape | undefined
|
|
520
|
+
cornerTopShape?: Property.CornerTopShape | undefined
|
|
491
521
|
flex?: Property.Flex | undefined
|
|
492
522
|
flexFlow?: Property.FlexFlow | undefined
|
|
493
523
|
font?: Property.Font | undefined
|
|
@@ -501,6 +531,7 @@ export interface StandardShorthandProperties {
|
|
|
501
531
|
inset?: Property.Inset | undefined
|
|
502
532
|
insetBlock?: Property.InsetBlock | undefined
|
|
503
533
|
insetInline?: Property.InsetInline | undefined
|
|
534
|
+
interestDelay?: Property.InterestDelay | undefined
|
|
504
535
|
listStyle?: Property.ListStyle | undefined
|
|
505
536
|
margin?: Property.Margin | undefined
|
|
506
537
|
marginBlock?: Property.MarginBlock | undefined
|
|
@@ -969,6 +1000,12 @@ export namespace Property {
|
|
|
969
1000
|
| 'baseline'
|
|
970
1001
|
| Globals
|
|
971
1002
|
| (string & {})
|
|
1003
|
+
export type BaselineSource =
|
|
1004
|
+
| 'auto'
|
|
1005
|
+
| 'first'
|
|
1006
|
+
| 'last'
|
|
1007
|
+
| Globals
|
|
1008
|
+
| (string & {})
|
|
972
1009
|
export type BlockSize = Property.Width | Globals | (string & {})
|
|
973
1010
|
export type BorderBlockColor =
|
|
974
1011
|
| Property.BorderTopColor
|
|
@@ -1247,6 +1284,7 @@ export namespace Property {
|
|
|
1247
1284
|
| Globals
|
|
1248
1285
|
| (string & {})
|
|
1249
1286
|
export type CaptionSide = 'top' | 'bottom' | Globals | (string & {})
|
|
1287
|
+
export type CaretAnimation = 'auto' | 'manual' | Globals | (string & {})
|
|
1250
1288
|
export type CaretColor = 'auto' | TColor | Globals | (string & {})
|
|
1251
1289
|
export type CaretShape =
|
|
1252
1290
|
| 'auto'
|
|
@@ -1290,11 +1328,13 @@ export namespace Property {
|
|
|
1290
1328
|
export type ColumnCount = number | 'auto' | Globals | (string & {})
|
|
1291
1329
|
export type ColumnFill = 'auto' | 'balance' | Globals | (string & {})
|
|
1292
1330
|
export type ColumnGap = 'normal' | TLengthPercentage | Globals | (string & {})
|
|
1331
|
+
export type ColumnHeight = 'auto' | number | Globals | (string & {})
|
|
1293
1332
|
export type ColumnRuleColor = TColor | Globals | (string & {})
|
|
1294
1333
|
export type ColumnRuleStyle = Property.BorderStyle | Globals | (string & {})
|
|
1295
1334
|
export type ColumnRuleWidth = Property.BorderWidth | Globals | (string & {})
|
|
1296
1335
|
export type ColumnSpan = 'none' | 'all' | Globals | (string & {})
|
|
1297
|
-
export type ColumnWidth =
|
|
1336
|
+
export type ColumnWidth = 'auto' | number | Globals | (string & {})
|
|
1337
|
+
export type ColumnWrap = 'auto' | 'nowrap' | 'wrap' | Globals | (string & {})
|
|
1298
1338
|
export type Contain =
|
|
1299
1339
|
| 'none'
|
|
1300
1340
|
| 'strict'
|
|
@@ -1353,6 +1393,23 @@ export namespace Property {
|
|
|
1353
1393
|
| 'hidden'
|
|
1354
1394
|
| Globals
|
|
1355
1395
|
| (string & {})
|
|
1396
|
+
export type CornerBottomLeftShape =
|
|
1397
|
+
| TCornerShapeValue
|
|
1398
|
+
| Globals
|
|
1399
|
+
| (string & {})
|
|
1400
|
+
export type CornerBottomRightShape =
|
|
1401
|
+
| TCornerShapeValue
|
|
1402
|
+
| Globals
|
|
1403
|
+
| (string & {})
|
|
1404
|
+
export type CornerEndEndShape = TCornerShapeValue | Globals | (string & {})
|
|
1405
|
+
export type CornerEndStartShape = TCornerShapeValue | Globals | (string & {})
|
|
1406
|
+
export type CornerStartStartShape =
|
|
1407
|
+
| TCornerShapeValue
|
|
1408
|
+
| Globals
|
|
1409
|
+
| (string & {})
|
|
1410
|
+
export type CornerStartEndShape = TCornerShapeValue | Globals | (string & {})
|
|
1411
|
+
export type CornerTopLeftShape = TCornerShapeValue | Globals | (string & {})
|
|
1412
|
+
export type CornerTopRightShape = TCornerShapeValue | Globals | (string & {})
|
|
1356
1413
|
export type CounterIncrement =
|
|
1357
1414
|
| TCounterName
|
|
1358
1415
|
| number
|
|
@@ -1399,6 +1456,12 @@ export namespace Property {
|
|
|
1399
1456
|
| 'text-top'
|
|
1400
1457
|
| Globals
|
|
1401
1458
|
| (string & {})
|
|
1459
|
+
export type DynamicRangeLimit =
|
|
1460
|
+
| 'standard'
|
|
1461
|
+
| 'no-limit'
|
|
1462
|
+
| 'constrained'
|
|
1463
|
+
| Globals
|
|
1464
|
+
| (string & {})
|
|
1402
1465
|
export type EmptyCells = 'show' | 'hide' | Globals | (string & {})
|
|
1403
1466
|
export type FieldSizing = 'content' | 'fixed' | Globals | (string & {})
|
|
1404
1467
|
export type Fill = TPaint | Globals | (string & {})
|
|
@@ -1704,6 +1767,9 @@ export namespace Property {
|
|
|
1704
1767
|
| Globals
|
|
1705
1768
|
| (string & {})
|
|
1706
1769
|
export type Isolation = 'auto' | 'isolate' | Globals | (string & {})
|
|
1770
|
+
export type Interactivity = 'auto' | 'inert' | Globals | (string & {})
|
|
1771
|
+
export type InterestDelayEnd = 'normal' | Globals | (string & {})
|
|
1772
|
+
export type InterestDelayStart = 'normal' | Globals | (string & {})
|
|
1707
1773
|
export type JustifyContent =
|
|
1708
1774
|
| 'normal'
|
|
1709
1775
|
| TContentDistribution
|
|
@@ -2068,6 +2134,17 @@ export namespace Property {
|
|
|
2068
2134
|
export type PrintColorAdjust = 'economy' | 'exact' | Globals | (string & {})
|
|
2069
2135
|
export type Quotes = 'none' | 'auto' | (string & {}) | Globals | (string & {})
|
|
2070
2136
|
export type R = number | Globals | (string & {})
|
|
2137
|
+
export type ReadingFlow =
|
|
2138
|
+
| 'normal'
|
|
2139
|
+
| 'source-order'
|
|
2140
|
+
| 'flex-visual'
|
|
2141
|
+
| 'flex-flow'
|
|
2142
|
+
| 'grid-rows'
|
|
2143
|
+
| 'grid-columns'
|
|
2144
|
+
| 'grid-order'
|
|
2145
|
+
| Globals
|
|
2146
|
+
| (string & {})
|
|
2147
|
+
export type ReadingOrder = number | Globals | (string & {})
|
|
2071
2148
|
export type Resize =
|
|
2072
2149
|
| 'none'
|
|
2073
2150
|
| 'both'
|
|
@@ -2121,6 +2198,12 @@ export namespace Property {
|
|
|
2121
2198
|
export type ScrollMarginLeft = number | Globals | (string & {})
|
|
2122
2199
|
export type ScrollMarginRight = number | Globals | (string & {})
|
|
2123
2200
|
export type ScrollMarginTop = number | Globals | (string & {})
|
|
2201
|
+
export type ScrollMarkerGroup =
|
|
2202
|
+
| 'none'
|
|
2203
|
+
| 'before'
|
|
2204
|
+
| 'after'
|
|
2205
|
+
| Globals
|
|
2206
|
+
| (string & {})
|
|
2124
2207
|
export type ScrollPaddingBlockEnd =
|
|
2125
2208
|
| 'auto'
|
|
2126
2209
|
| TLengthPercentage
|
|
@@ -2208,6 +2291,7 @@ export namespace Property {
|
|
|
2208
2291
|
| 'proximity'
|
|
2209
2292
|
| Globals
|
|
2210
2293
|
| (string & {})
|
|
2294
|
+
export type ScrollTargetGroup = 'none' | 'auto' | Globals | (string & {})
|
|
2211
2295
|
export type ScrollTimelineAxis =
|
|
2212
2296
|
| 'block'
|
|
2213
2297
|
| 'inline'
|
|
@@ -2326,6 +2410,7 @@ export namespace Property {
|
|
|
2326
2410
|
| Globals
|
|
2327
2411
|
| (string & {})
|
|
2328
2412
|
export type TextDecorationColor = TColor | Globals | (string & {})
|
|
2413
|
+
export type TextDecorationInset = number | 'auto' | Globals | (string & {})
|
|
2329
2414
|
export type TextDecorationLine =
|
|
2330
2415
|
| 'none'
|
|
2331
2416
|
| 'underline'
|
|
@@ -2718,6 +2803,7 @@ export namespace Property {
|
|
|
2718
2803
|
export type BorderWidth = TLineWidth | Globals | (string & {})
|
|
2719
2804
|
export type Caret =
|
|
2720
2805
|
| Property.CaretColor
|
|
2806
|
+
| Property.CaretAnimation
|
|
2721
2807
|
| Property.CaretShape
|
|
2722
2808
|
| Globals
|
|
2723
2809
|
| (string & {})
|
|
@@ -2730,6 +2816,7 @@ export namespace Property {
|
|
|
2730
2816
|
export type Columns =
|
|
2731
2817
|
| Property.ColumnWidth
|
|
2732
2818
|
| Property.ColumnCount
|
|
2819
|
+
| Property.ColumnHeight
|
|
2733
2820
|
| Globals
|
|
2734
2821
|
| (string & {})
|
|
2735
2822
|
export type ContainIntrinsicSize =
|
|
@@ -2743,6 +2830,21 @@ export namespace Property {
|
|
|
2743
2830
|
| Property.ContainerType
|
|
2744
2831
|
| Globals
|
|
2745
2832
|
| (string & {})
|
|
2833
|
+
export type CornerBlockEndShape = TCornerShapeValue | Globals | (string & {})
|
|
2834
|
+
export type CornerBlockStartShape =
|
|
2835
|
+
| TCornerShapeValue
|
|
2836
|
+
| Globals
|
|
2837
|
+
| (string & {})
|
|
2838
|
+
export type CornerBottomShape = TCornerShapeValue | Globals | (string & {})
|
|
2839
|
+
export type CornerInlineEndShape = TCornerShapeValue | Globals | (string & {})
|
|
2840
|
+
export type CornerInlineStartShape =
|
|
2841
|
+
| TCornerShapeValue
|
|
2842
|
+
| Globals
|
|
2843
|
+
| (string & {})
|
|
2844
|
+
export type CornerLeftShape = TCornerShapeValue | Globals | (string & {})
|
|
2845
|
+
export type CornerRightShape = TCornerShapeValue | Globals | (string & {})
|
|
2846
|
+
export type CornerShape = TCornerShapeValue | Globals | (string & {})
|
|
2847
|
+
export type CornerTopShape = TCornerShapeValue | Globals | (string & {})
|
|
2746
2848
|
export type Flex =
|
|
2747
2849
|
| 'none'
|
|
2748
2850
|
| Property.FlexGrow
|
|
@@ -2804,6 +2906,10 @@ export namespace Property {
|
|
|
2804
2906
|
export type Inset = Property.Top | Globals | (string & {})
|
|
2805
2907
|
export type InsetBlock = Property.Top | Globals | (string & {})
|
|
2806
2908
|
export type InsetInline = Property.Top | Globals | (string & {})
|
|
2909
|
+
export type InterestDelay =
|
|
2910
|
+
| Property.InterestDelayStart
|
|
2911
|
+
| Globals
|
|
2912
|
+
| (string & {})
|
|
2807
2913
|
export type ListStyle =
|
|
2808
2914
|
| Property.ListStyleType
|
|
2809
2915
|
| Property.ListStylePosition
|
|
@@ -3686,6 +3792,14 @@ export type TContentPosition =
|
|
|
3686
3792
|
export type TContentReplacement = TImage | Globals
|
|
3687
3793
|
export type TContextualAltValues = 'contextual' | 'no-contextual' | Globals
|
|
3688
3794
|
export type TCoordBox = TPaintBox | 'view-box' | Globals
|
|
3795
|
+
export type TCornerShapeValue =
|
|
3796
|
+
| 'round'
|
|
3797
|
+
| 'scoop'
|
|
3798
|
+
| 'bevel'
|
|
3799
|
+
| 'notch'
|
|
3800
|
+
| 'square'
|
|
3801
|
+
| 'squircle'
|
|
3802
|
+
| Globals
|
|
3689
3803
|
export type TCounter = Globals
|
|
3690
3804
|
export type TCounterName = Globals
|
|
3691
3805
|
export type TCounterStyle = TCounterStyleName | Globals
|