@jetbrains/ring-ui-built 7.0.48 → 7.0.50-beta.1

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.
Files changed (79) hide show
  1. package/components/_helpers/anchor.js +1 -1
  2. package/components/_helpers/avatar-info.js +1 -1
  3. package/components/_helpers/button__classes.js +1 -1
  4. package/components/_helpers/caption.js +1 -1
  5. package/components/_helpers/card.js +1 -1
  6. package/components/_helpers/date-picker.js +1 -1
  7. package/components/_helpers/dialog__body-scroll-preventer.js +1 -1
  8. package/components/_helpers/grid.js +1 -1
  9. package/components/_helpers/header.js +1 -1
  10. package/components/_helpers/heading.js +1 -1
  11. package/components/_helpers/icon__svg.js +1 -1
  12. package/components/_helpers/input.js +1 -1
  13. package/components/_helpers/island.js +1 -1
  14. package/components/_helpers/link.js +1 -1
  15. package/components/_helpers/list.js +1 -1
  16. package/components/_helpers/query-assist__suggestions.js +1 -1
  17. package/components/_helpers/select__filter.js +1 -1
  18. package/components/_helpers/services-link.js +1 -1
  19. package/components/_helpers/sidebar.js +1 -1
  20. package/components/_helpers/tab-link.js +1 -1
  21. package/components/_helpers/table.js +1 -1
  22. package/components/_helpers/theme.js +2 -2
  23. package/components/_helpers/title.js +1 -1
  24. package/components/alert/alert.js +1 -1
  25. package/components/alert/container.js +1 -1
  26. package/components/auth/auth__core.js +1 -1
  27. package/components/auth/down-notification.js +1 -1
  28. package/components/auth/response-parser.d.ts +1 -1
  29. package/components/auth/response-parser.js +1 -1
  30. package/components/auth/token-validator.d.ts +2 -2
  31. package/components/auth/token-validator.js +2 -2
  32. package/components/auth-dialog/auth-dialog.js +1 -1
  33. package/components/avatar-stack/avatar-stack.js +1 -1
  34. package/components/breadcrumbs/breadcrumbs.js +1 -1
  35. package/components/button-set/button-set.js +1 -1
  36. package/components/button-toolbar/button-toolbar.js +1 -1
  37. package/components/checkbox/checkbox.js +1 -1
  38. package/components/code/code.js +2 -2
  39. package/components/collapse/collapse-content.js +1 -1
  40. package/components/confirm/confirm.js +1 -1
  41. package/components/control-help/control-help.js +1 -1
  42. package/components/control-label/control-label.js +1 -1
  43. package/components/editable-heading/editable-heading.js +1 -1
  44. package/components/error-bubble/error-bubble.js +1 -1
  45. package/components/error-message/error-message.js +1 -1
  46. package/components/footer/footer.d.ts +1 -1
  47. package/components/footer/footer.js +2 -2
  48. package/components/global/get-event-key.js +1 -1
  49. package/components/grid/col.js +1 -1
  50. package/components/grid/row.js +1 -1
  51. package/components/group/group.js +1 -1
  52. package/components/input/input-legacy.js +1 -1
  53. package/components/list/list__classes.js +1 -1
  54. package/components/loader/loader__core.js +1 -1
  55. package/components/loader-inline/loader-inline.js +1 -1
  56. package/components/loader-screen/loader-screen.js +1 -1
  57. package/components/login-dialog/login-dialog.js +1 -1
  58. package/components/markdown/markdown.js +1 -1
  59. package/components/message/message.js +1 -1
  60. package/components/pager/pager.js +1 -1
  61. package/components/panel/panel.js +1 -1
  62. package/components/permissions/permissions.d.ts +2 -2
  63. package/components/permissions/permissions.js +2 -2
  64. package/components/popup/popup.js +1 -1
  65. package/components/progress-bar/progress-bar.js +1 -1
  66. package/components/radio/radio__item.js +1 -1
  67. package/components/scrollable-section/scrollable-section.js +1 -1
  68. package/components/select/select.js +1 -1
  69. package/components/slider/slider.js +1 -1
  70. package/components/style.css +1 -1
  71. package/components/tab-trap/tab-trap.js +1 -1
  72. package/components/tag/tag.js +1 -1
  73. package/components/tags-input/tags-input.js +1 -1
  74. package/components/text/text.js +1 -1
  75. package/components/toggle/toggle.js +1 -1
  76. package/components/tooltip/tooltip.js +1 -1
  77. package/components/upload/upload.js +1 -1
  78. package/components/user-agreement/user-agreement.js +1 -1
  79. package/package.json +2 -2
