@jetbrains/ring-ui-built 7.0.6 → 7.0.8
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/anchor.js +1 -1
- package/components/_helpers/button__classes.js +1 -1
- package/components/_helpers/caption.js +1 -1
- package/components/_helpers/card.js +1 -1
- package/components/_helpers/date-picker.js +1 -1
- package/components/_helpers/dialog__body-scroll-preventer.js +1 -1
- package/components/_helpers/grid.js +1 -1
- package/components/_helpers/header.js +1 -1
- package/components/_helpers/heading.js +1 -1
- package/components/_helpers/icon__svg.js +1 -1
- package/components/_helpers/input.js +1 -1
- package/components/_helpers/island.js +1 -1
- package/components/_helpers/link.js +1 -1
- package/components/_helpers/list.js +1 -1
- package/components/_helpers/query-assist__suggestions.js +1 -1
- package/components/_helpers/select__filter.js +1 -1
- package/components/_helpers/services-link.js +1 -1
- package/components/_helpers/sidebar.js +1 -1
- package/components/_helpers/tab-link.js +1 -1
- package/components/_helpers/table.js +1 -1
- package/components/_helpers/theme.js +2 -2
- package/components/_helpers/title.js +1 -1
- package/components/alert/alert.js +1 -1
- package/components/alert/container.js +1 -1
- package/components/auth/down-notification.js +1 -1
- package/components/auth-dialog/auth-dialog.js +1 -1
- package/components/avatar/avatar.js +1 -1
- package/components/breadcrumbs/breadcrumbs.js +1 -1
- package/components/button-set/button-set.js +1 -1
- package/components/button-toolbar/button-toolbar.js +1 -1
- package/components/checkbox/checkbox.js +1 -1
- package/components/code/code.js +2 -2
- package/components/collapse/collapse-content.d.ts +1 -2
- package/components/collapse/collapse-content.js +18 -7
- package/components/collapse/collapse.d.ts +2 -0
- package/components/collapse/collapse.js +10 -7
- package/components/confirm/confirm.js +1 -1
- package/components/control-help/control-help.js +1 -1
- package/components/control-label/control-label.js +1 -1
- package/components/dialog/dialog.js +4 -1
- package/components/editable-heading/editable-heading.js +1 -1
- package/components/error-bubble/error-bubble.js +1 -1
- package/components/error-message/error-message.js +1 -1
- package/components/footer/footer.js +1 -1
- package/components/group/group.js +1 -1
- package/components/input/input-legacy.js +1 -1
- package/components/list/list.d.ts +0 -6
- package/components/list/list.js +0 -41
- package/components/list/list__item.js +1 -1
- package/components/loader/loader__core.js +1 -1
- package/components/loader-inline/loader-inline.js +1 -1
- package/components/loader-screen/loader-screen.js +1 -1
- package/components/login-dialog/login-dialog.js +1 -1
- package/components/markdown/markdown.js +1 -1
- package/components/message/message.js +1 -1
- package/components/old-browsers-message/white-list.js +2 -2
- package/components/pager/pager.js +1 -1
- package/components/panel/panel.js +4 -2
- package/components/popup/popup.js +1 -1
- package/components/progress-bar/progress-bar.js +1 -1
- package/components/radio/radio__item.js +1 -1
- package/components/scrollable-section/scrollable-section.js +1 -1
- package/components/select/select.js +1 -1
- package/components/slider/slider.js +1 -1
- package/components/style.css +1 -1
- package/components/tab-trap/tab-trap.js +1 -1
- package/components/tabs/collapsible-more.d.ts +1 -1
- package/components/tabs/collapsible-more.js +3 -3
- package/components/tabs/collapsible-tab.js +1 -2
- package/components/tabs/collapsible-tabs.d.ts +1 -1
- package/components/tabs/dumb-tabs.d.ts +2 -5
- package/components/tabs/dumb-tabs.js +14 -12
- package/components/tag/tag.js +1 -1
- package/components/tags-input/tags-input.js +1 -1
- package/components/text/text.js +1 -1
- package/components/toggle/toggle.js +1 -1
- package/components/tooltip/tooltip.js +1 -1
- package/components/user-agreement/user-agreement.js +1 -1
- package/package.json +2 -2
@@ -35,7 +35,7 @@ import 'combokeys';
|
|
35
35
|
import '../global/sniffer.js';
|
36
36
|
import 'sniffr';
|
37
37
|
|
38
|
-
var styles = {"editableHeading":"
|
38
|
+
var styles = {"editableHeading":"editableHeading_rui_0870","fullSize":"fullSize_rui_0870","isEditing":"isEditing_rui_0870","headingWrapperButton":"headingWrapperButton_rui_0870","disabled":"disabled_rui_0870","selectionMode":"selectionMode_rui_0870","heading":"heading_rui_0870","multiline":"multiline_rui_0870","input":"input_rui_0870","error":"error_rui_0870","textarea":"textarea_rui_0870","textareaNotOverflow":"textareaNotOverflow_rui_0870","textareaFade":"textareaFade_rui_0870","textareaWrapper":"textareaWrapper_rui_0870","button":"button_rui_0870","errorText":"errorText_rui_0870","level1":"level1_rui_0870","level2":"level2_rui_0870","level3":"level3_rui_0870","sizeS":"sizeS_rui_0870","sizeM":"sizeM_rui_0870","sizeL":"sizeL_rui_0870","sizeFULL":"sizeFULL_rui_0870"};
|
39
39
|
|
40
40
|
const _excluded = ["level", "className", "headingClassName", "inputClassName", "children", "isEditing", "isSavingPossible", "isSaving", "embedded", "size", "onEdit", "onSave", "onCancel", "autoFocus", "data-test", "error", "disabled", "multiline", "renderMenu", "onFocus", "onBlur", "onChange", "onScroll", "maxInputRows", "translations"];
|
41
41
|
function noop() {}
|
@@ -22,7 +22,7 @@ import '../popup/position.js';
|
|
22
22
|
import 'core-js/modules/es.array.sort.js';
|
23
23
|
import '../popup/popup.target.js';
|
24
24
|
|
25
|
-
var styles = {"errorBubblePopup":"
|
25
|
+
var styles = {"errorBubblePopup":"errorBubblePopup_rui_b075","errorBubbleWrapper":"errorBubbleWrapper_rui_b075","errorBubble":"errorBubble_rui_b075"};
|
26
26
|
|
27
27
|
const _excluded = ["children", "className"];
|
28
28
|
class ErrorBubble extends PureComponent {
|
@@ -13,7 +13,7 @@ import 'core-js/modules/es.string.replace.js';
|
|
13
13
|
import '../global/memoize.js';
|
14
14
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
15
15
|
|
16
|
-
var styles = {"errorMessage":"
|
16
|
+
var styles = {"errorMessage":"errorMessage_rui_c974","title":"title_rui_c974","description":"description_rui_c974","content":"content_rui_c974","icon":"icon_rui_c974"};
|
17
17
|
|
18
18
|
class ErrorMessage extends Component {
|
19
19
|
render() {
|
@@ -8,7 +8,7 @@ import 'core-js/modules/web.dom-collections.iterator.js';
|
|
8
8
|
import '../link/clickableLink.js';
|
9
9
|
import '../_helpers/link.js';
|
10
10
|
|
11
|
-
var styles = {"footer":"
|
11
|
+
var styles = {"footer":"footer_rui_fade font_rui_8bff","footerFloating":"footerFloating_rui_fade footer_rui_fade font_rui_8bff","column":"column_rui_fade","columnItem":"columnItem_rui_fade","columnLeft":"columnLeft_rui_fade column_rui_fade","columnCenter":"columnCenter_rui_fade column_rui_fade","line":"line_rui_fade","columnRight":"columnRight_rui_fade column_rui_fade","lineCenter":"lineCenter_rui_fade"};
|
12
12
|
|
13
13
|
const FooterColumn = /*#__PURE__*/memo(function FooterColumn(_ref) {
|
14
14
|
let {
|
@@ -3,7 +3,7 @@ import { Component } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
5
5
|
|
6
|
-
var styles = {"group":"
|
6
|
+
var styles = {"group":"group_rui_365e"};
|
7
7
|
|
8
8
|
const _excluded = ["children", "className"];
|
9
9
|
class Group extends Component {
|
@@ -67,7 +67,6 @@ export interface ListState<T = unknown> {
|
|
67
67
|
needScrollToActive: boolean;
|
68
68
|
scrolling: boolean;
|
69
69
|
hasOverflow: boolean;
|
70
|
-
disabledHover: boolean;
|
71
70
|
scrolledToBottom: boolean;
|
72
71
|
}
|
73
72
|
interface RenderVirtualizedInnerParams extends Partial<WindowScrollerChildProps> {
|
@@ -109,7 +108,6 @@ export default class List<T = unknown> extends Component<ListProps<T>, ListState
|
|
109
108
|
componentDidUpdate(prevProps: ListProps<T>): void;
|
110
109
|
componentWillUnmount(): void;
|
111
110
|
scheduleScrollListener: (cb: () => void) => void;
|
112
|
-
scheduleHoverListener: (cb: () => void) => void;
|
113
111
|
static isItemType: typeof isItemType;
|
114
112
|
static ListHint: typeof ListHint;
|
115
113
|
static ListProps: {
|
@@ -129,7 +127,6 @@ export default class List<T = unknown> extends Component<ListProps<T>, ListState
|
|
129
127
|
virtualizedList?: VirtualizedList | null;
|
130
128
|
unmounted?: boolean;
|
131
129
|
container?: HTMLElement | null;
|
132
|
-
hoverHandler: (arg: number) => () => void;
|
133
130
|
private _bufferSize;
|
134
131
|
sizeCacheKey: (index: number) => string | Type.ITEM | Type.MARGIN;
|
135
132
|
private _cache;
|
@@ -142,15 +139,12 @@ export default class List<T = unknown> extends Component<ListProps<T>, ListState
|
|
142
139
|
downHandler: (e: KeyboardEvent) => void;
|
143
140
|
homeHandler: (e: KeyboardEvent) => void;
|
144
141
|
endHandler: (e: KeyboardEvent) => void;
|
145
|
-
onDocumentMouseMove: () => void;
|
146
|
-
onDocumentKeyDown: (e: KeyboardEvent) => void;
|
147
142
|
moveHandler(index: number, retryCallback: (e: KeyboardEvent) => void, e: KeyboardEvent): void;
|
148
143
|
mouseHandler: () => void;
|
149
144
|
scrollHandler: () => void;
|
150
145
|
enterHandler: (event: KeyboardEvent, shortcut?: string) => boolean;
|
151
146
|
getFirst(): ListDataItem<T> | undefined;
|
152
147
|
getSelected(): ListDataItem<T> | null;
|
153
|
-
clearSelected: () => void;
|
154
148
|
defaultItemHeight(): number;
|
155
149
|
scrollEndHandler: () => void;
|
156
150
|
checkOverflow: () => void;
|
package/components/list/list.js
CHANGED
@@ -91,26 +91,12 @@ class List extends Component {
|
|
91
91
|
needScrollToActive: false,
|
92
92
|
scrolling: false,
|
93
93
|
hasOverflow: false,
|
94
|
-
disabledHover: false,
|
95
94
|
scrolledToBottom: false
|
96
95
|
});
|
97
96
|
_defineProperty(this, "scheduleScrollListener", scheduleRAF());
|
98
|
-
_defineProperty(this, "scheduleHoverListener", scheduleRAF());
|
99
97
|
_defineProperty(this, "virtualizedList", void 0);
|
100
98
|
_defineProperty(this, "unmounted", void 0);
|
101
99
|
_defineProperty(this, "container", void 0);
|
102
|
-
_defineProperty(this, "hoverHandler", memoize(index => () => this.scheduleHoverListener(() => {
|
103
|
-
if (this.state.disabledHover) {
|
104
|
-
return;
|
105
|
-
}
|
106
|
-
if (this.container) {
|
107
|
-
this.setState({
|
108
|
-
activeIndex: index,
|
109
|
-
activeItem: this.props.data[index],
|
110
|
-
needScrollToActive: false
|
111
|
-
});
|
112
|
-
}
|
113
|
-
})));
|
114
100
|
// eslint-disable-next-line @typescript-eslint/no-magic-numbers
|
115
101
|
_defineProperty(this, "_bufferSize", 10);
|
116
102
|
// keep X items above and below of the visible area
|
@@ -214,21 +200,6 @@ class List extends Component {
|
|
214
200
|
_defineProperty(this, "endHandler", e => {
|
215
201
|
this.moveHandler(this.props.data.length - 1, this.upHandler, e);
|
216
202
|
});
|
217
|
-
_defineProperty(this, "onDocumentMouseMove", () => {
|
218
|
-
if (this.state.disabledHover) {
|
219
|
-
this.setState({
|
220
|
-
disabledHover: false
|
221
|
-
});
|
222
|
-
}
|
223
|
-
});
|
224
|
-
_defineProperty(this, "onDocumentKeyDown", e => {
|
225
|
-
const metaKeys = [16, 17, 18, 19, 20, 91]; // eslint-disable-line @typescript-eslint/no-magic-numbers
|
226
|
-
if (!this.state.disabledHover && !metaKeys.includes(e.keyCode)) {
|
227
|
-
this.setState({
|
228
|
-
disabledHover: true
|
229
|
-
});
|
230
|
-
}
|
231
|
-
});
|
232
203
|
_defineProperty(this, "mouseHandler", () => {
|
233
204
|
this.setState({
|
234
205
|
scrolling: false
|
@@ -257,12 +228,6 @@ class List extends Component {
|
|
257
228
|
return true; // propagate event to the parent component (e.g., QueryAssist)
|
258
229
|
}
|
259
230
|
});
|
260
|
-
_defineProperty(this, "clearSelected", () => {
|
261
|
-
this.setState({
|
262
|
-
activeIndex: null,
|
263
|
-
needScrollToActive: false
|
264
|
-
});
|
265
|
-
});
|
266
231
|
_defineProperty(this, "scrollEndHandler", () => this.scheduleScrollListener(() => {
|
267
232
|
const innerContainer = this.inner;
|
268
233
|
if (innerContainer) {
|
@@ -327,7 +292,6 @@ class List extends Component {
|
|
327
292
|
if (itemProps.hoverClassName != null && itemProps.hover) {
|
328
293
|
itemProps.className = classNames(itemProps.className, itemProps.hoverClassName);
|
329
294
|
}
|
330
|
-
itemProps.onMouseOver = this.hoverHandler(realIndex);
|
331
295
|
itemProps.tabIndex = -1;
|
332
296
|
itemProps.scrolling = isScrolling;
|
333
297
|
const selectHandler = this.selectHandler(realIndex);
|
@@ -466,8 +430,6 @@ class List extends Component {
|
|
466
430
|
return nextState;
|
467
431
|
}
|
468
432
|
componentDidMount() {
|
469
|
-
document.addEventListener('mousemove', this.onDocumentMouseMove);
|
470
|
-
document.addEventListener('keydown', this.onDocumentKeyDown, true);
|
471
433
|
if (this.props.activeIndex == null && shouldActivateFirstItem(this.props)) {
|
472
434
|
this.activateFirst();
|
473
435
|
}
|
@@ -486,8 +448,6 @@ class List extends Component {
|
|
486
448
|
}
|
487
449
|
componentWillUnmount() {
|
488
450
|
this.unmounted = true;
|
489
|
-
document.removeEventListener('mousemove', this.onDocumentMouseMove);
|
490
|
-
document.removeEventListener('keydown', this.onDocumentKeyDown, true);
|
491
451
|
}
|
492
452
|
hasActivatableItems() {
|
493
453
|
return this._hasActivatableItems(this.props.data);
|
@@ -662,7 +622,6 @@ class List extends Component {
|
|
662
622
|
className: classes,
|
663
623
|
onMouseOut: this.props.onMouseOut,
|
664
624
|
onBlur: this.props.onMouseOut,
|
665
|
-
onMouseLeave: this.clearSelected,
|
666
625
|
"data-test": "ring-list",
|
667
626
|
children: [this.props.shortcuts && /*#__PURE__*/jsx(Shortcuts, {
|
668
627
|
map: this.props.shortcutsMap ? _objectSpread2(_objectSpread2({}, this.shortcutsMap), this.props.shortcutsMap) : this.shortcutsMap,
|
@@ -25,7 +25,7 @@ import '../icon/icon__constants.js';
|
|
25
25
|
import '../_helpers/icon__svg.js';
|
26
26
|
import '../global/memoize.js';
|
27
27
|
|
28
|
-
var globalStyles = {"breakpoint-small":"640px","breakpoint-middle":"960px","breakpoint-large":"1200px","extra-small-screen-media":"(max-width: 639px)","small-screen-media":"(min-width: 640px) and (max-width: 959px)","middle-screen-media":"(min-width: 960px) and (max-width: 1199px)","large-screen-media":"(min-width: 1200px)","clearfix":"
|
28
|
+
var globalStyles = {"breakpoint-small":"640px","breakpoint-middle":"960px","breakpoint-large":"1200px","extra-small-screen-media":"(max-width: 639px)","small-screen-media":"(min-width: 640px) and (max-width: 959px)","middle-screen-media":"(min-width: 960px) and (max-width: 1199px)","large-screen-media":"(min-width: 1200px)","clearfix":"clearfix_rui_8bff","font":"font_rui_8bff","font-lower":"font-lower_rui_8bff font_rui_8bff","font-smaller":"font-smaller_rui_8bff font-lower_rui_8bff font_rui_8bff","font-smaller-lower":"font-smaller-lower_rui_8bff font-smaller_rui_8bff font-lower_rui_8bff font_rui_8bff","font-larger-lower":"font-larger-lower_rui_8bff font-lower_rui_8bff font_rui_8bff","font-larger":"font-larger_rui_8bff font-larger-lower_rui_8bff font-lower_rui_8bff font_rui_8bff","thin-font":"thin-font_rui_8bff","monospace-font":"monospace-font_rui_8bff","ellipsis":"ellipsis_rui_8bff","resetButton":"resetButton_rui_8bff"};
|
29
29
|
|
30
30
|
const _excluded = ["scrolling", "className", "disabled", "checkbox", "avatar", "subavatar", "glyph", "icon", "rightGlyph", "description", "label", "title", "details", "hover", "rgItemType", "level", "tabIndex", "compact", "onClick", "onCheckboxChange", "onMouseOver", "onMouseDown", "onMouseUp", "rightNodes", "leftNodes", "showGeneratedAvatar", "username", "labelWrapper"];
|
31
31
|
const RING_UNIT = 8;
|
@@ -3,7 +3,7 @@ import 'core-js/modules/es.regexp.exec.js';
|
|
3
3
|
import { getPixelRatio } from '../global/dom.js';
|
4
4
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
5
5
|
|
6
|
-
var styles = {"canvas":"
|
6
|
+
var styles = {"canvas":"canvas_rui_47a4","animate":"animate_rui_47a4","rotation-keyframes":"rotation-keyframes_rui_47a4","text":"text_rui_47a4"};
|
7
7
|
|
8
8
|
const INITIAL_TICKS = 100;
|
9
9
|
class Particle {
|
@@ -5,7 +5,7 @@ import joinDataTestAttributes from '../global/data-tests.js';
|
|
5
5
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
6
6
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
7
7
|
|
8
|
-
var styles = {"loader":"
|
8
|
+
var styles = {"loader":"loader_rui_e6f2","spin":"spin_rui_e6f2","pulse":"pulse_rui_e6f2","children":"children_rui_e6f2"};
|
9
9
|
|
10
10
|
const _excluded = ["className", "data-test", "children"];
|
11
11
|
class LoaderInline extends PureComponent {
|
@@ -9,7 +9,7 @@ import '../loader/loader__core.js';
|
|
9
9
|
import 'core-js/modules/es.regexp.exec.js';
|
10
10
|
import '../global/dom.js';
|
11
11
|
|
12
|
-
var styles = {"loaderScreen":"
|
12
|
+
var styles = {"loaderScreen":"loaderScreen_rui_c963","loader":"loader_rui_c963","loaderWithoutSpacing":"loaderWithoutSpacing_rui_c963"};
|
13
13
|
|
14
14
|
const _excluded = ["message", "className", "containerClassName"];
|
15
15
|
class LoaderScreen extends PureComponent {
|
@@ -47,7 +47,7 @@ import '../auth/response-parser.js';
|
|
47
47
|
import 'es6-error';
|
48
48
|
import '../global/url.js';
|
49
49
|
|
50
|
-
var styles = {"iFrame":"
|
50
|
+
var styles = {"iFrame":"iFrame_rui_ea70","dialogContent":"dialogContent_rui_ea70","nonOpaqueLoader":"nonOpaqueLoader_rui_ea70","fallbackLinkContainer":"fallbackLinkContainer_rui_ea70"};
|
51
51
|
|
52
52
|
const HUB_AUTH_PAGE_LOGIN_STARTED = 'HUB_AUTH_PAGE_LOGIN_STARTED';
|
53
53
|
const HUB_AUTH_PAGE_LOGIN_DIMENSIONS = 'HUB_AUTH_PAGE_LOGIN_DIMENSIONS';
|
@@ -4,7 +4,7 @@ import { s as styles$1 } from '../_helpers/heading.js';
|
|
4
4
|
import { l as linkStyles } from '../_helpers/link.js';
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
6
6
|
|
7
|
-
var styles = {"inline":"
|
7
|
+
var styles = {"inline":"inline_rui_e3b3","markdown":"markdown_rui_e3b3 font_rui_8bff"};
|
8
8
|
|
9
9
|
class Markdown extends PureComponent {
|
10
10
|
render() {
|
@@ -38,7 +38,7 @@ import '../global/controls-height.js';
|
|
38
38
|
import '../_helpers/button__classes.js';
|
39
39
|
import '../i18n/i18n.js';
|
40
40
|
|
41
|
-
var styles = {"container":"
|
41
|
+
var styles = {"container":"container_rui_f3db","message":"message_rui_f3db","icon":"icon_rui_f3db","title":"title_rui_f3db font-lower_rui_8bff font_rui_8bff","description":"description_rui_f3db","gotIt":"gotIt_rui_f3db","tail":"tail_rui_f3db"};
|
42
42
|
|
43
43
|
const UNIT = 8;
|
44
44
|
const TAIL_SIZE = 11;
|
@@ -8,11 +8,11 @@ const MAJOR_VERSION_INDEX = 0;
|
|
8
8
|
/**
|
9
9
|
* SUPPORTED_BROWSERS are defined by Babel plugin, see babel config
|
10
10
|
*/
|
11
|
-
if (!["and_chr
|
11
|
+
if (!["and_chr 131", "and_uc 15.5", "chrome 129", "chrome 128", "chrome 127", "chrome 109", "edge 129", "edge 128", "firefox 130", "ios_saf 17.6-17.7", "ios_saf 17.5", "op_mob 80", "safari 17.6", "samsung 26"]) {
|
12
12
|
// eslint-disable-next-line no-console
|
13
13
|
console.warn('Ring UI: no SUPPORTED_BROWSERS passed. Please check babel config.');
|
14
14
|
}
|
15
|
-
const SUPPORTED = ["and_chr
|
15
|
+
const SUPPORTED = ["and_chr 131", "and_uc 15.5", "chrome 129", "chrome 128", "chrome 127", "chrome 109", "edge 129", "edge 128", "firefox 130", "ios_saf 17.6-17.7", "ios_saf 17.5", "op_mob 80", "safari 17.6", "samsung 26"] || [];
|
16
16
|
const WHITE_LISTED_BROWSERS = ['chrome', 'firefox', 'safari', 'edge'];
|
17
17
|
const WHITE_LIST = SUPPORTED.reduce((acc, item) => {
|
18
18
|
var _item$match;
|
@@ -87,7 +87,7 @@ import '../text/text.js';
|
|
87
87
|
import '../_helpers/select__filter.js';
|
88
88
|
import '../i18n/i18n.js';
|
89
89
|
|
90
|
-
var style = {"pager":"
|
90
|
+
var style = {"pager":"pager_rui_2db7","links":"links_rui_2db7","link":"link_rui_2db7","linkDisabled":"linkDisabled_rui_2db7","actions":"actions_rui_2db7","pageSize":"pageSize_rui_2db7"};
|
91
91
|
|
92
92
|
class Pager extends PureComponent {
|
93
93
|
constructor() {
|
@@ -3,7 +3,7 @@ import { PureComponent } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
5
5
|
|
6
|
-
var styles = {"panel":"
|
6
|
+
var styles = {"panel":"panel_rui_1067 panel_rui_381e"};
|
7
7
|
|
8
8
|
const _excluded = ["className", "children"];
|
9
9
|
class Panel extends PureComponent {
|
@@ -15,7 +15,9 @@ class Panel extends PureComponent {
|
|
15
15
|
} = _this$props,
|
16
16
|
props = _objectWithoutProperties(_this$props, _excluded);
|
17
17
|
const classes = classNames(styles.panel, className);
|
18
|
-
return /*#__PURE__*/jsx("div", _objectSpread2(_objectSpread2({
|
18
|
+
return /*#__PURE__*/jsx("div", _objectSpread2(_objectSpread2({
|
19
|
+
"data-test": "ring-panel"
|
20
|
+
}, props), {}, {
|
19
21
|
className: classes,
|
20
22
|
children: children
|
21
23
|
}));
|
@@ -21,7 +21,7 @@ import '../global/sniffer.js';
|
|
21
21
|
import 'sniffr';
|
22
22
|
import 'core-js/modules/es.array.sort.js';
|
23
23
|
|
24
|
-
var styles = {"popup":"
|
24
|
+
var styles = {"popup":"popup_rui_7cd4 font_rui_8bff","hidden":"hidden_rui_7cd4","showing":"showing_rui_7cd4","attached":"attached_rui_7cd4"};
|
25
25
|
|
26
26
|
const isPossibleClientSideNavigation = event => {
|
27
27
|
const target = event.target;
|
@@ -4,7 +4,7 @@ import { PureComponent } from 'react';
|
|
4
4
|
import classNames from 'classnames';
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
6
6
|
|
7
|
-
var styles = {"progressBar":"
|
7
|
+
var styles = {"progressBar":"progressBar_rui_5875","globalMode":"globalMode_rui_5875","line":"line_rui_5875","progress-bar-animation":"progress-bar-animation_rui_5875","staticLineColor":"staticLineColor_rui_5875"};
|
8
8
|
|
9
9
|
const _excluded = ["className", "global", "max", "value", "label", "staticColor"];
|
10
10
|
class ProgressBar extends PureComponent {
|
@@ -6,7 +6,7 @@ import getUID from '../global/get-uid.js';
|
|
6
6
|
import ControlHelp from '../control-help/control-help.js';
|
7
7
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
8
8
|
|
9
|
-
var styles = {"radio":"
|
9
|
+
var styles = {"radio":"radio_rui_370b","circle":"circle_rui_370b","input":"input_rui_370b","focus":"focus_rui_370b","label":"label_rui_370b"};
|
10
10
|
|
11
11
|
const _excluded = ["className", "children", "help"],
|
12
12
|
_excluded2 = ["value", "onChange"];
|
@@ -4,7 +4,7 @@ import { useState, useRef, useCallback, useEffect } from 'react';
|
|
4
4
|
import classNames from 'classnames';
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
6
6
|
|
7
|
-
var styles = {"scrollableSection":"
|
7
|
+
var styles = {"scrollableSection":"scrollableSection_rui_a93d","withTopBorder":"withTopBorder_rui_a93d","withRightBorder":"withRightBorder_rui_a93d","withBottomBorder":"withBottomBorder_rui_a93d","withLeftBorder":"withLeftBorder_rui_a93d"};
|
8
8
|
|
9
9
|
const _excluded = ["className"];
|
10
10
|
function ScrollableSection(_ref) {
|
@@ -81,7 +81,7 @@ import '../caret/caret.js';
|
|
81
81
|
import '../text/text.js';
|
82
82
|
import '../_helpers/select__filter.js';
|
83
83
|
|
84
|
-
var styles = {"select":"
|
84
|
+
var styles = {"select":"select_rui_11de","value":"value_rui_11de ellipsis_rui_8bff font_rui_8bff","icons":"icons_rui_11de","toolbar":"toolbar_rui_11de","button":"button_rui_11de","buttonSpaced":"buttonSpaced_rui_11de","inputMode":"inputMode_rui_11de","heightS":"heightS_rui_11de","heightL":"heightL_rui_11de","selectedIcon":"selectedIcon_rui_11de resetButton_rui_8bff","clearIcon":"clearIcon_rui_11de","sizeS":"sizeS_rui_11de","sizeM":"sizeM_rui_11de","sizeL":"sizeL_rui_11de","sizeFULL":"sizeFULL_rui_11de","sizeAUTO":"sizeAUTO_rui_11de","buttonMode":"buttonMode_rui_11de","open":"open_rui_11de","buttonContainer":"buttonContainer_rui_11de","buttonValue":"buttonValue_rui_11de ellipsis_rui_8bff","buttonValueOpen":"buttonValueOpen_rui_11de","buttonValueEmpty":"buttonValueEmpty_rui_11de","label":"label_rui_11de","disabled":"disabled_rui_11de","avatar":"avatar_rui_11de","popup":"popup_rui_11de","chevron":"chevron_rui_11de","chevronIcon":"chevronIcon_rui_11de"};
|
85
85
|
|
86
86
|
function noop() {}
|
87
87
|
/**
|
@@ -14,7 +14,7 @@ import 'combokeys';
|
|
14
14
|
import '../global/sniffer.js';
|
15
15
|
import 'sniffr';
|
16
16
|
|
17
|
-
var styles = {"slider":"
|
17
|
+
var styles = {"slider":"slider_rui_d7e0","disabled":"disabled_rui_d7e0","marked":"marked_rui_d7e0","rail":"rail_rui_d7e0","rounded":"rounded_rui_d7e0","track":"track_rui_d7e0","thumb":"thumb_rui_d7e0 resetButton_rui_8bff","dragged":"dragged_rui_d7e0","tick":"tick_rui_d7e0","active":"active_rui_d7e0","markValue":"markValue_rui_d7e0","tag":"tag_rui_d7e0"};
|
18
18
|
|
19
19
|
const Slider = _ref => {
|
20
20
|
let {
|