@innovaccer/design-system 4.0.0-4 → 4.0.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 +36 -0
- package/css/dist/index.css +2 -28
- package/css/dist/index.css.map +1 -1
- package/css/src/components/dropdown.module.css +1 -0
- package/css/src/components/grid.module.css +0 -17
- package/css/src/components/pagination.module.css +1 -1
- package/css/src/components/tabs.module.css +0 -10
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +511 -501
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +752 -740
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +3092 -3118
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -390,9 +390,6 @@
|
|
|
390
390
|
text-align: center;
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
.GridCell--default {
|
|
394
|
-
}
|
|
395
|
-
|
|
396
393
|
.GridCell--metaList {
|
|
397
394
|
display: flex;
|
|
398
395
|
flex-direction: column;
|
|
@@ -451,20 +448,6 @@
|
|
|
451
448
|
margin-left: 0;
|
|
452
449
|
}
|
|
453
450
|
|
|
454
|
-
/* .GridCell-image {
|
|
455
|
-
position: relative;
|
|
456
|
-
display: flex;
|
|
457
|
-
align-items: center;
|
|
458
|
-
justify-content: center;
|
|
459
|
-
margin-right: var(--spacing);
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.Image {
|
|
463
|
-
z-index: 0;
|
|
464
|
-
height: 100%;
|
|
465
|
-
width: 100%;
|
|
466
|
-
} */
|
|
467
|
-
|
|
468
451
|
/** Header **/
|
|
469
452
|
|
|
470
453
|
/** Table-header **/
|
|
@@ -95,16 +95,6 @@
|
|
|
95
95
|
background-color: transparent;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.Tab-count {
|
|
99
|
-
display: flex;
|
|
100
|
-
margin-right: var(--spacing-l);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.Tab-count .Badge {
|
|
104
|
-
margin-left: 0;
|
|
105
|
-
margin-right: 0;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
98
|
.Tab-icon {
|
|
109
99
|
display: flex;
|
|
110
100
|
min-width: inherit;
|