@jetbrains/ring-ui 7.0.124 → 8.0.0-beta.10
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/babel.config.js +1 -9
- package/components/auth-dialog-service/auth-dialog-service.js +2 -2
- package/components/avatar/avatar-info.js +0 -2
- package/components/avatar/avatar-size.d.ts +0 -4
- package/components/avatar/avatar-size.js +0 -4
- package/components/avatar/avatar.js +0 -6
- package/components/avatar/fallback-avatar.js +0 -28
- package/components/avatar-stack/avatar-stack.js +1 -1
- package/components/button/button.css +4 -4
- package/components/button/button.d.ts +0 -4
- package/components/button/button.js +2 -7
- package/components/button-group/button-group.css +23 -23
- package/components/button-toolbar/button-toolbar.css +2 -2
- package/components/checkbox/checkbox.d.ts +1 -1
- package/components/collapse/collapse-content.js +7 -16
- package/components/collapse/collapse-context.d.ts +1 -0
- package/components/collapse/collapse-context.js +1 -0
- package/components/collapse/collapse-control.js +2 -2
- package/components/collapse/collapse.css +8 -2
- package/components/collapse/collapse.js +10 -2
- package/components/collapsible-group/collapsible-group.css +1 -1
- package/components/collapsible-group/collapsible-group.d.ts +5 -1
- package/components/collapsible-group/collapsible-group.js +13 -22
- package/components/confirm-service/confirm-service.js +2 -2
- package/components/contenteditable/contenteditable.js +1 -2
- package/components/data-list/data-list.d.ts +4 -4
- package/components/data-list/data-list.js +2 -2
- package/components/data-list/data-list.mock.d.ts +1 -1
- package/components/data-list/item.d.ts +1 -1
- package/components/data-list/selection.d.ts +1 -1
- package/components/data-list/selection.js +1 -1
- package/components/date-picker/month.d.ts +0 -2
- package/components/date-picker/month.js +5 -5
- package/components/date-picker/months.js +8 -7
- package/components/date-picker/use-scroll-behavior.js +5 -6
- package/components/date-picker/years.js +11 -10
- package/components/dialog/dialog.d.ts +2 -2
- package/components/dialog/dialog.js +2 -2
- package/components/dropdown-menu/dropdown-menu.d.ts +4 -4
- package/components/dropdown-menu/dropdown-menu.js +4 -4
- package/components/editable-heading/editable-heading.d.ts +1 -2
- package/components/editable-heading/editable-heading.js +5 -6
- package/components/global/compose-refs.d.ts +2 -1
- package/components/global/compose-refs.js +24 -8
- package/components/global/configuration.d.ts +0 -5
- package/components/global/configuration.js +0 -7
- package/components/global/create-stateful-context.js +5 -5
- package/components/global/focus-with-temporary-tabindex.d.ts +11 -0
- package/components/global/focus-with-temporary-tabindex.js +21 -0
- package/components/global/intersection-observer-context.d.ts +46 -0
- package/components/global/intersection-observer-context.js +91 -0
- package/components/global/is-within-interactive-element.d.ts +6 -0
- package/components/global/is-within-interactive-element.js +26 -0
- package/components/global/is-within-navigable-element.d.ts +6 -0
- package/components/global/is-within-navigable-element.js +27 -0
- package/components/global/parse-css-duration.d.ts +5 -0
- package/components/global/parse-css-duration.js +13 -0
- package/components/global/rerender-hoc.d.ts +4 -2
- package/components/global/rerender-hoc.js +4 -4
- package/components/global/schedule-with-cleanup.d.ts +12 -0
- package/components/global/schedule-with-cleanup.js +34 -0
- package/components/{table/selection.d.ts → global/table-selection.d.ts} +15 -15
- package/components/{table/selection.js → global/table-selection.js} +3 -3
- package/components/global/theme.d.ts +4 -3
- package/components/global/theme.js +8 -8
- package/components/global/variables.css +0 -10
- package/components/global/variables.interface.d.ts +0 -4
- package/components/global/variables_dark.css +0 -7
- package/components/i18n/i18n-context.js +1 -1
- package/components/icon/icon-svg.js +2 -3
- package/components/icon/icon.css +0 -27
- package/components/icon/icon.d.ts +0 -1
- package/components/icon/icon.js +2 -4
- package/components/input/input.d.ts +1 -1
- package/components/island/adaptive-island-hoc.js +4 -4
- package/components/island/content.d.ts +7 -2
- package/components/island/content.js +5 -5
- package/components/{table → legacy-table}/cell.js +1 -1
- package/components/{table → legacy-table}/header-cell.js +1 -1
- package/components/{table → legacy-table}/header.js +1 -1
- package/components/legacy-table/legacy-table.css +260 -0
- package/components/{table → legacy-table}/multitable.d.ts +1 -1
- package/components/{table → legacy-table}/row.d.ts +1 -1
- package/components/{table → legacy-table}/row.js +1 -1
- package/components/legacy-table/selection-adapter.d.ts +6 -0
- package/components/{table → legacy-table}/selection-shortcuts-hoc.d.ts +5 -5
- package/components/{table → legacy-table}/simple-table.d.ts +2 -2
- package/components/{table → legacy-table}/simple-table.js +3 -3
- package/components/{table → legacy-table}/smart-table.d.ts +5 -5
- package/components/{table → legacy-table}/smart-table.js +3 -3
- package/components/legacy-table/table.d.ts +109 -0
- package/components/legacy-table/table.js +191 -0
- package/components/list/consts.d.ts +0 -1
- package/components/list/consts.js +0 -1
- package/components/list/list.d.ts +0 -4
- package/components/login-dialog/service.js +2 -2
- package/components/popup/popup.target.d.ts +3 -2
- package/components/popup/popup.target.js +4 -6
- package/components/query-assist/query-assist.d.ts +3 -1
- package/components/query-assist/query-assist.js +2 -2
- package/components/radio/radio-item.d.ts +3 -3
- package/components/radio/radio-item.js +3 -4
- package/components/radio/radio.d.ts +2 -2
- package/components/radio/radio.js +1 -1
- package/components/select/select-popup.d.ts +3 -2
- package/components/select/select-popup.js +3 -3
- package/components/select/select.d.ts +6 -2
- package/components/select/select.js +2 -4
- package/components/selection-toolbar/selection-toolbar.css +86 -0
- package/components/selection-toolbar/selection-toolbar.d.ts +11 -0
- package/components/selection-toolbar/selection-toolbar.js +23 -0
- package/components/slider/slider.js +4 -5
- package/components/tab-trap/tab-trap.d.ts +3 -3
- package/components/tab-trap/tab-trap.js +3 -5
- package/components/table/default-item-renderer.d.ts +55 -0
- package/components/table/default-item-renderer.js +77 -0
- package/components/table/internal/reorder-animation-context.d.ts +21 -0
- package/components/table/internal/reorder-animation-context.js +60 -0
- package/components/table/internal/reorder-handle.d.ts +9 -0
- package/components/table/internal/reorder-handle.js +334 -0
- package/components/table/internal/reorder-layout-context.d.ts +16 -0
- package/components/table/internal/reorder-layout-context.js +69 -0
- package/components/table/internal/table-header.d.ts +1 -0
- package/components/table/internal/table-header.js +143 -0
- package/components/table/internal/virtualization.d.ts +41 -0
- package/components/table/internal/virtualization.js +186 -0
- package/components/table/item-virtualization.d.ts +37 -0
- package/components/table/item-virtualization.js +26 -0
- package/components/table/reorder-animation.d.ts +37 -0
- package/components/table/reorder-animation.js +11 -0
- package/components/table/reorder-item-layout.d.ts +32 -0
- package/components/table/reorder-item-layout.js +23 -0
- package/components/table/table-const.d.ts +10 -0
- package/components/table/table-const.js +10 -0
- package/components/table/table-primitives.d.ts +64 -0
- package/components/table/table-primitives.js +34 -0
- package/components/table/table-props.d.ts +304 -0
- package/components/table/table-props.js +1 -0
- package/components/table/table.css +156 -167
- package/components/table/table.d.ts +231 -107
- package/components/table/table.js +319 -183
- package/components/tags-input/tags-input.d.ts +3 -1
- package/components/tooltip/tooltip.d.ts +2 -1
- package/components/tooltip/tooltip.js +6 -5
- package/components/upload/upload.d.ts +4 -3
- package/components/upload/upload.js +3 -7
- package/components/user-agreement/service.js +2 -2
- package/components/util-stories.d.ts +26 -0
- package/components/util-stories.js +61 -0
- package/package.json +45 -48
- package/components/content-layout/content-layout.css +0 -109
- package/components/content-layout/content-layout.d.ts +0 -20
- package/components/content-layout/content-layout.js +0 -40
- package/components/content-layout/sidebar.d.ts +0 -26
- package/components/content-layout/sidebar.js +0 -71
- package/components/date-picker/use-intersection-observer.d.ts +0 -6
- package/components/date-picker/use-intersection-observer.js +0 -48
- package/components/expand/collapsible-group.css +0 -76
- package/components/expand/collapsible-group.d.ts +0 -8
- package/components/expand/collapsible-group.js +0 -14
- package/components/global/composeRefs.d.ts +0 -6
- package/components/global/composeRefs.js +0 -7
- package/components/global/use-event-callback.d.ts +0 -4
- package/components/global/use-event-callback.js +0 -20
- package/components/grid/col.d.ts +0 -16
- package/components/grid/col.js +0 -35
- package/components/grid/grid.css +0 -920
- package/components/grid/grid.d.ts +0 -13
- package/components/grid/grid.js +0 -19
- package/components/grid/row.d.ts +0 -21
- package/components/grid/row.js +0 -41
- package/components/old-browsers-message/__mocks__/old-browsers-message.js +0 -1
- package/components/old-browsers-message/old-browsers-message-stop.d.ts +0 -1
- package/components/old-browsers-message/old-browsers-message-stop.js +0 -2
- package/components/old-browsers-message/old-browsers-message.css +0 -26
- package/components/old-browsers-message/old-browsers-message.d.ts +0 -5
- package/components/old-browsers-message/old-browsers-message.js +0 -86
- package/components/old-browsers-message/white-list.d.ts +0 -2
- package/components/old-browsers-message/white-list.js +0 -24
- package/components/table/selection-adapter.d.ts +0 -6
- /package/components/{table → legacy-table}/cell.d.ts +0 -0
- /package/components/{table → legacy-table}/disable-hover-hoc.d.ts +0 -0
- /package/components/{table → legacy-table}/disable-hover-hoc.js +0 -0
- /package/components/{table → legacy-table}/header-cell.d.ts +0 -0
- /package/components/{table → legacy-table}/header.d.ts +0 -0
- /package/components/{table → legacy-table}/multitable.js +0 -0
- /package/components/{table → legacy-table}/row-with-focus-sensor.d.ts +0 -0
- /package/components/{table → legacy-table}/row-with-focus-sensor.js +0 -0
- /package/components/{table → legacy-table}/selection-adapter.js +0 -0
- /package/components/{table → legacy-table}/selection-shortcuts-hoc.js +0 -0
- /package/components/{table → legacy-table}/table.examples2.json +0 -0
|
@@ -1,260 +1,249 @@
|
|
|
1
1
|
@import '../global/variables.css';
|
|
2
2
|
|
|
3
|
-
.tableWrapper {
|
|
4
|
-
--ring-table-compensate: 2px;
|
|
5
|
-
--ring-table-compensated: calc(calc(4 * var(--ring-unit)) - var(--ring-table-compensate));
|
|
6
|
-
--ring-table-top: -3px;
|
|
7
|
-
|
|
8
|
-
position: relative;
|
|
9
|
-
font-variant-numeric: var(--ring-font-variant-numeric);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
3
|
.table {
|
|
4
|
+
--reorder-animation-fade-out-duration: 600ms;
|
|
5
|
+
|
|
13
6
|
width: 100%;
|
|
14
7
|
|
|
15
8
|
border-spacing: 0;
|
|
16
|
-
}
|
|
17
9
|
|
|
18
|
-
|
|
19
|
-
user-select: none;
|
|
10
|
+
border-style: none;
|
|
20
11
|
}
|
|
21
12
|
|
|
22
|
-
.
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
box-sizing: border-box;
|
|
26
|
-
height: calc(var(--ring-unit) * 3);
|
|
27
|
-
padding-right: calc(var(--ring-unit) * 5);
|
|
28
|
-
|
|
29
|
-
text-align: left;
|
|
30
|
-
white-space: nowrap;
|
|
13
|
+
.stickyHeader {
|
|
14
|
+
position: sticky;
|
|
15
|
+
z-index: var(--ring-overlay-z-index);
|
|
31
16
|
|
|
32
|
-
|
|
17
|
+
top: 0;
|
|
33
18
|
|
|
34
|
-
|
|
19
|
+
background-color: rgba(var(--ring-content-background-components), 0.85);
|
|
20
|
+
backdrop-filter: blur(8px);
|
|
35
21
|
}
|
|
36
22
|
|
|
37
|
-
|
|
38
|
-
|
|
23
|
+
@property --header-cell-shadow-color {
|
|
24
|
+
syntax: '<color>';
|
|
25
|
+
inherits: true;
|
|
26
|
+
initial-value: transparent;
|
|
39
27
|
}
|
|
40
28
|
|
|
41
|
-
.headerCell
|
|
42
|
-
|
|
43
|
-
padding-right: calc(var(--ring-unit) * 4);
|
|
44
|
-
}
|
|
29
|
+
.headerCell {
|
|
30
|
+
margin: 0;
|
|
45
31
|
|
|
46
|
-
|
|
47
|
-
width: initial;
|
|
48
|
-
max-width: none;
|
|
49
|
-
}
|
|
32
|
+
padding: calc(var(--ring-unit) * 0.75) var(--ring-unit);
|
|
50
33
|
|
|
51
|
-
|
|
52
|
-
font-weight: var(--ring-font-weight-bold);
|
|
53
|
-
}
|
|
34
|
+
transition: background-color var(--ring-fast-ease), --header-cell-shadow-color var(--ring-fast-ease);
|
|
54
35
|
|
|
55
|
-
|
|
56
|
-
cursor: pointer;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.headerCell .sorter {
|
|
60
|
-
position: absolute;
|
|
61
|
-
top: 5px;
|
|
36
|
+
border-bottom: 1px solid var(--ring-line-color);
|
|
62
37
|
|
|
63
|
-
|
|
38
|
+
box-shadow: inset 1px 0 0 var(--header-cell-shadow-color), 1px 0 0 var(--header-cell-shadow-color);
|
|
64
39
|
|
|
65
|
-
|
|
40
|
+
&:hover {
|
|
41
|
+
--header-cell-shadow-color: var(--ring-line-color);
|
|
66
42
|
|
|
67
|
-
|
|
43
|
+
&:not(.reorderAnimationInitial, .reorderAnimationFadeOut) {
|
|
44
|
+
background-color: var(--ring-grey-container-light-color);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
68
47
|
}
|
|
69
48
|
|
|
70
|
-
.
|
|
71
|
-
display:
|
|
72
|
-
|
|
49
|
+
.headerCellInnerWrapper {
|
|
50
|
+
display: flex;
|
|
51
|
+
justify-content: start;
|
|
73
52
|
|
|
74
|
-
|
|
75
|
-
transform: rotate(180deg);
|
|
76
|
-
transform-origin: center 44%;
|
|
77
|
-
}
|
|
53
|
+
color: var(--ring-secondary-color);
|
|
78
54
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
padding-bottom: 6px;
|
|
55
|
+
font-size: var(--ring-font-size-smaller);
|
|
56
|
+
font-weight: normal;
|
|
82
57
|
|
|
83
|
-
|
|
84
|
-
|
|
58
|
+
.sortAndHeader {
|
|
59
|
+
flex-grow: 1;
|
|
85
60
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
61
|
+
text-align: left;
|
|
62
|
+
white-space: nowrap;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.rightButtons {
|
|
66
|
+
margin-left: 4px;
|
|
67
|
+
}
|
|
89
68
|
}
|
|
90
69
|
|
|
91
|
-
.
|
|
92
|
-
|
|
70
|
+
.tableButton {
|
|
71
|
+
margin: unset;
|
|
72
|
+
padding: unset;
|
|
93
73
|
|
|
94
|
-
|
|
74
|
+
cursor: pointer;
|
|
95
75
|
|
|
96
|
-
|
|
76
|
+
transition: color var(--ring-fast-ease);
|
|
77
|
+
text-align: unset;
|
|
97
78
|
|
|
98
|
-
|
|
79
|
+
color: unset;
|
|
80
|
+
border: unset;
|
|
81
|
+
background: unset;
|
|
99
82
|
|
|
100
|
-
|
|
101
|
-
}
|
|
83
|
+
font: unset;
|
|
102
84
|
|
|
103
|
-
|
|
104
|
-
|
|
85
|
+
&:hover {
|
|
86
|
+
color: var(--ring-main-hover-color);
|
|
87
|
+
}
|
|
105
88
|
|
|
106
|
-
|
|
107
|
-
|
|
89
|
+
&:focus-visible {
|
|
90
|
+
border-radius: 2px;
|
|
91
|
+
outline: 2px solid var(--ring-button-focus-border-color);
|
|
92
|
+
}
|
|
108
93
|
|
|
109
|
-
|
|
94
|
+
&:focus-within {
|
|
95
|
+
color: var(--ring-main-hover-color);
|
|
96
|
+
}
|
|
110
97
|
}
|
|
111
98
|
|
|
112
|
-
.
|
|
113
|
-
|
|
99
|
+
.deleteColumnButton {
|
|
100
|
+
pointer-events: none;
|
|
114
101
|
|
|
115
|
-
|
|
116
|
-
}
|
|
102
|
+
color: transparent;
|
|
117
103
|
|
|
118
|
-
|
|
119
|
-
.
|
|
120
|
-
|
|
121
|
-
|
|
104
|
+
.theadColumnEditing &,
|
|
105
|
+
.headerCell:hover &,
|
|
106
|
+
&:focus {
|
|
107
|
+
pointer-events: unset;
|
|
108
|
+
}
|
|
122
109
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
110
|
+
/* stylelint-disable-next-line selector-max-specificity */
|
|
111
|
+
.theadColumnEditing &:not(:focus),
|
|
112
|
+
/* stylelint-disable-next-line selector-max-specificity */
|
|
113
|
+
.headerCell:hover &:not(:focus) {
|
|
114
|
+
color: unset;
|
|
115
|
+
}
|
|
126
116
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
box-shadow: inset 2px 0 var(--ring-main-color);
|
|
117
|
+
/* stylelint-disable-next-line selector-max-specificity */
|
|
118
|
+
.headerCell:hover &:hover:not(:focus),
|
|
119
|
+
&:focus {
|
|
120
|
+
color: var(--ring-main-hover-color);
|
|
121
|
+
}
|
|
133
122
|
}
|
|
134
123
|
|
|
135
|
-
.
|
|
136
|
-
|
|
137
|
-
top: 0;
|
|
138
|
-
right: 0;
|
|
139
|
-
bottom: 0;
|
|
140
|
-
left: 0;
|
|
124
|
+
.columnReorderHandle {
|
|
125
|
+
overflow: hidden;
|
|
141
126
|
|
|
142
|
-
|
|
143
|
-
align-items: center;
|
|
144
|
-
justify-content: center;
|
|
127
|
+
width: 0;
|
|
145
128
|
|
|
146
|
-
|
|
147
|
-
}
|
|
129
|
+
cursor: grab;
|
|
148
130
|
|
|
149
|
-
|
|
150
|
-
composes: ellipsis from '../global/global.css';
|
|
131
|
+
transition: color var(--ring-fast-ease), width var(--ring-fast-ease), margin-right var(--ring-fast-ease);
|
|
151
132
|
|
|
152
|
-
|
|
133
|
+
border-radius: var(--ring-border-radius);
|
|
134
|
+
touch-action: none;
|
|
135
|
+
}
|
|
153
136
|
|
|
154
|
-
|
|
137
|
+
.itemReorderHandle {
|
|
138
|
+
cursor: grab;
|
|
155
139
|
|
|
156
|
-
|
|
157
|
-
padding: 0;
|
|
158
|
-
padding-right: calc(var(--ring-unit) * 5);
|
|
140
|
+
color: var(--ring-secondary-color);
|
|
159
141
|
|
|
160
|
-
|
|
142
|
+
border-radius: var(--ring-border-radius);
|
|
143
|
+
touch-action: none;
|
|
161
144
|
}
|
|
162
145
|
|
|
163
|
-
.
|
|
164
|
-
|
|
146
|
+
.theadColumnEditing .columnReorderHandle,
|
|
147
|
+
.headerCell:hover .columnReorderHandle,
|
|
148
|
+
.columnReorderHandle:focus-visible {
|
|
149
|
+
width: 12px;
|
|
150
|
+
margin-right: 4px;
|
|
165
151
|
}
|
|
166
152
|
|
|
167
|
-
.
|
|
168
|
-
|
|
153
|
+
.columnReorderHandleMirror {
|
|
154
|
+
display: inline-block;
|
|
169
155
|
|
|
170
|
-
|
|
156
|
+
width: 12px;
|
|
157
|
+
margin-left: 4px;
|
|
171
158
|
|
|
172
|
-
|
|
173
|
-
padding-right: calc(var(--ring-unit) * 4);
|
|
159
|
+
transition: width var(--ring-fast-ease), margin-left var(--ring-fast-ease);
|
|
174
160
|
}
|
|
175
161
|
|
|
176
|
-
.
|
|
177
|
-
|
|
178
|
-
|
|
162
|
+
.theadColumnEditing .columnReorderHandleMirror,
|
|
163
|
+
.headerCell:hover .columnReorderHandleMirror,
|
|
164
|
+
.columnReorderHandle:focus-visible ~ .columnReorderHandleMirror {
|
|
165
|
+
width: 0;
|
|
166
|
+
margin-left: 0;
|
|
179
167
|
}
|
|
180
168
|
|
|
181
|
-
.
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
}
|
|
169
|
+
.editColumnsButton {
|
|
170
|
+
& svg {
|
|
171
|
+
transition: transform var(--ring-fast-ease);
|
|
172
|
+
}
|
|
185
173
|
|
|
186
|
-
.
|
|
187
|
-
|
|
174
|
+
.theadColumnEditing & svg {
|
|
175
|
+
transform: rotate(90deg);
|
|
176
|
+
}
|
|
188
177
|
}
|
|
189
178
|
|
|
190
|
-
.
|
|
191
|
-
|
|
192
|
-
}
|
|
179
|
+
.dragFrame {
|
|
180
|
+
position: fixed;
|
|
193
181
|
|
|
194
|
-
|
|
195
|
-
position: relative;
|
|
182
|
+
z-index: var(--ring-overlay-z-index);
|
|
196
183
|
|
|
197
|
-
|
|
184
|
+
pointer-events: none;
|
|
198
185
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
186
|
+
border: 2px solid var(--ring-border-accent-color);
|
|
187
|
+
border-radius: calc(2 * var(--ring-border-radius));
|
|
202
188
|
|
|
203
|
-
.
|
|
204
|
-
padding-top: 1px;
|
|
189
|
+
background-color: rgba(var(--ring-border-accent-components), 0.06);
|
|
205
190
|
}
|
|
206
191
|
|
|
207
|
-
.
|
|
208
|
-
|
|
209
|
-
left: calc(-2 * var(--ring-unit));
|
|
192
|
+
.insertionIndicator {
|
|
193
|
+
position: fixed;
|
|
210
194
|
|
|
211
|
-
|
|
195
|
+
z-index: var(--ring-overlay-z-index);
|
|
212
196
|
|
|
213
|
-
|
|
197
|
+
background-color: var(--ring-main-color);
|
|
214
198
|
}
|
|
215
199
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
position: absolute;
|
|
200
|
+
.reorderAnimationInitial {
|
|
201
|
+
transition: none;
|
|
219
202
|
|
|
220
|
-
|
|
221
|
-
padding: 0;
|
|
203
|
+
background-color: rgba(var(--ring-border-accent-components), 0.12);
|
|
222
204
|
}
|
|
223
205
|
|
|
224
|
-
.
|
|
225
|
-
|
|
226
|
-
opacity: 1;
|
|
227
|
-
}
|
|
206
|
+
.reorderAnimationFadeOut {
|
|
207
|
+
transition: background-color var(--reorder-animation-fade-out-duration) ease-out;
|
|
228
208
|
|
|
229
|
-
|
|
230
|
-
padding-right: calc(var(--ring-unit) / 2);
|
|
231
|
-
padding-left: 7px;
|
|
209
|
+
background-color: transparent;
|
|
232
210
|
}
|
|
233
211
|
|
|
234
|
-
.
|
|
235
|
-
|
|
212
|
+
.spacerRow {
|
|
213
|
+
margin: 0;
|
|
214
|
+
padding: 0;
|
|
236
215
|
|
|
237
|
-
|
|
216
|
+
border: 0;
|
|
238
217
|
}
|
|
239
218
|
|
|
240
|
-
.
|
|
241
|
-
|
|
219
|
+
.spacerCell {
|
|
220
|
+
margin: 0;
|
|
221
|
+
padding: 0;
|
|
242
222
|
|
|
243
|
-
|
|
223
|
+
border: 0;
|
|
244
224
|
}
|
|
245
225
|
|
|
246
|
-
.
|
|
247
|
-
|
|
226
|
+
.row:focus {
|
|
227
|
+
border-radius: var(--ring-border-radius);
|
|
228
|
+
outline: 2px solid var(--ring-button-focus-border-color);
|
|
248
229
|
}
|
|
249
230
|
|
|
250
|
-
.
|
|
251
|
-
|
|
231
|
+
.clickableRow {
|
|
232
|
+
cursor: pointer;
|
|
252
233
|
|
|
253
|
-
|
|
234
|
+
transition: background-color var(--ring-fast-ease);
|
|
235
|
+
|
|
236
|
+
&:not(.selectedRow):hover {
|
|
237
|
+
background-color: var(--ring-hover-background-color);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.selectedRow {
|
|
242
|
+
background-color: var(--ring-selected-background-color);
|
|
254
243
|
}
|
|
255
244
|
|
|
256
|
-
.
|
|
257
|
-
padding:
|
|
245
|
+
.cell {
|
|
246
|
+
padding: var(--ring-unit);
|
|
258
247
|
|
|
259
|
-
|
|
248
|
+
border-bottom: 1px solid var(--ring-line-color);
|
|
260
249
|
}
|