csstype-extra 0.1.21 → 0.1.24

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +206 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "csstype-extra",
3
3
  "type": "module",
4
- "version": "0.1.21",
4
+ "version": "0.1.24",
5
5
  "description": "Strict TypeScript types for style based on MDN data",
6
6
  "repository": "https://github.com/dev-five-git/csstypes",
7
7
  "author": "devfive",
package/src/index.d.ts CHANGED
@@ -23,6 +23,7 @@ export interface StandardLonghandProperties {
23
23
  animationRangeStart?: Property.AnimationRangeStart | undefined
24
24
  animationTimeline?: Property.AnimationTimeline | undefined
25
25
  animationTimingFunction?: Property.AnimationTimingFunction | undefined
26
+ animationTrigger?: Property.AnimationTrigger | undefined
26
27
  appearance?: Property.Appearance | undefined
27
28
  aspectRatio?: Property.AspectRatio | undefined
28
29
  backdropFilter?: Property.BackdropFilter | undefined
@@ -38,6 +39,7 @@ export interface StandardLonghandProperties {
38
39
  backgroundRepeat?: Property.BackgroundRepeat | undefined
39
40
  backgroundSize?: Property.BackgroundSize | undefined
40
41
  baselineShift?: Property.BaselineShift | undefined
42
+ baselineSource?: Property.BaselineSource | undefined
41
43
  blockSize?: Property.BlockSize | undefined
42
44
  borderBlockColor?: Property.BorderBlockColor | undefined
43
45
  borderBlockEndColor?: Property.BorderBlockEndColor | undefined
@@ -116,6 +118,7 @@ export interface StandardLonghandProperties {
116
118
  breakBefore?: Property.BreakBefore | undefined
117
119
  breakInside?: Property.BreakInside | undefined
118
120
  captionSide?: Property.CaptionSide | undefined
121
+ caretAnimation?: Property.CaretAnimation | undefined
119
122
  caretColor?: Property.CaretColor | undefined
120
123
  caretShape?: Property.CaretShape | undefined
121
124
  clear?: Property.Clear | undefined
@@ -128,11 +131,13 @@ export interface StandardLonghandProperties {
128
131
  columnCount?: Property.ColumnCount | undefined
129
132
  columnFill?: Property.ColumnFill | undefined
130
133
  columnGap?: Property.ColumnGap | undefined
134
+ columnHeight?: Property.ColumnHeight | undefined
131
135
  columnRuleColor?: Property.ColumnRuleColor | undefined
132
136
  columnRuleStyle?: Property.ColumnRuleStyle | undefined
133
137
  columnRuleWidth?: Property.ColumnRuleWidth | undefined
134
138
  columnSpan?: Property.ColumnSpan | undefined
135
139
  columnWidth?: Property.ColumnWidth | undefined
140
+ columnWrap?: Property.ColumnWrap | undefined
136
141
  contain?: Property.Contain | undefined
137
142
  containIntrinsicBlockSize?: Property.ContainIntrinsicBlockSize | undefined
138
143
  containIntrinsicHeight?: Property.ContainIntrinsicHeight | undefined
@@ -142,6 +147,14 @@ export interface StandardLonghandProperties {
142
147
  containerType?: Property.ContainerType | undefined
143
148
  content?: Property.Content | undefined
144
149
  contentVisibility?: Property.ContentVisibility | undefined
150
+ cornerBottomLeftShape?: Property.CornerBottomLeftShape | undefined
151
+ cornerBottomRightShape?: Property.CornerBottomRightShape | undefined
152
+ cornerEndEndShape?: Property.CornerEndEndShape | undefined
153
+ cornerEndStartShape?: Property.CornerEndStartShape | undefined
154
+ cornerStartStartShape?: Property.CornerStartStartShape | undefined
155
+ cornerStartEndShape?: Property.CornerStartEndShape | undefined
156
+ cornerTopLeftShape?: Property.CornerTopLeftShape | undefined
157
+ cornerTopRightShape?: Property.CornerTopRightShape | undefined
145
158
  counterIncrement?: Property.CounterIncrement | undefined
146
159
  counterReset?: Property.CounterReset | undefined
147
160
  counterSet?: Property.CounterSet | undefined
@@ -152,6 +165,7 @@ export interface StandardLonghandProperties {
152
165
  direction?: Property.Direction | undefined
153
166
  display?: Property.Display | undefined
154
167
  dominantBaseline?: Property.DominantBaseline | undefined
168
+ dynamicRangeLimit?: Property.DynamicRangeLimit | undefined
155
169
  emptyCells?: Property.EmptyCells | undefined
156
170
  fieldSizing?: Property.FieldSizing | undefined
157
171
  fill?: Property.Fill | undefined
@@ -224,6 +238,9 @@ export interface StandardLonghandProperties {
224
238
  insetInlineStart?: Property.InsetInlineStart | undefined
225
239
  interpolateSize?: Property.InterpolateSize | undefined
226
240
  isolation?: Property.Isolation | undefined
241
+ interactivity?: Property.Interactivity | undefined
242
+ interestDelayEnd?: Property.InterestDelayEnd | undefined
243
+ interestDelayStart?: Property.InterestDelayStart | undefined
227
244
  justifyContent?: Property.JustifyContent | undefined
228
245
  justifyItems?: Property.JustifyItems | undefined
229
246
  justifySelf?: Property.JustifySelf | undefined
@@ -334,6 +351,8 @@ export interface StandardLonghandProperties {
334
351
  printColorAdjust?: Property.PrintColorAdjust | undefined
335
352
  quotes?: Property.Quotes | undefined
336
353
  r?: Property.R | undefined
354
+ readingFlow?: Property.ReadingFlow | undefined
355
+ readingOrder?: Property.ReadingOrder | undefined
337
356
  resize?: Property.Resize | undefined
338
357
  right?: Property.Right | undefined
339
358
  rotate?: Property.Rotate | undefined
@@ -355,6 +374,7 @@ export interface StandardLonghandProperties {
355
374
  scrollMarginLeft?: Property.ScrollMarginLeft | undefined
356
375
  scrollMarginRight?: Property.ScrollMarginRight | undefined
357
376
  scrollMarginTop?: Property.ScrollMarginTop | undefined
377
+ scrollMarkerGroup?: Property.ScrollMarkerGroup | undefined
358
378
  scrollPaddingBlockEnd?: Property.ScrollPaddingBlockEnd | undefined
359
379
  scrollPaddingBlockStart?: Property.ScrollPaddingBlockStart | undefined
360
380
  scrollPaddingBottom?: Property.ScrollPaddingBottom | undefined
@@ -372,6 +392,7 @@ export interface StandardLonghandProperties {
372
392
  scrollSnapType?: Property.ScrollSnapType | undefined
373
393
  scrollSnapTypeX?: Property.ScrollSnapTypeX | undefined
374
394
  scrollSnapTypeY?: Property.ScrollSnapTypeY | undefined
395
+ scrollTargetGroup?: Property.ScrollTargetGroup | undefined
375
396
  scrollTimelineAxis?: Property.ScrollTimelineAxis | undefined
376
397
  scrollTimelineName?: Property.ScrollTimelineName | undefined
377
398
  scrollbarColor?: Property.ScrollbarColor | undefined
@@ -404,6 +425,7 @@ export interface StandardLonghandProperties {
404
425
  textBoxTrim?: Property.TextBoxTrim | undefined
405
426
  textCombineUpright?: Property.TextCombineUpright | undefined
406
427
  textDecorationColor?: Property.TextDecorationColor | undefined
428
+ textDecorationInset?: Property.TextDecorationInset | undefined
407
429
  textDecorationLine?: Property.TextDecorationLine | undefined
408
430
  textDecorationSkip?: Property.TextDecorationSkip | undefined
409
431
  textDecorationSkipInk?: Property.TextDecorationSkipInk | undefined
@@ -426,6 +448,20 @@ export interface StandardLonghandProperties {
426
448
  textWrapMode?: Property.TextWrapMode | undefined
427
449
  textWrapStyle?: Property.TextWrapStyle | undefined
428
450
  timelineScope?: Property.TimelineScope | undefined
451
+ timelineTriggerActivationRangeEnd?:
452
+ | Property.TimelineTriggerActivationRangeEnd
453
+ | undefined
454
+ timelineTriggerActivationRangeStart?:
455
+ | Property.TimelineTriggerActivationRangeStart
456
+ | undefined
457
+ timelineTriggerActiveRangeEnd?:
458
+ | Property.TimelineTriggerActiveRangeEnd
459
+ | undefined
460
+ timelineTriggerActiveRangeStart?:
461
+ | Property.TimelineTriggerActiveRangeStart
462
+ | undefined
463
+ timelineTriggerName?: Property.TimelineTriggerName | undefined
464
+ timelineTriggerSource?: Property.TimelineTriggerSource | undefined
429
465
  top?: Property.Top | undefined
430
466
  touchAction?: Property.TouchAction | undefined
431
467
  transform?: Property.Transform | undefined
@@ -438,6 +474,7 @@ export interface StandardLonghandProperties {
438
474
  transitionProperty?: Property.TransitionProperty | undefined
439
475
  transitionTimingFunction?: Property.TransitionTimingFunction | undefined
440
476
  translate?: Property.Translate | undefined
477
+ triggerScope?: Property.TriggerScope | undefined
441
478
  unicodeBidi?: Property.UnicodeBidi | undefined
442
479
  userSelect?: Property.UserSelect | undefined
443
480
  vectorEffect?: Property.VectorEffect | undefined
@@ -488,6 +525,15 @@ export interface StandardShorthandProperties {
488
525
  columns?: Property.Columns | undefined
489
526
  containIntrinsicSize?: Property.ContainIntrinsicSize | undefined
490
527
  container?: Property.Container | undefined
528
+ cornerBlockEndShape?: Property.CornerBlockEndShape | undefined
529
+ cornerBlockStartShape?: Property.CornerBlockStartShape | undefined
530
+ cornerBottomShape?: Property.CornerBottomShape | undefined
531
+ cornerInlineEndShape?: Property.CornerInlineEndShape | undefined
532
+ cornerInlineStartShape?: Property.CornerInlineStartShape | undefined
533
+ cornerLeftShape?: Property.CornerLeftShape | undefined
534
+ cornerRightShape?: Property.CornerRightShape | undefined
535
+ cornerShape?: Property.CornerShape | undefined
536
+ cornerTopShape?: Property.CornerTopShape | undefined
491
537
  flex?: Property.Flex | undefined
492
538
  flexFlow?: Property.FlexFlow | undefined
493
539
  font?: Property.Font | undefined
@@ -501,6 +547,7 @@ export interface StandardShorthandProperties {
501
547
  inset?: Property.Inset | undefined
502
548
  insetBlock?: Property.InsetBlock | undefined
503
549
  insetInline?: Property.InsetInline | undefined
550
+ interestDelay?: Property.InterestDelay | undefined
504
551
  listStyle?: Property.ListStyle | undefined
505
552
  margin?: Property.Margin | undefined
506
553
  marginBlock?: Property.MarginBlock | undefined
@@ -528,6 +575,11 @@ export interface StandardShorthandProperties {
528
575
  textDecoration?: Property.TextDecoration | undefined
529
576
  textEmphasis?: Property.TextEmphasis | undefined
530
577
  textWrap?: Property.TextWrap | undefined
578
+ timelineTrigger?: Property.TimelineTrigger | undefined
579
+ timelineTriggerActivationRange?:
580
+ | Property.TimelineTriggerActivationRange
581
+ | undefined
582
+ timelineTriggerActiveRange?: Property.TimelineTriggerActiveRange | undefined
531
583
  transition?: Property.Transition | undefined
532
584
  viewTimeline?: Property.ViewTimeline | undefined
533
585
  }
@@ -918,6 +970,11 @@ export namespace Property {
918
970
  | TEasingFunction
919
971
  | Globals
920
972
  | (string & {})
973
+ export type AnimationTrigger =
974
+ | 'none'
975
+ | TAnimationAction
976
+ | Globals
977
+ | (string & {})
921
978
  export type Appearance =
922
979
  | 'none'
923
980
  | 'auto'
@@ -969,6 +1026,12 @@ export namespace Property {
969
1026
  | 'baseline'
970
1027
  | Globals
971
1028
  | (string & {})
1029
+ export type BaselineSource =
1030
+ | 'auto'
1031
+ | 'first'
1032
+ | 'last'
1033
+ | Globals
1034
+ | (string & {})
972
1035
  export type BlockSize = Property.Width | Globals | (string & {})
973
1036
  export type BorderBlockColor =
974
1037
  | Property.BorderTopColor
@@ -1247,6 +1310,7 @@ export namespace Property {
1247
1310
  | Globals
1248
1311
  | (string & {})
1249
1312
  export type CaptionSide = 'top' | 'bottom' | Globals | (string & {})
1313
+ export type CaretAnimation = 'auto' | 'manual' | Globals | (string & {})
1250
1314
  export type CaretColor = 'auto' | TColor | Globals | (string & {})
1251
1315
  export type CaretShape =
1252
1316
  | 'auto'
@@ -1290,11 +1354,13 @@ export namespace Property {
1290
1354
  export type ColumnCount = number | 'auto' | Globals | (string & {})
1291
1355
  export type ColumnFill = 'auto' | 'balance' | Globals | (string & {})
1292
1356
  export type ColumnGap = 'normal' | TLengthPercentage | Globals | (string & {})
1357
+ export type ColumnHeight = 'auto' | number | Globals | (string & {})
1293
1358
  export type ColumnRuleColor = TColor | Globals | (string & {})
1294
1359
  export type ColumnRuleStyle = Property.BorderStyle | Globals | (string & {})
1295
1360
  export type ColumnRuleWidth = Property.BorderWidth | Globals | (string & {})
1296
1361
  export type ColumnSpan = 'none' | 'all' | Globals | (string & {})
1297
- export type ColumnWidth = number | 'auto' | Globals | (string & {})
1362
+ export type ColumnWidth = 'auto' | number | Globals | (string & {})
1363
+ export type ColumnWrap = 'auto' | 'nowrap' | 'wrap' | Globals | (string & {})
1298
1364
  export type Contain =
1299
1365
  | 'none'
1300
1366
  | 'strict'
@@ -1353,6 +1419,23 @@ export namespace Property {
1353
1419
  | 'hidden'
1354
1420
  | Globals
1355
1421
  | (string & {})
1422
+ export type CornerBottomLeftShape =
1423
+ | TCornerShapeValue
1424
+ | Globals
1425
+ | (string & {})
1426
+ export type CornerBottomRightShape =
1427
+ | TCornerShapeValue
1428
+ | Globals
1429
+ | (string & {})
1430
+ export type CornerEndEndShape = TCornerShapeValue | Globals | (string & {})
1431
+ export type CornerEndStartShape = TCornerShapeValue | Globals | (string & {})
1432
+ export type CornerStartStartShape =
1433
+ | TCornerShapeValue
1434
+ | Globals
1435
+ | (string & {})
1436
+ export type CornerStartEndShape = TCornerShapeValue | Globals | (string & {})
1437
+ export type CornerTopLeftShape = TCornerShapeValue | Globals | (string & {})
1438
+ export type CornerTopRightShape = TCornerShapeValue | Globals | (string & {})
1356
1439
  export type CounterIncrement =
1357
1440
  | TCounterName
1358
1441
  | number
@@ -1399,6 +1482,12 @@ export namespace Property {
1399
1482
  | 'text-top'
1400
1483
  | Globals
1401
1484
  | (string & {})
1485
+ export type DynamicRangeLimit =
1486
+ | 'standard'
1487
+ | 'no-limit'
1488
+ | 'constrained'
1489
+ | Globals
1490
+ | (string & {})
1402
1491
  export type EmptyCells = 'show' | 'hide' | Globals | (string & {})
1403
1492
  export type FieldSizing = 'content' | 'fixed' | Globals | (string & {})
1404
1493
  export type Fill = TPaint | Globals | (string & {})
@@ -1704,6 +1793,9 @@ export namespace Property {
1704
1793
  | Globals
1705
1794
  | (string & {})
1706
1795
  export type Isolation = 'auto' | 'isolate' | Globals | (string & {})
1796
+ export type Interactivity = 'auto' | 'inert' | Globals | (string & {})
1797
+ export type InterestDelayEnd = 'normal' | Globals | (string & {})
1798
+ export type InterestDelayStart = 'normal' | Globals | (string & {})
1707
1799
  export type JustifyContent =
1708
1800
  | 'normal'
1709
1801
  | TContentDistribution
@@ -2068,6 +2160,17 @@ export namespace Property {
2068
2160
  export type PrintColorAdjust = 'economy' | 'exact' | Globals | (string & {})
2069
2161
  export type Quotes = 'none' | 'auto' | (string & {}) | Globals | (string & {})
2070
2162
  export type R = number | Globals | (string & {})
2163
+ export type ReadingFlow =
2164
+ | 'normal'
2165
+ | 'source-order'
2166
+ | 'flex-visual'
2167
+ | 'flex-flow'
2168
+ | 'grid-rows'
2169
+ | 'grid-columns'
2170
+ | 'grid-order'
2171
+ | Globals
2172
+ | (string & {})
2173
+ export type ReadingOrder = number | Globals | (string & {})
2071
2174
  export type Resize =
2072
2175
  | 'none'
2073
2176
  | 'both'
@@ -2121,6 +2224,12 @@ export namespace Property {
2121
2224
  export type ScrollMarginLeft = number | Globals | (string & {})
2122
2225
  export type ScrollMarginRight = number | Globals | (string & {})
2123
2226
  export type ScrollMarginTop = number | Globals | (string & {})
2227
+ export type ScrollMarkerGroup =
2228
+ | 'none'
2229
+ | 'before'
2230
+ | 'after'
2231
+ | Globals
2232
+ | (string & {})
2124
2233
  export type ScrollPaddingBlockEnd =
2125
2234
  | 'auto'
2126
2235
  | TLengthPercentage
@@ -2208,6 +2317,7 @@ export namespace Property {
2208
2317
  | 'proximity'
2209
2318
  | Globals
2210
2319
  | (string & {})
2320
+ export type ScrollTargetGroup = 'none' | 'auto' | Globals | (string & {})
2211
2321
  export type ScrollTimelineAxis =
2212
2322
  | 'block'
2213
2323
  | 'inline'
@@ -2326,6 +2436,7 @@ export namespace Property {
2326
2436
  | Globals
2327
2437
  | (string & {})
2328
2438
  export type TextDecorationColor = TColor | Globals | (string & {})
2439
+ export type TextDecorationInset = number | 'auto' | Globals | (string & {})
2329
2440
  export type TextDecorationLine =
2330
2441
  | 'none'
2331
2442
  | 'underline'
@@ -2461,6 +2572,41 @@ export namespace Property {
2461
2572
  | Globals
2462
2573
  | (string & {})
2463
2574
  export type TimelineScope = 'none' | Globals | (string & {})
2575
+ export type TimelineTriggerActivationRangeEnd =
2576
+ | 'normal'
2577
+ | TLengthPercentage
2578
+ | TTimelineRangeName
2579
+ | TLengthPercentage
2580
+ | Globals
2581
+ | (string & {})
2582
+ export type TimelineTriggerActivationRangeStart =
2583
+ | 'normal'
2584
+ | TLengthPercentage
2585
+ | TTimelineRangeName
2586
+ | TLengthPercentage
2587
+ | Globals
2588
+ | (string & {})
2589
+ export type TimelineTriggerActiveRangeEnd =
2590
+ | 'auto'
2591
+ | 'normal'
2592
+ | TLengthPercentage
2593
+ | TTimelineRangeName
2594
+ | TLengthPercentage
2595
+ | Globals
2596
+ | (string & {})
2597
+ export type TimelineTriggerActiveRangeStart =
2598
+ | 'auto'
2599
+ | 'normal'
2600
+ | TLengthPercentage
2601
+ | TTimelineRangeName
2602
+ | TLengthPercentage
2603
+ | Globals
2604
+ | (string & {})
2605
+ export type TimelineTriggerName = 'none' | Globals | (string & {})
2606
+ export type TimelineTriggerSource =
2607
+ | TSingleAnimationTimeline
2608
+ | Globals
2609
+ | (string & {})
2464
2610
  export type Top = 'auto' | TLengthPercentage | Globals | (string & {})
2465
2611
  export type TouchAction =
2466
2612
  | 'auto'
@@ -2525,6 +2671,7 @@ export namespace Property {
2525
2671
  | number
2526
2672
  | Globals
2527
2673
  | (string & {})
2674
+ export type TriggerScope = 'none' | 'all' | Globals | (string & {})
2528
2675
  export type UnicodeBidi =
2529
2676
  | 'normal'
2530
2677
  | 'embed'
@@ -2718,6 +2865,7 @@ export namespace Property {
2718
2865
  export type BorderWidth = TLineWidth | Globals | (string & {})
2719
2866
  export type Caret =
2720
2867
  | Property.CaretColor
2868
+ | Property.CaretAnimation
2721
2869
  | Property.CaretShape
2722
2870
  | Globals
2723
2871
  | (string & {})
@@ -2730,6 +2878,7 @@ export namespace Property {
2730
2878
  export type Columns =
2731
2879
  | Property.ColumnWidth
2732
2880
  | Property.ColumnCount
2881
+ | Property.ColumnHeight
2733
2882
  | Globals
2734
2883
  | (string & {})
2735
2884
  export type ContainIntrinsicSize =
@@ -2743,6 +2892,21 @@ export namespace Property {
2743
2892
  | Property.ContainerType
2744
2893
  | Globals
2745
2894
  | (string & {})
2895
+ export type CornerBlockEndShape = TCornerShapeValue | Globals | (string & {})
2896
+ export type CornerBlockStartShape =
2897
+ | TCornerShapeValue
2898
+ | Globals
2899
+ | (string & {})
2900
+ export type CornerBottomShape = TCornerShapeValue | Globals | (string & {})
2901
+ export type CornerInlineEndShape = TCornerShapeValue | Globals | (string & {})
2902
+ export type CornerInlineStartShape =
2903
+ | TCornerShapeValue
2904
+ | Globals
2905
+ | (string & {})
2906
+ export type CornerLeftShape = TCornerShapeValue | Globals | (string & {})
2907
+ export type CornerRightShape = TCornerShapeValue | Globals | (string & {})
2908
+ export type CornerShape = TCornerShapeValue | Globals | (string & {})
2909
+ export type CornerTopShape = TCornerShapeValue | Globals | (string & {})
2746
2910
  export type Flex =
2747
2911
  | 'none'
2748
2912
  | Property.FlexGrow
@@ -2804,6 +2968,10 @@ export namespace Property {
2804
2968
  export type Inset = Property.Top | Globals | (string & {})
2805
2969
  export type InsetBlock = Property.Top | Globals | (string & {})
2806
2970
  export type InsetInline = Property.Top | Globals | (string & {})
2971
+ export type InterestDelay =
2972
+ | Property.InterestDelayStart
2973
+ | Globals
2974
+ | (string & {})
2807
2975
  export type ListStyle =
2808
2976
  | Property.ListStyleType
2809
2977
  | Property.ListStylePosition
@@ -2914,6 +3082,25 @@ export namespace Property {
2914
3082
  | Property.TextWrapStyle
2915
3083
  | Globals
2916
3084
  | (string & {})
3085
+ export type TimelineTrigger =
3086
+ | 'none'
3087
+ | Property.TimelineTriggerName
3088
+ | Property.TimelineTriggerSource
3089
+ | Property.TimelineTriggerActivationRange
3090
+ | "'/'"
3091
+ | Property.TimelineTriggerActiveRange
3092
+ | Globals
3093
+ | (string & {})
3094
+ export type TimelineTriggerActivationRange =
3095
+ | Property.TimelineTriggerActivationRangeStart
3096
+ | Property.TimelineTriggerActivationRangeEnd
3097
+ | Globals
3098
+ | (string & {})
3099
+ export type TimelineTriggerActiveRange =
3100
+ | Property.TimelineTriggerActiveRangeStart
3101
+ | Property.TimelineTriggerActiveRangeEnd
3102
+ | Globals
3103
+ | (string & {})
2917
3104
  export type Transition = TSingleTransition | Globals | (string & {})
2918
3105
  export type ViewTimeline =
2919
3106
  | Property.ViewTimelineName
@@ -3460,6 +3647,16 @@ export type TAngularColorStopList =
3460
3647
  | TAngularColorStop
3461
3648
  | Globals
3462
3649
  export type TAnimateableFeature = 'scroll-position' | 'contents' | Globals
3650
+ export type TAnimationAction =
3651
+ | 'none'
3652
+ | 'play'
3653
+ | 'play-once'
3654
+ | 'play-forwards'
3655
+ | 'play-backwards'
3656
+ | 'pause'
3657
+ | 'reset'
3658
+ | 'replay'
3659
+ | Globals
3463
3660
  export type TAttachment = 'scroll' | 'fixed' | 'local' | Globals
3464
3661
  export type TAttrMatcher =
3465
3662
  | "'~'"
@@ -3686,6 +3883,14 @@ export type TContentPosition =
3686
3883
  export type TContentReplacement = TImage | Globals
3687
3884
  export type TContextualAltValues = 'contextual' | 'no-contextual' | Globals
3688
3885
  export type TCoordBox = TPaintBox | 'view-box' | Globals
3886
+ export type TCornerShapeValue =
3887
+ | 'round'
3888
+ | 'scoop'
3889
+ | 'bevel'
3890
+ | 'notch'
3891
+ | 'square'
3892
+ | 'squircle'
3893
+ | Globals
3689
3894
  export type TCounter = Globals
3690
3895
  export type TCounterName = Globals
3691
3896
  export type TCounterStyle = TCounterStyleName | Globals