@innovaccer/design-system 4.17.0 → 4.18.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 +81 -0
- package/css/dist/index.css +532 -0
- package/css/dist/index.css.map +1 -1
- package/css/src/components/avatarGroup.module.css +2 -0
- package/css/src/components/flex.module.css +117 -0
- package/css/src/components/mdsGrid.module.css +401 -0
- package/css/src/components/table.module.css +2 -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/flex/Flex.d.ts +35 -0
- package/dist/core/components/atoms/flex/index.d.ts +2 -0
- package/dist/core/components/atoms/mdsGrid/GridItem.d.ts +23 -0
- package/dist/core/components/atoms/mdsGrid/MdsGrid.d.ts +43 -0
- package/dist/core/components/atoms/mdsGrid/index.d.ts +2 -0
- package/dist/core/components/organisms/grid/Grid.d.ts +1 -0
- package/dist/core/components/organisms/table/Table.d.ts +2 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/core/index.type.d.ts +1 -0
- package/dist/esm/index.js +669 -381
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +628 -340
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +532 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +103 -23
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,84 @@
|
|
|
1
|
+
## 4.18.0 (2025-12-29)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- feat(grid): add grid component (1698445c)
|
|
6
|
+
- feat(flex): add flex component (3ae8b0d4)
|
|
7
|
+
- feat(table): add single select filter option in table header (e810b7c8)
|
|
8
|
+
|
|
9
|
+
### Breaking changes
|
|
10
|
+
|
|
11
|
+
NA
|
|
12
|
+
|
|
13
|
+
### Migration guide
|
|
14
|
+
|
|
15
|
+
NA
|
|
16
|
+
|
|
17
|
+
### Deprecations
|
|
18
|
+
|
|
19
|
+
NA
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- feat(grid): add grid component (1698445c)
|
|
24
|
+
- feat(flex): add flex component (3ae8b0d4)
|
|
25
|
+
- feat(table): add single select filter option in table header (e810b7c8)
|
|
26
|
+
|
|
27
|
+
### Fixes
|
|
28
|
+
|
|
29
|
+
- fix(pagination): update table pagination while searching and page change (5b7e1bb6)
|
|
30
|
+
- fix(combobox): fix onchange handler call on initial render (159bf17b)
|
|
31
|
+
|
|
32
|
+
### Improvements
|
|
33
|
+
|
|
34
|
+
- feat(table): add filter pattern story (11c1a616)
|
|
35
|
+
- feat(table): add filtertype prop and update stories (a745f210)
|
|
36
|
+
- feat(table): add test cases (6079f23f)
|
|
37
|
+
|
|
38
|
+
### Documentation
|
|
39
|
+
|
|
40
|
+
- docs(avatar): update avatar docs usage (8302d34a)
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 4.17.1 (2025-12-11)
|
|
45
|
+
|
|
46
|
+
### Highlights
|
|
47
|
+
|
|
48
|
+
- fix(avatar): update avatar fallback appearance and text color (f20339b8)
|
|
49
|
+
- docs(Avatars): update the docs for the avatar and avatarGroups (9e3b9273)
|
|
50
|
+
|
|
51
|
+
### Breaking changes
|
|
52
|
+
|
|
53
|
+
NA
|
|
54
|
+
|
|
55
|
+
### Migration guide
|
|
56
|
+
|
|
57
|
+
NA
|
|
58
|
+
|
|
59
|
+
### Deprecations
|
|
60
|
+
|
|
61
|
+
NA
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
NA
|
|
66
|
+
|
|
67
|
+
### Fixes
|
|
68
|
+
|
|
69
|
+
- fix(avatar): update avatar fallback appearance and text color (f20339b8)
|
|
70
|
+
|
|
71
|
+
### Improvements
|
|
72
|
+
|
|
73
|
+
NA
|
|
74
|
+
|
|
75
|
+
### Documentation
|
|
76
|
+
|
|
77
|
+
- docs(Avatars): update the docs for the avatar and avatarGroups (9e3b9273)
|
|
78
|
+
- docs(avatar): update docs for avatar and avatarGroups (c7dc4be9)
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
1
82
|
## 4.17.0 (2025-12-10)
|
|
2
83
|
|
|
3
84
|
### Highlights
|
package/css/dist/index.css
CHANGED
|
@@ -1070,6 +1070,8 @@ body {
|
|
|
1070
1070
|
.AvatarCount-wrapper {
|
|
1071
1071
|
border-radius: var(--border-radius-full);
|
|
1072
1072
|
position: relative;
|
|
1073
|
+
display: flex;
|
|
1074
|
+
align-items: center;
|
|
1073
1075
|
}
|
|
1074
1076
|
|
|
1075
1077
|
.AvatarCount-wrapper:focus,
|
|
@@ -4284,6 +4286,124 @@ body {
|
|
|
4284
4286
|
padding-bottom: var(--spacing-05);
|
|
4285
4287
|
}
|
|
4286
4288
|
|
|
4289
|
+
/* Flex component */
|
|
4290
|
+
.Flex {
|
|
4291
|
+
display: flex;
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
/* Direction variants */
|
|
4295
|
+
.Flex--row {
|
|
4296
|
+
flex-direction: row;
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
.Flex--column {
|
|
4300
|
+
flex-direction: column;
|
|
4301
|
+
}
|
|
4302
|
+
|
|
4303
|
+
.Flex--rowReverse {
|
|
4304
|
+
flex-direction: row-reverse;
|
|
4305
|
+
}
|
|
4306
|
+
|
|
4307
|
+
.Flex--columnReverse {
|
|
4308
|
+
flex-direction: column-reverse;
|
|
4309
|
+
}
|
|
4310
|
+
|
|
4311
|
+
/* Justify content variants */
|
|
4312
|
+
.Flex--justifyStart {
|
|
4313
|
+
justify-content: flex-start;
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
.Flex--justifyEnd {
|
|
4317
|
+
justify-content: flex-end;
|
|
4318
|
+
}
|
|
4319
|
+
|
|
4320
|
+
.Flex--justifyCenter {
|
|
4321
|
+
justify-content: center;
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
.Flex--justifyBetween {
|
|
4325
|
+
justify-content: space-between;
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.Flex--justifyAround {
|
|
4329
|
+
justify-content: space-around;
|
|
4330
|
+
}
|
|
4331
|
+
|
|
4332
|
+
.Flex--justifyEvenly {
|
|
4333
|
+
justify-content: space-evenly;
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4336
|
+
/* Align items variants */
|
|
4337
|
+
.Flex--alignStart {
|
|
4338
|
+
align-items: flex-start;
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4341
|
+
.Flex--alignEnd {
|
|
4342
|
+
align-items: flex-end;
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
.Flex--alignCenter {
|
|
4346
|
+
align-items: center;
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
.Flex--alignBaseline {
|
|
4350
|
+
align-items: baseline;
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
.Flex--alignStretch {
|
|
4354
|
+
align-items: stretch;
|
|
4355
|
+
}
|
|
4356
|
+
|
|
4357
|
+
/* Wrap variants */
|
|
4358
|
+
.Flex--wrap {
|
|
4359
|
+
flex-wrap: wrap;
|
|
4360
|
+
}
|
|
4361
|
+
|
|
4362
|
+
.Flex--nowrap {
|
|
4363
|
+
flex-wrap: nowrap;
|
|
4364
|
+
}
|
|
4365
|
+
|
|
4366
|
+
.Flex--wrapReverse {
|
|
4367
|
+
flex-wrap: wrap-reverse;
|
|
4368
|
+
}
|
|
4369
|
+
|
|
4370
|
+
/* Gap variants */
|
|
4371
|
+
.Flex--gap0 {
|
|
4372
|
+
gap: 0;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
.Flex--gap2 {
|
|
4376
|
+
gap: var(--spacing-05);
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
.Flex--gap4 {
|
|
4380
|
+
gap: var(--spacing-10);
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
.Flex--gap8 {
|
|
4384
|
+
gap: var(--spacing-20);
|
|
4385
|
+
}
|
|
4386
|
+
|
|
4387
|
+
.Flex--gap12 {
|
|
4388
|
+
gap: var(--spacing-30);
|
|
4389
|
+
}
|
|
4390
|
+
|
|
4391
|
+
.Flex--gap16 {
|
|
4392
|
+
gap: var(--spacing-40);
|
|
4393
|
+
}
|
|
4394
|
+
|
|
4395
|
+
.Flex--gap24 {
|
|
4396
|
+
gap: var(--spacing-60);
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
.Flex--gap32 {
|
|
4400
|
+
gap: var(--spacing-80);
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4403
|
+
.Flex--gap48 {
|
|
4404
|
+
gap: var(--spacing-120);
|
|
4405
|
+
}
|
|
4406
|
+
|
|
4287
4407
|
@keyframes fullscreenModal-open {
|
|
4288
4408
|
from {
|
|
4289
4409
|
opacity: 0;
|
|
@@ -5814,6 +5934,416 @@ body {
|
|
|
5814
5934
|
color: var(--primary);
|
|
5815
5935
|
}
|
|
5816
5936
|
|
|
5937
|
+
/* MdsGrid */
|
|
5938
|
+
.MdsGrid {
|
|
5939
|
+
display: grid;
|
|
5940
|
+
box-sizing: border-box;
|
|
5941
|
+
width: 100%;
|
|
5942
|
+
}
|
|
5943
|
+
|
|
5944
|
+
/* Gap variations */
|
|
5945
|
+
.MdsGrid-gap--spacing-10 {
|
|
5946
|
+
gap: var(--spacing-10);
|
|
5947
|
+
}
|
|
5948
|
+
|
|
5949
|
+
.MdsGrid-gap--spacing-20 {
|
|
5950
|
+
gap: var(--spacing-20);
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
.MdsGrid-gap--spacing-30 {
|
|
5954
|
+
gap: var(--spacing-30);
|
|
5955
|
+
}
|
|
5956
|
+
|
|
5957
|
+
.MdsGrid-gap--spacing-40 {
|
|
5958
|
+
gap: var(--spacing-40);
|
|
5959
|
+
}
|
|
5960
|
+
|
|
5961
|
+
.MdsGrid-gap--spacing-60 {
|
|
5962
|
+
gap: var(--spacing-60);
|
|
5963
|
+
}
|
|
5964
|
+
|
|
5965
|
+
.MdsGrid-gap--spacing-80 {
|
|
5966
|
+
gap: var(--spacing-80);
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5969
|
+
.MdsGrid-gap--spacing-120 {
|
|
5970
|
+
gap: var(--spacing-120);
|
|
5971
|
+
}
|
|
5972
|
+
|
|
5973
|
+
.MdsGrid-gap--spacing-160 {
|
|
5974
|
+
gap: var(--spacing-160);
|
|
5975
|
+
}
|
|
5976
|
+
|
|
5977
|
+
/* Column gap variations */
|
|
5978
|
+
.MdsGrid-columnGap--spacing-10 {
|
|
5979
|
+
-moz-column-gap: var(--spacing-10);
|
|
5980
|
+
column-gap: var(--spacing-10);
|
|
5981
|
+
}
|
|
5982
|
+
|
|
5983
|
+
.MdsGrid-columnGap--spacing-20 {
|
|
5984
|
+
-moz-column-gap: var(--spacing-20);
|
|
5985
|
+
column-gap: var(--spacing-20);
|
|
5986
|
+
}
|
|
5987
|
+
|
|
5988
|
+
.MdsGrid-columnGap--spacing-30 {
|
|
5989
|
+
-moz-column-gap: var(--spacing-30);
|
|
5990
|
+
column-gap: var(--spacing-30);
|
|
5991
|
+
}
|
|
5992
|
+
|
|
5993
|
+
.MdsGrid-columnGap--spacing-40 {
|
|
5994
|
+
-moz-column-gap: var(--spacing-40);
|
|
5995
|
+
column-gap: var(--spacing-40);
|
|
5996
|
+
}
|
|
5997
|
+
|
|
5998
|
+
.MdsGrid-columnGap--spacing-60 {
|
|
5999
|
+
-moz-column-gap: var(--spacing-60);
|
|
6000
|
+
column-gap: var(--spacing-60);
|
|
6001
|
+
}
|
|
6002
|
+
|
|
6003
|
+
.MdsGrid-columnGap--spacing-80 {
|
|
6004
|
+
-moz-column-gap: var(--spacing-80);
|
|
6005
|
+
column-gap: var(--spacing-80);
|
|
6006
|
+
}
|
|
6007
|
+
|
|
6008
|
+
.MdsGrid-columnGap--spacing-120 {
|
|
6009
|
+
-moz-column-gap: var(--spacing-120);
|
|
6010
|
+
column-gap: var(--spacing-120);
|
|
6011
|
+
}
|
|
6012
|
+
|
|
6013
|
+
.MdsGrid-columnGap--spacing-160 {
|
|
6014
|
+
-moz-column-gap: var(--spacing-160);
|
|
6015
|
+
column-gap: var(--spacing-160);
|
|
6016
|
+
}
|
|
6017
|
+
|
|
6018
|
+
/* Row gap variations */
|
|
6019
|
+
.MdsGrid-rowGap--spacing-10 {
|
|
6020
|
+
row-gap: var(--spacing-10);
|
|
6021
|
+
}
|
|
6022
|
+
|
|
6023
|
+
.MdsGrid-rowGap--spacing-20 {
|
|
6024
|
+
row-gap: var(--spacing-20);
|
|
6025
|
+
}
|
|
6026
|
+
|
|
6027
|
+
.MdsGrid-rowGap--spacing-30 {
|
|
6028
|
+
row-gap: var(--spacing-30);
|
|
6029
|
+
}
|
|
6030
|
+
|
|
6031
|
+
.MdsGrid-rowGap--spacing-40 {
|
|
6032
|
+
row-gap: var(--spacing-40);
|
|
6033
|
+
}
|
|
6034
|
+
|
|
6035
|
+
.MdsGrid-rowGap--spacing-60 {
|
|
6036
|
+
row-gap: var(--spacing-60);
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.MdsGrid-rowGap--spacing-80 {
|
|
6040
|
+
row-gap: var(--spacing-80);
|
|
6041
|
+
}
|
|
6042
|
+
|
|
6043
|
+
.MdsGrid-rowGap--spacing-120 {
|
|
6044
|
+
row-gap: var(--spacing-120);
|
|
6045
|
+
}
|
|
6046
|
+
|
|
6047
|
+
.MdsGrid-rowGap--spacing-160 {
|
|
6048
|
+
row-gap: var(--spacing-160);
|
|
6049
|
+
}
|
|
6050
|
+
|
|
6051
|
+
/* Justify items variations */
|
|
6052
|
+
.MdsGrid-justifyItems--start {
|
|
6053
|
+
justify-items: start;
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
.MdsGrid-justifyItems--end {
|
|
6057
|
+
justify-items: end;
|
|
6058
|
+
}
|
|
6059
|
+
|
|
6060
|
+
.MdsGrid-justifyItems--center {
|
|
6061
|
+
justify-items: center;
|
|
6062
|
+
}
|
|
6063
|
+
|
|
6064
|
+
.MdsGrid-justifyItems--stretch {
|
|
6065
|
+
justify-items: stretch;
|
|
6066
|
+
}
|
|
6067
|
+
|
|
6068
|
+
/* Align items variations */
|
|
6069
|
+
.MdsGrid-alignItems--start {
|
|
6070
|
+
align-items: start;
|
|
6071
|
+
}
|
|
6072
|
+
|
|
6073
|
+
.MdsGrid-alignItems--end {
|
|
6074
|
+
align-items: end;
|
|
6075
|
+
}
|
|
6076
|
+
|
|
6077
|
+
.MdsGrid-alignItems--center {
|
|
6078
|
+
align-items: center;
|
|
6079
|
+
}
|
|
6080
|
+
|
|
6081
|
+
.MdsGrid-alignItems--stretch {
|
|
6082
|
+
align-items: stretch;
|
|
6083
|
+
}
|
|
6084
|
+
|
|
6085
|
+
/* Auto flow variations */
|
|
6086
|
+
.MdsGrid-autoFlow--row {
|
|
6087
|
+
grid-auto-flow: row;
|
|
6088
|
+
}
|
|
6089
|
+
|
|
6090
|
+
.MdsGrid-autoFlow--column {
|
|
6091
|
+
grid-auto-flow: column;
|
|
6092
|
+
}
|
|
6093
|
+
|
|
6094
|
+
.MdsGrid-autoFlow--row\ dense {
|
|
6095
|
+
grid-auto-flow: row dense;
|
|
6096
|
+
}
|
|
6097
|
+
|
|
6098
|
+
.MdsGrid-autoFlow--column\ dense {
|
|
6099
|
+
grid-auto-flow: column dense;
|
|
6100
|
+
}
|
|
6101
|
+
|
|
6102
|
+
/* Template columns variations */
|
|
6103
|
+
.MdsGrid-templateColumns--repeat\(1\,\ 1fr\) {
|
|
6104
|
+
grid-template-columns: repeat(1, 1fr);
|
|
6105
|
+
}
|
|
6106
|
+
|
|
6107
|
+
.MdsGrid-templateColumns--repeat\(2\,\ 1fr\) {
|
|
6108
|
+
grid-template-columns: repeat(2, 1fr);
|
|
6109
|
+
}
|
|
6110
|
+
|
|
6111
|
+
.MdsGrid-templateColumns--repeat\(3\,\ 1fr\) {
|
|
6112
|
+
grid-template-columns: repeat(3, 1fr);
|
|
6113
|
+
}
|
|
6114
|
+
|
|
6115
|
+
.MdsGrid-templateColumns--repeat\(4\,\ 1fr\) {
|
|
6116
|
+
grid-template-columns: repeat(4, 1fr);
|
|
6117
|
+
}
|
|
6118
|
+
|
|
6119
|
+
.MdsGrid-templateColumns--repeat\(12\,\ 1fr\) {
|
|
6120
|
+
grid-template-columns: repeat(12, 1fr);
|
|
6121
|
+
}
|
|
6122
|
+
|
|
6123
|
+
.MdsGrid-templateColumns--1fr\ 1fr\ 1fr {
|
|
6124
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
6125
|
+
}
|
|
6126
|
+
|
|
6127
|
+
.MdsGrid-templateColumns--1fr\ 2fr {
|
|
6128
|
+
grid-template-columns: 1fr 2fr;
|
|
6129
|
+
}
|
|
6130
|
+
|
|
6131
|
+
.MdsGrid-templateColumns--2fr\ 1fr {
|
|
6132
|
+
grid-template-columns: 2fr 1fr;
|
|
6133
|
+
}
|
|
6134
|
+
|
|
6135
|
+
.MdsGrid-templateColumns--2fr\ 1fr\ 1fr {
|
|
6136
|
+
grid-template-columns: 2fr 1fr 1fr;
|
|
6137
|
+
}
|
|
6138
|
+
|
|
6139
|
+
.MdsGrid-templateColumns--200px\ 1fr\ 2fr {
|
|
6140
|
+
grid-template-columns: 200px 1fr 2fr;
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6143
|
+
/* Template rows variations */
|
|
6144
|
+
.MdsGrid-templateRows--auto\ auto\ auto {
|
|
6145
|
+
grid-template-rows: auto auto auto;
|
|
6146
|
+
}
|
|
6147
|
+
|
|
6148
|
+
.MdsGrid-templateRows--100px\ 200px {
|
|
6149
|
+
grid-template-rows: 100px 200px;
|
|
6150
|
+
}
|
|
6151
|
+
|
|
6152
|
+
.MdsGrid-templateRows--1fr\ 2fr {
|
|
6153
|
+
grid-template-rows: 1fr 2fr;
|
|
6154
|
+
}
|
|
6155
|
+
|
|
6156
|
+
.MdsGrid-templateRows--auto\ 1fr {
|
|
6157
|
+
grid-template-rows: auto 1fr;
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
/* MdsGridItem */
|
|
6161
|
+
.MdsGridItem {
|
|
6162
|
+
box-sizing: border-box;
|
|
6163
|
+
}
|
|
6164
|
+
|
|
6165
|
+
/* Justify self variations */
|
|
6166
|
+
.MdsGridItem-justifySelf--start {
|
|
6167
|
+
justify-self: start;
|
|
6168
|
+
}
|
|
6169
|
+
|
|
6170
|
+
.MdsGridItem-justifySelf--end {
|
|
6171
|
+
justify-self: end;
|
|
6172
|
+
}
|
|
6173
|
+
|
|
6174
|
+
.MdsGridItem-justifySelf--center {
|
|
6175
|
+
justify-self: center;
|
|
6176
|
+
}
|
|
6177
|
+
|
|
6178
|
+
.MdsGridItem-justifySelf--stretch {
|
|
6179
|
+
justify-self: stretch;
|
|
6180
|
+
}
|
|
6181
|
+
|
|
6182
|
+
/* Align self variations */
|
|
6183
|
+
.MdsGridItem-alignSelf--start {
|
|
6184
|
+
align-self: start;
|
|
6185
|
+
}
|
|
6186
|
+
|
|
6187
|
+
.MdsGridItem-alignSelf--end {
|
|
6188
|
+
align-self: end;
|
|
6189
|
+
}
|
|
6190
|
+
|
|
6191
|
+
.MdsGridItem-alignSelf--center {
|
|
6192
|
+
align-self: center;
|
|
6193
|
+
}
|
|
6194
|
+
|
|
6195
|
+
.MdsGridItem-alignSelf--stretch {
|
|
6196
|
+
align-self: stretch;
|
|
6197
|
+
}
|
|
6198
|
+
|
|
6199
|
+
/* Column span variations */
|
|
6200
|
+
.MdsGridItem-columnSpan--1 {
|
|
6201
|
+
grid-column: span 1;
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
.MdsGridItem-columnSpan--2 {
|
|
6205
|
+
grid-column: span 2;
|
|
6206
|
+
}
|
|
6207
|
+
|
|
6208
|
+
.MdsGridItem-columnSpan--3 {
|
|
6209
|
+
grid-column: span 3;
|
|
6210
|
+
}
|
|
6211
|
+
|
|
6212
|
+
.MdsGridItem-columnSpan--4 {
|
|
6213
|
+
grid-column: span 4;
|
|
6214
|
+
}
|
|
6215
|
+
|
|
6216
|
+
.MdsGridItem-columnSpan--5 {
|
|
6217
|
+
grid-column: span 5;
|
|
6218
|
+
}
|
|
6219
|
+
|
|
6220
|
+
.MdsGridItem-columnSpan--6 {
|
|
6221
|
+
grid-column: span 6;
|
|
6222
|
+
}
|
|
6223
|
+
|
|
6224
|
+
.MdsGridItem-columnSpan--7 {
|
|
6225
|
+
grid-column: span 7;
|
|
6226
|
+
}
|
|
6227
|
+
|
|
6228
|
+
.MdsGridItem-columnSpan--8 {
|
|
6229
|
+
grid-column: span 8;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
6232
|
+
.MdsGridItem-columnSpan--9 {
|
|
6233
|
+
grid-column: span 9;
|
|
6234
|
+
}
|
|
6235
|
+
|
|
6236
|
+
.MdsGridItem-columnSpan--10 {
|
|
6237
|
+
grid-column: span 10;
|
|
6238
|
+
}
|
|
6239
|
+
|
|
6240
|
+
.MdsGridItem-columnSpan--11 {
|
|
6241
|
+
grid-column: span 11;
|
|
6242
|
+
}
|
|
6243
|
+
|
|
6244
|
+
.MdsGridItem-columnSpan--12 {
|
|
6245
|
+
grid-column: span 12;
|
|
6246
|
+
}
|
|
6247
|
+
|
|
6248
|
+
/* Row span variations */
|
|
6249
|
+
.MdsGridItem-rowSpan--1 {
|
|
6250
|
+
grid-row: span 1;
|
|
6251
|
+
}
|
|
6252
|
+
|
|
6253
|
+
.MdsGridItem-rowSpan--2 {
|
|
6254
|
+
grid-row: span 2;
|
|
6255
|
+
}
|
|
6256
|
+
|
|
6257
|
+
.MdsGridItem-rowSpan--3 {
|
|
6258
|
+
grid-row: span 3;
|
|
6259
|
+
}
|
|
6260
|
+
|
|
6261
|
+
.MdsGridItem-rowSpan--4 {
|
|
6262
|
+
grid-row: span 4;
|
|
6263
|
+
}
|
|
6264
|
+
|
|
6265
|
+
.MdsGridItem-rowSpan--5 {
|
|
6266
|
+
grid-row: span 5;
|
|
6267
|
+
}
|
|
6268
|
+
|
|
6269
|
+
.MdsGridItem-rowSpan--6 {
|
|
6270
|
+
grid-row: span 6;
|
|
6271
|
+
}
|
|
6272
|
+
|
|
6273
|
+
/* Column start variations */
|
|
6274
|
+
.MdsGridItem-columnStart--1 {
|
|
6275
|
+
grid-column-start: 1;
|
|
6276
|
+
}
|
|
6277
|
+
|
|
6278
|
+
.MdsGridItem-columnStart--2 {
|
|
6279
|
+
grid-column-start: 2;
|
|
6280
|
+
}
|
|
6281
|
+
|
|
6282
|
+
.MdsGridItem-columnStart--3 {
|
|
6283
|
+
grid-column-start: 3;
|
|
6284
|
+
}
|
|
6285
|
+
|
|
6286
|
+
.MdsGridItem-columnStart--4 {
|
|
6287
|
+
grid-column-start: 4;
|
|
6288
|
+
}
|
|
6289
|
+
|
|
6290
|
+
.MdsGridItem-columnStart--5 {
|
|
6291
|
+
grid-column-start: 5;
|
|
6292
|
+
}
|
|
6293
|
+
|
|
6294
|
+
.MdsGridItem-columnStart--6 {
|
|
6295
|
+
grid-column-start: 6;
|
|
6296
|
+
}
|
|
6297
|
+
|
|
6298
|
+
.MdsGridItem-columnStart--7 {
|
|
6299
|
+
grid-column-start: 7;
|
|
6300
|
+
}
|
|
6301
|
+
|
|
6302
|
+
.MdsGridItem-columnStart--8 {
|
|
6303
|
+
grid-column-start: 8;
|
|
6304
|
+
}
|
|
6305
|
+
|
|
6306
|
+
.MdsGridItem-columnStart--9 {
|
|
6307
|
+
grid-column-start: 9;
|
|
6308
|
+
}
|
|
6309
|
+
|
|
6310
|
+
.MdsGridItem-columnStart--10 {
|
|
6311
|
+
grid-column-start: 10;
|
|
6312
|
+
}
|
|
6313
|
+
|
|
6314
|
+
.MdsGridItem-columnStart--11 {
|
|
6315
|
+
grid-column-start: 11;
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
.MdsGridItem-columnStart--12 {
|
|
6319
|
+
grid-column-start: 12;
|
|
6320
|
+
}
|
|
6321
|
+
|
|
6322
|
+
/* Row start variations */
|
|
6323
|
+
.MdsGridItem-rowStart--1 {
|
|
6324
|
+
grid-row-start: 1;
|
|
6325
|
+
}
|
|
6326
|
+
|
|
6327
|
+
.MdsGridItem-rowStart--2 {
|
|
6328
|
+
grid-row-start: 2;
|
|
6329
|
+
}
|
|
6330
|
+
|
|
6331
|
+
.MdsGridItem-rowStart--3 {
|
|
6332
|
+
grid-row-start: 3;
|
|
6333
|
+
}
|
|
6334
|
+
|
|
6335
|
+
.MdsGridItem-rowStart--4 {
|
|
6336
|
+
grid-row-start: 4;
|
|
6337
|
+
}
|
|
6338
|
+
|
|
6339
|
+
.MdsGridItem-rowStart--5 {
|
|
6340
|
+
grid-row-start: 5;
|
|
6341
|
+
}
|
|
6342
|
+
|
|
6343
|
+
.MdsGridItem-rowStart--6 {
|
|
6344
|
+
grid-row-start: 6;
|
|
6345
|
+
}
|
|
6346
|
+
|
|
5817
6347
|
.Menu {
|
|
5818
6348
|
overflow-y: auto !important;
|
|
5819
6349
|
padding-top: var(--spacing-10);
|
|
@@ -7974,8 +8504,10 @@ body {
|
|
|
7974
8504
|
|
|
7975
8505
|
.Table-grid {
|
|
7976
8506
|
height: 100%;
|
|
8507
|
+
min-height: 0;
|
|
7977
8508
|
overflow: hidden;
|
|
7978
8509
|
z-index: 1;
|
|
8510
|
+
flex: 1 1 auto;
|
|
7979
8511
|
}
|
|
7980
8512
|
|
|
7981
8513
|
.Table-pagination {
|