@innovaccer/design-system 2.23.0 → 2.23.2
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 +76 -0
- package/css/dist/index.css +31 -5
- package/css/dist/index.css.map +1 -1
- package/css/material-design-icons/iconfont/material-icons.css +31 -5
- package/dist/.lib/tsconfig.type.tsbuildinfo +3 -3
- package/dist/index.esm.js +14 -13
- package/dist/index.js +14 -13
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,79 @@
|
|
|
1
|
+
## 2.23.2 (2023-10-28)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
NA
|
|
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
|
+
NA
|
|
22
|
+
|
|
23
|
+
### Fixes
|
|
24
|
+
|
|
25
|
+
- fix(dropdown): update error state template for async dropdown (558f788b)
|
|
26
|
+
|
|
27
|
+
### Improvements
|
|
28
|
+
|
|
29
|
+
NA
|
|
30
|
+
|
|
31
|
+
### Documentation
|
|
32
|
+
|
|
33
|
+
- docs(docs): add line charts documentation (a33bf4e6)
|
|
34
|
+
- docs(docs): add donut chart in visualizations, change tab name (76ba6e93)
|
|
35
|
+
- docs(docs): add color documentation
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 2.23.1 (2023-10-23)
|
|
40
|
+
|
|
41
|
+
### Highlights
|
|
42
|
+
|
|
43
|
+
- fix(datepicker): update today date chip's disabled state in datepicker component (6c3e7dc6)
|
|
44
|
+
- fix(Icon): update material symbols classes and codesandbox link for migration from material icons to material symbols (99c20250)
|
|
45
|
+
|
|
46
|
+
### Breaking changes
|
|
47
|
+
|
|
48
|
+
NA
|
|
49
|
+
|
|
50
|
+
### Migration guide
|
|
51
|
+
|
|
52
|
+
NA
|
|
53
|
+
|
|
54
|
+
### Deprecations
|
|
55
|
+
|
|
56
|
+
NA
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
NA
|
|
61
|
+
|
|
62
|
+
### Fixes
|
|
63
|
+
|
|
64
|
+
- fix(datepicker): update today date chip's disabled state in datepicker component (6c3e7dc6)
|
|
65
|
+
- fix(Icon): update material symbols classes and codesandbox link for migration from material icons to material symbols (99c20250)
|
|
66
|
+
|
|
67
|
+
### Improvements
|
|
68
|
+
|
|
69
|
+
NA
|
|
70
|
+
|
|
71
|
+
### Documentation
|
|
72
|
+
|
|
73
|
+
- docs(docs): update pageheader with back button and spacing guidelines (3d1b8e9f)
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
1
77
|
## 2.23.0 (2023-10-17)
|
|
2
78
|
|
|
3
79
|
### Highlights
|
package/css/dist/index.css
CHANGED
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
src: url(MaterialSymbolsRounded.woff2) format('woff2');
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.material-
|
|
285
|
+
.material-symbols {
|
|
286
286
|
font-family: 'Material Symbols Rounded';
|
|
287
287
|
font-weight: normal;
|
|
288
288
|
font-style: normal;
|
|
@@ -298,12 +298,38 @@
|
|
|
298
298
|
-webkit-font-smoothing: antialiased;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.material-
|
|
302
|
-
font-variation-settings:
|
|
301
|
+
.material-symbols-rounded {
|
|
302
|
+
font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
|
|
303
|
+
font-family: 'Material Symbols Rounded';
|
|
304
|
+
font-weight: normal;
|
|
305
|
+
font-style: normal;
|
|
306
|
+
font-size: 24px;
|
|
307
|
+
line-height: 1;
|
|
308
|
+
letter-spacing: normal;
|
|
309
|
+
text-transform: none;
|
|
310
|
+
display: inline-block;
|
|
311
|
+
white-space: nowrap;
|
|
312
|
+
word-wrap: normal;
|
|
313
|
+
direction: ltr;
|
|
314
|
+
-webkit-font-feature-settings: 'liga';
|
|
315
|
+
-webkit-font-smoothing: antialiased;
|
|
303
316
|
}
|
|
304
317
|
|
|
305
|
-
.material-
|
|
306
|
-
font-variation-settings:
|
|
318
|
+
.material-symbols-outlined {
|
|
319
|
+
font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
|
|
320
|
+
font-family: 'Material Symbols Rounded';
|
|
321
|
+
font-weight: normal;
|
|
322
|
+
font-style: normal;
|
|
323
|
+
font-size: 24px;
|
|
324
|
+
line-height: 1;
|
|
325
|
+
letter-spacing: normal;
|
|
326
|
+
text-transform: none;
|
|
327
|
+
display: inline-block;
|
|
328
|
+
white-space: nowrap;
|
|
329
|
+
word-wrap: normal;
|
|
330
|
+
direction: ltr;
|
|
331
|
+
-webkit-font-feature-settings: 'liga';
|
|
332
|
+
-webkit-font-smoothing: antialiased;
|
|
307
333
|
}
|
|
308
334
|
|
|
309
335
|
@-webkit-keyframes fadeIn {
|