@zealicsolutions/web-ui 1.0.80-beta.2 → 1.0.80-beta.6
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/dist/cjs/helpers/styles.d.ts +1 -0
- package/dist/cjs/index.js +1585 -1585
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/Button/Button.d.ts +3 -3
- package/dist/cjs/molecules/Calendar/hooks/useCalendarStyling.d.ts +1 -1
- package/dist/cjs/molecules/Divider/Divider.d.ts +1 -1
- package/dist/cjs/molecules/Divider/Divider.stories.d.ts +7 -6
- package/dist/cjs/molecules/Drawer/Drawer.stories.d.ts +3 -16
- package/dist/cjs/molecules/Drawer/styles.d.ts +45 -37
- package/dist/cjs/molecules/Drawer/types.d.ts +8 -2
- package/dist/esm/helpers/styles.d.ts +1 -0
- package/dist/esm/helpers/styles.js +1 -1
- package/dist/esm/helpers/styles.js.map +1 -1
- package/dist/esm/molecules/Button/Button.d.ts +3 -3
- package/dist/esm/molecules/Button/Button.js +1 -1
- package/dist/esm/molecules/Button/Button.js.map +1 -1
- package/dist/esm/molecules/Calendar/hooks/useCalendarStyling.d.ts +1 -1
- package/dist/esm/molecules/Calendar/hooks/useCalendarStyling.js +1 -1
- package/dist/esm/molecules/Calendar/hooks/useCalendarStyling.js.map +1 -1
- package/dist/esm/molecules/Divider/Divider.d.ts +1 -1
- package/dist/esm/molecules/Divider/Divider.js +1 -1
- package/dist/esm/molecules/Divider/Divider.js.map +1 -1
- package/dist/esm/molecules/Divider/Divider.stories.d.ts +7 -6
- package/dist/esm/molecules/Drawer/Drawer.js +1 -1
- package/dist/esm/molecules/Drawer/Drawer.js.map +1 -1
- package/dist/esm/molecules/Drawer/Drawer.stories.d.ts +3 -16
- package/dist/esm/molecules/Drawer/styles.d.ts +45 -37
- package/dist/esm/molecules/Drawer/styles.js +1 -1
- package/dist/esm/molecules/Drawer/styles.js.map +1 -1
- package/dist/esm/molecules/Drawer/types.d.ts +8 -2
- package/dist/index.d.ts +11 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -784,7 +784,7 @@ interface BasicTextFieldProps extends TextFieldProps {
|
|
784
784
|
declare const BasicTextField: react__default.FC<BasicTextFieldProps>;
|
785
785
|
|
786
786
|
interface ButtonProps extends ButtonProps$1 {
|
787
|
-
gap
|
787
|
+
gap?: number | string;
|
788
788
|
moleculeId?: string;
|
789
789
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
790
790
|
borderRadius?: string | number;
|
@@ -815,7 +815,7 @@ interface ButtonProps extends ButtonProps$1 {
|
|
815
815
|
* We use `forwardRef` so that the ref passed from parent Component (Menu)
|
816
816
|
* will correctly point to the underlying <MuiButton> element.
|
817
817
|
*/
|
818
|
-
declare const Button:
|
818
|
+
declare const Button: react.ForwardRefExoticComponent<Pick<ButtonProps, "color" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "textAlign" | "translate" | "width" | "borderRadius" | "gap" | "action" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "form" | "link" | "slot" | "title" | "text" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "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" | "component" | "value" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "textColor" | "configurationItemInfo" | "moleculeId" | "wrapText" | "elevated" | "disabledColor"> & react.RefAttributes<HTMLButtonElement>>;
|
819
819
|
|
820
820
|
declare type ChecklistItemType = {
|
821
821
|
id: string;
|
@@ -988,7 +988,7 @@ interface DividerProps {
|
|
988
988
|
marginLeft?: string | number;
|
989
989
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
990
990
|
}
|
991
|
-
declare const Divider: ({ moleculeId, lineWeight, orientation, borderColor, borderRadius, sx, marginTop, marginRight, marginBottom, marginLeft, configurationItemInfo, }: DividerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
991
|
+
declare const Divider: ({ moleculeId, variant, lineWeight, orientation, borderColor, borderRadius, sx, marginTop, marginRight, marginBottom, marginLeft, configurationItemInfo, }: DividerProps) => _emotion_react_jsx_runtime.JSX.Element;
|
992
992
|
|
993
993
|
declare type DrawerItemType = 'menu_item' | 'divider_item' | 'text_item' | 'rich_text_item';
|
994
994
|
interface BaseDrawerItem {
|
@@ -1081,6 +1081,7 @@ interface DrawerProps {
|
|
1081
1081
|
paddingLeft?: string;
|
1082
1082
|
height?: number | string;
|
1083
1083
|
width?: number | string;
|
1084
|
+
mobileWidth?: string | number;
|
1084
1085
|
backgroundColor?: string;
|
1085
1086
|
gap?: number | string;
|
1086
1087
|
marginTop?: string;
|
@@ -1100,7 +1101,7 @@ interface DrawerProps {
|
|
1100
1101
|
buttonGap?: number | string;
|
1101
1102
|
buttonStartIcon?: string;
|
1102
1103
|
buttonEndIcon?: string;
|
1103
|
-
|
1104
|
+
buttonBorderRadius?: string | number;
|
1104
1105
|
buttonMarginTop?: string;
|
1105
1106
|
buttonMarginRight?: string;
|
1106
1107
|
buttonMarginBottom?: string;
|
@@ -1113,7 +1114,12 @@ interface DrawerProps {
|
|
1113
1114
|
closeIconColor?: ThemeColors$2 | string;
|
1114
1115
|
closeIconName?: string;
|
1115
1116
|
closeIconSize?: number;
|
1116
|
-
|
1117
|
+
closeIconBackgroundColor?: string;
|
1118
|
+
closeIconVisible?: boolean;
|
1119
|
+
closeIconTop?: string | number;
|
1120
|
+
closeIconLeft?: string | number;
|
1121
|
+
closeIconBorderRadius?: number | string;
|
1122
|
+
closeIconElevation?: number;
|
1117
1123
|
moleculeId?: string;
|
1118
1124
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1119
1125
|
}
|