stormcloud-video-player 0.5.3 → 0.5.4
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/dist/stormcloud-vp.min.js +1 -1
- package/lib/index.cjs +348 -330
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +348 -220
- package/lib/index.d.ts +348 -220
- package/lib/index.js +307 -289
- package/lib/index.js.map +1 -1
- package/lib/player/StormcloudVideoPlayer.cjs +77 -68
- package/lib/player/StormcloudVideoPlayer.cjs.map +1 -1
- package/lib/players/FilePlayer.cjs +99 -116
- package/lib/players/FilePlayer.cjs.map +1 -1
- package/lib/players/HlsPlayer.cjs +129 -120
- package/lib/players/HlsPlayer.cjs.map +1 -1
- package/lib/players/index.cjs +208 -199
- package/lib/players/index.cjs.map +1 -1
- package/lib/sdk/hlsAdPlayer.cjs +17 -9
- package/lib/sdk/hlsAdPlayer.cjs.map +1 -1
- package/lib/sdk/ima.cjs +28 -20
- package/lib/sdk/ima.cjs.map +1 -1
- package/lib/sdk/prebid.cjs +17 -9
- package/lib/sdk/prebid.cjs.map +1 -1
- package/lib/sdk/prebidController.cjs +20 -10
- package/lib/sdk/prebidController.cjs.map +1 -1
- package/lib/sdk/vastParser.cjs +19 -11
- package/lib/sdk/vastParser.cjs.map +1 -1
- package/lib/ui/StormcloudVideoPlayer.cjs +168 -150
- package/lib/ui/StormcloudVideoPlayer.cjs.map +1 -1
- package/lib/utils/browserCompat.cjs +11 -11
- package/lib/utils/browserCompat.cjs.map +1 -1
- package/lib/utils/polyfills.cjs +13 -13
- package/lib/utils/polyfills.cjs.map +1 -1
- package/lib/utils/tracking.cjs +19 -11
- package/lib/utils/tracking.cjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.cts
CHANGED
|
@@ -372,6 +372,9 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
372
372
|
alignItems?: csstype.Property.AlignItems | undefined;
|
|
373
373
|
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
374
374
|
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
375
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
376
|
+
anchorName?: csstype.Property.AnchorName | undefined;
|
|
377
|
+
anchorScope?: csstype.Property.AnchorScope | undefined;
|
|
375
378
|
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
376
379
|
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
377
380
|
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
@@ -398,17 +401,14 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
398
401
|
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
399
402
|
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
400
403
|
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
401
|
-
|
|
404
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
402
405
|
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
403
|
-
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
404
406
|
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
405
407
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
406
408
|
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
407
409
|
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
408
410
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
409
411
|
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
410
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
411
|
-
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
412
412
|
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
413
413
|
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
414
414
|
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -422,15 +422,12 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
422
422
|
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
423
423
|
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
424
424
|
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
425
|
-
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
426
425
|
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
427
426
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
428
427
|
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
429
428
|
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
430
429
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
431
430
|
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
432
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
433
|
-
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
434
431
|
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
435
432
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
436
433
|
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -457,8 +454,10 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
457
454
|
caretShape?: csstype.Property.CaretShape | undefined;
|
|
458
455
|
clear?: csstype.Property.Clear | undefined;
|
|
459
456
|
clipPath?: csstype.Property.ClipPath | undefined;
|
|
457
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
460
458
|
color?: csstype.Property.Color | undefined;
|
|
461
459
|
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
460
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
|
|
462
461
|
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
463
462
|
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
464
463
|
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
@@ -481,9 +480,17 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
481
480
|
counterReset?: csstype.Property.CounterReset | undefined;
|
|
482
481
|
counterSet?: csstype.Property.CounterSet | undefined;
|
|
483
482
|
cursor?: csstype.Property.Cursor | undefined;
|
|
483
|
+
cx?: csstype.Property.Cx<string | number> | undefined;
|
|
484
|
+
cy?: csstype.Property.Cy<string | number> | undefined;
|
|
485
|
+
d?: csstype.Property.D | undefined;
|
|
484
486
|
direction?: csstype.Property.Direction | undefined;
|
|
485
487
|
display?: csstype.Property.Display | undefined;
|
|
488
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
486
489
|
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
490
|
+
fieldSizing?: csstype.Property.FieldSizing | undefined;
|
|
491
|
+
fill?: csstype.Property.Fill | undefined;
|
|
492
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
493
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
487
494
|
filter?: csstype.Property.Filter | undefined;
|
|
488
495
|
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
489
496
|
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
@@ -491,6 +498,8 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
491
498
|
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
492
499
|
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
493
500
|
float?: csstype.Property.Float | undefined;
|
|
501
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
502
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
494
503
|
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
495
504
|
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
496
505
|
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
@@ -500,7 +509,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
500
509
|
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
501
510
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
502
511
|
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
503
|
-
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
504
512
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
505
513
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
506
514
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
@@ -517,6 +525,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
517
525
|
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
518
526
|
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
519
527
|
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
528
|
+
fontWidth?: csstype.Property.FontWidth | undefined;
|
|
520
529
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
521
530
|
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
522
531
|
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
@@ -536,12 +545,13 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
536
545
|
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
537
546
|
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
538
547
|
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
548
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
|
|
539
549
|
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
540
|
-
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
541
550
|
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
542
551
|
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
543
552
|
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
544
553
|
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
554
|
+
interpolateSize?: csstype.Property.InterpolateSize | undefined;
|
|
545
555
|
isolation?: csstype.Property.Isolation | undefined;
|
|
546
556
|
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
547
557
|
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
@@ -549,6 +559,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
549
559
|
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
550
560
|
left?: csstype.Property.Left<string | number> | undefined;
|
|
551
561
|
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
562
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
552
563
|
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
553
564
|
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
554
565
|
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
@@ -564,6 +575,10 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
564
575
|
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
565
576
|
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
566
577
|
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
578
|
+
marker?: csstype.Property.Marker | undefined;
|
|
579
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
580
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
581
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
567
582
|
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
568
583
|
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
569
584
|
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
@@ -598,6 +613,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
598
613
|
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
599
614
|
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
600
615
|
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
616
|
+
objectViewBox?: csstype.Property.ObjectViewBox | undefined;
|
|
601
617
|
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
602
618
|
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
603
619
|
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
@@ -633,25 +649,32 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
633
649
|
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
634
650
|
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
635
651
|
page?: csstype.Property.Page | undefined;
|
|
636
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
637
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
638
|
-
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
639
652
|
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
640
653
|
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
641
654
|
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
642
655
|
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
643
656
|
position?: csstype.Property.Position | undefined;
|
|
657
|
+
positionAnchor?: csstype.Property.PositionAnchor | undefined;
|
|
658
|
+
positionArea?: csstype.Property.PositionArea | undefined;
|
|
659
|
+
positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
|
|
660
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
|
|
661
|
+
positionVisibility?: csstype.Property.PositionVisibility | undefined;
|
|
644
662
|
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
645
663
|
quotes?: csstype.Property.Quotes | undefined;
|
|
664
|
+
r?: csstype.Property.R<string | number> | undefined;
|
|
646
665
|
resize?: csstype.Property.Resize | undefined;
|
|
647
666
|
right?: csstype.Property.Right<string | number> | undefined;
|
|
648
667
|
rotate?: csstype.Property.Rotate | undefined;
|
|
649
668
|
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
650
669
|
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
651
670
|
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
671
|
+
rubyOverhang?: csstype.Property.RubyOverhang | undefined;
|
|
652
672
|
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
673
|
+
rx?: csstype.Property.Rx<string | number> | undefined;
|
|
674
|
+
ry?: csstype.Property.Ry<string | number> | undefined;
|
|
653
675
|
scale?: csstype.Property.Scale | undefined;
|
|
654
676
|
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
677
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
|
|
655
678
|
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
656
679
|
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
657
680
|
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -683,10 +706,28 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
683
706
|
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
684
707
|
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
685
708
|
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
709
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
710
|
+
speakAs?: csstype.Property.SpeakAs | undefined;
|
|
711
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
712
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
713
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
714
|
+
strokeColor?: csstype.Property.StrokeColor | undefined;
|
|
715
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
716
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
717
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
718
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
719
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
720
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
721
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
686
722
|
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
687
723
|
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
688
724
|
textAlign?: csstype.Property.TextAlign | undefined;
|
|
689
725
|
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
726
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
727
|
+
textAutospace?: csstype.Property.TextAutospace | undefined;
|
|
728
|
+
textBox?: csstype.Property.TextBox | undefined;
|
|
729
|
+
textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
|
|
730
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
|
|
690
731
|
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
691
732
|
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
692
733
|
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
@@ -704,10 +745,12 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
704
745
|
textRendering?: csstype.Property.TextRendering | undefined;
|
|
705
746
|
textShadow?: csstype.Property.TextShadow | undefined;
|
|
706
747
|
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
748
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
|
|
707
749
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
708
750
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
709
751
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
710
|
-
|
|
752
|
+
textWrapMode?: csstype.Property.TextWrapMode | undefined;
|
|
753
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
|
|
711
754
|
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
712
755
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
713
756
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
@@ -723,21 +766,24 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
723
766
|
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
724
767
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
725
768
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
769
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
726
770
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
727
771
|
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
728
772
|
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
729
773
|
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
774
|
+
viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
|
|
730
775
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
731
776
|
visibility?: csstype.Property.Visibility | undefined;
|
|
732
777
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
733
778
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
734
|
-
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
735
779
|
widows?: csstype.Property.Widows | undefined;
|
|
736
780
|
willChange?: csstype.Property.WillChange | undefined;
|
|
737
781
|
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
738
782
|
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
739
783
|
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
740
784
|
writingMode?: csstype.Property.WritingMode | undefined;
|
|
785
|
+
x?: csstype.Property.X<string | number> | undefined;
|
|
786
|
+
y?: csstype.Property.Y<string | number> | undefined;
|
|
741
787
|
zIndex?: csstype.Property.ZIndex | undefined;
|
|
742
788
|
zoom?: csstype.Property.Zoom | undefined;
|
|
743
789
|
all?: csstype.Property.All | undefined;
|
|
@@ -747,14 +793,20 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
747
793
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
748
794
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
749
795
|
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
796
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
750
797
|
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
751
798
|
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
799
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
800
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
752
801
|
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
753
802
|
borderColor?: csstype.Property.BorderColor | undefined;
|
|
754
803
|
borderImage?: csstype.Property.BorderImage | undefined;
|
|
755
804
|
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
805
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
756
806
|
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
757
807
|
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
808
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
809
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
758
810
|
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
759
811
|
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
760
812
|
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
@@ -796,6 +848,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
796
848
|
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
797
849
|
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
798
850
|
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
851
|
+
positionTry?: csstype.Property.PositionTry | undefined;
|
|
799
852
|
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
800
853
|
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
801
854
|
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -806,6 +859,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
806
859
|
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
807
860
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
808
861
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
862
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
809
863
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
810
864
|
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
811
865
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -817,6 +871,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
817
871
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
818
872
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
819
873
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
874
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
820
875
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
821
876
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
822
877
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -828,8 +883,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
828
883
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
829
884
|
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
830
885
|
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
831
|
-
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
832
|
-
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
833
886
|
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
834
887
|
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
835
888
|
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -838,7 +891,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
838
891
|
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
839
892
|
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
840
893
|
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
841
|
-
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
842
894
|
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
843
895
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
844
896
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
@@ -849,11 +901,15 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
849
901
|
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
850
902
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
851
903
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
904
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
905
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
852
906
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
853
907
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
854
908
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
855
909
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
856
|
-
|
|
910
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
911
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
912
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
857
913
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
858
914
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
859
915
|
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
@@ -972,6 +1028,8 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
972
1028
|
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
973
1029
|
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
974
1030
|
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
1031
|
+
WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1032
|
+
WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
|
|
975
1033
|
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
976
1034
|
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
977
1035
|
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
@@ -1026,13 +1084,14 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1026
1084
|
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1027
1085
|
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1028
1086
|
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
1029
|
-
WebkitUserSelect?: csstype.Property.
|
|
1087
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
|
|
1030
1088
|
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1031
1089
|
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1032
1090
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1033
1091
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1034
1092
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1035
1093
|
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
1094
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1036
1095
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
1037
1096
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
1038
1097
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -1053,7 +1112,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1053
1112
|
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1054
1113
|
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
1055
1114
|
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1056
|
-
azimuth?: csstype.Property.Azimuth | undefined;
|
|
1057
1115
|
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1058
1116
|
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1059
1117
|
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
@@ -1063,16 +1121,22 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1063
1121
|
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1064
1122
|
boxPack?: csstype.Property.BoxPack | undefined;
|
|
1065
1123
|
clip?: csstype.Property.Clip | undefined;
|
|
1124
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1066
1125
|
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
1067
1126
|
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
1068
1127
|
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
1069
1128
|
imeMode?: csstype.Property.ImeMode | undefined;
|
|
1129
|
+
insetArea?: csstype.Property.PositionArea | undefined;
|
|
1070
1130
|
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
1071
1131
|
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1072
1132
|
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1073
1133
|
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
1074
1134
|
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1075
1135
|
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1136
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
1137
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
1138
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
1139
|
+
positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
|
|
1076
1140
|
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1077
1141
|
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
1078
1142
|
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
@@ -1090,9 +1154,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1090
1154
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1091
1155
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
1092
1156
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1093
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1094
1157
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1095
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1096
1158
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1097
1159
|
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1098
1160
|
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
@@ -1107,6 +1169,8 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1107
1169
|
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1108
1170
|
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1109
1171
|
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1172
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1173
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1110
1174
|
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
1111
1175
|
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
1112
1176
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
@@ -1114,20 +1178,15 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1114
1178
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
1115
1179
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
1116
1180
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
1117
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1118
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1119
1181
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1120
1182
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1121
1183
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1122
1184
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1123
|
-
MozTransform?: csstype.Property.Transform | undefined;
|
|
1124
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1125
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1126
|
-
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1127
1185
|
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1128
1186
|
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1129
1187
|
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1130
1188
|
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1189
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
1131
1190
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
1132
1191
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
1133
1192
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -1160,36 +1219,9 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1160
1219
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1161
1220
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1162
1221
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1163
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
1164
|
-
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
1165
|
-
clipRule?: csstype.Property.ClipRule | undefined;
|
|
1166
1222
|
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
1167
1223
|
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
1168
|
-
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
1169
|
-
fill?: csstype.Property.Fill | undefined;
|
|
1170
|
-
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
1171
|
-
fillRule?: csstype.Property.FillRule | undefined;
|
|
1172
|
-
floodColor?: csstype.Property.FloodColor | undefined;
|
|
1173
|
-
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
1174
1224
|
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
1175
|
-
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
1176
|
-
marker?: csstype.Property.Marker | undefined;
|
|
1177
|
-
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
1178
|
-
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
1179
|
-
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
1180
|
-
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
1181
|
-
stopColor?: csstype.Property.StopColor | undefined;
|
|
1182
|
-
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
1183
|
-
stroke?: csstype.Property.Stroke | undefined;
|
|
1184
|
-
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
1185
|
-
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
1186
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
1187
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
1188
|
-
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
1189
|
-
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
1190
|
-
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
1191
|
-
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
1192
|
-
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
1193
1225
|
};
|
|
1194
1226
|
}, HTMLElement>;
|
|
1195
1227
|
context: unknown;
|
|
@@ -1239,6 +1271,9 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1239
1271
|
alignItems?: csstype.Property.AlignItems | undefined;
|
|
1240
1272
|
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
1241
1273
|
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
1274
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
1275
|
+
anchorName?: csstype.Property.AnchorName | undefined;
|
|
1276
|
+
anchorScope?: csstype.Property.AnchorScope | undefined;
|
|
1242
1277
|
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
1243
1278
|
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1244
1279
|
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
@@ -1265,17 +1300,14 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1265
1300
|
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
1266
1301
|
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
1267
1302
|
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1268
|
-
|
|
1303
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
1269
1304
|
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1270
|
-
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
1271
1305
|
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
1272
1306
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
1273
1307
|
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
1274
1308
|
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
1275
1309
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
1276
1310
|
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
1277
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
1278
|
-
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
1279
1311
|
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
1280
1312
|
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1281
1313
|
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -1289,15 +1321,12 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1289
1321
|
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
1290
1322
|
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
1291
1323
|
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
1292
|
-
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
1293
1324
|
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
1294
1325
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
1295
1326
|
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1296
1327
|
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
1297
1328
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1298
1329
|
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
1299
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
1300
|
-
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
1301
1330
|
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
1302
1331
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
1303
1332
|
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -1324,8 +1353,10 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1324
1353
|
caretShape?: csstype.Property.CaretShape | undefined;
|
|
1325
1354
|
clear?: csstype.Property.Clear | undefined;
|
|
1326
1355
|
clipPath?: csstype.Property.ClipPath | undefined;
|
|
1356
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
1327
1357
|
color?: csstype.Property.Color | undefined;
|
|
1328
1358
|
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1359
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
|
|
1329
1360
|
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
1330
1361
|
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
1331
1362
|
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
@@ -1348,9 +1379,17 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1348
1379
|
counterReset?: csstype.Property.CounterReset | undefined;
|
|
1349
1380
|
counterSet?: csstype.Property.CounterSet | undefined;
|
|
1350
1381
|
cursor?: csstype.Property.Cursor | undefined;
|
|
1382
|
+
cx?: csstype.Property.Cx<string | number> | undefined;
|
|
1383
|
+
cy?: csstype.Property.Cy<string | number> | undefined;
|
|
1384
|
+
d?: csstype.Property.D | undefined;
|
|
1351
1385
|
direction?: csstype.Property.Direction | undefined;
|
|
1352
1386
|
display?: csstype.Property.Display | undefined;
|
|
1387
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
1353
1388
|
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
1389
|
+
fieldSizing?: csstype.Property.FieldSizing | undefined;
|
|
1390
|
+
fill?: csstype.Property.Fill | undefined;
|
|
1391
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
1392
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
1354
1393
|
filter?: csstype.Property.Filter | undefined;
|
|
1355
1394
|
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
1356
1395
|
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
@@ -1358,6 +1397,8 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1358
1397
|
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
1359
1398
|
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
1360
1399
|
float?: csstype.Property.Float | undefined;
|
|
1400
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
1401
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
1361
1402
|
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
1362
1403
|
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1363
1404
|
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
@@ -1367,7 +1408,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1367
1408
|
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
1368
1409
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
1369
1410
|
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1370
|
-
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1371
1411
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
1372
1412
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
1373
1413
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
@@ -1384,6 +1424,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1384
1424
|
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
1385
1425
|
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
1386
1426
|
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
1427
|
+
fontWidth?: csstype.Property.FontWidth | undefined;
|
|
1387
1428
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
1388
1429
|
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
1389
1430
|
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
@@ -1403,12 +1444,13 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1403
1444
|
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
1404
1445
|
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
1405
1446
|
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
1447
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
|
|
1406
1448
|
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
1407
|
-
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
1408
1449
|
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1409
1450
|
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1410
1451
|
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1411
1452
|
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1453
|
+
interpolateSize?: csstype.Property.InterpolateSize | undefined;
|
|
1412
1454
|
isolation?: csstype.Property.Isolation | undefined;
|
|
1413
1455
|
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1414
1456
|
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
@@ -1416,6 +1458,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1416
1458
|
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
1417
1459
|
left?: csstype.Property.Left<string | number> | undefined;
|
|
1418
1460
|
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
1461
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
1419
1462
|
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
1420
1463
|
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
1421
1464
|
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
@@ -1431,6 +1474,10 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1431
1474
|
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
1432
1475
|
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
1433
1476
|
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
1477
|
+
marker?: csstype.Property.Marker | undefined;
|
|
1478
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
1479
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
1480
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
1434
1481
|
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
1435
1482
|
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
1436
1483
|
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
@@ -1465,6 +1512,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1465
1512
|
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
1466
1513
|
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
1467
1514
|
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
1515
|
+
objectViewBox?: csstype.Property.ObjectViewBox | undefined;
|
|
1468
1516
|
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
1469
1517
|
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
1470
1518
|
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
@@ -1500,25 +1548,32 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1500
1548
|
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
1501
1549
|
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
1502
1550
|
page?: csstype.Property.Page | undefined;
|
|
1503
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
1504
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
1505
|
-
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
1506
1551
|
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
1507
1552
|
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1508
1553
|
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1509
1554
|
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
1510
1555
|
position?: csstype.Property.Position | undefined;
|
|
1556
|
+
positionAnchor?: csstype.Property.PositionAnchor | undefined;
|
|
1557
|
+
positionArea?: csstype.Property.PositionArea | undefined;
|
|
1558
|
+
positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
|
|
1559
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
|
|
1560
|
+
positionVisibility?: csstype.Property.PositionVisibility | undefined;
|
|
1511
1561
|
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1512
1562
|
quotes?: csstype.Property.Quotes | undefined;
|
|
1563
|
+
r?: csstype.Property.R<string | number> | undefined;
|
|
1513
1564
|
resize?: csstype.Property.Resize | undefined;
|
|
1514
1565
|
right?: csstype.Property.Right<string | number> | undefined;
|
|
1515
1566
|
rotate?: csstype.Property.Rotate | undefined;
|
|
1516
1567
|
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
1517
1568
|
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
1518
1569
|
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
1570
|
+
rubyOverhang?: csstype.Property.RubyOverhang | undefined;
|
|
1519
1571
|
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
1572
|
+
rx?: csstype.Property.Rx<string | number> | undefined;
|
|
1573
|
+
ry?: csstype.Property.Ry<string | number> | undefined;
|
|
1520
1574
|
scale?: csstype.Property.Scale | undefined;
|
|
1521
1575
|
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
1576
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
|
|
1522
1577
|
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1523
1578
|
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1524
1579
|
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -1550,10 +1605,28 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1550
1605
|
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
1551
1606
|
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
1552
1607
|
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
1608
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
1609
|
+
speakAs?: csstype.Property.SpeakAs | undefined;
|
|
1610
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
1611
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
1612
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
1613
|
+
strokeColor?: csstype.Property.StrokeColor | undefined;
|
|
1614
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
1615
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
1616
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
1617
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
1618
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
1619
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
1620
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
1553
1621
|
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1554
1622
|
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
1555
1623
|
textAlign?: csstype.Property.TextAlign | undefined;
|
|
1556
1624
|
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1625
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
1626
|
+
textAutospace?: csstype.Property.TextAutospace | undefined;
|
|
1627
|
+
textBox?: csstype.Property.TextBox | undefined;
|
|
1628
|
+
textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
|
|
1629
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
|
|
1557
1630
|
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
1558
1631
|
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1559
1632
|
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
@@ -1571,10 +1644,12 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1571
1644
|
textRendering?: csstype.Property.TextRendering | undefined;
|
|
1572
1645
|
textShadow?: csstype.Property.TextShadow | undefined;
|
|
1573
1646
|
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1647
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
|
|
1574
1648
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
1575
1649
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
1576
1650
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
1577
|
-
|
|
1651
|
+
textWrapMode?: csstype.Property.TextWrapMode | undefined;
|
|
1652
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
|
|
1578
1653
|
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
1579
1654
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
1580
1655
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
@@ -1590,21 +1665,24 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1590
1665
|
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
1591
1666
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
1592
1667
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
1668
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
1593
1669
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
1594
1670
|
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
1595
1671
|
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
1596
1672
|
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
1673
|
+
viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
|
|
1597
1674
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
1598
1675
|
visibility?: csstype.Property.Visibility | undefined;
|
|
1599
1676
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
1600
1677
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
1601
|
-
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
1602
1678
|
widows?: csstype.Property.Widows | undefined;
|
|
1603
1679
|
willChange?: csstype.Property.WillChange | undefined;
|
|
1604
1680
|
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
1605
1681
|
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
1606
1682
|
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
1607
1683
|
writingMode?: csstype.Property.WritingMode | undefined;
|
|
1684
|
+
x?: csstype.Property.X<string | number> | undefined;
|
|
1685
|
+
y?: csstype.Property.Y<string | number> | undefined;
|
|
1608
1686
|
zIndex?: csstype.Property.ZIndex | undefined;
|
|
1609
1687
|
zoom?: csstype.Property.Zoom | undefined;
|
|
1610
1688
|
all?: csstype.Property.All | undefined;
|
|
@@ -1614,14 +1692,20 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1614
1692
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
1615
1693
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
1616
1694
|
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
1695
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
1617
1696
|
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
1618
1697
|
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
1698
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
1699
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
1619
1700
|
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
1620
1701
|
borderColor?: csstype.Property.BorderColor | undefined;
|
|
1621
1702
|
borderImage?: csstype.Property.BorderImage | undefined;
|
|
1622
1703
|
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
1704
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
1623
1705
|
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
1624
1706
|
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
1707
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
1708
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
1625
1709
|
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
1626
1710
|
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
1627
1711
|
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
@@ -1663,6 +1747,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1663
1747
|
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
1664
1748
|
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
1665
1749
|
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
1750
|
+
positionTry?: csstype.Property.PositionTry | undefined;
|
|
1666
1751
|
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
1667
1752
|
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
1668
1753
|
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -1673,6 +1758,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1673
1758
|
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
1674
1759
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
1675
1760
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1761
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
1676
1762
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1677
1763
|
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
1678
1764
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -1684,6 +1770,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1684
1770
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1685
1771
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1686
1772
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
1773
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1687
1774
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
1688
1775
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
1689
1776
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -1695,8 +1782,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1695
1782
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1696
1783
|
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
1697
1784
|
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1698
|
-
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1699
|
-
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1700
1785
|
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1701
1786
|
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1702
1787
|
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -1705,7 +1790,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1705
1790
|
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1706
1791
|
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
1707
1792
|
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
1708
|
-
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
1709
1793
|
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1710
1794
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1711
1795
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
@@ -1716,11 +1800,15 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1716
1800
|
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1717
1801
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
1718
1802
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
1803
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1804
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1719
1805
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
1720
1806
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1721
1807
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
1722
1808
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1723
|
-
|
|
1809
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
1810
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1811
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1724
1812
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
1725
1813
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1726
1814
|
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
@@ -1839,6 +1927,8 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1839
1927
|
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1840
1928
|
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1841
1929
|
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
1930
|
+
WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1931
|
+
WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
|
|
1842
1932
|
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1843
1933
|
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1844
1934
|
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
@@ -1893,13 +1983,14 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1893
1983
|
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1894
1984
|
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1895
1985
|
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
1896
|
-
WebkitUserSelect?: csstype.Property.
|
|
1986
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
|
|
1897
1987
|
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1898
1988
|
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1899
1989
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1900
1990
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1901
1991
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1902
1992
|
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
1993
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1903
1994
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
1904
1995
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
1905
1996
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -1920,7 +2011,6 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1920
2011
|
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1921
2012
|
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
1922
2013
|
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1923
|
-
azimuth?: csstype.Property.Azimuth | undefined;
|
|
1924
2014
|
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1925
2015
|
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1926
2016
|
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
@@ -1930,16 +2020,22 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1930
2020
|
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1931
2021
|
boxPack?: csstype.Property.BoxPack | undefined;
|
|
1932
2022
|
clip?: csstype.Property.Clip | undefined;
|
|
2023
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1933
2024
|
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
1934
2025
|
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
1935
2026
|
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
1936
2027
|
imeMode?: csstype.Property.ImeMode | undefined;
|
|
2028
|
+
insetArea?: csstype.Property.PositionArea | undefined;
|
|
1937
2029
|
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
1938
2030
|
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1939
2031
|
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1940
2032
|
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
1941
2033
|
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1942
2034
|
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
2035
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
2036
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
2037
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
2038
|
+
positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
|
|
1943
2039
|
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1944
2040
|
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
1945
2041
|
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
@@ -1957,9 +2053,7 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1957
2053
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1958
2054
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
1959
2055
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1960
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1961
2056
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1962
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1963
2057
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1964
2058
|
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1965
2059
|
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
@@ -1974,6 +2068,8 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1974
2068
|
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1975
2069
|
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1976
2070
|
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
2071
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
2072
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1977
2073
|
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
1978
2074
|
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
1979
2075
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
@@ -1981,20 +2077,15 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
1981
2077
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
1982
2078
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
1983
2079
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
1984
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1985
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1986
2080
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1987
2081
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1988
2082
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1989
2083
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1990
|
-
MozTransform?: csstype.Property.Transform | undefined;
|
|
1991
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1992
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1993
|
-
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1994
2084
|
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1995
2085
|
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1996
2086
|
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1997
2087
|
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2088
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
1998
2089
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
1999
2090
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
2000
2091
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -2027,36 +2118,9 @@ declare const createStormcloudPlayer: (playerList: PlayerConfig[], fallback?: Pl
|
|
|
2027
2118
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
2028
2119
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2029
2120
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
2030
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
2031
|
-
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
2032
|
-
clipRule?: csstype.Property.ClipRule | undefined;
|
|
2033
2121
|
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
2034
2122
|
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
2035
|
-
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
2036
|
-
fill?: csstype.Property.Fill | undefined;
|
|
2037
|
-
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
2038
|
-
fillRule?: csstype.Property.FillRule | undefined;
|
|
2039
|
-
floodColor?: csstype.Property.FloodColor | undefined;
|
|
2040
|
-
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
2041
2123
|
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
2042
|
-
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
2043
|
-
marker?: csstype.Property.Marker | undefined;
|
|
2044
|
-
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
2045
|
-
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
2046
|
-
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
2047
|
-
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
2048
|
-
stopColor?: csstype.Property.StopColor | undefined;
|
|
2049
|
-
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
2050
|
-
stroke?: csstype.Property.Stroke | undefined;
|
|
2051
|
-
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
2052
|
-
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
2053
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
2054
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
2055
|
-
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
2056
|
-
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
2057
|
-
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
2058
|
-
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
2059
|
-
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
2060
2124
|
};
|
|
2061
2125
|
}, HTMLElement>;
|
|
2062
2126
|
context: unknown;
|
|
@@ -2118,6 +2182,9 @@ declare const StormcloudPlayer: {
|
|
|
2118
2182
|
alignItems?: csstype.Property.AlignItems | undefined;
|
|
2119
2183
|
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
2120
2184
|
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
2185
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
2186
|
+
anchorName?: csstype.Property.AnchorName | undefined;
|
|
2187
|
+
anchorScope?: csstype.Property.AnchorScope | undefined;
|
|
2121
2188
|
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
2122
2189
|
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
2123
2190
|
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
@@ -2144,17 +2211,14 @@ declare const StormcloudPlayer: {
|
|
|
2144
2211
|
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
2145
2212
|
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
2146
2213
|
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
2147
|
-
|
|
2214
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
2148
2215
|
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
2149
|
-
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
2150
2216
|
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
2151
2217
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
2152
2218
|
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
2153
2219
|
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
2154
2220
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
2155
2221
|
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
2156
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
2157
|
-
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
2158
2222
|
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
2159
2223
|
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2160
2224
|
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -2168,15 +2232,12 @@ declare const StormcloudPlayer: {
|
|
|
2168
2232
|
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
2169
2233
|
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
2170
2234
|
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
2171
|
-
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
2172
2235
|
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
2173
2236
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
2174
2237
|
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
2175
2238
|
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
2176
2239
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
2177
2240
|
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
2178
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
2179
|
-
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
2180
2241
|
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
2181
2242
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
2182
2243
|
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -2203,8 +2264,10 @@ declare const StormcloudPlayer: {
|
|
|
2203
2264
|
caretShape?: csstype.Property.CaretShape | undefined;
|
|
2204
2265
|
clear?: csstype.Property.Clear | undefined;
|
|
2205
2266
|
clipPath?: csstype.Property.ClipPath | undefined;
|
|
2267
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
2206
2268
|
color?: csstype.Property.Color | undefined;
|
|
2207
2269
|
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
2270
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
|
|
2208
2271
|
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
2209
2272
|
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
2210
2273
|
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
@@ -2227,9 +2290,17 @@ declare const StormcloudPlayer: {
|
|
|
2227
2290
|
counterReset?: csstype.Property.CounterReset | undefined;
|
|
2228
2291
|
counterSet?: csstype.Property.CounterSet | undefined;
|
|
2229
2292
|
cursor?: csstype.Property.Cursor | undefined;
|
|
2293
|
+
cx?: csstype.Property.Cx<string | number> | undefined;
|
|
2294
|
+
cy?: csstype.Property.Cy<string | number> | undefined;
|
|
2295
|
+
d?: csstype.Property.D | undefined;
|
|
2230
2296
|
direction?: csstype.Property.Direction | undefined;
|
|
2231
2297
|
display?: csstype.Property.Display | undefined;
|
|
2298
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
2232
2299
|
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
2300
|
+
fieldSizing?: csstype.Property.FieldSizing | undefined;
|
|
2301
|
+
fill?: csstype.Property.Fill | undefined;
|
|
2302
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
2303
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
2233
2304
|
filter?: csstype.Property.Filter | undefined;
|
|
2234
2305
|
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
2235
2306
|
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
@@ -2237,6 +2308,8 @@ declare const StormcloudPlayer: {
|
|
|
2237
2308
|
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
2238
2309
|
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
2239
2310
|
float?: csstype.Property.Float | undefined;
|
|
2311
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
2312
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
2240
2313
|
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
2241
2314
|
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
2242
2315
|
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
@@ -2246,7 +2319,6 @@ declare const StormcloudPlayer: {
|
|
|
2246
2319
|
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
2247
2320
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
2248
2321
|
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
2249
|
-
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
2250
2322
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
2251
2323
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
2252
2324
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
@@ -2263,6 +2335,7 @@ declare const StormcloudPlayer: {
|
|
|
2263
2335
|
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
2264
2336
|
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
2265
2337
|
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
2338
|
+
fontWidth?: csstype.Property.FontWidth | undefined;
|
|
2266
2339
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
2267
2340
|
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
2268
2341
|
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
@@ -2282,12 +2355,13 @@ declare const StormcloudPlayer: {
|
|
|
2282
2355
|
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
2283
2356
|
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
2284
2357
|
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
2358
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
|
|
2285
2359
|
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
2286
|
-
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
2287
2360
|
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
2288
2361
|
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
2289
2362
|
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
2290
2363
|
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
2364
|
+
interpolateSize?: csstype.Property.InterpolateSize | undefined;
|
|
2291
2365
|
isolation?: csstype.Property.Isolation | undefined;
|
|
2292
2366
|
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
2293
2367
|
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
@@ -2295,6 +2369,7 @@ declare const StormcloudPlayer: {
|
|
|
2295
2369
|
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
2296
2370
|
left?: csstype.Property.Left<string | number> | undefined;
|
|
2297
2371
|
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
2372
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
2298
2373
|
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
2299
2374
|
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
2300
2375
|
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
@@ -2310,6 +2385,10 @@ declare const StormcloudPlayer: {
|
|
|
2310
2385
|
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
2311
2386
|
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
2312
2387
|
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
2388
|
+
marker?: csstype.Property.Marker | undefined;
|
|
2389
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
2390
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
2391
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
2313
2392
|
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
2314
2393
|
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
2315
2394
|
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
@@ -2344,6 +2423,7 @@ declare const StormcloudPlayer: {
|
|
|
2344
2423
|
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
2345
2424
|
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
2346
2425
|
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
2426
|
+
objectViewBox?: csstype.Property.ObjectViewBox | undefined;
|
|
2347
2427
|
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
2348
2428
|
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
2349
2429
|
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
@@ -2379,25 +2459,32 @@ declare const StormcloudPlayer: {
|
|
|
2379
2459
|
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
2380
2460
|
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
2381
2461
|
page?: csstype.Property.Page | undefined;
|
|
2382
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
2383
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
2384
|
-
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
2385
2462
|
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
2386
2463
|
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
2387
2464
|
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
2388
2465
|
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
2389
2466
|
position?: csstype.Property.Position | undefined;
|
|
2467
|
+
positionAnchor?: csstype.Property.PositionAnchor | undefined;
|
|
2468
|
+
positionArea?: csstype.Property.PositionArea | undefined;
|
|
2469
|
+
positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
|
|
2470
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
|
|
2471
|
+
positionVisibility?: csstype.Property.PositionVisibility | undefined;
|
|
2390
2472
|
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
2391
2473
|
quotes?: csstype.Property.Quotes | undefined;
|
|
2474
|
+
r?: csstype.Property.R<string | number> | undefined;
|
|
2392
2475
|
resize?: csstype.Property.Resize | undefined;
|
|
2393
2476
|
right?: csstype.Property.Right<string | number> | undefined;
|
|
2394
2477
|
rotate?: csstype.Property.Rotate | undefined;
|
|
2395
2478
|
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
2396
2479
|
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
2397
2480
|
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
2481
|
+
rubyOverhang?: csstype.Property.RubyOverhang | undefined;
|
|
2398
2482
|
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
2483
|
+
rx?: csstype.Property.Rx<string | number> | undefined;
|
|
2484
|
+
ry?: csstype.Property.Ry<string | number> | undefined;
|
|
2399
2485
|
scale?: csstype.Property.Scale | undefined;
|
|
2400
2486
|
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
2487
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
|
|
2401
2488
|
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2402
2489
|
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2403
2490
|
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -2429,10 +2516,28 @@ declare const StormcloudPlayer: {
|
|
|
2429
2516
|
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
2430
2517
|
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
2431
2518
|
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
2519
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
2520
|
+
speakAs?: csstype.Property.SpeakAs | undefined;
|
|
2521
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
2522
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
2523
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
2524
|
+
strokeColor?: csstype.Property.StrokeColor | undefined;
|
|
2525
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
2526
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
2527
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
2528
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
2529
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
2530
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
2531
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
2432
2532
|
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
2433
2533
|
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
2434
2534
|
textAlign?: csstype.Property.TextAlign | undefined;
|
|
2435
2535
|
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
2536
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
2537
|
+
textAutospace?: csstype.Property.TextAutospace | undefined;
|
|
2538
|
+
textBox?: csstype.Property.TextBox | undefined;
|
|
2539
|
+
textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
|
|
2540
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
|
|
2436
2541
|
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
2437
2542
|
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
2438
2543
|
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
@@ -2450,10 +2555,12 @@ declare const StormcloudPlayer: {
|
|
|
2450
2555
|
textRendering?: csstype.Property.TextRendering | undefined;
|
|
2451
2556
|
textShadow?: csstype.Property.TextShadow | undefined;
|
|
2452
2557
|
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
2558
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
|
|
2453
2559
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
2454
2560
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
2455
2561
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
2456
|
-
|
|
2562
|
+
textWrapMode?: csstype.Property.TextWrapMode | undefined;
|
|
2563
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
|
|
2457
2564
|
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
2458
2565
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
2459
2566
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
@@ -2469,21 +2576,24 @@ declare const StormcloudPlayer: {
|
|
|
2469
2576
|
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
2470
2577
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
2471
2578
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
2579
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
2472
2580
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
2473
2581
|
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
2474
2582
|
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
2475
2583
|
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
2584
|
+
viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
|
|
2476
2585
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
2477
2586
|
visibility?: csstype.Property.Visibility | undefined;
|
|
2478
2587
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
2479
2588
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
2480
|
-
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
2481
2589
|
widows?: csstype.Property.Widows | undefined;
|
|
2482
2590
|
willChange?: csstype.Property.WillChange | undefined;
|
|
2483
2591
|
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
2484
2592
|
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
2485
2593
|
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
2486
2594
|
writingMode?: csstype.Property.WritingMode | undefined;
|
|
2595
|
+
x?: csstype.Property.X<string | number> | undefined;
|
|
2596
|
+
y?: csstype.Property.Y<string | number> | undefined;
|
|
2487
2597
|
zIndex?: csstype.Property.ZIndex | undefined;
|
|
2488
2598
|
zoom?: csstype.Property.Zoom | undefined;
|
|
2489
2599
|
all?: csstype.Property.All | undefined;
|
|
@@ -2493,14 +2603,20 @@ declare const StormcloudPlayer: {
|
|
|
2493
2603
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
2494
2604
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
2495
2605
|
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
2606
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
2496
2607
|
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
2497
2608
|
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
2609
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
2610
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
2498
2611
|
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
2499
2612
|
borderColor?: csstype.Property.BorderColor | undefined;
|
|
2500
2613
|
borderImage?: csstype.Property.BorderImage | undefined;
|
|
2501
2614
|
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
2615
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
2502
2616
|
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
2503
2617
|
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
2618
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
2619
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
2504
2620
|
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
2505
2621
|
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
2506
2622
|
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
@@ -2542,6 +2658,7 @@ declare const StormcloudPlayer: {
|
|
|
2542
2658
|
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
2543
2659
|
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
2544
2660
|
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
2661
|
+
positionTry?: csstype.Property.PositionTry | undefined;
|
|
2545
2662
|
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
2546
2663
|
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
2547
2664
|
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -2552,6 +2669,7 @@ declare const StormcloudPlayer: {
|
|
|
2552
2669
|
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
2553
2670
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
2554
2671
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
2672
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
2555
2673
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2556
2674
|
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
2557
2675
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -2563,6 +2681,7 @@ declare const StormcloudPlayer: {
|
|
|
2563
2681
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
2564
2682
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
2565
2683
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
2684
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
2566
2685
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
2567
2686
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
2568
2687
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -2574,8 +2693,6 @@ declare const StormcloudPlayer: {
|
|
|
2574
2693
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
2575
2694
|
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
2576
2695
|
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
2577
|
-
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
2578
|
-
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
2579
2696
|
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
2580
2697
|
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
2581
2698
|
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -2584,7 +2701,6 @@ declare const StormcloudPlayer: {
|
|
|
2584
2701
|
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
2585
2702
|
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
2586
2703
|
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
2587
|
-
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
2588
2704
|
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
2589
2705
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
2590
2706
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
@@ -2595,11 +2711,15 @@ declare const StormcloudPlayer: {
|
|
|
2595
2711
|
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2596
2712
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
2597
2713
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
2714
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
2715
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
2598
2716
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
2599
2717
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
2600
2718
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
2601
2719
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
2602
|
-
|
|
2720
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
2721
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2722
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
2603
2723
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
2604
2724
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
2605
2725
|
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
@@ -2718,6 +2838,8 @@ declare const StormcloudPlayer: {
|
|
|
2718
2838
|
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
2719
2839
|
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
2720
2840
|
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
2841
|
+
WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
|
|
2842
|
+
WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
|
|
2721
2843
|
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
2722
2844
|
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
2723
2845
|
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
@@ -2772,13 +2894,14 @@ declare const StormcloudPlayer: {
|
|
|
2772
2894
|
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2773
2895
|
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2774
2896
|
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
2775
|
-
WebkitUserSelect?: csstype.Property.
|
|
2897
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
|
|
2776
2898
|
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
2777
2899
|
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
2778
2900
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
2779
2901
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
2780
2902
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
2781
2903
|
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
2904
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2782
2905
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
2783
2906
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
2784
2907
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -2799,7 +2922,6 @@ declare const StormcloudPlayer: {
|
|
|
2799
2922
|
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
2800
2923
|
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
2801
2924
|
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2802
|
-
azimuth?: csstype.Property.Azimuth | undefined;
|
|
2803
2925
|
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
2804
2926
|
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
2805
2927
|
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
@@ -2809,16 +2931,22 @@ declare const StormcloudPlayer: {
|
|
|
2809
2931
|
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2810
2932
|
boxPack?: csstype.Property.BoxPack | undefined;
|
|
2811
2933
|
clip?: csstype.Property.Clip | undefined;
|
|
2934
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
2812
2935
|
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
2813
2936
|
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
2814
2937
|
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
2815
2938
|
imeMode?: csstype.Property.ImeMode | undefined;
|
|
2939
|
+
insetArea?: csstype.Property.PositionArea | undefined;
|
|
2816
2940
|
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
2817
2941
|
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
2818
2942
|
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
2819
2943
|
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
2820
2944
|
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
2821
2945
|
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
2946
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
2947
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
2948
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
2949
|
+
positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
|
|
2822
2950
|
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
2823
2951
|
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
2824
2952
|
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
@@ -2836,9 +2964,7 @@ declare const StormcloudPlayer: {
|
|
|
2836
2964
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
2837
2965
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
2838
2966
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
2839
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
2840
2967
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
2841
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
2842
2968
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
2843
2969
|
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
2844
2970
|
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
@@ -2853,6 +2979,8 @@ declare const StormcloudPlayer: {
|
|
|
2853
2979
|
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2854
2980
|
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
2855
2981
|
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
2982
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
2983
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
2856
2984
|
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
2857
2985
|
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
2858
2986
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
@@ -2860,20 +2988,15 @@ declare const StormcloudPlayer: {
|
|
|
2860
2988
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
2861
2989
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
2862
2990
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
2863
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
2864
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
2865
2991
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
2866
2992
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
2867
2993
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
2868
2994
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
2869
|
-
MozTransform?: csstype.Property.Transform | undefined;
|
|
2870
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
2871
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
2872
|
-
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
2873
2995
|
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
2874
2996
|
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
2875
2997
|
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
2876
2998
|
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
2999
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
2877
3000
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
2878
3001
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
2879
3002
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -2906,36 +3029,9 @@ declare const StormcloudPlayer: {
|
|
|
2906
3029
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
2907
3030
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
2908
3031
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
2909
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
2910
|
-
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
2911
|
-
clipRule?: csstype.Property.ClipRule | undefined;
|
|
2912
3032
|
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
2913
3033
|
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
2914
|
-
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
2915
|
-
fill?: csstype.Property.Fill | undefined;
|
|
2916
|
-
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
2917
|
-
fillRule?: csstype.Property.FillRule | undefined;
|
|
2918
|
-
floodColor?: csstype.Property.FloodColor | undefined;
|
|
2919
|
-
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
2920
3034
|
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
2921
|
-
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
2922
|
-
marker?: csstype.Property.Marker | undefined;
|
|
2923
|
-
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
2924
|
-
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
2925
|
-
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
2926
|
-
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
2927
|
-
stopColor?: csstype.Property.StopColor | undefined;
|
|
2928
|
-
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
2929
|
-
stroke?: csstype.Property.Stroke | undefined;
|
|
2930
|
-
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
2931
|
-
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
2932
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
2933
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
2934
|
-
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
2935
|
-
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
2936
|
-
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
2937
|
-
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
2938
|
-
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
2939
3035
|
};
|
|
2940
3036
|
}, HTMLElement>;
|
|
2941
3037
|
context: unknown;
|
|
@@ -2985,6 +3081,9 @@ declare const StormcloudPlayer: {
|
|
|
2985
3081
|
alignItems?: csstype.Property.AlignItems | undefined;
|
|
2986
3082
|
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
2987
3083
|
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
3084
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
3085
|
+
anchorName?: csstype.Property.AnchorName | undefined;
|
|
3086
|
+
anchorScope?: csstype.Property.AnchorScope | undefined;
|
|
2988
3087
|
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
2989
3088
|
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
2990
3089
|
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
@@ -3011,17 +3110,14 @@ declare const StormcloudPlayer: {
|
|
|
3011
3110
|
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
3012
3111
|
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
3013
3112
|
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
3014
|
-
|
|
3113
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
3015
3114
|
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
3016
|
-
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
3017
3115
|
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
3018
3116
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
3019
3117
|
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
3020
3118
|
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
3021
3119
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
3022
3120
|
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
3023
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
3024
|
-
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
3025
3121
|
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
3026
3122
|
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
3027
3123
|
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -3035,15 +3131,12 @@ declare const StormcloudPlayer: {
|
|
|
3035
3131
|
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
3036
3132
|
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
3037
3133
|
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
3038
|
-
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
3039
3134
|
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
3040
3135
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
3041
3136
|
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
3042
3137
|
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
3043
3138
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
3044
3139
|
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
3045
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
3046
|
-
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
3047
3140
|
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
3048
3141
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
3049
3142
|
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -3070,8 +3163,10 @@ declare const StormcloudPlayer: {
|
|
|
3070
3163
|
caretShape?: csstype.Property.CaretShape | undefined;
|
|
3071
3164
|
clear?: csstype.Property.Clear | undefined;
|
|
3072
3165
|
clipPath?: csstype.Property.ClipPath | undefined;
|
|
3166
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
3073
3167
|
color?: csstype.Property.Color | undefined;
|
|
3074
3168
|
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
3169
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
|
|
3075
3170
|
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
3076
3171
|
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
3077
3172
|
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
@@ -3094,9 +3189,17 @@ declare const StormcloudPlayer: {
|
|
|
3094
3189
|
counterReset?: csstype.Property.CounterReset | undefined;
|
|
3095
3190
|
counterSet?: csstype.Property.CounterSet | undefined;
|
|
3096
3191
|
cursor?: csstype.Property.Cursor | undefined;
|
|
3192
|
+
cx?: csstype.Property.Cx<string | number> | undefined;
|
|
3193
|
+
cy?: csstype.Property.Cy<string | number> | undefined;
|
|
3194
|
+
d?: csstype.Property.D | undefined;
|
|
3097
3195
|
direction?: csstype.Property.Direction | undefined;
|
|
3098
3196
|
display?: csstype.Property.Display | undefined;
|
|
3197
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
3099
3198
|
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
3199
|
+
fieldSizing?: csstype.Property.FieldSizing | undefined;
|
|
3200
|
+
fill?: csstype.Property.Fill | undefined;
|
|
3201
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
3202
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
3100
3203
|
filter?: csstype.Property.Filter | undefined;
|
|
3101
3204
|
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
3102
3205
|
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
@@ -3104,6 +3207,8 @@ declare const StormcloudPlayer: {
|
|
|
3104
3207
|
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
3105
3208
|
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
3106
3209
|
float?: csstype.Property.Float | undefined;
|
|
3210
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
3211
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
3107
3212
|
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
3108
3213
|
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
3109
3214
|
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
@@ -3113,7 +3218,6 @@ declare const StormcloudPlayer: {
|
|
|
3113
3218
|
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
3114
3219
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
3115
3220
|
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
3116
|
-
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
3117
3221
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
3118
3222
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
3119
3223
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
@@ -3130,6 +3234,7 @@ declare const StormcloudPlayer: {
|
|
|
3130
3234
|
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
3131
3235
|
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
3132
3236
|
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
3237
|
+
fontWidth?: csstype.Property.FontWidth | undefined;
|
|
3133
3238
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
3134
3239
|
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
3135
3240
|
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
@@ -3149,12 +3254,13 @@ declare const StormcloudPlayer: {
|
|
|
3149
3254
|
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
3150
3255
|
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
3151
3256
|
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
3257
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
|
|
3152
3258
|
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
3153
|
-
inputSecurity?: csstype.Property.InputSecurity | undefined;
|
|
3154
3259
|
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
3155
3260
|
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
3156
3261
|
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
3157
3262
|
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
3263
|
+
interpolateSize?: csstype.Property.InterpolateSize | undefined;
|
|
3158
3264
|
isolation?: csstype.Property.Isolation | undefined;
|
|
3159
3265
|
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
3160
3266
|
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
@@ -3162,6 +3268,7 @@ declare const StormcloudPlayer: {
|
|
|
3162
3268
|
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
3163
3269
|
left?: csstype.Property.Left<string | number> | undefined;
|
|
3164
3270
|
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
3271
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
3165
3272
|
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
3166
3273
|
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
3167
3274
|
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
@@ -3177,6 +3284,10 @@ declare const StormcloudPlayer: {
|
|
|
3177
3284
|
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
3178
3285
|
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
3179
3286
|
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
3287
|
+
marker?: csstype.Property.Marker | undefined;
|
|
3288
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
3289
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
3290
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
3180
3291
|
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
3181
3292
|
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
3182
3293
|
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
@@ -3211,6 +3322,7 @@ declare const StormcloudPlayer: {
|
|
|
3211
3322
|
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
3212
3323
|
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
3213
3324
|
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
3325
|
+
objectViewBox?: csstype.Property.ObjectViewBox | undefined;
|
|
3214
3326
|
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
3215
3327
|
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
3216
3328
|
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
@@ -3246,25 +3358,32 @@ declare const StormcloudPlayer: {
|
|
|
3246
3358
|
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
3247
3359
|
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
3248
3360
|
page?: csstype.Property.Page | undefined;
|
|
3249
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
3250
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
3251
|
-
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
3252
3361
|
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
3253
3362
|
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
3254
3363
|
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
3255
3364
|
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
3256
3365
|
position?: csstype.Property.Position | undefined;
|
|
3366
|
+
positionAnchor?: csstype.Property.PositionAnchor | undefined;
|
|
3367
|
+
positionArea?: csstype.Property.PositionArea | undefined;
|
|
3368
|
+
positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
|
|
3369
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
|
|
3370
|
+
positionVisibility?: csstype.Property.PositionVisibility | undefined;
|
|
3257
3371
|
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
3258
3372
|
quotes?: csstype.Property.Quotes | undefined;
|
|
3373
|
+
r?: csstype.Property.R<string | number> | undefined;
|
|
3259
3374
|
resize?: csstype.Property.Resize | undefined;
|
|
3260
3375
|
right?: csstype.Property.Right<string | number> | undefined;
|
|
3261
3376
|
rotate?: csstype.Property.Rotate | undefined;
|
|
3262
3377
|
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
3263
3378
|
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
3264
3379
|
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
3380
|
+
rubyOverhang?: csstype.Property.RubyOverhang | undefined;
|
|
3265
3381
|
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
3382
|
+
rx?: csstype.Property.Rx<string | number> | undefined;
|
|
3383
|
+
ry?: csstype.Property.Ry<string | number> | undefined;
|
|
3266
3384
|
scale?: csstype.Property.Scale | undefined;
|
|
3267
3385
|
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
3386
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
|
|
3268
3387
|
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
3269
3388
|
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
3270
3389
|
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -3296,10 +3415,28 @@ declare const StormcloudPlayer: {
|
|
|
3296
3415
|
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
3297
3416
|
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
3298
3417
|
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
3418
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
3419
|
+
speakAs?: csstype.Property.SpeakAs | undefined;
|
|
3420
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
3421
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
3422
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
3423
|
+
strokeColor?: csstype.Property.StrokeColor | undefined;
|
|
3424
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
3425
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
3426
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
3427
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
3428
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
3429
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
3430
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
3299
3431
|
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
3300
3432
|
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
3301
3433
|
textAlign?: csstype.Property.TextAlign | undefined;
|
|
3302
3434
|
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
3435
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
3436
|
+
textAutospace?: csstype.Property.TextAutospace | undefined;
|
|
3437
|
+
textBox?: csstype.Property.TextBox | undefined;
|
|
3438
|
+
textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
|
|
3439
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
|
|
3303
3440
|
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
3304
3441
|
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
3305
3442
|
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
@@ -3317,10 +3454,12 @@ declare const StormcloudPlayer: {
|
|
|
3317
3454
|
textRendering?: csstype.Property.TextRendering | undefined;
|
|
3318
3455
|
textShadow?: csstype.Property.TextShadow | undefined;
|
|
3319
3456
|
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
3457
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
|
|
3320
3458
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
3321
3459
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
3322
3460
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
3323
|
-
|
|
3461
|
+
textWrapMode?: csstype.Property.TextWrapMode | undefined;
|
|
3462
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
|
|
3324
3463
|
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
3325
3464
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
3326
3465
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
@@ -3336,21 +3475,24 @@ declare const StormcloudPlayer: {
|
|
|
3336
3475
|
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
3337
3476
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
3338
3477
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
3478
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
3339
3479
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
3340
3480
|
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
3341
3481
|
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
3342
3482
|
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
3483
|
+
viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
|
|
3343
3484
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
3344
3485
|
visibility?: csstype.Property.Visibility | undefined;
|
|
3345
3486
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
3346
3487
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
3347
|
-
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
3348
3488
|
widows?: csstype.Property.Widows | undefined;
|
|
3349
3489
|
willChange?: csstype.Property.WillChange | undefined;
|
|
3350
3490
|
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
3351
3491
|
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
3352
3492
|
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
3353
3493
|
writingMode?: csstype.Property.WritingMode | undefined;
|
|
3494
|
+
x?: csstype.Property.X<string | number> | undefined;
|
|
3495
|
+
y?: csstype.Property.Y<string | number> | undefined;
|
|
3354
3496
|
zIndex?: csstype.Property.ZIndex | undefined;
|
|
3355
3497
|
zoom?: csstype.Property.Zoom | undefined;
|
|
3356
3498
|
all?: csstype.Property.All | undefined;
|
|
@@ -3360,14 +3502,20 @@ declare const StormcloudPlayer: {
|
|
|
3360
3502
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
3361
3503
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
3362
3504
|
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
3505
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
3363
3506
|
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
3364
3507
|
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
3508
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
3509
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
3365
3510
|
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
3366
3511
|
borderColor?: csstype.Property.BorderColor | undefined;
|
|
3367
3512
|
borderImage?: csstype.Property.BorderImage | undefined;
|
|
3368
3513
|
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
3514
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
3369
3515
|
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
3370
3516
|
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
3517
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
3518
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
3371
3519
|
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
3372
3520
|
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
3373
3521
|
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
@@ -3409,6 +3557,7 @@ declare const StormcloudPlayer: {
|
|
|
3409
3557
|
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
3410
3558
|
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
3411
3559
|
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
3560
|
+
positionTry?: csstype.Property.PositionTry | undefined;
|
|
3412
3561
|
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
3413
3562
|
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
3414
3563
|
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -3419,6 +3568,7 @@ declare const StormcloudPlayer: {
|
|
|
3419
3568
|
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
3420
3569
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
3421
3570
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
3571
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
3422
3572
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
3423
3573
|
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
3424
3574
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -3430,6 +3580,7 @@ declare const StormcloudPlayer: {
|
|
|
3430
3580
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
3431
3581
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
3432
3582
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
3583
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
3433
3584
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
3434
3585
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
3435
3586
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -3441,8 +3592,6 @@ declare const StormcloudPlayer: {
|
|
|
3441
3592
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
3442
3593
|
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
3443
3594
|
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
3444
|
-
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
3445
|
-
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
3446
3595
|
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
3447
3596
|
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
3448
3597
|
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -3451,7 +3600,6 @@ declare const StormcloudPlayer: {
|
|
|
3451
3600
|
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
3452
3601
|
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
3453
3602
|
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
3454
|
-
MozImageRegion?: csstype.Property.MozImageRegion | undefined;
|
|
3455
3603
|
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
3456
3604
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
3457
3605
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
@@ -3462,11 +3610,15 @@ declare const StormcloudPlayer: {
|
|
|
3462
3610
|
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
3463
3611
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
3464
3612
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
3613
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
3614
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
3465
3615
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
3466
3616
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
3467
3617
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
3468
3618
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
3469
|
-
|
|
3619
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
3620
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
3621
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
3470
3622
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
3471
3623
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
3472
3624
|
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
@@ -3585,6 +3737,8 @@ declare const StormcloudPlayer: {
|
|
|
3585
3737
|
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
3586
3738
|
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
3587
3739
|
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
3740
|
+
WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
|
|
3741
|
+
WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
|
|
3588
3742
|
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
3589
3743
|
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
3590
3744
|
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
@@ -3639,13 +3793,14 @@ declare const StormcloudPlayer: {
|
|
|
3639
3793
|
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
3640
3794
|
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
3641
3795
|
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
3642
|
-
WebkitUserSelect?: csstype.Property.
|
|
3796
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
|
|
3643
3797
|
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
3644
3798
|
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
3645
3799
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
3646
3800
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
3647
3801
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
3648
3802
|
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
3803
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
3649
3804
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
3650
3805
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
3651
3806
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -3666,7 +3821,6 @@ declare const StormcloudPlayer: {
|
|
|
3666
3821
|
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
3667
3822
|
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
3668
3823
|
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
3669
|
-
azimuth?: csstype.Property.Azimuth | undefined;
|
|
3670
3824
|
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
3671
3825
|
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
3672
3826
|
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
@@ -3676,16 +3830,22 @@ declare const StormcloudPlayer: {
|
|
|
3676
3830
|
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
3677
3831
|
boxPack?: csstype.Property.BoxPack | undefined;
|
|
3678
3832
|
clip?: csstype.Property.Clip | undefined;
|
|
3833
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
3679
3834
|
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
3680
3835
|
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
3681
3836
|
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
3682
3837
|
imeMode?: csstype.Property.ImeMode | undefined;
|
|
3838
|
+
insetArea?: csstype.Property.PositionArea | undefined;
|
|
3683
3839
|
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
3684
3840
|
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
3685
3841
|
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
3686
3842
|
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
3687
3843
|
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
3688
3844
|
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
3845
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
3846
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
3847
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
3848
|
+
positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
|
|
3689
3849
|
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
3690
3850
|
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
3691
3851
|
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
@@ -3703,9 +3863,7 @@ declare const StormcloudPlayer: {
|
|
|
3703
3863
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
3704
3864
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
3705
3865
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
3706
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
3707
3866
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
3708
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
3709
3867
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
3710
3868
|
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
3711
3869
|
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
@@ -3720,6 +3878,8 @@ declare const StormcloudPlayer: {
|
|
|
3720
3878
|
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
3721
3879
|
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
3722
3880
|
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
3881
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
3882
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
3723
3883
|
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
3724
3884
|
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
3725
3885
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
@@ -3727,20 +3887,15 @@ declare const StormcloudPlayer: {
|
|
|
3727
3887
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
3728
3888
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
3729
3889
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
3730
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
3731
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
3732
3890
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
3733
3891
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
3734
3892
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
3735
3893
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
3736
|
-
MozTransform?: csstype.Property.Transform | undefined;
|
|
3737
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
3738
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
3739
|
-
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
3740
3894
|
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
3741
3895
|
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
3742
3896
|
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
3743
3897
|
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
3898
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
3744
3899
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
3745
3900
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
3746
3901
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -3773,36 +3928,9 @@ declare const StormcloudPlayer: {
|
|
|
3773
3928
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
3774
3929
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
3775
3930
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
3776
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
3777
|
-
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
3778
|
-
clipRule?: csstype.Property.ClipRule | undefined;
|
|
3779
3931
|
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
3780
3932
|
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
3781
|
-
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
3782
|
-
fill?: csstype.Property.Fill | undefined;
|
|
3783
|
-
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
3784
|
-
fillRule?: csstype.Property.FillRule | undefined;
|
|
3785
|
-
floodColor?: csstype.Property.FloodColor | undefined;
|
|
3786
|
-
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
3787
3933
|
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
3788
|
-
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
3789
|
-
marker?: csstype.Property.Marker | undefined;
|
|
3790
|
-
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
3791
|
-
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
3792
|
-
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
3793
|
-
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
3794
|
-
stopColor?: csstype.Property.StopColor | undefined;
|
|
3795
|
-
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
3796
|
-
stroke?: csstype.Property.Stroke | undefined;
|
|
3797
|
-
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
3798
|
-
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
3799
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
3800
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
3801
|
-
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
3802
|
-
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
3803
|
-
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
3804
|
-
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
3805
|
-
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
3806
3934
|
};
|
|
3807
3935
|
}, HTMLElement>;
|
|
3808
3936
|
context: unknown;
|