@innovaccer/design-system 4.8.0 → 4.10.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 +90 -0
- package/css/dist/index.css +318 -114
- package/css/dist/index.css.map +1 -1
- package/css/src/components/chatInput.module.css +83 -0
- package/css/src/components/checkbox.module.css +1 -1
- package/css/src/components/grid.module.css +188 -97
- package/css/src/components/verticalNav.module.css +1 -0
- package/css/src/utils/utility.css +4 -0
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/core/components/atoms/paragraph/Paragraph.d.ts +1 -1
- package/dist/core/components/atoms/statusHint/StatusHint.d.ts +1 -1
- package/dist/core/components/atoms/subheading/Subheading.d.ts +1 -1
- package/dist/core/components/molecules/chat/Chat.d.ts +1 -0
- package/dist/core/components/molecules/chat/chatInput/ChatInput.d.ts +18 -0
- package/dist/core/components/molecules/chat/chatInput/index.d.ts +2 -0
- package/dist/core/components/organisms/grid/Grid.d.ts +4 -0
- package/dist/core/components/organisms/grid/GridCell.d.ts +2 -0
- package/dist/core/components/organisms/grid/rowUtility.d.ts +1 -0
- package/dist/core/components/organisms/table/Table.d.ts +3 -0
- package/dist/core/index.type.d.ts +1 -0
- package/dist/core/utils/navigationHelper.d.ts +1 -1
- package/dist/esm/index.js +1175 -831
- package/dist/figma/ChatInput.figma.d.ts +1 -0
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +988 -659
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +318 -114
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +78 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,93 @@
|
|
|
1
|
+
## 4.10.0 (2025-06-25)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- feat(table): add highlight search term feature in table (591abcca)
|
|
6
|
+
- fix(table): fix grid head and body sync issue on scroll event (e3255270)
|
|
7
|
+
- fix(select): fix auto position update for select popover (42734e64)
|
|
8
|
+
- fix(select): fix selection state of pre-selected option (f7aca262)
|
|
9
|
+
|
|
10
|
+
### Breaking changes
|
|
11
|
+
|
|
12
|
+
NA
|
|
13
|
+
|
|
14
|
+
### Migration guide
|
|
15
|
+
|
|
16
|
+
NA
|
|
17
|
+
|
|
18
|
+
### Deprecations
|
|
19
|
+
|
|
20
|
+
NA
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
- feat(table): add highlight search term feature in table (591abcca)
|
|
25
|
+
|
|
26
|
+
### Fixes
|
|
27
|
+
|
|
28
|
+
- fix(table): fix grid head and body sync issue on scroll event (e3255270)
|
|
29
|
+
- fix(select): fix auto position update for select popover (42734e64)
|
|
30
|
+
- fix(select): fix selection state of pre-selected option (f7aca262)
|
|
31
|
+
|
|
32
|
+
### Improvements
|
|
33
|
+
|
|
34
|
+
NA
|
|
35
|
+
|
|
36
|
+
### Documentation
|
|
37
|
+
|
|
38
|
+
NA
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 4.9.0 (2025-06-16)
|
|
43
|
+
|
|
44
|
+
### Highlights
|
|
45
|
+
|
|
46
|
+
- feat(chatInput): add new chatInput component (f441d91b)
|
|
47
|
+
- feat(table): update states of table component (a22f2008)
|
|
48
|
+
- feat(table): implement public data selection methods (fd4735d1)
|
|
49
|
+
|
|
50
|
+
### Breaking changes
|
|
51
|
+
|
|
52
|
+
NA
|
|
53
|
+
|
|
54
|
+
### Migration guide
|
|
55
|
+
|
|
56
|
+
NA
|
|
57
|
+
|
|
58
|
+
### Deprecations
|
|
59
|
+
|
|
60
|
+
NA
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
- feat(chatInput): add new chatInput component (f441d91b)
|
|
65
|
+
- feat(table): update states of table component (a22f2008)
|
|
66
|
+
- feat(table): implement public data selection methods (fd4735d1)
|
|
67
|
+
|
|
68
|
+
### Fixes
|
|
69
|
+
|
|
70
|
+
- fix(table): update table filtering section in docs (794066c2)
|
|
71
|
+
- fix(checkbox): improve DOM structure and spacing (6f1a21d1)
|
|
72
|
+
- fix(verticalNav): add string type for pills in vertical nav component (939f67af)
|
|
73
|
+
- fix(table): fix grid head & body sync issue on scroll in virtualized table (9ed6b109)
|
|
74
|
+
- fix(table): fix grid head & body sync issue in pinned columns (04bf2b4b)
|
|
75
|
+
- fix(table): fix blank state on sorting issue for virtualized table (69e0d813)
|
|
76
|
+
- fix(table): update right padding for columns (1f00360a)
|
|
77
|
+
- fix(table): fix grid head & body alignment issue in pinned virtualized table (1e97f9a9)
|
|
78
|
+
- fix(table): update expanded state of nested row for virtualized table (ff0cc553)
|
|
79
|
+
- fix(typography): fix default props appearance issue (40872de4)
|
|
80
|
+
|
|
81
|
+
### Improvements
|
|
82
|
+
|
|
83
|
+
- feat(verticalNav): update stories structure for vertical nav (370e1954)
|
|
84
|
+
|
|
85
|
+
### Documentation
|
|
86
|
+
|
|
87
|
+
NA
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
1
91
|
## 4.8.0 (2025-05-01)
|
|
2
92
|
|
|
3
93
|
### Highlights
|
package/css/dist/index.css
CHANGED
|
@@ -2121,6 +2121,98 @@ body {
|
|
|
2121
2121
|
flex: 0 0 auto;
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
|
+
.ChatInput {
|
|
2125
|
+
display: flex;
|
|
2126
|
+
flex-direction: row;
|
|
2127
|
+
align-items: center;
|
|
2128
|
+
border: var(--border-width-2-5) solid var(--secondary);
|
|
2129
|
+
padding: var(--spacing-20);
|
|
2130
|
+
border-radius: var(--border-radius-10);
|
|
2131
|
+
background: var(--white);
|
|
2132
|
+
max-width: 100%;
|
|
2133
|
+
min-width: var(--spacing-640);
|
|
2134
|
+
transition: all var(--duration--slow-01) var(--standard-productive-curve);
|
|
2135
|
+
max-height: var(--spacing-440);
|
|
2136
|
+
position: relative;
|
|
2137
|
+
box-sizing: border-box;
|
|
2138
|
+
line-height: var(--font-height-m);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.ChatInput--expanded {
|
|
2142
|
+
flex-direction: column;
|
|
2143
|
+
align-items: flex-start;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.ChatInput--disabled {
|
|
2147
|
+
background: var(--secondary-lightest);
|
|
2148
|
+
cursor: not-allowed;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
.ChatInput:hover {
|
|
2152
|
+
background: var(--secondary-lighter);
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
.ChatInput:focus-within,
|
|
2156
|
+
.ChatInput:focus,
|
|
2157
|
+
.ChatInput:focus-visible {
|
|
2158
|
+
outline: none;
|
|
2159
|
+
border: var(--border-width-2-5) solid var(--primary);
|
|
2160
|
+
box-shadow: var(--shadow-spread) var(--primary-shadow);
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
.ChatInput-textarea {
|
|
2164
|
+
flex: 1;
|
|
2165
|
+
/* height: 100%; */
|
|
2166
|
+
height: var(--spacing-60);
|
|
2167
|
+
width: 100%;
|
|
2168
|
+
resize: none;
|
|
2169
|
+
border: none;
|
|
2170
|
+
outline: none;
|
|
2171
|
+
transition-delay: var(--duration--slow-01);
|
|
2172
|
+
transition: width var(--duration--slow-01) var(--standard-productive-curve);
|
|
2173
|
+
box-sizing: border-box;
|
|
2174
|
+
cursor: auto;
|
|
2175
|
+
padding: var(--spacing-05) 0;
|
|
2176
|
+
background: none;
|
|
2177
|
+
word-break: break-all;
|
|
2178
|
+
overflow-y: scroll;
|
|
2179
|
+
font-family: var(--font-family);
|
|
2180
|
+
font-weight: var(--font-weight-normal);
|
|
2181
|
+
line-height: var(--font-height);
|
|
2182
|
+
font-size: var(--font-size);
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
.ChatInput-textarea::-moz-placeholder {
|
|
2186
|
+
color: var(--inverse-lighter);
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
.ChatInput-textarea::placeholder {
|
|
2190
|
+
color: var(--inverse-lighter);
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
.ChatInput textarea:disabled::-moz-placeholder {
|
|
2194
|
+
color: var(--inverse-lightest);
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
.ChatInput textarea:disabled::placeholder {
|
|
2198
|
+
color: var(--inverse-lightest);
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.ChatInput-actions {
|
|
2202
|
+
display: flex;
|
|
2203
|
+
flex-shrink: 0;
|
|
2204
|
+
transition: all var(--duration--slow-01) var(--standard-productive-curve);
|
|
2205
|
+
margin-left: var(--spacing-20);
|
|
2206
|
+
align-items: center;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.ChatInput-actions--expanded {
|
|
2210
|
+
width: 100%;
|
|
2211
|
+
justify-content: flex-end;
|
|
2212
|
+
margin-top: var(--spacing-20);
|
|
2213
|
+
margin-left: 0;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2124
2216
|
.Chat-UnreadMessage {
|
|
2125
2217
|
border-radius: var(--border-radius-40);
|
|
2126
2218
|
padding: var(--spacing-05) var(--spacing-30) var(--spacing-05) var(--spacing-20);
|
|
@@ -2167,7 +2259,6 @@ body {
|
|
|
2167
2259
|
}
|
|
2168
2260
|
|
|
2169
2261
|
.Checkbox-labelWrapper {
|
|
2170
|
-
padding-left: var(--spacing-20);
|
|
2171
2262
|
display: flex;
|
|
2172
2263
|
flex-direction: column;
|
|
2173
2264
|
min-width: 0;
|
|
@@ -2185,6 +2276,7 @@ body {
|
|
|
2185
2276
|
.Checkbox-outerWrapper {
|
|
2186
2277
|
position: relative;
|
|
2187
2278
|
margin-top: var(--spacing-05);
|
|
2279
|
+
margin-right: var(--spacing-20);
|
|
2188
2280
|
}
|
|
2189
2281
|
|
|
2190
2282
|
.Checkbox-outerWrapper--regular {
|
|
@@ -3961,15 +4053,6 @@ body {
|
|
|
3961
4053
|
padding: var(--spacing-40) var(--spacing-60);
|
|
3962
4054
|
}
|
|
3963
4055
|
|
|
3964
|
-
/** Grid **/
|
|
3965
|
-
|
|
3966
|
-
.Grid-wrapper {
|
|
3967
|
-
display: flex;
|
|
3968
|
-
position: relative;
|
|
3969
|
-
overflow: hidden;
|
|
3970
|
-
height: 100%;
|
|
3971
|
-
}
|
|
3972
|
-
|
|
3973
4056
|
.Grid {
|
|
3974
4057
|
display: flex;
|
|
3975
4058
|
flex-direction: column;
|
|
@@ -3979,20 +4062,11 @@ body {
|
|
|
3979
4062
|
background: var(--white);
|
|
3980
4063
|
}
|
|
3981
4064
|
|
|
3982
|
-
.Grid
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
.Grid--resource .Grid-row--body:active,
|
|
3989
|
-
.Grid--resource .Grid-row--body:active .Grid-cellGroup {
|
|
3990
|
-
background: var(--secondary-lighter);
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
|
-
.Grid--resource .Grid-row--body:focus {
|
|
3994
|
-
box-shadow: var(--shadow-spread) rgba(213, 213, 213, 0.16);
|
|
3995
|
-
outline: none;
|
|
4065
|
+
.Grid-wrapper {
|
|
4066
|
+
display: flex;
|
|
4067
|
+
position: relative;
|
|
4068
|
+
overflow: hidden;
|
|
4069
|
+
height: 100%;
|
|
3996
4070
|
}
|
|
3997
4071
|
|
|
3998
4072
|
.Grid--pinned {
|
|
@@ -4095,42 +4169,6 @@ body {
|
|
|
4095
4169
|
border-bottom: var(--border);
|
|
4096
4170
|
}
|
|
4097
4171
|
|
|
4098
|
-
.Grid-row {
|
|
4099
|
-
display: flex;
|
|
4100
|
-
flex-grow: 1;
|
|
4101
|
-
flex-shrink: 0;
|
|
4102
|
-
box-sizing: border-box;
|
|
4103
|
-
background: var(--white);
|
|
4104
|
-
transition: var(--duration--fast-02) var(--standard-productive-curve);
|
|
4105
|
-
transition-delay: var(--duration--fast-01);
|
|
4106
|
-
}
|
|
4107
|
-
|
|
4108
|
-
.Grid-row--body {
|
|
4109
|
-
border-color: var(--secondary-light);
|
|
4110
|
-
}
|
|
4111
|
-
|
|
4112
|
-
.Grid-row--selected,
|
|
4113
|
-
.Grid-row--selected .Grid-cellGroup {
|
|
4114
|
-
background: rgba(220, 236, 249, 0.48);
|
|
4115
|
-
transition: var(--duration--fast-02) var(--standard-productive-curve);
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
.Grid-row--selected:hover,
|
|
4119
|
-
.Grid-row--selected .Grid-cellGroup:hover {
|
|
4120
|
-
background: rgba(151, 197, 240, 0.48) !important;
|
|
4121
|
-
}
|
|
4122
|
-
|
|
4123
|
-
.Grid-row--selected:active,
|
|
4124
|
-
.Grid-row--selected .Grid-cellGroup:active {
|
|
4125
|
-
background: var(--primary-lighter) !important;
|
|
4126
|
-
}
|
|
4127
|
-
|
|
4128
|
-
.Grid-row--selected:focus,
|
|
4129
|
-
.Grid-row--selected .Grid-cellGroup:focus {
|
|
4130
|
-
outline: none;
|
|
4131
|
-
box-shadow: var(--shadow-spread) rgba(0, 112, 221, 0.16);
|
|
4132
|
-
}
|
|
4133
|
-
|
|
4134
4172
|
.Grid-rowWrapper:last-child .Grid-row--body {
|
|
4135
4173
|
border-bottom: 0;
|
|
4136
4174
|
}
|
|
@@ -4167,6 +4205,7 @@ body {
|
|
|
4167
4205
|
box-sizing: border-box;
|
|
4168
4206
|
padding-left: var(--spacing-30);
|
|
4169
4207
|
padding-right: var(--spacing-30);
|
|
4208
|
+
flex-grow: 1;
|
|
4170
4209
|
}
|
|
4171
4210
|
|
|
4172
4211
|
.Grid-cell--body {
|
|
@@ -4202,15 +4241,6 @@ body {
|
|
|
4202
4241
|
border-left: none;
|
|
4203
4242
|
}
|
|
4204
4243
|
|
|
4205
|
-
/* .Grid .Grid-cellGroup--main .Grid-cell--head.Grid-cell:last-child {
|
|
4206
|
-
border-right: var(--border);
|
|
4207
|
-
} */
|
|
4208
|
-
|
|
4209
|
-
.Grid-row--disabled {
|
|
4210
|
-
opacity: var(--opacity-10);
|
|
4211
|
-
pointer-events: none;
|
|
4212
|
-
}
|
|
4213
|
-
|
|
4214
4244
|
.Grid-cell--head.Grid-cell--selected {
|
|
4215
4245
|
background: var(--primary-light);
|
|
4216
4246
|
}
|
|
@@ -4225,6 +4255,15 @@ body {
|
|
|
4225
4255
|
overflow: visible !important;
|
|
4226
4256
|
}
|
|
4227
4257
|
|
|
4258
|
+
.Grid-cell--separator {
|
|
4259
|
+
border-left: var(--border);
|
|
4260
|
+
border-color: var(--secondary-light);
|
|
4261
|
+
}
|
|
4262
|
+
|
|
4263
|
+
.Grid-cell--selected {
|
|
4264
|
+
background: var(--primary-lightest);
|
|
4265
|
+
}
|
|
4266
|
+
|
|
4228
4267
|
.Grid-sortingIcons {
|
|
4229
4268
|
display: flex;
|
|
4230
4269
|
align-items: center;
|
|
@@ -4286,7 +4325,7 @@ body {
|
|
|
4286
4325
|
.Grid-cellGroup {
|
|
4287
4326
|
display: flex;
|
|
4288
4327
|
box-sizing: border-box;
|
|
4289
|
-
|
|
4328
|
+
height: 100%;
|
|
4290
4329
|
}
|
|
4291
4330
|
|
|
4292
4331
|
.Grid-cellGroup--pinned {
|
|
@@ -4296,48 +4335,10 @@ body {
|
|
|
4296
4335
|
|
|
4297
4336
|
.Grid-cellGroup--pinned-left {
|
|
4298
4337
|
left: 0;
|
|
4299
|
-
border-style: inset;
|
|
4300
|
-
border-right: var(--spacing-2-5) solid rgba(213, 213, 213, var(--opacity-3));
|
|
4301
|
-
border-right-width: var(--border-width-10);
|
|
4302
|
-
-o-border-image: linear-gradient(
|
|
4303
|
-
to right,
|
|
4304
|
-
var(--secondary-light),
|
|
4305
|
-
var(--secondary-light) 25%,
|
|
4306
|
-
rgba(213, 213, 213, 0.1) 25%,
|
|
4307
|
-
rgba(213, 213, 213, 0.1)
|
|
4308
|
-
)
|
|
4309
|
-
1 100%;
|
|
4310
|
-
border-image: linear-gradient(
|
|
4311
|
-
to right,
|
|
4312
|
-
var(--secondary-light),
|
|
4313
|
-
var(--secondary-light) 25%,
|
|
4314
|
-
rgba(213, 213, 213, 0.1) 25%,
|
|
4315
|
-
rgba(213, 213, 213, 0.1)
|
|
4316
|
-
)
|
|
4317
|
-
1 100%;
|
|
4318
4338
|
}
|
|
4319
4339
|
|
|
4320
4340
|
.Grid-cellGroup--pinned-right {
|
|
4321
4341
|
right: 0;
|
|
4322
|
-
border-style: inset;
|
|
4323
|
-
border-left: var(--border-width-2-5) solid rgba(213, 213, 213, var(--opacity-3));
|
|
4324
|
-
border-left-width: var(--border-width-10);
|
|
4325
|
-
-o-border-image: linear-gradient(
|
|
4326
|
-
to left,
|
|
4327
|
-
var(--secondary-light),
|
|
4328
|
-
var(--secondary-light) 25%,
|
|
4329
|
-
rgba(213, 213, 213, 0.1) 25%,
|
|
4330
|
-
rgba(213, 213, 213, 0.1)
|
|
4331
|
-
)
|
|
4332
|
-
1 100%;
|
|
4333
|
-
border-image: linear-gradient(
|
|
4334
|
-
to left,
|
|
4335
|
-
var(--secondary-light),
|
|
4336
|
-
var(--secondary-light) 25%,
|
|
4337
|
-
rgba(213, 213, 213, 0.1) 25%,
|
|
4338
|
-
rgba(213, 213, 213, 0.1)
|
|
4339
|
-
)
|
|
4340
|
-
1 100%;
|
|
4341
4342
|
}
|
|
4342
4343
|
|
|
4343
4344
|
.Grid .Checkbox-wrapper {
|
|
@@ -4354,13 +4355,11 @@ body {
|
|
|
4354
4355
|
}
|
|
4355
4356
|
|
|
4356
4357
|
.GridCell--align-left {
|
|
4357
|
-
/* flex-direction: row; */
|
|
4358
4358
|
justify-content: flex-start;
|
|
4359
4359
|
text-align: left;
|
|
4360
4360
|
}
|
|
4361
4361
|
|
|
4362
4362
|
.GridCell--align-right {
|
|
4363
|
-
/* flex-direction: row-reverse; */
|
|
4364
4363
|
justify-content: flex-end;
|
|
4365
4364
|
text-align: right;
|
|
4366
4365
|
}
|
|
@@ -4370,6 +4369,9 @@ body {
|
|
|
4370
4369
|
text-align: center;
|
|
4371
4370
|
}
|
|
4372
4371
|
|
|
4372
|
+
.GridCell--default {
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4373
4375
|
.GridCell--metaList {
|
|
4374
4376
|
display: flex;
|
|
4375
4377
|
flex-direction: column;
|
|
@@ -4408,7 +4410,7 @@ body {
|
|
|
4408
4410
|
align-items: center;
|
|
4409
4411
|
}
|
|
4410
4412
|
|
|
4411
|
-
.GridCell-
|
|
4413
|
+
.GridCell-metaSeparator {
|
|
4412
4414
|
content: '';
|
|
4413
4415
|
display: inline-flex;
|
|
4414
4416
|
align-items: center;
|
|
@@ -4416,12 +4418,21 @@ body {
|
|
|
4416
4418
|
width: var(--spacing-10);
|
|
4417
4419
|
height: var(--spacing-10);
|
|
4418
4420
|
border-radius: var(--border-radius-full);
|
|
4419
|
-
background: var(--
|
|
4421
|
+
background: var(--inverse-lightest);
|
|
4420
4422
|
margin: 0 var(--spacing-20);
|
|
4421
4423
|
}
|
|
4422
4424
|
|
|
4423
|
-
.GridCell-
|
|
4424
|
-
|
|
4425
|
+
.GridCell-mark--default {
|
|
4426
|
+
background: var(--warning-light);
|
|
4427
|
+
border-radius: var(--border-radius-05);
|
|
4428
|
+
}
|
|
4429
|
+
|
|
4430
|
+
.GridCell-mark--metaList {
|
|
4431
|
+
font-size: var(--font-size-s);
|
|
4432
|
+
line-height: var(--font-height-normal);
|
|
4433
|
+
color: var(--text-subtle);
|
|
4434
|
+
background: var(--warning-light);
|
|
4435
|
+
border-radius: var(--border-radius-05);
|
|
4425
4436
|
}
|
|
4426
4437
|
|
|
4427
4438
|
.GridCell--metaList ul li:first-child {
|
|
@@ -4495,6 +4506,194 @@ body {
|
|
|
4495
4506
|
margin-bottom: var(--spacing-40);
|
|
4496
4507
|
}
|
|
4497
4508
|
|
|
4509
|
+
/* Grid row */
|
|
4510
|
+
|
|
4511
|
+
.Grid-row--disabled {
|
|
4512
|
+
opacity: var(--opacity-10);
|
|
4513
|
+
pointer-events: none;
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4516
|
+
.Grid-row {
|
|
4517
|
+
display: flex;
|
|
4518
|
+
flex-grow: 1;
|
|
4519
|
+
flex-shrink: 0;
|
|
4520
|
+
box-sizing: border-box;
|
|
4521
|
+
background: var(--white);
|
|
4522
|
+
}
|
|
4523
|
+
|
|
4524
|
+
.Grid-row--body {
|
|
4525
|
+
border-color: var(--secondary-light);
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4528
|
+
.Grid--resource .Grid-row--body:hover {
|
|
4529
|
+
cursor: pointer;
|
|
4530
|
+
background: var(--secondary-lightest);
|
|
4531
|
+
}
|
|
4532
|
+
|
|
4533
|
+
.Grid--resource .Grid-row--body:active {
|
|
4534
|
+
background: var(--secondary-lighter);
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4537
|
+
.Grid--resource .Grid-row--body:focus {
|
|
4538
|
+
box-shadow: var(--shadow-spread) rgba(213, 213, 213, 0.16);
|
|
4539
|
+
outline: none;
|
|
4540
|
+
}
|
|
4541
|
+
|
|
4542
|
+
/* Selected States */
|
|
4543
|
+
|
|
4544
|
+
.Grid-row--selected {
|
|
4545
|
+
background: rgba(220, 236, 249, 0.48);
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4548
|
+
.Grid-row--selected:hover {
|
|
4549
|
+
background: rgba(151, 197, 240, 0.48) !important;
|
|
4550
|
+
}
|
|
4551
|
+
|
|
4552
|
+
.Grid-row--selected:active {
|
|
4553
|
+
background: var(--primary-lighter) !important;
|
|
4554
|
+
}
|
|
4555
|
+
|
|
4556
|
+
.Grid-row--selected:focus {
|
|
4557
|
+
outline: none;
|
|
4558
|
+
box-shadow: var(--shadow-spread) rgba(0, 112, 221, 0.16);
|
|
4559
|
+
}
|
|
4560
|
+
|
|
4561
|
+
/* Activated States */
|
|
4562
|
+
|
|
4563
|
+
.Grid-row--activated {
|
|
4564
|
+
background: var(--primary-lightest);
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
/* Pinned Columns Default State */
|
|
4568
|
+
|
|
4569
|
+
.Grid--resource .Grid-row--body:hover .Grid-cellWrapper--pinned {
|
|
4570
|
+
cursor: pointer;
|
|
4571
|
+
background: var(--secondary-lightest);
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4574
|
+
.Grid--resource .Grid-row--body:active .Grid-cellWrapper--pinned {
|
|
4575
|
+
background: var(--secondary-lighter);
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
.Grid--resource .Grid-row--body:focus .Grid-cellWrapper--pinned {
|
|
4579
|
+
box-shadow: var(--shadow-spread) rgba(213, 213, 213, 0.16);
|
|
4580
|
+
outline: none;
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
/* Pinned Columns Selected State */
|
|
4584
|
+
|
|
4585
|
+
.Grid-row--selected .Grid-cellWrapper--pinned {
|
|
4586
|
+
background: rgba(220, 236, 249, 0.48);
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4589
|
+
.Grid-row--selected:hover .Grid-cellWrapper--pinned {
|
|
4590
|
+
background: rgba(151, 197, 240, 0.48) !important;
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4593
|
+
.Grid-row--selected:active .Grid-cellWrapper--pinned {
|
|
4594
|
+
background: var(--primary-lighter) !important;
|
|
4595
|
+
}
|
|
4596
|
+
|
|
4597
|
+
.Grid-row--selected:focus .Grid-cellWrapper--pinned {
|
|
4598
|
+
outline: none;
|
|
4599
|
+
box-shadow: var(--shadow-spread) rgba(0, 112, 221, 0.16);
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
/* Grid header */
|
|
4603
|
+
.Grid-row--head .Grid-cellGroup--pinned {
|
|
4604
|
+
background: var(--white);
|
|
4605
|
+
}
|
|
4606
|
+
|
|
4607
|
+
.Grid-row--head .Grid-cellGroup--pinned-left {
|
|
4608
|
+
border-style: inset;
|
|
4609
|
+
border-right: var(--spacing-xs) solid rgba(213, 213, 213, var(--opacity-3));
|
|
4610
|
+
border-right-width: 4px;
|
|
4611
|
+
-o-border-image: linear-gradient(
|
|
4612
|
+
to right,
|
|
4613
|
+
var(--secondary-light),
|
|
4614
|
+
var(--secondary-light) 25%,
|
|
4615
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4616
|
+
rgba(213, 213, 213, 0.1)
|
|
4617
|
+
)
|
|
4618
|
+
1 100%;
|
|
4619
|
+
border-image: linear-gradient(
|
|
4620
|
+
to right,
|
|
4621
|
+
var(--secondary-light),
|
|
4622
|
+
var(--secondary-light) 25%,
|
|
4623
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4624
|
+
rgba(213, 213, 213, 0.1)
|
|
4625
|
+
)
|
|
4626
|
+
1 100%;
|
|
4627
|
+
}
|
|
4628
|
+
|
|
4629
|
+
.Grid-row--head .Grid-cellGroup--pinned-right {
|
|
4630
|
+
border-style: inset;
|
|
4631
|
+
border-left: var(--spacing-xs) solid rgba(213, 213, 213, var(--opacity-3));
|
|
4632
|
+
border-left-width: 4px;
|
|
4633
|
+
-o-border-image: linear-gradient(
|
|
4634
|
+
to left,
|
|
4635
|
+
var(--secondary-light),
|
|
4636
|
+
var(--secondary-light) 25%,
|
|
4637
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4638
|
+
rgba(213, 213, 213, 0.1)
|
|
4639
|
+
)
|
|
4640
|
+
1 100%;
|
|
4641
|
+
border-image: linear-gradient(
|
|
4642
|
+
to left,
|
|
4643
|
+
var(--secondary-light),
|
|
4644
|
+
var(--secondary-light) 25%,
|
|
4645
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4646
|
+
rgba(213, 213, 213, 0.1)
|
|
4647
|
+
)
|
|
4648
|
+
1 100%;
|
|
4649
|
+
}
|
|
4650
|
+
|
|
4651
|
+
/* Pinned Column Border */
|
|
4652
|
+
|
|
4653
|
+
.Grid-cellWrapper--pinned-left {
|
|
4654
|
+
border-style: inset;
|
|
4655
|
+
border-right: var(--spacing-xs) solid rgba(213, 213, 213, var(--opacity-3));
|
|
4656
|
+
border-right-width: 4px;
|
|
4657
|
+
-o-border-image: linear-gradient(
|
|
4658
|
+
to right,
|
|
4659
|
+
var(--secondary-light),
|
|
4660
|
+
var(--secondary-light) 25%,
|
|
4661
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4662
|
+
rgba(213, 213, 213, 0.1)
|
|
4663
|
+
)
|
|
4664
|
+
1 100%;
|
|
4665
|
+
border-image: linear-gradient(
|
|
4666
|
+
to right,
|
|
4667
|
+
var(--secondary-light),
|
|
4668
|
+
var(--secondary-light) 25%,
|
|
4669
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4670
|
+
rgba(213, 213, 213, 0.1)
|
|
4671
|
+
)
|
|
4672
|
+
1 100%;
|
|
4673
|
+
}
|
|
4674
|
+
|
|
4675
|
+
.Grid-cellWrapper--pinned-right {
|
|
4676
|
+
border-style: inset;
|
|
4677
|
+
border-left: var(--spacing-xs) solid rgba(213, 213, 213, var(--opacity-3));
|
|
4678
|
+
border-left-width: 4px;
|
|
4679
|
+
-o-border-image: linear-gradient(
|
|
4680
|
+
to left,
|
|
4681
|
+
var(--secondary-light),
|
|
4682
|
+
var(--secondary-light) 25%,
|
|
4683
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4684
|
+
rgba(213, 213, 213, 0.1)
|
|
4685
|
+
)
|
|
4686
|
+
1 100%;
|
|
4687
|
+
border-image: linear-gradient(
|
|
4688
|
+
to left,
|
|
4689
|
+
var(--secondary-light),
|
|
4690
|
+
var(--secondary-light) 25%,
|
|
4691
|
+
rgba(213, 213, 213, 0.1) 25%,
|
|
4692
|
+
rgba(213, 213, 213, 0.1)
|
|
4693
|
+
)
|
|
4694
|
+
1 100%;
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4498
4697
|
.HorizontalNav {
|
|
4499
4698
|
display: flex;
|
|
4500
4699
|
}
|
|
@@ -8055,6 +8254,7 @@ body {
|
|
|
8055
8254
|
|
|
8056
8255
|
.MenuItem-count {
|
|
8057
8256
|
margin-right: var(--spacing-10);
|
|
8257
|
+
flex-shrink: 0;
|
|
8058
8258
|
}
|
|
8059
8259
|
|
|
8060
8260
|
.MenuItem-count--disabled {
|
|
@@ -10537,6 +10737,10 @@ body {
|
|
|
10537
10737
|
white-space: nowrap;
|
|
10538
10738
|
}
|
|
10539
10739
|
|
|
10740
|
+
.white-space-pre {
|
|
10741
|
+
white-space: pre;
|
|
10742
|
+
}
|
|
10743
|
+
|
|
10540
10744
|
.bottom-0 {
|
|
10541
10745
|
bottom: 0;
|
|
10542
10746
|
}
|