@astral/ui 0.4.0 → 0.4.1-alpha.0
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/cjs/src/DashboardLayout/DashboardLayout.js +28 -0
- package/cjs/src/DashboardLayout/Header/Header.js +22 -0
- package/cjs/src/DashboardLayout/Header/index.js +14 -0
- package/cjs/src/DashboardLayout/Header/styled.js +32 -0
- package/cjs/src/DashboardLayout/Header/types.js +2 -0
- package/cjs/src/DashboardLayout/Main/Main.js +22 -0
- package/cjs/src/DashboardLayout/Main/index.js +13 -0
- package/cjs/src/DashboardLayout/Main/styled.js +10 -0
- package/cjs/src/DashboardLayout/SideBar/SideBar.js +22 -0
- package/cjs/src/DashboardLayout/SideBar/index.js +13 -0
- package/cjs/src/DashboardLayout/SideBar/styled.js +23 -0
- package/cjs/src/DashboardLayout/index.js +13 -0
- package/cjs/src/DashboardLayout/styled.js +11 -0
- package/cjs/src/Tooltip/Tooltip.js +33 -0
- package/cjs/src/Tooltip/constants.js +8 -0
- package/cjs/src/Tooltip/index.js +14 -0
- package/cjs/src/Tooltip/styled.js +72 -0
- package/cjs/src/Tooltip/types.js +2 -0
- package/cjs/src/declaration/index.js +14 -0
- package/cjs/src/index.js +2 -0
- package/cjs/src/theme/baseTheme.js +1 -1
- package/cjs/src/theme/typography.js +15 -0
- package/esm/src/DashboardLayout/DashboardLayout.js +24 -0
- package/esm/src/DashboardLayout/Header/Header.js +19 -0
- package/esm/src/DashboardLayout/Header/index.js +2 -0
- package/esm/src/DashboardLayout/Header/styled.js +29 -0
- package/{types/src/theme/__tests__/BaseTheme.test.d.ts → esm/src/DashboardLayout/Header/types.js} +0 -0
- package/esm/src/DashboardLayout/Main/Main.js +19 -0
- package/esm/src/DashboardLayout/Main/index.js +1 -0
- package/esm/src/DashboardLayout/Main/styled.js +7 -0
- package/esm/src/DashboardLayout/SideBar/SideBar.js +19 -0
- package/esm/src/DashboardLayout/SideBar/index.js +1 -0
- package/esm/src/DashboardLayout/SideBar/styled.js +20 -0
- package/esm/src/DashboardLayout/index.js +1 -0
- package/esm/src/DashboardLayout/styled.js +8 -0
- package/esm/src/Tooltip/Tooltip.js +30 -0
- package/esm/src/Tooltip/constants.js +5 -0
- package/esm/src/Tooltip/index.js +2 -0
- package/esm/src/Tooltip/styled.js +69 -0
- package/esm/src/Tooltip/types.js +1 -0
- package/esm/src/declaration/index.js +2 -0
- package/esm/src/index.js +2 -0
- package/esm/src/theme/baseTheme.js +2 -2
- package/esm/src/theme/typography.js +15 -0
- package/package.json +4 -11
- package/types/index.d.ts +0 -1
- package/types/src/Badge/Badge.d.ts +0 -4
- package/types/src/Badge/index.d.ts +0 -2
- package/types/src/Badge/styled.d.ts +0 -50
- package/types/src/Badge/types.d.ts +0 -5
- package/types/src/Button/Button.d.ts +0 -3
- package/types/src/Button/index.d.ts +0 -2
- package/types/src/Button/styled.d.ts +0 -13
- package/types/src/Button/types.d.ts +0 -7
- package/types/src/ButtonBase/ButtonBase.d.ts +0 -3
- package/types/src/ButtonBase/constants.d.ts +0 -22
- package/types/src/ButtonBase/index.d.ts +0 -3
- package/types/src/ButtonBase/styled.d.ts +0 -27
- package/types/src/ButtonBase/types.d.ts +0 -11
- package/types/src/Checkbox/Checkbox.d.ts +0 -3
- package/types/src/Checkbox/icons.d.ts +0 -5
- package/types/src/Checkbox/index.d.ts +0 -2
- package/types/src/Checkbox/styled.d.ts +0 -4
- package/types/src/Checkbox/types.d.ts +0 -2
- package/types/src/CircularProgress/CircularProgress.d.ts +0 -4
- package/types/src/CircularProgress/constants.d.ts +0 -8
- package/types/src/CircularProgress/index.d.ts +0 -2
- package/types/src/CircularProgress/styled.d.ts +0 -7
- package/types/src/CircularProgress/types.d.ts +0 -8
- package/types/src/FormControlLabel/FormControlLabel.d.ts +0 -3
- package/types/src/FormControlLabel/index.d.ts +0 -2
- package/types/src/FormControlLabel/styled.d.ts +0 -3
- package/types/src/FormControlLabel/types.d.ts +0 -2
- package/types/src/FormHelperText/FormHelperText.d.ts +0 -4
- package/types/src/FormHelperText/index.d.ts +0 -1
- package/types/src/FormHelperText/styled.d.ts +0 -41
- package/types/src/FormHelperText/types.d.ts +0 -6
- package/types/src/GlobalStyles/GlobalStyles.d.ts +0 -3
- package/types/src/GlobalStyles/index.d.ts +0 -1
- package/types/src/Grid/Grid.d.ts +0 -3
- package/types/src/Grid/index.d.ts +0 -2
- package/types/src/Grid/styled.d.ts +0 -13
- package/types/src/Grid/types.d.ts +0 -30
- package/types/src/IconButton/IconButton.d.ts +0 -3
- package/types/src/IconButton/index.d.ts +0 -1
- package/types/src/IconButton/styled.d.ts +0 -19
- package/types/src/Menu/Menu.d.ts +0 -3
- package/types/src/Menu/index.d.ts +0 -1
- package/types/src/MenuItem/MenuItem.d.ts +0 -3
- package/types/src/MenuItem/index.d.ts +0 -1
- package/types/src/MenuList/MenuList.d.ts +0 -3
- package/types/src/MenuList/index.d.ts +0 -2
- package/types/src/MenuList/styled.d.ts +0 -20
- package/types/src/MenuList/types.d.ts +0 -2
- package/types/src/Radio/Icon.d.ts +0 -3
- package/types/src/Radio/Radio.d.ts +0 -4
- package/types/src/Radio/index.d.ts +0 -2
- package/types/src/Radio/styled.d.ts +0 -4
- package/types/src/Radio/types.d.ts +0 -2
- package/types/src/RadioGroup/RadioGroup.d.ts +0 -2
- package/types/src/StylesCacheProvider/index.d.ts +0 -1
- package/types/src/Tag/Tag.d.ts +0 -3
- package/types/src/Tag/constants.d.ts +0 -21
- package/types/src/Tag/index.d.ts +0 -2
- package/types/src/Tag/styled.d.ts +0 -26
- package/types/src/Tag/types.d.ts +0 -12
- package/types/src/TextArea/TextArea.d.ts +0 -3
- package/types/src/TextArea/index.d.ts +0 -2
- package/types/src/TextArea/types.d.ts +0 -2
- package/types/src/TextField/TextField.d.ts +0 -4
- package/types/src/TextField/index.d.ts +0 -2
- package/types/src/TextField/types.d.ts +0 -6
- package/types/src/ThemeProvider/ThemeProvider.d.ts +0 -7
- package/types/src/ThemeProvider/index.d.ts +0 -1
- package/types/src/Typography/Typography.d.ts +0 -8
- package/types/src/Typography/index.d.ts +0 -1
- package/types/src/createStylesCache/index.d.ts +0 -2
- package/types/src/createStylesServer/index.d.ts +0 -1
- package/types/src/index.d.ts +0 -22
- package/types/src/styles/index.d.ts +0 -1
- package/types/src/styles/styled/index.d.ts +0 -1
- package/types/src/styles/styled/styled.d.ts +0 -2
- package/types/src/styles/styled/types.d.ts +0 -48
- package/types/src/theme/baseTheme.d.ts +0 -28
- package/types/src/theme/components/MuiFormHelperText.d.ts +0 -4
- package/types/src/theme/components/MuiFormLabel.d.ts +0 -4
- package/types/src/theme/components/MuiInputBase.d.ts +0 -4
- package/types/src/theme/components/MuiInputLabel.d.ts +0 -4
- package/types/src/theme/components/MuiOutlinedInput.d.ts +0 -4
- package/types/src/theme/components/MuiTypography.d.ts +0 -21
- package/types/src/theme/components/components.d.ts +0 -21
- package/types/src/theme/components/index.d.ts +0 -1
- package/types/src/theme/constants.d.ts +0 -9
- package/types/src/theme/elevation.d.ts +0 -8
- package/types/src/theme/hooks/index.d.ts +0 -1
- package/types/src/theme/hooks/useTheme/index.d.ts +0 -2
- package/types/src/theme/index.d.ts +0 -6
- package/types/src/theme/palette/brandPalette.d.ts +0 -15
- package/types/src/theme/palette/index.d.ts +0 -2
- package/types/src/theme/palette/palette.d.ts +0 -29
- package/types/src/theme/shape.d.ts +0 -6
- package/types/src/theme/typography.d.ts +0 -19
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const SuccessIcon: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
|
|
5
|
-
color?: "inherit" | "primary" | "secondary" | "disabled" | "error" | "warning" | "info" | "success" | "action" | undefined;
|
|
6
|
-
fontSize?: "inherit" | "large" | "medium" | "small" | undefined;
|
|
7
|
-
htmlColor?: string | undefined;
|
|
8
|
-
inheritViewBox?: boolean | undefined;
|
|
9
|
-
shapeRendering?: string | undefined;
|
|
10
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
11
|
-
titleAccess?: string | undefined;
|
|
12
|
-
viewBox?: string | undefined;
|
|
13
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "fontSize" | "fontWeight" | "fontFamily" | "direction" | "spacing" | "clipPath" | "color" | "cursor" | "display" | "filter" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "mode" | "className" | "style" | "id" | "lang" | "tabIndex" | "role" | "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" | "path" | "key" | "name" | "type" | "local" | "in" | "elevation" | "max" | "href" | "orientation" | "media" | "target" | "origin" | "min" | "viewBox" | "method" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
|
|
14
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
15
|
-
}, "fontSize" | "color" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
|
|
16
|
-
children?: import("react").ReactNode;
|
|
17
|
-
} & {
|
|
18
|
-
theme?: import("..").Theme | undefined;
|
|
19
|
-
}, {}, {}>;
|
|
20
|
-
export declare const ErrorIcon: import("@emotion/styled").StyledComponent<{
|
|
21
|
-
children?: import("react").ReactNode;
|
|
22
|
-
classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
|
|
23
|
-
color?: "inherit" | "primary" | "secondary" | "disabled" | "error" | "warning" | "info" | "success" | "action" | undefined;
|
|
24
|
-
fontSize?: "inherit" | "large" | "medium" | "small" | undefined;
|
|
25
|
-
htmlColor?: string | undefined;
|
|
26
|
-
inheritViewBox?: boolean | undefined;
|
|
27
|
-
shapeRendering?: string | undefined;
|
|
28
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
29
|
-
titleAccess?: string | undefined;
|
|
30
|
-
viewBox?: string | undefined;
|
|
31
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "fontSize" | "fontWeight" | "fontFamily" | "direction" | "spacing" | "clipPath" | "color" | "cursor" | "display" | "filter" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "mode" | "className" | "style" | "id" | "lang" | "tabIndex" | "role" | "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" | "path" | "key" | "name" | "type" | "local" | "in" | "elevation" | "max" | "href" | "orientation" | "media" | "target" | "origin" | "min" | "viewBox" | "method" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
|
|
32
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
33
|
-
}, "fontSize" | "color" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
|
|
34
|
-
children?: import("react").ReactNode;
|
|
35
|
-
} & {
|
|
36
|
-
theme?: import("..").Theme | undefined;
|
|
37
|
-
}, {}, {}>;
|
|
38
|
-
export declare const Content: import("@emotion/styled").StyledComponent<{
|
|
39
|
-
theme?: import("..").Theme | undefined;
|
|
40
|
-
as?: import("react").ElementType<any> | undefined;
|
|
41
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './GlobalStyles';
|
package/types/src/Grid/Grid.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { GridProps } from './types';
|
|
3
|
-
export declare const Grid: ({ container, templateColumns, templateRows, templateAreas, columnSpacing, rowSpacing, spacing, autoColumns, autoRows, autoFlow, column, row, area, children, ...props }: GridProps) => JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledGrid: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
component?: import("react").ElementType<any> | undefined;
|
|
5
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
6
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
7
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|
|
8
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "ref" | ("fontSize" | "fontWeight" | "fontFamily" | "typography" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component"> & {
|
|
10
|
-
theme?: import("..").Theme | undefined;
|
|
11
|
-
} & {
|
|
12
|
-
container: boolean;
|
|
13
|
-
}, {}, {}>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Breakpoint } from '@mui/material/styles';
|
|
3
|
-
declare type StyleCSSType<Type extends keyof React.CSSProperties> = React.CSSProperties[Type] | Partial<Record<Breakpoint, React.CSSProperties[Type]>>;
|
|
4
|
-
export declare type GridContainerProps = {
|
|
5
|
-
container?: boolean;
|
|
6
|
-
templateColumns?: StyleCSSType<'gridTemplateColumns'>;
|
|
7
|
-
templateRows?: StyleCSSType<'gridTemplateRows'>;
|
|
8
|
-
templateAreas?: StyleCSSType<'gridTemplateAreas'>;
|
|
9
|
-
columnSpacing?: StyleCSSType<'gridColumnGap'>;
|
|
10
|
-
rowSpacing?: StyleCSSType<'gridRowGap'>;
|
|
11
|
-
spacing?: StyleCSSType<'gridGap'>;
|
|
12
|
-
justifyItems?: StyleCSSType<'justifyItems'>;
|
|
13
|
-
alignItems?: StyleCSSType<'alignItems'>;
|
|
14
|
-
justifyContent?: StyleCSSType<'justifyContent'>;
|
|
15
|
-
alignContent?: StyleCSSType<'alignContent'>;
|
|
16
|
-
autoColumns?: StyleCSSType<'gridAutoColumns'>;
|
|
17
|
-
autoRows?: StyleCSSType<'gridAutoRows'>;
|
|
18
|
-
autoFlow?: StyleCSSType<'gridAutoFlow'>;
|
|
19
|
-
};
|
|
20
|
-
export declare type GridElementsProps = {
|
|
21
|
-
column?: StyleCSSType<'gridColumn'>;
|
|
22
|
-
row?: StyleCSSType<'gridRow'>;
|
|
23
|
-
area?: StyleCSSType<'gridArea'>;
|
|
24
|
-
justifySelf?: StyleCSSType<'justifySelf'>;
|
|
25
|
-
alignSelf?: StyleCSSType<'alignSelf'>;
|
|
26
|
-
};
|
|
27
|
-
export declare type GridProps = GridContainerProps & GridElementsProps & {
|
|
28
|
-
children?: React.ReactNode;
|
|
29
|
-
};
|
|
30
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './IconButton';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Theme } from '../theme';
|
|
3
|
-
import { ButtonProps } from '../Button';
|
|
4
|
-
declare type StyledIconButtonThemeProps = ButtonProps & {
|
|
5
|
-
theme: Theme;
|
|
6
|
-
};
|
|
7
|
-
export declare const getButtonHeight: ({ size, }: StyledIconButtonThemeProps) => string;
|
|
8
|
-
export declare const StyledIconButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/base/ButtonUnstyled/ButtonUnstyledProps").default<"button", {}>, "color" | "variant" | "size"> & {
|
|
9
|
-
color?: "primary" | "error" | "warning" | "success" | undefined;
|
|
10
|
-
variant?: "link" | "light" | "text" | "contained" | undefined;
|
|
11
|
-
size?: "large" | "medium" | undefined;
|
|
12
|
-
} & {
|
|
13
|
-
theme?: Theme | undefined;
|
|
14
|
-
} & {
|
|
15
|
-
loading?: boolean | undefined;
|
|
16
|
-
startIcon?: import("react").ReactNode;
|
|
17
|
-
endIcon?: import("react").ReactNode;
|
|
18
|
-
}, {}, {}>;
|
|
19
|
-
export {};
|
package/types/src/Menu/Menu.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './MenuItem';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledMenuList: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
autoFocus?: boolean | undefined;
|
|
4
|
-
autoFocusItem?: boolean | undefined;
|
|
5
|
-
children?: import("react").ReactNode;
|
|
6
|
-
disabledItemsFocusable?: boolean | undefined;
|
|
7
|
-
disableListWrap?: boolean | undefined;
|
|
8
|
-
variant?: "menu" | "selectedMenu" | undefined;
|
|
9
|
-
} & {
|
|
10
|
-
children?: import("react").ReactNode;
|
|
11
|
-
classes?: Partial<import("@mui/material").ListClasses> | undefined;
|
|
12
|
-
dense?: boolean | undefined;
|
|
13
|
-
disablePadding?: boolean | undefined;
|
|
14
|
-
subheader?: import("react").ReactNode;
|
|
15
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
16
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes<HTMLUListElement>> & {
|
|
17
|
-
ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined;
|
|
18
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "autoFocus" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & {
|
|
19
|
-
theme?: import("..").Theme | undefined;
|
|
20
|
-
}, {}, {}>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RadioProps } from './types';
|
|
3
|
-
export declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "disabled" | "translate" | "action" | "required" | "classes" | "className" | "style" | "form" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "sx" | "key" | "autoFocus" | "inputProps" | "inputRef" | "name" | "readOnly" | "value" | "checkedIcon" | "icon" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "checked" | "disableFocusRipple" | "edge"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
-
export default Radio;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CacheProvider as StylesCacheProvider } from '@emotion/react';
|
package/types/src/Tag/Tag.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare enum TagColors {
|
|
2
|
-
DEFAULT = "default",
|
|
3
|
-
PRIMARY = "primary",
|
|
4
|
-
ERROR = "error",
|
|
5
|
-
GREY = "grey",
|
|
6
|
-
SUCCESS = "success",
|
|
7
|
-
WARNING = "warning"
|
|
8
|
-
}
|
|
9
|
-
export declare enum TagVariants {
|
|
10
|
-
CONTAINED = "contained",
|
|
11
|
-
LIGHT = "light"
|
|
12
|
-
}
|
|
13
|
-
export declare enum TagSizes {
|
|
14
|
-
MEDIUM = "medium",
|
|
15
|
-
SMALL = "small"
|
|
16
|
-
}
|
|
17
|
-
export declare enum TagStates {
|
|
18
|
-
DEFAULT = "default",
|
|
19
|
-
HOVER = "hover",
|
|
20
|
-
ACTIVE = "active"
|
|
21
|
-
}
|
package/types/src/Tag/index.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Theme } from '../theme';
|
|
3
|
-
import { TagProps } from './types';
|
|
4
|
-
export declare const StyledTag: import("@emotion/styled").StyledComponent<{
|
|
5
|
-
avatar?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
6
|
-
children?: null | undefined;
|
|
7
|
-
classes?: Partial<import("@mui/material").ChipClasses> | undefined;
|
|
8
|
-
clickable?: boolean | undefined;
|
|
9
|
-
color?: "primary" | "secondary" | "default" | "error" | "warning" | "info" | "success" | undefined;
|
|
10
|
-
deleteIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
11
|
-
disabled?: boolean | undefined;
|
|
12
|
-
icon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
13
|
-
label?: import("react").ReactNode;
|
|
14
|
-
onDelete?: ((event: any) => void) | undefined;
|
|
15
|
-
size?: "medium" | "small" | undefined;
|
|
16
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
17
|
-
variant?: "filled" | "outlined" | undefined;
|
|
18
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|
|
19
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
20
|
-
}, "disabled" | "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "label" | "variant" | "size" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete"> & {
|
|
21
|
-
theme?: Theme | undefined;
|
|
22
|
-
} & Omit<TagProps, "color"> & {
|
|
23
|
-
customColor?: "primary" | "default" | "error" | "grey" | "warning" | "success" | undefined;
|
|
24
|
-
customVariant?: "light" | "contained" | undefined;
|
|
25
|
-
rounded?: boolean | undefined;
|
|
26
|
-
}, {}, {}>;
|
package/types/src/Tag/types.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ChipProps as MuiTagProps } from '@mui/material/Chip/Chip';
|
|
2
|
-
import { TagColors, TagSizes, TagStates, TagVariants } from './constants';
|
|
3
|
-
export declare type TagColor = `${TagColors}`;
|
|
4
|
-
export declare type TagVariant = `${TagVariants}`;
|
|
5
|
-
export declare type TagSize = `${TagSizes}`;
|
|
6
|
-
export declare type TagState = `${TagStates}`;
|
|
7
|
-
export declare type TagProps = Omit<MuiTagProps, 'color' | 'variant'> & {
|
|
8
|
-
color?: TagColor;
|
|
9
|
-
variant?: TagVariant;
|
|
10
|
-
size?: TagSize;
|
|
11
|
-
rounded?: boolean;
|
|
12
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TextAreaProps } from './types';
|
|
3
|
-
export declare const TextArea: import("react").ForwardRefExoticComponent<Pick<TextAreaProps, "disabled" | "focused" | "error" | "fullWidth" | "hiddenLabel" | "color" | "translate" | "margin" | "success" | "required" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "sx" | "label" | "select" | "key" | "variant" | "autoComplete" | "autoFocus" | "inputProps" | "inputRef" | "name" | "rows" | "maxRows" | "minRows" | "size" | "type" | "value" | "SelectProps" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TextFieldProps } from './types';
|
|
3
|
-
export declare const TextField: import("react").ForwardRefExoticComponent<Pick<TextFieldProps, "disabled" | "focused" | "error" | "multiline" | "fullWidth" | "hiddenLabel" | "color" | "translate" | "margin" | "success" | "required" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "sx" | "label" | "select" | "key" | "variant" | "autoComplete" | "autoFocus" | "inputProps" | "inputRef" | "name" | "rows" | "maxRows" | "minRows" | "size" | "type" | "value" | "SelectProps" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
-
export default TextField;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ThemeProvider';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TypographyProps as MuiTypographyProps } from '@mui/material/Typography';
|
|
3
|
-
import { Variant } from '@mui/material/styles/createTypography';
|
|
4
|
-
export declare type TypographyProps = Omit<MuiTypographyProps, 'variant'> & {
|
|
5
|
-
variant?: Variant | 'h7' | 'h8' | 'h9' | 'ui' | 'link' | 'pointer' | 'small' | 'code';
|
|
6
|
-
};
|
|
7
|
-
export declare const Typography: ({ variant, children, ...props }: TypographyProps) => JSX.Element;
|
|
8
|
-
export default Typography;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Typography';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as createStylesServer } from '@emotion/server/create-instance';
|
package/types/src/index.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export * from './createStylesCache';
|
|
2
|
-
export * from './createStylesServer';
|
|
3
|
-
export * from './StylesCacheProvider';
|
|
4
|
-
export * from './Button';
|
|
5
|
-
export * from './ButtonBase';
|
|
6
|
-
export * from './IconButton';
|
|
7
|
-
export * from './Badge';
|
|
8
|
-
export * from './Checkbox';
|
|
9
|
-
export * from './FormControlLabel';
|
|
10
|
-
export * from './Typography';
|
|
11
|
-
export * from './Menu';
|
|
12
|
-
export * from './MenuItem';
|
|
13
|
-
export * from './MenuList';
|
|
14
|
-
export * from './theme';
|
|
15
|
-
export * from './styles';
|
|
16
|
-
export * from './ThemeProvider';
|
|
17
|
-
export * from './GlobalStyles';
|
|
18
|
-
export * from './TextField';
|
|
19
|
-
export * from './FormHelperText';
|
|
20
|
-
export * from './Grid';
|
|
21
|
-
export * from './Tag';
|
|
22
|
-
export * from './TextArea';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './styled';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './styled';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PropsOf } from '@emotion/react';
|
|
3
|
-
import { CreateStyledComponent, FilteringStyledOptions, StyledOptions } from '@emotion/styled/base';
|
|
4
|
-
import { Theme } from '../../theme';
|
|
5
|
-
/**
|
|
6
|
-
* @desc
|
|
7
|
-
* This function accepts a React component or tag ('div', 'a' etc).
|
|
8
|
-
*
|
|
9
|
-
* @example styled(MyComponent)({ width: 100 })
|
|
10
|
-
* @example styled(MyComponent)(myComponentProps => ({ width: myComponentProps.width })
|
|
11
|
-
* @example styled('div')({ width: 100 })
|
|
12
|
-
* @example styled('div')<Props>(props => ({ width: props.width })
|
|
13
|
-
*/
|
|
14
|
-
interface BaseCreateStyled {
|
|
15
|
-
<C extends React.ComponentClass<React.ComponentProps<C>>, ForwardedProps extends keyof React.ComponentProps<C> = keyof React.ComponentProps<C>>(component: C, options: FilteringStyledOptions<React.ComponentProps<C>, ForwardedProps>): CreateStyledComponent<Pick<PropsOf<C>, ForwardedProps> & {
|
|
16
|
-
theme?: Theme;
|
|
17
|
-
}, {}, {
|
|
18
|
-
ref?: React.Ref<InstanceType<C>>;
|
|
19
|
-
}>;
|
|
20
|
-
<C extends React.ComponentClass<React.ComponentProps<C>>>(component: C, options?: StyledOptions<React.ComponentProps<C>>): CreateStyledComponent<PropsOf<C> & {
|
|
21
|
-
theme?: Theme;
|
|
22
|
-
}, {}, {
|
|
23
|
-
ref?: React.Ref<InstanceType<C>>;
|
|
24
|
-
}>;
|
|
25
|
-
<C extends React.ComponentType<React.ComponentProps<C>>, ForwardedProps extends keyof React.ComponentProps<C> = keyof React.ComponentProps<C>>(component: C, options: FilteringStyledOptions<React.ComponentProps<C>, ForwardedProps>): CreateStyledComponent<Pick<PropsOf<C>, ForwardedProps> & {
|
|
26
|
-
theme?: Theme;
|
|
27
|
-
}>;
|
|
28
|
-
<C extends React.ComponentType<React.ComponentProps<C>>>(component: C, options?: StyledOptions<React.ComponentProps<C>>): CreateStyledComponent<PropsOf<C> & {
|
|
29
|
-
theme?: Theme;
|
|
30
|
-
}>;
|
|
31
|
-
<Tag extends keyof JSX.IntrinsicElements, ForwardedProps extends keyof JSX.IntrinsicElements[Tag] = keyof JSX.IntrinsicElements[Tag]>(tag: Tag, options: FilteringStyledOptions<JSX.IntrinsicElements[Tag], ForwardedProps>): CreateStyledComponent<{
|
|
32
|
-
theme?: Theme;
|
|
33
|
-
as?: React.ElementType;
|
|
34
|
-
}, Pick<JSX.IntrinsicElements[Tag], ForwardedProps>>;
|
|
35
|
-
<Tag extends keyof JSX.IntrinsicElements>(tag: Tag, options?: StyledOptions<JSX.IntrinsicElements[Tag]>): CreateStyledComponent<{
|
|
36
|
-
theme?: Theme;
|
|
37
|
-
as?: React.ElementType;
|
|
38
|
-
}, JSX.IntrinsicElements[Tag]>;
|
|
39
|
-
}
|
|
40
|
-
declare type StyledTags = {
|
|
41
|
-
[Tag in keyof JSX.IntrinsicElements]: CreateStyledComponent<{
|
|
42
|
-
theme?: Theme;
|
|
43
|
-
as?: React.ElementType;
|
|
44
|
-
}, JSX.IntrinsicElements[Tag]>;
|
|
45
|
-
};
|
|
46
|
-
export interface CreateStyled extends BaseCreateStyled, StyledTags {
|
|
47
|
-
}
|
|
48
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Palette as MuiPalette, Theme as MuiTheme, PaletteColor, ThemeOptions } from '@mui/material/styles';
|
|
2
|
-
import { TypographyThemeOptions } from './typography';
|
|
3
|
-
import { Background, Color } from './palette';
|
|
4
|
-
import { FontsUrls } from './components';
|
|
5
|
-
import { Brand } from './constants';
|
|
6
|
-
import { Elevation } from './elevation';
|
|
7
|
-
import { Shape } from './shape';
|
|
8
|
-
export declare type Palette = Omit<MuiPalette, 'grey' | 'background'> & {
|
|
9
|
-
red: Color;
|
|
10
|
-
green: Color;
|
|
11
|
-
yellow: Color;
|
|
12
|
-
grey: Color;
|
|
13
|
-
primary: PaletteColor & Color;
|
|
14
|
-
background: Background;
|
|
15
|
-
};
|
|
16
|
-
export declare type Theme = Omit<MuiTheme, 'shadows' | 'palette' | 'shape' | 'typography'> & {
|
|
17
|
-
elevation: Elevation;
|
|
18
|
-
palette: Palette;
|
|
19
|
-
shape: Shape;
|
|
20
|
-
typography: TypographyThemeOptions;
|
|
21
|
-
};
|
|
22
|
-
declare type CreateThemeParams = {
|
|
23
|
-
brand: Brand;
|
|
24
|
-
options?: ThemeOptions;
|
|
25
|
-
fontsUrls: FontsUrls;
|
|
26
|
-
};
|
|
27
|
-
export declare const createTheme: (params: CreateThemeParams) => Theme;
|
|
28
|
-
export {};
|