@surveycake/rc 3.0.0-alpha.32 → 3.0.0-alpha.36
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/CHANGELOG.md +38 -0
- package/dist/V2/ColorPalette/exclusiveColor.d.ts +22 -0
- package/dist/V2/Icon/index.d.ts +4 -0
- package/dist/V2/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +1 -0
- package/dist/V2/index.d.ts +2 -1
- package/dist/rc.cjs.development.js +67 -47
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +67 -47
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
- package/dist/V2/CardMedia/styles.d.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,44 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.0.0-alpha.36](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.35...v3.0.0-alpha.36) (2022-02-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add WithIcons story to ToggleButtonGroup - [SUR-181] ([cb19963](https://fox.25sprout.com/surveycake/sdk/rc/commit/cb19963e0c901a03bda0b1c3915090804b7409ea))
|
|
11
|
+
|
|
12
|
+
## [3.0.0-alpha.35](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.34...v3.0.0-alpha.35) (2022-02-07)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add ArrowBack icon ([a97703c](https://fox.25sprout.com/surveycake/sdk/rc/commit/a97703c8f493bc448355fd8b89f01e9f512d4c91))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* the border-radius of CardMedia is incorrect on hover ([3c84245](https://fox.25sprout.com/surveycake/sdk/rc/commit/3c84245673bc7d17768242754a45c5c7e0bf26d2))
|
|
23
|
+
|
|
24
|
+
## [3.0.0-alpha.34](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.33...v3.0.0-alpha.34) (2022-01-17)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* add ButtonGroup with icon story ([0bf45de](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bf45de234d12eb7b912e2aa96b13ed0edfbad99))
|
|
30
|
+
|
|
31
|
+
## [3.0.0-alpha.33](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.32...v3.0.0-alpha.33) (2022-01-13)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* define exclusiveColor ([9fbe87c](https://fox.25sprout.com/surveycake/sdk/rc/commit/9fbe87c73c08cfd8e3eadf5a300af6a764700533))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* CardActionArea export wording typo ([57d8276](https://fox.25sprout.com/surveycake/sdk/rc/commit/57d82769c120b462f7ef9bc0f7115ba28f4ced23))
|
|
42
|
+
|
|
5
43
|
## [3.0.0-alpha.32](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.31...v3.0.0-alpha.32) (2022-01-13)
|
|
6
44
|
|
|
7
45
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const exclusiveColor: {
|
|
2
|
+
primary: {
|
|
3
|
+
light2: string;
|
|
4
|
+
light3: string;
|
|
5
|
+
};
|
|
6
|
+
secondary: {
|
|
7
|
+
light2: string;
|
|
8
|
+
light3: string;
|
|
9
|
+
};
|
|
10
|
+
error: {
|
|
11
|
+
light2: string;
|
|
12
|
+
};
|
|
13
|
+
success: {
|
|
14
|
+
light2: string;
|
|
15
|
+
};
|
|
16
|
+
warning: {
|
|
17
|
+
light2: string;
|
|
18
|
+
};
|
|
19
|
+
info: {
|
|
20
|
+
light2: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
package/dist/V2/Icon/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const Icons: {
|
|
|
5
5
|
AlignSort: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">, "svg">, "string" | "style" | "clipPath" | "filter" | "mask" | "className" | "classes" | "innerRef" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "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" | "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" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "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" | "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" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "htmlColor" | "titleAccess"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
6
|
AlignSortDown: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">, "svg">, "string" | "style" | "clipPath" | "filter" | "mask" | "className" | "classes" | "innerRef" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "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" | "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" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "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" | "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" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "htmlColor" | "titleAccess"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
7
|
AlignSortUp: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">, "svg">, "string" | "style" | "clipPath" | "filter" | "mask" | "className" | "classes" | "innerRef" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "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" | "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" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "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" | "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" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "htmlColor" | "titleAccess"> & React.RefAttributes<SVGSVGElement>>;
|
|
8
|
+
ArrowBack: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
8
9
|
ArrowDropDownRounded: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
9
10
|
ArrowDropUpRounded: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
10
11
|
AutoAwesomeOutlined: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">, "svg">, "string" | "style" | "clipPath" | "filter" | "mask" | "className" | "classes" | "innerRef" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "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" | "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" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "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" | "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" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "htmlColor" | "titleAccess"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -12,6 +13,7 @@ export declare const Icons: {
|
|
|
12
13
|
CheckCircle: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
13
14
|
Clear: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
14
15
|
Close: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
16
|
+
Computer: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
15
17
|
DeleteOutline: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
16
18
|
Edit: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
17
19
|
FilterAlt: React.ForwardRefExoticComponent<Pick<import("@material-ui/core/OverridableComponent").OverrideProps<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">, "svg">, "string" | "style" | "clipPath" | "filter" | "mask" | "className" | "classes" | "innerRef" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "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" | "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" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "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" | "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" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "htmlColor" | "titleAccess"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -29,11 +31,13 @@ export declare const Icons: {
|
|
|
29
31
|
NavigateBefore: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
30
32
|
NavigateNext: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
31
33
|
OpenInNew: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
34
|
+
PhoneIphone: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
32
35
|
ReportProblemRounded: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
33
36
|
Search: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
34
37
|
Schedule: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
35
38
|
Settings: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
36
39
|
SettingsOutlined: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
40
|
+
TabletMac: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
37
41
|
WatchLater: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
38
42
|
WebAsset: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
39
43
|
};
|
package/dist/V2/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { default as Button } from './Button';
|
|
|
6
6
|
export { default as ButtonGroup } from './ButtonGroup';
|
|
7
7
|
export { default as Card } from './Card';
|
|
8
8
|
export { default as CardActions } from './CardActions';
|
|
9
|
-
export { default as
|
|
9
|
+
export { default as CardActionArea } from './CardActionArea';
|
|
10
10
|
export { default as CardMedia } from './CardMedia';
|
|
11
11
|
export { default as Checkbox } from './Checkbox';
|
|
12
12
|
export { default as Chip } from './Chip';
|
|
@@ -45,3 +45,4 @@ export { default as Tooltip } from './Tooltip';
|
|
|
45
45
|
export { default as Typography } from './Typography';
|
|
46
46
|
export { default as VarSelect } from './VarSelect';
|
|
47
47
|
export { default as Icon } from './Icon';
|
|
48
|
+
export { exclusiveColor } from './ColorPalette/exclusiveColor';
|
|
@@ -40,12 +40,14 @@ var MuiMenuItem$1 = _interopDefault(require('@material-ui/core/MenuItem'));
|
|
|
40
40
|
var MUIOutlinedInput = _interopDefault(require('@material-ui/core/OutlinedInput'));
|
|
41
41
|
var emotion = require('emotion');
|
|
42
42
|
var AddCircleOutline = _interopDefault(require('@material-ui/icons/AddCircleOutline'));
|
|
43
|
+
var ArrowBack = _interopDefault(require('@material-ui/icons/ArrowBack'));
|
|
43
44
|
var ArrowDropDownRounded = _interopDefault(require('@material-ui/icons/ArrowDropDownRounded'));
|
|
44
45
|
var ArrowDropUpRounded = _interopDefault(require('@material-ui/icons/ArrowDropUpRounded'));
|
|
45
46
|
var Cancel = _interopDefault(require('@material-ui/icons/Cancel'));
|
|
46
47
|
var CheckCircle$2 = _interopDefault(require('@material-ui/icons/CheckCircle'));
|
|
47
48
|
var Clear = _interopDefault(require('@material-ui/icons/Clear'));
|
|
48
49
|
var Close = _interopDefault(require('@material-ui/icons/Close'));
|
|
50
|
+
var Computer = _interopDefault(require('@material-ui/icons/Computer'));
|
|
49
51
|
var DeleteOutline = _interopDefault(require('@material-ui/icons/DeleteOutline'));
|
|
50
52
|
var Edit = _interopDefault(require('@material-ui/icons/Edit'));
|
|
51
53
|
var FormatBold = _interopDefault(require('@material-ui/icons/FormatBold'));
|
|
@@ -61,11 +63,13 @@ var MoreHoriz = _interopDefault(require('@material-ui/icons/MoreHoriz'));
|
|
|
61
63
|
var NavigateBefore = _interopDefault(require('@material-ui/icons/NavigateBefore'));
|
|
62
64
|
var NavigateNext = _interopDefault(require('@material-ui/icons/NavigateNext'));
|
|
63
65
|
var OpenInNew = _interopDefault(require('@material-ui/icons/OpenInNew'));
|
|
66
|
+
var PhoneIphone = _interopDefault(require('@material-ui/icons/PhoneIphone'));
|
|
64
67
|
var ReportProblemRounded = _interopDefault(require('@material-ui/icons/ReportProblemRounded'));
|
|
65
68
|
var Search$1 = _interopDefault(require('@material-ui/icons/Search'));
|
|
66
69
|
var Schedule = _interopDefault(require('@material-ui/icons/Schedule'));
|
|
67
70
|
var Settings = _interopDefault(require('@material-ui/icons/Settings'));
|
|
68
71
|
var SettingsOutlined = _interopDefault(require('@material-ui/icons/SettingsOutlined'));
|
|
72
|
+
var TabletMac = _interopDefault(require('@material-ui/icons/TabletMac'));
|
|
69
73
|
var WatchLater = _interopDefault(require('@material-ui/icons/WatchLater'));
|
|
70
74
|
var WebAsset = _interopDefault(require('@material-ui/icons/WebAsset'));
|
|
71
75
|
var SvgIcon = _interopDefault(require('@material-ui/core/SvgIcon'));
|
|
@@ -265,6 +269,45 @@ var MuiBackdrop = {
|
|
|
265
269
|
}
|
|
266
270
|
};
|
|
267
271
|
|
|
272
|
+
var exclusiveColor = {
|
|
273
|
+
primary: {
|
|
274
|
+
light2:
|
|
275
|
+
/*#__PURE__*/
|
|
276
|
+
polished.lighten(0.3, core.palette.primary.main),
|
|
277
|
+
light3:
|
|
278
|
+
/*#__PURE__*/
|
|
279
|
+
polished.lighten(0.45, core.palette.primary.main)
|
|
280
|
+
},
|
|
281
|
+
secondary: {
|
|
282
|
+
light2:
|
|
283
|
+
/*#__PURE__*/
|
|
284
|
+
polished.lighten(0.3, core.palette.secondary.main),
|
|
285
|
+
light3:
|
|
286
|
+
/*#__PURE__*/
|
|
287
|
+
polished.lighten(0.45, core.palette.secondary.main)
|
|
288
|
+
},
|
|
289
|
+
error: {
|
|
290
|
+
light2:
|
|
291
|
+
/*#__PURE__*/
|
|
292
|
+
polished.lighten(0.35, core.palette.error.main)
|
|
293
|
+
},
|
|
294
|
+
success: {
|
|
295
|
+
light2:
|
|
296
|
+
/*#__PURE__*/
|
|
297
|
+
polished.lighten(0.4, core.palette.success.main)
|
|
298
|
+
},
|
|
299
|
+
warning: {
|
|
300
|
+
light2:
|
|
301
|
+
/*#__PURE__*/
|
|
302
|
+
polished.lighten(0.3, core.palette.warning.main)
|
|
303
|
+
},
|
|
304
|
+
info: {
|
|
305
|
+
light2:
|
|
306
|
+
/*#__PURE__*/
|
|
307
|
+
polished.lighten(0.35, core.palette.info.main)
|
|
308
|
+
}
|
|
309
|
+
};
|
|
310
|
+
|
|
268
311
|
var MuiButton = {
|
|
269
312
|
root: {
|
|
270
313
|
padding: '10x 8px',
|
|
@@ -316,18 +359,14 @@ var MuiButton = {
|
|
|
316
359
|
color: core.palette.grey[600],
|
|
317
360
|
'&:hover': {
|
|
318
361
|
color: core.palette.primary.main,
|
|
319
|
-
backgroundColor:
|
|
320
|
-
/*#__PURE__*/
|
|
321
|
-
polished.lighten(0.45, core.palette.primary.main)
|
|
362
|
+
backgroundColor: exclusiveColor.primary.light3
|
|
322
363
|
}
|
|
323
364
|
},
|
|
324
365
|
textSecondary: {
|
|
325
366
|
color: core.palette.grey[600],
|
|
326
367
|
'&:hover': {
|
|
327
368
|
color: core.palette.secondary.main,
|
|
328
|
-
backgroundColor:
|
|
329
|
-
/*#__PURE__*/
|
|
330
|
-
polished.lighten(0.45, core.palette.secondary.main)
|
|
369
|
+
backgroundColor: exclusiveColor.secondary.light3
|
|
331
370
|
}
|
|
332
371
|
},
|
|
333
372
|
outlined: {
|
|
@@ -349,16 +388,12 @@ var MuiButton = {
|
|
|
349
388
|
},
|
|
350
389
|
outlinedPrimary: {
|
|
351
390
|
'&:hover': {
|
|
352
|
-
backgroundColor:
|
|
353
|
-
/*#__PURE__*/
|
|
354
|
-
polished.lighten(0.45, core.palette.primary.main)
|
|
391
|
+
backgroundColor: exclusiveColor.primary.light3
|
|
355
392
|
}
|
|
356
393
|
},
|
|
357
394
|
outlinedSecondary: {
|
|
358
395
|
'&:hover': {
|
|
359
|
-
backgroundColor:
|
|
360
|
-
/*#__PURE__*/
|
|
361
|
-
polished.lighten(0.45, core.palette.secondary.main)
|
|
396
|
+
backgroundColor: exclusiveColor.secondary.light3
|
|
362
397
|
}
|
|
363
398
|
},
|
|
364
399
|
iconSizeSmall: {
|
|
@@ -393,12 +428,6 @@ var MuiCardActionArea = {
|
|
|
393
428
|
}
|
|
394
429
|
};
|
|
395
430
|
|
|
396
|
-
var MuiCardMedia = {
|
|
397
|
-
root: {
|
|
398
|
-
borderRadius: '5px'
|
|
399
|
-
}
|
|
400
|
-
};
|
|
401
|
-
|
|
402
431
|
function _extends() {
|
|
403
432
|
_extends = Object.assign || function (target) {
|
|
404
433
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -454,6 +483,9 @@ var MuiChip = {
|
|
|
454
483
|
color: core.palette.grey[700],
|
|
455
484
|
backgroundColor: core.palette.grey.A200
|
|
456
485
|
}, core.typography.subtitle1),
|
|
486
|
+
icon: {
|
|
487
|
+
color: 'inherit'
|
|
488
|
+
},
|
|
457
489
|
label: {
|
|
458
490
|
padding:
|
|
459
491
|
/*#__PURE__*/
|
|
@@ -464,9 +496,7 @@ var MuiChip = {
|
|
|
464
496
|
},
|
|
465
497
|
colorPrimary: {
|
|
466
498
|
color: core.palette.primary.main,
|
|
467
|
-
backgroundColor:
|
|
468
|
-
/*#__PURE__*/
|
|
469
|
-
polished.lighten(0.45, core.palette.primary.main)
|
|
499
|
+
backgroundColor: exclusiveColor.primary.light3
|
|
470
500
|
},
|
|
471
501
|
clickable: {
|
|
472
502
|
'&:focus': {
|
|
@@ -558,15 +588,11 @@ var MuiIconButton = {
|
|
|
558
588
|
colorPrimary: {
|
|
559
589
|
'&:focus': {
|
|
560
590
|
color: core.palette.primary.main,
|
|
561
|
-
backgroundColor:
|
|
562
|
-
/*#__PURE__*/
|
|
563
|
-
polished.lighten(0.45, core.palette.primary.main)
|
|
591
|
+
backgroundColor: exclusiveColor.primary.light3
|
|
564
592
|
},
|
|
565
593
|
'&:hover': {
|
|
566
594
|
color: core.palette.primary.main,
|
|
567
|
-
backgroundColor:
|
|
568
|
-
/*#__PURE__*/
|
|
569
|
-
polished.lighten(0.45, core.palette.primary.main)
|
|
595
|
+
backgroundColor: exclusiveColor.primary.light3
|
|
570
596
|
}
|
|
571
597
|
}
|
|
572
598
|
};
|
|
@@ -613,19 +639,13 @@ var MuiMenuItem = {
|
|
|
613
639
|
core.spacing(1) + "px",
|
|
614
640
|
'&.Mui-selected': {
|
|
615
641
|
color: core.palette.primary.main,
|
|
616
|
-
backgroundColor:
|
|
617
|
-
/*#__PURE__*/
|
|
618
|
-
polished.lighten(0.45, core.palette.primary.main),
|
|
642
|
+
backgroundColor: exclusiveColor.primary.light3,
|
|
619
643
|
'&:hover': {
|
|
620
|
-
backgroundColor:
|
|
621
|
-
/*#__PURE__*/
|
|
622
|
-
polished.lighten(0.45, core.palette.primary.main)
|
|
644
|
+
backgroundColor: exclusiveColor.primary.light3
|
|
623
645
|
}
|
|
624
646
|
},
|
|
625
647
|
'&:hover': {
|
|
626
|
-
backgroundColor:
|
|
627
|
-
/*#__PURE__*/
|
|
628
|
-
polished.lighten(0.3, core.palette.primary.main),
|
|
648
|
+
backgroundColor: exclusiveColor.primary.light2,
|
|
629
649
|
color: core.palette.primary.dark
|
|
630
650
|
}
|
|
631
651
|
})
|
|
@@ -767,9 +787,7 @@ var MuiSwitch = {
|
|
|
767
787
|
backgroundColor: core.palette.primary.main
|
|
768
788
|
},
|
|
769
789
|
'&.Mui-disabled.Mui-checked + .MuiSwitch-track': {
|
|
770
|
-
backgroundColor:
|
|
771
|
-
/*#__PURE__*/
|
|
772
|
-
polished.lighten(0.3, core.palette.primary.main),
|
|
790
|
+
backgroundColor: exclusiveColor.primary.light2,
|
|
773
791
|
opacity: 1
|
|
774
792
|
},
|
|
775
793
|
'&.Mui-disabled + .MuiSwitch-track': {
|
|
@@ -785,9 +803,7 @@ var MuiSwitch = {
|
|
|
785
803
|
color: core.palette.common.white
|
|
786
804
|
},
|
|
787
805
|
'&.Mui-disabled.Mui-checked + .MuiSwitch-track': {
|
|
788
|
-
backgroundColor:
|
|
789
|
-
/*#__PURE__*/
|
|
790
|
-
polished.lighten(0.3, core.palette.secondary.main),
|
|
806
|
+
backgroundColor: exclusiveColor.secondary.light2,
|
|
791
807
|
opacity: 1
|
|
792
808
|
},
|
|
793
809
|
'&.Mui-disabled + .MuiSwitch-track': {
|
|
@@ -939,7 +955,6 @@ styles$5.createTheme({
|
|
|
939
955
|
MuiButton: MuiButton,
|
|
940
956
|
MuiCard: MuiCard,
|
|
941
957
|
MuiCardActionArea: MuiCardActionArea,
|
|
942
|
-
MuiCardMedia: MuiCardMedia,
|
|
943
958
|
MuiChip: MuiChip,
|
|
944
959
|
MuiDialogActions: MuiDialogActions,
|
|
945
960
|
MuiDialogContent: MuiDialogContent,
|
|
@@ -1364,6 +1379,7 @@ var Icons = {
|
|
|
1364
1379
|
AlignSort: AlignSort,
|
|
1365
1380
|
AlignSortDown: AlignSortDown,
|
|
1366
1381
|
AlignSortUp: AlignSortUp,
|
|
1382
|
+
ArrowBack: ArrowBack,
|
|
1367
1383
|
ArrowDropDownRounded: ArrowDropDownRounded,
|
|
1368
1384
|
ArrowDropUpRounded: ArrowDropUpRounded,
|
|
1369
1385
|
AutoAwesomeOutlined: AutoAwesomeOutlined,
|
|
@@ -1371,6 +1387,7 @@ var Icons = {
|
|
|
1371
1387
|
CheckCircle: CheckCircle$2,
|
|
1372
1388
|
Clear: Clear,
|
|
1373
1389
|
Close: Close,
|
|
1390
|
+
Computer: Computer,
|
|
1374
1391
|
DeleteOutline: DeleteOutline,
|
|
1375
1392
|
Edit: Edit,
|
|
1376
1393
|
FilterAlt: FilterAlt,
|
|
@@ -1388,11 +1405,13 @@ var Icons = {
|
|
|
1388
1405
|
NavigateBefore: NavigateBefore,
|
|
1389
1406
|
NavigateNext: NavigateNext,
|
|
1390
1407
|
OpenInNew: OpenInNew,
|
|
1408
|
+
PhoneIphone: PhoneIphone,
|
|
1391
1409
|
ReportProblemRounded: ReportProblemRounded,
|
|
1392
1410
|
Search: Search$1,
|
|
1393
1411
|
Schedule: Schedule,
|
|
1394
1412
|
Settings: Settings,
|
|
1395
1413
|
SettingsOutlined: SettingsOutlined,
|
|
1414
|
+
TabletMac: TabletMac,
|
|
1396
1415
|
WatchLater: WatchLater,
|
|
1397
1416
|
WebAsset: WebAsset
|
|
1398
1417
|
};
|
|
@@ -1784,14 +1803,14 @@ styles$5.makeStyles(function (theme) {
|
|
|
1784
1803
|
container: {
|
|
1785
1804
|
backgroundColor: theme.palette.common.white,
|
|
1786
1805
|
'&:hover': {
|
|
1787
|
-
backgroundColor:
|
|
1806
|
+
backgroundColor: exclusiveColor.primary.light2,
|
|
1788
1807
|
'& > div': {
|
|
1789
1808
|
backgroundColor: theme.palette.primary.main,
|
|
1790
1809
|
color: theme.palette.common.white
|
|
1791
1810
|
}
|
|
1792
1811
|
},
|
|
1793
1812
|
'&.Mui-selected': {
|
|
1794
|
-
backgroundColor:
|
|
1813
|
+
backgroundColor: exclusiveColor.primary.light3,
|
|
1795
1814
|
'& > div': {
|
|
1796
1815
|
backgroundColor: theme.palette.primary.main,
|
|
1797
1816
|
color: theme.palette.common.white
|
|
@@ -1908,7 +1927,7 @@ var index = {
|
|
|
1908
1927
|
ButtonGroup: ButtonGroup,
|
|
1909
1928
|
Card: Card,
|
|
1910
1929
|
CardActions: CardActions,
|
|
1911
|
-
|
|
1930
|
+
CardActionArea: CardActionArea,
|
|
1912
1931
|
CardMedia: CardMedia,
|
|
1913
1932
|
Checkbox: Checkbox,
|
|
1914
1933
|
Chip: Chip,
|
|
@@ -1946,7 +1965,8 @@ var index = {
|
|
|
1946
1965
|
Tooltip: Tooltip,
|
|
1947
1966
|
Typography: Typography,
|
|
1948
1967
|
VarSelect: VarSelect,
|
|
1949
|
-
Icon: Icon
|
|
1968
|
+
Icon: Icon,
|
|
1969
|
+
exclusiveColor: exclusiveColor
|
|
1950
1970
|
};
|
|
1951
1971
|
|
|
1952
1972
|
var getAutoHeightDuration = function getAutoHeightDuration(height) {
|