@jetbrains/ring-ui-built 7.0.0-beta.5 → 7.0.0-beta.7
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/button__classes.js +11 -10
- package/components/_helpers/input.js +1 -1
- package/components/_helpers/query-assist__suggestions.js +1 -1
- package/components/auth/iframe-flow.js +1 -1
- package/components/auth-dialog/auth-dialog.js +1 -1
- package/components/auth-dialog-service/auth-dialog-service.js +1 -1
- package/components/breadcrumbs/breadcrumbs.js +3 -2
- package/components/button/button.js +30 -32
- package/components/button/button__classes.d.ts +1 -1
- package/components/confirm/confirm.js +1 -1
- package/components/confirm-service/confirm-service.js +1 -1
- package/components/data-list/data-list.js +1 -1
- package/components/data-list/item.js +1 -1
- package/components/date-picker/date-input.js +1 -1
- package/components/date-picker/date-popup.js +1 -1
- package/components/dialog/dialog.js +1 -1
- package/components/global/rerender-hoc.d.ts +2 -2
- package/components/header/header-icon.js +1 -1
- package/components/header/profile.js +1 -1
- package/components/input/input.js +1 -1
- package/components/login-dialog/login-dialog.js +1 -1
- package/components/login-dialog/service.js +1 -1
- package/components/message/message.js +2 -2
- package/components/old-browsers-message/white-list.js +2 -2
- package/components/pager/pager.js +16 -15
- package/components/select/select.d.ts +3 -0
- package/components/select/select.js +13 -2
- package/components/select/select__filter.js +1 -1
- package/components/style.css +1 -1
- package/components/toggle/toggle.js +1 -1
- package/components/user-agreement/user-agreement.js +1 -1
- package/components/user-card/card.js +1 -1
- package/package.json +3 -3
@@ -32,8 +32,8 @@ import '../popup/popup.target.js';
|
|
32
32
|
import '../_helpers/dialog__body-scroll-preventer.js';
|
33
33
|
import 'scrollbar-width';
|
34
34
|
import '@jetbrains/icons/chevron-down';
|
35
|
-
import '../icon/icon.js';
|
36
35
|
import 'util-deprecate';
|
36
|
+
import '../icon/icon.js';
|
37
37
|
import '../icon/icon__constants.js';
|
38
38
|
import '../_helpers/icon__svg.js';
|
39
39
|
import 'core-js/modules/es.string.replace.js';
|
@@ -32,9 +32,9 @@ import '@jetbrains/icons/close';
|
|
32
32
|
import '../loader-inline/loader-inline.js';
|
33
33
|
import '../button/button.js';
|
34
34
|
import '@jetbrains/icons/chevron-down';
|
35
|
+
import 'util-deprecate';
|
35
36
|
import '../global/controls-height.js';
|
36
37
|
import '../_helpers/button__classes.js';
|
37
|
-
import 'util-deprecate';
|
38
38
|
import '../_helpers/icon__svg.js';
|
39
39
|
import '../global/memoize.js';
|
40
40
|
import '../_helpers/theme.js';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jetbrains/ring-ui-built",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.7",
|
4
4
|
"description": "JetBrains UI library",
|
5
5
|
"author": "JetBrains",
|
6
6
|
"license": "Apache-2.0",
|
@@ -92,11 +92,11 @@
|
|
92
92
|
"change-case": "^4.1.1",
|
93
93
|
"classnames": "^2.5.1",
|
94
94
|
"combokeys": "^3.0.1",
|
95
|
-
"date-fns": "^
|
95
|
+
"date-fns": "^4.0.0",
|
96
96
|
"element-resize-detector": "^1.2.4",
|
97
97
|
"es6-error": "^4.1.1",
|
98
98
|
"fastdom": "^1.0.12",
|
99
|
-
"focus-trap": "^7.
|
99
|
+
"focus-trap": "^7.6.0",
|
100
100
|
"highlight.js": "^10.7.2",
|
101
101
|
"just-debounce-it": "^3.2.0",
|
102
102
|
"memoize-one": "^6.0.0",
|