@jetbrains/ring-ui-built 6.0.62 → 6.0.64
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/badge.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 +1 -1
- 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.js +1 -1
- 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/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/global/focus-sensor-hoc.js +3 -1
- package/components/group/group.js +1 -1
- package/components/input/input-legacy.js +2 -2
- 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/pager/pager.js +1 -1
- package/components/panel/panel.js +1 -1
- package/components/popup/popup.d.ts +1 -2
- package/components/popup/popup.js +6 -8
- package/components/progress-bar/progress-bar.js +1 -1
- package/components/query-assist/query-assist.js +1 -1
- package/components/radio/radio__item.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/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 +1 -1
@@ -14,7 +14,7 @@ import 'core-js/modules/es.string.split.js';
|
|
14
14
|
import 'core-js/modules/web.dom-collections.for-each.js';
|
15
15
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
16
16
|
|
17
|
-
var modules_6dce58ae = {"light":"light_rui_2ac4","trapButton":"
|
17
|
+
var modules_6dce58ae = {"light":"light_rui_2ac4","trapButton":"trapButton_rui_3588"};
|
18
18
|
|
19
19
|
var _excluded = ["children", "trapDisabled", "autoFocusFirst", "focusBackOnClose", "focusBackOnExit"];
|
20
20
|
var FOCUSABLE_ELEMENTS = 'input, button, select, textarea, a[href], *[tabindex]:not([data-trap-button]):not([data-scrollable-container])';
|
package/components/tag/tag.js
CHANGED
@@ -24,7 +24,7 @@ import '@jetbrains/icons/chevron-down';
|
|
24
24
|
import '../link/clickableLink.js';
|
25
25
|
import '../_helpers/button__classes.js';
|
26
26
|
|
27
|
-
var modules_2f9be069 = {"max-height":"20px","tag":"
|
27
|
+
var modules_2f9be069 = {"max-height":"20px","tag":"tag_rui_2f49 resetButton_rui_8bff","tagAngled":"tagAngled_rui_2f49","light":"light_rui_2ac4","withRemove":"withRemove_rui_2f49","container":"container_rui_2f49","focused":"focused_rui_2f49","content":"content_rui_2f49 ellipsis_rui_8bff","disabled":"disabled_rui_2f49","remove":"remove_rui_2f49","removeIcon":"removeIcon_rui_2f49","icon":"icon_rui_2f49","avatarContainer":"avatarContainer_rui_2f49","customIcon":"customIcon_rui_2f49","avatarIcon":"avatarIcon_rui_2f49"};
|
28
28
|
|
29
29
|
var warnAngled = deprecate(function () {}, 'Tag angled prop is deprecated and will be removed in Ring UI 7.0');
|
30
30
|
/**
|
@@ -111,7 +111,7 @@ import '../text/text.js';
|
|
111
111
|
import '../_helpers/select__filter.js';
|
112
112
|
import '../tag/tag.js';
|
113
113
|
|
114
|
-
var modules_5aa8aaf3 = {"outerContainer":"
|
114
|
+
var modules_5aa8aaf3 = {"outerContainer":"outerContainer_rui_e356","container":"container_rui_e356","input":"input_rui_e356","light":"light_rui_2ac4","tagsInput":"tagsInput_rui_1a67","tagsInputDisabled":"tagsInputDisabled_rui_1a67","tagsInputFocused":"tagsInputFocused_rui_1a67","tagsList":"tagsList_rui_1a67","tagsSelect":"tagsSelect_rui_1a67"};
|
115
115
|
|
116
116
|
function noop() {}
|
117
117
|
/**
|
package/components/text/text.js
CHANGED
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
|
|
5
5
|
import classNames from 'classnames';
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
7
7
|
|
8
|
-
var modules_78d1bce6 = {"light":"light_rui_2ac4","text":"
|
8
|
+
var modules_78d1bce6 = {"light":"light_rui_2ac4","text":"text_rui_6f30","sizeS":"sizeS_rui_6f30","sizeM":"sizeM_rui_6f30","sizeL":"sizeL_rui_6f30","info":"info_rui_6f30","bold":"bold_rui_6f30"};
|
9
9
|
|
10
10
|
var _excluded = ["children", "className", "info", "size", "bold"];
|
11
11
|
var TextSize = {
|
@@ -11,7 +11,7 @@ import 'core-js/modules/es.array.reduce.js';
|
|
11
11
|
import 'core-js/modules/es.object.entries.js';
|
12
12
|
import 'core-js/modules/es.object.to-string.js';
|
13
13
|
|
14
|
-
var modules_331c5aa7 = {"padding":"2px","duration":"300ms","timing-function":"cubic-bezier(0.23, 1, 0.32, 1)","light":"light_rui_2ac4","toggle":"
|
14
|
+
var modules_331c5aa7 = {"padding":"2px","duration":"300ms","timing-function":"cubic-bezier(0.23, 1, 0.32, 1)","light":"light_rui_2ac4","toggle":"toggle_rui_773f","switch":"switch_rui_773f","disabled":"disabled_rui_773f","label":"label_rui_773f","help":"help_rui_773f","leftLabel":"leftLabel_rui_773f","switchWrapper":"switchWrapper_rui_773f","input":"input_rui_773f","size16":"size16_rui_773f","size14":"size14_rui_773f","size20":"size20_rui_773f"};
|
15
15
|
|
16
16
|
var _excluded = ["className", "children", "disabled", "title", "leftLabel", "size", "data-test", "help", "onTransitionEnd"];
|
17
17
|
var Size = {
|
@@ -41,7 +41,7 @@ import '../popup/popup.consts.js';
|
|
41
41
|
import '../popup/popup.target.js';
|
42
42
|
import 'core-js/modules/es.array.reduce.js';
|
43
43
|
|
44
|
-
var modules_cd5e45a9 = {"light":"light_rui_2ac4","tooltip":"
|
44
|
+
var modules_cd5e45a9 = {"light":"light_rui_2ac4","tooltip":"tooltip_rui_64ba","long":"long_rui_64ba"};
|
45
45
|
|
46
46
|
var _excluded = ["children", "data-test", "title", "delay", "selfOverflowOnly", "popupProps", "long"];
|
47
47
|
var scheduleScroll = scheduleRAF();
|
@@ -64,7 +64,7 @@ import '../global/controls-height.js';
|
|
64
64
|
import '../_helpers/button__classes.js';
|
65
65
|
import '../i18n/i18n.js';
|
66
66
|
|
67
|
-
var modules_f5ed85cf = {"extra-small-screen-media":"i__const_extra_small_screen_media_0","light":"light_rui_2ac4","agreementDialog":"
|
67
|
+
var modules_f5ed85cf = {"extra-small-screen-media":"i__const_extra_small_screen_media_0","light":"light_rui_2ac4","agreementDialog":"agreementDialog_rui_a19e","dialogContent":"dialogContent_rui_a19e","suggestion":"suggestion_rui_a19e","remindLaterButton":"remindLaterButton_rui_a19e"};
|
68
68
|
|
69
69
|
function noop() {}
|
70
70
|
/**
|