@@ -27,7 +27,7 @@ import '../popup/position.js';
27
27
  import 'core-js/modules/es.array.sort.js';
28
28
  import '../popup/popup.target.js';
29
29
 
30
- var styles = {"errorBubblePopup":"errorBubblePopup_rui_b075","errorBubbleWrapper":"errorBubbleWrapper_rui_b075","errorBubble":"errorBubble_rui_b075"};
30
+ var styles = {"errorBubblePopup":"ring-error-bubble-errorBubblePopup","errorBubbleWrapper":"ring-error-bubble-errorBubbleWrapper","errorBubble":"ring-error-bubble-errorBubble"};
31
31
 
32
32
  const _excluded = ["children", "className"];
33
33
  /**
@@ -15,7 +15,7 @@ import '../global/memoize.js';
15
15
  import 'core-js/modules/es.weak-map.js';
16
16
  import 'core-js/modules/web.dom-collections.iterator.js';
17
17
 
18
- var styles = {"errorMessage":"errorMessage_rui_c974","title":"title_rui_c974","description":"description_rui_c974","content":"content_rui_c974","icon":"icon_rui_c974"};
18
+ var styles = {"errorMessage":"ring-error-message-errorMessage","title":"ring-error-message-title","description":"ring-error-message-description","content":"ring-error-message-content","icon":"ring-error-message-icon"};
19
19
 
20
20
  /**
21
21
  * @name Error Message
@@ -5,7 +5,7 @@ import { HTMLAttributeAnchorTarget, ReactElement } from 'react';
5
5
  /**
6
6
  * Return copyright string
7
7
  * @param year {int}
8
- * @returns {string}
8
+ * @mockReturnValue {string}
9
9
  */
10
10
  export declare function copyright(year: number): string;
