@digital-ai/dot-components 1.21.8 → 1.21.10
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/CHANGE_LOG.md +131 -3
- package/fonts/fonts.ts +0 -7
- package/index.esm.js +5 -13
- package/index.umd.js +11 -12
- package/lib/components/icon/Icon.styles.d.ts +1 -0
- package/package.json +3 -2
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +0 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,133 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.21.10](https://github.com/digital-ai/dot-components/tree/1.21.10) (03/17/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.5.2...1.21.10)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- D-24419 InlineEdit: show tooltip on readonly as well [\#1417](https://github.com/digital-ai/dot-components/pull/1417) ([angel-git](https://github.com/angel-git))
|
|
10
|
+
|
|
11
|
+
## [2.5.2](https://github.com/digital-ai/dot-components/tree/2.5.2) (03/17/2023)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.5.1...2.5.2)
|
|
14
|
+
|
|
15
|
+
**Features:**
|
|
16
|
+
|
|
17
|
+
- S-90229: App switcher recent apps styling changes [\#1415](https://github.com/digital-ai/dot-components/pull/1415) ([jmcnally](https://github.com/jmcnally))
|
|
18
|
+
- S-90229: Initial implementation of Recent app-switcher apps [\#1410](https://github.com/digital-ai/dot-components/pull/1410) ([jmcnally](https://github.com/jmcnally))
|
|
19
|
+
|
|
20
|
+
**Fixed bugs:**
|
|
21
|
+
|
|
22
|
+
- `DotInlineEdit` missing tooltip when readonly is true [\#1412](https://github.com/digital-ai/dot-components/issues/1412)
|
|
23
|
+
- `DotAutcomplete` Height is hardcoded and the content goes brrrr [\#1397](https://github.com/digital-ai/dot-components/issues/1397)
|
|
24
|
+
- D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
|
|
25
|
+
- D-24419 `InlineEdit` show tooltip on readonly as well [\#1413](https://github.com/digital-ai/dot-components/pull/1413) ([angel-git](https://github.com/angel-git))
|
|
26
|
+
|
|
27
|
+
## [2.5.1](https://github.com/digital-ai/dot-components/tree/2.5.1) (03/14/2023)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.5.0...2.5.1)
|
|
30
|
+
|
|
31
|
+
**Merged pull requests:**
|
|
32
|
+
|
|
33
|
+
- Add jwt-decode to dot-components dependency tree [\#1407](https://github.com/digital-ai/dot-components/pull/1407) ([CWSites](https://github.com/CWSites))
|
|
34
|
+
- Address Storybook lint issues [\#1406](https://github.com/digital-ai/dot-components/pull/1406) ([CWSites](https://github.com/CWSites))
|
|
35
|
+
|
|
36
|
+
## [2.5.0](https://github.com/digital-ai/dot-components/tree/2.5.0) (03/10/2023)
|
|
37
|
+
|
|
38
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.9...2.5.0)
|
|
39
|
+
|
|
40
|
+
**Features:**
|
|
41
|
+
|
|
42
|
+
- S-90230: App-switcher search instances [\#1382](https://github.com/digital-ai/dot-components/pull/1382) ([jmcnally](https://github.com/jmcnally))
|
|
43
|
+
|
|
44
|
+
**Fixed bugs:**
|
|
45
|
+
|
|
46
|
+
- D-24235: Empty table pagination [\#1402](https://github.com/digital-ai/dot-components/pull/1402) ([ryangamble](https://github.com/ryangamble))
|
|
47
|
+
- D-24216: A few minor app-switcher display changes [\#1400](https://github.com/digital-ai/dot-components/pull/1400) ([jmcnally](https://github.com/jmcnally))
|
|
48
|
+
- Issue \#1271: Updates to `AutoComplete` sizing with `dense` and `size` props [\#1395](https://github.com/digital-ai/dot-components/pull/1395) ([CWSites](https://github.com/CWSites))
|
|
49
|
+
|
|
50
|
+
## [1.21.9](https://github.com/digital-ai/dot-components/tree/1.21.9) (03/03/2023)
|
|
51
|
+
|
|
52
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.4.0...1.21.9)
|
|
53
|
+
|
|
54
|
+
**Fixed bugs:**
|
|
55
|
+
|
|
56
|
+
- Autocomplete's `size` prop doesn't display differently [\#1271](https://github.com/digital-ai/dot-components/issues/1271)
|
|
57
|
+
|
|
58
|
+
**Merged pull requests:**
|
|
59
|
+
|
|
60
|
+
- Setup v1 to use dot-icons library [\#1399](https://github.com/digital-ai/dot-components/pull/1399) ([CWSites](https://github.com/CWSites))
|
|
61
|
+
- Update icons 21 02 [\#1386](https://github.com/digital-ai/dot-components/pull/1386) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
62
|
+
|
|
63
|
+
## [2.4.0](https://github.com/digital-ai/dot-components/tree/2.4.0) (02/28/2023)
|
|
64
|
+
|
|
65
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.3.2...2.4.0)
|
|
66
|
+
|
|
67
|
+
**Features:**
|
|
68
|
+
|
|
69
|
+
- \[Freestyle Week\] Utilize `dot-icons` package [\#1393](https://github.com/digital-ai/dot-components/pull/1393) ([CWSites](https://github.com/CWSites))
|
|
70
|
+
|
|
71
|
+
**Fixed bugs:**
|
|
72
|
+
|
|
73
|
+
- Address SQ code review and test coverage of DotCoreApiProvider [\#1390](https://github.com/digital-ai/dot-components/issues/1390)
|
|
74
|
+
- \#1390: Addressing some SQ review items-Issue\#1390 [\#1391](https://github.com/digital-ai/dot-components/pull/1391) ([jmcnally](https://github.com/jmcnally))
|
|
75
|
+
|
|
76
|
+
## [2.3.2](https://github.com/digital-ai/dot-components/tree/2.3.2) (02/23/2023)
|
|
77
|
+
|
|
78
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.3.1...2.3.2)
|
|
79
|
+
|
|
80
|
+
**Fixed bugs:**
|
|
81
|
+
|
|
82
|
+
- S-89896: Still trying to get SQ off its \(non-\)duplicate obsession [\#1388](https://github.com/digital-ai/dot-components/pull/1388) ([jmcnally](https://github.com/jmcnally))
|
|
83
|
+
- S-89896: Sort app types alphabetically [\#1384](https://github.com/digital-ai/dot-components/pull/1384) ([jmcnally](https://github.com/jmcnally))
|
|
84
|
+
- S-89896: Handle non-product apps in their own group [\#1381](https://github.com/digital-ai/dot-components/pull/1381) ([jmcnally](https://github.com/jmcnally))
|
|
85
|
+
|
|
86
|
+
## [2.3.1](https://github.com/digital-ai/dot-components/tree/2.3.1) (02/15/2023)
|
|
87
|
+
|
|
88
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.3.0...2.3.1)
|
|
89
|
+
|
|
90
|
+
**Fixed bugs:**
|
|
91
|
+
|
|
92
|
+
- S-89896: Remove 'identity.' from host when constructing platform url [\#1379](https://github.com/digital-ai/dot-components/pull/1379) ([jmcnally](https://github.com/jmcnally))
|
|
93
|
+
|
|
94
|
+
## [2.3.0](https://github.com/digital-ai/dot-components/tree/2.3.0) (02/09/2023)
|
|
95
|
+
|
|
96
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.2.1...2.3.0)
|
|
97
|
+
|
|
98
|
+
**Features:**
|
|
99
|
+
|
|
100
|
+
- S-89896: AppSwitcher empty state [\#1361](https://github.com/digital-ai/dot-components/pull/1361) ([fin7710](https://github.com/fin7710))
|
|
101
|
+
- S-89896: Modify AppSwitcher to use a RHS Drawer and updated layout [\#1356](https://github.com/digital-ai/dot-components/pull/1356) ([jmcnally](https://github.com/jmcnally))
|
|
102
|
+
|
|
103
|
+
**Merged pull requests:**
|
|
104
|
+
|
|
105
|
+
- CI: bumps version to 2.2.1 \[skip ci\] \(\#1371\) [\#1372](https://github.com/digital-ai/dot-components/pull/1372) ([CWSites](https://github.com/CWSites))
|
|
106
|
+
- resolving more warnings [\#1369](https://github.com/digital-ai/dot-components/pull/1369) ([CWSites](https://github.com/CWSites))
|
|
107
|
+
|
|
108
|
+
## [2.2.1](https://github.com/digital-ai/dot-components/tree/2.2.1) (02/08/2023)
|
|
109
|
+
|
|
110
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.8...2.2.1)
|
|
111
|
+
|
|
112
|
+
**Features:**
|
|
113
|
+
|
|
114
|
+
- S-90007 Expose ListboxComponent [\#1358](https://github.com/digital-ai/dot-components/pull/1358) ([angel-git](https://github.com/angel-git))
|
|
115
|
+
|
|
116
|
+
**Fixed bugs:**
|
|
117
|
+
|
|
118
|
+
- S-90105 `DotAutoComplete`: fix `readOnly` input attribute [\#1357](https://github.com/digital-ai/dot-components/pull/1357) ([angel-git](https://github.com/angel-git))
|
|
119
|
+
- D-22139: date input field label [\#1353](https://github.com/digital-ai/dot-components/pull/1353) ([CWSites](https://github.com/CWSites))
|
|
120
|
+
- D-21789: display ellipsis correctly when table truncated [\#1352](https://github.com/digital-ai/dot-components/pull/1352) ([CWSites](https://github.com/CWSites))
|
|
121
|
+
- D-21193: adjust when truncated tooltip is displayed [\#1350](https://github.com/digital-ai/dot-components/pull/1350) ([CWSites](https://github.com/CWSites))
|
|
122
|
+
- D-21051: troubleshooting drawer onClose [\#1347](https://github.com/digital-ai/dot-components/pull/1347) ([CWSites](https://github.com/CWSites))
|
|
123
|
+
|
|
124
|
+
**Merged pull requests:**
|
|
125
|
+
|
|
126
|
+
- GitHub Action Troubleshooting [\#1368](https://github.com/digital-ai/dot-components/pull/1368) ([CWSites](https://github.com/CWSites))
|
|
127
|
+
- Upload drip echo icon [\#1366](https://github.com/digital-ai/dot-components/pull/1366) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
128
|
+
- S-90007 Add missing test [\#1362](https://github.com/digital-ai/dot-components/pull/1362) ([angel-git](https://github.com/angel-git))
|
|
129
|
+
- icons-pin-update-Jan-27th [\#1354](https://github.com/digital-ai/dot-components/pull/1354) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
130
|
+
|
|
3
131
|
## [1.21.8](https://github.com/digital-ai/dot-components/tree/1.21.8) (02/04/2023)
|
|
4
132
|
|
|
5
133
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.2.0...1.21.8)
|
|
@@ -227,7 +355,6 @@
|
|
|
227
355
|
**Fixed bugs:**
|
|
228
356
|
|
|
229
357
|
- Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
|
|
230
|
-
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
231
358
|
|
|
232
359
|
## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (08/31/2022)
|
|
233
360
|
|
|
@@ -235,6 +362,7 @@
|
|
|
235
362
|
|
|
236
363
|
**Fixed bugs:**
|
|
237
364
|
|
|
365
|
+
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
238
366
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
239
367
|
- S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
|
|
240
368
|
|
|
@@ -273,6 +401,7 @@
|
|
|
273
401
|
- `DotRadioGroup` helper text doesn't follow the same styles as other helper texts [\#1224](https://github.com/digital-ai/dot-components/issues/1224)
|
|
274
402
|
- Accordion - expanded missing top border [\#1129](https://github.com/digital-ai/dot-components/issues/1129)
|
|
275
403
|
- D-20931: `DotAccordion` - display top border correctly when expanded [\#1232](https://github.com/digital-ai/dot-components/pull/1232) ([CWSites](https://github.com/CWSites))
|
|
404
|
+
- D-22087: `DotRadioGroup` / `DotCheckboxGroup` helper texts do not follow the same styles as other helper texts [\#1225](https://github.com/digital-ai/dot-components/pull/1225) ([dmiletic85](https://github.com/dmiletic85))
|
|
276
405
|
|
|
277
406
|
**Closed issues:**
|
|
278
407
|
|
|
@@ -301,7 +430,6 @@
|
|
|
301
430
|
**Fixed bugs:**
|
|
302
431
|
|
|
303
432
|
- Incorrect spacing between inputs in DotForm [\#1071](https://github.com/digital-ai/dot-components/issues/1071)
|
|
304
|
-
- D-22087: `DotRadioGroup` / `DotCheckboxGroup` helper texts do not follow the same styles as other helper texts [\#1225](https://github.com/digital-ai/dot-components/pull/1225) ([dmiletic85](https://github.com/dmiletic85))
|
|
305
433
|
- D-20378: update input margin to account for helper text [\#1212](https://github.com/digital-ai/dot-components/pull/1212) ([CWSites](https://github.com/CWSites))
|
|
306
434
|
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
307
435
|
|
|
@@ -568,6 +696,7 @@
|
|
|
568
696
|
**Merged pull requests:**
|
|
569
697
|
|
|
570
698
|
- D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
|
|
699
|
+
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
571
700
|
|
|
572
701
|
## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
|
|
573
702
|
|
|
@@ -616,7 +745,6 @@
|
|
|
616
745
|
|
|
617
746
|
**Merged pull requests:**
|
|
618
747
|
|
|
619
|
-
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
620
748
|
- S-81949: migrate test into rc workflow to simplify process [\#1030](https://github.com/digital-ai/dot-components/pull/1030) ([CWSites](https://github.com/CWSites))
|
|
621
749
|
- S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
|
|
622
750
|
- S-81949: simplfying wait step, extend interval to 30s [\#1027](https://github.com/digital-ai/dot-components/pull/1027) ([CWSites](https://github.com/CWSites))
|
package/fonts/fonts.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { createGlobalStyle } from 'styled-components';
|
|
|
2
2
|
|
|
3
3
|
import LatoRegular from './Lato-Regular.woff';
|
|
4
4
|
import LatoBold from './Lato-Bold.woff';
|
|
5
|
-
import Dot from './dot.woff';
|
|
6
5
|
|
|
7
6
|
export const GlobalFonts = createGlobalStyle`
|
|
8
7
|
@font-face {
|
|
@@ -16,10 +15,4 @@ export const GlobalFonts = createGlobalStyle`
|
|
|
16
15
|
font-weight: 700;
|
|
17
16
|
src: url(${LatoBold}) format('woff');
|
|
18
17
|
}
|
|
19
|
-
|
|
20
|
-
@font-face {
|
|
21
|
-
font-display: block;
|
|
22
|
-
font-family: 'dot';
|
|
23
|
-
src: url(${Dot}) format('woff');
|
|
24
|
-
}
|
|
25
18
|
`;
|