@innovaccer/design-system 2.23.0 → 2.23.1

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 CHANGED
@@ -1,3 +1,41 @@
1
+ ## 2.23.1 (2023-10-23)
2
+
3
+ ### Highlights
4
+
5
+ - fix(datepicker): update today date chip's disabled state in datepicker component (6c3e7dc6)
6
+ - fix(Icon): update material symbols classes and codesandbox link for migration from material icons to material symbols (99c20250)
7
+
8
+ ### Breaking changes
9
+
10
+ NA
11
+
12
+ ### Migration guide
13
+
14
+ NA
15
+
16
+ ### Deprecations
17
+
18
+ NA
19
+
20
+ ### Features
21
+
22
+ NA
23
+
24
+ ### Fixes
25
+
26
+ - fix(datepicker): update today date chip's disabled state in datepicker component (6c3e7dc6)
27
+ - fix(Icon): update material symbols classes and codesandbox link for migration from material icons to material symbols (99c20250)
28
+
29
+ ### Improvements
30
+
31
+ NA
32
+
33
+ ### Documentation
34
+
35
+ - docs(docs): update pageheader with back button and spacing guidelines (3d1b8e9f)
36
+
37
+ ---
38
+
1
39
  ## 2.23.0 (2023-10-17)
2
40
 
3
41
  ### Highlights
@@ -282,7 +282,7 @@
282
282
  src: url(MaterialSymbolsRounded.woff2) format('woff2');
283
283
  }
284
284
 
285
- .material-icons {
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-icons-rounded {
302
- font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
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-icons-outlined {
306
- font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
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 {