11
11
  export interface FooterLinkItem {
@@ -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":"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"};
11
+ var styles = {"footer":"ring-footer-footer ring-global-font","footerFloating":"ring-footer-footerFloating ring-footer-footer ring-global-font","column":"ring-footer-column","columnItem":"ring-footer-columnItem","columnLeft":"ring-footer-columnLeft ring-footer-column","columnCenter":"ring-footer-columnCenter ring-footer-column","line":"ring-footer-line","columnRight":"ring-footer-columnRight ring-footer-column","lineCenter":"ring-footer-lineCenter"};
12
12
 
13
13
  const FooterColumn = /*#__PURE__*/memo(function FooterColumn(_ref) {
14
14
  let {
@@ -31,7 +31,7 @@ const FooterColumn = /*#__PURE__*/memo(function FooterColumn(_ref) {
31
31
  /**
32
32
  * Return copyright string
33
33
  * @param year {int}
34
- * @returns {string}
34
+ * @mockReturnValue {string}
35
35
  */
36
36
  function copyright(year) {
37
37
  const currentYear = new Date().getUTCFullYear();
@@ -76,7 +76,7 @@ function getEventKey(nativeEvent) {
76
76
  if (nativeEvent.key) {
77
77
  // Normalize inconsistent values reported by browsers due to
78
78
  // implementations of a working draft specification.
79
- // FireFox implements `key` but returns `MozPrintableKey` for all
79
+ // FireFox implements `key` but mockReturnValue `MozPrintableKey` for all
80
80
  // printable characters (normalized to `Unidentified`), ignore it.
81
81
  const key = normalizeKey[nativeEvent.key] || nativeEvent.key;
82
82
  if (key !== 'Unidentified') {
@@ -20,7 +20,7 @@ const classMap = {
20
20
  /**
21
21
  * Converts props like "xs=9 xsOffset={2}" to classes "col-xs-9 col-xs-offset-2"
22
22
  * @param {Object} props incoming props
23
- * @returns {Array} result classnames
23
+ * @mockReturnValue {Array} result classnames
24
24
  */
25
25
  function getClassNames(props) {
26
26
  return Object.entries(props).filter(_ref => {
@@ -17,7 +17,7 @@ const modifierKeys = ['start', 'center', 'end',
17
17
  /**
18
18
  * Converts xs="middle" to class "middle-xs"
19
19
  * @param {Object} props incoming props
20
- * @returns {Array} result modifier classes
20
+ * @mockReturnValue {Array} result modifier classes
21
21
  */
22
22
  function getModifierClassNames(props) {
23
23
  return modifierKeys.reduce((result, key) => {
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
3
3
  import { Component } from 'react';
4
4
  import classNames from 'classnames';
5
5
 
6
- var styles = {"group":"group_rui_365e"};
6
+ var styles = {"group":"ring-group-group"};
7
7
 
8
8
  const _excluded = ["children", "className"];
9
9
  /**
@@ -1,3 +1,3 @@
1
- var inputLegacy = {"error":"error_rui_ed4d"};
1
+ var inputLegacy = {"error":"ring-input-legacy-error"};
2
2
 
3
3
  export { inputLegacy as default };
@@ -2,7 +2,7 @@ import classNames from 'classnames';
2
2
  import { Type } from './consts.js';
3
3
  import { s as styles } from '../_helpers/list.js';
4
4
 
5
- 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"};
5
+ 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":"ring-global-clearfix","font":"ring-global-font","font-lower":"ring-global-font-lower ring-global-font","font-smaller":"ring-global-font-smaller ring-global-font-lower ring-global-font","font-smaller-lower":"ring-global-font-smaller-lower ring-global-font-smaller ring-global-font-lower ring-global-font","font-larger-lower":"ring-global-font-larger-lower ring-global-font-lower ring-global-font","font-larger":"ring-global-font-larger ring-global-font-larger-lower ring-global-font-lower ring-global-font","thin-font":"ring-global-thin-font","monospace-font":"ring-global-monospace-font","ellipsis":"ring-global-ellipsis","resetButton":"ring-global-resetButton"};
6
6
 
7
7
  function getListClasses(_ref) {
8
8
  let {
@@ -5,7 +5,7 @@ import { getPixelRatio } from '../global/dom.js';
5
5
  import 'core-js/modules/es.string.split.js';
6
6
  import 'core-js/modules/web.dom-collections.iterator.js';
7
7
 
8
- var styles = {"canvas":"canvas_rui_47a4","animate":"animate_rui_47a4","rotation-keyframes":"rotation-keyframes_rui_47a4","text":"text_rui_47a4"};
8
+ var styles = {"canvas":"ring-loader-canvas","animate":"ring-loader-animate","rotation-keyframes":"ring-loader-rotation-keyframes","text":"ring-loader-text"};
9
9
 
10
10
  const INITIAL_TICKS = 100;
11
11
  class Particle {
@@ -5,7 +5,7 @@ import classNames from 'classnames';
5
5
  import joinDataTestAttributes from '../global/data-tests.js';
6
6
  import 'core-js/modules/web.dom-collections.iterator.js';
7
7
 
8
- var styles = {"loader":"loader_rui_e6f2","spin":"spin_rui_e6f2","pulse":"pulse_rui_e6f2","children":"children_rui_e6f2"};
8
+ var styles = {"loader":"ring-loader-inline-loader","spin":"ring-loader-inline-spin","pulse":"ring-loader-inline-pulse","children":"ring-loader-inline-children"};
9
9
 
10
10
  const _excluded = ["className", "data-test", "children"];
11
11
  /**
@@ -11,7 +11,7 @@ import 'core-js/modules/es.regexp.exec.js';
11
11
  import '../global/dom.js';
12
12
  import 'core-js/modules/es.string.split.js';
13
13
 
14
- var styles = {"loaderScreen":"loaderScreen_rui_c963","loader":"loader_rui_c963","loaderWithoutSpacing":"loaderWithoutSpacing_rui_c963"};
14
+ var styles = {"loaderScreen":"ring-loader-screen-loaderScreen","loader":"ring-loader-screen-loader","loaderWithoutSpacing":"ring-loader-screen-loaderWithoutSpacing"};
15
15
 
16
16
  const _excluded = ["message", "className", "containerClassName"];
17
17
  /**
@@ -59,7 +59,7 @@ import '../auth/response-parser.js';
59
59
  import 'es6-error';
60
60
  import '../global/url.js';
61
61
 
62
- var styles = {"iFrame":"iFrame_rui_ea70","dialogContent":"dialogContent_rui_ea70","nonOpaqueLoader":"nonOpaqueLoader_rui_ea70","fallbackLinkContainer":"fallbackLinkContainer_rui_ea70"};
62
+ var styles = {"iFrame":"ring-login-dialog-iFrame","dialogContent":"ring-login-dialog-dialogContent","nonOpaqueLoader":"ring-login-dialog-nonOpaqueLoader","fallbackLinkContainer":"ring-login-dialog-fallbackLinkContainer"};
63
63
 
64
64
  const HUB_AUTH_PAGE_LOGIN_STARTED = 'HUB_AUTH_PAGE_LOGIN_STARTED';
65
65
  const HUB_AUTH_PAGE_LOGIN_DIMENSIONS = 'HUB_AUTH_PAGE_LOGIN_DIMENSIONS';
@@ -4,7 +4,7 @@ import classNames from 'classnames';
4
4
  import { s as styles$1 } from '../_helpers/heading.js';
5
5
  import { l as linkStyles } from '../_helpers/link.js';
6
6
 
7
- var styles = {"inline":"inline_rui_e3b3","markdown":"markdown_rui_e3b3 font_rui_8bff"};
7
+ var styles = {"inline":"ring-markdown-inline","markdown":"ring-markdown-markdown ring-global-font"};
8
8
 
9
9
  /**
10
10
  * @name Markdown
@@ -45,7 +45,7 @@ import '../global/controls-height.js';
45
45
  import '../_helpers/button__classes.js';
46
46
  import '../i18n/i18n.js';
47
47
 
48
- 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"};
48
+ var styles = {"container":"ring-message-container","message":"ring-message-message","icon":"ring-message-icon","title":"ring-message-title ring-global-font-lower ring-global-font","description":"ring-message-description","gotIt":"ring-message-gotIt","tail":"ring-message-tail"};
49
49
 
50
50
  /**
51
51
  * @name Message
@@ -97,7 +97,7 @@ import '../text/text.js';
97
97
  import '../_helpers/select__filter.js';
98
98
  import '../i18n/i18n.js';
99
99
 
100
- 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"};
100
+ var style = {"pager":"ring-pager-pager","links":"ring-pager-links","link":"ring-pager-link","linkDisabled":"ring-pager-linkDisabled","actions":"ring-pager-actions","pageSize":"ring-pager-pageSize"};
101
101
 
102
102
  class Pager extends PureComponent {
103
103
  constructor() {
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
3
3
  import { PureComponent } from 'react';
4
4
  import classNames from 'classnames';
5
5
 
6
- var styles = {"panel":"panel_rui_1067 panel_rui_381e"};
6
+ var styles = {"panel":"ring-panel-panel ring-dialog-panel"};
7
7
 
8
8
  const _excluded = ["className", "children"];
9
9
  /**
@@ -55,7 +55,7 @@ export default class Permissions {
55
55
  * Returns function, which cuts off prefix from server-side permission name
56
56
  *
57
57
  * @param {string} prefix
58
- * @returns {Function}
58
+ * @mockReturnValue {Function}
59
59
  */
60
60
  static getDefaultNamesConverter(prefix: string): (storedName: string) => string;
61
61
  static getPermissionQuery(services?: readonly string[] | null | undefined): string | undefined;
@@ -73,7 +73,7 @@ export default class Permissions {
73
73
  _loadPermissions(): Promise<readonly Permission[] | null | undefined>;
74
74
  /**
75
75
  * Reloads permission cache from server
76
- * @returns {Promise.<Permissions>} promise that is resolved when the permissions are reloaded
76
+ * @mockReturnValue {Promise.<Permissions>} promise that is resolved when the permissions are reloaded
77
77
  */
78
78
  reload(): Promise<PermissionCache>;
79
79
  /**
@@ -57,7 +57,7 @@ class Permissions {
57
57
  * Returns function, which cuts off prefix from server-side permission name
58
58
  *
59
59
  * @param {string} prefix
60
- * @returns {Function}
60
+ * @mockReturnValue {Function}
61
61
  */
62
62
  static getDefaultNamesConverter(prefix) {
63
63
  return storedName => {
@@ -125,7 +125,7 @@ class Permissions {
125
125
  }
126
126
  /**
127
127
  * Reloads permission cache from server
128
- * @returns {Promise.<Permissions>} promise that is resolved when the permissions are reloaded
128
+ * @mockReturnValue {Promise.<Permissions>} promise that is resolved when the permissions are reloaded
129
129
  */
130
130
  reload() {
131
131
  this._resetCache();
@@ -26,7 +26,7 @@ import '../global/sniffer.js';
26
26
  import 'sniffr';
27
27
  import 'core-js/modules/es.array.sort.js';
28
28
 
29
- var styles = {"popup":"popup_rui_7cd4 font_rui_8bff","largeBorderRadius":"largeBorderRadius_rui_7cd4","hidden":"hidden_rui_7cd4","showing":"showing_rui_7cd4","attached":"attached_rui_7cd4"};
29
+ var styles = {"popup":"ring-popup-popup ring-global-font","largeBorderRadius":"ring-popup-largeBorderRadius","hidden":"ring-popup-hidden","showing":"ring-popup-showing","attached":"ring-popup-attached"};
30
30
 
31
31
  const isPossibleClientSideNavigation = event => {
32
32
  const target = event.target;
@@ -4,7 +4,7 @@ import { jsx } from 'react/jsx-runtime';
4
4
  import { PureComponent } from 'react';
5
5
  import classNames from 'classnames';
6
6
 
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"};
7
+ var styles = {"progressBar":"ring-progress-bar-progressBar","globalMode":"ring-progress-bar-globalMode","line":"ring-progress-bar-line","progress-bar-animation":"ring-progress-bar-progress-bar-animation","staticLineColor":"ring-progress-bar-staticLineColor"};
8
8
 
9
9
  const _excluded = ["className", "global", "max", "value", "label", "staticColor"];
10
10
  /**
@@ -7,7 +7,7 @@ import getUID from '../global/get-uid.js';
7
7
  import ControlHelp from '../control-help/control-help.js';
8
8
  import 'core-js/modules/es.regexp.to-string.js';
9
9
 
10
- var styles = {"radio":"radio_rui_370b","circle":"circle_rui_370b","input":"input_rui_370b","focus":"focus_rui_370b","label":"label_rui_370b"};
10
+ var styles = {"radio":"ring-radio-radio","circle":"ring-radio-circle","input":"ring-radio-input","focus":"ring-radio-focus","label":"ring-radio-label"};
11
11
 
12
12
  const _excluded = ["className", "children", "help"],
13
13
  _excluded2 = ["value", "onChange"];
@@ -4,7 +4,7 @@ import { jsx } from 'react/jsx-runtime';
4
4
  import { useState, useRef, useCallback, useEffect } from 'react';
5
5
  import classNames from 'classnames';
6
6
 
7
- var styles = {"scrollableSection":"scrollableSection_rui_a93d","withTopBorder":"withTopBorder_rui_a93d","withRightBorder":"withRightBorder_rui_a93d","withBottomBorder":"withBottomBorder_rui_a93d","withLeftBorder":"withLeftBorder_rui_a93d"};
7
+ var styles = {"scrollableSection":"ring-scrollable-section-scrollableSection","withTopBorder":"ring-scrollable-section-withTopBorder","withRightBorder":"ring-scrollable-section-withRightBorder","withBottomBorder":"ring-scrollable-section-withBottomBorder","withLeftBorder":"ring-scrollable-section-withLeftBorder"};
8
8
 
9
9
  const _excluded = ["className"];
10
10
  function ScrollableSection(_ref) {
@@ -90,7 +90,7 @@ import '../caret/caret.js';
90
90
  import '../text/text.js';
91
91
  import '../_helpers/select__filter.js';
92
92
 
93
- 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"};
93
+ var styles = {"select":"ring-select-select","value":"ring-select-value ring-global-ellipsis ring-global-font","icons":"ring-select-icons","toolbar":"ring-select-toolbar","button":"ring-select-button","buttonSpaced":"ring-select-buttonSpaced","inputMode":"ring-select-inputMode","heightS":"ring-select-heightS","heightL":"ring-select-heightL","selectedIcon":"ring-select-selectedIcon ring-global-resetButton","clearIcon":"ring-select-clearIcon","sizeS":"ring-select-sizeS","sizeM":"ring-select-sizeM","sizeL":"ring-select-sizeL","sizeFULL":"ring-select-sizeFULL","sizeAUTO":"ring-select-sizeAUTO","buttonMode":"ring-select-buttonMode","open":"ring-select-open","buttonContainer":"ring-select-buttonContainer","buttonValue":"ring-select-buttonValue ring-global-ellipsis","buttonValueOpen":"ring-select-buttonValueOpen","buttonValueEmpty":"ring-select-buttonValueEmpty","label":"ring-select-label","disabled":"ring-select-disabled","avatar":"ring-select-avatar","popup":"ring-select-popup","chevron":"ring-select-chevron","chevronIcon":"ring-select-chevronIcon"};
94
94
 
95
95
  /**
96
96
  * @name Select
@@ -19,7 +19,7 @@ import 'sniffr';
19
19
  import 'core-js/modules/es.regexp.to-string.js';
20
20
  import 'core-js/modules/es.number.to-fixed.js';
21
21
 
22
- 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"};
22
+ var styles = {"slider":"ring-slider-slider","disabled":"ring-slider-disabled","marked":"ring-slider-marked","rail":"ring-slider-rail","rounded":"ring-slider-rounded","track":"ring-slider-track","thumb":"ring-slider-thumb ring-global-resetButton","dragged":"ring-slider-dragged","tick":"ring-slider-tick","active":"ring-slider-active","markValue":"ring-slider-markValue","tag":"ring-slider-tag"};
23
23
 
24
24
  const Slider = _ref => {
25
25
  let {