@jetbrains/ring-ui-built 6.0.40 → 6.0.42
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/components/_helpers/heading.js +1 -1
- package/components/alert/alert.js +1 -1
- package/components/alert-service/alert-service.js +1 -1
- package/components/auth/auth.js +1 -1
- package/components/auth/auth__core.js +1 -1
- package/components/auth/down-notification.js +1 -1
- package/components/auth/iframe-flow.js +1 -1
- package/components/auth/storage.js +1 -1
- package/components/auth-dialog/auth-dialog.js +1 -1
- package/components/auth-dialog-service/auth-dialog-service.js +1 -1
- package/components/badge/badge.js +7 -0
- package/components/button/button.js +2 -2
- package/components/clipboard/clipboard.js +1 -1
- package/components/confirm/confirm.js +1 -1
- package/components/confirm-service/confirm-service.js +1 -1
- package/components/data-list/data-list.js +0 -1
- package/components/data-list/data-list.mock.js +1 -0
- package/components/data-list/item.js +0 -1
- package/components/date-picker/date-input.d.ts +1 -1
- package/components/date-picker/date-input.js +9 -2
- package/components/date-picker/date-popup.js +1 -1
- package/components/dialog/dialog.js +1 -1
- package/components/dropdown/anchor.js +1 -0
- package/components/dropdown/dropdown.js +1 -0
- package/components/dropdown-menu/dropdown-menu.js +1 -0
- package/components/editable-heading/editable-heading.js +1 -1
- package/components/form/form.js +1 -1
- package/components/header/header.js +2 -1
- package/components/header/profile.js +2 -1
- package/components/header/services.js +1 -0
- package/components/header/smart-profile.js +2 -1
- package/components/header/smart-services.js +2 -1
- package/components/header/tray-icon.js +1 -1
- package/components/heading/heading.d.ts +7 -4
- package/components/heading/heading.js +39 -26
- package/components/input/input-legacy.js +1 -1
- package/components/input/input.js +1 -1
- package/components/input-size/input-size.js +1 -1
- package/components/login-dialog/login-dialog.js +1 -1
- package/components/login-dialog/service.js +1 -1
- package/components/message/message.js +1 -1
- package/components/pager/pager.js +2 -2
- package/components/query-assist/query-assist.js +1 -1
- package/components/select/select__filter.js +1 -1
- package/components/select/select__popup.js +1 -1
- package/components/storage/storage.js +1 -1
- package/components/storage/storage__local.js +1 -1
- package/components/style.css +1 -1
- package/components/tab-trap/tab-trap.js +7 -12
- package/components/table/row-with-focus-sensor.js +0 -1
- package/components/table/row.js +0 -1
- package/components/tabs/collapsible-more.js +1 -0
- package/components/tabs/collapsible-tabs.js +1 -0
- package/components/tabs/dumb-tabs.js +1 -0
- package/components/tabs/smart-tabs.js +1 -0
- package/components/tabs/tabs.js +1 -0
- package/components/tag/tag.js +9 -2
- package/components/tags-list/tags-list.js +2 -2
- package/components/text/text.d.ts +1 -0
- package/components/text/text.js +4 -2
- package/components/toggle/toggle.d.ts +1 -2
- package/components/toggle/toggle.js +15 -9
- package/components/user-agreement/service.js +1 -1
- package/components/user-agreement/user-agreement.js +1 -1
- package/components/user-card/card.js +1 -1
- package/components/user-card/smart-user-card-tooltip.js +1 -0
- package/components/user-card/tooltip.js +1 -0
- package/components/user-card/user-card.js +2 -1
- package/package.json +2 -2
@@ -1,3 +1,3 @@
|
|
1
|
-
var modules_901b77ec = {"light":"light_rui_2ac4","contentWithHeadings":"contentWithHeadings_rui_af41","heading":"heading_rui_af41 font_rui_f295 contentWithHeadings_rui_af41","caps":"caps_rui_af41"};
|
1
|
+
var modules_901b77ec = {"light":"light_rui_2ac4","contentWithHeadings":"contentWithHeadings_rui_af41","heading":"heading_rui_af41 font_rui_f295 contentWithHeadings_rui_af41","caps":"caps_rui_af41","bold":"bold_rui_af41"};
|
2
2
|
|
3
3
|
export { modules_901b77ec as m };
|
@@ -35,7 +35,7 @@ import 'core-js/modules/es.object.assign.js';
|
|
35
35
|
import 'core-js/modules/es.set.js';
|
36
36
|
import 'core-js/modules/es.string.split.js';
|
37
37
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
38
|
-
import '@jetbrains/icons/chevron-
|
38
|
+
import '@jetbrains/icons/chevron-down';
|
39
39
|
import '../link/clickableLink.js';
|
40
40
|
import '../global/controls-height.js';
|
41
41
|
import '../_helpers/button__classes.js';
|
@@ -39,7 +39,7 @@ import 'core-js/modules/es.set.js';
|
|
39
39
|
import 'core-js/modules/es.string.split.js';
|
40
40
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
41
41
|
import '../button/button.js';
|
42
|
-
import '@jetbrains/icons/chevron-
|
42
|
+
import '@jetbrains/icons/chevron-down';
|
43
43
|
import '../link/clickableLink.js';
|
44
44
|
import '../global/controls-height.js';
|
45
45
|
import '../_helpers/button__classes.js';
|
package/components/auth/auth.js
CHANGED
@@ -49,7 +49,7 @@ import 'core-js/modules/es.object.assign.js';
|
|
49
49
|
import 'core-js/modules/es.set.js';
|
50
50
|
import 'core-js/modules/es.string.split.js';
|
51
51
|
import '../button/button.js';
|
52
|
-
import '@jetbrains/icons/chevron-
|
52
|
+
import '@jetbrains/icons/chevron-down';
|
53
53
|
import '../link/clickableLink.js';
|
54
54
|
import '../global/controls-height.js';
|
55
55
|
import '../_helpers/button__classes.js';
|
@@ -63,7 +63,7 @@ import '../global/dom.js';
|
|
63
63
|
import 'core-js/modules/es.object.assign.js';
|
64
64
|
import 'core-js/modules/es.string.split.js';
|
65
65
|
import '../button/button.js';
|
66
|
-
import '@jetbrains/icons/chevron-
|
66
|
+
import '@jetbrains/icons/chevron-down';
|
67
67
|
import '../link/clickableLink.js';
|
68
68
|
import '../global/controls-height.js';
|
69
69
|
import '../_helpers/button__classes.js';
|
@@ -43,7 +43,7 @@ import 'core-js/modules/es.set.js';
|
|
43
43
|
import 'core-js/modules/es.string.split.js';
|
44
44
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
45
45
|
import '../button/button.js';
|
46
|
-
import '@jetbrains/icons/chevron-
|
46
|
+
import '@jetbrains/icons/chevron-down';
|
47
47
|
import '../link/clickableLink.js';
|
48
48
|
import '../global/controls-height.js';
|
49
49
|
import '../_helpers/button__classes.js';
|
@@ -51,7 +51,7 @@ import 'core-js/modules/es.string.split.js';
|
|
51
51
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
52
52
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
53
53
|
import '../button/button.js';
|
54
|
-
import '@jetbrains/icons/chevron-
|
54
|
+
import '@jetbrains/icons/chevron-down';
|
55
55
|
import '../icon/icon.js';
|
56
56
|
import 'util-deprecate';
|
57
57
|
import '../icon/icon__constants.js';
|
@@ -44,7 +44,7 @@ import 'core-js/modules/es.set.js';
|
|
44
44
|
import 'core-js/modules/es.string.split.js';
|
45
45
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
46
46
|
import '../button/button.js';
|
47
|
-
import '@jetbrains/icons/chevron-
|
47
|
+
import '@jetbrains/icons/chevron-down';
|
48
48
|
import '../link/clickableLink.js';
|
49
49
|
import '../global/controls-height.js';
|
50
50
|
import '../_helpers/button__classes.js';
|
@@ -49,7 +49,7 @@ import 'core-js/modules/web.dom-collections.iterator.js';
|
|
49
49
|
import '../popup/popup.target.js';
|
50
50
|
import '../_helpers/dialog__body-scroll-preventer.js';
|
51
51
|
import 'scrollbar-width';
|
52
|
-
import '@jetbrains/icons/chevron-
|
52
|
+
import '@jetbrains/icons/chevron-down';
|
53
53
|
import '../icon/icon.js';
|
54
54
|
import 'util-deprecate';
|
55
55
|
import '../icon/icon__constants.js';
|
@@ -48,7 +48,7 @@ import 'core-js/modules/es.string.split.js';
|
|
48
48
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
49
49
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
50
50
|
import '../button/button.js';
|
51
|
-
import '@jetbrains/icons/chevron-
|
51
|
+
import '@jetbrains/icons/chevron-down';
|
52
52
|
import '../icon/icon.js';
|
53
53
|
import 'util-deprecate';
|
54
54
|
import '../icon/icon__constants.js';
|
@@ -2,6 +2,7 @@ import { _ as _defineProperty, a as _inherits, b as _createClass, c as _objectWi
|
|
2
2
|
import { PureComponent } from 'react';
|
3
3
|
import PropTypes from 'prop-types';
|
4
4
|
import classNames from 'classnames';
|
5
|
+
import deprecate from 'util-deprecate';
|
5
6
|
import joinDataTestAttributes from '../global/data-tests.js';
|
6
7
|
import { m as modules_6c9187df } from '../_helpers/badge.js';
|
7
8
|
import { jsx } from 'react/jsx-runtime';
|
@@ -11,6 +12,11 @@ import 'core-js/modules/es.object.entries.js';
|
|
11
12
|
import 'core-js/modules/es.object.to-string.js';
|
12
13
|
|
13
14
|
var _excluded = ["gray", "valid", "invalid", "disabled", "className", "children", "data-test"];
|
15
|
+
var warn = deprecate(function () {}, 'Badge is deprecated and will be removed in RingUI 7.0. Use Tag instead.');
|
16
|
+
/**
|
17
|
+
* @name Badge
|
18
|
+
*/
|
19
|
+
// TODO remove in 7.0
|
14
20
|
var Badge = /*#__PURE__*/function (_PureComponent) {
|
15
21
|
function Badge() {
|
16
22
|
_classCallCheck(this, Badge);
|
@@ -20,6 +26,7 @@ var Badge = /*#__PURE__*/function (_PureComponent) {
|
|
20
26
|
return _createClass(Badge, [{
|
21
27
|
key: "render",
|
22
28
|
value: function render() {
|
29
|
+
warn();
|
23
30
|
var _this$props = this.props,
|
24
31
|
gray = _this$props.gray,
|
25
32
|
valid = _this$props.valid,
|
@@ -3,7 +3,7 @@ import 'core-js/modules/es.array.concat.js';
|
|
3
3
|
import { PureComponent, createRef } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
5
5
|
import classNames from 'classnames';
|
6
|
-
import
|
6
|
+
import chevronDownIcon from '@jetbrains/icons/chevron-down';
|
7
7
|
import Icon from '../icon/icon.js';
|
8
8
|
import ClickableLink from '../link/clickableLink.js';
|
9
9
|
import { ControlsHeightContext } from '../global/controls-height.js';
|
@@ -83,7 +83,7 @@ var Button = /*#__PURE__*/function (_PureComponent) {
|
|
83
83
|
}), children && /*#__PURE__*/jsx("span", {
|
84
84
|
children: children
|
85
85
|
}), dropdown && /*#__PURE__*/jsx(Icon, {
|
86
|
-
glyph:
|
86
|
+
glyph: chevronDownIcon,
|
87
87
|
className: modules_e81895c9.dropdownIcon
|
88
88
|
})]
|
89
89
|
});
|
@@ -41,7 +41,7 @@ import 'core-js/modules/es.set.js';
|
|
41
41
|
import 'core-js/modules/es.string.split.js';
|
42
42
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
43
43
|
import '../button/button.js';
|
44
|
-
import '@jetbrains/icons/chevron-
|
44
|
+
import '@jetbrains/icons/chevron-down';
|
45
45
|
import '../link/clickableLink.js';
|
46
46
|
import '../global/controls-height.js';
|
47
47
|
import '../_helpers/button__classes.js';
|
@@ -50,7 +50,7 @@ import '../global/linear-function.js';
|
|
50
50
|
import '../_helpers/island.js';
|
51
51
|
import 'element-resize-detector';
|
52
52
|
import '../global/schedule-raf.js';
|
53
|
-
import '@jetbrains/icons/chevron-
|
53
|
+
import '@jetbrains/icons/chevron-down';
|
54
54
|
import '../icon/icon.js';
|
55
55
|
import 'util-deprecate';
|
56
56
|
import '../icon/icon__constants.js';
|
@@ -50,7 +50,7 @@ import 'core-js/modules/es.string.split.js';
|
|
50
50
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
51
51
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
52
52
|
import '../button/button.js';
|
53
|
-
import '@jetbrains/icons/chevron-
|
53
|
+
import '@jetbrains/icons/chevron-down';
|
54
54
|
import '../icon/icon.js';
|
55
55
|
import 'util-deprecate';
|
56
56
|
import '../icon/icon__constants.js';
|
@@ -54,7 +54,6 @@ import '../_helpers/link.js';
|
|
54
54
|
import '../text/text.js';
|
55
55
|
import '../loader-inline/loader-inline.js';
|
56
56
|
import '../button/button.js';
|
57
|
-
import '@jetbrains/icons/chevron-10px';
|
58
57
|
import '../icon/icon.js';
|
59
58
|
import '../icon/icon__constants.js';
|
60
59
|
import '../_helpers/icon__svg.js';
|
@@ -19,7 +19,6 @@ import 'core-js/modules/es.object.entries.js';
|
|
19
19
|
import 'core-js/modules/es.object.to-string.js';
|
20
20
|
import '../link/clickableLink.js';
|
21
21
|
import '../_helpers/link.js';
|
22
|
-
import '@jetbrains/icons/chevron-10px';
|
23
22
|
import '../icon/icon.js';
|
24
23
|
import 'util-deprecate';
|
25
24
|
import '../icon/icon__constants.js';
|
@@ -43,6 +43,6 @@ export default class DateInput extends React.PureComponent<DateInputProps> {
|
|
43
43
|
inputRef: (el: HTMLInputElement | null) => void;
|
44
44
|
updateInput({ text, active }: UpdateInputConfig): void;
|
45
45
|
handleChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
46
|
-
handleKeyDown: (e: React.KeyboardEvent) =>
|
46
|
+
handleKeyDown: (e: React.KeyboardEvent) => void;
|
47
47
|
render(): React.JSX.Element;
|
48
48
|
}
|
@@ -17,7 +17,7 @@ import 'core-js/modules/es.object.values.js';
|
|
17
17
|
import '@jetbrains/icons/close-12px';
|
18
18
|
import '../global/prop-types.js';
|
19
19
|
import '../button/button.js';
|
20
|
-
import '@jetbrains/icons/chevron-
|
20
|
+
import '@jetbrains/icons/chevron-down';
|
21
21
|
import '../icon/icon.js';
|
22
22
|
import 'util-deprecate';
|
23
23
|
import '../icon/icon__constants.js';
|
@@ -59,7 +59,14 @@ var DateInput = /*#__PURE__*/function (_React$PureComponent) {
|
|
59
59
|
return _this.props.onInput(e.currentTarget.value, e.currentTarget.dataset.name);
|
60
60
|
});
|
61
61
|
_defineProperty(_this, "handleKeyDown", function (e) {
|
62
|
-
|
62
|
+
if (e.key === 'Enter') {
|
63
|
+
// We have to prevent the default behavior, because restoring focus by TabTrap caused by
|
64
|
+
// pressing Enter will trigger the onClick event on the DatePicker Dropdown anchor,
|
65
|
+
// so DatePicker will be open again.
|
66
|
+
// https://youtrack.jetbrains.com/issue/RG-2450/Anchor-should-be-focused-after-closing-datepicker#focus=Comments-27-10044234.0-0.
|
67
|
+
e.preventDefault();
|
68
|
+
_this.props.onConfirm();
|
69
|
+
}
|
63
70
|
});
|
64
71
|
return _this;
|
65
72
|
}
|
@@ -32,7 +32,7 @@ import 'core-js/modules/es.object.values.js';
|
|
32
32
|
import '@jetbrains/icons/close-12px';
|
33
33
|
import '../global/prop-types.js';
|
34
34
|
import '../button/button.js';
|
35
|
-
import '@jetbrains/icons/chevron-
|
35
|
+
import '@jetbrains/icons/chevron-down';
|
36
36
|
import '../icon/icon.js';
|
37
37
|
import 'util-deprecate';
|
38
38
|
import '../icon/icon__constants.js';
|
@@ -45,7 +45,7 @@ import 'core-js/modules/es.set.js';
|
|
45
45
|
import 'core-js/modules/es.string.split.js';
|
46
46
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
47
47
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
48
|
-
import '@jetbrains/icons/chevron-
|
48
|
+
import '@jetbrains/icons/chevron-down';
|
49
49
|
import '../icon/icon.js';
|
50
50
|
import 'util-deprecate';
|
51
51
|
import '../icon/icon__constants.js';
|
@@ -20,6 +20,7 @@ import 'core-js/modules/es.object.to-string.js';
|
|
20
20
|
import 'core-js/modules/es.weak-map.js';
|
21
21
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
22
22
|
import 'core-js/modules/es.array.concat.js';
|
23
|
+
import '@jetbrains/icons/chevron-down';
|
23
24
|
import '../link/clickableLink.js';
|
24
25
|
import '../global/controls-height.js';
|
25
26
|
import '../_helpers/button__classes.js';
|
@@ -24,6 +24,7 @@ import 'core-js/modules/es.map.js';
|
|
24
24
|
import 'core-js/modules/es.weak-map.js';
|
25
25
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
26
26
|
import '../button/button.js';
|
27
|
+
import '@jetbrains/icons/chevron-down';
|
27
28
|
import '../link/clickableLink.js';
|
28
29
|
import '../global/controls-height.js';
|
29
30
|
import '../_helpers/button__classes.js';
|
@@ -80,6 +80,7 @@ import '../list/list__hint.js';
|
|
80
80
|
import '../list/consts.js';
|
81
81
|
import '@jetbrains/icons/chevron-10px';
|
82
82
|
import '../button/button.js';
|
83
|
+
import '@jetbrains/icons/chevron-down';
|
83
84
|
import '../global/controls-height.js';
|
84
85
|
import '../_helpers/button__classes.js';
|
85
86
|
import '../popup/popup.js';
|
@@ -13,7 +13,7 @@ import 'prop-types';
|
|
13
13
|
import 'util-deprecate';
|
14
14
|
import '../_helpers/heading.js';
|
15
15
|
import 'core-js/modules/es.array.concat.js';
|
16
|
-
import '@jetbrains/icons/chevron-
|
16
|
+
import '@jetbrains/icons/chevron-down';
|
17
17
|
import '../icon/icon.js';
|
18
18
|
import '../icon/icon__constants.js';
|
19
19
|
import '../_helpers/icon__svg.js';
|
package/components/form/form.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
var css = ".light_rui_2ac4,:root{--ring-unit:8px;--ring-line-components:223,229,235;--ring-line-color:rgb(var(--ring-line-components));--ring-borders-components:197,209,219;--ring-borders-color:rgb(var(--ring-borders-components));--ring-icon-components:132,150,173;--ring-icon-color:rgb(var(--ring-icon-components));--ring-icon-secondary-components:153,153,153;--ring-icon-secondary-color:rgb(var(--ring-icon-secondary-components));--ring-border-disabled-components:232,232,232;--ring-border-disabled-color:rgb(var(--ring-border-disabled-components));--ring-border-selected-disabled-components:199,199,199;--ring-border-selected-disabled-color:rgb(var(--ring-border-selected-disabled-components));--ring-icon-disabled-components:212,212,212;--ring-icon-disabled-color:rgb(var(--ring-icon-disabled-components));--ring-border-hover-components:128,198,255;--ring-border-hover-color:rgb(var(--ring-border-hover-components));--ring-icon-hover-components:var(--ring-link-hover-color);--ring-icon-hover-color:var(--ring-link-hover-color);--ring-main-components:0,128,229;--ring-main-color:rgb(var(--ring-main-components));--ring-action-link-components:var(--ring-main-components);--ring-action-link-color:rgb(var(--ring-main-components));--ring-main-hover-components:0,112,204;--ring-main-hover-color:rgb(var(--ring-main-hover-components));--ring-icon-error-components:219,88,96;--ring-icon-error-color:rgb(var(--ring-icon-error-components));--ring-icon-warning-components:237,162,0;--ring-icon-warning-color:rgb(var(--ring-icon-warning-components));--ring-icon-success-components:89,168,105;--ring-icon-success-color:rgb(var(--ring-icon-success-components));--ring-pale-control-components:207,219,229;--ring-pale-control-color:rgb(var(--ring-pale-control-components));--ring-popup-border-components:0,28,54;--ring-popup-border-color:var(--ring-line-color);--ring-popup-shadow-components:rgba(var(--ring-popup-border-components),0.1);--ring-popup-shadow-color:rgba(var(--ring-popup-border-components),0.1);--ring-popup-secondary-shadow-color:rgba(var(--ring-popup-border-components),0.04);--ring-message-shadow-color:rgba(var(--ring-popup-border-components),0.3);--ring-pinned-shadow-components:115,117,119;--ring-pinned-shadow-color:rgb(var(--ring-pinned-shadow-components));--ring-button-danger-hover-components:var(--ring-icon-error-color);--ring-button-danger-hover-color:var(--ring-icon-error-color);--ring-button-primary-border-components:0,98,178;--ring-button-primary-border-color:rgb(var(--ring-button-primary-border-components));--ring-dialog-overlay-components:0,0,0;--ring-dialog-overlay-opacity:0.4;--ring-popup-shadow:0 2px 8px var(--ring-popup-shadow-color),0 1px 2px var(--ring-popup-secondary-shadow-color);--ring-dialog-shadow:0 4px 24px var(--ring-popup-shadow-color),0 2px 6px var(--ring-popup-secondary-shadow-color);--ring-search-components:102,158,204;--ring-search-color:rgb(var(--ring-search-components));--ring-hint-components:64,99,128;--ring-hint-color:rgb(var(--ring-hint-components));--ring-link-components:15,91,153;--ring-link-color:rgb(var(--ring-link-components));--ring-link-hover-components:255,0,140;--ring-link-hover-color:rgb(var(--ring-link-hover-components));--ring-error-components:169,15,26;--ring-error-color:rgb(var(--ring-error-components));--ring-warning-components:178,92,0;--ring-warning-color:rgb(var(--ring-warning-components));--ring-success-components:12,117,35;--ring-success-color:rgb(var(--ring-success-components));--ring-text-components:31,35,38;--ring-text-color:rgb(var(--ring-text-components));--ring-active-text-color:var(--ring-text-color);--ring-white-text-components:255,255,255;--ring-white-text-color:rgb(var(--ring-white-text-components));--ring-heading-color:var(--ring-text-color);--ring-secondary-components:115,117,119;--ring-secondary-color:rgb(var(--ring-secondary-components));--ring-disabled-components:153,153,153;--ring-disabled-color:rgb(var(--ring-disabled-components));--ring-content-background-components:255,255,255;--ring-content-background-color:rgb(var(--ring-content-background-components));--ring-popup-background-components:255,255,255;--ring-popup-background-color:rgb(var(--ring-popup-background-components));--ring-sidebar-background-components:247,249,250;--ring-sidebar-background-color:rgb(var(--ring-sidebar-background-components));--ring-selected-background-components:212,237,255;--ring-selected-background-color:rgb(var(--ring-selected-background-components));--ring-hover-background-components:235,246,255;--ring-hover-background-color:rgb(var(--ring-hover-background-components));--ring-navigation-background-components:255,255,255;--ring-navigation-background-color:rgb(var(--ring-navigation-background-components));--ring-tag-background-components:230,236,242;--ring-tag-background-color:rgb(var(--ring-tag-background-components));--ring-tag-hover-background-components:211,218,224;--ring-tag-hover-background-color:rgb(var(--ring-tag-hover-background-components));--ring-removed-background-components:255,213,203;--ring-removed-background-color:rgb(var(--ring-removed-background-components));--ring-warning-background-components:250,236,205;--ring-warning-background-color:rgb(var(--ring-warning-background-components));--ring-added-background-components:216,240,216;--ring-added-background-color:rgb(var(--ring-added-background-components));--ring-disabled-background-components:245,245,245;--ring-disabled-background-color:rgb(var(--ring-disabled-background-components));--ring-disabled-selected-background-components:232,232,232;--ring-disabled-selected-background-color:rgb(var(--ring-disabled-selected-background-components));--ring-button-danger-active-components:255,231,232;--ring-button-danger-active-color:rgb(var(--ring-button-danger-active-components));--ring-button-loader-background-components:51,163,255;--ring-button-loader-background:rgb(var(--ring-button-loader-background-components));--ring-button-primary-background-components:26,152,255;--ring-button-primary-background-color:rgb(var(--ring-button-primary-background-components));--ring-table-loader-background-color:rgba(var(--ring-content-background-components),0.5);--ring-code-background-color:var(--ring-content-background-color);--ring-code-components:0,0,0;--ring-code-color:rgb(var(--ring-code-components));--ring-code-comment-components:112,112,112;--ring-code-comment-color:rgb(var(--ring-code-comment-components));--ring-code-meta-components:112,112,112;--ring-code-meta-color:rgb(var(--ring-code-meta-components));--ring-code-keyword-components:0,0,128;--ring-code-keyword-color:rgb(var(--ring-code-keyword-components));--ring-code-tag-background-components:239,239,239;--ring-code-tag-background-color:rgb(var(--ring-code-tag-background-components));--ring-code-tag-color:var(--ring-code-keyword-color);--ring-code-tag-font-weight:bold;--ring-code-field-components:102,14,122;--ring-code-field-color:rgb(var(--ring-code-field-components));--ring-code-attribute-components:0,0,255;--ring-code-attribute-color:rgb(var(--ring-code-attribute-components));--ring-code-number-color:var(--ring-code-attribute-color);--ring-code-string-components:0,122,0;--ring-code-string-color:rgb(var(--ring-code-string-components));--ring-code-addition-components:170,222,170;--ring-code-addition-color:rgb(var(--ring-code-addition-components));--ring-code-deletion-components:200,200,200;--ring-code-deletion-color:rgb(var(--ring-code-deletion-components));--ring-border-radius:4px;--ring-border-radius-small:2px;--ring-font-size-larger:15px;--ring-font-size:14px;--ring-font-size-smaller:12px;--ring-line-height-taller:21px;--ring-line-height:20px;--ring-line-height-lower:18px;--ring-line-height-lowest:16px;--ring-ease:0.3s ease-out;--ring-fast-ease:0.15s ease-out;--ring-font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;--ring-font-family-monospace:Menlo,\"Bitstream Vera Sans Mono\",\"Ubuntu Mono\",Consolas,\"Courier New\",Courier,monospace;--ring-invisible-element-z-index:-1;--ring-fixed-z-index:1;--ring-overlay-z-index:5;--ring-alert-z-index:6}.ring-form{color:var(--ring-text-color);font-family:var(--ring-font-family);font-size:var(--ring-font-size)}.ring-form_white-bg{background:var(--ring-content-background-color)}.ring-form_border{border:1px solid var(--ring-disabled-color);border-radius:2px}.ring-form_rows .ring-form__label{float:none;max-width:none}.ring-form_rows.ring-form__control{margin-left:0;width:calc(var(--ring-unit)*42)}.ring-form__wrap{margin-bottom:0;padding:calc(var(--ring-unit)*3) calc(var(--ring-unit)*4) 0}.ring-form__header{min-height:13px;padding-bottom:calc(var(--ring-unit)*2)}.ring-form__control__description{color:var(--ring-secondary-color);display:block;font-size:var(--ring-font-size-smaller);line-height:16px!important;max-width:900px;padding-top:calc(var(--ring-unit)/2)}.ring-form__title-img{border:0;float:left;height:calc(var(--ring-unit)*4)}.ring-form__title{display:block;font-weight:700;margin-bottom:calc(var(--ring-unit))}.ring-form__main-title{color:var(--ring-text-color);font-family:var(--ring-font-family);font-size:19px}.ring-form__title_separated{margin:calc(var(--ring-unit)*3) 0}.ring-form__group{margin:calc(var(--ring-unit)*2) 0;position:relative}.ring-form__group:first-child{margin-top:0}.ring-form__group:after{clear:both;content:\"\";display:block}.ring-form__group_united{padding-bottom:0}.ring-form__group .ring_form__group{padding-left:calc(var(--ring-unit)*2);padding-top:0}.ring-form__group .ring_form__group .ring-form__control{margin-left:calc(var(--ring-unit)*18)}.ring-form__group_nested{padding-left:calc(var(--ring-unit)*2);padding-top:0}.ring-form__group_nested .ring-form__control{margin-left:calc(var(--ring-unit)*18)}.ring-form__label{display:inline-block;float:left;line-height:calc(var(--ring-unit)*2);max-width:calc(var(--ring-unit)*18);padding-top:calc(var(--ring-unit)/2);position:relative;top:0;vertical-align:top}.ring-form__label .ring-checkbox__label,.ring-form__label .ring-radio-btn__label{top:-2px}.ring-form__label_title{font-weight:700}.ring-form__control{line-height:calc(var(--ring-unit)*3);margin-left:calc(var(--ring-unit)*20);min-height:calc(var(--ring-unit)*3);position:relative;vertical-align:top;width:auto}.ring-form__control_text:after{content:\"\";display:inline-block;height:calc(var(--ring-unit)*3);vertical-align:middle}.ring-form__control_secondary{left:calc(var(--ring-unit)*27);position:absolute;top:var(--ring-unit)}.ring-form__control_on{color:var(--ring-success-color)}.ring-form__control_off{color:var(--ring-secondary-color)}.ring-form__control-link{position:relative;top:6px}.ring-form__control_small{margin-left:calc(var(--ring-unit)*16)!important}.ring-form__info{line-height:20px;margin-bottom:calc(var(--ring-unit)*-1 + 2px);margin-left:calc(var(--ring-unit)*20);width:calc(var(--ring-unit)*85)}.ring-form__control__part{margin-right:var(--ring-unit)}.ring-form__group_short{padding-bottom:0;padding-top:calc(var(--ring-unit)/2)}.ring-form__group_short:last-child{padding-bottom:var(--ring-unit)}.ring-form__group_short.ring-form__control{margin-left:calc(var(--ring-unit)*3)}.ring-form_small .ring-form__label{max-width:calc(var(--ring-unit)*12)}.ring-form_small .ring-form__control{margin-left:calc(var(--ring-unit)*16)}";
|
1
|
+
var css = ".light_rui_2ac4,:root{--ring-unit:8px;--ring-line-components:223,229,235;--ring-line-color:rgb(var(--ring-line-components));--ring-borders-components:197,209,219;--ring-borders-color:rgb(var(--ring-borders-components));--ring-icon-components:132,150,173;--ring-icon-color:rgb(var(--ring-icon-components));--ring-icon-secondary-components:153,153,153;--ring-icon-secondary-color:rgb(var(--ring-icon-secondary-components));--ring-border-disabled-components:232,232,232;--ring-border-disabled-color:rgb(var(--ring-border-disabled-components));--ring-border-selected-disabled-components:199,199,199;--ring-border-selected-disabled-color:rgb(var(--ring-border-selected-disabled-components));--ring-icon-disabled-components:212,212,212;--ring-icon-disabled-color:rgb(var(--ring-icon-disabled-components));--ring-border-hover-components:128,198,255;--ring-border-hover-color:rgb(var(--ring-border-hover-components));--ring-icon-hover-components:var(--ring-link-hover-color);--ring-icon-hover-color:var(--ring-link-hover-color);--ring-main-components:0,128,229;--ring-main-color:rgb(var(--ring-main-components));--ring-action-link-components:var(--ring-main-components);--ring-action-link-color:rgb(var(--ring-main-components));--ring-main-hover-components:0,112,204;--ring-main-hover-color:rgb(var(--ring-main-hover-components));--ring-icon-error-components:219,88,96;--ring-icon-error-color:rgb(var(--ring-icon-error-components));--ring-icon-warning-components:237,162,0;--ring-icon-warning-color:rgb(var(--ring-icon-warning-components));--ring-icon-success-components:89,168,105;--ring-icon-success-color:rgb(var(--ring-icon-success-components));--ring-pale-control-components:207,219,229;--ring-pale-control-color:rgb(var(--ring-pale-control-components));--ring-popup-border-components:0,28,54;--ring-popup-border-color:var(--ring-line-color);--ring-popup-shadow-components:rgba(var(--ring-popup-border-components),0.1);--ring-popup-shadow-color:rgba(var(--ring-popup-border-components),0.1);--ring-popup-secondary-shadow-color:rgba(var(--ring-popup-border-components),0.04);--ring-message-shadow-color:rgba(var(--ring-popup-border-components),0.3);--ring-pinned-shadow-components:115,117,119;--ring-pinned-shadow-color:rgb(var(--ring-pinned-shadow-components));--ring-button-danger-hover-components:var(--ring-icon-error-color);--ring-button-danger-hover-color:var(--ring-icon-error-color);--ring-button-primary-border-components:0,98,178;--ring-button-primary-border-color:rgb(var(--ring-button-primary-border-components));--ring-dialog-overlay-components:0,0,0;--ring-dialog-overlay-opacity:0.4;--ring-popup-shadow:0 2px 8px var(--ring-popup-shadow-color),0 1px 2px var(--ring-popup-secondary-shadow-color);--ring-dialog-shadow:0 4px 24px var(--ring-popup-shadow-color),0 2px 6px var(--ring-popup-secondary-shadow-color);--ring-search-components:102,158,204;--ring-search-color:rgb(var(--ring-search-components));--ring-hint-components:64,99,128;--ring-hint-color:rgb(var(--ring-hint-components));--ring-link-components:15,91,153;--ring-link-color:rgb(var(--ring-link-components));--ring-link-hover-components:255,0,140;--ring-link-hover-color:rgb(var(--ring-link-hover-components));--ring-error-components:169,15,26;--ring-error-color:rgb(var(--ring-error-components));--ring-warning-components:178,92,0;--ring-warning-color:rgb(var(--ring-warning-components));--ring-success-components:12,117,35;--ring-success-color:rgb(var(--ring-success-components));--ring-text-components:31,35,38;--ring-text-color:rgb(var(--ring-text-components));--ring-active-text-color:var(--ring-text-color);--ring-white-text-components:255,255,255;--ring-white-text-color:rgb(var(--ring-white-text-components));--ring-heading-color:var(--ring-text-color);--ring-secondary-components:115,117,119;--ring-secondary-color:rgb(var(--ring-secondary-components));--ring-disabled-components:153,153,153;--ring-disabled-color:rgb(var(--ring-disabled-components));--ring-content-background-components:255,255,255;--ring-content-background-color:rgb(var(--ring-content-background-components));--ring-popup-background-components:255,255,255;--ring-popup-background-color:rgb(var(--ring-popup-background-components));--ring-sidebar-background-components:247,249,250;--ring-sidebar-background-color:rgb(var(--ring-sidebar-background-components));--ring-selected-background-components:212,237,255;--ring-selected-background-color:rgb(var(--ring-selected-background-components));--ring-hover-background-components:235,246,255;--ring-hover-background-color:rgb(var(--ring-hover-background-components));--ring-navigation-background-components:255,255,255;--ring-navigation-background-color:rgb(var(--ring-navigation-background-components));--ring-tag-background-components:230,236,242;--ring-tag-background-color:rgb(var(--ring-tag-background-components));--ring-tag-hover-background-components:211,218,224;--ring-tag-hover-background-color:rgb(var(--ring-tag-hover-background-components));--ring-removed-background-components:255,213,203;--ring-removed-background-color:rgb(var(--ring-removed-background-components));--ring-warning-background-components:250,236,205;--ring-warning-background-color:rgb(var(--ring-warning-background-components));--ring-added-background-components:216,240,216;--ring-added-background-color:rgb(var(--ring-added-background-components));--ring-disabled-background-components:245,245,245;--ring-disabled-background-color:rgb(var(--ring-disabled-background-components));--ring-disabled-selected-background-components:232,232,232;--ring-disabled-selected-background-color:rgb(var(--ring-disabled-selected-background-components));--ring-button-danger-active-components:255,231,232;--ring-button-danger-active-color:rgb(var(--ring-button-danger-active-components));--ring-button-loader-background-components:51,163,255;--ring-button-loader-background:rgb(var(--ring-button-loader-background-components));--ring-button-primary-background-components:26,152,255;--ring-button-primary-background-color:rgb(var(--ring-button-primary-background-components));--ring-table-loader-background-color:rgba(var(--ring-content-background-components),0.5);--ring-code-background-color:var(--ring-content-background-color);--ring-code-components:0,0,0;--ring-code-color:rgb(var(--ring-code-components));--ring-code-comment-components:112,112,112;--ring-code-comment-color:rgb(var(--ring-code-comment-components));--ring-code-meta-components:112,112,112;--ring-code-meta-color:rgb(var(--ring-code-meta-components));--ring-code-keyword-components:0,0,128;--ring-code-keyword-color:rgb(var(--ring-code-keyword-components));--ring-code-tag-background-components:239,239,239;--ring-code-tag-background-color:rgb(var(--ring-code-tag-background-components));--ring-code-tag-color:var(--ring-code-keyword-color);--ring-code-tag-font-weight:var(--ring-font-weight-bold);--ring-code-field-components:102,14,122;--ring-code-field-color:rgb(var(--ring-code-field-components));--ring-code-attribute-components:0,0,255;--ring-code-attribute-color:rgb(var(--ring-code-attribute-components));--ring-code-number-color:var(--ring-code-attribute-color);--ring-code-string-components:0,122,0;--ring-code-string-color:rgb(var(--ring-code-string-components));--ring-code-addition-components:170,222,170;--ring-code-addition-color:rgb(var(--ring-code-addition-components));--ring-code-deletion-components:200,200,200;--ring-code-deletion-color:rgb(var(--ring-code-deletion-components));--ring-border-radius:4px;--ring-border-radius-small:2px;--ring-font-size-larger:16px;--ring-font-size:14px;--ring-font-size-smaller:12px;--ring-line-height-taller:24px;--ring-line-height:20px;--ring-line-height-lower:18px;--ring-line-height-lowest:16px;--ring-ease:0.3s ease-out;--ring-fast-ease:0.15s ease-out;--ring-font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;--ring-font-family-monospace:Menlo,\"Bitstream Vera Sans Mono\",\"Ubuntu Mono\",Consolas,\"Courier New\",Courier,monospace;--ring-font-weight-bold:600;--ring-invisible-element-z-index:-1;--ring-fixed-z-index:1;--ring-overlay-z-index:5;--ring-alert-z-index:6}.ring-form{color:var(--ring-text-color);font-family:var(--ring-font-family);font-size:var(--ring-font-size)}.ring-form_white-bg{background:var(--ring-content-background-color)}.ring-form_border{border:1px solid var(--ring-disabled-color);border-radius:2px}.ring-form_rows .ring-form__label{float:none;max-width:none}.ring-form_rows.ring-form__control{margin-left:0;width:calc(var(--ring-unit)*42)}.ring-form__wrap{margin-bottom:0;padding:calc(var(--ring-unit)*3) calc(var(--ring-unit)*4) 0}.ring-form__header{min-height:13px;padding-bottom:calc(var(--ring-unit)*2)}.ring-form__control__description{color:var(--ring-secondary-color);display:block;font-size:var(--ring-font-size-smaller);line-height:16px!important;max-width:900px;padding-top:calc(var(--ring-unit)/2)}.ring-form__title-img{border:0;float:left;height:calc(var(--ring-unit)*4)}.ring-form__title{display:block;font-weight:var(--ring-font-weight-bold);margin-bottom:calc(var(--ring-unit))}.ring-form__main-title{color:var(--ring-text-color);font-family:var(--ring-font-family);font-size:19px}.ring-form__title_separated{margin:calc(var(--ring-unit)*3) 0}.ring-form__group{margin:calc(var(--ring-unit)*2) 0;position:relative}.ring-form__group:first-child{margin-top:0}.ring-form__group:after{clear:both;content:\"\";display:block}.ring-form__group_united{padding-bottom:0}.ring-form__group .ring_form__group{padding-left:calc(var(--ring-unit)*2);padding-top:0}.ring-form__group .ring_form__group .ring-form__control{margin-left:calc(var(--ring-unit)*18)}.ring-form__group_nested{padding-left:calc(var(--ring-unit)*2);padding-top:0}.ring-form__group_nested .ring-form__control{margin-left:calc(var(--ring-unit)*18)}.ring-form__label{display:inline-block;float:left;line-height:calc(var(--ring-unit)*2);max-width:calc(var(--ring-unit)*18);padding-top:calc(var(--ring-unit)/2);position:relative;top:0;vertical-align:top}.ring-form__label .ring-checkbox__label,.ring-form__label .ring-radio-btn__label{top:-2px}.ring-form__label_title{font-weight:var(--ring-font-weight-bold)}.ring-form__control{line-height:calc(var(--ring-unit)*3);margin-left:calc(var(--ring-unit)*20);min-height:calc(var(--ring-unit)*3);position:relative;vertical-align:top;width:auto}.ring-form__control_text:after{content:\"\";display:inline-block;height:calc(var(--ring-unit)*3);vertical-align:middle}.ring-form__control_secondary{left:calc(var(--ring-unit)*27);position:absolute;top:var(--ring-unit)}.ring-form__control_on{color:var(--ring-success-color)}.ring-form__control_off{color:var(--ring-secondary-color)}.ring-form__control-link{position:relative;top:6px}.ring-form__control_small{margin-left:calc(var(--ring-unit)*16)!important}.ring-form__info{line-height:20px;margin-bottom:calc(var(--ring-unit)*-1 + 2px);margin-left:calc(var(--ring-unit)*20);width:calc(var(--ring-unit)*85)}.ring-form__control__part{margin-right:var(--ring-unit)}.ring-form__group_short{padding-bottom:0;padding-top:calc(var(--ring-unit)/2)}.ring-form__group_short:last-child{padding-bottom:var(--ring-unit)}.ring-form__group_short.ring-form__control{margin-left:calc(var(--ring-unit)*3)}.ring-form_small .ring-form__label{max-width:calc(var(--ring-unit)*12)}.ring-form_small .ring-form__control{margin-left:calc(var(--ring-unit)*16)}";
|
2
2
|
var modules_bbe19eab = {"light":"light_rui_2ac4"};
|
3
3
|
|
4
4
|
export { css, modules_bbe19eab as default };
|
@@ -58,7 +58,7 @@ import '../global/memoize.js';
|
|
58
58
|
import 'core-js/modules/es.map.js';
|
59
59
|
import 'core-js/modules/es.weak-map.js';
|
60
60
|
import '../button/button.js';
|
61
|
-
import '@jetbrains/icons/chevron-
|
61
|
+
import '@jetbrains/icons/chevron-down';
|
62
62
|
import '../link/clickableLink.js';
|
63
63
|
import '../global/controls-height.js';
|
64
64
|
import '../_helpers/button__classes.js';
|
@@ -98,6 +98,7 @@ import '../list/consts.js';
|
|
98
98
|
import '../dropdown/dropdown.js';
|
99
99
|
import '../global/typescript-utils.js';
|
100
100
|
import '../_helpers/anchor.js';
|
101
|
+
import '@jetbrains/icons/chevron-10px';
|
101
102
|
import '../popup-menu/popup-menu.js';
|
102
103
|
import '../i18n/i18n-context.js';
|
103
104
|
import '../i18n/i18n.js';
|
@@ -32,7 +32,7 @@ import 'core-js/modules/es.array.map.js';
|
|
32
32
|
import 'core-js/modules/es.array.slice.js';
|
33
33
|
import '../global/get-uid.js';
|
34
34
|
import 'core-js/modules/es.regexp.to-string.js';
|
35
|
-
import '@jetbrains/icons/chevron-
|
35
|
+
import '@jetbrains/icons/chevron-down';
|
36
36
|
import '../icon/icon.js';
|
37
37
|
import 'util-deprecate';
|
38
38
|
import '../icon/icon__constants.js';
|
@@ -85,6 +85,7 @@ import '../list/list__hint.js';
|
|
85
85
|
import '../list/consts.js';
|
86
86
|
import '../dropdown/dropdown.js';
|
87
87
|
import '../_helpers/anchor.js';
|
88
|
+
import '@jetbrains/icons/chevron-10px';
|
88
89
|
import '../popup/popup.js';
|
89
90
|
import 'react-dom';
|
90
91
|
import '../tab-trap/tab-trap.js';
|
@@ -33,6 +33,7 @@ import 'core-js/modules/es.map.js';
|
|
33
33
|
import 'core-js/modules/es.weak-map.js';
|
34
34
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
35
35
|
import '../button/button.js';
|
36
|
+
import '@jetbrains/icons/chevron-down';
|
36
37
|
import '../link/clickableLink.js';
|
37
38
|
import '../global/controls-height.js';
|
38
39
|
import '../_helpers/button__classes.js';
|
@@ -47,7 +47,7 @@ import 'core-js/modules/es.object.assign.js';
|
|
47
47
|
import 'core-js/modules/es.set.js';
|
48
48
|
import 'core-js/modules/es.string.split.js';
|
49
49
|
import '../button/button.js';
|
50
|
-
import '@jetbrains/icons/chevron-
|
50
|
+
import '@jetbrains/icons/chevron-down';
|
51
51
|
import '../link/clickableLink.js';
|
52
52
|
import '../global/controls-height.js';
|
53
53
|
import '../_helpers/button__classes.js';
|
@@ -127,6 +127,7 @@ import '../list/consts.js';
|
|
127
127
|
import '../dropdown/dropdown.js';
|
128
128
|
import '../global/typescript-utils.js';
|
129
129
|
import '../_helpers/anchor.js';
|
130
|
+
import '@jetbrains/icons/chevron-10px';
|
130
131
|
import '../popup-menu/popup-menu.js';
|
131
132
|
import '../i18n/i18n-context.js';
|
132
133
|
import '../_helpers/header.js';
|
@@ -51,7 +51,7 @@ import 'core-js/modules/es.object.assign.js';
|
|
51
51
|
import 'core-js/modules/es.set.js';
|
52
52
|
import 'core-js/modules/es.string.split.js';
|
53
53
|
import '../button/button.js';
|
54
|
-
import '@jetbrains/icons/chevron-
|
54
|
+
import '@jetbrains/icons/chevron-down';
|
55
55
|
import '../link/clickableLink.js';
|
56
56
|
import '../global/controls-height.js';
|
57
57
|
import '../_helpers/button__classes.js';
|
@@ -83,6 +83,7 @@ import '@jetbrains/icons/services-20px';
|
|
83
83
|
import '../dropdown/dropdown.js';
|
84
84
|
import '../global/typescript-utils.js';
|
85
85
|
import '../_helpers/anchor.js';
|
86
|
+
import '@jetbrains/icons/chevron-10px';
|
86
87
|
import './tray-icon.js';
|
87
88
|
import '../_helpers/header.js';
|
88
89
|
import '../_helpers/services-link.js';
|
@@ -6,7 +6,7 @@ import { Button } from '../button/button.js';
|
|
6
6
|
import { m as modules_47759f5e } from '../_helpers/header.js';
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
8
8
|
import 'core-js/modules/es.array.concat.js';
|
9
|
-
import '@jetbrains/icons/chevron-
|
9
|
+
import '@jetbrains/icons/chevron-down';
|
10
10
|
import '../icon/icon.js';
|
11
11
|
import 'util-deprecate';
|
12
12
|
import '../icon/icon__constants.js';
|
@@ -18,8 +18,11 @@ export default Heading;
|
|
18
18
|
export interface H1Props extends HTMLAttributes<HTMLHeadingElement> {
|
19
19
|
caps?: boolean | null | undefined;
|
20
20
|
}
|
21
|
-
declare const H1:
|
22
|
-
declare const H2:
|
23
|
-
declare const H3:
|
24
|
-
|
21
|
+
declare const H1: import("react").NamedExoticComponent<H1Props>;
|
22
|
+
declare const H2: import("react").NamedExoticComponent<HTMLAttributes<HTMLHeadingElement>>;
|
23
|
+
declare const H3: import("react").NamedExoticComponent<HTMLAttributes<HTMLHeadingElement>>;
|
24
|
+
export interface H4Props extends HTMLAttributes<HTMLHeadingElement> {
|
25
|
+
bold?: boolean | null | undefined;
|
26
|
+
}
|
27
|
+
declare const H4: import("react").NamedExoticComponent<H4Props>;
|
25
28
|
export { H1, H2, H3, H4 };
|
@@ -7,7 +7,8 @@ import { m as modules_901b77ec } from '../_helpers/heading.js';
|
|
7
7
|
import { jsx } from 'react/jsx-runtime';
|
8
8
|
|
9
9
|
var _excluded = ["children", "className", "level"],
|
10
|
-
_excluded2 = ["className", "caps"]
|
10
|
+
_excluded2 = ["className", "caps"],
|
11
|
+
_excluded3 = ["className", "bold"];
|
11
12
|
var Levels;
|
12
13
|
(function (Levels) {
|
13
14
|
Levels[Levels["H1"] = 1] = "H1";
|
@@ -38,31 +39,43 @@ Heading.propTypes = {
|
|
38
39
|
level: PropTypes.oneOf([Levels.H1, Levels.H2, Levels.H3, Levels.H4])
|
39
40
|
};
|
40
41
|
Heading.Levels = Levels;
|
41
|
-
function
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
className: classes
|
52
|
-
}));
|
42
|
+
var warnCaps = deprecate(function () {}, 'H1 caps prop is deprecated and will be removed in Ring UI 7.0');
|
43
|
+
var H1 = /*#__PURE__*/memo(function H1(_ref2) {
|
44
|
+
var className = _ref2.className,
|
45
|
+
caps = _ref2.caps,
|
46
|
+
restProps = _objectWithoutProperties(_ref2, _excluded2);
|
47
|
+
if (caps) {
|
48
|
+
warnCaps();
|
49
|
+
}
|
50
|
+
var classes = classNames(className, {
|
51
|
+
[modules_901b77ec.caps]: caps
|
53
52
|
});
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
}
|
61
|
-
|
62
|
-
}
|
63
|
-
|
64
|
-
var
|
65
|
-
|
66
|
-
|
53
|
+
return /*#__PURE__*/jsx(Heading, _objectSpread2(_objectSpread2({}, restProps), {}, {
|
54
|
+
level: Levels.H1,
|
55
|
+
className: classes
|
56
|
+
}));
|
57
|
+
});
|
58
|
+
var H2 = /*#__PURE__*/memo(function H2(props) {
|
59
|
+
return /*#__PURE__*/jsx(Heading, _objectSpread2(_objectSpread2({}, props), {}, {
|
60
|
+
level: Levels.H2
|
61
|
+
}));
|
62
|
+
});
|
63
|
+
var H3 = /*#__PURE__*/memo(function H3(props) {
|
64
|
+
return /*#__PURE__*/jsx(Heading, _objectSpread2(_objectSpread2({}, props), {}, {
|
65
|
+
level: Levels.H3
|
66
|
+
}));
|
67
|
+
});
|
68
|
+
var H4 = /*#__PURE__*/memo(function H4(_ref3) {
|
69
|
+
var className = _ref3.className,
|
70
|
+
bold = _ref3.bold,
|
71
|
+
restProps = _objectWithoutProperties(_ref3, _excluded3);
|
72
|
+
var classes = classNames(className, {
|
73
|
+
[modules_901b77ec.bold]: bold
|
74
|
+
});
|
75
|
+
return /*#__PURE__*/jsx(Heading, _objectSpread2(_objectSpread2({}, restProps), {}, {
|
76
|
+
className: classes,
|
77
|
+
level: Levels.H4
|
78
|
+
}));
|
79
|
+
});
|
67
80
|
|
68
81
|
export { H1, H2, H3, H4, Levels, Heading as default };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var css = ".light_rui_2ac4,:root{--ring-unit:8px;--ring-line-components:223,229,235;--ring-line-color:rgb(var(--ring-line-components));--ring-borders-components:197,209,219;--ring-borders-color:rgb(var(--ring-borders-components));--ring-icon-components:132,150,173;--ring-icon-color:rgb(var(--ring-icon-components));--ring-icon-secondary-components:153,153,153;--ring-icon-secondary-color:rgb(var(--ring-icon-secondary-components));--ring-border-disabled-components:232,232,232;--ring-border-disabled-color:rgb(var(--ring-border-disabled-components));--ring-border-selected-disabled-components:199,199,199;--ring-border-selected-disabled-color:rgb(var(--ring-border-selected-disabled-components));--ring-icon-disabled-components:212,212,212;--ring-icon-disabled-color:rgb(var(--ring-icon-disabled-components));--ring-border-hover-components:128,198,255;--ring-border-hover-color:rgb(var(--ring-border-hover-components));--ring-icon-hover-components:var(--ring-link-hover-color);--ring-icon-hover-color:var(--ring-link-hover-color);--ring-main-components:0,128,229;--ring-main-color:rgb(var(--ring-main-components));--ring-action-link-components:var(--ring-main-components);--ring-action-link-color:rgb(var(--ring-main-components));--ring-main-hover-components:0,112,204;--ring-main-hover-color:rgb(var(--ring-main-hover-components));--ring-icon-error-components:219,88,96;--ring-icon-error-color:rgb(var(--ring-icon-error-components));--ring-icon-warning-components:237,162,0;--ring-icon-warning-color:rgb(var(--ring-icon-warning-components));--ring-icon-success-components:89,168,105;--ring-icon-success-color:rgb(var(--ring-icon-success-components));--ring-pale-control-components:207,219,229;--ring-pale-control-color:rgb(var(--ring-pale-control-components));--ring-popup-border-components:0,28,54;--ring-popup-border-color:var(--ring-line-color);--ring-popup-shadow-components:rgba(var(--ring-popup-border-components),0.1);--ring-popup-shadow-color:rgba(var(--ring-popup-border-components),0.1);--ring-popup-secondary-shadow-color:rgba(var(--ring-popup-border-components),0.04);--ring-message-shadow-color:rgba(var(--ring-popup-border-components),0.3);--ring-pinned-shadow-components:115,117,119;--ring-pinned-shadow-color:rgb(var(--ring-pinned-shadow-components));--ring-button-danger-hover-components:var(--ring-icon-error-color);--ring-button-danger-hover-color:var(--ring-icon-error-color);--ring-button-primary-border-components:0,98,178;--ring-button-primary-border-color:rgb(var(--ring-button-primary-border-components));--ring-dialog-overlay-components:0,0,0;--ring-dialog-overlay-opacity:0.4;--ring-popup-shadow:0 2px 8px var(--ring-popup-shadow-color),0 1px 2px var(--ring-popup-secondary-shadow-color);--ring-dialog-shadow:0 4px 24px var(--ring-popup-shadow-color),0 2px 6px var(--ring-popup-secondary-shadow-color);--ring-search-components:102,158,204;--ring-search-color:rgb(var(--ring-search-components));--ring-hint-components:64,99,128;--ring-hint-color:rgb(var(--ring-hint-components));--ring-link-components:15,91,153;--ring-link-color:rgb(var(--ring-link-components));--ring-link-hover-components:255,0,140;--ring-link-hover-color:rgb(var(--ring-link-hover-components));--ring-error-components:169,15,26;--ring-error-color:rgb(var(--ring-error-components));--ring-warning-components:178,92,0;--ring-warning-color:rgb(var(--ring-warning-components));--ring-success-components:12,117,35;--ring-success-color:rgb(var(--ring-success-components));--ring-text-components:31,35,38;--ring-text-color:rgb(var(--ring-text-components));--ring-active-text-color:var(--ring-text-color);--ring-white-text-components:255,255,255;--ring-white-text-color:rgb(var(--ring-white-text-components));--ring-heading-color:var(--ring-text-color);--ring-secondary-components:115,117,119;--ring-secondary-color:rgb(var(--ring-secondary-components));--ring-disabled-components:153,153,153;--ring-disabled-color:rgb(var(--ring-disabled-components));--ring-content-background-components:255,255,255;--ring-content-background-color:rgb(var(--ring-content-background-components));--ring-popup-background-components:255,255,255;--ring-popup-background-color:rgb(var(--ring-popup-background-components));--ring-sidebar-background-components:247,249,250;--ring-sidebar-background-color:rgb(var(--ring-sidebar-background-components));--ring-selected-background-components:212,237,255;--ring-selected-background-color:rgb(var(--ring-selected-background-components));--ring-hover-background-components:235,246,255;--ring-hover-background-color:rgb(var(--ring-hover-background-components));--ring-navigation-background-components:255,255,255;--ring-navigation-background-color:rgb(var(--ring-navigation-background-components));--ring-tag-background-components:230,236,242;--ring-tag-background-color:rgb(var(--ring-tag-background-components));--ring-tag-hover-background-components:211,218,224;--ring-tag-hover-background-color:rgb(var(--ring-tag-hover-background-components));--ring-removed-background-components:255,213,203;--ring-removed-background-color:rgb(var(--ring-removed-background-components));--ring-warning-background-components:250,236,205;--ring-warning-background-color:rgb(var(--ring-warning-background-components));--ring-added-background-components:216,240,216;--ring-added-background-color:rgb(var(--ring-added-background-components));--ring-disabled-background-components:245,245,245;--ring-disabled-background-color:rgb(var(--ring-disabled-background-components));--ring-disabled-selected-background-components:232,232,232;--ring-disabled-selected-background-color:rgb(var(--ring-disabled-selected-background-components));--ring-button-danger-active-components:255,231,232;--ring-button-danger-active-color:rgb(var(--ring-button-danger-active-components));--ring-button-loader-background-components:51,163,255;--ring-button-loader-background:rgb(var(--ring-button-loader-background-components));--ring-button-primary-background-components:26,152,255;--ring-button-primary-background-color:rgb(var(--ring-button-primary-background-components));--ring-table-loader-background-color:rgba(var(--ring-content-background-components),0.5);--ring-code-background-color:var(--ring-content-background-color);--ring-code-components:0,0,0;--ring-code-color:rgb(var(--ring-code-components));--ring-code-comment-components:112,112,112;--ring-code-comment-color:rgb(var(--ring-code-comment-components));--ring-code-meta-components:112,112,112;--ring-code-meta-color:rgb(var(--ring-code-meta-components));--ring-code-keyword-components:0,0,128;--ring-code-keyword-color:rgb(var(--ring-code-keyword-components));--ring-code-tag-background-components:239,239,239;--ring-code-tag-background-color:rgb(var(--ring-code-tag-background-components));--ring-code-tag-color:var(--ring-code-keyword-color);--ring-code-tag-font-weight:bold;--ring-code-field-components:102,14,122;--ring-code-field-color:rgb(var(--ring-code-field-components));--ring-code-attribute-components:0,0,255;--ring-code-attribute-color:rgb(var(--ring-code-attribute-components));--ring-code-number-color:var(--ring-code-attribute-color);--ring-code-string-components:0,122,0;--ring-code-string-color:rgb(var(--ring-code-string-components));--ring-code-addition-components:170,222,170;--ring-code-addition-color:rgb(var(--ring-code-addition-components));--ring-code-deletion-components:200,200,200;--ring-code-deletion-color:rgb(var(--ring-code-deletion-components));--ring-border-radius:4px;--ring-border-radius-small:2px;--ring-font-size-larger:15px;--ring-font-size:14px;--ring-font-size-smaller:12px;--ring-line-height-taller:21px;--ring-line-height:20px;--ring-line-height-lower:18px;--ring-line-height-lowest:16px;--ring-ease:0.3s ease-out;--ring-fast-ease:0.15s ease-out;--ring-font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;--ring-font-family-monospace:Menlo,\"Bitstream Vera Sans Mono\",\"Ubuntu Mono\",Consolas,\"Courier New\",Courier,monospace;--ring-invisible-element-z-index:-1;--ring-fixed-z-index:1;--ring-overlay-z-index:5;--ring-alert-z-index:6}.ring-input{--ring-input-padding-block:1px;--ring-input-padding-inline:var(--ring-unit);--ring-input-padding-start:var(--ring-input-padding-inline);--ring-input-padding-end:var(--ring-input-padding-inline);background-color:var(--ring-content-background-color);border:1px solid var(--ring-borders-color);border-radius:var(--ring-border-radius);box-sizing:border-box;caret-color:var(--ring-main-color);color:var(--ring-text-color);font:inherit;font-size:var(--ring-font-size);line-height:var(--ring-line-height);margin:0;outline:none;padding:var(--ring-input-padding-block) var(--ring-input-padding-end) var(--ring-input-padding-block) var(--ring-input-padding-start);transition:border-color var(--ring-ease);width:100%}[dir=rtl] .ring-input{padding-left:var(--ring-input-padding-end);padding-right:var(--ring-input-padding-start)}@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){.ring-input:hover{border-color:var(--ring-border-hover-color);transition:none}}}.error_rui_cc63 .ring-input{border-color:var(--ring-icon-error-color)}.ring-input:focus{border-color:var(--ring-main-color);transition:none}[disabled].ring-input{-webkit-text-fill-color:var(--ring-disabled-color);background-color:var(--ring-disabled-background-color);border-color:var(--ring-border-disabled-color);color:var(--ring-disabled-color)}@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){.ring-input:-webkit-autofill:hover{-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}}}.ring-input:-webkit-autofill,.ring-input:-webkit-autofill:focus{-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}.ring-input_error{border-color:var(--ring-icon-error-color)}.ring-input_filter-popup{min-width:200px;width:100%}.ring-input.ring-input:disabled,.ring-input.ring-input[disabled],.ring-input.ring-input_disabled{-webkit-text-fill-color:var(--ring-disabled-color);background-color:var(--ring-disabled-background-color);border-color:var(--ring-border-disabled-color);color:var(--ring-disabled-color)}textarea.ring-input{box-sizing:border-box;min-height:calc(var(--ring-unit)*8);resize:none}.ring-input::placeholder{color:var(--ring-disabled-color)}";
|
1
|
+
var css = ".light_rui_2ac4,:root{--ring-unit:8px;--ring-line-components:223,229,235;--ring-line-color:rgb(var(--ring-line-components));--ring-borders-components:197,209,219;--ring-borders-color:rgb(var(--ring-borders-components));--ring-icon-components:132,150,173;--ring-icon-color:rgb(var(--ring-icon-components));--ring-icon-secondary-components:153,153,153;--ring-icon-secondary-color:rgb(var(--ring-icon-secondary-components));--ring-border-disabled-components:232,232,232;--ring-border-disabled-color:rgb(var(--ring-border-disabled-components));--ring-border-selected-disabled-components:199,199,199;--ring-border-selected-disabled-color:rgb(var(--ring-border-selected-disabled-components));--ring-icon-disabled-components:212,212,212;--ring-icon-disabled-color:rgb(var(--ring-icon-disabled-components));--ring-border-hover-components:128,198,255;--ring-border-hover-color:rgb(var(--ring-border-hover-components));--ring-icon-hover-components:var(--ring-link-hover-color);--ring-icon-hover-color:var(--ring-link-hover-color);--ring-main-components:0,128,229;--ring-main-color:rgb(var(--ring-main-components));--ring-action-link-components:var(--ring-main-components);--ring-action-link-color:rgb(var(--ring-main-components));--ring-main-hover-components:0,112,204;--ring-main-hover-color:rgb(var(--ring-main-hover-components));--ring-icon-error-components:219,88,96;--ring-icon-error-color:rgb(var(--ring-icon-error-components));--ring-icon-warning-components:237,162,0;--ring-icon-warning-color:rgb(var(--ring-icon-warning-components));--ring-icon-success-components:89,168,105;--ring-icon-success-color:rgb(var(--ring-icon-success-components));--ring-pale-control-components:207,219,229;--ring-pale-control-color:rgb(var(--ring-pale-control-components));--ring-popup-border-components:0,28,54;--ring-popup-border-color:var(--ring-line-color);--ring-popup-shadow-components:rgba(var(--ring-popup-border-components),0.1);--ring-popup-shadow-color:rgba(var(--ring-popup-border-components),0.1);--ring-popup-secondary-shadow-color:rgba(var(--ring-popup-border-components),0.04);--ring-message-shadow-color:rgba(var(--ring-popup-border-components),0.3);--ring-pinned-shadow-components:115,117,119;--ring-pinned-shadow-color:rgb(var(--ring-pinned-shadow-components));--ring-button-danger-hover-components:var(--ring-icon-error-color);--ring-button-danger-hover-color:var(--ring-icon-error-color);--ring-button-primary-border-components:0,98,178;--ring-button-primary-border-color:rgb(var(--ring-button-primary-border-components));--ring-dialog-overlay-components:0,0,0;--ring-dialog-overlay-opacity:0.4;--ring-popup-shadow:0 2px 8px var(--ring-popup-shadow-color),0 1px 2px var(--ring-popup-secondary-shadow-color);--ring-dialog-shadow:0 4px 24px var(--ring-popup-shadow-color),0 2px 6px var(--ring-popup-secondary-shadow-color);--ring-search-components:102,158,204;--ring-search-color:rgb(var(--ring-search-components));--ring-hint-components:64,99,128;--ring-hint-color:rgb(var(--ring-hint-components));--ring-link-components:15,91,153;--ring-link-color:rgb(var(--ring-link-components));--ring-link-hover-components:255,0,140;--ring-link-hover-color:rgb(var(--ring-link-hover-components));--ring-error-components:169,15,26;--ring-error-color:rgb(var(--ring-error-components));--ring-warning-components:178,92,0;--ring-warning-color:rgb(var(--ring-warning-components));--ring-success-components:12,117,35;--ring-success-color:rgb(var(--ring-success-components));--ring-text-components:31,35,38;--ring-text-color:rgb(var(--ring-text-components));--ring-active-text-color:var(--ring-text-color);--ring-white-text-components:255,255,255;--ring-white-text-color:rgb(var(--ring-white-text-components));--ring-heading-color:var(--ring-text-color);--ring-secondary-components:115,117,119;--ring-secondary-color:rgb(var(--ring-secondary-components));--ring-disabled-components:153,153,153;--ring-disabled-color:rgb(var(--ring-disabled-components));--ring-content-background-components:255,255,255;--ring-content-background-color:rgb(var(--ring-content-background-components));--ring-popup-background-components:255,255,255;--ring-popup-background-color:rgb(var(--ring-popup-background-components));--ring-sidebar-background-components:247,249,250;--ring-sidebar-background-color:rgb(var(--ring-sidebar-background-components));--ring-selected-background-components:212,237,255;--ring-selected-background-color:rgb(var(--ring-selected-background-components));--ring-hover-background-components:235,246,255;--ring-hover-background-color:rgb(var(--ring-hover-background-components));--ring-navigation-background-components:255,255,255;--ring-navigation-background-color:rgb(var(--ring-navigation-background-components));--ring-tag-background-components:230,236,242;--ring-tag-background-color:rgb(var(--ring-tag-background-components));--ring-tag-hover-background-components:211,218,224;--ring-tag-hover-background-color:rgb(var(--ring-tag-hover-background-components));--ring-removed-background-components:255,213,203;--ring-removed-background-color:rgb(var(--ring-removed-background-components));--ring-warning-background-components:250,236,205;--ring-warning-background-color:rgb(var(--ring-warning-background-components));--ring-added-background-components:216,240,216;--ring-added-background-color:rgb(var(--ring-added-background-components));--ring-disabled-background-components:245,245,245;--ring-disabled-background-color:rgb(var(--ring-disabled-background-components));--ring-disabled-selected-background-components:232,232,232;--ring-disabled-selected-background-color:rgb(var(--ring-disabled-selected-background-components));--ring-button-danger-active-components:255,231,232;--ring-button-danger-active-color:rgb(var(--ring-button-danger-active-components));--ring-button-loader-background-components:51,163,255;--ring-button-loader-background:rgb(var(--ring-button-loader-background-components));--ring-button-primary-background-components:26,152,255;--ring-button-primary-background-color:rgb(var(--ring-button-primary-background-components));--ring-table-loader-background-color:rgba(var(--ring-content-background-components),0.5);--ring-code-background-color:var(--ring-content-background-color);--ring-code-components:0,0,0;--ring-code-color:rgb(var(--ring-code-components));--ring-code-comment-components:112,112,112;--ring-code-comment-color:rgb(var(--ring-code-comment-components));--ring-code-meta-components:112,112,112;--ring-code-meta-color:rgb(var(--ring-code-meta-components));--ring-code-keyword-components:0,0,128;--ring-code-keyword-color:rgb(var(--ring-code-keyword-components));--ring-code-tag-background-components:239,239,239;--ring-code-tag-background-color:rgb(var(--ring-code-tag-background-components));--ring-code-tag-color:var(--ring-code-keyword-color);--ring-code-tag-font-weight:var(--ring-font-weight-bold);--ring-code-field-components:102,14,122;--ring-code-field-color:rgb(var(--ring-code-field-components));--ring-code-attribute-components:0,0,255;--ring-code-attribute-color:rgb(var(--ring-code-attribute-components));--ring-code-number-color:var(--ring-code-attribute-color);--ring-code-string-components:0,122,0;--ring-code-string-color:rgb(var(--ring-code-string-components));--ring-code-addition-components:170,222,170;--ring-code-addition-color:rgb(var(--ring-code-addition-components));--ring-code-deletion-components:200,200,200;--ring-code-deletion-color:rgb(var(--ring-code-deletion-components));--ring-border-radius:4px;--ring-border-radius-small:2px;--ring-font-size-larger:16px;--ring-font-size:14px;--ring-font-size-smaller:12px;--ring-line-height-taller:24px;--ring-line-height:20px;--ring-line-height-lower:18px;--ring-line-height-lowest:16px;--ring-ease:0.3s ease-out;--ring-fast-ease:0.15s ease-out;--ring-font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;--ring-font-family-monospace:Menlo,\"Bitstream Vera Sans Mono\",\"Ubuntu Mono\",Consolas,\"Courier New\",Courier,monospace;--ring-font-weight-bold:600;--ring-invisible-element-z-index:-1;--ring-fixed-z-index:1;--ring-overlay-z-index:5;--ring-alert-z-index:6}.ring-input{--ring-input-padding-block:1px;--ring-input-padding-inline:var(--ring-unit);--ring-input-padding-start:var(--ring-input-padding-inline);--ring-input-padding-end:var(--ring-input-padding-inline);background-color:var(--ring-content-background-color);border:1px solid var(--ring-borders-color);border-radius:var(--ring-border-radius);box-sizing:border-box;caret-color:var(--ring-main-color);color:var(--ring-text-color);font:inherit;font-size:var(--ring-font-size);line-height:var(--ring-line-height);margin:0;outline:none;padding:var(--ring-input-padding-block) var(--ring-input-padding-end) var(--ring-input-padding-block) var(--ring-input-padding-start);transition:border-color var(--ring-ease);width:100%}[dir=rtl] .ring-input{padding-left:var(--ring-input-padding-end);padding-right:var(--ring-input-padding-start)}@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){.ring-input:hover{border-color:var(--ring-border-hover-color);transition:none}}}.error_rui_cc63 .ring-input{border-color:var(--ring-icon-error-color)}.ring-input:focus{border-color:var(--ring-main-color);transition:none}[disabled].ring-input{-webkit-text-fill-color:var(--ring-disabled-color);background-color:var(--ring-disabled-background-color);border-color:var(--ring-border-disabled-color);color:var(--ring-disabled-color)}@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover:hover){.ring-input:-webkit-autofill:hover{-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}}}.ring-input:-webkit-autofill,.ring-input:-webkit-autofill:focus{-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}.ring-input_error{border-color:var(--ring-icon-error-color)}.ring-input_filter-popup{min-width:200px;width:100%}.ring-input.ring-input:disabled,.ring-input.ring-input[disabled],.ring-input.ring-input_disabled{-webkit-text-fill-color:var(--ring-disabled-color);background-color:var(--ring-disabled-background-color);border-color:var(--ring-border-disabled-color);color:var(--ring-disabled-color)}textarea.ring-input{box-sizing:border-box;min-height:calc(var(--ring-unit)*8);resize:none}.ring-input::placeholder{color:var(--ring-disabled-color)}";
|
2
2
|
var modules_7dcda5db = {"light":"light_rui_2ac4","error":"error_rui_cc63"};
|
3
3
|
|
4
4
|
export { css, modules_7dcda5db as default };
|
@@ -16,7 +16,7 @@ import '../control-label/control-label.js';
|
|
16
16
|
import '../control-help/control-help.js';
|
17
17
|
export { I as Input, S as Size, I as default } from '../_helpers/input.js';
|
18
18
|
import 'react/jsx-runtime';
|
19
|
-
import '@jetbrains/icons/chevron-
|
19
|
+
import '@jetbrains/icons/chevron-down';
|
20
20
|
import '../link/clickableLink.js';
|
21
21
|
import '../_helpers/button__classes.js';
|
22
22
|
import '../icon/icon__constants.js';
|