2.0.8 • Published 5 years ago

the-component-constants v2.0.8

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

the-component-constants

Build Status npm Version JS Standard

Constants for the-components

Installation

$ npm install the-component-constants --save

Usage

'use strict'

const { SupportedProps } = require('the-component-constants')

{
  console.log(SupportedProps.mouseEvents.split(','))
}

Values

SupportedProps

KeyValue
htmlAttributesaccept,acceptCharset,accessKey,action,allowFullScreen,allowTransparency,alt,async,autoComplete,autoFocus,autoPlay,capture,cellPadding,cellSpacing,challenge,charSet,checked,cite,classID,className,colSpan,cols,content,contentEditable,contextMenu,controls,coords,crossOrigin,data,dateTime,default,defer,dir,disabled,download,draggable,encType,form,formAction,formEncType,formMethod,formNoValidate,formTarget,frameBorder,headers,height,hidden,high,href,hrefLang,htmlFor,httpEquiv,icon,id,inputMode,integrity,is,keyParams,keyType,kind,label,lang,list,loop,low,manifest,marginHeight,marginWidth,max,maxLength,media,mediaGroup,method,min,minLength,multiple,muted,name,noValidate,nonce,open,optimum,pattern,placeholder,poster,preload,profile,radioGroup,readOnly,rel,required,reversed,role,rowSpan,rows,sandbox,scope,scoped,scrolling,seamless,selected,shape,size,sizes,span,spellCheck,src,srcDoc,srcLang,srcSet,start,step,style,summary,tabIndex,target,title,type,useMap,value,width,wmode,wrap
imageEventsonLoad,onError
mediaEventsonAbort,onCanPlay,onCanPlayThrough,onDurationChange,onEmptied,onEncrypted,onEnded,onError,onLoadedData,onLoadedMetadata,onLoadStart,onPause,onPlay,onPlaying,onProgress,onRateChange,onSeeked,onSeeking,onStalled,onSuspend,onTimeUpdate,onVolumeChange,onWaiting
mouseEventsonClick,onContextMenu,onDoubleClick,onDrag,onDragEnd,onDragEnter,onDragExit,onDragLeave,onDragOver,onDragStart,onDrop,onMouseDown,onMouseEnter,onMouseLeave,onMouseMove,onMouseOut,onMouseOver,onMouseUp
selectionEventsonSelect
svgAttributesaccentHeight,accumulate,additive,alignmentBaseline,allowReorder,alphabetic,amplitude,arabicForm,ascent,attributeName,attributeType,autoReverse,azimuth,baseFrequency,baseProfile,baselineShift,bbox,begin,bias,by,calcMode,capHeight,clip,clipPath,clipPathUnits,clipRule,colorInterpolation,colorInterpolationFilters,colorProfile,colorRendering,contentScriptType,contentStyleType,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominantBaseline,dur,dx,dy,edgeMode,elevation,enableBackground,end,exponent,externalResourcesRequired,fill,fillOpacity,fillRule,filter,filterRes,filterUnits,floodColor,floodOpacity,focusable,fontFamily,fontSize,fontSizeAdjust,fontStretch,fontStyle,fontVariant,fontWeight,format,from,fx,fy,g1,g2,glyphName,glyphOrientationHorizontal,glyphOrientationVertical,glyphRef,gradientTransform,gradientUnits,hanging,horizAdvX,horizOriginX,ideographic,imageRendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lengthAdjust,letterSpacing,lightingColor,limitingConeAngle,local,markerEnd,markerHeight,markerMid,markerStart,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,mode,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overlinePosition,overlineThickness,paintOrder,panose1,pathLength,patternContentUnits,patternTransform,patternUnits,pointerEvents,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,refX,refY,renderingIntent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shapeRendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stopColor,stopOpacity,strikethroughPosition,strikethroughThickness,string,stroke,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,surfaceScale,systemLanguage,tableValues,targetX,targetY,textAnchor,textDecoration,textLength,textRendering,to,transform,u1,u2,underlinePosition,underlineThickness,unicode,unicodeBidi,unicodeRange,unitsPerEm,vAlphabetic,vHanging,vIdeographic,vMathematical,values,vectorEffect,version,vertAdvY,vertOriginX,vertOriginY,viewBox,viewTarget,visibility,widths,wordSpacing,writingMode,x,x1,x2,xChannelSelector,xHeight,xlinkActuate,xlinkArcrole,xlinkHref,xlinkRole,xlinkShow,xlinkTitle,xlinkType,xmlns,xmlnsXlink,xmlBase,xmlLang,xmlSpace,y,y1,y2,yChannelSelector,z,zoomAndPan
touchEventsonTouchCancel,onTouchEnd,onTouchMove,onTouchStart
uiEventsonScroll

ThemeValues

KeyValue
altTextColor#AAA
backgroundColor#FFF
borderColor#AAA
captionBorderColor#F0F0F0
captionTextColor#999
dangerColor#B31818
disabledBackgroundColor#F0F0F0
disabledTextColor#CCC
dominantColor#ee8e0a
errorColor#B31818
infoColor#0C843A
inputBorderColor#AAA
inputShadowColorrgba(0,0,0,.05)
lightBackgroundColor#F8F8F8
lightBorderColor#EEE
lightLinkColor#999
lightTextColor#BBB
overlayBackgroundColorrgba(255,255,255,0.8)
overlayBorderColor#CCC
overlayTextColor#555
tabInactiveColor#AAA
textColor#555
warnColor#9C9C19
containerWidth1024
contentPadding4
contentWidth480
headerHeight48
tappableHeight44
fontFamilyヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif
fontSize16
activeOpacity0.8
hoverOpacity0.9
largeMediaBreakpoint1200
mediumMediaBreakpoint992
smallMediaBreakpoint768

License

This software is released under the MIT License.

Links

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago