@jetbrains/ring-ui 6.0.4-beta.0 → 6.0.4
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/README.md +10 -6
- package/components/alert/alert.css +12 -13
- package/components/alert/container.css +4 -6
- package/components/alert-service/alert-service.stories.css +0 -3
- package/components/auth/down-notification.css +2 -4
- package/components/auth/request-builder.d.ts +1 -0
- package/components/auth-dialog/auth-dialog.css +10 -12
- package/components/badge/badge.css +1 -3
- package/components/button/button.css +13 -14
- package/components/button-group/button-group.css +6 -5
- package/components/button-set/button-set.css +1 -2
- package/components/button-toolbar/button-toolbar.css +1 -2
- package/components/checkbox/checkbox.css +3 -4
- package/components/code/code.css +3 -5
- package/components/code/code.d.ts +1 -0
- package/components/collapse/collapse-content.d.ts +11 -0
- package/components/collapse/collapse-content.js +72 -0
- package/components/collapse/collapse-context.d.ts +10 -0
- package/components/collapse/collapse-context.js +10 -0
- package/components/collapse/collapse-control.d.ts +11 -0
- package/components/collapse/collapse-control.js +22 -0
- package/components/collapse/collapse.css +40 -0
- package/components/collapse/collapse.d.ts +12 -0
- package/components/collapse/collapse.js +26 -0
- package/components/collapse/collapse.stories.css +25 -0
- package/components/collapse/consts.d.ts +4 -0
- package/components/collapse/consts.js +4 -0
- package/components/collapse/utils.d.ts +1 -0
- package/components/collapse/utils.js +1 -0
- package/components/confirm/confirm.css +1 -3
- package/components/content-layout/content-layout.css +7 -7
- package/components/data-list/data-list.css +4 -5
- package/components/date-picker/consts.js +1 -1
- package/components/date-picker/date-picker.css +40 -41
- package/components/date-picker/date-picker.js +7 -7
- package/components/date-picker/date-popup.js +4 -4
- package/components/date-picker/day.js +9 -9
- package/components/date-picker/month-names.js +6 -6
- package/components/date-picker/month-slider.js +3 -3
- package/components/date-picker/month.js +5 -5
- package/components/date-picker/months.js +6 -6
- package/components/date-picker/weekdays.js +4 -4
- package/components/date-picker/years.js +8 -8
- package/components/dialog/dialog.css +12 -13
- package/components/editable-heading/editable-heading.css +25 -20
- package/components/editable-heading/editable-heading.d.ts +1 -1
- package/components/editable-heading/editable-heading.js +42 -27
- package/components/error-bubble/error-bubble-legacy.css +6 -8
- package/components/error-bubble/error-bubble.css +6 -8
- package/components/footer/footer.css +6 -8
- package/components/form/form.css +31 -33
- package/components/global/global.css +1 -7
- package/components/global/variables_dark.css +2 -2
- package/components/grid/grid.css +6 -6
- package/components/grid/row.js +3 -3
- package/components/group/group.css +1 -3
- package/components/header/header.css +12 -14
- package/components/header/profile.js +1 -1
- package/components/header/services.css +12 -14
- package/components/icon/icon.css +2 -4
- package/components/input/input-legacy.css +2 -4
- package/components/input/input.css +8 -10
- package/components/input-size/input-size.css +4 -6
- package/components/island/header.js +1 -1
- package/components/island/island.css +6 -7
- package/components/island-legacy/island-legacy.css +6 -8
- package/components/line/line.css +1 -3
- package/components/link/link.css +1 -1
- package/components/link/link.d.ts +2 -2
- package/components/link/link.js +1 -1
- package/components/list/list.css +17 -20
- package/components/list/list.d.ts +0 -1
- package/components/list/list.js +5 -6
- package/components/loader/loader.css +1 -3
- package/components/loader/loader__core.js +6 -6
- package/components/loader-inline/loader-inline.css +5 -6
- package/components/login-dialog/login-dialog.css +1 -3
- package/components/markdown/markdown.css +2 -3
- package/components/message/message.css +5 -8
- package/components/old-browsers-message/old-browsers-message.css +2 -4
- package/components/pager/pager.css +2 -4
- package/components/panel/panel.css +3 -5
- package/components/popup/popup.js +3 -3
- package/components/progress-bar/progress-bar.css +9 -4
- package/components/progress-bar/progress-bar.d.ts +6 -0
- package/components/progress-bar/progress-bar.js +9 -3
- package/components/query-assist/query-assist.css +3 -4
- package/components/query-assist/query-assist.js +1 -1
- package/components/radio/radio.css +7 -10
- package/components/select/select-popup.css +13 -11
- package/components/select/select.css +13 -14
- package/components/select/select.js +21 -21
- package/components/sidebar/sidebar.css +13 -15
- package/components/table/table.css +15 -17
- package/components/table-legacy/table-legacy.css +22 -24
- package/components/table-legacy/table-legacy__toolbar.css +2 -4
- package/components/tabs/tabs.css +3 -4
- package/components/tag/tag.css +12 -13
- package/components/tags-input/tags-input.css +1 -2
- package/components/toggle/toggle.css +21 -22
- package/components/tooltip/tooltip.css +3 -5
- package/components/user-agreement/user-agreement.css +2 -2
- package/components/user-card/user-card.css +3 -5
- package/package.json +74 -77
- package/typings.d.ts +0 -54
- package/webpack.config.js +1 -24
- package/components/auth/landing-entry.d.ts +0 -3
- package/components/auth/landing-entry.js +0 -2
- package/components/auth/landing.d.ts +0 -2
- package/components/auth/landing.html +0 -12
- package/components/auth/landing.js +0 -26
- package/dist/_helpers/_rollupPluginBabelHelpers.js +0 -648
- package/dist/_helpers/anchor.js +0 -31
- package/dist/_helpers/badge.js +0 -3
- package/dist/_helpers/button__classes.js +0 -34
- package/dist/_helpers/caption.js +0 -31
- package/dist/_helpers/card.js +0 -132
- package/dist/_helpers/date-picker.js +0 -3
- package/dist/_helpers/dialog__body-scroll-preventer.js +0 -54
- package/dist/_helpers/grid.js +0 -3
- package/dist/_helpers/header.js +0 -3
- package/dist/_helpers/heading.js +0 -3
- package/dist/_helpers/icon__svg.js +0 -75
- package/dist/_helpers/input.js +0 -235
- package/dist/_helpers/island.js +0 -3
- package/dist/_helpers/link.js +0 -3
- package/dist/_helpers/list.js +0 -3
- package/dist/_helpers/query-assist__suggestions.js +0 -102
- package/dist/_helpers/select__filter.js +0 -94
- package/dist/_helpers/services-link.js +0 -48
- package/dist/_helpers/sidebar.js +0 -123
- package/dist/_helpers/tab-link.js +0 -34
- package/dist/_helpers/table.js +0 -3
- package/dist/_helpers/theme.js +0 -95
- package/dist/_helpers/title.js +0 -103
- package/dist/alert/alert.d.ts +0 -113
- package/dist/alert/alert.js +0 -292
- package/dist/alert/container.d.ts +0 -15
- package/dist/alert/container.js +0 -52
- package/dist/alert-service/alert-service.d.ts +0 -36
- package/dist/alert-service/alert-service.js +0 -218
- package/dist/analytics/analytics.d.ts +0 -18
- package/dist/analytics/analytics.js +0 -31
- package/dist/analytics/analytics__custom-plugin.d.ts +0 -28
- package/dist/analytics/analytics__custom-plugin.js +0 -90
- package/dist/auth/auth.d.ts +0 -3
- package/dist/auth/auth.js +0 -130
- package/dist/auth/auth__core.d.ts +0 -236
- package/dist/auth/auth__core.js +0 -1650
- package/dist/auth/background-flow.d.ts +0 -31
- package/dist/auth/background-flow.js +0 -146
- package/dist/auth/down-notification.d.ts +0 -15
- package/dist/auth/down-notification.js +0 -155
- package/dist/auth/iframe-flow.d.ts +0 -20
- package/dist/auth/iframe-flow.js +0 -192
- package/dist/auth/landing-entry.d.ts +0 -3
- package/dist/auth/landing-entry.js +0 -5
- package/dist/auth/landing.d.ts +0 -2
- package/dist/auth/landing.js +0 -152
- package/dist/auth/request-builder.d.ts +0 -47
- package/dist/auth/request-builder.js +0 -101
- package/dist/auth/response-parser.d.ts +0 -70
- package/dist/auth/response-parser.js +0 -137
- package/dist/auth/storage.d.ts +0 -112
- package/dist/auth/storage.js +0 -422
- package/dist/auth/token-validator.d.ts +0 -93
- package/dist/auth/token-validator.js +0 -267
- package/dist/auth/window-flow.d.ts +0 -26
- package/dist/auth/window-flow.js +0 -153
- package/dist/auth-dialog/auth-dialog.d.ts +0 -60
- package/dist/auth-dialog/auth-dialog.js +0 -219
- package/dist/auth-dialog-service/auth-dialog-service.d.ts +0 -6
- package/dist/auth-dialog-service/auth-dialog-service.js +0 -90
- package/dist/avatar/avatar-example-datauri.d.ts +0 -1
- package/dist/avatar/avatar-example-datauri.js +0 -4
- package/dist/avatar/avatar.d.ts +0 -52
- package/dist/avatar/avatar.js +0 -180
- package/dist/avatar/fallback-avatar.d.ts +0 -17
- package/dist/avatar/fallback-avatar.js +0 -150
- package/dist/badge/badge.d.ts +0 -24
- package/dist/badge/badge.js +0 -59
- package/dist/button/button.d.ts +0 -67
- package/dist/button/button.js +0 -131
- package/dist/button/button__classes.d.ts +0 -2
- package/dist/button/button__classes.js +0 -2
- package/dist/button-group/button-group.d.ts +0 -18
- package/dist/button-group/button-group.js +0 -48
- package/dist/button-group/caption.d.ts +0 -8
- package/dist/button-group/caption.js +0 -5
- package/dist/button-set/button-set.d.ts +0 -16
- package/dist/button-set/button-set.js +0 -47
- package/dist/button-toolbar/button-toolbar.d.ts +0 -16
- package/dist/button-toolbar/button-toolbar.js +0 -46
- package/dist/caret/caret.d.ts +0 -66
- package/dist/caret/caret.js +0 -258
- package/dist/checkbox/checkbox.d.ts +0 -45
- package/dist/checkbox/checkbox.js +0 -130
- package/dist/clipboard/clipboard-fallback.d.ts +0 -2
- package/dist/clipboard/clipboard-fallback.js +0 -42
- package/dist/clipboard/clipboard.d.ts +0 -5
- package/dist/clipboard/clipboard.js +0 -183
- package/dist/code/code.d.ts +0 -43
- package/dist/code/code.js +0 -192
- package/dist/confirm/confirm.d.ts +0 -48
- package/dist/confirm/confirm.js +0 -151
- package/dist/confirm-service/confirm-service.d.ts +0 -21
- package/dist/confirm-service/confirm-service.js +0 -139
- package/dist/content-layout/content-layout.d.ts +0 -26
- package/dist/content-layout/content-layout.js +0 -79
- package/dist/content-layout/sidebar.d.ts +0 -31
- package/dist/content-layout/sidebar.js +0 -7
- package/dist/contenteditable/contenteditable.d.ts +0 -47
- package/dist/contenteditable/contenteditable.js +0 -84
- package/dist/control-label/control-label.d.ts +0 -11
- package/dist/control-label/control-label.js +0 -36
- package/dist/data-list/data-list.d.ts +0 -85
- package/dist/data-list/data-list.js +0 -246
- package/dist/data-list/data-list.mock.d.ts +0 -16
- package/dist/data-list/data-list.mock.js +0 -192
- package/dist/data-list/item.d.ts +0 -50
- package/dist/data-list/item.js +0 -234
- package/dist/data-list/selection.d.ts +0 -16
- package/dist/data-list/selection.js +0 -146
- package/dist/data-list/title.d.ts +0 -26
- package/dist/data-list/title.js +0 -28
- package/dist/date-picker/consts.d.ts +0 -98
- package/dist/date-picker/consts.js +0 -46
- package/dist/date-picker/date-input.d.ts +0 -47
- package/dist/date-picker/date-input.js +0 -177
- package/dist/date-picker/date-picker.d.ts +0 -77
- package/dist/date-picker/date-picker.js +0 -402
- package/dist/date-picker/date-popup.d.ts +0 -55
- package/dist/date-picker/date-popup.js +0 -488
- package/dist/date-picker/day.d.ts +0 -30
- package/dist/date-picker/day.js +0 -133
- package/dist/date-picker/formats.d.ts +0 -2
- package/dist/date-picker/formats.js +0 -3
- package/dist/date-picker/month-names.d.ts +0 -13
- package/dist/date-picker/month-names.js +0 -110
- package/dist/date-picker/month-slider.d.ts +0 -29
- package/dist/date-picker/month-slider.js +0 -93
- package/dist/date-picker/month.d.ts +0 -14
- package/dist/date-picker/month.js +0 -58
- package/dist/date-picker/months.d.ts +0 -11
- package/dist/date-picker/months.js +0 -133
- package/dist/date-picker/weekdays.d.ts +0 -13
- package/dist/date-picker/weekdays.js +0 -39
- package/dist/date-picker/years.d.ts +0 -25
- package/dist/date-picker/years.js +0 -134
- package/dist/dialog/dialog.d.ts +0 -64
- package/dist/dialog/dialog.js +0 -238
- package/dist/dialog/dialog__body-scroll-preventer.d.ts +0 -9
- package/dist/dialog/dialog__body-scroll-preventer.js +0 -6
- package/dist/dropdown/anchor.d.ts +0 -11
- package/dist/dropdown/anchor.js +0 -24
- package/dist/dropdown/dropdown.d.ts +0 -87
- package/dist/dropdown/dropdown.js +0 -247
- package/dist/dropdown-menu/dropdown-menu.d.ts +0 -36
- package/dist/dropdown-menu/dropdown-menu.js +0 -194
- package/dist/editable-heading/editable-heading.d.ts +0 -32
- package/dist/editable-heading/editable-heading.js +0 -245
- package/dist/error-bubble/error-bubble.d.ts +0 -18
- package/dist/error-bubble/error-bubble.js +0 -86
- package/dist/error-message/error-message.d.ts +0 -27
- package/dist/error-message/error-message.js +0 -78
- package/dist/footer/footer.d.ts +0 -28
- package/dist/footer/footer.js +0 -118
- package/dist/global/compose.d.ts +0 -7
- package/dist/global/compose.js +0 -17
- package/dist/global/composeRefs.d.ts +0 -3
- package/dist/global/composeRefs.js +0 -19
- package/dist/global/controls-height.d.ts +0 -9
- package/dist/global/controls-height.js +0 -19
- package/dist/global/create-stateful-context.d.ts +0 -27
- package/dist/global/create-stateful-context.js +0 -49
- package/dist/global/data-tests.d.ts +0 -3
- package/dist/global/data-tests.js +0 -30
- package/dist/global/dom.d.ts +0 -37
- package/dist/global/dom.js +0 -150
- package/dist/global/focus-sensor-hoc.d.ts +0 -19
- package/dist/global/focus-sensor-hoc.js +0 -165
- package/dist/global/fuzzy-highlight.d.ts +0 -11
- package/dist/global/fuzzy-highlight.js +0 -90
- package/dist/global/get-event-key.d.ts +0 -2
- package/dist/global/get-event-key.js +0 -101
- package/dist/global/get-uid.d.ts +0 -1
- package/dist/global/get-uid.js +0 -22
- package/dist/global/inject-styles.d.ts +0 -3
- package/dist/global/inject-styles.js +0 -22
- package/dist/global/linear-function.d.ts +0 -6
- package/dist/global/linear-function.js +0 -15
- package/dist/global/listeners.d.ts +0 -8
- package/dist/global/listeners.js +0 -58
- package/dist/global/memoize.d.ts +0 -1
- package/dist/global/memoize.js +0 -23
- package/dist/global/normalize-indent.d.ts +0 -1
- package/dist/global/normalize-indent.js +0 -61
- package/dist/global/promise-with-timeout.d.ts +0 -5
- package/dist/global/promise-with-timeout.js +0 -19
- package/dist/global/prop-types.d.ts +0 -4
- package/dist/global/prop-types.js +0 -9
- package/dist/global/react-dom-renderer.d.ts +0 -16
- package/dist/global/react-dom-renderer.js +0 -53
- package/dist/global/react-render-adapter.d.ts +0 -1
- package/dist/global/react-render-adapter.js +0 -6
- package/dist/global/rerender-hoc.d.ts +0 -10
- package/dist/global/rerender-hoc.js +0 -46
- package/dist/global/schedule-raf.d.ts +0 -1
- package/dist/global/schedule-raf.js +0 -28
- package/dist/global/sniffer.d.ts +0 -3
- package/dist/global/sniffer.js +0 -6
- package/dist/global/theme.d.ts +0 -21
- package/dist/global/theme.js +0 -40
- package/dist/global/trivial-template-tag.d.ts +0 -1
- package/dist/global/trivial-template-tag.js +0 -21
- package/dist/global/typescript-utils.d.ts +0 -2
- package/dist/global/typescript-utils.js +0 -8
- package/dist/global/url.d.ts +0 -57
- package/dist/global/url.js +0 -141
- package/dist/global/use-event-callback.d.ts +0 -1
- package/dist/global/use-event-callback.js +0 -17
- package/dist/global/variables.d.ts +0 -89
- package/dist/global/variables.js +0 -1
- package/dist/grid/col.d.ts +0 -31
- package/dist/grid/col.js +0 -81
- package/dist/grid/grid.d.ts +0 -14
- package/dist/grid/grid.js +0 -47
- package/dist/grid/row.d.ts +0 -40
- package/dist/grid/row.js +0 -70
- package/dist/group/group.d.ts +0 -12
- package/dist/group/group.js +0 -39
- package/dist/header/header.d.ts +0 -34
- package/dist/header/header.js +0 -184
- package/dist/header/logo.d.ts +0 -14
- package/dist/header/logo.js +0 -51
- package/dist/header/profile.d.ts +0 -75
- package/dist/header/profile.js +0 -252
- package/dist/header/services-link.d.ts +0 -25
- package/dist/header/services-link.js +0 -13
- package/dist/header/services.d.ts +0 -33
- package/dist/header/services.js +0 -172
- package/dist/header/smart-profile.d.ts +0 -36
- package/dist/header/smart-profile.js +0 -298
- package/dist/header/smart-services.d.ts +0 -26
- package/dist/header/smart-services.js +0 -189
- package/dist/header/tray-icon.d.ts +0 -32
- package/dist/header/tray-icon.js +0 -57
- package/dist/header/tray.d.ts +0 -9
- package/dist/header/tray.js +0 -41
- package/dist/heading/heading.d.ts +0 -25
- package/dist/heading/heading.js +0 -69
- package/dist/http/http.d.ts +0 -61
- package/dist/http/http.js +0 -385
- package/dist/http/http.mock.d.ts +0 -20
- package/dist/http/http.mock.js +0 -112
- package/dist/hub-source/hub-source.d.ts +0 -44
- package/dist/hub-source/hub-source.js +0 -215
- package/dist/hub-source/hub-source__user.d.ts +0 -4
- package/dist/hub-source/hub-source__user.js +0 -59
- package/dist/hub-source/hub-source__users-groups.d.ts +0 -24
- package/dist/hub-source/hub-source__users-groups.js +0 -84
- package/dist/i18n/i18n-context.d.ts +0 -13
- package/dist/i18n/i18n-context.js +0 -27
- package/dist/i18n/i18n.d.ts +0 -59
- package/dist/i18n/i18n.js +0 -139
- package/dist/icon/icon.d.ts +0 -43
- package/dist/icon/icon.js +0 -109
- package/dist/icon/icon__constants.d.ts +0 -30
- package/dist/icon/icon__constants.js +0 -34
- package/dist/icon/icon__svg.d.ts +0 -15
- package/dist/icon/icon__svg.js +0 -14
- package/dist/icon/index.d.ts +0 -2
- package/dist/icon/index.js +0 -17
- package/dist/input/input.d.ts +0 -77
- package/dist/input/input.js +0 -35
- package/dist/island/adaptive-island-hoc.d.ts +0 -61
- package/dist/island/adaptive-island-hoc.js +0 -53
- package/dist/island/content.d.ts +0 -43
- package/dist/island/content.js +0 -151
- package/dist/island/header.d.ts +0 -8
- package/dist/island/header.js +0 -99
- package/dist/island/island.d.ts +0 -78
- package/dist/island/island.js +0 -60
- package/dist/island-legacy/content-legacy.d.ts +0 -10
- package/dist/island-legacy/content-legacy.js +0 -34
- package/dist/island-legacy/header-legacy.d.ts +0 -10
- package/dist/island-legacy/header-legacy.js +0 -36
- package/dist/island-legacy/island-legacy.d.ts +0 -12
- package/dist/island-legacy/island-legacy.js +0 -36
- package/dist/link/clickableLink.d.ts +0 -20
- package/dist/link/clickableLink.js +0 -69
- package/dist/link/link.d.ts +0 -138
- package/dist/link/link.js +0 -86
- package/dist/list/consts.d.ts +0 -77
- package/dist/list/consts.js +0 -27
- package/dist/list/list.d.ts +0 -206
- package/dist/list/list.js +0 -795
- package/dist/list/list__custom.d.ts +0 -6
- package/dist/list/list__custom.js +0 -92
- package/dist/list/list__hint.d.ts +0 -15
- package/dist/list/list__hint.js +0 -33
- package/dist/list/list__item.d.ts +0 -8
- package/dist/list/list__item.js +0 -234
- package/dist/list/list__link.d.ts +0 -9
- package/dist/list/list__link.js +0 -76
- package/dist/list/list__separator.d.ts +0 -5
- package/dist/list/list__separator.js +0 -39
- package/dist/list/list__title.d.ts +0 -5
- package/dist/list/list__title.js +0 -48
- package/dist/list/list__users-groups-source.d.ts +0 -27
- package/dist/list/list__users-groups-source.js +0 -190
- package/dist/loader/loader.d.ts +0 -28
- package/dist/loader/loader.js +0 -91
- package/dist/loader/loader__core.d.ts +0 -75
- package/dist/loader/loader__core.js +0 -313
- package/dist/loader-inline/loader-inline.d.ts +0 -18
- package/dist/loader-inline/loader-inline.js +0 -50
- package/dist/loader-screen/loader-screen.d.ts +0 -17
- package/dist/loader-screen/loader-screen.js +0 -62
- package/dist/login-dialog/login-dialog.d.ts +0 -47
- package/dist/login-dialog/login-dialog.js +0 -212
- package/dist/login-dialog/service.d.ts +0 -2
- package/dist/login-dialog/service.js +0 -94
- package/dist/markdown/markdown.d.ts +0 -12
- package/dist/markdown/markdown.js +0 -43
- package/dist/message/message.d.ts +0 -55
- package/dist/message/message.js +0 -265
- package/dist/old-browsers-message/old-browsers-message.d.ts +0 -2
- package/dist/old-browsers-message/old-browsers-message.js +0 -92
- package/dist/old-browsers-message/old-browsers-message__stop.d.ts +0 -1
- package/dist/old-browsers-message/old-browsers-message__stop.js +0 -11
- package/dist/old-browsers-message/white-list.d.ts +0 -2
- package/dist/old-browsers-message/white-list.js +0 -37
- package/dist/pager/pager.d.ts +0 -78
- package/dist/pager/pager.js +0 -385
- package/dist/panel/panel.d.ts +0 -12
- package/dist/panel/panel.js +0 -39
- package/dist/permissions/permissions.d.ts +0 -111
- package/dist/permissions/permissions.js +0 -220
- package/dist/permissions/permissions__cache.d.ts +0 -93
- package/dist/permissions/permissions__cache.js +0 -257
- package/dist/popup/popup.consts.d.ts +0 -37
- package/dist/popup/popup.consts.js +0 -44
- package/dist/popup/popup.d.ts +0 -147
- package/dist/popup/popup.js +0 -419
- package/dist/popup/popup.target.d.ts +0 -7
- package/dist/popup/popup.target.js +0 -24
- package/dist/popup/position.d.ts +0 -30
- package/dist/popup/position.js +0 -270
- package/dist/popup-menu/popup-menu.d.ts +0 -80
- package/dist/popup-menu/popup-menu.js +0 -136
- package/dist/progress-bar/progress-bar.d.ts +0 -58
- package/dist/progress-bar/progress-bar.js +0 -113
- package/dist/query-assist/query-assist.d.ts +0 -306
- package/dist/query-assist/query-assist.js +0 -1092
- package/dist/query-assist/query-assist__suggestions.d.ts +0 -29
- package/dist/query-assist/query-assist__suggestions.js +0 -70
- package/dist/radio/radio.d.ts +0 -18
- package/dist/radio/radio.js +0 -48
- package/dist/radio/radio__item.d.ts +0 -28
- package/dist/radio/radio__item.js +0 -88
- package/dist/select/select.d.ts +0 -276
- package/dist/select/select.js +0 -1285
- package/dist/select/select__filter.d.ts +0 -19
- package/dist/select/select__filter.js +0 -80
- package/dist/select/select__popup.d.ts +0 -166
- package/dist/select/select__popup.js +0 -626
- package/dist/shortcuts/core.d.ts +0 -74
- package/dist/shortcuts/core.js +0 -247
- package/dist/shortcuts/shortcut-title.d.ts +0 -1
- package/dist/shortcuts/shortcut-title.js +0 -56
- package/dist/shortcuts/shortcuts-hoc.d.ts +0 -65
- package/dist/shortcuts/shortcuts-hoc.js +0 -59
- package/dist/shortcuts/shortcuts.d.ts +0 -28
- package/dist/shortcuts/shortcuts.js +0 -90
- package/dist/storage/storage.d.ts +0 -18
- package/dist/storage/storage.js +0 -89
- package/dist/storage/storage__fallback.d.ts +0 -79
- package/dist/storage/storage__fallback.js +0 -251
- package/dist/storage/storage__local.d.ts +0 -38
- package/dist/storage/storage__local.js +0 -215
- package/dist/style.css +0 -1
- package/dist/tab-trap/tab-trap.d.ts +0 -43
- package/dist/tab-trap/tab-trap.js +0 -179
- package/dist/table/cell.d.ts +0 -13
- package/dist/table/cell.js +0 -37
- package/dist/table/disable-hover-hoc.d.ts +0 -64
- package/dist/table/disable-hover-hoc.js +0 -62
- package/dist/table/header-cell.d.ts +0 -43
- package/dist/table/header-cell.js +0 -109
- package/dist/table/header.d.ts +0 -56
- package/dist/table/header.js +0 -151
- package/dist/table/multitable.d.ts +0 -25
- package/dist/table/multitable.js +0 -139
- package/dist/table/row-with-focus-sensor.d.ts +0 -18
- package/dist/table/row-with-focus-sensor.js +0 -115
- package/dist/table/row.d.ts +0 -59
- package/dist/table/row.js +0 -297
- package/dist/table/selection-adapter.d.ts +0 -5
- package/dist/table/selection-adapter.js +0 -14
- package/dist/table/selection-shortcuts-hoc.d.ts +0 -17
- package/dist/table/selection-shortcuts-hoc.js +0 -204
- package/dist/table/selection.d.ts +0 -47
- package/dist/table/selection.js +0 -256
- package/dist/table/smart-table.d.ts +0 -64
- package/dist/table/smart-table.js +0 -145
- package/dist/table/table.d.ts +0 -159
- package/dist/table/table.js +0 -459
- package/dist/tabs/collapsible-more.d.ts +0 -29
- package/dist/tabs/collapsible-more.js +0 -217
- package/dist/tabs/collapsible-tab.d.ts +0 -16
- package/dist/tabs/collapsible-tab.js +0 -88
- package/dist/tabs/collapsible-tabs.d.ts +0 -43
- package/dist/tabs/collapsible-tabs.js +0 -349
- package/dist/tabs/custom-item.d.ts +0 -9
- package/dist/tabs/custom-item.js +0 -11
- package/dist/tabs/dumb-tabs.d.ts +0 -35
- package/dist/tabs/dumb-tabs.js +0 -184
- package/dist/tabs/smart-tabs.d.ts +0 -20
- package/dist/tabs/smart-tabs.js +0 -136
- package/dist/tabs/tab-link.d.ts +0 -18
- package/dist/tabs/tab-link.js +0 -13
- package/dist/tabs/tab.d.ts +0 -27
- package/dist/tabs/tab.js +0 -41
- package/dist/tabs/tabs.d.ts +0 -7
- package/dist/tabs/tabs.js +0 -94
- package/dist/tag/tag.d.ts +0 -64
- package/dist/tag/tag.js +0 -213
- package/dist/tags-input/tags-input.d.ts +0 -138
- package/dist/tags-input/tags-input.js +0 -529
- package/dist/tags-list/tags-list.d.ts +0 -46
- package/dist/tags-list/tags-list.js +0 -102
- package/dist/text/text.d.ts +0 -23
- package/dist/text/text.js +0 -57
- package/dist/toggle/toggle.d.ts +0 -39
- package/dist/toggle/toggle.js +0 -86
- package/dist/tooltip/tooltip.d.ts +0 -65
- package/dist/tooltip/tooltip.js +0 -227
- package/dist/user-agreement/service.d.ts +0 -69
- package/dist/user-agreement/service.js +0 -484
- package/dist/user-agreement/toolbox.eula.d.ts +0 -2
- package/dist/user-agreement/toolbox.eula.js +0 -3
- package/dist/user-agreement/user-agreement.d.ts +0 -60
- package/dist/user-agreement/user-agreement.js +0 -170
- package/dist/user-card/card.d.ts +0 -70
- package/dist/user-card/card.js +0 -76
- package/dist/user-card/smart-user-card-tooltip.d.ts +0 -20
- package/dist/user-card/smart-user-card-tooltip.js +0 -168
- package/dist/user-card/tooltip.d.ts +0 -36
- package/dist/user-card/tooltip.js +0 -140
- package/dist/user-card/user-card.d.ts +0 -11
- package/dist/user-card/user-card.js +0 -81
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
@import "../global/global.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
|
-
|
|
5
3
|
@keyframes show-sidebar {
|
|
6
4
|
0% {
|
|
7
5
|
right: -100%;
|
|
@@ -25,10 +23,10 @@
|
|
|
25
23
|
|
|
26
24
|
box-sizing: border-box;
|
|
27
25
|
|
|
28
|
-
width: calc(unit * 58);
|
|
26
|
+
width: calc(var(--ring-unit) * 58);
|
|
29
27
|
height: 100%;
|
|
30
28
|
|
|
31
|
-
padding-top: calc(2 * unit);
|
|
29
|
+
padding-top: calc(2 * var(--ring-unit));
|
|
32
30
|
|
|
33
31
|
transition: right 0.5s ease, visibility 0.5s;
|
|
34
32
|
|
|
@@ -60,16 +58,16 @@
|
|
|
60
58
|
:global(.ring-sidebar__avatar) {
|
|
61
59
|
float: left;
|
|
62
60
|
|
|
63
|
-
width: calc(6 * unit);
|
|
64
|
-
height: calc(6 * unit);
|
|
61
|
+
width: calc(6 * var(--ring-unit));
|
|
62
|
+
height: calc(6 * var(--ring-unit));
|
|
65
63
|
object-fit: contain;
|
|
66
64
|
|
|
67
|
-
padding: 0 calc(2 * unit) 0 calc(4 * unit);
|
|
65
|
+
padding: 0 calc(2 * var(--ring-unit)) 0 calc(4 * var(--ring-unit));
|
|
68
66
|
}
|
|
69
67
|
|
|
70
68
|
:global(.ring-sidebar__title) {
|
|
71
69
|
margin: 0;
|
|
72
|
-
padding-left: calc(4 * unit);
|
|
70
|
+
padding-left: calc(4 * var(--ring-unit));
|
|
73
71
|
|
|
74
72
|
vertical-align: middle;
|
|
75
73
|
|
|
@@ -90,8 +88,8 @@
|
|
|
90
88
|
:global(.ring-sidebar__section) {
|
|
91
89
|
position: relative;
|
|
92
90
|
|
|
93
|
-
margin-top: calc(3 * unit);
|
|
94
|
-
padding: 0 calc(2 * unit) 0 calc(4 * unit);
|
|
91
|
+
margin-top: calc(3 * var(--ring-unit));
|
|
92
|
+
padding: 0 calc(2 * var(--ring-unit)) 0 calc(4 * var(--ring-unit));
|
|
95
93
|
}
|
|
96
94
|
|
|
97
95
|
:global(.ring-sidebar__section-title) {
|
|
@@ -107,7 +105,7 @@
|
|
|
107
105
|
color: var(--ring-text-color);
|
|
108
106
|
|
|
109
107
|
font-size: var(--ring-font-size);
|
|
110
|
-
line-height: calc(3 * unit);
|
|
108
|
+
line-height: calc(3 * var(--ring-unit));
|
|
111
109
|
}
|
|
112
110
|
|
|
113
111
|
:global(.ring-sidebar__section-text_multiline) {
|
|
@@ -117,7 +115,7 @@
|
|
|
117
115
|
}
|
|
118
116
|
|
|
119
117
|
:global(.ring-sidebar__section-roster) {
|
|
120
|
-
margin-top: unit;
|
|
118
|
+
margin-top: var(--ring-unit);
|
|
121
119
|
}
|
|
122
120
|
|
|
123
121
|
:global(.ring-sidebar__section-icon) {
|
|
@@ -126,7 +124,7 @@
|
|
|
126
124
|
|
|
127
125
|
display: block;
|
|
128
126
|
|
|
129
|
-
width: calc(4 * unit);
|
|
127
|
+
width: calc(4 * var(--ring-unit));
|
|
130
128
|
|
|
131
129
|
text-align: center;
|
|
132
130
|
|
|
@@ -136,7 +134,7 @@
|
|
|
136
134
|
}
|
|
137
135
|
|
|
138
136
|
:global(.ring-sidebar__empty) {
|
|
139
|
-
margin-top: calc(unit * 4);
|
|
137
|
+
margin-top: calc(var(--ring-unit) * 4);
|
|
140
138
|
|
|
141
139
|
text-align: center;
|
|
142
140
|
}
|
|
@@ -148,7 +146,7 @@
|
|
|
148
146
|
}
|
|
149
147
|
|
|
150
148
|
:global(.ring-sidebar__empty-description) {
|
|
151
|
-
margin-top: calc(unit * 2);
|
|
149
|
+
margin-top: calc(var(--ring-unit) * 2);
|
|
152
150
|
padding-top: 4px;
|
|
153
151
|
|
|
154
152
|
color: var(--ring-text-color);
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
|
-
@value height: calc(4 * unit);
|
|
5
3
|
@value compensate: 2px;
|
|
6
|
-
@value compensated: calc(
|
|
4
|
+
@value compensated: calc(calc(4 * var(--ring-unit)) - compensate);
|
|
7
5
|
|
|
8
6
|
.tableWrapper {
|
|
9
7
|
position: relative;
|
|
@@ -23,8 +21,8 @@
|
|
|
23
21
|
composes: font-smaller-lower from "../global/global.css";
|
|
24
22
|
|
|
25
23
|
box-sizing: border-box;
|
|
26
|
-
height: calc(unit * 3);
|
|
27
|
-
padding-right: calc(unit * 5);
|
|
24
|
+
height: calc(var(--ring-unit) * 3);
|
|
25
|
+
padding-right: calc(var(--ring-unit) * 5);
|
|
28
26
|
|
|
29
27
|
text-align: left;
|
|
30
28
|
white-space: nowrap;
|
|
@@ -35,12 +33,12 @@
|
|
|
35
33
|
}
|
|
36
34
|
|
|
37
35
|
.headerCell:first-child {
|
|
38
|
-
padding-left: calc(unit * 4);
|
|
36
|
+
padding-left: calc(var(--ring-unit) * 4);
|
|
39
37
|
}
|
|
40
38
|
|
|
41
39
|
.headerCell:last-child {
|
|
42
40
|
width: 100%;
|
|
43
|
-
padding-right: calc(unit * 4);
|
|
41
|
+
padding-right: calc(var(--ring-unit) * 4);
|
|
44
42
|
}
|
|
45
43
|
|
|
46
44
|
.headerCell:first-child:only-child {
|
|
@@ -76,7 +74,7 @@
|
|
|
76
74
|
}
|
|
77
75
|
|
|
78
76
|
.caption {
|
|
79
|
-
padding-top: unit;
|
|
77
|
+
padding-top: var(--ring-unit);
|
|
80
78
|
padding-bottom: 6px;
|
|
81
79
|
|
|
82
80
|
color: var(--ring-text-color);
|
|
@@ -152,15 +150,15 @@
|
|
|
152
150
|
|
|
153
151
|
min-width: 0;
|
|
154
152
|
|
|
155
|
-
height:
|
|
153
|
+
height: calc(4 * var(--ring-unit));
|
|
156
154
|
padding: 0;
|
|
157
|
-
padding-right: calc(unit * 5);
|
|
155
|
+
padding-right: calc(var(--ring-unit) * 5);
|
|
158
156
|
|
|
159
157
|
color: var(--ring-text-color);
|
|
160
158
|
}
|
|
161
159
|
|
|
162
160
|
.cell:first-child {
|
|
163
|
-
padding-left: calc(unit * 4);
|
|
161
|
+
padding-left: calc(var(--ring-unit) * 4);
|
|
164
162
|
}
|
|
165
163
|
|
|
166
164
|
.cell:last-child {
|
|
@@ -169,12 +167,12 @@
|
|
|
169
167
|
/* Markup hack, allows cell to have content which is wider than cell and collapses it */
|
|
170
168
|
|
|
171
169
|
max-width: 0;
|
|
172
|
-
padding-right: calc(unit * 4);
|
|
170
|
+
padding-right: calc(var(--ring-unit) * 4);
|
|
173
171
|
}
|
|
174
172
|
|
|
175
173
|
.cell:first-child {
|
|
176
|
-
min-width: calc(unit * 37);
|
|
177
|
-
max-width: calc(unit * 77);
|
|
174
|
+
min-width: calc(var(--ring-unit) * 37);
|
|
175
|
+
max-width: calc(var(--ring-unit) * 77);
|
|
178
176
|
}
|
|
179
177
|
|
|
180
178
|
.cell:first-child:only-child {
|
|
@@ -207,7 +205,7 @@
|
|
|
207
205
|
|
|
208
206
|
.dragHandle {
|
|
209
207
|
top: top;
|
|
210
|
-
left: calc(-2 * unit);
|
|
208
|
+
left: calc(-2 * var(--ring-unit));
|
|
211
209
|
|
|
212
210
|
cursor: grab;
|
|
213
211
|
|
|
@@ -218,7 +216,7 @@
|
|
|
218
216
|
.dragHandle.dragHandle {
|
|
219
217
|
position: absolute;
|
|
220
218
|
|
|
221
|
-
height: calc(
|
|
219
|
+
height: calc(calc(4 * var(--ring-unit)) - top);
|
|
222
220
|
padding: 0;
|
|
223
221
|
}
|
|
224
222
|
|
|
@@ -228,7 +226,7 @@
|
|
|
228
226
|
}
|
|
229
227
|
|
|
230
228
|
.rowCollapseExpandButton {
|
|
231
|
-
padding-right: calc(unit / 2);
|
|
229
|
+
padding-right: calc(var(--ring-unit) / 2);
|
|
232
230
|
padding-left: 7px;
|
|
233
231
|
}
|
|
234
232
|
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
@import "./table-legacy__toolbar.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
|
-
|
|
5
3
|
:global(.ring-table) {
|
|
6
4
|
width: 100%;
|
|
7
5
|
|
|
@@ -32,7 +30,7 @@
|
|
|
32
30
|
|
|
33
31
|
display: table-cell;
|
|
34
32
|
|
|
35
|
-
padding: 0 unit;
|
|
33
|
+
padding: 0 var(--ring-unit);
|
|
36
34
|
|
|
37
35
|
text-align: left;
|
|
38
36
|
white-space: nowrap;
|
|
@@ -51,7 +49,7 @@
|
|
|
51
49
|
}
|
|
52
50
|
|
|
53
51
|
:global(.ring-table__title:first-child) {
|
|
54
|
-
padding-left: calc(unit * 4);
|
|
52
|
+
padding-left: calc(var(--ring-unit) * 4);
|
|
55
53
|
}
|
|
56
54
|
|
|
57
55
|
/* Have to emulate right border because of Fx weird bug —
|
|
@@ -79,7 +77,7 @@
|
|
|
79
77
|
}
|
|
80
78
|
|
|
81
79
|
:global(.ring-table__title_nested) {
|
|
82
|
-
padding-left: calc(unit * 5);
|
|
80
|
+
padding-left: calc(var(--ring-unit) * 5);
|
|
83
81
|
}
|
|
84
82
|
|
|
85
83
|
/* fix header checkbox position in nested table */
|
|
@@ -96,7 +94,7 @@
|
|
|
96
94
|
width: 12px;
|
|
97
95
|
height: 9px;
|
|
98
96
|
|
|
99
|
-
margin-left: calc(unit * 2);
|
|
97
|
+
margin-left: calc(var(--ring-unit) * 2);
|
|
100
98
|
padding-bottom: 21px;
|
|
101
99
|
|
|
102
100
|
cursor: pointer;
|
|
@@ -129,7 +127,7 @@
|
|
|
129
127
|
}
|
|
130
128
|
|
|
131
129
|
:global(.ring-table__column_selector) {
|
|
132
|
-
min-width: calc(3 * unit);
|
|
130
|
+
min-width: calc(3 * var(--ring-unit));
|
|
133
131
|
padding: 0 !important;
|
|
134
132
|
|
|
135
133
|
text-align: center;
|
|
@@ -138,13 +136,13 @@
|
|
|
138
136
|
:global(.ring-table__selector) {
|
|
139
137
|
display: inline-block;
|
|
140
138
|
|
|
141
|
-
margin: 0 0 0 calc(unit / 2);
|
|
139
|
+
margin: 0 0 0 calc(var(--ring-unit) / 2);
|
|
142
140
|
}
|
|
143
141
|
|
|
144
142
|
:global(.ring-table__column) {
|
|
145
143
|
display: table-cell;
|
|
146
144
|
|
|
147
|
-
padding: calc(unit - 2px) unit;
|
|
145
|
+
padding: calc(var(--ring-unit) - 2px) var(--ring-unit);
|
|
148
146
|
|
|
149
147
|
vertical-align: middle;
|
|
150
148
|
white-space: nowrap;
|
|
@@ -162,7 +160,7 @@
|
|
|
162
160
|
}
|
|
163
161
|
|
|
164
162
|
:global(.ring-table__column:first-child) {
|
|
165
|
-
padding-left: calc(4 * unit);
|
|
163
|
+
padding-left: calc(4 * var(--ring-unit));
|
|
166
164
|
}
|
|
167
165
|
|
|
168
166
|
:global(.ring-table__column.ring-table__column_gap) {
|
|
@@ -172,7 +170,7 @@
|
|
|
172
170
|
|
|
173
171
|
/* Combined class is required here for specificity */
|
|
174
172
|
:global(.ring-table__column.ring-table__column_toggle) {
|
|
175
|
-
width: calc(unit * 2);
|
|
173
|
+
width: calc(var(--ring-unit) * 2);
|
|
176
174
|
padding: 0;
|
|
177
175
|
|
|
178
176
|
text-align: right;
|
|
@@ -201,7 +199,7 @@
|
|
|
201
199
|
}
|
|
202
200
|
|
|
203
201
|
:global(.ring-table__column_gap) {
|
|
204
|
-
padding-left: calc(unit * 2) !important;
|
|
202
|
+
padding-left: calc(var(--ring-unit) * 2) !important;
|
|
205
203
|
}
|
|
206
204
|
|
|
207
205
|
:global(.ring-table__column-title) {
|
|
@@ -209,13 +207,13 @@
|
|
|
209
207
|
}
|
|
210
208
|
|
|
211
209
|
:global(.ring-table__column_wide) {
|
|
212
|
-
min-width: calc(10 * unit);
|
|
210
|
+
min-width: calc(10 * var(--ring-unit));
|
|
213
211
|
}
|
|
214
212
|
|
|
215
213
|
:global(.ring-table__column_limited) {
|
|
216
214
|
overflow: hidden;
|
|
217
215
|
|
|
218
|
-
max-width: calc(50 * unit);
|
|
216
|
+
max-width: calc(50 * var(--ring-unit));
|
|
219
217
|
|
|
220
218
|
white-space: nowrap;
|
|
221
219
|
text-overflow: ellipsis;
|
|
@@ -232,7 +230,7 @@
|
|
|
232
230
|
}
|
|
233
231
|
|
|
234
232
|
:global(.ring-table__column_narrow) {
|
|
235
|
-
min-width: calc(3 * unit);
|
|
233
|
+
min-width: calc(3 * var(--ring-unit));
|
|
236
234
|
padding: 0 !important;
|
|
237
235
|
}
|
|
238
236
|
|
|
@@ -244,7 +242,7 @@
|
|
|
244
242
|
display: table-row;
|
|
245
243
|
|
|
246
244
|
width: 100%;
|
|
247
|
-
height: calc(5 * unit);
|
|
245
|
+
height: calc(5 * var(--ring-unit));
|
|
248
246
|
}
|
|
249
247
|
|
|
250
248
|
:global(.ring-table__row .ring-table__row_ghost) {
|
|
@@ -294,7 +292,7 @@
|
|
|
294
292
|
}
|
|
295
293
|
|
|
296
294
|
:global(.ring-table__description) {
|
|
297
|
-
margin-left: unit;
|
|
295
|
+
margin-left: var(--ring-unit);
|
|
298
296
|
|
|
299
297
|
color: var(--ring-secondary-color);
|
|
300
298
|
|
|
@@ -302,13 +300,13 @@
|
|
|
302
300
|
}
|
|
303
301
|
|
|
304
302
|
:global(.ring-table__avatar) {
|
|
305
|
-
width: calc(3 * unit);
|
|
306
|
-
height: calc(3 * unit + 3px); /* If avatar is missing */
|
|
303
|
+
width: calc(3 * var(--ring-unit));
|
|
304
|
+
height: calc(3 * var(--ring-unit) + 3px); /* If avatar is missing */
|
|
307
305
|
}
|
|
308
306
|
|
|
309
307
|
:global(.ring-table__avatar-img) {
|
|
310
|
-
width: calc(3 * unit);
|
|
311
|
-
height: calc(3 * unit);
|
|
308
|
+
width: calc(3 * var(--ring-unit));
|
|
309
|
+
height: calc(3 * var(--ring-unit));
|
|
312
310
|
}
|
|
313
311
|
|
|
314
312
|
:global(.ring-table__header_sticky) {
|
|
@@ -325,17 +323,17 @@
|
|
|
325
323
|
}
|
|
326
324
|
|
|
327
325
|
:global(.table__pager) {
|
|
328
|
-
padding: calc(4 * unit) calc(4 * unit);
|
|
326
|
+
padding: calc(4 * var(--ring-unit)) calc(4 * var(--ring-unit));
|
|
329
327
|
}
|
|
330
328
|
|
|
331
329
|
:global(.table__pager-links) {
|
|
332
|
-
margin-bottom: calc(2 * unit);
|
|
330
|
+
margin-bottom: calc(2 * var(--ring-unit));
|
|
333
331
|
}
|
|
334
332
|
|
|
335
333
|
:global(.table__pager-link) {
|
|
336
334
|
display: inline-block;
|
|
337
335
|
|
|
338
|
-
margin-right: calc(4 * unit);
|
|
336
|
+
margin-right: calc(4 * var(--ring-unit));
|
|
339
337
|
}
|
|
340
338
|
|
|
341
339
|
:global(.table__pager-link_disabled) {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@value unit from "../global/global.css";
|
|
2
|
-
|
|
3
1
|
:global(.ring-table__toolbar) {
|
|
4
2
|
background: inherit;
|
|
5
3
|
}
|
|
@@ -9,9 +7,9 @@
|
|
|
9
7
|
|
|
10
8
|
display: block;
|
|
11
9
|
|
|
12
|
-
min-height: calc(unit * 3);
|
|
10
|
+
min-height: calc(var(--ring-unit) * 3);
|
|
13
11
|
|
|
14
|
-
padding: calc(unit * 2) calc(unit * 4);
|
|
12
|
+
padding: calc(var(--ring-unit) * 2) calc(var(--ring-unit) * 4);
|
|
15
13
|
|
|
16
14
|
white-space: initial;
|
|
17
15
|
|
package/components/tabs/tabs.css
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
@import "../link/link.css";
|
|
5
5
|
|
|
6
6
|
@value dark from "../global/variables_dark.css";
|
|
7
|
-
@value unit from "../global/global.css";
|
|
8
7
|
@value line-shadow: inset 0 -1px 0 0;
|
|
9
8
|
@value selected-line-shadow: inset 0 -2px 0 0;
|
|
10
9
|
|
|
@@ -24,7 +23,7 @@
|
|
|
24
23
|
.titles {
|
|
25
24
|
display: inline-block;
|
|
26
25
|
|
|
27
|
-
margin-bottom: calc(unit * 2);
|
|
26
|
+
margin-bottom: calc(var(--ring-unit) * 2);
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
.titles {
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
border-radius: 0;
|
|
49
48
|
background: none;
|
|
50
49
|
|
|
51
|
-
line-height: calc(unit * 4);
|
|
50
|
+
line-height: calc(var(--ring-unit) * 4);
|
|
52
51
|
|
|
53
52
|
&:hover,
|
|
54
53
|
&:active {
|
|
@@ -82,7 +81,7 @@
|
|
|
82
81
|
}
|
|
83
82
|
|
|
84
83
|
.title + .title {
|
|
85
|
-
margin-left: calc(unit * 3);
|
|
84
|
+
margin-left: calc(var(--ring-unit) * 3);
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.title[disabled] {
|
package/components/tag/tag.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
3
|
@value max-height: 20px;
|
|
5
4
|
|
|
6
5
|
.tag {
|
|
@@ -15,7 +14,7 @@
|
|
|
15
14
|
max-width: 100%;
|
|
16
15
|
height: max-height;
|
|
17
16
|
|
|
18
|
-
padding: 0 unit;
|
|
17
|
+
padding: 0 var(--ring-unit);
|
|
19
18
|
|
|
20
19
|
cursor: pointer;
|
|
21
20
|
|
|
@@ -46,9 +45,9 @@
|
|
|
46
45
|
|
|
47
46
|
display: inline-block;
|
|
48
47
|
|
|
49
|
-
max-width: calc(100% - unit / 2);
|
|
48
|
+
max-width: calc(100% - var(--ring-unit) / 2);
|
|
50
49
|
|
|
51
|
-
margin-right: calc(unit / 2);
|
|
50
|
+
margin-right: calc(var(--ring-unit) / 2);
|
|
52
51
|
|
|
53
52
|
white-space: nowrap;
|
|
54
53
|
}
|
|
@@ -77,8 +76,8 @@
|
|
|
77
76
|
|
|
78
77
|
margin-bottom: -5px !important;
|
|
79
78
|
|
|
80
|
-
margin-left: unit;
|
|
81
|
-
padding-left: calc(unit / 2);
|
|
79
|
+
margin-left: var(--ring-unit);
|
|
80
|
+
padding-left: calc(var(--ring-unit) / 2);
|
|
82
81
|
|
|
83
82
|
border-top-left-radius: 0;
|
|
84
83
|
border-bottom-left-radius: 0;
|
|
@@ -131,9 +130,9 @@
|
|
|
131
130
|
right: 0;
|
|
132
131
|
|
|
133
132
|
height: auto;
|
|
134
|
-
padding: 0 calc(unit / 2);
|
|
133
|
+
padding: 0 calc(var(--ring-unit) / 2);
|
|
135
134
|
|
|
136
|
-
line-height: calc(unit * 2);
|
|
135
|
+
line-height: calc(var(--ring-unit) * 2);
|
|
137
136
|
}
|
|
138
137
|
|
|
139
138
|
.removeIcon.removeIcon {
|
|
@@ -157,8 +156,8 @@
|
|
|
157
156
|
box-sizing: border-box;
|
|
158
157
|
width: max-height;
|
|
159
158
|
height: max-height;
|
|
160
|
-
margin-right: calc(unit / 2);
|
|
161
|
-
margin-left: calc(
|
|
159
|
+
margin-right: calc(var(--ring-unit) / 2);
|
|
160
|
+
margin-left: calc(var(--ring-unit) * -1);
|
|
162
161
|
|
|
163
162
|
vertical-align: top;
|
|
164
163
|
|
|
@@ -167,10 +166,10 @@
|
|
|
167
166
|
}
|
|
168
167
|
|
|
169
168
|
.customIcon {
|
|
170
|
-
max-width: calc(unit * 2);
|
|
171
|
-
max-height: calc(unit * 2);
|
|
169
|
+
max-width: calc(var(--ring-unit) * 2);
|
|
170
|
+
max-height: calc(var(--ring-unit) * 2);
|
|
172
171
|
|
|
173
|
-
margin-right: calc(unit / 2);
|
|
172
|
+
margin-right: calc(var(--ring-unit) / 2);
|
|
174
173
|
|
|
175
174
|
vertical-align: bottom;
|
|
176
175
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
3
|
@value outerContainer, container, input from "../input/input.css";
|
|
5
4
|
|
|
6
5
|
.tagsInput {
|
|
7
|
-
--ring-input-icon-offset: calc(unit * 2.5);
|
|
6
|
+
--ring-input-icon-offset: calc(var(--ring-unit) * 2.5);
|
|
8
7
|
--ring-input-padding-inline: 3px;
|
|
9
8
|
|
|
10
9
|
box-sizing: border-box;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
3
|
@value padding: 2px;
|
|
5
4
|
@value disabled-line-color: rgba(255, 255, 255, 0.9);
|
|
6
5
|
@value duration: 300ms;
|
|
@@ -21,11 +20,11 @@
|
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
.label {
|
|
24
|
-
margin-left: unit;
|
|
23
|
+
margin-left: var(--ring-unit);
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.leftLabel {
|
|
28
|
-
margin-right: unit;
|
|
27
|
+
margin-right: var(--ring-unit);
|
|
29
28
|
}
|
|
30
29
|
|
|
31
30
|
.switchWrapper {
|
|
@@ -70,8 +69,8 @@
|
|
|
70
69
|
top: padding;
|
|
71
70
|
left: 0;
|
|
72
71
|
|
|
73
|
-
width: calc(unit * 1.5);
|
|
74
|
-
height: calc(unit * 1.5);
|
|
72
|
+
width: calc(var(--ring-unit) * 1.5);
|
|
73
|
+
height: calc(var(--ring-unit) * 1.5);
|
|
75
74
|
|
|
76
75
|
content: "";
|
|
77
76
|
|
|
@@ -79,7 +78,7 @@
|
|
|
79
78
|
|
|
80
79
|
transform: translateX(padding);
|
|
81
80
|
|
|
82
|
-
border-radius: calc(unit * 0.75);
|
|
81
|
+
border-radius: calc(var(--ring-unit) * 0.75);
|
|
83
82
|
background-color: var(--ring-toggle-item-color);
|
|
84
83
|
}
|
|
85
84
|
}
|
|
@@ -94,32 +93,32 @@
|
|
|
94
93
|
|
|
95
94
|
.size16 {
|
|
96
95
|
& .switchWrapper {
|
|
97
|
-
width: calc(unit * 3);
|
|
98
|
-
height: calc(unit * 2);
|
|
96
|
+
width: calc(var(--ring-unit) * 3);
|
|
97
|
+
height: calc(var(--ring-unit) * 2);
|
|
99
98
|
|
|
100
99
|
vertical-align: -3px;
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
& .switch {
|
|
104
|
-
border-radius: unit;
|
|
103
|
+
border-radius: var(--ring-unit);
|
|
105
104
|
|
|
106
105
|
&::before {
|
|
107
|
-
width: calc(unit * 1.5);
|
|
108
|
-
height: calc(unit * 1.5);
|
|
106
|
+
width: calc(var(--ring-unit) * 1.5);
|
|
107
|
+
height: calc(var(--ring-unit) * 1.5);
|
|
109
108
|
|
|
110
|
-
border-radius: calc(unit * 0.75);
|
|
109
|
+
border-radius: calc(var(--ring-unit) * 0.75);
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
|
|
114
113
|
/* stylelint-disable-next-line selector-max-specificity */
|
|
115
114
|
& .input:checked + ::before {
|
|
116
|
-
transform: translateX(calc(unit * 1.5 - padding));
|
|
115
|
+
transform: translateX(calc(var(--ring-unit) * 1.5 - padding));
|
|
117
116
|
}
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
.size14 {
|
|
121
120
|
& .switchWrapper {
|
|
122
|
-
width: calc(unit * 3);
|
|
121
|
+
width: calc(var(--ring-unit) * 3);
|
|
123
122
|
height: 14px;
|
|
124
123
|
|
|
125
124
|
vertical-align: -2px;
|
|
@@ -144,26 +143,26 @@
|
|
|
144
143
|
|
|
145
144
|
.size20 {
|
|
146
145
|
& .switchWrapper {
|
|
147
|
-
width: calc(unit * 4);
|
|
148
|
-
height: calc(unit * 2.5);
|
|
146
|
+
width: calc(var(--ring-unit) * 4);
|
|
147
|
+
height: calc(var(--ring-unit) * 2.5);
|
|
149
148
|
|
|
150
149
|
vertical-align: -5px;
|
|
151
150
|
}
|
|
152
151
|
|
|
153
152
|
& .switch {
|
|
154
|
-
border-radius: calc(unit * 1.25);
|
|
153
|
+
border-radius: calc(var(--ring-unit) * 1.25);
|
|
155
154
|
|
|
156
155
|
&::before {
|
|
157
|
-
width: calc(unit * 2);
|
|
158
|
-
height: calc(unit * 2);
|
|
156
|
+
width: calc(var(--ring-unit) * 2);
|
|
157
|
+
height: calc(var(--ring-unit) * 2);
|
|
159
158
|
|
|
160
|
-
border-radius: calc(unit);
|
|
159
|
+
border-radius: calc(var(--ring-unit));
|
|
161
160
|
}
|
|
162
161
|
}
|
|
163
162
|
|
|
164
163
|
/* stylelint-disable-next-line selector-max-specificity */
|
|
165
164
|
& .input:checked + ::before {
|
|
166
|
-
transform: translateX(calc(unit * 2 - padding));
|
|
165
|
+
transform: translateX(calc(var(--ring-unit) * 2 - padding));
|
|
167
166
|
}
|
|
168
167
|
}
|
|
169
168
|
|
|
@@ -181,7 +180,7 @@
|
|
|
181
180
|
|
|
182
181
|
content: "";
|
|
183
182
|
|
|
184
|
-
border-radius: unit;
|
|
183
|
+
border-radius: var(--ring-unit);
|
|
185
184
|
background-image:
|
|
186
185
|
linear-gradient(
|
|
187
186
|
45deg,
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
|
-
|
|
5
3
|
.tooltip {
|
|
6
|
-
max-width: calc(unit * 50);
|
|
7
|
-
padding: unit;
|
|
4
|
+
max-width: calc(var(--ring-unit) * 50);
|
|
5
|
+
padding: var(--ring-unit);
|
|
8
6
|
|
|
9
7
|
text-align: left;
|
|
10
8
|
|
|
@@ -12,7 +10,7 @@
|
|
|
12
10
|
}
|
|
13
11
|
|
|
14
12
|
.long {
|
|
15
|
-
padding: unit calc(unit * 1.5);
|
|
13
|
+
padding: var(--ring-unit) calc(var(--ring-unit) * 1.5);
|
|
16
14
|
|
|
17
15
|
font-size: var(--ring-font-size-smaller);
|
|
18
16
|
line-height: var(--ring-line-height-lowest);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value
|
|
3
|
+
@value extra-small-screen-media from "../global/global.css";
|
|
4
4
|
|
|
5
5
|
.agreementDialog {
|
|
6
6
|
padding-bottom: 80px;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.suggestion {
|
|
20
|
-
padding-bottom: unit;
|
|
20
|
+
padding-bottom: var(--ring-unit);
|
|
21
21
|
|
|
22
22
|
white-space: nowrap;
|
|
23
23
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
-
@value unit from "../global/global.css";
|
|
4
|
-
|
|
5
3
|
.userCardSpaced {
|
|
6
|
-
padding: calc(unit * 2) calc(unit * 2);
|
|
4
|
+
padding: calc(var(--ring-unit) * 2) calc(var(--ring-unit) * 2);
|
|
7
5
|
}
|
|
8
6
|
|
|
9
7
|
.userInformationContainer {
|
|
@@ -111,8 +109,8 @@
|
|
|
111
109
|
.userActiveStatus {
|
|
112
110
|
display: inline-block;
|
|
113
111
|
|
|
114
|
-
width: unit;
|
|
115
|
-
height: unit;
|
|
112
|
+
width: var(--ring-unit);
|
|
113
|
+
height: var(--ring-unit);
|
|
116
114
|
margin-right: var(--ring-unit);
|
|
117
115
|
margin-left: 6px;
|
|
118
116
|
|