@zealicsolutions/web-ui 1.0.107 → 1.0.108
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/components/Buttons/TextButton.d.ts +1 -1
- package/dist/cjs/components/Input/helpers.d.ts +2 -2
- package/dist/cjs/helpers/dataResolution.d.ts +9 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/BasicTextField/BasicTextField.stories.d.ts +27 -27
- package/dist/cjs/molecules/Button/Button.d.ts +1 -1
- package/dist/cjs/molecules/Checklist/Checklist.stories.d.ts +5 -5
- package/dist/cjs/molecules/Drawer/styles.d.ts +1 -1
- package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +5 -5
- package/dist/cjs/molecules/Tabs/Tabs.stories.d.ts +5 -5
- package/dist/esm/components/Buttons/TextButton.d.ts +1 -1
- package/dist/esm/components/Input/helpers.d.ts +2 -2
- package/dist/esm/helpers/dataResolution.d.ts +9 -0
- package/dist/esm/molecules/BaseMolecule.js +1 -1
- package/dist/esm/molecules/BaseMolecule.js.map +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.stories.d.ts +27 -27
- package/dist/esm/molecules/Button/Button.d.ts +1 -1
- package/dist/esm/molecules/Checklist/Checklist.stories.d.ts +5 -5
- package/dist/esm/molecules/Drawer/styles.d.ts +1 -1
- package/dist/esm/molecules/Stepper/Stepper.stories.d.ts +5 -5
- package/dist/esm/molecules/Tabs/Tabs.stories.d.ts +5 -5
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
@@ -54,4 +54,4 @@ export declare const Button: import("react").ForwardRefExoticComponent<Pick<Butt
|
|
54
54
|
text?: any;
|
55
55
|
action?: any;
|
56
56
|
} | undefined;
|
57
|
-
}, "
|
57
|
+
}, "type" | "properties" | "id" | "name" | "children" | "form" | "text" | "link" | "width" | "height" | "value" | "onError" | "classes" | "className" | "style" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "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" | "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" | "borderColor" | "borderRadius" | "gap" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "fontFamily" | "fontSize" | "fontWeight" | "textAlign" | "configurationItemInfo" | "elevation" | "moleculeId" | "textColor" | "wrapText" | "autoFocus" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "href" | "loadingIndicator" | "loadingPosition" | "startIcon" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "iconOnly" | "fillColor" | "fillColorDisabled" | "fillColorHover" | "fillColorPressed" | "borderColorDisabled" | "borderColorHover" | "borderColorPressed" | "textColorDisabled" | "textColorHover" | "textColorPressed"> & import("react").RefAttributes<HTMLButtonElement>>;
|
@@ -81,7 +81,7 @@ declare const _default: {
|
|
81
81
|
};
|
82
82
|
};
|
83
83
|
export default _default;
|
84
|
-
export declare const UserInteractiveCheckboxes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "
|
84
|
+
export declare const UserInteractiveCheckboxes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "width" | "gap" | "maxWidth" | "minWidth" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft"> & {
|
85
85
|
gap: number | string;
|
86
86
|
width: number | string;
|
87
87
|
minWidth: number | string;
|
@@ -98,7 +98,7 @@ export declare const UserInteractiveCheckboxes: import("@storybook/types").Annot
|
|
98
98
|
interacted: 'checked' | 'unchecked';
|
99
99
|
}> | undefined;
|
100
100
|
}>;
|
101
|
-
export declare const SystemDrivenCheckboxes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "
|
101
|
+
export declare const SystemDrivenCheckboxes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "width" | "gap" | "maxWidth" | "minWidth" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft"> & {
|
102
102
|
gap: number | string;
|
103
103
|
width: number | string;
|
104
104
|
minWidth: number | string;
|
@@ -115,7 +115,7 @@ export declare const SystemDrivenCheckboxes: import("@storybook/types").Annotate
|
|
115
115
|
interacted: 'checked' | 'unchecked';
|
116
116
|
}> | undefined;
|
117
117
|
}>;
|
118
|
-
export declare const MixedChecklistWithWidthConstraints: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "
|
118
|
+
export declare const MixedChecklistWithWidthConstraints: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "width" | "gap" | "maxWidth" | "minWidth" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft"> & {
|
119
119
|
gap: number | string;
|
120
120
|
width: number | string;
|
121
121
|
minWidth: number | string;
|
@@ -132,7 +132,7 @@ export declare const MixedChecklistWithWidthConstraints: import("@storybook/type
|
|
132
132
|
interacted: 'checked' | 'unchecked';
|
133
133
|
}> | undefined;
|
134
134
|
}>;
|
135
|
-
export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "
|
135
|
+
export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "width" | "gap" | "maxWidth" | "minWidth" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft"> & {
|
136
136
|
gap: number | string;
|
137
137
|
width: number | string;
|
138
138
|
minWidth: number | string;
|
@@ -149,7 +149,7 @@ export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStor
|
|
149
149
|
interacted: 'checked' | 'unchecked';
|
150
150
|
}> | undefined;
|
151
151
|
}>;
|
152
|
-
export declare const WithStateObjectValues: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "
|
152
|
+
export declare const WithStateObjectValues: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "width" | "gap" | "maxWidth" | "minWidth" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft"> & {
|
153
153
|
gap: number | string;
|
154
154
|
width: number | string;
|
155
155
|
minWidth: number | string;
|
@@ -55,7 +55,7 @@ export declare const IconWrapper: import("@emotion/styled").StyledComponent<{
|
|
55
55
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
56
56
|
export declare const DrawerItemsList: import("@emotion/styled").StyledComponent<import("@mui/material").ListOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes<HTMLUListElement>> & {
|
57
57
|
ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined;
|
58
|
-
}, "
|
58
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "dense" | "disablePadding" | "subheader"> & {
|
59
59
|
theme?: import("@emotion/react").Theme | undefined;
|
60
60
|
} & {
|
61
61
|
gap?: string | number | undefined;
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
85
85
|
};
|
86
86
|
};
|
87
87
|
export default _default;
|
88
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "
|
88
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "borderRadius" | "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
|
89
89
|
gap: number | string;
|
90
90
|
stepGap: number | string;
|
91
91
|
iconSize: number | string;
|
@@ -102,7 +102,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
102
102
|
marginLeft: number | string;
|
103
103
|
borderRadius: number | string;
|
104
104
|
}>;
|
105
|
-
export declare const Horizontal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "
|
105
|
+
export declare const Horizontal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "borderRadius" | "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
|
106
106
|
gap: number | string;
|
107
107
|
stepGap: number | string;
|
108
108
|
iconSize: number | string;
|
@@ -119,7 +119,7 @@ export declare const Horizontal: import("@storybook/types").AnnotatedStoryFn<imp
|
|
119
119
|
marginLeft: number | string;
|
120
120
|
borderRadius: number | string;
|
121
121
|
}>;
|
122
|
-
export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "
|
122
|
+
export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "borderRadius" | "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
|
123
123
|
gap: number | string;
|
124
124
|
stepGap: number | string;
|
125
125
|
iconSize: number | string;
|
@@ -136,7 +136,7 @@ export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<
|
|
136
136
|
marginLeft: number | string;
|
137
137
|
borderRadius: number | string;
|
138
138
|
}>;
|
139
|
-
export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "
|
139
|
+
export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "borderRadius" | "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
|
140
140
|
gap: number | string;
|
141
141
|
stepGap: number | string;
|
142
142
|
iconSize: number | string;
|
@@ -153,7 +153,7 @@ export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<imp
|
|
153
153
|
marginLeft: number | string;
|
154
154
|
borderRadius: number | string;
|
155
155
|
}>;
|
156
|
-
export declare const WithMarginAndPadding: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "
|
156
|
+
export declare const WithMarginAndPadding: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "borderRadius" | "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "stepGap" | "iconSize" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
|
157
157
|
gap: number | string;
|
158
158
|
stepGap: number | string;
|
159
159
|
iconSize: number | string;
|
@@ -130,7 +130,7 @@ declare const _default: {
|
|
130
130
|
};
|
131
131
|
};
|
132
132
|
export default _default;
|
133
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "
|
133
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "lineWidth" | "buttonPaddingTop" | "buttonPaddingRight" | "buttonPaddingBottom" | "buttonPaddingLeft"> & {
|
134
134
|
gap: number | string;
|
135
135
|
lineWidth: number | string;
|
136
136
|
marginTop: number | string;
|
@@ -146,7 +146,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
146
146
|
buttonPaddingBottom: number | string;
|
147
147
|
buttonPaddingLeft: number | string;
|
148
148
|
}>;
|
149
|
-
export declare const NoIndicator: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "
|
149
|
+
export declare const NoIndicator: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "lineWidth" | "buttonPaddingTop" | "buttonPaddingRight" | "buttonPaddingBottom" | "buttonPaddingLeft"> & {
|
150
150
|
gap: number | string;
|
151
151
|
lineWidth: number | string;
|
152
152
|
marginTop: number | string;
|
@@ -162,7 +162,7 @@ export declare const NoIndicator: import("@storybook/types").AnnotatedStoryFn<im
|
|
162
162
|
buttonPaddingBottom: number | string;
|
163
163
|
buttonPaddingLeft: number | string;
|
164
164
|
}>;
|
165
|
-
export declare const MobileVersion: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "
|
165
|
+
export declare const MobileVersion: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "lineWidth" | "buttonPaddingTop" | "buttonPaddingRight" | "buttonPaddingBottom" | "buttonPaddingLeft"> & {
|
166
166
|
gap: number | string;
|
167
167
|
lineWidth: number | string;
|
168
168
|
marginTop: number | string;
|
@@ -178,7 +178,7 @@ export declare const MobileVersion: import("@storybook/types").AnnotatedStoryFn<
|
|
178
178
|
buttonPaddingBottom: number | string;
|
179
179
|
buttonPaddingLeft: number | string;
|
180
180
|
}>;
|
181
|
-
export declare const AdvancedStyling: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "
|
181
|
+
export declare const AdvancedStyling: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "lineWidth" | "buttonPaddingTop" | "buttonPaddingRight" | "buttonPaddingBottom" | "buttonPaddingLeft"> & {
|
182
182
|
gap: number | string;
|
183
183
|
lineWidth: number | string;
|
184
184
|
marginTop: number | string;
|
@@ -194,7 +194,7 @@ export declare const AdvancedStyling: import("@storybook/types").AnnotatedStoryF
|
|
194
194
|
buttonPaddingBottom: number | string;
|
195
195
|
buttonPaddingLeft: number | string;
|
196
196
|
}>;
|
197
|
-
export declare const VerticalTabs: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "
|
197
|
+
export declare const VerticalTabs: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<TabsProps, "gap" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "lineWidth" | "buttonPaddingTop" | "buttonPaddingRight" | "buttonPaddingBottom" | "buttonPaddingLeft"> & {
|
198
198
|
gap: number | string;
|
199
199
|
lineWidth: number | string;
|
200
200
|
marginTop: number | string;
|
package/dist/index.d.ts
CHANGED
@@ -54,7 +54,7 @@ type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClick' | 'children'
|
|
54
54
|
textColor: string;
|
55
55
|
}>;
|
56
56
|
declare const BaseTextButton: react__default.FC<TextButtonProps & react__default.AnchorHTMLAttributes<HTMLAnchorElement>>;
|
57
|
-
declare const TextButton: _emotion_styled.StyledComponent<Pick<BaseButtonProps, "children" | "
|
57
|
+
declare const TextButton: _emotion_styled.StyledComponent<Pick<BaseButtonProps, "children" | "disabled" | "size" | "onClick" | "colorTheme"> & Partial<{
|
58
58
|
buttonLink: string;
|
59
59
|
elementId: string;
|
60
60
|
$styles: StylesType;
|
@@ -2494,7 +2494,7 @@ declare const Button: react.ForwardRefExoticComponent<Pick<ButtonProps & {
|
|
2494
2494
|
text?: any;
|
2495
2495
|
action?: any;
|
2496
2496
|
} | undefined;
|
2497
|
-
}, "
|
2497
|
+
}, "type" | "properties" | "id" | "name" | "children" | "form" | "text" | "link" | "width" | "height" | "value" | "onError" | "classes" | "className" | "style" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "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" | "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" | "borderColor" | "borderRadius" | "gap" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "fontFamily" | "fontSize" | "fontWeight" | "textAlign" | "configurationItemInfo" | "elevation" | "moleculeId" | "textColor" | "wrapText" | "autoFocus" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "href" | "loadingIndicator" | "loadingPosition" | "startIcon" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "iconOnly" | "fillColor" | "fillColorDisabled" | "fillColorHover" | "fillColorPressed" | "borderColorDisabled" | "borderColorHover" | "borderColorPressed" | "textColorDisabled" | "textColorHover" | "textColorPressed"> & react.RefAttributes<HTMLButtonElement>>;
|
2498
2498
|
|
2499
2499
|
type ChecklistItemType = {
|
2500
2500
|
id: string;
|