@jetbrains/ring-ui 5.0.0-beta.3 → 5.0.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -1
- package/babel.config.js +1 -12
- package/components/alert/alert.css +3 -14
- package/components/alert/alert.d.ts +3 -0
- package/components/alert/alert.js +8 -7
- package/components/alert/container.css +0 -2
- package/components/alert-service/alert-service.examples.css +5 -3
- package/components/auth/auth__core.d.ts +3 -1
- package/components/auth/auth__core.js +42 -15
- package/components/auth/down-notification.css +1 -1
- package/components/auth-dialog/auth-dialog.d.ts +11 -0
- package/components/auth-dialog/auth-dialog.js +33 -2
- package/components/autofocus-ng/autofocus-ng.js +1 -1
- package/components/autofocus-ng/autofocus-ng.test.js +1 -1
- package/components/button/button.css +93 -204
- package/components/button/button.d.ts +7 -8
- package/components/button/button.js +6 -8
- package/components/button/button__classes.d.ts +1 -1
- package/components/button/button__classes.js +4 -7
- package/components/button-group/button-group.css +136 -19
- package/components/button-group/button-group.d.ts +4 -1
- package/components/button-group/button-group.js +3 -3
- package/components/button-group-ng/button-group-ng.css +1 -0
- package/components/button-group-ng/button-group-ng.examples.js +1 -1
- package/components/button-ng/button-ng.examples.js +6 -7
- package/components/button-ng/button-ng.js +6 -25
- package/components/button-set/button-set.css +1 -0
- package/components/button-toolbar/button-toolbar.css +2 -0
- package/components/checkbox/checkbox.css +10 -4
- package/components/date-picker/date-input.js +2 -1
- package/components/date-picker/date-picker.css +2 -1
- package/components/dialog/dialog.css +10 -3
- package/components/dialog-ng/dialog-ng__template.js +1 -0
- package/components/error-bubble/error-bubble-legacy.css +1 -1
- package/components/error-bubble/error-bubble.css +1 -1
- package/components/global/controls-height.d.ts +7 -0
- package/components/global/controls-height.js +8 -0
- package/components/global/theme.d.ts +7 -20
- package/components/global/theme.js +26 -32
- package/components/global/variables.css +30 -25
- package/components/global/variables.d.ts +10 -8
- package/components/global/variables_dark.css +68 -0
- package/components/header/header.css +19 -10
- package/components/header/header.d.ts +7 -69
- package/components/header/header.js +10 -9
- package/components/header/services.css +3 -3
- package/components/header/services.d.ts +5 -0
- package/components/header/services.js +8 -2
- package/components/header/tray-icon.d.ts +18 -575
- package/components/heading/heading.css +4 -1
- package/components/icon/icon.css +1 -1
- package/components/input/input.css +81 -151
- package/components/input/input.d.ts +13 -17
- package/components/input/input.js +28 -32
- package/components/input-ng/input-ng.examples.js +1 -1
- package/components/input-ng/input-ng.js +45 -49
- package/components/island/adaptive-island-hoc.d.ts +2 -2
- package/components/island/adaptive-island-hoc.js +2 -2
- package/components/island/content.js +2 -7
- package/components/island/header.js +7 -4
- package/components/island/island.css +8 -5
- package/components/island/island.d.ts +2 -2
- package/components/island-legacy/island-legacy.css +1 -1
- package/components/list/list.d.ts +1 -1
- package/components/loader-inline/loader-inline.css +14 -0
- package/components/loader-inline/loader-inline.d.ts +4 -41
- package/components/loader-inline/loader-inline.js +3 -11
- package/components/loader-inline-ng/loader-inline-ng.js +1 -17
- package/components/loader-inline-ng/loader-inline-ng.test.js +0 -11
- package/components/markdown/code.d.ts +6 -13
- package/components/markdown/code.js +2 -2
- package/components/markdown/heading.d.ts +5 -9
- package/components/markdown/heading.js +2 -2
- package/components/markdown/link.d.ts +4 -8
- package/components/markdown/link.js +1 -1
- package/components/markdown/markdown.d.ts +2 -3
- package/components/markdown/markdown.js +14 -11
- package/components/message/message.css +7 -3
- package/components/message/message.d.ts +3 -0
- package/components/message/message.js +16 -9
- package/components/pager/pager.js +2 -8
- package/components/popup/popup.css +1 -1
- package/components/popup/popup.target.d.ts +1 -0
- package/components/progress-bar/progress-bar.css +8 -12
- package/components/progress-bar/progress-bar.d.ts +0 -4
- package/components/progress-bar/progress-bar.js +1 -6
- package/components/progress-bar-ng/progress-bar-ng.examples.js +3 -2
- package/components/query-assist/query-assist.css +48 -64
- package/components/query-assist/query-assist.d.ts +0 -5
- package/components/query-assist/query-assist.js +4 -10
- package/components/radio/radio.css +10 -4
- package/components/select/select.css +19 -37
- package/components/select/select.d.ts +4 -6
- package/components/select/select.js +17 -30
- package/components/select/select__filter.js +2 -1
- package/components/select/select__popup.js +1 -2
- package/components/select-ng/select-ng.examples.js +1 -0
- package/components/select-ng/select-ng.js +3 -1
- package/components/select-ng/select-ng.test.js +1 -1
- package/components/select-ng/select-ng__lazy.js +1 -2
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.css +1 -1
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.examples.js +1 -1
- package/components/tabs/collapsible-tab.js +2 -2
- package/components/tabs/dumb-tabs.d.ts +4 -107
- package/components/tabs/dumb-tabs.js +5 -9
- package/components/tabs/tab.d.ts +2 -0
- package/components/tabs/tabs.css +8 -28
- package/components/tabs-ng/tabs-ng.examples.js +11 -3
- package/components/tabs-ng/tabs-ng.js +1 -4
- package/components/tabs-ng/tabs-ng__template.js +1 -1
- package/components/tag/tag.css +31 -8
- package/components/tag/tag.d.ts +1 -0
- package/components/tag/tag.js +1 -0
- package/components/tags-input/tags-input.css +10 -4
- package/components/toggle/toggle.css +61 -35
- package/components/toggle/toggle.d.ts +9 -89
- package/components/toggle/toggle.js +7 -7
- package/components/tooltip/tooltip.css +7 -0
- package/components/tooltip/tooltip.d.ts +1 -0
- package/components/tooltip/tooltip.js +3 -2
- package/components/user-agreement/service.d.ts +2 -2
- package/components/user-agreement/user-agreement.js +1 -1
- package/dist/_helpers/anchor.js +3 -3
- package/dist/_helpers/badge.js +1 -1
- package/dist/_helpers/button-group.js +1 -1
- package/dist/_helpers/button-set.js +1 -1
- package/dist/_helpers/button-toolbar.js +1 -1
- package/dist/_helpers/button__classes.js +5 -8
- package/dist/_helpers/card.js +1 -1
- package/dist/_helpers/checkbox.js +1 -1
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/_helpers/dialog__body-scroll-preventer.js +1 -1
- package/dist/_helpers/error-message.js +1 -1
- package/dist/_helpers/footer.js +1 -1
- package/dist/_helpers/grid.js +1 -1
- package/dist/_helpers/group.js +1 -1
- package/dist/_helpers/header.js +1 -1
- package/dist/_helpers/icon.js +1 -1
- package/dist/_helpers/input.js +1 -1
- package/dist/_helpers/island.js +1 -1
- package/dist/_helpers/link.js +1 -1
- package/dist/_helpers/list.js +1 -1
- package/dist/_helpers/loader-inline.js +3 -0
- package/dist/_helpers/loader-screen.js +1 -1
- package/dist/_helpers/panel.js +1 -1
- package/dist/_helpers/query-assist__suggestions.js +1 -1
- package/dist/_helpers/radio.js +1 -1
- package/dist/_helpers/select__filter.js +5 -3
- package/dist/_helpers/services-link.js +1 -1
- package/dist/_helpers/sidebar.js +1 -1
- package/dist/_helpers/table.js +1 -1
- package/dist/_helpers/tabs.js +1 -1
- package/dist/_helpers/theme.js +50 -0
- package/dist/_helpers/title.js +1 -1
- package/dist/alert/alert.d.ts +3 -0
- package/dist/alert/alert.js +21 -19
- package/dist/alert/container.js +1 -1
- package/dist/alert-service/alert-service.js +9 -7
- package/dist/auth/auth.js +9 -9
- package/dist/auth/auth__core.d.ts +3 -1
- package/dist/auth/auth__core.js +58 -26
- package/dist/auth/down-notification.js +8 -8
- package/dist/auth/iframe-flow.js +1 -1
- package/dist/auth/landing.js +9 -9
- package/dist/auth/storage.js +9 -7
- package/dist/auth-dialog/auth-dialog.d.ts +11 -0
- package/dist/auth-dialog/auth-dialog.js +52 -7
- package/dist/auth-dialog-service/auth-dialog-service.js +1 -1
- package/dist/auth-ng/auth-ng.js +9 -9
- package/dist/autofocus-ng/autofocus-ng.js +1 -1
- package/dist/avatar/avatar.js +1 -1
- package/dist/avatar-editor-ng/avatar-editor-ng.js +9 -7
- package/dist/breadcrumb-ng/breadcrumb-ng.js +1 -1
- package/dist/button/button.d.ts +7 -8
- package/dist/button/button.js +6 -8
- package/dist/button/button__classes.d.ts +1 -1
- package/dist/button/button__classes.js +0 -3
- package/dist/button-group/button-group.d.ts +4 -1
- package/dist/button-group/button-group.js +5 -3
- package/dist/button-group-ng/button-group-ng.js +1 -1
- package/dist/button-ng/button-ng.js +6 -31
- package/dist/code/code.js +1 -1
- package/dist/confirm/confirm.js +5 -5
- package/dist/confirm-ng/confirm-ng.js +1 -1
- package/dist/confirm-service/confirm-service.js +1 -1
- package/dist/data-list/data-list.js +2 -7
- package/dist/data-list/item.js +8 -13
- package/dist/data-list-ng/data-list-ng.js +2 -7
- package/dist/date-picker/date-input.js +4 -3
- package/dist/date-picker/date-picker.js +1 -1
- package/dist/date-picker/date-popup.js +1 -1
- package/dist/dialog/dialog.js +3 -3
- package/dist/dialog-ng/dialog-ng.js +3 -3
- package/dist/dialog-ng/dialog-ng__template.js +1 -0
- package/dist/docked-panel-ng/docked-panel-ng.js +1 -1
- package/dist/dropdown/anchor.js +1 -1
- package/dist/dropdown/dropdown.js +1 -1
- package/dist/dropdown-menu/dropdown-menu.js +1 -1
- package/dist/error-bubble/error-bubble.js +1 -1
- package/dist/global/controls-height.d.ts +7 -0
- package/dist/global/controls-height.js +13 -0
- package/dist/global/theme.d.ts +7 -20
- package/dist/global/theme.js +7 -62
- package/dist/global/variables.d.ts +10 -8
- package/dist/header/header.d.ts +7 -69
- package/dist/header/header.js +13 -17
- package/dist/header/profile.js +3 -3
- package/dist/header/services.d.ts +5 -0
- package/dist/header/services.js +11 -3
- package/dist/header/smart-profile.js +10 -14
- package/dist/header/smart-services.js +9 -13
- package/dist/header/tray-icon.d.ts +18 -575
- package/dist/header/tray-icon.js +4 -4
- package/dist/heading/heading.js +1 -1
- package/dist/input/input.d.ts +13 -17
- package/dist/input/input.js +32 -41
- package/dist/input-ng/input-ng.js +46 -49
- package/dist/island/adaptive-island-hoc.d.ts +2 -2
- package/dist/island/adaptive-island-hoc.js +4 -2
- package/dist/island/content.js +2 -9
- package/dist/island/header.js +7 -4
- package/dist/island/island.d.ts +2 -2
- package/dist/list/list.d.ts +1 -1
- package/dist/loader/loader__core.js +1 -1
- package/dist/loader-inline/loader-inline.d.ts +4 -41
- package/dist/loader-inline/loader-inline.js +3 -21
- package/dist/loader-inline-ng/loader-inline-ng.js +2 -30
- package/dist/login-dialog/login-dialog.js +2 -2
- package/dist/login-dialog/service.js +1 -1
- package/dist/markdown/code.d.ts +6 -13
- package/dist/markdown/code.js +3 -3
- package/dist/markdown/heading.d.ts +5 -9
- package/dist/markdown/heading.js +2 -2
- package/dist/markdown/link.d.ts +4 -8
- package/dist/markdown/link.js +1 -1
- package/dist/markdown/markdown.d.ts +2 -3
- package/dist/markdown/markdown.js +16 -16
- package/dist/message/message.d.ts +3 -0
- package/dist/message/message.js +18 -10
- package/dist/pager/pager.js +8 -12
- package/dist/pager-ng/pager-ng.js +3 -7
- package/dist/permissions-ng/permissions-ng.js +9 -9
- package/dist/popup/popup.js +1 -1
- package/dist/popup/popup.target.d.ts +1 -0
- package/dist/progress-bar/progress-bar.d.ts +0 -4
- package/dist/progress-bar/progress-bar.js +1 -7
- package/dist/progress-bar-ng/progress-bar-ng.js +0 -1
- package/dist/promised-click-ng/promised-click-ng.js +2 -2
- package/dist/query-assist/query-assist.d.ts +0 -5
- package/dist/query-assist/query-assist.js +10 -26
- package/dist/query-assist-ng/query-assist-ng.js +2 -7
- package/dist/save-field-ng/save-field-ng.js +2 -9
- package/dist/select/select.d.ts +4 -6
- package/dist/select/select.js +35 -58
- package/dist/select/select__filter.js +1 -1
- package/dist/select/select__popup.js +7 -13
- package/dist/select-ng/select-ng.js +5 -9
- package/dist/select-ng/select-ng__lazy.js +7 -11
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +2 -2
- package/dist/sidebar-ng/sidebar-ng.js +2 -2
- package/dist/storage/storage.js +9 -7
- package/dist/storage/storage__local.js +9 -7
- package/dist/style.css +1 -1
- package/dist/tab-trap/tab-trap.js +1 -1
- package/dist/table/row-with-focus-sensor.js +1 -1
- package/dist/table/row.js +5 -5
- package/dist/table/smart-table.js +1 -1
- package/dist/table/table.js +1 -1
- package/dist/table-legacy-ng/table-legacy-ng.js +3 -7
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +3 -7
- package/dist/table-ng/smart-table-ng.js +1 -1
- package/dist/table-ng/table-ng.js +1 -1
- package/dist/tabs/collapsible-more.js +1 -1
- package/dist/tabs/collapsible-tab.js +3 -2
- package/dist/tabs/collapsible-tabs.js +1 -1
- package/dist/tabs/dumb-tabs.d.ts +4 -107
- package/dist/tabs/dumb-tabs.js +6 -12
- package/dist/tabs/smart-tabs.js +3 -3
- package/dist/tabs/tab.d.ts +2 -0
- package/dist/tabs/tabs.js +1 -1
- package/dist/tabs-ng/tabs-ng.js +1 -6
- package/dist/tabs-ng/tabs-ng__template.js +1 -1
- package/dist/tag/tag.d.ts +1 -0
- package/dist/tag/tag.js +5 -4
- package/dist/tags-input/tags-input.js +5 -9
- package/dist/tags-input-ng/tags-input-ng.js +4 -8
- package/dist/tags-list/tags-list.js +1 -1
- package/dist/text/text.js +1 -1
- package/dist/toggle/toggle.d.ts +9 -89
- package/dist/toggle/toggle.js +7 -8
- package/dist/toggle-ng/toggle-ng.js +2 -3
- package/dist/tooltip/tooltip.d.ts +1 -0
- package/dist/tooltip/tooltip.js +6 -3
- package/dist/user-agreement/service.d.ts +2 -2
- package/dist/user-agreement/service.js +9 -13
- package/dist/user-agreement/user-agreement.js +8 -10
- package/dist/user-card/smart-user-card-tooltip.js +6 -11
- package/dist/user-card/tooltip.js +1 -1
- package/dist/user-card/user-card.js +2 -7
- package/dist/user-card-ng/user-card-ng.js +4 -9
- package/package.json +5 -5
- package/webpack.config.js +0 -11
- package/components/global/conic-gradient.d.ts +0 -796
- package/components/global/conic-gradient.js +0 -21
- package/components/global/radial-gradient-mask.d.ts +0 -9
- package/components/global/radial-gradient-mask.js +0 -39
- package/components/global/supports-css.d.ts +0 -2
- package/components/global/supports-css.js +0 -14
- package/components/global/variables_dark.d.ts +0 -3
- package/components/global/variables_dark.js +0 -53
- package/components/loader-inline/inject-styles.d.ts +0 -2
- package/components/loader-inline/inject-styles.js +0 -17
- package/dist/_helpers/inject-styles.js +0 -22
- package/dist/global/conic-gradient.d.ts +0 -796
- package/dist/global/conic-gradient.js +0 -35
- package/dist/global/radial-gradient-mask.d.ts +0 -9
- package/dist/global/radial-gradient-mask.js +0 -49
- package/dist/global/supports-css.d.ts +0 -2
- package/dist/global/supports-css.js +0 -20
- package/dist/global/variables_dark.d.ts +0 -3
- package/dist/global/variables_dark.js +0 -57
- package/dist/loader-inline/inject-styles.d.ts +0 -2
- package/dist/loader-inline/inject-styles.js +0 -11
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { InputHTMLAttributes, PureComponent, ReactNode } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { ThemeProps } from '../global/theme';
|
|
4
3
|
export declare const Size: {
|
|
4
|
+
Size14: string;
|
|
5
5
|
Size16: string;
|
|
6
6
|
Size20: string;
|
|
7
7
|
};
|
|
8
8
|
/**
|
|
9
9
|
* @name Toggle
|
|
10
10
|
*/
|
|
11
|
-
export interface ToggleProps extends
|
|
11
|
+
export interface ToggleProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> {
|
|
12
|
+
size: string;
|
|
12
13
|
pale?: boolean | null | undefined;
|
|
13
14
|
leftLabel?: ReactNode;
|
|
14
15
|
'data-test'?: string | null | undefined;
|
|
15
|
-
size?: string | null | undefined;
|
|
16
16
|
}
|
|
17
17
|
declare class Toggle extends PureComponent<ToggleProps> {
|
|
18
18
|
static propTypes: {
|
|
@@ -27,93 +27,13 @@ declare class Toggle extends PureComponent<ToggleProps> {
|
|
|
27
27
|
pale: PropTypes.Requireable<boolean>;
|
|
28
28
|
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
29
29
|
onTransitionEnd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
30
|
-
theme: PropTypes.Requireable<string>;
|
|
31
30
|
size: PropTypes.Requireable<string>;
|
|
32
31
|
'data-test': PropTypes.Requireable<string>;
|
|
33
32
|
};
|
|
33
|
+
static defaultProps: {
|
|
34
|
+
size: string;
|
|
35
|
+
};
|
|
34
36
|
render(): JSX.Element;
|
|
35
37
|
}
|
|
36
|
-
declare
|
|
37
|
-
|
|
38
|
-
name: PropTypes.Requireable<string>;
|
|
39
|
-
className: PropTypes.Requireable<string>;
|
|
40
|
-
title: PropTypes.Requireable<string>;
|
|
41
|
-
leftLabel: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
42
|
-
defaultChecked: PropTypes.Requireable<boolean>;
|
|
43
|
-
checked: PropTypes.Requireable<boolean>;
|
|
44
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
45
|
-
pale: PropTypes.Requireable<boolean>;
|
|
46
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
47
|
-
onTransitionEnd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
48
|
-
theme: PropTypes.Requireable<string>;
|
|
49
|
-
size: PropTypes.Requireable<string>;
|
|
50
|
-
'data-test': PropTypes.Requireable<string>;
|
|
51
|
-
}>, never> & Pick<ToggleProps, "src" | "color" | "height" | "id" | "lang" | "max" | "min" | "style" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "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" | "onTransitionEndCapture" | "dir" | "form" | "slot" | "pattern" | "list" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "step" | "value" | "multiple" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "alt" | "required" | "accept" | "autoComplete" | "capture" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly">) | (Pick<ToggleProps, "className" | "src" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "style" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "dir" | "form" | "slot" | "title" | "pattern" | "list" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "step" | "theme" | "value" | "multiple" | "disabled" | "data-test" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "alt" | "required" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly" | "pale" | "leftLabel"> & Pick<PropTypes.InferProps<React.WeakValidationMap<ToggleProps> & {
|
|
52
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
53
|
-
name: PropTypes.Requireable<string>;
|
|
54
|
-
className: PropTypes.Requireable<string>;
|
|
55
|
-
title: PropTypes.Requireable<string>;
|
|
56
|
-
leftLabel: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
57
|
-
defaultChecked: PropTypes.Requireable<boolean>;
|
|
58
|
-
checked: PropTypes.Requireable<boolean>;
|
|
59
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
60
|
-
pale: PropTypes.Requireable<boolean>;
|
|
61
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
62
|
-
onTransitionEnd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
63
|
-
theme: PropTypes.Requireable<string>;
|
|
64
|
-
size: PropTypes.Requireable<string>;
|
|
65
|
-
'data-test': PropTypes.Requireable<string>;
|
|
66
|
-
}>, "inlist"> & Pick<ToggleProps, never>), "theme"> & import("../global/theme").ThemeOuterProps & React.RefAttributes<Toggle>> & {
|
|
67
|
-
readonly type: React.ForwardRefExoticComponent<Omit<(Pick<ToggleProps, "className" | "src" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "style" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "dir" | "form" | "slot" | "title" | "pattern" | "list" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "step" | "theme" | "value" | "multiple" | "disabled" | "data-test" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "alt" | "required" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly" | "pale" | "leftLabel"> & Pick<PropTypes.InferProps<{
|
|
68
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
69
|
-
name: PropTypes.Requireable<string>;
|
|
70
|
-
className: PropTypes.Requireable<string>;
|
|
71
|
-
title: PropTypes.Requireable<string>;
|
|
72
|
-
leftLabel: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
73
|
-
defaultChecked: PropTypes.Requireable<boolean>;
|
|
74
|
-
checked: PropTypes.Requireable<boolean>;
|
|
75
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
76
|
-
pale: PropTypes.Requireable<boolean>;
|
|
77
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
78
|
-
onTransitionEnd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
79
|
-
theme: PropTypes.Requireable<string>;
|
|
80
|
-
size: PropTypes.Requireable<string>;
|
|
81
|
-
'data-test': PropTypes.Requireable<string>;
|
|
82
|
-
}>, never> & Pick<ToggleProps, "src" | "color" | "height" | "id" | "lang" | "max" | "min" | "style" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "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" | "onTransitionEndCapture" | "dir" | "form" | "slot" | "pattern" | "list" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "step" | "value" | "multiple" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "alt" | "required" | "accept" | "autoComplete" | "capture" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly">) | (Pick<ToggleProps, "className" | "src" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "style" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "dir" | "form" | "slot" | "title" | "pattern" | "list" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "step" | "theme" | "value" | "multiple" | "disabled" | "data-test" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "alt" | "required" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "readOnly" | "pale" | "leftLabel"> & Pick<PropTypes.InferProps<React.WeakValidationMap<ToggleProps> & {
|
|
83
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
84
|
-
name: PropTypes.Requireable<string>;
|
|
85
|
-
className: PropTypes.Requireable<string>;
|
|
86
|
-
title: PropTypes.Requireable<string>;
|
|
87
|
-
leftLabel: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
88
|
-
defaultChecked: PropTypes.Requireable<boolean>;
|
|
89
|
-
checked: PropTypes.Requireable<boolean>;
|
|
90
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
91
|
-
pale: PropTypes.Requireable<boolean>;
|
|
92
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
93
|
-
onTransitionEnd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
94
|
-
theme: PropTypes.Requireable<string>;
|
|
95
|
-
size: PropTypes.Requireable<string>;
|
|
96
|
-
'data-test': PropTypes.Requireable<string>;
|
|
97
|
-
}>, "inlist"> & Pick<ToggleProps, never>), "theme"> & import("../global/theme").ThemeOuterProps & React.RefAttributes<Toggle>>;
|
|
98
|
-
} & {
|
|
99
|
-
prototype: Toggle;
|
|
100
|
-
propTypes: {
|
|
101
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
102
|
-
name: PropTypes.Requireable<string>;
|
|
103
|
-
className: PropTypes.Requireable<string>;
|
|
104
|
-
title: PropTypes.Requireable<string>;
|
|
105
|
-
leftLabel: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
106
|
-
defaultChecked: PropTypes.Requireable<boolean>;
|
|
107
|
-
checked: PropTypes.Requireable<boolean>;
|
|
108
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
109
|
-
pale: PropTypes.Requireable<boolean>;
|
|
110
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
111
|
-
onTransitionEnd: PropTypes.Requireable<(...args: any[]) => any>;
|
|
112
|
-
theme: PropTypes.Requireable<string>;
|
|
113
|
-
size: PropTypes.Requireable<string>;
|
|
114
|
-
'data-test': PropTypes.Requireable<string>;
|
|
115
|
-
};
|
|
116
|
-
contextType?: React.Context<any> | undefined;
|
|
117
|
-
};
|
|
118
|
-
export declare type ToggleAttrs = ComponentPropsWithRef<typeof ThemedToggle>;
|
|
119
|
-
export default ThemedToggle;
|
|
38
|
+
export declare type ToggleAttrs = JSX.LibraryManagedAttributes<typeof Toggle, ToggleProps>;
|
|
39
|
+
export default Toggle;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React, { PureComponent } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import { withTheme } from '../global/theme';
|
|
5
4
|
import dataTests from '../global/data-tests';
|
|
6
5
|
import styles from './toggle.css';
|
|
7
6
|
export const Size = {
|
|
7
|
+
Size14: styles.size14,
|
|
8
8
|
Size16: styles.size16,
|
|
9
9
|
Size20: styles.size20
|
|
10
10
|
};
|
|
@@ -21,13 +21,15 @@ class Toggle extends PureComponent {
|
|
|
21
21
|
pale: PropTypes.bool,
|
|
22
22
|
onChange: PropTypes.func,
|
|
23
23
|
onTransitionEnd: PropTypes.func,
|
|
24
|
-
theme: PropTypes.string,
|
|
25
24
|
size: PropTypes.oneOf(Object.values(Size)),
|
|
26
25
|
'data-test': PropTypes.string
|
|
27
26
|
};
|
|
27
|
+
static defaultProps = {
|
|
28
|
+
size: Size.Size14
|
|
29
|
+
};
|
|
28
30
|
render() {
|
|
29
|
-
const { className, children, disabled, pale, title, leftLabel,
|
|
30
|
-
const classes = classNames(className, size, styles.toggle,
|
|
31
|
+
const { className, children, disabled, pale, title, leftLabel, size = Size.Size16, 'data-test': dataTest, onTransitionEnd, ...restProps } = this.props;
|
|
32
|
+
const classes = classNames(className, size, styles.toggle, disabled && styles.disabled);
|
|
31
33
|
return (<label className={classes} title={title} data-test={dataTests('ring-toggle', dataTest)}>
|
|
32
34
|
{leftLabel && <span className={styles.leftLabel}>{leftLabel}</span>}
|
|
33
35
|
|
|
@@ -41,6 +43,4 @@ class Toggle extends PureComponent {
|
|
|
41
43
|
</label>);
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
|
-
|
|
45
|
-
ThemedToggle.propTypes = Toggle.propTypes;
|
|
46
|
-
export default ThemedToggle;
|
|
46
|
+
export default Toggle;
|
|
@@ -13,6 +13,7 @@ export interface TooltipProps extends Omit<AllHTMLAttributes<HTMLSpanElement>, '
|
|
|
13
13
|
popupProps?: Partial<PopupAttrs> | null | undefined;
|
|
14
14
|
title?: ReactNode | null | undefined;
|
|
15
15
|
'data-test'?: string | null | undefined;
|
|
16
|
+
long?: boolean | null | undefined;
|
|
16
17
|
}
|
|
17
18
|
/**
|
|
18
19
|
* @name Tooltip
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React, { Component, createContext } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
+
import classNames from 'classnames';
|
|
3
4
|
import Popup from '../popup/popup';
|
|
4
5
|
import { Listeners } from '../global/dom';
|
|
5
6
|
import dataTests from '../global/data-tests';
|
|
@@ -110,7 +111,7 @@ export default class Tooltip extends Component {
|
|
|
110
111
|
this.setState({ showNestedPopup: false });
|
|
111
112
|
};
|
|
112
113
|
render() {
|
|
113
|
-
const { children, 'data-test': dataTest, title, delay, selfOverflowOnly, popupProps, ...restProps } = this.props;
|
|
114
|
+
const { children, 'data-test': dataTest, title, delay, selfOverflowOnly, popupProps, long, ...restProps } = this.props;
|
|
114
115
|
const ariaProps = typeof title === 'string' && !!title
|
|
115
116
|
? { 'aria-label': title, role: 'tooltip' }
|
|
116
117
|
: {};
|
|
@@ -118,7 +119,7 @@ export default class Tooltip extends Component {
|
|
|
118
119
|
return (<TooltipContext.Provider value={{ onNestedTooltipShow, onNestedTooltipHide }}>
|
|
119
120
|
<span {...ariaProps} {...restProps} ref={this.containerRef} data-test={dataTests('ring-tooltip', dataTest)} data-test-title={typeof title === 'string' ? title : undefined}>
|
|
120
121
|
{children}
|
|
121
|
-
<Popup trapFocus={false} hidden={!this.state.showPopup || this.state.showNestedPopup} onCloseAttempt={this.hidePopup} maxHeight={400} className={styles.tooltip} attached={false} top={4} dontCloseOnAnchorClick ref={this.popupRef} {...popupProps}>{title}</Popup>
|
|
122
|
+
<Popup trapFocus={false} hidden={!this.state.showPopup || this.state.showNestedPopup} onCloseAttempt={this.hidePopup} maxHeight={400} className={classNames(styles.tooltip, { [styles.long]: long })} attached={false} top={4} dontCloseOnAnchorClick ref={this.popupRef} {...popupProps}>{title}</Popup>
|
|
122
123
|
</span>
|
|
123
124
|
</TooltipContext.Provider>);
|
|
124
125
|
}
|
|
@@ -92,7 +92,7 @@ export default class UserAgreementService {
|
|
|
92
92
|
remindLater: import("prop-types").Validator<string>;
|
|
93
93
|
}>>;
|
|
94
94
|
className: import("prop-types").Requireable<string>;
|
|
95
|
-
}>, never> & Pick<import("./user-agreement").UserAgreementProps, never>, "
|
|
95
|
+
}>, never> & Pick<import("./user-agreement").UserAgreementProps, never>, "onClose" | "show" | "translations" | "onAccept" | "onDecline">> & Partial<Pick<{
|
|
96
96
|
translations: {
|
|
97
97
|
userAgreement: string;
|
|
98
98
|
accept: string;
|
|
@@ -141,7 +141,7 @@ export default class UserAgreementService {
|
|
|
141
141
|
remindLater: import("prop-types").Validator<string>;
|
|
142
142
|
}>>;
|
|
143
143
|
className: import("prop-types").Requireable<string>;
|
|
144
|
-
}>, never> & Pick<import("./user-agreement").UserAgreementProps, never>, "
|
|
144
|
+
}>, never> & Pick<import("./user-agreement").UserAgreementProps, never>, "onClose" | "show" | "translations" | "onAccept" | "onDecline">> & Partial<Pick<{
|
|
145
145
|
translations: {
|
|
146
146
|
userAgreement: string;
|
|
147
147
|
accept: string;
|
|
@@ -57,7 +57,7 @@ export default class UserAgreement extends PureComponent {
|
|
|
57
57
|
return (<Dialog label={translations.userAgreement} show={show} className={classNames(style.agreementDialog, className)} contentClassName={style.dialogContent} trapFocus autoFocusFirst={false} data-test="user-agreement">
|
|
58
58
|
<Header>{translations.userAgreement}</Header>
|
|
59
59
|
<Content fade onScrollToBottom={this.onScrollToBottom}>
|
|
60
|
-
<Markdown
|
|
60
|
+
<Markdown>{text}</Markdown>
|
|
61
61
|
</Content>
|
|
62
62
|
{!preview && (<Panel>
|
|
63
63
|
{onRemindLater && !scrolledDown && (<div className={style.suggestion}>{translations.scrollToAccept}</div>)}
|
package/dist/_helpers/anchor.js
CHANGED
|
@@ -4,9 +4,9 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import chevronDown from '@jetbrains/icons/chevron-10px';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
6
|
import Icon from '../icon/icon.js';
|
|
7
|
-
import
|
|
7
|
+
import { Button } from '../button/button.js';
|
|
8
8
|
|
|
9
|
-
var modules_d9414203 = {"dropdown":"
|
|
9
|
+
var modules_d9414203 = {"dropdown":"dropdown_rui_b492","anchor":"anchor_rui_b492","chevron":"chevron_rui_b492"};
|
|
10
10
|
|
|
11
11
|
const Anchor = _ref => {
|
|
12
12
|
let {
|
|
@@ -14,7 +14,7 @@ const Anchor = _ref => {
|
|
|
14
14
|
className,
|
|
15
15
|
...restProps
|
|
16
16
|
} = _ref;
|
|
17
|
-
return /*#__PURE__*/React.createElement(
|
|
17
|
+
return /*#__PURE__*/React.createElement(Button, _extends({
|
|
18
18
|
"data-test-ring-dropdown-anchor": true,
|
|
19
19
|
text: true,
|
|
20
20
|
className: classNames(modules_d9414203.anchor, className)
|
package/dist/_helpers/badge.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_6c9187df = {"unit":"8px","badge":"
|
|
1
|
+
var modules_6c9187df = {"unit":"8px","badge":"badge_rui_3977","gray":"gray_rui_3977","valid":"valid_rui_3977","invalid":"invalid_rui_3977","disabled":"disabled_rui_3977"};
|
|
2
2
|
|
|
3
3
|
export { modules_6c9187df as m };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_1068e447 = {"unit":"8px","buttonGroup":"
|
|
1
|
+
var modules_1068e447 = {"unit":"8px","button":"button_rui_0a35","active":"active_rui_0a35","primary":"primary_rui_0a35","button-shadow":"inset 0 0 0 1px","buttonGroup":"buttonGroup_rui_fa3c common_rui_fa3c buttonGroup_rui_9262","common":"common_rui_fa3c","split":"split_rui_fa3c common_rui_fa3c","caption":"caption_rui_fa3c font_rui_750f"};
|
|
2
2
|
|
|
3
3
|
export { modules_1068e447 as m };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_34154ec0 = {"unit":"8px","
|
|
1
|
+
var modules_34154ec0 = {"unit":"8px","button":"button_rui_0a35","buttonToolbar":"buttonToolbar_rui_f7e2","buttonGroup":"buttonGroup_rui_f7e2"};
|
|
2
2
|
|
|
3
3
|
export { modules_34154ec0 as m };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import classNames from 'classnames';
|
|
2
|
-
import Theme from '../global/theme.js';
|
|
3
2
|
|
|
4
|
-
var modules_e81895c9 = {"unit":"8px","button-shadow":"inset 0 0 0 1px","height":"
|
|
3
|
+
var modules_e81895c9 = {"unit":"8px","button-shadow":"inset 0 0 0 1px","height":"var(--ring-button-height)","loaderWidth":"64px","heightS":"heightS_rui_18b9","heightM":"heightM_rui_18b9","heightL":"heightL_rui_18b9","button":"button_rui_18b9","active":"active_rui_18b9","withIcon":"withIcon_rui_18b9","icon":"icon_rui_18b9","primary":"primary_rui_18b9","loader":"loader_rui_18b9","loaderBackground":"loaderBackground_rui_18b9","danger":"danger_rui_18b9","text":"text_rui_18b9","content":"content_rui_18b9","text-loading":"textLoading_rui_18b9","inline":"inline_rui_18b9","withNormalIcon":"withNormalIcon_rui_18b9","withDangerIcon":"withDangerIcon_rui_18b9","progress":"progress_rui_18b9","delayed":"delayed_rui_18b9","short":"short_rui_18b9","dropdownIcon":"dropdownIcon_rui_18b9"};
|
|
5
4
|
|
|
6
5
|
function getButtonClasses(_ref) {
|
|
7
6
|
let {
|
|
@@ -16,18 +15,16 @@ function getButtonClasses(_ref) {
|
|
|
16
15
|
danger,
|
|
17
16
|
delayed,
|
|
18
17
|
icon,
|
|
19
|
-
|
|
18
|
+
height
|
|
20
19
|
} = _ref;
|
|
21
20
|
const withNormalIcon = icon && !active && !danger && !primary && !disabled;
|
|
22
|
-
return classNames(modules_e81895c9.button, className, modules_e81895c9[
|
|
21
|
+
return classNames(modules_e81895c9.button, className, modules_e81895c9[`height${height}`], {
|
|
23
22
|
[modules_e81895c9.active]: active,
|
|
24
23
|
[modules_e81895c9.danger]: danger,
|
|
25
24
|
[modules_e81895c9.delayed]: delayed,
|
|
26
25
|
[modules_e81895c9.withIcon]: icon,
|
|
27
|
-
[modules_e81895c9.
|
|
28
|
-
[modules_e81895c9.
|
|
29
|
-
[modules_e81895c9.withDangerIconLight]: icon && danger && theme === Theme.LIGHT,
|
|
30
|
-
[modules_e81895c9.withDangerIconDark]: icon && danger && theme === Theme.DARK,
|
|
26
|
+
[modules_e81895c9.withNormalIcon]: withNormalIcon,
|
|
27
|
+
[modules_e81895c9.withDangerIcon]: icon && danger,
|
|
31
28
|
[modules_e81895c9.loader]: loader && !icon,
|
|
32
29
|
[modules_e81895c9.primary]: primary,
|
|
33
30
|
[modules_e81895c9.short]: short,
|
package/dist/_helpers/card.js
CHANGED
|
@@ -6,7 +6,7 @@ import Avatar, { Size } from '../avatar/avatar.js';
|
|
|
6
6
|
import Link from '../link/link.js';
|
|
7
7
|
import { m as modules_6c9187df } from './badge.js';
|
|
8
8
|
|
|
9
|
-
var modules_a4196c17 = {"unit":"8px","userCardSpaced":"
|
|
9
|
+
var modules_a4196c17 = {"unit":"8px","userCardSpaced":"userCardSpaced_rui_547f","userInformationContainer":"userInformationContainer_rui_547f","userInformation":"userInformation_rui_547f","userName":"userName_rui_547f","userActiveStatus":"userActiveStatus_rui_547f","online":"online_rui_547f"};
|
|
10
10
|
|
|
11
11
|
class UserCard extends PureComponent {
|
|
12
12
|
render() {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_3199090e = {"unit":"8px","checkboxSize":"14px","checkbox":"
|
|
1
|
+
var modules_3199090e = {"unit":"8px","checkboxSize":"14px","checkbox":"checkbox_rui_4a09","cell":"cell_rui_4a09","icon":"icon_rui_4a09","check":"check_rui_4a09 icon_rui_4a09","minus":"minus_rui_4a09 icon_rui_4a09","input":"input_rui_4a09","focus":"focus_rui_4a09","label":"label_rui_4a09"};
|
|
2
2
|
|
|
3
3
|
export { modules_3199090e as m };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_0c7b7d96 = {"unit":"8px","cellSize":"24px","calHeight":"288px","calWidth":"296px","yearHeight":"32px","yearWidth":"48px","container":"
|
|
1
|
+
var modules_0c7b7d96 = {"unit":"8px","cellSize":"24px","calHeight":"288px","calWidth":"296px","yearHeight":"32px","yearWidth":"48px","container":"container_rui_f615","hoverable":"hoverable_rui_f615","datePicker":"datePicker_rui_f615","displayDate":"displayDate_rui_f615","displayRange":"displayRange_rui_f615","clear":"clear_rui_f615","datePopup":"datePopup_rui_f615","filterWrapper":"filterWrapper_rui_f615 filterWrapper_rui_7e99","filter":"filter_rui_f615 filter_rui_7e99","filterIcon":"filterIcon_rui_f615 filterIcon_rui_7e99","fromInput":"fromInput_rui_f615","fromInputWithDivider":"fromInputWithDivider_rui_f615","toInput":"toInput_rui_f615","dateInput":"dateInput_rui_f615","timeInputWithDivider":"timeInputWithDivider_rui_f615","weekdays":"weekdays_rui_f615","weekday":"weekday_rui_f615","weekend":"weekend_rui_f615","calendar":"calendar_rui_f615","months":"months_rui_f615","days":"days_rui_f615","month":"month_rui_f615","monthTitle":"monthTitle_rui_f615","day":"day_rui_f615 resetButton_rui_750f","between":"between_rui_f615","activeBetween":"activeBetween_rui_f615","current":"current_rui_f615","active":"active_rui_f615","disabled":"disabled_rui_f615","from":"from_rui_f615","to":"to_rui_f615","Monday":"Monday_rui_f615","spread":"spread_rui_f615","activeSpread":"activeSpread_rui_f615","first":"first_rui_f615","Tuesday":"Tuesday_rui_f615","Friday":"Friday_rui_f615","Saturday":"Saturday_rui_f615","Sunday":"Sunday_rui_f615","empty":"empty_rui_f615","today":"today_rui_f615","year":"year_rui_f615 hoverable_rui_f615 resetButton_rui_750f","monthNames":"monthNames_rui_f615","monthName":"monthName_rui_f615 hoverable_rui_f615 resetButton_rui_750f","monthSlider":"monthSlider_rui_f615 resetButton_rui_750f","dragging":"dragging_rui_f615","range":"range_rui_f615","years":"years_rui_f615","currentYear":"currentYear_rui_f615"};
|
|
2
2
|
|
|
3
3
|
export { modules_0c7b7d96 as m };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import scrollbarWidth from 'scrollbar-width';
|
|
2
2
|
|
|
3
|
-
var modules_5e9b8c03 = {"unit":"8px","container":"
|
|
3
|
+
var modules_5e9b8c03 = {"unit":"8px","header":"header_rui_1dc5","container":"container_rui_a22f","innerContainer":"innerContainer_rui_a22f","content":"content_rui_a22f","panel":"panel_rui_a22f","clickableOverlay":"clickableOverlay_rui_a22f","closeIcon":"closeIcon_rui_a22f","closeButton":"closeButton_rui_a22f","closeButtonOutside":"closeButtonOutside_rui_a22f","closeButtonInside":"closeButtonInside_rui_a22f","documentWithoutScroll":"documentWithoutScroll_rui_a22f","popupTarget":"popupTarget_rui_a22f"};
|
|
4
4
|
|
|
5
5
|
const isPrevented = new Set();
|
|
6
6
|
let previousDocumentWidth = null;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_2c5e8509 = {"errorMessage":"
|
|
1
|
+
var modules_2c5e8509 = {"errorMessage":"errorMessage_rui_57f4","title":"title_rui_57f4","description":"description_rui_57f4","content":"content_rui_57f4","icon":"icon_rui_57f4"};
|
|
2
2
|
|
|
3
3
|
export { modules_2c5e8509 as m };
|
package/dist/_helpers/footer.js
CHANGED
|
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
|
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import Link from '../link/link.js';
|
|
5
5
|
|
|
6
|
-
var modules_7385b3fd = {"unit":"8px","footer-height":"64px","footer":"
|
|
6
|
+
var modules_7385b3fd = {"unit":"8px","footer-height":"64px","footer":"footer_rui_34a3 font_rui_750f","footerFloating":"footerFloating_rui_34a3 footer_rui_34a3 font_rui_750f","column":"column_rui_34a3","columnItem":"columnItem_rui_34a3","columnLeft":"columnLeft_rui_34a3 column_rui_34a3","columnCenter":"columnCenter_rui_34a3 column_rui_34a3","line":"line_rui_34a3","columnRight":"columnRight_rui_34a3 column_rui_34a3","lineCenter":"lineCenter_rui_34a3"};
|
|
7
7
|
|
|
8
8
|
const FooterColumn = /*#__PURE__*/memo(function FooterColumn(_ref) {
|
|
9
9
|
let {
|
package/dist/_helpers/grid.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_855170c0 = {"unit":"8px","breakpoint-small":"640px","breakpoint-middle":"960px","breakpoint-large":"1200px","large-screen-media":"(min-width:1200px)","middle-screen-media":"(min-width:960px) and (max-width:1199px)","small-screen-media":"(min-width:640px) and (max-width:959px)","gutterWidth":"(8px*2)","gutterCompensation":"-8px","outerMargin":"16px","containerSmall":"656px","containerMedium":"976px","containerLarge":"1216px","width-1":"8.3333%","width-2":"16.6667%","width-3":"25%","width-4":"33.3333%","width-5":"41.6667%","width-6":"50%","width-7":"58.3333%","width-8":"66.6667%","width-9":"75%","width-10":"83.3333%","width-11":"91.6667%","width-12":"100%","container-fluid":"
|
|
1
|
+
var modules_855170c0 = {"unit":"8px","breakpoint-small":"640px","breakpoint-middle":"960px","breakpoint-large":"1200px","large-screen-media":"(min-width:1200px)","middle-screen-media":"(min-width:960px) and (max-width:1199px)","small-screen-media":"(min-width:640px) and (max-width:959px)","gutterWidth":"(8px*2)","gutterCompensation":"-8px","outerMargin":"16px","containerSmall":"656px","containerMedium":"976px","containerLarge":"1216px","width-1":"8.3333%","width-2":"16.6667%","width-3":"25%","width-4":"33.3333%","width-5":"41.6667%","width-6":"50%","width-7":"58.3333%","width-8":"66.6667%","width-9":"75%","width-10":"83.3333%","width-11":"91.6667%","width-12":"100%","container-fluid":"containerFluid_rui_a909","container":"container_rui_a909","row":"row_rui_a909","reverse":"reverse_rui_a909","col":"col_rui_a909","col-xs":"colXs_rui_a909","col-xs-1":"colXs1_rui_a909","col-xs-2":"colXs2_rui_a909","col-xs-3":"colXs3_rui_a909","col-xs-4":"colXs4_rui_a909","col-xs-5":"colXs5_rui_a909","col-xs-6":"colXs6_rui_a909","col-xs-7":"colXs7_rui_a909","col-xs-8":"colXs8_rui_a909","col-xs-9":"colXs9_rui_a909","col-xs-10":"colXs10_rui_a909","col-xs-11":"colXs11_rui_a909","col-xs-12":"colXs12_rui_a909","col-xs-offset-0":"colXsOffset0_rui_a909","col-xs-offset-1":"colXsOffset1_rui_a909","col-xs-offset-2":"colXsOffset2_rui_a909","col-xs-offset-3":"colXsOffset3_rui_a909","col-xs-offset-4":"colXsOffset4_rui_a909","col-xs-offset-5":"colXsOffset5_rui_a909","col-xs-offset-6":"colXsOffset6_rui_a909","col-xs-offset-7":"colXsOffset7_rui_a909","col-xs-offset-8":"colXsOffset8_rui_a909","col-xs-offset-9":"colXsOffset9_rui_a909","col-xs-offset-10":"colXsOffset10_rui_a909","col-xs-offset-11":"colXsOffset11_rui_a909","col-xs-offset-12":"colXsOffset12_rui_a909","start-xs":"startXs_rui_a909","center-xs":"centerXs_rui_a909","end-xs":"endXs_rui_a909","top-xs":"topXs_rui_a909","middle-xs":"middleXs_rui_a909","baseline-xs":"baselineXs_rui_a909","bottom-xs":"bottomXs_rui_a909","around-xs":"aroundXs_rui_a909","between-xs":"betweenXs_rui_a909","first-xs":"firstXs_rui_a909","last-xs":"lastXs_rui_a909","col-sm":"colSm_rui_a909","col-sm-1":"colSm1_rui_a909","col-sm-2":"colSm2_rui_a909","col-sm-3":"colSm3_rui_a909","col-sm-4":"colSm4_rui_a909","col-sm-5":"colSm5_rui_a909","col-sm-6":"colSm6_rui_a909","col-sm-7":"colSm7_rui_a909","col-sm-8":"colSm8_rui_a909","col-sm-9":"colSm9_rui_a909","col-sm-10":"colSm10_rui_a909","col-sm-11":"colSm11_rui_a909","col-sm-12":"colSm12_rui_a909","col-sm-offset-0":"colSmOffset0_rui_a909","col-sm-offset-1":"colSmOffset1_rui_a909","col-sm-offset-2":"colSmOffset2_rui_a909","col-sm-offset-3":"colSmOffset3_rui_a909","col-sm-offset-4":"colSmOffset4_rui_a909","col-sm-offset-5":"colSmOffset5_rui_a909","col-sm-offset-6":"colSmOffset6_rui_a909","col-sm-offset-7":"colSmOffset7_rui_a909","col-sm-offset-8":"colSmOffset8_rui_a909","col-sm-offset-9":"colSmOffset9_rui_a909","col-sm-offset-10":"colSmOffset10_rui_a909","col-sm-offset-11":"colSmOffset11_rui_a909","col-sm-offset-12":"colSmOffset12_rui_a909","start-sm":"startSm_rui_a909","center-sm":"centerSm_rui_a909","end-sm":"endSm_rui_a909","top-sm":"topSm_rui_a909","middle-sm":"middleSm_rui_a909","baseline-sm":"baselineSm_rui_a909","bottom-sm":"bottomSm_rui_a909","around-sm":"aroundSm_rui_a909","between-sm":"betweenSm_rui_a909","first-sm":"firstSm_rui_a909","last-sm":"lastSm_rui_a909","col-md":"colMd_rui_a909","col-md-1":"colMd1_rui_a909","col-md-2":"colMd2_rui_a909","col-md-3":"colMd3_rui_a909","col-md-4":"colMd4_rui_a909","col-md-5":"colMd5_rui_a909","col-md-6":"colMd6_rui_a909","col-md-7":"colMd7_rui_a909","col-md-8":"colMd8_rui_a909","col-md-9":"colMd9_rui_a909","col-md-10":"colMd10_rui_a909","col-md-11":"colMd11_rui_a909","col-md-12":"colMd12_rui_a909","col-md-offset-0":"colMdOffset0_rui_a909","col-md-offset-1":"colMdOffset1_rui_a909","col-md-offset-2":"colMdOffset2_rui_a909","col-md-offset-3":"colMdOffset3_rui_a909","col-md-offset-4":"colMdOffset4_rui_a909","col-md-offset-5":"colMdOffset5_rui_a909","col-md-offset-6":"colMdOffset6_rui_a909","col-md-offset-7":"colMdOffset7_rui_a909","col-md-offset-8":"colMdOffset8_rui_a909","col-md-offset-9":"colMdOffset9_rui_a909","col-md-offset-10":"colMdOffset10_rui_a909","col-md-offset-11":"colMdOffset11_rui_a909","col-md-offset-12":"colMdOffset12_rui_a909","start-md":"startMd_rui_a909","center-md":"centerMd_rui_a909","end-md":"endMd_rui_a909","top-md":"topMd_rui_a909","middle-md":"middleMd_rui_a909","baseline-md":"baselineMd_rui_a909","bottom-md":"bottomMd_rui_a909","around-md":"aroundMd_rui_a909","between-md":"betweenMd_rui_a909","first-md":"firstMd_rui_a909","last-md":"lastMd_rui_a909","col-lg":"colLg_rui_a909","col-lg-1":"colLg1_rui_a909","col-lg-2":"colLg2_rui_a909","col-lg-3":"colLg3_rui_a909","col-lg-4":"colLg4_rui_a909","col-lg-5":"colLg5_rui_a909","col-lg-6":"colLg6_rui_a909","col-lg-7":"colLg7_rui_a909","col-lg-8":"colLg8_rui_a909","col-lg-9":"colLg9_rui_a909","col-lg-10":"colLg10_rui_a909","col-lg-11":"colLg11_rui_a909","col-lg-12":"colLg12_rui_a909","col-lg-offset-0":"colLgOffset0_rui_a909","col-lg-offset-1":"colLgOffset1_rui_a909","col-lg-offset-2":"colLgOffset2_rui_a909","col-lg-offset-3":"colLgOffset3_rui_a909","col-lg-offset-4":"colLgOffset4_rui_a909","col-lg-offset-5":"colLgOffset5_rui_a909","col-lg-offset-6":"colLgOffset6_rui_a909","col-lg-offset-7":"colLgOffset7_rui_a909","col-lg-offset-8":"colLgOffset8_rui_a909","col-lg-offset-9":"colLgOffset9_rui_a909","col-lg-offset-10":"colLgOffset10_rui_a909","col-lg-offset-11":"colLgOffset11_rui_a909","col-lg-offset-12":"colLgOffset12_rui_a909","start-lg":"startLg_rui_a909","center-lg":"centerLg_rui_a909","end-lg":"endLg_rui_a909","top-lg":"topLg_rui_a909","middle-lg":"middleLg_rui_a909","baseline-lg":"baselineLg_rui_a909","bottom-lg":"bottomLg_rui_a909","around-lg":"aroundLg_rui_a909","between-lg":"betweenLg_rui_a909","first-lg":"firstLg_rui_a909","last-lg":"lastLg_rui_a909"};
|
|
2
2
|
|
|
3
3
|
export { modules_855170c0 as m };
|
package/dist/_helpers/group.js
CHANGED
package/dist/_helpers/header.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_47759f5e = {"
|
|
1
|
+
var modules_47759f5e = {"dark":"dark_rui_4ecf","unit":"8px","active":"active_rui_21bf","height":"64px","compensate":"3px","compensated":"61px","header":"header_rui_42dd","headerSpaced":"headerSpaced_rui_42dd","logo":"logo_rui_42dd","tray":"tray_rui_42dd","trayItemContent":"trayItemContent_rui_42dd","icon":"icon_rui_42dd","main":"main_rui_42dd","rotatable":"rotatable_rui_42dd","rotated":"rotated_rui_42dd","profileEmpty":"profileEmpty_rui_42dd","profile":"profile_rui_42dd profileEmpty_rui_42dd","avatarWrapper":"avatarWrapper_rui_42dd resetButton_rui_750f","hasUpdates":"hasUpdates_rui_42dd"};
|
|
2
2
|
|
|
3
3
|
export { modules_47759f5e as m };
|
package/dist/_helpers/icon.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_29747b80 = {"unit":"8px","icon":"
|
|
1
|
+
var modules_29747b80 = {"unit":"8px","icon":"icon_rui_9f08","glyph":"glyph_rui_9f08","compatibilityMode":"compatibilityMode_rui_9f08","gray":"gray_rui_9f08","hover":"hover_rui_9f08","green":"green_rui_9f08","magenta":"magenta_rui_9f08","red":"red_rui_9f08","blue":"blue_rui_9f08","white":"white_rui_9f08","loading":"loading_rui_9f08","icon-loading":"iconLoading_rui_9f08"};
|
|
2
2
|
|
|
3
3
|
export { modules_29747b80 as m };
|
package/dist/_helpers/input.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var modules_88cfaf40 = {"unit":"8px","button-shadow":"inset 0 0 0 1px","height":"
|
|
1
|
+
var modules_88cfaf40 = {"unit":"8px","button-shadow":"inset 0 0 0 1px","height":"var(--ring-button-height)","loaderWidth":"64px","heightS":"heightS_rui_91f5","heightM":"heightM_rui_91f5","heightL":"heightL_rui_91f5","button":"button_rui_91f5","active":"active_rui_91f5","withIcon":"withIcon_rui_91f5","icon":"icon_rui_91f5","primary":"primary_rui_91f5","loader":"loader_rui_91f5","loaderBackground":"loaderBackground_rui_91f5","danger":"danger_rui_91f5","text":"text_rui_91f5","content":"content_rui_91f5","text-loading":"textLoading_rui_91f5","inline":"inline_rui_91f5","withNormalIcon":"withNormalIcon_rui_91f5","withDangerIcon":"withDangerIcon_rui_91f5","progress":"progress_rui_91f5","delayed":"delayed_rui_91f5","short":"short_rui_91f5","dropdownIcon":"dropdownIcon_rui_91f5","outerContainer":"outerContainer_rui_91f5","borderless":"borderless_rui_91f5","container":"container_rui_91f5","input":"input_rui_91f5","error":"error_rui_91f5","clearable":"clearable_rui_91f5","clear":"clear_rui_91f5","empty":"empty_rui_91f5","label":"label_rui_91f5","disabledLabel":"disabledLabel_rui_91f5","errorText":"errorText_rui_91f5","sizeS":"sizeS_rui_91f5","sizeM":"sizeM_rui_91f5","sizeL":"sizeL_rui_91f5","sizeFULL":"sizeFULL_rui_91f5"};
|
|
2
2
|
|
|
3
3
|
export { modules_88cfaf40 as m };
|