@astral/ui 0.3.0 → 0.3.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{node → cjs}/index.js +0 -0
- package/{node → cjs}/src/Badge/Badge.js +0 -0
- package/{node → cjs}/src/Badge/index.js +0 -0
- package/{node → cjs}/src/Badge/styled.js +0 -0
- package/{node → cjs}/src/Badge/types.js +0 -0
- package/{node → cjs}/src/Button/Button.js +0 -0
- package/{node → cjs}/src/Button/index.js +0 -0
- package/{node → cjs}/src/Button/styled.js +0 -0
- package/{node → cjs}/src/Button/types.js +0 -0
- package/{node → cjs}/src/ButtonBase/ButtonBase.js +0 -0
- package/{node → cjs}/src/ButtonBase/constants.js +0 -0
- package/{node → cjs}/src/ButtonBase/index.js +0 -0
- package/{node → cjs}/src/ButtonBase/styled.js +0 -0
- package/{node → cjs}/src/ButtonBase/types.js +0 -0
- package/cjs/src/CacheProvider/index.js +5 -0
- package/{node → cjs}/src/Checkbox/Checkbox.js +0 -0
- package/{node → cjs}/src/Checkbox/icons.js +0 -0
- package/{node → cjs}/src/Checkbox/index.js +0 -0
- package/{node → cjs}/src/Checkbox/styled.js +0 -0
- package/{node → cjs}/src/Checkbox/types.js +0 -0
- package/{node → cjs}/src/CircularProgress/CircularProgress.js +0 -0
- package/{node → cjs}/src/CircularProgress/constants.js +0 -0
- package/{node → cjs}/src/CircularProgress/index.js +0 -0
- package/{node → cjs}/src/CircularProgress/styled.js +0 -0
- package/{node → cjs}/src/CircularProgress/types.js +0 -0
- package/{node → cjs}/src/FormControlLabel/FormControlLabel.js +0 -0
- package/{node → cjs}/src/FormControlLabel/index.js +0 -0
- package/{node → cjs}/src/FormControlLabel/styled.js +0 -0
- package/{node → cjs}/src/FormControlLabel/types.js +0 -0
- package/{node → cjs}/src/FormHelperText/FormHelperText.js +0 -0
- package/{node → cjs}/src/FormHelperText/index.js +0 -0
- package/{node → cjs}/src/FormHelperText/styled.js +0 -0
- package/{node → cjs}/src/FormHelperText/types.js +0 -0
- package/{node → cjs}/src/GlobalStyles/GlobalStyles.js +0 -0
- package/{node → cjs}/src/GlobalStyles/index.js +0 -0
- package/{node → cjs}/src/Grid/Grid.js +0 -0
- package/{node → cjs}/src/Grid/index.js +0 -0
- package/{node → cjs}/src/Grid/styled.js +0 -0
- package/{node → cjs}/src/Grid/types.js +0 -0
- package/{node → cjs}/src/IconButton/IconButton.js +0 -0
- package/{node → cjs}/src/IconButton/index.js +0 -0
- package/{node → cjs}/src/IconButton/styled.js +0 -0
- package/{node → cjs}/src/Menu/Menu.js +0 -0
- package/{node → cjs}/src/Menu/index.js +0 -0
- package/{node → cjs}/src/MenuItem/MenuItem.js +0 -0
- package/{node → cjs}/src/MenuItem/index.js +0 -0
- package/{node → cjs}/src/MenuList/MenuList.js +0 -0
- package/{node → cjs}/src/MenuList/index.js +0 -0
- package/{node → cjs}/src/MenuList/styled.js +0 -0
- package/{node → cjs}/src/MenuList/types.js +0 -0
- package/{node → cjs}/src/Radio/Icon.js +0 -0
- package/{node → cjs}/src/Radio/Radio.js +0 -0
- package/{node → cjs}/src/Radio/index.js +0 -0
- package/{node → cjs}/src/Radio/styled.js +0 -0
- package/{node → cjs}/src/Radio/types.js +0 -0
- package/{node → cjs}/src/RadioGroup/RadioGroup.js +0 -0
- package/{node → cjs}/src/Tag/Tag.js +0 -0
- package/{node → cjs}/src/Tag/constants.js +0 -0
- package/{node → cjs}/src/Tag/index.js +0 -0
- package/{node → cjs}/src/Tag/styled.js +0 -0
- package/{node → cjs}/src/Tag/types.js +0 -0
- package/cjs/src/TextArea/TextArea.js +32 -0
- package/cjs/src/TextArea/index.js +14 -0
- package/{node/src/TextField → cjs/src/TextArea}/types.js +0 -0
- package/{node → cjs}/src/TextField/TextField.js +0 -0
- package/{node → cjs}/src/TextField/index.js +0 -0
- package/{node/src/styles/styled → cjs/src/TextField}/types.js +0 -0
- package/{node → cjs}/src/ThemeProvider/ThemeProvider.js +2 -3
- package/{node → cjs}/src/ThemeProvider/index.js +0 -0
- package/{node → cjs}/src/Typography/Typography.js +0 -0
- package/{node → cjs}/src/Typography/index.js +0 -0
- package/cjs/src/createCache/index.js +8 -0
- package/cjs/src/createEmotionServer/index.js +8 -0
- package/{node → cjs}/src/index.js +4 -0
- package/{node → cjs}/src/styles/index.js +0 -0
- package/{node → cjs}/src/styles/styled/index.js +0 -0
- package/{node → cjs}/src/styles/styled/styled.js +0 -0
- package/cjs/src/styles/styled/types.js +2 -0
- package/{node → cjs}/src/theme/__tests__/BaseTheme.test.js +0 -0
- package/{node → cjs}/src/theme/baseTheme.js +0 -0
- package/{node → cjs}/src/theme/components/MuiFormHelperText.js +0 -0
- package/{node → cjs}/src/theme/components/MuiFormLabel.js +0 -0
- package/{node → cjs}/src/theme/components/MuiInputBase.js +0 -0
- package/{node → cjs}/src/theme/components/MuiInputLabel.js +0 -0
- package/{node → cjs}/src/theme/components/MuiOutlinedInput.js +11 -0
- package/{node → cjs}/src/theme/components/MuiTypography.js +0 -0
- package/{node → cjs}/src/theme/components/components.js +0 -0
- package/{node → cjs}/src/theme/components/index.js +0 -0
- package/{node → cjs}/src/theme/constants.js +0 -0
- package/{node → cjs}/src/theme/elevation.js +0 -0
- package/{node → cjs}/src/theme/hooks/index.js +0 -0
- package/{node → cjs}/src/theme/hooks/useTheme/index.js +0 -0
- package/{node → cjs}/src/theme/index.js +0 -0
- package/{node → cjs}/src/theme/palette/brandPalette.js +0 -0
- package/{node → cjs}/src/theme/palette/index.js +0 -0
- package/{node → cjs}/src/theme/palette/palette.js +0 -0
- package/{node → cjs}/src/theme/shape.js +0 -0
- package/{node → cjs}/src/theme/typography.js +0 -0
- package/esm/src/CacheProvider/index.js +1 -0
- package/esm/src/TextArea/TextArea.js +29 -0
- package/esm/src/TextArea/index.js +2 -0
- package/esm/src/{theme/__tests__/BaseTheme.test.d.ts → TextArea/types.js} +0 -0
- package/esm/src/ThemeProvider/ThemeProvider.js +3 -4
- package/esm/src/createCache/index.js +1 -0
- package/esm/src/createEmotionServer/index.js +1 -0
- package/esm/src/index.js +4 -0
- package/esm/src/theme/components/MuiOutlinedInput.js +11 -0
- package/package.json +14 -5
- package/{esm → types}/index.d.ts +0 -0
- package/{esm → types}/src/Badge/Badge.d.ts +0 -0
- package/{esm → types}/src/Badge/index.d.ts +0 -0
- package/{esm → types}/src/Badge/styled.d.ts +0 -0
- package/{esm → types}/src/Badge/types.d.ts +0 -0
- package/{esm → types}/src/Button/Button.d.ts +0 -0
- package/{esm → types}/src/Button/index.d.ts +0 -0
- package/{esm → types}/src/Button/styled.d.ts +0 -0
- package/{esm → types}/src/Button/types.d.ts +0 -0
- package/{esm → types}/src/ButtonBase/ButtonBase.d.ts +0 -0
- package/{esm → types}/src/ButtonBase/constants.d.ts +0 -0
- package/{esm → types}/src/ButtonBase/index.d.ts +0 -0
- package/{esm → types}/src/ButtonBase/styled.d.ts +0 -0
- package/{esm → types}/src/ButtonBase/types.d.ts +0 -0
- package/types/src/CacheProvider/index.d.ts +1 -0
- package/{esm → types}/src/Checkbox/Checkbox.d.ts +0 -0
- package/{esm → types}/src/Checkbox/icons.d.ts +0 -0
- package/{esm → types}/src/Checkbox/index.d.ts +0 -0
- package/{esm → types}/src/Checkbox/styled.d.ts +0 -0
- package/{esm → types}/src/Checkbox/types.d.ts +0 -0
- package/{esm → types}/src/CircularProgress/CircularProgress.d.ts +0 -0
- package/{esm → types}/src/CircularProgress/constants.d.ts +0 -0
- package/{esm → types}/src/CircularProgress/index.d.ts +0 -0
- package/{esm → types}/src/CircularProgress/styled.d.ts +0 -0
- package/{esm → types}/src/CircularProgress/types.d.ts +0 -0
- package/{esm → types}/src/FormControlLabel/FormControlLabel.d.ts +0 -0
- package/{esm → types}/src/FormControlLabel/index.d.ts +0 -0
- package/{esm → types}/src/FormControlLabel/styled.d.ts +0 -0
- package/{esm → types}/src/FormControlLabel/types.d.ts +0 -0
- package/{esm → types}/src/FormHelperText/FormHelperText.d.ts +0 -0
- package/{esm → types}/src/FormHelperText/index.d.ts +0 -0
- package/{esm → types}/src/FormHelperText/styled.d.ts +0 -0
- package/{esm → types}/src/FormHelperText/types.d.ts +0 -0
- package/{esm → types}/src/GlobalStyles/GlobalStyles.d.ts +0 -0
- package/{esm → types}/src/GlobalStyles/index.d.ts +0 -0
- package/{esm → types}/src/Grid/Grid.d.ts +0 -0
- package/{esm → types}/src/Grid/index.d.ts +0 -0
- package/{esm → types}/src/Grid/styled.d.ts +0 -0
- package/{esm → types}/src/Grid/types.d.ts +0 -0
- package/{esm → types}/src/IconButton/IconButton.d.ts +0 -0
- package/{esm → types}/src/IconButton/index.d.ts +0 -0
- package/{esm → types}/src/IconButton/styled.d.ts +0 -0
- package/{esm → types}/src/Menu/Menu.d.ts +0 -0
- package/{esm → types}/src/Menu/index.d.ts +0 -0
- package/{esm → types}/src/MenuItem/MenuItem.d.ts +0 -0
- package/{esm → types}/src/MenuItem/index.d.ts +0 -0
- package/{esm → types}/src/MenuList/MenuList.d.ts +0 -0
- package/{esm → types}/src/MenuList/index.d.ts +0 -0
- package/{esm → types}/src/MenuList/styled.d.ts +0 -0
- package/{esm → types}/src/MenuList/types.d.ts +0 -0
- package/{esm → types}/src/Radio/Icon.d.ts +0 -0
- package/{esm → types}/src/Radio/Radio.d.ts +0 -0
- package/{esm → types}/src/Radio/index.d.ts +0 -0
- package/{esm → types}/src/Radio/styled.d.ts +0 -0
- package/{esm → types}/src/Radio/types.d.ts +0 -0
- package/{esm → types}/src/RadioGroup/RadioGroup.d.ts +0 -0
- package/{esm → types}/src/Tag/Tag.d.ts +0 -0
- package/{esm → types}/src/Tag/constants.d.ts +0 -0
- package/{esm → types}/src/Tag/index.d.ts +0 -0
- package/{esm → types}/src/Tag/styled.d.ts +0 -0
- package/{esm → types}/src/Tag/types.d.ts +0 -0
- package/types/src/TextArea/TextArea.d.ts +3 -0
- package/types/src/TextArea/index.d.ts +2 -0
- package/types/src/TextArea/types.d.ts +2 -0
- package/{esm → types}/src/TextField/TextField.d.ts +0 -0
- package/{esm → types}/src/TextField/index.d.ts +0 -0
- package/{esm → types}/src/TextField/types.d.ts +0 -0
- package/{esm → types}/src/ThemeProvider/ThemeProvider.d.ts +0 -0
- package/{esm → types}/src/ThemeProvider/index.d.ts +0 -0
- package/{esm → types}/src/Typography/Typography.d.ts +0 -0
- package/{esm → types}/src/Typography/index.d.ts +0 -0
- package/types/src/createCache/index.d.ts +2 -0
- package/types/src/createEmotionServer/index.d.ts +1 -0
- package/{esm → types}/src/index.d.ts +4 -0
- package/{esm → types}/src/styles/index.d.ts +0 -0
- package/{esm → types}/src/styles/styled/index.d.ts +0 -0
- package/{esm → types}/src/styles/styled/styled.d.ts +0 -0
- package/{esm → types}/src/styles/styled/types.d.ts +0 -0
- package/{node → types}/src/theme/__tests__/BaseTheme.test.d.ts +0 -0
- package/{esm → types}/src/theme/baseTheme.d.ts +0 -0
- package/{esm → types}/src/theme/components/MuiFormHelperText.d.ts +0 -0
- package/{esm → types}/src/theme/components/MuiFormLabel.d.ts +0 -0
- package/{esm → types}/src/theme/components/MuiInputBase.d.ts +0 -0
- package/{esm → types}/src/theme/components/MuiInputLabel.d.ts +0 -0
- package/{esm → types}/src/theme/components/MuiOutlinedInput.d.ts +0 -0
- package/{esm → types}/src/theme/components/MuiTypography.d.ts +0 -0
- package/{esm → types}/src/theme/components/components.d.ts +0 -0
- package/{esm → types}/src/theme/components/index.d.ts +0 -0
- package/{esm → types}/src/theme/constants.d.ts +0 -0
- package/{esm → types}/src/theme/elevation.d.ts +0 -0
- package/{esm → types}/src/theme/hooks/index.d.ts +0 -0
- package/{esm → types}/src/theme/hooks/useTheme/index.d.ts +0 -0
- package/{esm → types}/src/theme/index.d.ts +0 -0
- package/{esm → types}/src/theme/palette/brandPalette.d.ts +0 -0
- package/{esm → types}/src/theme/palette/index.d.ts +0 -0
- package/{esm → types}/src/theme/palette/palette.d.ts +0 -0
- package/{esm → types}/src/theme/shape.d.ts +0 -0
- package/{esm → types}/src/theme/typography.d.ts +0 -0
- package/node/index.d.ts +0 -1
- package/node/src/Badge/Badge.d.ts +0 -4
- package/node/src/Badge/index.d.ts +0 -2
- package/node/src/Badge/styled.d.ts +0 -50
- package/node/src/Badge/types.d.ts +0 -5
- package/node/src/Button/Button.d.ts +0 -3
- package/node/src/Button/index.d.ts +0 -2
- package/node/src/Button/styled.d.ts +0 -13
- package/node/src/Button/types.d.ts +0 -7
- package/node/src/ButtonBase/ButtonBase.d.ts +0 -3
- package/node/src/ButtonBase/constants.d.ts +0 -22
- package/node/src/ButtonBase/index.d.ts +0 -3
- package/node/src/ButtonBase/styled.d.ts +0 -27
- package/node/src/ButtonBase/types.d.ts +0 -11
- package/node/src/Checkbox/Checkbox.d.ts +0 -3
- package/node/src/Checkbox/icons.d.ts +0 -5
- package/node/src/Checkbox/index.d.ts +0 -2
- package/node/src/Checkbox/styled.d.ts +0 -4
- package/node/src/Checkbox/types.d.ts +0 -2
- package/node/src/CircularProgress/CircularProgress.d.ts +0 -4
- package/node/src/CircularProgress/constants.d.ts +0 -8
- package/node/src/CircularProgress/index.d.ts +0 -2
- package/node/src/CircularProgress/styled.d.ts +0 -7
- package/node/src/CircularProgress/types.d.ts +0 -8
- package/node/src/FormControlLabel/FormControlLabel.d.ts +0 -3
- package/node/src/FormControlLabel/index.d.ts +0 -2
- package/node/src/FormControlLabel/styled.d.ts +0 -3
- package/node/src/FormControlLabel/types.d.ts +0 -2
- package/node/src/FormHelperText/FormHelperText.d.ts +0 -4
- package/node/src/FormHelperText/index.d.ts +0 -1
- package/node/src/FormHelperText/styled.d.ts +0 -41
- package/node/src/FormHelperText/types.d.ts +0 -6
- package/node/src/GlobalStyles/GlobalStyles.d.ts +0 -3
- package/node/src/GlobalStyles/index.d.ts +0 -1
- package/node/src/Grid/Grid.d.ts +0 -3
- package/node/src/Grid/index.d.ts +0 -2
- package/node/src/Grid/styled.d.ts +0 -13
- package/node/src/Grid/types.d.ts +0 -30
- package/node/src/IconButton/IconButton.d.ts +0 -3
- package/node/src/IconButton/index.d.ts +0 -1
- package/node/src/IconButton/styled.d.ts +0 -19
- package/node/src/Menu/Menu.d.ts +0 -3
- package/node/src/Menu/index.d.ts +0 -1
- package/node/src/MenuItem/MenuItem.d.ts +0 -3
- package/node/src/MenuItem/index.d.ts +0 -1
- package/node/src/MenuList/MenuList.d.ts +0 -3
- package/node/src/MenuList/index.d.ts +0 -2
- package/node/src/MenuList/styled.d.ts +0 -20
- package/node/src/MenuList/types.d.ts +0 -2
- package/node/src/Radio/Icon.d.ts +0 -3
- package/node/src/Radio/Radio.d.ts +0 -4
- package/node/src/Radio/index.d.ts +0 -2
- package/node/src/Radio/styled.d.ts +0 -4
- package/node/src/Radio/types.d.ts +0 -2
- package/node/src/RadioGroup/RadioGroup.d.ts +0 -2
- package/node/src/Tag/Tag.d.ts +0 -3
- package/node/src/Tag/constants.d.ts +0 -21
- package/node/src/Tag/index.d.ts +0 -2
- package/node/src/Tag/styled.d.ts +0 -26
- package/node/src/Tag/types.d.ts +0 -12
- package/node/src/TextField/TextField.d.ts +0 -4
- package/node/src/TextField/index.d.ts +0 -2
- package/node/src/TextField/types.d.ts +0 -6
- package/node/src/ThemeProvider/ThemeProvider.d.ts +0 -7
- package/node/src/ThemeProvider/index.d.ts +0 -1
- package/node/src/Typography/Typography.d.ts +0 -8
- package/node/src/Typography/index.d.ts +0 -1
- package/node/src/index.d.ts +0 -18
- package/node/src/styles/index.d.ts +0 -1
- package/node/src/styles/styled/index.d.ts +0 -1
- package/node/src/styles/styled/styled.d.ts +0 -2
- package/node/src/styles/styled/types.d.ts +0 -48
- package/node/src/theme/baseTheme.d.ts +0 -28
- package/node/src/theme/components/MuiFormHelperText.d.ts +0 -4
- package/node/src/theme/components/MuiFormLabel.d.ts +0 -4
- package/node/src/theme/components/MuiInputBase.d.ts +0 -4
- package/node/src/theme/components/MuiInputLabel.d.ts +0 -4
- package/node/src/theme/components/MuiOutlinedInput.d.ts +0 -4
- package/node/src/theme/components/MuiTypography.d.ts +0 -21
- package/node/src/theme/components/components.d.ts +0 -21
- package/node/src/theme/components/index.d.ts +0 -1
- package/node/src/theme/constants.d.ts +0 -9
- package/node/src/theme/elevation.d.ts +0 -8
- package/node/src/theme/hooks/index.d.ts +0 -1
- package/node/src/theme/hooks/useTheme/index.d.ts +0 -2
- package/node/src/theme/index.d.ts +0 -6
- package/node/src/theme/palette/brandPalette.d.ts +0 -15
- package/node/src/theme/palette/index.d.ts +0 -2
- package/node/src/theme/palette/palette.d.ts +0 -29
- package/node/src/theme/shape.d.ts +0 -6
- package/node/src/theme/typography.d.ts +0 -19
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,3 @@
|
|
|
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>>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as createEmotionServer } from '@emotion/server/create-instance';
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from './createCache';
|
|
2
|
+
export * from './createEmotionServer';
|
|
3
|
+
export * from './CacheProvider';
|
|
1
4
|
export * from './Button';
|
|
2
5
|
export * from './ButtonBase';
|
|
3
6
|
export * from './IconButton';
|
|
@@ -16,3 +19,4 @@ export * from './TextField';
|
|
|
16
19
|
export * from './FormHelperText';
|
|
17
20
|
export * from './Grid';
|
|
18
21
|
export * from './Tag';
|
|
22
|
+
export * from './TextArea';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/node/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src';
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Theme } from '../theme';
|
|
3
|
-
import { BadgeColor, BadgeProps } from './types';
|
|
4
|
-
export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
|
|
5
|
-
classes?: (Partial<import("@mui/material").BadgeUnstyledClasses> & {
|
|
6
|
-
colorPrimary?: string | undefined;
|
|
7
|
-
colorSecondary?: string | undefined;
|
|
8
|
-
colorError?: string | undefined;
|
|
9
|
-
colorInfo?: string | undefined;
|
|
10
|
-
colorSuccess?: string | undefined;
|
|
11
|
-
colorWarning?: string | undefined;
|
|
12
|
-
anchorOriginTopRightRectangular?: string | undefined;
|
|
13
|
-
anchorOriginBottomRightRectangular?: string | undefined;
|
|
14
|
-
anchorOriginTopLeftRectangular?: string | undefined;
|
|
15
|
-
anchorOriginBottomLeftRectangular?: string | undefined;
|
|
16
|
-
anchorOriginTopRightCircular?: string | undefined;
|
|
17
|
-
anchorOriginBottomRightCircular?: string | undefined;
|
|
18
|
-
anchorOriginTopLeftCircular?: string | undefined;
|
|
19
|
-
anchorOriginBottomLeftCircular?: string | undefined;
|
|
20
|
-
overlapRectangular?: string | undefined;
|
|
21
|
-
overlapCircular?: string | undefined;
|
|
22
|
-
}) | undefined;
|
|
23
|
-
color?: "primary" | "secondary" | "default" | "error" | "warning" | "info" | "success" | undefined;
|
|
24
|
-
overlap?: "circular" | "rectangular" | undefined;
|
|
25
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
26
|
-
variant?: "standard" | "dot" | undefined;
|
|
27
|
-
} & {
|
|
28
|
-
anchorOrigin?: import("@mui/material").BadgeOrigin | undefined;
|
|
29
|
-
components?: {
|
|
30
|
-
Root?: import("react").ElementType<any> | undefined;
|
|
31
|
-
Badge?: import("react").ElementType<any> | undefined;
|
|
32
|
-
} | undefined;
|
|
33
|
-
componentsProps?: {
|
|
34
|
-
root?: (import("react").HTMLAttributes<HTMLSpanElement> & import("@mui/material").BadgeUnstyledComponentsPropsOverrides) | undefined;
|
|
35
|
-
badge?: (import("react").HTMLAttributes<HTMLSpanElement> & import("@mui/material").BadgeUnstyledComponentsPropsOverrides) | undefined;
|
|
36
|
-
} | undefined;
|
|
37
|
-
badgeContent?: import("react").ReactNode;
|
|
38
|
-
children?: import("react").ReactNode;
|
|
39
|
-
classes?: Partial<import("@mui/material").BadgeUnstyledClasses> | undefined;
|
|
40
|
-
invisible?: boolean | undefined;
|
|
41
|
-
max?: number | undefined;
|
|
42
|
-
showZero?: boolean | undefined;
|
|
43
|
-
variant?: string | undefined;
|
|
44
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>> & {
|
|
45
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
46
|
-
}, "components" | "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "componentsProps" | "invisible" | "anchorOrigin" | "overlap" | "badgeContent" | "max" | "showZero"> & {
|
|
47
|
-
theme?: Theme | undefined;
|
|
48
|
-
} & Omit<BadgeProps, "color"> & {
|
|
49
|
-
customColor: BadgeColor;
|
|
50
|
-
}, {}, {}>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Theme } from '../theme';
|
|
3
|
-
export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/base/ButtonUnstyled/ButtonUnstyledProps").default<"button", {}>, "color" | "variant" | "size"> & {
|
|
4
|
-
color?: "primary" | "error" | "warning" | "success" | undefined;
|
|
5
|
-
variant?: "link" | "light" | "text" | "contained" | undefined;
|
|
6
|
-
size?: "large" | "medium" | undefined;
|
|
7
|
-
} & {
|
|
8
|
-
theme?: Theme | undefined;
|
|
9
|
-
} & {
|
|
10
|
-
loading?: boolean | undefined;
|
|
11
|
-
startIcon?: import("react").ReactNode;
|
|
12
|
-
endIcon?: import("react").ReactNode;
|
|
13
|
-
}, {}, {}>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare enum ButtonColors {
|
|
2
|
-
ERROR = "error",
|
|
3
|
-
SUCCESS = "success",
|
|
4
|
-
WARNING = "warning",
|
|
5
|
-
PRIMARY = "primary"
|
|
6
|
-
}
|
|
7
|
-
export declare enum ButtonVariants {
|
|
8
|
-
CONTAINED = "contained",
|
|
9
|
-
LIGHT = "light",
|
|
10
|
-
TEXT = "text",
|
|
11
|
-
LINK = "link"
|
|
12
|
-
}
|
|
13
|
-
export declare enum ButtonSizes {
|
|
14
|
-
MEDIUM = "medium",
|
|
15
|
-
LARGE = "large"
|
|
16
|
-
}
|
|
17
|
-
export declare enum ButtonStates {
|
|
18
|
-
DEFAULT = "default",
|
|
19
|
-
ACTIVE = "active",
|
|
20
|
-
FOCUS = "focus",
|
|
21
|
-
HOVER = "hover"
|
|
22
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Theme } from '../theme';
|
|
3
|
-
import { BaseButtonProps, ButtonColor, ButtonSize, ButtonState, ButtonVariant } from './types';
|
|
4
|
-
declare type StyledButtonBaseThemeProps = {
|
|
5
|
-
customColor?: ButtonColor;
|
|
6
|
-
customVariant?: ButtonVariant;
|
|
7
|
-
size?: ButtonSize;
|
|
8
|
-
theme: Theme;
|
|
9
|
-
};
|
|
10
|
-
export declare const getColor: ({ theme, customVariant, customColor, buttonState, }: StyledButtonBaseThemeProps & {
|
|
11
|
-
buttonState: ButtonState;
|
|
12
|
-
}) => string;
|
|
13
|
-
export declare const getBgColor: ({ customColor, customVariant, buttonState, theme, }: StyledButtonBaseThemeProps & {
|
|
14
|
-
buttonState: ButtonState;
|
|
15
|
-
}) => string;
|
|
16
|
-
export declare const getButtonHeight: ({ size, }: StyledButtonBaseThemeProps) => string;
|
|
17
|
-
export declare const getButtonPadding: ({ size, theme, }: StyledButtonBaseThemeProps) => string;
|
|
18
|
-
export declare const getDisabledBgColor: ({ theme, customVariant, }: StyledButtonBaseThemeProps) => string;
|
|
19
|
-
export declare const StyledButtonBase: import("@emotion/styled").StyledComponent<Pick<import("@mui/base/ButtonUnstyled").ButtonUnstyledOwnProps & Omit<any, keyof import("@mui/base/ButtonUnstyled").ButtonUnstyledOwnProps> & {
|
|
20
|
-
component?: import("react").ElementType<any> | undefined;
|
|
21
|
-
}, string | number | symbol> & import("react").RefAttributes<any> & {
|
|
22
|
-
theme?: Theme | undefined;
|
|
23
|
-
} & Omit<BaseButtonProps, "color" | "variant"> & {
|
|
24
|
-
customColor?: "primary" | "error" | "warning" | "success" | undefined;
|
|
25
|
-
customVariant?: "link" | "light" | "text" | "contained" | undefined;
|
|
26
|
-
}, {}, {}>;
|
|
27
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ButtonUnstyledProps } from '@mui/base/ButtonUnstyled';
|
|
2
|
-
import { ButtonColors, ButtonSizes, ButtonStates, ButtonVariants } from './constants';
|
|
3
|
-
export declare type ButtonColor = `${ButtonColors}`;
|
|
4
|
-
export declare type ButtonVariant = `${ButtonVariants}`;
|
|
5
|
-
export declare type ButtonSize = `${ButtonSizes}`;
|
|
6
|
-
export declare type ButtonState = `${ButtonStates}`;
|
|
7
|
-
export declare type BaseButtonProps = Omit<ButtonUnstyledProps, 'color' | 'variant' | 'size'> & {
|
|
8
|
-
color?: ButtonColor;
|
|
9
|
-
variant?: ButtonVariant;
|
|
10
|
-
size?: ButtonSize;
|
|
11
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SvgIconProps } from '@mui/material';
|
|
3
|
-
export declare const DefaultIcon: React.FunctionComponent<SvgIconProps>;
|
|
4
|
-
export declare const CheckedIcon: React.FunctionComponent<SvgIconProps>;
|
|
5
|
-
export declare const IndeterminateIcon: React.FunctionComponent<SvgIconProps>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Theme } from '../theme';
|
|
2
|
-
import { CircularProgressProps } from './types';
|
|
3
|
-
export declare const StyledCircularProgress: import("@emotion/styled").StyledComponent<import("@mui/material").CircularProgressProps & {
|
|
4
|
-
theme?: Theme | undefined;
|
|
5
|
-
} & Omit<CircularProgressProps, "color" | "size"> & {
|
|
6
|
-
customColor?: "primary" | "inverted" | undefined;
|
|
7
|
-
}, {}, {}>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CircularProgressProps as MuiCircularProgressProps } from '@mui/material';
|
|
2
|
-
import { CircularProgressColors, CircularProgressSizes } from './constants';
|
|
3
|
-
export declare type CircularProgressColor = `${CircularProgressColors}`;
|
|
4
|
-
export declare type CircularProgressSize = `${CircularProgressSizes}`;
|
|
5
|
-
export declare type CircularProgressProps = Omit<MuiCircularProgressProps, 'color' | 'size'> & {
|
|
6
|
-
color?: CircularProgressColor;
|
|
7
|
-
size?: CircularProgressSize;
|
|
8
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './FormHelperText';
|
|
@@ -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/node/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;
|
package/node/src/Grid/index.d.ts
DELETED
|
@@ -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
|
-
}, {}, {}>;
|