@cssfn/css-prop-list
Advanced tools
+4
-4
| { | ||
| "name": "@cssfn/css-prop-list", | ||
| "version": "3.1.0", | ||
| "version": "3.2.0", | ||
| "description": "Checks for valid css properties.", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@cssfn/css-types": "^3.1.0" | ||
| "@cssfn/css-types": "^3.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@cssfn/bulk-list-builder": "^3.1.0" | ||
| "@cssfn/bulk-list-builder": "^3.2.0" | ||
| }, | ||
| "gitHead": "adf3659c95d997c71c8465edc8a54c26d8ed4d66" | ||
| "gitHead": "86e3bc9e9d47919dc93eeac6bf8039bce9d03620" | ||
| } |
| /** | ||
| * imported from 'css-types' npm package | ||
| */ | ||
| export interface StandardLonghandProperties { | ||
| accentColor?: any; | ||
| alignContent?: any; | ||
| alignItems?: any; | ||
| alignSelf?: any; | ||
| alignTracks?: any; | ||
| animationDelay?: any; | ||
| animationDirection?: any; | ||
| animationDuration?: any; | ||
| animationFillMode?: any; | ||
| animationIterationCount?: any; | ||
| animationName?: any; | ||
| animationPlayState?: any; | ||
| animationTimeline?: any; | ||
| animationTimingFunction?: any; | ||
| appearance?: any; | ||
| aspectRatio?: any; | ||
| backdropFilter?: any; | ||
| backfaceVisibility?: any; | ||
| backgroundAttachment?: any; | ||
| backgroundBlendMode?: any; | ||
| backgroundClip?: any; | ||
| backgroundColor?: any; | ||
| backgroundImage?: any; | ||
| backgroundOrigin?: any; | ||
| backgroundPositionX?: any; | ||
| backgroundPositionY?: any; | ||
| backgroundRepeat?: any; | ||
| backgroundSize?: any; | ||
| blockOverflow?: any; | ||
| blockSize?: any; | ||
| borderBlockColor?: any; | ||
| borderBlockEndColor?: any; | ||
| borderBlockEndStyle?: any; | ||
| borderBlockEndWidth?: any; | ||
| borderBlockStartColor?: any; | ||
| borderBlockStartStyle?: any; | ||
| borderBlockStartWidth?: any; | ||
| borderBlockStyle?: any; | ||
| borderBlockWidth?: any; | ||
| borderBottomColor?: any; | ||
| borderBottomLeftRadius?: any; | ||
| borderBottomRightRadius?: any; | ||
| borderBottomStyle?: any; | ||
| borderBottomWidth?: any; | ||
| borderCollapse?: any; | ||
| borderEndEndRadius?: any; | ||
| borderEndStartRadius?: any; | ||
| borderImageOutset?: any; | ||
| borderImageRepeat?: any; | ||
| borderImageSlice?: any; | ||
| borderImageSource?: any; | ||
| borderImageWidth?: any; | ||
| borderInlineColor?: any; | ||
| borderInlineEndColor?: any; | ||
| borderInlineEndStyle?: any; | ||
| borderInlineEndWidth?: any; | ||
| borderInlineStartColor?: any; | ||
| borderInlineStartStyle?: any; | ||
| borderInlineStartWidth?: any; | ||
| borderInlineStyle?: any; | ||
| borderInlineWidth?: any; | ||
| borderLeftColor?: any; | ||
| borderLeftStyle?: any; | ||
| borderLeftWidth?: any; | ||
| borderRightColor?: any; | ||
| borderRightStyle?: any; | ||
| borderRightWidth?: any; | ||
| borderSpacing?: any; | ||
| borderStartEndRadius?: any; | ||
| borderStartStartRadius?: any; | ||
| borderTopColor?: any; | ||
| borderTopLeftRadius?: any; | ||
| borderTopRightRadius?: any; | ||
| borderTopStyle?: any; | ||
| borderTopWidth?: any; | ||
| bottom?: any; | ||
| boxDecorationBreak?: any; | ||
| boxShadow?: any; | ||
| boxSizing?: any; | ||
| breakAfter?: any; | ||
| breakBefore?: any; | ||
| breakInside?: any; | ||
| captionSide?: any; | ||
| caretColor?: any; | ||
| clear?: any; | ||
| clipPath?: any; | ||
| color?: any; | ||
| colorAdjust?: any; | ||
| colorScheme?: any; | ||
| columnCount?: any; | ||
| columnFill?: any; | ||
| columnGap?: any; | ||
| columnRuleColor?: any; | ||
| columnRuleStyle?: any; | ||
| columnRuleWidth?: any; | ||
| columnSpan?: any; | ||
| columnWidth?: any; | ||
| contain?: any; | ||
| content?: any; | ||
| contentVisibility?: any; | ||
| counterIncrement?: any; | ||
| counterReset?: any; | ||
| counterSet?: any; | ||
| cursor?: any; | ||
| direction?: any; | ||
| display?: any; | ||
| emptyCells?: any; | ||
| filter?: any; | ||
| flexBasis?: any; | ||
| flexDirection?: any; | ||
| flexGrow?: any; | ||
| flexShrink?: any; | ||
| flexWrap?: any; | ||
| float?: any; | ||
| fontFamily?: any; | ||
| fontFeatureSettings?: any; | ||
| fontKerning?: any; | ||
| fontLanguageOverride?: any; | ||
| fontOpticalSizing?: any; | ||
| fontSize?: any; | ||
| fontSizeAdjust?: any; | ||
| fontSmooth?: any; | ||
| fontStretch?: any; | ||
| fontStyle?: any; | ||
| fontSynthesis?: any; | ||
| fontVariant?: any; | ||
| fontVariantAlternates?: any; | ||
| fontVariantCaps?: any; | ||
| fontVariantEastAsian?: any; | ||
| fontVariantLigatures?: any; | ||
| fontVariantNumeric?: any; | ||
| fontVariantPosition?: any; | ||
| fontVariationSettings?: any; | ||
| fontWeight?: any; | ||
| forcedColorAdjust?: any; | ||
| gridAutoColumns?: any; | ||
| gridAutoFlow?: any; | ||
| gridAutoRows?: any; | ||
| gridColumnEnd?: any; | ||
| gridColumnStart?: any; | ||
| gridRowEnd?: any; | ||
| gridRowStart?: any; | ||
| gridTemplateAreas?: any; | ||
| gridTemplateColumns?: any; | ||
| gridTemplateRows?: any; | ||
| hangingPunctuation?: any; | ||
| height?: any; | ||
| hyphenateCharacter?: any; | ||
| hyphens?: any; | ||
| imageOrientation?: any; | ||
| imageRendering?: any; | ||
| imageResolution?: any; | ||
| initialLetter?: any; | ||
| inlineSize?: any; | ||
| inputSecurity?: any; | ||
| inset?: any; | ||
| insetBlock?: any; | ||
| insetBlockEnd?: any; | ||
| insetBlockStart?: any; | ||
| insetInline?: any; | ||
| insetInlineEnd?: any; | ||
| insetInlineStart?: any; | ||
| isolation?: any; | ||
| justifyContent?: any; | ||
| justifyItems?: any; | ||
| justifySelf?: any; | ||
| justifyTracks?: any; | ||
| left?: any; | ||
| letterSpacing?: any; | ||
| lineBreak?: any; | ||
| lineHeight?: any; | ||
| lineHeightStep?: any; | ||
| listStyleImage?: any; | ||
| listStylePosition?: any; | ||
| listStyleType?: any; | ||
| marginBlock?: any; | ||
| marginBlockEnd?: any; | ||
| marginBlockStart?: any; | ||
| marginBottom?: any; | ||
| marginInline?: any; | ||
| marginInlineEnd?: any; | ||
| marginInlineStart?: any; | ||
| marginLeft?: any; | ||
| marginRight?: any; | ||
| marginTop?: any; | ||
| maskBorderMode?: any; | ||
| maskBorderOutset?: any; | ||
| maskBorderRepeat?: any; | ||
| maskBorderSlice?: any; | ||
| maskBorderSource?: any; | ||
| maskBorderWidth?: any; | ||
| maskClip?: any; | ||
| maskComposite?: any; | ||
| maskImage?: any; | ||
| maskMode?: any; | ||
| maskOrigin?: any; | ||
| maskPosition?: any; | ||
| maskRepeat?: any; | ||
| maskSize?: any; | ||
| maskType?: any; | ||
| mathStyle?: any; | ||
| maxBlockSize?: any; | ||
| maxHeight?: any; | ||
| maxInlineSize?: any; | ||
| maxLines?: any; | ||
| maxWidth?: any; | ||
| minBlockSize?: any; | ||
| minHeight?: any; | ||
| minInlineSize?: any; | ||
| minWidth?: any; | ||
| mixBlendMode?: any; | ||
| motionDistance?: any; | ||
| motionPath?: any; | ||
| motionRotation?: any; | ||
| objectFit?: any; | ||
| objectPosition?: any; | ||
| offsetAnchor?: any; | ||
| offsetDistance?: any; | ||
| offsetPath?: any; | ||
| offsetRotate?: any; | ||
| offsetRotation?: any; | ||
| opacity?: any; | ||
| order?: any; | ||
| orphans?: any; | ||
| outlineColor?: any; | ||
| outlineOffset?: any; | ||
| outlineStyle?: any; | ||
| outlineWidth?: any; | ||
| overflowAnchor?: any; | ||
| overflowBlock?: any; | ||
| overflowClipBox?: any; | ||
| overflowClipMargin?: any; | ||
| overflowInline?: any; | ||
| overflowWrap?: any; | ||
| overflowX?: any; | ||
| overflowY?: any; | ||
| overscrollBehaviorBlock?: any; | ||
| overscrollBehaviorInline?: any; | ||
| overscrollBehaviorX?: any; | ||
| overscrollBehaviorY?: any; | ||
| paddingBlock?: any; | ||
| paddingBlockEnd?: any; | ||
| paddingBlockStart?: any; | ||
| paddingBottom?: any; | ||
| paddingInline?: any; | ||
| paddingInlineEnd?: any; | ||
| paddingInlineStart?: any; | ||
| paddingLeft?: any; | ||
| paddingRight?: any; | ||
| paddingTop?: any; | ||
| pageBreakAfter?: any; | ||
| pageBreakBefore?: any; | ||
| pageBreakInside?: any; | ||
| paintOrder?: any; | ||
| perspective?: any; | ||
| perspectiveOrigin?: any; | ||
| placeContent?: any; | ||
| pointerEvents?: any; | ||
| position?: any; | ||
| printColorAdjust?: any; | ||
| quotes?: any; | ||
| resize?: any; | ||
| right?: any; | ||
| rotate?: any; | ||
| rowGap?: any; | ||
| rubyAlign?: any; | ||
| rubyMerge?: any; | ||
| rubyPosition?: any; | ||
| scale?: any; | ||
| scrollBehavior?: any; | ||
| scrollMargin?: any; | ||
| scrollMarginBlock?: any; | ||
| scrollMarginBlockEnd?: any; | ||
| scrollMarginBlockStart?: any; | ||
| scrollMarginBottom?: any; | ||
| scrollMarginInline?: any; | ||
| scrollMarginInlineEnd?: any; | ||
| scrollMarginInlineStart?: any; | ||
| scrollMarginLeft?: any; | ||
| scrollMarginRight?: any; | ||
| scrollMarginTop?: any; | ||
| scrollPadding?: any; | ||
| scrollPaddingBlock?: any; | ||
| scrollPaddingBlockEnd?: any; | ||
| scrollPaddingBlockStart?: any; | ||
| scrollPaddingBottom?: any; | ||
| scrollPaddingInline?: any; | ||
| scrollPaddingInlineEnd?: any; | ||
| scrollPaddingInlineStart?: any; | ||
| scrollPaddingLeft?: any; | ||
| scrollPaddingRight?: any; | ||
| scrollPaddingTop?: any; | ||
| scrollSnapAlign?: any; | ||
| scrollSnapMargin?: any; | ||
| scrollSnapMarginBottom?: any; | ||
| scrollSnapMarginLeft?: any; | ||
| scrollSnapMarginRight?: any; | ||
| scrollSnapMarginTop?: any; | ||
| scrollSnapStop?: any; | ||
| scrollSnapType?: any; | ||
| scrollbarColor?: any; | ||
| scrollbarGutter?: any; | ||
| scrollbarWidth?: any; | ||
| shapeImageThreshold?: any; | ||
| shapeMargin?: any; | ||
| shapeOutside?: any; | ||
| tabSize?: any; | ||
| tableLayout?: any; | ||
| textAlign?: any; | ||
| textAlignLast?: any; | ||
| textCombineUpright?: any; | ||
| textDecorationColor?: any; | ||
| textDecorationLine?: any; | ||
| textDecorationSkip?: any; | ||
| textDecorationSkipInk?: any; | ||
| textDecorationStyle?: any; | ||
| textDecorationThickness?: any; | ||
| textDecorationWidth?: any; | ||
| textEmphasisColor?: any; | ||
| textEmphasisPosition?: any; | ||
| textEmphasisStyle?: any; | ||
| textIndent?: any; | ||
| textJustify?: any; | ||
| textOrientation?: any; | ||
| textOverflow?: any; | ||
| textRendering?: any; | ||
| textShadow?: any; | ||
| textSizeAdjust?: any; | ||
| textTransform?: any; | ||
| textUnderlineOffset?: any; | ||
| textUnderlinePosition?: any; | ||
| top?: any; | ||
| touchAction?: any; | ||
| transform?: any; | ||
| transformBox?: any; | ||
| transformOrigin?: any; | ||
| transformStyle?: any; | ||
| transitionDelay?: any; | ||
| transitionDuration?: any; | ||
| transitionProperty?: any; | ||
| transitionTimingFunction?: any; | ||
| translate?: any; | ||
| unicodeBidi?: any; | ||
| userSelect?: any; | ||
| verticalAlign?: any; | ||
| visibility?: any; | ||
| whiteSpace?: any; | ||
| widows?: any; | ||
| width?: any; | ||
| willChange?: any; | ||
| wordBreak?: any; | ||
| wordSpacing?: any; | ||
| wordWrap?: any; | ||
| writingMode?: any; | ||
| zIndex?: any; | ||
| zoom?: any; | ||
| } | ||
| export interface StandardShorthandProperties { | ||
| all?: any; | ||
| animation?: any; | ||
| background?: any; | ||
| backgroundPosition?: any; | ||
| border?: any; | ||
| borderBlock?: any; | ||
| borderBlockEnd?: any; | ||
| borderBlockStart?: any; | ||
| borderBottom?: any; | ||
| borderColor?: any; | ||
| borderImage?: any; | ||
| borderInline?: any; | ||
| borderInlineEnd?: any; | ||
| borderInlineStart?: any; | ||
| borderLeft?: any; | ||
| borderRadius?: any; | ||
| borderRight?: any; | ||
| borderStyle?: any; | ||
| borderTop?: any; | ||
| borderWidth?: any; | ||
| columnRule?: any; | ||
| columns?: any; | ||
| flex?: any; | ||
| flexFlow?: any; | ||
| font?: any; | ||
| gap?: any; | ||
| grid?: any; | ||
| gridArea?: any; | ||
| gridColumn?: any; | ||
| gridRow?: any; | ||
| gridTemplate?: any; | ||
| lineClamp?: any; | ||
| listStyle?: any; | ||
| margin?: any; | ||
| mask?: any; | ||
| maskBorder?: any; | ||
| motion?: any; | ||
| offset?: any; | ||
| outline?: any; | ||
| overflow?: any; | ||
| overscrollBehavior?: any; | ||
| padding?: any; | ||
| placeItems?: any; | ||
| placeSelf?: any; | ||
| textDecoration?: any; | ||
| textEmphasis?: any; | ||
| transition?: any; | ||
| } | ||
| export interface VendorLonghandProperties { | ||
| MozAnimationDelay?: any; | ||
| MozAnimationDirection?: any; | ||
| MozAnimationDuration?: any; | ||
| MozAnimationFillMode?: any; | ||
| MozAnimationIterationCount?: any; | ||
| MozAnimationName?: any; | ||
| MozAnimationPlayState?: any; | ||
| MozAnimationTimingFunction?: any; | ||
| MozAppearance?: any; | ||
| MozBackfaceVisibility?: any; | ||
| MozBorderBottomColors?: any; | ||
| MozBorderEndColor?: any; | ||
| MozBorderEndStyle?: any; | ||
| MozBorderEndWidth?: any; | ||
| MozBorderLeftColors?: any; | ||
| MozBorderRightColors?: any; | ||
| MozBorderStartColor?: any; | ||
| MozBorderStartStyle?: any; | ||
| MozBorderTopColors?: any; | ||
| MozBoxSizing?: any; | ||
| MozColumnCount?: any; | ||
| MozColumnFill?: any; | ||
| MozColumnGap?: any; | ||
| MozColumnRuleColor?: any; | ||
| MozColumnRuleStyle?: any; | ||
| MozColumnRuleWidth?: any; | ||
| MozColumnWidth?: any; | ||
| MozContextProperties?: any; | ||
| MozFontFeatureSettings?: any; | ||
| MozFontLanguageOverride?: any; | ||
| MozHyphens?: any; | ||
| MozImageRegion?: any; | ||
| MozMarginEnd?: any; | ||
| MozMarginStart?: any; | ||
| MozOrient?: any; | ||
| MozOsxFontSmoothing?: any; | ||
| MozPaddingEnd?: any; | ||
| MozPaddingStart?: any; | ||
| MozPerspective?: any; | ||
| MozPerspectiveOrigin?: any; | ||
| MozStackSizing?: any; | ||
| MozTabSize?: any; | ||
| MozTextBlink?: any; | ||
| MozTextSizeAdjust?: any; | ||
| MozTransformOrigin?: any; | ||
| MozTransformStyle?: any; | ||
| MozTransitionDelay?: any; | ||
| MozTransitionDuration?: any; | ||
| MozTransitionProperty?: any; | ||
| MozTransitionTimingFunction?: any; | ||
| MozUserFocus?: any; | ||
| MozUserModify?: any; | ||
| MozUserSelect?: any; | ||
| MozWindowDragging?: any; | ||
| MozWindowShadow?: any; | ||
| msAccelerator?: any; | ||
| msAlignSelf?: any; | ||
| msBlockProgression?: any; | ||
| msContentZoomChaining?: any; | ||
| msContentZoomLimitMax?: any; | ||
| msContentZoomLimitMin?: any; | ||
| msContentZoomSnapPoints?: any; | ||
| msContentZoomSnapType?: any; | ||
| msContentZooming?: any; | ||
| msFilter?: any; | ||
| msFlexDirection?: any; | ||
| msFlexPositive?: any; | ||
| msFlowFrom?: any; | ||
| msFlowInto?: any; | ||
| msGridColumns?: any; | ||
| msGridRows?: any; | ||
| msHighContrastAdjust?: any; | ||
| msHyphenateLimitChars?: any; | ||
| msHyphenateLimitLines?: any; | ||
| msHyphenateLimitZone?: any; | ||
| msHyphens?: any; | ||
| msImeAlign?: any; | ||
| msJustifySelf?: any; | ||
| msLineBreak?: any; | ||
| msOrder?: any; | ||
| msOverflowStyle?: any; | ||
| msOverflowX?: any; | ||
| msOverflowY?: any; | ||
| msScrollChaining?: any; | ||
| msScrollLimitXMax?: any; | ||
| msScrollLimitXMin?: any; | ||
| msScrollLimitYMax?: any; | ||
| msScrollLimitYMin?: any; | ||
| msScrollRails?: any; | ||
| msScrollSnapPointsX?: any; | ||
| msScrollSnapPointsY?: any; | ||
| msScrollSnapType?: any; | ||
| msScrollTranslation?: any; | ||
| msScrollbar3dlightColor?: any; | ||
| msScrollbarArrowColor?: any; | ||
| msScrollbarBaseColor?: any; | ||
| msScrollbarDarkshadowColor?: any; | ||
| msScrollbarFaceColor?: any; | ||
| msScrollbarHighlightColor?: any; | ||
| msScrollbarShadowColor?: any; | ||
| msTextAutospace?: any; | ||
| msTextCombineHorizontal?: any; | ||
| msTextOverflow?: any; | ||
| msTouchAction?: any; | ||
| msTouchSelect?: any; | ||
| msTransform?: any; | ||
| msTransformOrigin?: any; | ||
| msTransitionDelay?: any; | ||
| msTransitionDuration?: any; | ||
| msTransitionProperty?: any; | ||
| msTransitionTimingFunction?: any; | ||
| msUserSelect?: any; | ||
| msWordBreak?: any; | ||
| msWrapFlow?: any; | ||
| msWrapMargin?: any; | ||
| msWrapThrough?: any; | ||
| msWritingMode?: any; | ||
| WebkitAlignContent?: any; | ||
| WebkitAlignItems?: any; | ||
| WebkitAlignSelf?: any; | ||
| WebkitAnimationDelay?: any; | ||
| WebkitAnimationDirection?: any; | ||
| WebkitAnimationDuration?: any; | ||
| WebkitAnimationFillMode?: any; | ||
| WebkitAnimationIterationCount?: any; | ||
| WebkitAnimationName?: any; | ||
| WebkitAnimationPlayState?: any; | ||
| WebkitAnimationTimingFunction?: any; | ||
| WebkitAppearance?: any; | ||
| WebkitBackdropFilter?: any; | ||
| WebkitBackfaceVisibility?: any; | ||
| WebkitBackgroundClip?: any; | ||
| WebkitBackgroundOrigin?: any; | ||
| WebkitBackgroundSize?: any; | ||
| WebkitBorderBeforeColor?: any; | ||
| WebkitBorderBeforeStyle?: any; | ||
| WebkitBorderBeforeWidth?: any; | ||
| WebkitBorderBottomLeftRadius?: any; | ||
| WebkitBorderBottomRightRadius?: any; | ||
| WebkitBorderImageSlice?: any; | ||
| WebkitBorderTopLeftRadius?: any; | ||
| WebkitBorderTopRightRadius?: any; | ||
| WebkitBoxDecorationBreak?: any; | ||
| WebkitBoxReflect?: any; | ||
| WebkitBoxShadow?: any; | ||
| WebkitBoxSizing?: any; | ||
| WebkitClipPath?: any; | ||
| WebkitColumnCount?: any; | ||
| WebkitColumnFill?: any; | ||
| WebkitColumnGap?: any; | ||
| WebkitColumnRuleColor?: any; | ||
| WebkitColumnRuleStyle?: any; | ||
| WebkitColumnRuleWidth?: any; | ||
| WebkitColumnSpan?: any; | ||
| WebkitColumnWidth?: any; | ||
| WebkitFilter?: any; | ||
| WebkitFlexBasis?: any; | ||
| WebkitFlexDirection?: any; | ||
| WebkitFlexGrow?: any; | ||
| WebkitFlexShrink?: any; | ||
| WebkitFlexWrap?: any; | ||
| WebkitFontFeatureSettings?: any; | ||
| WebkitFontKerning?: any; | ||
| WebkitFontSmoothing?: any; | ||
| WebkitFontVariantLigatures?: any; | ||
| WebkitHyphenateCharacter?: any; | ||
| WebkitHyphens?: any; | ||
| WebkitInitialLetter?: any; | ||
| WebkitJustifyContent?: any; | ||
| WebkitLineBreak?: any; | ||
| WebkitLineClamp?: any; | ||
| WebkitMarginEnd?: any; | ||
| WebkitMarginStart?: any; | ||
| WebkitMaskAttachment?: any; | ||
| WebkitMaskBoxImageOutset?: any; | ||
| WebkitMaskBoxImageRepeat?: any; | ||
| WebkitMaskBoxImageSlice?: any; | ||
| WebkitMaskBoxImageSource?: any; | ||
| WebkitMaskBoxImageWidth?: any; | ||
| WebkitMaskClip?: any; | ||
| WebkitMaskComposite?: any; | ||
| WebkitMaskImage?: any; | ||
| WebkitMaskOrigin?: any; | ||
| WebkitMaskPosition?: any; | ||
| WebkitMaskPositionX?: any; | ||
| WebkitMaskPositionY?: any; | ||
| WebkitMaskRepeat?: any; | ||
| WebkitMaskRepeatX?: any; | ||
| WebkitMaskRepeatY?: any; | ||
| WebkitMaskSize?: any; | ||
| WebkitMaxInlineSize?: any; | ||
| WebkitOrder?: any; | ||
| WebkitOverflowScrolling?: any; | ||
| WebkitPaddingEnd?: any; | ||
| WebkitPaddingStart?: any; | ||
| WebkitPerspective?: any; | ||
| WebkitPerspectiveOrigin?: any; | ||
| WebkitPrintColorAdjust?: any; | ||
| WebkitRubyPosition?: any; | ||
| WebkitScrollSnapType?: any; | ||
| WebkitShapeMargin?: any; | ||
| WebkitTapHighlightColor?: any; | ||
| WebkitTextCombine?: any; | ||
| WebkitTextDecorationColor?: any; | ||
| WebkitTextDecorationLine?: any; | ||
| WebkitTextDecorationSkip?: any; | ||
| WebkitTextDecorationStyle?: any; | ||
| WebkitTextEmphasisColor?: any; | ||
| WebkitTextEmphasisPosition?: any; | ||
| WebkitTextEmphasisStyle?: any; | ||
| WebkitTextFillColor?: any; | ||
| WebkitTextOrientation?: any; | ||
| WebkitTextSizeAdjust?: any; | ||
| WebkitTextStrokeColor?: any; | ||
| WebkitTextStrokeWidth?: any; | ||
| WebkitTextUnderlinePosition?: any; | ||
| WebkitTouchCallout?: any; | ||
| WebkitTransform?: any; | ||
| WebkitTransformOrigin?: any; | ||
| WebkitTransformStyle?: any; | ||
| WebkitTransitionDelay?: any; | ||
| WebkitTransitionDuration?: any; | ||
| WebkitTransitionProperty?: any; | ||
| WebkitTransitionTimingFunction?: any; | ||
| WebkitUserModify?: any; | ||
| WebkitUserSelect?: any; | ||
| WebkitWritingMode?: any; | ||
| } | ||
| export interface VendorShorthandProperties { | ||
| MozAnimation?: any; | ||
| MozBorderImage?: any; | ||
| MozColumnRule?: any; | ||
| MozColumns?: any; | ||
| MozTransition?: any; | ||
| msContentZoomLimit?: any; | ||
| msContentZoomSnap?: any; | ||
| msFlex?: any; | ||
| msScrollLimit?: any; | ||
| msScrollSnapX?: any; | ||
| msScrollSnapY?: any; | ||
| msTransition?: any; | ||
| WebkitAnimation?: any; | ||
| WebkitBorderBefore?: any; | ||
| WebkitBorderImage?: any; | ||
| WebkitBorderRadius?: any; | ||
| WebkitColumnRule?: any; | ||
| WebkitColumns?: any; | ||
| WebkitFlex?: any; | ||
| WebkitFlexFlow?: any; | ||
| WebkitMask?: any; | ||
| WebkitMaskBoxImage?: any; | ||
| WebkitTextEmphasis?: any; | ||
| WebkitTextStroke?: any; | ||
| WebkitTransition?: any; | ||
| } | ||
| export interface ObsoleteProperties { | ||
| azimuth?: any; | ||
| boxAlign?: any; | ||
| boxDirection?: any; | ||
| boxFlex?: any; | ||
| boxFlexGroup?: any; | ||
| boxLines?: any; | ||
| boxOrdinalGroup?: any; | ||
| boxOrient?: any; | ||
| boxPack?: any; | ||
| clip?: any; | ||
| gridColumnGap?: any; | ||
| gridGap?: any; | ||
| gridRowGap?: any; | ||
| imeMode?: any; | ||
| offsetBlock?: any; | ||
| offsetBlockEnd?: any; | ||
| offsetBlockStart?: any; | ||
| offsetInline?: any; | ||
| offsetInlineEnd?: any; | ||
| offsetInlineStart?: any; | ||
| scrollSnapCoordinate?: any; | ||
| scrollSnapDestination?: any; | ||
| scrollSnapPointsX?: any; | ||
| scrollSnapPointsY?: any; | ||
| scrollSnapTypeX?: any; | ||
| scrollSnapTypeY?: any; | ||
| scrollbarTrackColor?: any; | ||
| KhtmlBoxAlign?: any; | ||
| KhtmlBoxDirection?: any; | ||
| KhtmlBoxFlex?: any; | ||
| KhtmlBoxFlexGroup?: any; | ||
| KhtmlBoxLines?: any; | ||
| KhtmlBoxOrdinalGroup?: any; | ||
| KhtmlBoxOrient?: any; | ||
| KhtmlBoxPack?: any; | ||
| KhtmlLineBreak?: any; | ||
| KhtmlOpacity?: any; | ||
| KhtmlUserSelect?: any; | ||
| MozBackgroundClip?: any; | ||
| MozBackgroundInlinePolicy?: any; | ||
| MozBackgroundOrigin?: any; | ||
| MozBackgroundSize?: any; | ||
| MozBinding?: any; | ||
| MozBorderRadius?: any; | ||
| MozBorderRadiusBottomleft?: any; | ||
| MozBorderRadiusBottomright?: any; | ||
| MozBorderRadiusTopleft?: any; | ||
| MozBorderRadiusTopright?: any; | ||
| MozBoxAlign?: any; | ||
| MozBoxDirection?: any; | ||
| MozBoxFlex?: any; | ||
| MozBoxOrdinalGroup?: any; | ||
| MozBoxOrient?: any; | ||
| MozBoxPack?: any; | ||
| MozBoxShadow?: any; | ||
| MozFloatEdge?: any; | ||
| MozForceBrokenImageIcon?: any; | ||
| MozOpacity?: any; | ||
| MozOutline?: any; | ||
| MozOutlineColor?: any; | ||
| MozOutlineRadius?: any; | ||
| MozOutlineRadiusBottomleft?: any; | ||
| MozOutlineRadiusBottomright?: any; | ||
| MozOutlineRadiusTopleft?: any; | ||
| MozOutlineRadiusTopright?: any; | ||
| MozOutlineStyle?: any; | ||
| MozOutlineWidth?: any; | ||
| MozTextAlignLast?: any; | ||
| MozTextDecorationColor?: any; | ||
| MozTextDecorationLine?: any; | ||
| MozTextDecorationStyle?: any; | ||
| MozUserInput?: any; | ||
| msImeMode?: any; | ||
| msScrollbarTrackColor?: any; | ||
| OAnimation?: any; | ||
| OAnimationDelay?: any; | ||
| OAnimationDirection?: any; | ||
| OAnimationDuration?: any; | ||
| OAnimationFillMode?: any; | ||
| OAnimationIterationCount?: any; | ||
| OAnimationName?: any; | ||
| OAnimationPlayState?: any; | ||
| OAnimationTimingFunction?: any; | ||
| OBackgroundSize?: any; | ||
| OBorderImage?: any; | ||
| OObjectFit?: any; | ||
| OObjectPosition?: any; | ||
| OTabSize?: any; | ||
| OTextOverflow?: any; | ||
| OTransform?: any; | ||
| OTransformOrigin?: any; | ||
| OTransition?: any; | ||
| OTransitionDelay?: any; | ||
| OTransitionDuration?: any; | ||
| OTransitionProperty?: any; | ||
| OTransitionTimingFunction?: any; | ||
| WebkitBoxAlign?: any; | ||
| WebkitBoxDirection?: any; | ||
| WebkitBoxFlex?: any; | ||
| WebkitBoxFlexGroup?: any; | ||
| WebkitBoxLines?: any; | ||
| WebkitBoxOrdinalGroup?: any; | ||
| WebkitBoxOrient?: any; | ||
| WebkitBoxPack?: any; | ||
| WebkitScrollSnapPointsX?: any; | ||
| WebkitScrollSnapPointsY?: any; | ||
| } | ||
| export interface SvgProperties { | ||
| alignmentBaseline?: any; | ||
| baselineShift?: any; | ||
| clip?: any; | ||
| clipPath?: any; | ||
| clipRule?: any; | ||
| color?: any; | ||
| colorInterpolation?: any; | ||
| colorRendering?: any; | ||
| cursor?: any; | ||
| direction?: any; | ||
| display?: any; | ||
| dominantBaseline?: any; | ||
| fill?: any; | ||
| fillOpacity?: any; | ||
| fillRule?: any; | ||
| filter?: any; | ||
| floodColor?: any; | ||
| floodOpacity?: any; | ||
| font?: any; | ||
| fontFamily?: any; | ||
| fontSize?: any; | ||
| fontSizeAdjust?: any; | ||
| fontStretch?: any; | ||
| fontStyle?: any; | ||
| fontVariant?: any; | ||
| fontWeight?: any; | ||
| glyphOrientationVertical?: any; | ||
| imageRendering?: any; | ||
| letterSpacing?: any; | ||
| lightingColor?: any; | ||
| lineHeight?: any; | ||
| marker?: any; | ||
| markerEnd?: any; | ||
| markerMid?: any; | ||
| markerStart?: any; | ||
| mask?: any; | ||
| opacity?: any; | ||
| overflow?: any; | ||
| paintOrder?: any; | ||
| pointerEvents?: any; | ||
| shapeRendering?: any; | ||
| stopColor?: any; | ||
| stopOpacity?: any; | ||
| stroke?: any; | ||
| strokeDasharray?: any; | ||
| strokeDashoffset?: any; | ||
| strokeLinecap?: any; | ||
| strokeLinejoin?: any; | ||
| strokeMiterlimit?: any; | ||
| strokeOpacity?: any; | ||
| strokeWidth?: any; | ||
| textAnchor?: any; | ||
| textDecoration?: any; | ||
| textRendering?: any; | ||
| unicodeBidi?: any; | ||
| vectorEffect?: any; | ||
| visibility?: any; | ||
| whiteSpace?: any; | ||
| wordSpacing?: any; | ||
| writingMode?: any; | ||
| } |
| /** | ||
| * imported from 'css-types' npm package | ||
| */ | ||
| export {}; |
62541
-27.05%13
-13.33%2204
-27.6%Updated