@innovaccer/design-system 4.0.0-2 → 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
## 4.0.0 (2024-12-25)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- feat(CSS): migrate to module CSS for ESM and UMD builds to work together (e91b1cf1)
|
|
6
|
+
|
|
7
|
+
### Breaking changes
|
|
8
|
+
|
|
9
|
+
NA
|
|
10
|
+
|
|
11
|
+
### Migration guide
|
|
12
|
+
|
|
13
|
+
NA
|
|
14
|
+
|
|
15
|
+
### Deprecations
|
|
16
|
+
|
|
17
|
+
NA
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
- feat(CSS): migrate to module CSS for ESM and UMD builds to work together (e91b1cf1)
|
|
22
|
+
|
|
23
|
+
### Fixes
|
|
24
|
+
|
|
25
|
+
NA
|
|
26
|
+
|
|
27
|
+
### Improvements
|
|
28
|
+
|
|
29
|
+
NA
|
|
30
|
+
|
|
31
|
+
### Documentation
|
|
32
|
+
|
|
33
|
+
NA
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
## 3.5.0 (2024-12-12)
|
|
2
38
|
|
|
3
39
|
### Highlights
|
package/css/dist/index.css
CHANGED
|
@@ -2984,6 +2984,7 @@ body {
|
|
|
2984
2984
|
width: 100%;
|
|
2985
2985
|
display: flex;
|
|
2986
2986
|
overflow: hidden;
|
|
2987
|
+
cursor: pointer;
|
|
2987
2988
|
}
|
|
2988
2989
|
|
|
2989
2990
|
.Option-text,
|
|
@@ -4055,9 +4056,6 @@ body {
|
|
|
4055
4056
|
text-align: center;
|
|
4056
4057
|
}
|
|
4057
4058
|
|
|
4058
|
-
.GridCell--default {
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
4059
|
.GridCell--metaList {
|
|
4062
4060
|
display: flex;
|
|
4063
4061
|
flex-direction: column;
|
|
@@ -4116,20 +4114,6 @@ body {
|
|
|
4116
4114
|
margin-left: 0;
|
|
4117
4115
|
}
|
|
4118
4116
|
|
|
4119
|
-
/* .GridCell-image {
|
|
4120
|
-
position: relative;
|
|
4121
|
-
display: flex;
|
|
4122
|
-
align-items: center;
|
|
4123
|
-
justify-content: center;
|
|
4124
|
-
margin-right: var(--spacing);
|
|
4125
|
-
}
|
|
4126
|
-
|
|
4127
|
-
.Image {
|
|
4128
|
-
z-index: 0;
|
|
4129
|
-
height: 100%;
|
|
4130
|
-
width: 100%;
|
|
4131
|
-
} */
|
|
4132
|
-
|
|
4133
4117
|
/** Header **/
|
|
4134
4118
|
|
|
4135
4119
|
/** Table-header **/
|
|
@@ -5721,7 +5705,7 @@ body {
|
|
|
5721
5705
|
flex-wrap: wrap;
|
|
5722
5706
|
}
|
|
5723
5707
|
|
|
5724
|
-
.Pagination
|
|
5708
|
+
.Pagination-button {
|
|
5725
5709
|
padding-left: var(--spacing);
|
|
5726
5710
|
padding-right: var(--spacing);
|
|
5727
5711
|
}
|
|
@@ -7189,16 +7173,6 @@ body {
|
|
|
7189
7173
|
background-color: transparent;
|
|
7190
7174
|
}
|
|
7191
7175
|
|
|
7192
|
-
.Tab-count {
|
|
7193
|
-
display: flex;
|
|
7194
|
-
margin-right: var(--spacing-l);
|
|
7195
|
-
}
|
|
7196
|
-
|
|
7197
|
-
.Tab-count .Badge {
|
|
7198
|
-
margin-left: 0;
|
|
7199
|
-
margin-right: 0;
|
|
7200
|
-
}
|
|
7201
|
-
|
|
7202
7176
|
.Tab-icon {
|
|
7203
7177
|
display: flex;
|
|
7204
7178
|
min-width: inherit;
|