@itwin/itwinui-css 0.59.2 → 1.0.0-dev.0
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/CHANGELOG.md +21 -0
- package/README.md +1 -4
- package/css/alert.css +273 -139
- package/css/all.css +4046 -4967
- package/css/anchor.css +1 -5
- package/css/{user-icon.css → avatar.css} +51 -71
- package/css/backdrop.css +24 -0
- package/css/badge.css +2 -2
- package/css/blockquote.css +1 -4
- package/css/breadcrumbs.css +64 -137
- package/css/button.css +264 -349
- package/css/carousel.css +8 -16
- package/css/checkbox.css +149 -0
- package/css/code.css +5 -13
- package/css/color-picker.css +6 -44
- package/css/date-picker.css +6 -65
- package/css/dialog.css +63 -101
- package/css/expandable-block.css +1 -32
- package/css/fieldset.css +2 -7
- package/css/file-upload.css +0 -15
- package/css/footer.css +1 -9
- package/css/global.css +8 -63
- package/css/header.css +312 -398
- package/css/icon.css +0 -30
- package/css/information-panel.css +1 -15
- package/css/input.css +162 -0
- package/css/keyboard.css +2 -6
- package/css/location-marker.css +1 -12
- package/css/menu.css +1 -17
- package/css/progress-indicator.css +1 -93
- package/css/radio-tile.css +38 -65
- package/css/radio.css +156 -0
- package/css/select.css +230 -0
- package/css/side-navigation.css +5 -20
- package/css/skip-to-content.css +0 -3
- package/css/slider.css +2 -14
- package/css/stepper.css +141 -0
- package/css/surface.css +0 -1
- package/css/table.css +252 -339
- package/css/tabs.css +26 -65
- package/css/tag.css +7 -32
- package/css/text.css +1 -3
- package/css/textarea.css +96 -0
- package/css/tile.css +169 -155
- package/css/time-picker.css +2 -14
- package/css/{toast-notification.css → toast.css} +3 -45
- package/css/toggle-switch.css +13 -60
- package/css/tooltip.css +1 -4
- package/css/tree.css +0 -14
- package/css/utils.css +609 -0
- package/css/workflow-diagram.css +67 -0
- package/package.json +11 -7
- package/scss/alert/alert.scss +50 -44
- package/scss/alert/classes.scss +24 -4
- package/scss/anchor/anchor.scss +76 -1
- package/scss/{user-icon/sizes.scss → avatar/avatar-sizes.scss} +6 -5
- package/scss/{user-icon/user-icon.scss → avatar/avatar.scss} +35 -70
- package/scss/avatar/classes.scss +27 -0
- package/scss/{user-icon → avatar}/index.scss +1 -2
- package/scss/backdrop/backdrop.scss +27 -0
- package/scss/backdrop/classes.scss +7 -0
- package/scss/backdrop/index.scss +3 -0
- package/scss/badge/badge.scss +4 -2
- package/scss/blockquote/blockquote.scss +4 -9
- package/scss/breadcrumbs/breadcrumbs.scss +13 -18
- package/scss/button/borderless.scss +20 -32
- package/scss/button/button-group.scss +15 -7
- package/scss/button/button.scss +64 -42
- package/scss/button/classes.scss +47 -37
- package/scss/button/default.scss +33 -41
- package/scss/button/idea.scss +4 -2
- package/scss/button/index.scss +3 -6
- package/scss/button/split-button.scss +45 -0
- package/scss/button/variant.scss +44 -0
- package/scss/carousel/carousel.scss +12 -23
- package/scss/{inputs → checkbox}/checkbox.scss +50 -2
- package/scss/checkbox/classes.scss +7 -0
- package/scss/checkbox/index.scss +3 -0
- package/scss/classes.scss +11 -6
- package/scss/code/code.scss +3 -5
- package/scss/code/codeblock.scss +7 -21
- package/scss/color-picker/color-picker.scss +32 -61
- package/scss/date-picker/date-picker.scss +21 -55
- package/scss/dialog/classes.scss +7 -6
- package/scss/dialog/dialog.scss +95 -130
- package/scss/expandable-block/block.scss +22 -50
- package/scss/fieldset/fieldset.scss +6 -12
- package/scss/file-upload/file-upload.scss +13 -23
- package/scss/footer/footer.scss +5 -15
- package/scss/header/classes.scss +70 -2
- package/scss/header/header-buttons.scss +316 -0
- package/scss/header/header.scss +40 -408
- package/scss/header/index.scss +1 -0
- package/scss/icon/{mixins.scss → icon.scss} +5 -15
- package/scss/icon/index.scss +1 -2
- package/scss/index.scss +11 -6
- package/scss/information-panel/information-panel.scss +8 -26
- package/scss/input/classes.scss +15 -0
- package/scss/input/index.scss +4 -0
- package/scss/{inputs → input}/input-with-icon.scss +1 -0
- package/scss/{inputs → input}/input.scss +15 -25
- package/scss/keyboard/keyboard.scss +5 -9
- package/scss/location-marker/data-rich.scss +5 -14
- package/scss/location-marker/default.scss +1 -3
- package/scss/location-marker/location-marker.scss +1 -3
- package/scss/location-marker/me.scss +7 -14
- package/scss/menu/menu.scss +16 -36
- package/scss/non-ideal-state/non-ideal-state.scss +2 -1
- package/scss/progress-indicator/classes.scss +0 -4
- package/scss/progress-indicator/linear.scss +9 -27
- package/scss/progress-indicator/overlay.scss +4 -10
- package/scss/progress-indicator/radial.scss +10 -98
- package/scss/radio/classes.scss +7 -0
- package/scss/radio/index.scss +3 -0
- package/scss/{inputs → radio}/radio.scss +1 -1
- package/scss/radio-tile/radio-tile.scss +41 -83
- package/scss/select/classes.scss +27 -0
- package/scss/select/index.scss +3 -0
- package/scss/select/select.scss +124 -0
- package/scss/side-navigation/side-navigation.scss +26 -34
- package/scss/skip-to-content/skip-to-content.scss +2 -3
- package/scss/slider/slider.scss +12 -23
- package/scss/stepper/classes.scss +32 -0
- package/scss/stepper/index.scss +3 -0
- package/scss/stepper/stepper.scss +151 -0
- package/scss/style/{variables.scss → global-variables.scss} +4 -2
- package/scss/style/global.scss +9 -10
- package/scss/{icon/variables.scss → style/icon-sizes.scss} +1 -1
- package/scss/style/index.scss +6 -6
- package/scss/style/theme.scss +0 -39
- package/scss/style/typography.scss +5 -4
- package/scss/surface/surface.scss +0 -1
- package/scss/table/classes.scss +24 -23
- package/scss/table/column-filter.scss +2 -5
- package/scss/table/index.scss +1 -2
- package/scss/table/paginator.scss +22 -30
- package/scss/table/sizes.scss +31 -0
- package/scss/table/{variables.scss → table-densities.scss} +2 -1
- package/scss/table/table.scss +156 -228
- package/scss/tabs/borderless.scss +9 -22
- package/scss/tabs/classes.scss +4 -0
- package/scss/tabs/default.scss +11 -25
- package/scss/tabs/pill.scss +5 -15
- package/scss/tabs/tabs.scss +30 -57
- package/scss/tag/classes.scss +1 -0
- package/scss/tag/tag.scss +11 -21
- package/scss/text/mixins.scss +1 -0
- package/scss/text/muted.scss +2 -4
- package/scss/text/skeleton.scss +8 -11
- package/scss/textarea/classes.scss +7 -0
- package/scss/textarea/index.scss +3 -0
- package/scss/{inputs → textarea}/textarea.scss +2 -1
- package/scss/tile/classes.scss +14 -2
- package/scss/tile/tile.scss +99 -80
- package/scss/time-picker/time-picker.scss +8 -17
- package/scss/{toast-notification → toast}/categories.scss +3 -7
- package/scss/{toast-notification → toast}/classes.scss +0 -0
- package/scss/{toast-notification → toast}/index.scss +0 -0
- package/scss/{toast-notification → toast}/toast.scss +7 -16
- package/scss/toggle-switch/toggle-switch.scss +11 -30
- package/scss/tooltip/tooltip.scss +4 -5
- package/scss/tree/tree.scss +10 -22
- package/scss/utils/classes.scss +6 -0
- package/scss/utils/index.scss +6 -0
- package/scss/{inputs → utils/input-container}/classes.scss +0 -28
- package/scss/utils/input-container/index.scss +3 -0
- package/scss/{inputs/labeled-inputs.scss → utils/input-container/input-container.scss} +16 -113
- package/scss/{style → utils}/mixins.scss +26 -43
- package/scss/{notification-marker → utils/notification-marker}/classes.scss +0 -0
- package/scss/{notification-marker → utils/notification-marker}/index.scss +0 -0
- package/scss/{notification-marker → utils/notification-marker}/notification-marker.scss +11 -19
- package/scss/{popover → utils/popover}/classes.scss +0 -0
- package/scss/{popover → utils/popover}/index.scss +0 -0
- package/scss/{popover → utils/popover}/popover.scss +0 -1
- package/scss/workflow-diagram/classes.scss +15 -0
- package/scss/workflow-diagram/index.scss +3 -0
- package/scss/workflow-diagram/workflow-diagram.scss +64 -0
- package/src/index.scss +11 -6
- package/css/inputs.css +0 -1143
- package/css/notification-marker.css +0 -293
- package/css/popover.css +0 -14
- package/css/reset-global-styles.css +0 -50
- package/css/wizard.css +0 -190
- package/scss/button/button-icon.scss +0 -12
- package/scss/button/cta.scss +0 -31
- package/scss/button/disabled.scss +0 -13
- package/scss/button/high-visibility.scss +0 -31
- package/scss/button/split-menu.scss +0 -66
- package/scss/inputs/checkbox-radio.scss +0 -73
- package/scss/inputs/index.scss +0 -10
- package/scss/inputs/select.scss +0 -66
- package/scss/reset-global-styles.scss +0 -33
- package/scss/style/anchor.scss +0 -82
- package/scss/style/ripple.scss +0 -18
- package/scss/table/condensed.scss +0 -15
- package/scss/table/extra-condensed.scss +0 -19
- package/scss/user-icon/classes.scss +0 -27
- package/scss/wizard/classes.scss +0 -27
- package/scss/wizard/index.scss +0 -5
- package/scss/wizard/long.scss +0 -19
- package/scss/wizard/wizard.scss +0 -160
- package/scss/wizard/workflow.scss +0 -43
package/css/table.css
CHANGED
|
@@ -11,48 +11,48 @@
|
|
|
11
11
|
display:flex;
|
|
12
12
|
flex-direction:column;
|
|
13
13
|
isolation:isolate;
|
|
14
|
+
--_iui-table-header-size:55px;
|
|
15
|
+
--_iui-table-row-size:57px;
|
|
14
16
|
}
|
|
15
|
-
.iui-table
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
.iui-table .iui-cell-end-icon,
|
|
19
|
-
.iui-table .iui-cell-start-icon{
|
|
17
|
+
.iui-table .iui-table-cell-end-icon,
|
|
18
|
+
.iui-table .iui-table-cell-start-icon{
|
|
20
19
|
flex-shrink:0;
|
|
21
20
|
display:flex;
|
|
22
21
|
align-items:center;
|
|
23
22
|
justify-content:center;
|
|
24
23
|
}
|
|
25
|
-
.iui-table .iui-cell-end-icon svg:not(.iui-radial),
|
|
26
|
-
.iui-table .iui-cell-start-icon svg:not(.iui-radial){
|
|
24
|
+
.iui-table .iui-table-cell-end-icon svg:not(.iui-radial),
|
|
25
|
+
.iui-table .iui-table-cell-start-icon svg:not(.iui-radial){
|
|
27
26
|
display:flex;
|
|
28
27
|
width:16px;
|
|
29
28
|
height:16px;
|
|
30
29
|
}
|
|
31
|
-
.iui-table .iui-cell-start-icon{
|
|
30
|
+
.iui-table .iui-table-cell-start-icon{
|
|
32
31
|
margin-right:8px;
|
|
33
32
|
}
|
|
34
|
-
.iui-table .iui-cell-end-icon{
|
|
33
|
+
.iui-table .iui-table-cell-end-icon{
|
|
35
34
|
width:24px;
|
|
36
35
|
height:24px;
|
|
37
36
|
margin-right:12px;
|
|
38
37
|
margin-left:auto;
|
|
39
38
|
}
|
|
40
|
-
.iui-table
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
.iui-table[data-iui-size=condensed]{
|
|
40
|
+
--_iui-table-header-size:44px;
|
|
41
|
+
--_iui-table-row-size:46px;
|
|
43
42
|
}
|
|
44
|
-
.iui-table
|
|
45
|
-
|
|
43
|
+
.iui-table[data-iui-size=extra-condensed]{
|
|
44
|
+
--_iui-table-header-size:33px;
|
|
45
|
+
--_iui-table-row-size:35px;
|
|
46
46
|
}
|
|
47
|
-
.iui-table
|
|
48
|
-
|
|
49
|
-
min-height:33px;
|
|
47
|
+
.iui-table[data-iui-size=extra-condensed] .iui-table-header .iui-table-cell{
|
|
48
|
+
padding-block:2.75px;
|
|
50
49
|
}
|
|
51
|
-
.iui-table.iui-
|
|
52
|
-
|
|
50
|
+
.iui-table .iui-table-header .iui-table-cell,
|
|
51
|
+
.iui-table .iui-table-paginator{
|
|
52
|
+
min-height:var(--_iui-table-header-size);
|
|
53
53
|
}
|
|
54
|
-
.iui-table
|
|
55
|
-
|
|
54
|
+
.iui-table .iui-table-cell{
|
|
55
|
+
min-height:var(--_iui-table-row-size);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.iui-table-header-wrapper{
|
|
@@ -75,42 +75,35 @@
|
|
|
75
75
|
min-width:100%;
|
|
76
76
|
flex-shrink:0;
|
|
77
77
|
}
|
|
78
|
-
.iui-table-header .iui-
|
|
79
|
-
display:flex;
|
|
80
|
-
flex-grow:1;
|
|
81
|
-
min-width:100%;
|
|
82
|
-
}
|
|
83
|
-
.iui-table-header .iui-cell{
|
|
84
|
-
min-height:55px;
|
|
85
|
-
background-color:#edeff2;
|
|
78
|
+
.iui-table-header .iui-table-cell{
|
|
86
79
|
background-color:var(--iui-color-background-3);
|
|
87
80
|
}
|
|
88
|
-
.iui-table-header .iui-cell:not(.iui-slot){
|
|
81
|
+
.iui-table-header .iui-table-cell:not(.iui-slot){
|
|
89
82
|
-moz-column-gap:4px;
|
|
90
83
|
column-gap:4px;
|
|
91
84
|
padding-block:5.5px;
|
|
92
85
|
}
|
|
93
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus-visible{
|
|
86
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus-visible{
|
|
94
87
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
95
88
|
outline-offset:-1px;
|
|
96
89
|
}
|
|
97
90
|
@supports not selector(*:focus-visible){
|
|
98
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus{
|
|
91
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus{
|
|
99
92
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
100
93
|
outline-offset:-1px;
|
|
101
94
|
}
|
|
102
95
|
}
|
|
103
|
-
.iui-table-header .iui-cell:not(.iui-slot).iui-actionable{
|
|
96
|
+
.iui-table-header .iui-table-cell:not(.iui-slot).iui-actionable{
|
|
104
97
|
cursor:pointer;
|
|
105
98
|
}
|
|
106
|
-
.iui-table-header .iui-cell:not(.iui-slot).iui-grabbing{
|
|
99
|
+
.iui-table-header .iui-table-cell:not(.iui-slot).iui-grabbing{
|
|
107
100
|
cursor:-webkit-grabbing;
|
|
108
101
|
cursor:grabbing;
|
|
109
102
|
}
|
|
110
|
-
.iui-table-header .iui-cell:not(.iui-slot) .iui-filter-button:not(
|
|
103
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) .iui-table-filter-button:not([data-iui-active=true]){
|
|
111
104
|
visibility:hidden;
|
|
112
105
|
}
|
|
113
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer{
|
|
106
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) > .iui-table-resizer{
|
|
114
107
|
height:100%;
|
|
115
108
|
width:16px;
|
|
116
109
|
position:absolute;
|
|
@@ -122,306 +115,263 @@
|
|
|
122
115
|
z-index:1;
|
|
123
116
|
opacity:0;
|
|
124
117
|
}
|
|
125
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer > .iui-resizer-bar{
|
|
118
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) > .iui-table-resizer > .iui-table-resizer-bar{
|
|
126
119
|
height:100%;
|
|
127
120
|
width:2px;
|
|
128
121
|
margin:0 auto;
|
|
129
|
-
background-color
|
|
122
|
+
transition:background-color 0.2s ease-out, width 0.2s ease-out;
|
|
130
123
|
background-color:var(--iui-color-background-border);
|
|
131
124
|
}
|
|
132
|
-
|
|
133
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer > .iui-resizer-bar{
|
|
134
|
-
transition:background-color 0.2s ease-out, width 0.2s ease-out;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer:hover > .iui-resizer-bar{
|
|
125
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) > .iui-table-resizer:hover > .iui-table-resizer-bar{
|
|
138
126
|
width:4px;
|
|
139
|
-
background-color:#008ae0;
|
|
140
127
|
background-color:var(--iui-color-foreground-primary);
|
|
141
128
|
}
|
|
142
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover > .iui-resizer{
|
|
129
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover > .iui-table-resizer{
|
|
143
130
|
opacity:1;
|
|
144
131
|
}
|
|
145
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover, .iui-table-header .iui-cell:not(.iui-slot):focus, .iui-table-header .iui-cell:not(.iui-slot):focus-within{
|
|
146
|
-
background-color:#dde1e4;
|
|
132
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover, .iui-table-header .iui-table-cell:not(.iui-slot):focus, .iui-table-header .iui-table-cell:not(.iui-slot):focus-within{
|
|
147
133
|
background-color:var(--iui-color-background-4);
|
|
148
134
|
}
|
|
149
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover .iui-sort,
|
|
150
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover .iui-filter-button, .iui-table-header .iui-cell:not(.iui-slot):focus .iui-sort,
|
|
151
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus .iui-filter-button, .iui-table-header .iui-cell:not(.iui-slot):focus-within .iui-sort,
|
|
152
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus-within .iui-filter-button{
|
|
135
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover .iui-table-sort,
|
|
136
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover .iui-table-filter-button, .iui-table-header .iui-table-cell:not(.iui-slot):focus .iui-table-sort,
|
|
137
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus .iui-table-filter-button, .iui-table-header .iui-table-cell:not(.iui-slot):focus-within .iui-table-sort,
|
|
138
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus-within .iui-table-filter-button{
|
|
153
139
|
visibility:visible;
|
|
154
140
|
}
|
|
155
|
-
.iui-table-header .iui-reorder-bar{
|
|
141
|
+
.iui-table-header .iui-table-reorder-bar{
|
|
156
142
|
position:absolute;
|
|
157
143
|
height:100%;
|
|
158
144
|
width:2px;
|
|
159
145
|
}
|
|
160
|
-
.iui-table-header .iui-reorder-column-right > .iui-reorder-bar{
|
|
146
|
+
.iui-table-header .iui-table-reorder-column-right > .iui-table-reorder-bar{
|
|
161
147
|
right:0;
|
|
162
148
|
}
|
|
163
|
-
.iui-table-header .iui-reorder-column-left > .iui-reorder-bar{
|
|
149
|
+
.iui-table-header .iui-table-reorder-column-left > .iui-table-reorder-bar{
|
|
164
150
|
left:0;
|
|
165
151
|
}
|
|
166
|
-
.iui-table-header .iui-reorder-column-left > .iui-reorder-bar,
|
|
167
|
-
.iui-table-header .iui-reorder-column-right > .iui-reorder-bar{
|
|
168
|
-
background-color:#008ae0;
|
|
152
|
+
.iui-table-header .iui-table-reorder-column-left > .iui-table-reorder-bar,
|
|
153
|
+
.iui-table-header .iui-table-reorder-column-right > .iui-table-reorder-bar{
|
|
169
154
|
background-color:var(--iui-color-foreground-primary);
|
|
170
155
|
}
|
|
171
|
-
.iui-table-header .iui-sort{
|
|
156
|
+
.iui-table-header .iui-table-sort{
|
|
172
157
|
visibility:hidden;
|
|
173
|
-
fill:rgba(0, 0, 0, 0.4);
|
|
174
158
|
fill:var(--iui-icons-color);
|
|
175
159
|
}
|
|
176
160
|
.iui-table-header .iui-sorted{
|
|
177
|
-
background-color:#dde1e4;
|
|
178
161
|
background-color:var(--iui-color-background-4);
|
|
179
162
|
}
|
|
180
|
-
.iui-table-header .iui-sorted .iui-sort{
|
|
163
|
+
.iui-table-header .iui-sorted .iui-table-sort{
|
|
181
164
|
visibility:visible;
|
|
182
|
-
fill:rgba(0, 0, 0, 0.8);
|
|
183
165
|
fill:var(--iui-icons-color-actionable);
|
|
184
166
|
}
|
|
185
167
|
|
|
186
|
-
.iui-table-
|
|
168
|
+
.iui-table-row{
|
|
169
|
+
min-width:100%;
|
|
187
170
|
display:flex;
|
|
188
|
-
flex-grow:1;
|
|
189
|
-
align-items:center;
|
|
190
|
-
flex-wrap:wrap;
|
|
191
|
-
justify-content:flex-end;
|
|
192
|
-
margin-right:12px;
|
|
193
171
|
}
|
|
194
|
-
.iui-table-header
|
|
195
|
-
width:28px;
|
|
196
|
-
height:28px;
|
|
197
|
-
margin-right:initial;
|
|
198
|
-
margin-left:auto;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.iui-table-body{
|
|
202
|
-
overflow-y:scroll;
|
|
203
|
-
overflow:overlay;
|
|
204
|
-
display:flex;
|
|
205
|
-
flex-direction:column;
|
|
172
|
+
.iui-table-header .iui-table-row{
|
|
206
173
|
flex-grow:1;
|
|
207
|
-
align-items:flex-start;
|
|
208
|
-
background-color:white;
|
|
209
|
-
background-color:var(--iui-color-background-1);
|
|
210
|
-
}
|
|
211
|
-
.iui-table-body.iui-scroll-snapping{
|
|
212
|
-
-ms-scroll-snap-type:y mandatory;
|
|
213
|
-
scroll-snap-type:y mandatory;
|
|
214
|
-
}
|
|
215
|
-
.iui-table-body.iui-scroll-snapping .iui-row{
|
|
216
|
-
scroll-snap-align:start none;
|
|
217
|
-
}
|
|
218
|
-
.iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) .iui-cell{
|
|
219
|
-
background-color:rgba(0, 0, 0, 0.02);
|
|
220
|
-
background-color:rgba(var(--iui-color-foreground-body-rgb), 0.02);
|
|
221
|
-
}
|
|
222
|
-
.iui-table-body .iui-row{
|
|
223
|
-
min-width:100%;
|
|
224
|
-
display:flex;
|
|
225
174
|
}
|
|
226
|
-
|
|
175
|
+
|
|
176
|
+
.iui-table-body .iui-table-row .iui-table-cell{
|
|
227
177
|
border-top:solid 1px transparent;
|
|
228
178
|
border-bottom:solid 1px transparent;
|
|
229
|
-
border-bottom-color:#c7ccd1;
|
|
230
179
|
border-bottom-color:var(--iui-color-background-border);
|
|
231
|
-
background-color:white;
|
|
232
180
|
background-color:var(--iui-color-background-1);
|
|
181
|
+
transition:border 0.2s ease-out;
|
|
233
182
|
}
|
|
234
|
-
|
|
235
|
-
.iui-table-body .iui-row .iui-cell{
|
|
236
|
-
transition:border 0.2s ease-out;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
.iui-table-body .iui-row > .iui-slot > .iui-more-options{
|
|
183
|
+
.iui-table-body .iui-table-row > .iui-slot > .iui-table-more-options{
|
|
240
184
|
visibility:hidden;
|
|
241
185
|
}
|
|
242
|
-
.iui-table-body .iui-row:hover:not(
|
|
243
|
-
background:linear-gradient(rgba(0, 138, 224, 0.1), rgba(0, 138, 224, 0.1)), linear-gradient(white, white);
|
|
186
|
+
.iui-table-body .iui-table-row:hover:not([aria-disabled=true]) .iui-table-cell{
|
|
244
187
|
background:linear-gradient(rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
245
188
|
}
|
|
246
|
-
.iui-table-body .iui-row:hover:not(
|
|
189
|
+
.iui-table-body .iui-table-row:hover:not([aria-disabled=true]) > .iui-slot:not([aria-disabled=true]) > .iui-table-more-options{
|
|
247
190
|
visibility:visible;
|
|
248
191
|
}
|
|
249
|
-
.iui-table-body .iui-row:focus-within > .iui-slot:not(
|
|
192
|
+
.iui-table-body .iui-table-row:focus-within > .iui-slot:not([aria-disabled=true]) > .iui-table-more-options{
|
|
250
193
|
visibility:visible;
|
|
251
194
|
}
|
|
252
195
|
@media (prefers-reduced-motion: no-preference){
|
|
253
|
-
.iui-table-body .iui-row .iui-row-expander > .iui-button-icon{
|
|
196
|
+
.iui-table-body .iui-table-row .iui-table-row-expander > .iui-button-icon{
|
|
254
197
|
transition:transform 0.2s ease-out;
|
|
255
198
|
}
|
|
256
199
|
}
|
|
257
|
-
.iui-table-body .iui-row.iui-row-expanded{
|
|
200
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded{
|
|
258
201
|
overflow:hidden;
|
|
259
202
|
}
|
|
260
|
-
.iui-table-body .iui-row.iui-row-expanded .iui-cell{
|
|
261
|
-
border-left-color:#dde1e4;
|
|
262
|
-
border-right-color:#dde1e4;
|
|
203
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded .iui-table-cell{
|
|
263
204
|
border-left-color:var(--iui-color-background-4);
|
|
264
205
|
border-right-color:var(--iui-color-background-4);
|
|
265
206
|
border-bottom-color:transparent;
|
|
266
207
|
}
|
|
267
|
-
.iui-table-body .iui-row.iui-row-expanded .iui-row-expander > .iui-button-icon{
|
|
208
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded .iui-table-row-expander > .iui-button-icon{
|
|
268
209
|
transform:rotate(90deg);
|
|
269
210
|
}
|
|
270
|
-
.iui-table-body .iui-row.iui-row-expanded + .iui-expanded-content{
|
|
271
|
-
border-left-color:#dde1e4;
|
|
272
|
-
border-right-color:#dde1e4;
|
|
211
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded + .iui-table-expanded-content{
|
|
273
212
|
border-left-color:var(--iui-color-background-4);
|
|
274
213
|
border-right-color:var(--iui-color-background-4);
|
|
275
214
|
}
|
|
276
|
-
.iui-table-body .iui-row.iui-expanded-content{
|
|
215
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content{
|
|
277
216
|
overflow:hidden;
|
|
278
217
|
border-left:1px solid transparent;
|
|
279
218
|
border-right:1px solid transparent;
|
|
280
|
-
border-bottom:1px solid #c7ccd1;
|
|
281
219
|
border-bottom:1px solid var(--iui-color-background-border);
|
|
282
220
|
}
|
|
283
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-enter{
|
|
221
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-enter{
|
|
284
222
|
opacity:0;
|
|
285
223
|
}
|
|
286
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-enter-active{
|
|
224
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-enter-active{
|
|
287
225
|
opacity:1;
|
|
288
226
|
}
|
|
289
227
|
@media (prefers-reduced-motion: no-preference){
|
|
290
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-enter-active{
|
|
228
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-enter-active{
|
|
291
229
|
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
292
230
|
}
|
|
293
231
|
}
|
|
294
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-exit{
|
|
232
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-exit{
|
|
295
233
|
opacity:1;
|
|
296
234
|
}
|
|
297
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-exit-active{
|
|
235
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-exit-active{
|
|
298
236
|
opacity:0;
|
|
299
237
|
}
|
|
300
238
|
@media (prefers-reduced-motion: no-preference){
|
|
301
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-exit-active{
|
|
239
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-exit-active{
|
|
302
240
|
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
303
241
|
}
|
|
304
242
|
}
|
|
305
|
-
.iui-table-body .iui-row:not(
|
|
243
|
+
.iui-table-body .iui-table-row:not([aria-selected=true]) + [aria-selected=true] .iui-table-cell, .iui-table-body .iui-table-row[aria-selected=true]:first-child .iui-table-cell{
|
|
306
244
|
border-bottom-color:transparent;
|
|
307
245
|
}
|
|
308
|
-
.iui-table-body .iui-row
|
|
309
|
-
border-color:#008ae0;
|
|
310
|
-
background:linear-gradient(rgba(0, 138, 224, 0.1), rgba(0, 138, 224, 0.1)), linear-gradient(white, white);
|
|
246
|
+
.iui-table-body .iui-table-row[aria-selected=true] .iui-table-cell{
|
|
311
247
|
border-color:var(--iui-color-foreground-primary);
|
|
312
248
|
background:linear-gradient(rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
313
249
|
}
|
|
314
|
-
.iui-table-body .iui-row
|
|
250
|
+
.iui-table-body .iui-table-row[aria-selected=true] + [aria-selected=true] .iui-table-cell{
|
|
315
251
|
border-bottom-color:transparent;
|
|
316
|
-
border-top-color:rgba(0, 138, 224, 0.4);
|
|
317
252
|
border-top-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-4));
|
|
318
253
|
}
|
|
319
|
-
.iui-table-body .iui-row
|
|
320
|
-
border-bottom-color:#008ae0;
|
|
254
|
+
.iui-table-body .iui-table-row[aria-selected=true]:last-child .iui-table-cell{
|
|
321
255
|
border-bottom-color:var(--iui-color-foreground-primary);
|
|
322
256
|
}
|
|
323
|
-
.iui-table-body .iui-row
|
|
324
|
-
.iui-table-body .iui-row
|
|
325
|
-
border-top-color:#008ae0;
|
|
257
|
+
.iui-table-body .iui-table-row[aria-selected=true] + :not([aria-selected=true]) .iui-table-cell,
|
|
258
|
+
.iui-table-body .iui-table-row[aria-selected=true] + .iui-table-expanded-content + .iui-table-row:not([aria-selected=true]) .iui-table-cell{
|
|
326
259
|
border-top-color:var(--iui-color-foreground-primary);
|
|
327
260
|
}
|
|
328
|
-
.iui-table-body .iui-row
|
|
329
|
-
border-color:transparent #008ae0;
|
|
261
|
+
.iui-table-body .iui-table-row[aria-selected=true] + .iui-table-expanded-content{
|
|
330
262
|
border-color:transparent var(--iui-color-foreground-primary);
|
|
331
263
|
}
|
|
332
|
-
.iui-table-body .iui-row
|
|
333
|
-
border-bottom-color:#008ae0;
|
|
334
|
-
}
|
|
335
|
-
.iui-table-body .iui-row.iui-selected + .iui-expanded-content:last-child{
|
|
264
|
+
.iui-table-body .iui-table-row[aria-selected=true] + .iui-table-expanded-content:last-child{
|
|
336
265
|
border-bottom-color:var(--iui-color-foreground-primary);
|
|
337
266
|
}
|
|
338
|
-
.iui-table-body .iui-row.iui-new{
|
|
267
|
+
.iui-table-body .iui-table-row.iui-new{
|
|
339
268
|
font-weight:600;
|
|
340
269
|
}
|
|
341
|
-
.iui-table-body .iui-row.iui-new > .iui-main-column::before{
|
|
270
|
+
.iui-table-body .iui-table-row.iui-new > .iui-main-column::before{
|
|
342
271
|
content:"•";
|
|
343
272
|
position:absolute;
|
|
344
273
|
left:0;
|
|
345
274
|
font-size:24px;
|
|
346
|
-
color:#53a21a;
|
|
347
275
|
color:var(--iui-color-foreground-positive);
|
|
348
276
|
}
|
|
349
|
-
.iui-table-body .iui-row .iui-cell
|
|
277
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true], .iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true]{
|
|
350
278
|
font-style:italic;
|
|
351
279
|
cursor:not-allowed;
|
|
352
|
-
color:rgba(0, 0, 0, 0.4);
|
|
353
280
|
color:var(--iui-text-color-muted);
|
|
354
281
|
}
|
|
355
|
-
.iui-table-body .iui-row .iui-cell
|
|
282
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true].iui-slot:hover > .iui-table-more-options, .iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true].iui-slot:hover > .iui-table-more-options{
|
|
356
283
|
visibility:hidden;
|
|
357
284
|
}
|
|
358
|
-
.iui-table-body .iui-row .iui-cell
|
|
359
|
-
.iui-table-body .iui-row .iui-cell
|
|
360
|
-
.iui-table-body .iui-row .iui-cell
|
|
361
|
-
.iui-table-body .iui-row.iui-expanded-content
|
|
362
|
-
.iui-table-body .iui-row.iui-expanded-content
|
|
285
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true] img,
|
|
286
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true] svg:not(.iui-radial),
|
|
287
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true] .iui-avatar, .iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true] img,
|
|
288
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true] svg:not(.iui-radial),
|
|
289
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true] .iui-avatar{
|
|
363
290
|
filter:grayscale(100%);
|
|
364
291
|
}
|
|
365
|
-
.iui-table-body .iui-row
|
|
366
|
-
.iui-table-body .iui-row
|
|
367
|
-
box-shadow:inset 2px 0 0 0 #53a21a;
|
|
292
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type,
|
|
293
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content{
|
|
368
294
|
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-positive);
|
|
369
295
|
}
|
|
370
|
-
.iui-table-body .iui-row
|
|
371
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
296
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type *::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content *::-moz-selection{
|
|
372
297
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
373
298
|
}
|
|
374
|
-
.iui-table-body .iui-row
|
|
375
|
-
.iui-table-body .iui-row
|
|
376
|
-
.iui-table-body .iui-row
|
|
377
|
-
.iui-table-body .iui-row
|
|
378
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
299
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type::selection,
|
|
300
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type *::selection,
|
|
301
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content::selection,
|
|
302
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content *::selection{
|
|
379
303
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
380
304
|
}
|
|
381
|
-
.iui-table-body .iui-row
|
|
382
|
-
fill:#53a21a;
|
|
305
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell-end-icon svg{
|
|
383
306
|
fill:var(--iui-icons-color-positive);
|
|
384
307
|
}
|
|
385
|
-
.iui-table-body .iui-row
|
|
386
|
-
.iui-table-body .iui-row
|
|
387
|
-
box-shadow:inset 2px 0 0 0 #f18d13;
|
|
308
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type,
|
|
309
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content{
|
|
388
310
|
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-warning);
|
|
389
311
|
}
|
|
390
|
-
.iui-table-body .iui-row
|
|
391
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
312
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type *::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content *::-moz-selection{
|
|
392
313
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
393
314
|
}
|
|
394
|
-
.iui-table-body .iui-row
|
|
395
|
-
.iui-table-body .iui-row
|
|
396
|
-
.iui-table-body .iui-row
|
|
397
|
-
.iui-table-body .iui-row
|
|
398
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
315
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type::selection,
|
|
316
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type *::selection,
|
|
317
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content::selection,
|
|
318
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content *::selection{
|
|
399
319
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
400
320
|
}
|
|
401
|
-
.iui-table-body .iui-row
|
|
402
|
-
fill:#f18d13;
|
|
321
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell-end-icon svg{
|
|
403
322
|
fill:var(--iui-icons-color-warning);
|
|
404
323
|
}
|
|
405
|
-
.iui-table-body .iui-row
|
|
406
|
-
.iui-table-body .iui-row
|
|
407
|
-
box-shadow:inset 2px 0 0 0 #d10a0a;
|
|
324
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type,
|
|
325
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content{
|
|
408
326
|
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-negative);
|
|
409
327
|
}
|
|
410
|
-
.iui-table-body .iui-row
|
|
411
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
328
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type *::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content *::-moz-selection{
|
|
412
329
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
413
330
|
}
|
|
414
|
-
.iui-table-body .iui-row
|
|
415
|
-
.iui-table-body .iui-row
|
|
416
|
-
.iui-table-body .iui-row
|
|
417
|
-
.iui-table-body .iui-row
|
|
418
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
331
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type::selection,
|
|
332
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type *::selection,
|
|
333
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content::selection,
|
|
334
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content *::selection{
|
|
419
335
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
420
336
|
}
|
|
421
|
-
.iui-table-body .iui-row
|
|
422
|
-
fill:#d10a0a;
|
|
337
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell-end-icon svg{
|
|
423
338
|
fill:var(--iui-icons-color-negative);
|
|
424
339
|
}
|
|
340
|
+
|
|
341
|
+
.iui-table-header-actions-container{
|
|
342
|
+
display:flex;
|
|
343
|
+
flex-grow:1;
|
|
344
|
+
align-items:center;
|
|
345
|
+
flex-wrap:wrap;
|
|
346
|
+
justify-content:flex-end;
|
|
347
|
+
margin-right:12px;
|
|
348
|
+
}
|
|
349
|
+
.iui-table-header-actions-container .iui-table-cell-end-icon{
|
|
350
|
+
width:28px;
|
|
351
|
+
height:28px;
|
|
352
|
+
margin-right:initial;
|
|
353
|
+
margin-left:auto;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.iui-table-body{
|
|
357
|
+
overflow-y:scroll;
|
|
358
|
+
overflow:overlay;
|
|
359
|
+
display:flex;
|
|
360
|
+
flex-direction:column;
|
|
361
|
+
flex-grow:1;
|
|
362
|
+
align-items:flex-start;
|
|
363
|
+
background-color:var(--iui-color-background-1);
|
|
364
|
+
}
|
|
365
|
+
.iui-table-body.iui-scroll-snapping{
|
|
366
|
+
-ms-scroll-snap-type:y mandatory;
|
|
367
|
+
scroll-snap-type:y mandatory;
|
|
368
|
+
}
|
|
369
|
+
.iui-table-body.iui-scroll-snapping .iui-table-row{
|
|
370
|
+
scroll-snap-align:start none;
|
|
371
|
+
}
|
|
372
|
+
.iui-table-body.iui-zebra-striping .iui-table-row:nth-child(even):not([aria-selected=true]) .iui-table-cell{
|
|
373
|
+
background-color:rgba(var(--iui-color-foreground-body-rgb), 0.02);
|
|
374
|
+
}
|
|
425
375
|
.iui-table-body > .iui-table-empty{
|
|
426
376
|
text-align:center;
|
|
427
377
|
padding:32px;
|
|
@@ -430,32 +380,28 @@
|
|
|
430
380
|
justify-content:center;
|
|
431
381
|
align-items:center;
|
|
432
382
|
flex-grow:1;
|
|
433
|
-
-
|
|
434
|
-
align-self:center;
|
|
435
|
-
color:rgba(0, 0, 0, 0.4);
|
|
436
|
-
background-color:white;
|
|
383
|
+
align-self:center;
|
|
437
384
|
color:var(--iui-text-color-muted);
|
|
438
385
|
background-color:var(--iui-color-background-1);
|
|
439
386
|
}
|
|
440
387
|
|
|
441
|
-
.iui-cell{
|
|
388
|
+
.iui-table-cell{
|
|
442
389
|
align-items:center;
|
|
443
390
|
display:flex;
|
|
444
391
|
flex-grow:1;
|
|
445
392
|
min-width:64px;
|
|
446
|
-
min-height:57px;
|
|
447
393
|
padding-left:16px;
|
|
448
394
|
flex-basis:64px;
|
|
449
395
|
position:relative;
|
|
450
396
|
word-break:break-word;
|
|
451
397
|
}
|
|
452
|
-
.iui-cell:first-of-type{
|
|
398
|
+
.iui-table-cell:first-of-type{
|
|
453
399
|
border-left:solid 1px transparent;
|
|
454
400
|
}
|
|
455
|
-
.iui-cell:last-of-type{
|
|
401
|
+
.iui-table-cell:last-of-type{
|
|
456
402
|
border-right:solid 1px transparent;
|
|
457
403
|
}
|
|
458
|
-
.iui-cell.iui-slot{
|
|
404
|
+
.iui-table-cell.iui-slot{
|
|
459
405
|
width:48px;
|
|
460
406
|
padding:0;
|
|
461
407
|
flex-grow:0;
|
|
@@ -465,68 +411,57 @@
|
|
|
465
411
|
align-items:center;
|
|
466
412
|
flex-basis:48px;
|
|
467
413
|
}
|
|
468
|
-
.iui-cell.iui-cell-sticky{
|
|
414
|
+
.iui-table-cell.iui-table-cell-sticky{
|
|
469
415
|
position:-webkit-sticky;
|
|
470
416
|
position:sticky;
|
|
471
417
|
z-index:1;
|
|
472
418
|
left:var(--iui-table-sticky-left, initial);
|
|
473
419
|
right:var(--iui-table-sticky-right, initial);
|
|
474
420
|
}
|
|
475
|
-
.iui-cell:not(.iui-slot):last-child{
|
|
421
|
+
.iui-table-cell:not(.iui-slot):last-child{
|
|
476
422
|
padding-right:16px;
|
|
477
423
|
}
|
|
478
|
-
.iui-cell
|
|
479
|
-
background:linear-gradient(rgba(83, 162, 26, 0.1), rgba(83, 162, 26, 0.1)), linear-gradient(white, white);
|
|
424
|
+
.iui-table-cell[data-iui-status=positive]{
|
|
480
425
|
background:linear-gradient(rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
481
426
|
}
|
|
482
|
-
.iui-cell
|
|
483
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
427
|
+
.iui-table-cell[data-iui-status=positive]::-moz-selection, .iui-table-cell[data-iui-status=positive] *::-moz-selection{
|
|
484
428
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
485
429
|
}
|
|
486
|
-
.iui-cell
|
|
487
|
-
.iui-cell
|
|
488
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
430
|
+
.iui-table-cell[data-iui-status=positive]::selection,
|
|
431
|
+
.iui-table-cell[data-iui-status=positive] *::selection{
|
|
489
432
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
490
433
|
}
|
|
491
|
-
.iui-cell
|
|
492
|
-
background:linear-gradient(rgba(241, 141, 19, 0.1), rgba(241, 141, 19, 0.1)), linear-gradient(white, white);
|
|
434
|
+
.iui-table-cell[data-iui-status=warning]{
|
|
493
435
|
background:linear-gradient(rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
494
436
|
}
|
|
495
|
-
.iui-cell
|
|
496
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
437
|
+
.iui-table-cell[data-iui-status=warning]::-moz-selection, .iui-table-cell[data-iui-status=warning] *::-moz-selection{
|
|
497
438
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
498
439
|
}
|
|
499
|
-
.iui-cell
|
|
500
|
-
.iui-cell
|
|
501
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
440
|
+
.iui-table-cell[data-iui-status=warning]::selection,
|
|
441
|
+
.iui-table-cell[data-iui-status=warning] *::selection{
|
|
502
442
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
503
443
|
}
|
|
504
|
-
.iui-cell
|
|
505
|
-
background:linear-gradient(rgba(209, 10, 10, 0.1), rgba(209, 10, 10, 0.1)), linear-gradient(white, white);
|
|
444
|
+
.iui-table-cell[data-iui-status=negative]{
|
|
506
445
|
background:linear-gradient(rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
507
446
|
}
|
|
508
|
-
.iui-cell
|
|
509
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
447
|
+
.iui-table-cell[data-iui-status=negative]::-moz-selection, .iui-table-cell[data-iui-status=negative] *::-moz-selection{
|
|
510
448
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
511
449
|
}
|
|
512
|
-
.iui-cell
|
|
513
|
-
.iui-cell
|
|
514
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
450
|
+
.iui-table-cell[data-iui-status=negative]::selection,
|
|
451
|
+
.iui-table-cell[data-iui-status=negative] *::selection{
|
|
515
452
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
516
453
|
}
|
|
517
|
-
.iui-cell[contenteditable]{
|
|
454
|
+
.iui-table-cell[contenteditable]{
|
|
518
455
|
outline-offset:-1px;
|
|
519
456
|
}
|
|
520
|
-
.iui-cell[contenteditable]:focus, .iui-cell[contenteditable]:hover{
|
|
521
|
-
outline:1px solid #008ae0;
|
|
457
|
+
.iui-table-cell[contenteditable]:focus, .iui-table-cell[contenteditable]:hover{
|
|
522
458
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
523
459
|
}
|
|
524
|
-
.iui-cell[contenteditable]:focus{
|
|
525
|
-
background-color:white;
|
|
460
|
+
.iui-table-cell[contenteditable]:focus{
|
|
526
461
|
background-color:var(--iui-color-background-1);
|
|
527
462
|
}
|
|
528
463
|
|
|
529
|
-
.iui-cell-shadow-left{
|
|
464
|
+
.iui-table-cell-shadow-left{
|
|
530
465
|
position:absolute;
|
|
531
466
|
top:-1px;
|
|
532
467
|
bottom:-1px;
|
|
@@ -536,12 +471,12 @@
|
|
|
536
471
|
transform:translate(-100%);
|
|
537
472
|
box-shadow:inset -10px 0 5px -10px rgba(0, 0, 0, 0.25);
|
|
538
473
|
}
|
|
539
|
-
.iui-table-header .iui-cell-shadow-left{
|
|
474
|
+
.iui-table-header .iui-table-cell-shadow-left{
|
|
540
475
|
top:0;
|
|
541
476
|
bottom:0;
|
|
542
477
|
}
|
|
543
478
|
|
|
544
|
-
.iui-cell-shadow-right{
|
|
479
|
+
.iui-table-cell-shadow-right{
|
|
545
480
|
position:absolute;
|
|
546
481
|
top:-1px;
|
|
547
482
|
bottom:-1px;
|
|
@@ -551,12 +486,12 @@
|
|
|
551
486
|
transform:translate(100%);
|
|
552
487
|
box-shadow:inset 10px 0 5px -10px rgba(0, 0, 0, 0.25);
|
|
553
488
|
}
|
|
554
|
-
.iui-table-header .iui-cell-shadow-right{
|
|
489
|
+
.iui-table-header .iui-table-cell-shadow-right{
|
|
555
490
|
top:0;
|
|
556
491
|
bottom:0;
|
|
557
492
|
}
|
|
558
493
|
|
|
559
|
-
.iui-paginator{
|
|
494
|
+
.iui-table-paginator{
|
|
560
495
|
margin:0;
|
|
561
496
|
padding:0;
|
|
562
497
|
border:none;
|
|
@@ -564,62 +499,56 @@
|
|
|
564
499
|
display:flex;
|
|
565
500
|
justify-content:space-between;
|
|
566
501
|
align-items:center;
|
|
567
|
-
min-height:55px;
|
|
568
502
|
padding:0 16px;
|
|
569
503
|
-webkit-user-select:none;
|
|
570
504
|
-moz-user-select:none;
|
|
571
505
|
-ms-user-select:none;
|
|
572
506
|
user-select:none;
|
|
573
|
-
background-color:#edeff2;
|
|
574
507
|
background-color:var(--iui-color-background-3);
|
|
575
508
|
}
|
|
576
|
-
.iui-paginator > .iui-left,
|
|
577
|
-
.iui-paginator > .iui-center,
|
|
578
|
-
.iui-paginator > .iui-right{
|
|
509
|
+
.iui-table-paginator > .iui-left,
|
|
510
|
+
.iui-table-paginator > .iui-center,
|
|
511
|
+
.iui-table-paginator > .iui-right{
|
|
579
512
|
display:flex;
|
|
580
513
|
align-items:center;
|
|
581
514
|
position:relative;
|
|
582
515
|
flex:1;
|
|
583
516
|
min-width:0;
|
|
584
517
|
}
|
|
585
|
-
.iui-paginator > .iui-center{
|
|
518
|
+
.iui-table-paginator > .iui-center{
|
|
586
519
|
justify-content:center;
|
|
587
520
|
flex:2 1;
|
|
588
|
-
color:rgba(0, 0, 0, 0.8);
|
|
589
521
|
color:var(--iui-text-color);
|
|
590
522
|
}
|
|
591
|
-
.iui-paginator > .iui-right{
|
|
523
|
+
.iui-table-paginator > .iui-right{
|
|
592
524
|
justify-content:flex-end;
|
|
593
525
|
}
|
|
594
|
-
|
|
595
|
-
|
|
526
|
+
|
|
527
|
+
.iui-table-paginator-page-size-label{
|
|
596
528
|
color:var(--iui-text-color-muted);
|
|
597
529
|
white-space:nowrap;
|
|
598
530
|
overflow:hidden;
|
|
599
531
|
text-overflow:ellipsis;
|
|
600
532
|
}
|
|
601
533
|
|
|
602
|
-
.iui-paginator-ellipsis{
|
|
534
|
+
.iui-table-paginator-ellipsis{
|
|
603
535
|
display:flex;
|
|
604
536
|
justify-content:center;
|
|
605
537
|
align-items:center;
|
|
606
538
|
width:38px;
|
|
607
|
-
color:rgba(0, 0, 0, 0.4);
|
|
608
539
|
color:var(--iui-text-color-muted);
|
|
609
540
|
}
|
|
610
|
-
.iui-paginator-ellipsis-small{
|
|
541
|
+
.iui-table-paginator-ellipsis-small{
|
|
611
542
|
width:27px;
|
|
612
543
|
}
|
|
613
544
|
|
|
614
|
-
.iui-paginator-pages-group{
|
|
545
|
+
.iui-table-paginator-pages-group{
|
|
615
546
|
display:inline-flex;
|
|
616
547
|
align-items:center;
|
|
617
548
|
margin:0 8px;
|
|
618
549
|
}
|
|
619
550
|
|
|
620
|
-
.iui-paginator-page-button{
|
|
621
|
-
--_iui-button-active-stripe-inset:initial;
|
|
622
|
-
--_iui-button-text-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
|
|
551
|
+
.iui-table-paginator-page-button{
|
|
623
552
|
margin:0;
|
|
624
553
|
padding:0;
|
|
625
554
|
border:none;
|
|
@@ -630,117 +559,103 @@
|
|
|
630
559
|
vertical-align:middle;
|
|
631
560
|
justify-content:center;
|
|
632
561
|
position:relative;
|
|
633
|
-
|
|
634
|
-
border-radius:3px;
|
|
562
|
+
border-radius:4px;
|
|
635
563
|
line-height:22px;
|
|
636
|
-
box-shadow:none;
|
|
637
564
|
font-size:14px;
|
|
638
565
|
font-weight:400;
|
|
639
|
-
text-decoration:none;
|
|
640
566
|
-webkit-user-select:none;
|
|
641
567
|
-moz-user-select:none;
|
|
642
568
|
-ms-user-select:none;
|
|
643
569
|
user-select:none;
|
|
644
570
|
cursor:pointer;
|
|
645
571
|
white-space:nowrap;
|
|
646
|
-
border:1px solid
|
|
647
|
-
|
|
648
|
-
color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
|
|
572
|
+
border:1px solid var(--_iui-button-border-color);
|
|
573
|
+
background:var(--_iui-button-background-color);
|
|
649
574
|
color:var(--_iui-button-text-color);
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
padding:
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
width:38px;
|
|
656
|
-
--_iui-button-active-stripe-inset:calc(100% - 4px) 2px 2px;
|
|
657
|
-
}
|
|
658
|
-
@media (prefers-reduced-motion: no-preference){
|
|
659
|
-
.iui-paginator-page-button{
|
|
660
|
-
transition:color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
.iui-paginator-page-button:hover{
|
|
664
|
-
--_iui-button-text-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-1));
|
|
575
|
+
gap:var(--_iui-button-gap);
|
|
576
|
+
height:var(--_iui-button-height);
|
|
577
|
+
padding-inline:var(--_iui-button-padding-inline);
|
|
578
|
+
transition:background-color 0.2s ease-out, border-color 0.2s ease-out;
|
|
579
|
+
-webkit-tap-highlight-color:transparent;
|
|
665
580
|
text-decoration:none;
|
|
581
|
+
--_iui-button-gap:8px;
|
|
582
|
+
--_iui-button-height:38px;
|
|
583
|
+
--_iui-button-padding-inline:16px;
|
|
584
|
+
--_iui-button-text-color:var(--iui-text-color);
|
|
585
|
+
--_iui-button-background-color:transparent;
|
|
586
|
+
--_iui-button-border-color:transparent;
|
|
587
|
+
--_iui-button-icon-margin-x:3px;
|
|
588
|
+
--_iui-button-gap:8px;
|
|
589
|
+
--_iui-button-height:38px;
|
|
590
|
+
--_iui-button-padding-inline:16px;
|
|
591
|
+
--_iui-button-padding-inline:8px;
|
|
592
|
+
width:38px;
|
|
666
593
|
}
|
|
667
|
-
.iui-paginator-page-button:focus-visible{
|
|
594
|
+
.iui-table-paginator-page-button:focus-visible{
|
|
668
595
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
669
596
|
outline-offset:-1px;
|
|
670
597
|
}
|
|
671
598
|
@supports not selector(*:focus-visible){
|
|
672
|
-
.iui-paginator-page-button:focus{
|
|
599
|
+
.iui-table-paginator-page-button:focus{
|
|
673
600
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
674
601
|
outline-offset:-1px;
|
|
675
602
|
}
|
|
676
603
|
}
|
|
677
|
-
.iui-paginator-page-button
|
|
678
|
-
|
|
679
|
-
background
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}
|
|
690
|
-
.iui-paginator-page-button
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
}
|
|
696
|
-
.iui-paginator-page-button
|
|
697
|
-
|
|
698
|
-
color
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
background
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
border-color:var(--iui-color-background-disabled);
|
|
710
|
-
color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-5));
|
|
711
|
-
background-color:transparent;
|
|
712
|
-
border-color:transparent;
|
|
713
|
-
background-color:transparent;
|
|
714
|
-
border-color:transparent;
|
|
715
|
-
}
|
|
716
|
-
.iui-paginator-page-button[disabled].iui-active, .iui-paginator-page-button:disabled.iui-active{
|
|
717
|
-
background-color:rgba(0, 0, 0, 0.05);
|
|
718
|
-
background-color:rgba(var(--iui-color-foreground-body-rgb), 0.05);
|
|
719
|
-
}
|
|
720
|
-
.iui-paginator-page-button.iui-active::after{
|
|
604
|
+
.iui-table-paginator-page-button:where(:hover, :active){
|
|
605
|
+
--_iui-button-text-color:var(--iui-color-foreground-body);
|
|
606
|
+
--_iui-button-background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
|
|
607
|
+
}
|
|
608
|
+
.iui-table-paginator-page-button:where(:focus){
|
|
609
|
+
outline-offset:-1px;
|
|
610
|
+
outline-width:1px;
|
|
611
|
+
}
|
|
612
|
+
.iui-table-paginator-page-button:where([disabled], :disabled, [aria-disabled="true"]){
|
|
613
|
+
--_iui-button-text-color:var(--iui-text-color-placeholder);
|
|
614
|
+
--_iui-button-background-color:transparent;
|
|
615
|
+
--_iui-button-border-color:transparent;
|
|
616
|
+
}
|
|
617
|
+
.iui-table-paginator-page-button-small{
|
|
618
|
+
--_iui-button-gap:4px;
|
|
619
|
+
--_iui-button-height:27px;
|
|
620
|
+
--_iui-button-padding-inline:8px;
|
|
621
|
+
width:27px;
|
|
622
|
+
}
|
|
623
|
+
.iui-table-paginator-page-button[data-iui-active=true]{
|
|
624
|
+
--_iui-button-active-stripe-inset:initial;
|
|
625
|
+
--_iui-button-active-stripe-color:var(--iui-color-foreground-primary);
|
|
626
|
+
--_iui-button-text-color:var(--iui-color-foreground-primary);
|
|
627
|
+
--_iui-button-background-color:linear-gradient(
|
|
628
|
+
rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6)),
|
|
629
|
+
rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6))
|
|
630
|
+
),
|
|
631
|
+
linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
632
|
+
--_iui-button-background-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
|
|
633
|
+
--_iui-button-active-stripe-inset:calc(100% - 4px) 2px 2px;
|
|
634
|
+
}
|
|
635
|
+
.iui-table-paginator-page-button[data-iui-active=true]::after{
|
|
721
636
|
content:"";
|
|
722
637
|
position:absolute;
|
|
723
638
|
inset:var(--_iui-button-active-stripe-inset);
|
|
724
|
-
background-color:var(--
|
|
639
|
+
background-color:var(--_iui-button-active-stripe-color);
|
|
725
640
|
}
|
|
726
|
-
.iui-paginator-page-button
|
|
727
|
-
|
|
641
|
+
.iui-table-paginator-page-button[data-iui-active=true][disabled], .iui-table-paginator-page-button[data-iui-active=true]:disabled, .iui-table-paginator-page-button[data-iui-active=true][aria-disabled=true]{
|
|
642
|
+
--_iui-button-active-stripe-color:var(--iui-text-color-placeholder);
|
|
643
|
+
--_iui-button-text-color:var(--iui-text-color-placeholder);
|
|
728
644
|
}
|
|
729
|
-
.iui-paginator-page-button-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
645
|
+
.iui-table-paginator-page-button[data-iui-active=true][disabled], .iui-table-paginator-page-button[data-iui-active=true]:disabled, .iui-table-paginator-page-button[data-iui-active=true][aria-disabled=true]{
|
|
646
|
+
--_iui-button-background-color:var(--iui-color-background-disabled);
|
|
647
|
+
}
|
|
648
|
+
.iui-table-paginator-page-button[data-iui-active=true]:where([disabled], :disabled, [aria-disabled="true"]){
|
|
649
|
+
--_iui-button-background-color:rgba(var(--iui-color-foreground-body-rgb), 0.05);
|
|
734
650
|
}
|
|
735
651
|
|
|
736
|
-
.iui-column-filter{
|
|
652
|
+
.iui-table-column-filter{
|
|
737
653
|
--iui-surface-background-color:var(--iui-color-background-1);
|
|
738
654
|
--iui-surface-border-radius:0;
|
|
739
655
|
--iui-surface-elevation:0 1px 5px rgba(0, 0, 0, 0.25);
|
|
740
656
|
background-color:var(--iui-surface-background-color);
|
|
741
657
|
border-radius:var(--iui-surface-border-radius);
|
|
742
658
|
box-shadow:var(--iui-surface-elevation);
|
|
743
|
-
box-sizing:border-box;
|
|
744
659
|
color:var(--iui-text-color);
|
|
745
660
|
padding:11px 12px;
|
|
746
661
|
display:inline-flex;
|
|
@@ -748,25 +663,23 @@
|
|
|
748
663
|
align-items:flex-end;
|
|
749
664
|
}
|
|
750
665
|
@media (forced-colors: active){
|
|
751
|
-
.iui-column-filter{
|
|
666
|
+
.iui-table-column-filter{
|
|
752
667
|
border:1px solid transparent;
|
|
753
668
|
}
|
|
754
669
|
}
|
|
755
|
-
.iui-column-filter > .iui-input-container:not(.iui-inline-label){
|
|
670
|
+
.iui-table-column-filter > .iui-input-container:not(.iui-inline-label){
|
|
756
671
|
width:100%;
|
|
757
672
|
}
|
|
758
|
-
.iui-column-filter > .iui-input-container,
|
|
759
|
-
.iui-column-filter > .iui-input{
|
|
673
|
+
.iui-table-column-filter > .iui-input-container,
|
|
674
|
+
.iui-table-column-filter > .iui-input{
|
|
760
675
|
margin-bottom:11px;
|
|
761
676
|
}
|
|
762
|
-
.iui-column-filter > .iui-button-bar{
|
|
677
|
+
.iui-table-column-filter > .iui-button-bar{
|
|
763
678
|
display:flex;
|
|
764
679
|
width:100%;
|
|
765
680
|
align-content:center;
|
|
681
|
+
gap:8px;
|
|
766
682
|
}
|
|
767
|
-
.iui-column-filter > .iui-button-bar > .iui-button:first-of-type{
|
|
683
|
+
.iui-table-column-filter > .iui-button-bar > .iui-button:first-of-type{
|
|
768
684
|
margin-left:auto;
|
|
769
|
-
}
|
|
770
|
-
.iui-column-filter > .iui-button-bar > .iui-button:not(:last-child){
|
|
771
|
-
margin-right:8px;
|
|
772
685
|
}
|