@digital-ai/dot-components 2.5.5 → 2.6.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/CHANGE_LOG.md +32 -14
- package/index.esm.js +837 -223
- package/index.umd.js +1074 -395
- package/lib/components/index.d.ts +3 -0
- package/lib/components/input-form-fields/common.styles.d.ts +1 -0
- package/lib/components/stepper/Stepper.d.ts +60 -0
- package/lib/components/stepper/Stepper.stories.d.ts +10 -0
- package/lib/components/stepper/Stepper.stories.data.d.ts +80 -0
- package/lib/components/stepper/Stepper.styles.d.ts +11 -0
- package/lib/components/time-picker/TimePicker.d.ts +48 -0
- package/lib/components/time-picker/TimePicker.stories.d.ts +20 -0
- package/lib/components/time-picker/TimePicker.stories.styles.d.ts +6 -0
- package/lib/components/time-picker/TimePicker.styles.d.ts +7 -0
- package/lib/components/time-picker/index.d.ts +3 -0
- package/lib/components/time-picker/utils/helpers.d.ts +11 -0
- package/lib/components/time-picker/utils/models.d.ts +4 -0
- package/lib/testing-utils/intersection-observer-mock.d.ts +1 -0
- package/lib/testing-utils/scroll-into-view-mock.d.ts +1 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/05/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.5.5...2.6.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- S-90954: `TimePicker` component [\#1432](https://github.com/digital-ai/dot-components/pull/1432) ([dmiletic85](https://github.com/dmiletic85))
|
|
10
|
+
- S-87859: Stepper component [\#1392](https://github.com/digital-ai/dot-components/pull/1392) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
11
|
+
|
|
3
12
|
## [2.5.5](https://www.npmjs.com/package/@digital-ai/dot-components) (03/31/2023)
|
|
4
13
|
|
|
5
14
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.5.4...2.5.5)
|
|
@@ -21,6 +30,10 @@
|
|
|
21
30
|
|
|
22
31
|
- D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
|
|
23
32
|
|
|
33
|
+
**Misc:**
|
|
34
|
+
|
|
35
|
+
- resolve build issues with vsm-hub demo [\#1424](https://github.com/digital-ai/dot-components/pull/1424) ([CWSites](https://github.com/CWSites))
|
|
36
|
+
|
|
24
37
|
## [2.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (03/21/2023)
|
|
25
38
|
|
|
26
39
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.10...2.5.3)
|
|
@@ -37,10 +50,6 @@
|
|
|
37
50
|
|
|
38
51
|
- 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))
|
|
39
52
|
|
|
40
|
-
**Misc:**
|
|
41
|
-
|
|
42
|
-
- resolve build issues with vsm-hub demo [\#1424](https://github.com/digital-ai/dot-components/pull/1424) ([CWSites](https://github.com/CWSites))
|
|
43
|
-
|
|
44
53
|
## [2.5.2](https://www.npmjs.com/package/@digital-ai/dot-components) (03/17/2023)
|
|
45
54
|
|
|
46
55
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.5.1...2.5.2)
|
|
@@ -54,7 +63,6 @@
|
|
|
54
63
|
|
|
55
64
|
- D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
|
|
56
65
|
- 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))
|
|
57
|
-
- 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))
|
|
58
66
|
|
|
59
67
|
## [2.5.1](https://www.npmjs.com/package/@digital-ai/dot-components) (03/14/2023)
|
|
60
68
|
|
|
@@ -106,6 +114,7 @@
|
|
|
106
114
|
|
|
107
115
|
**Fixed bugs:**
|
|
108
116
|
|
|
117
|
+
- 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))
|
|
109
118
|
- S-89896: Sort app types alphabetically [\#1384](https://github.com/digital-ai/dot-components/pull/1384) ([jmcnally](https://github.com/jmcnally))
|
|
110
119
|
- 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))
|
|
111
120
|
|
|
@@ -324,14 +333,16 @@
|
|
|
324
333
|
|
|
325
334
|
- S-87316 Add focus state for Inline Edit [\#1255](https://github.com/digital-ai/dot-components/pull/1255) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
326
335
|
|
|
336
|
+
**Fixed bugs:**
|
|
337
|
+
|
|
338
|
+
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
339
|
+
|
|
327
340
|
## [2.0.0-rc.1](https://www.npmjs.com/package/@digital-ai/dot-components) (08/31/2022)
|
|
328
341
|
|
|
329
342
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
|
|
330
343
|
|
|
331
344
|
**Fixed bugs:**
|
|
332
345
|
|
|
333
|
-
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
334
|
-
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
335
346
|
- S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
|
|
336
347
|
|
|
337
348
|
**Misc:**
|
|
@@ -362,12 +373,12 @@
|
|
|
362
373
|
|
|
363
374
|
**Fixed bugs:**
|
|
364
375
|
|
|
376
|
+
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
365
377
|
- D-20931: `DotAccordion` - display top border correctly when expanded [\#1232](https://github.com/digital-ai/dot-components/pull/1232) ([CWSites](https://github.com/CWSites))
|
|
366
378
|
- 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))
|
|
367
379
|
|
|
368
380
|
**Misc:**
|
|
369
381
|
|
|
370
|
-
- 28 jully 2022 icon update [\#1231](https://github.com/digital-ai/dot-components/pull/1231) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
371
382
|
- Issue \#1196: `eslint` and `tsconfig` changes [\#1221](https://github.com/digital-ai/dot-components/pull/1221) ([CWSites](https://github.com/CWSites))
|
|
372
383
|
|
|
373
384
|
## [1.20.0](https://www.npmjs.com/package/@digital-ai/dot-components) (07/23/2022)
|
|
@@ -386,6 +397,11 @@
|
|
|
386
397
|
|
|
387
398
|
- 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))
|
|
388
399
|
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
400
|
+
- D-21972: Adds props for custom tooltip position in ListItemProps [\#1207](https://github.com/digital-ai/dot-components/pull/1207) ([s-zimm](https://github.com/s-zimm))
|
|
401
|
+
|
|
402
|
+
**Misc:**
|
|
403
|
+
|
|
404
|
+
- 28 jully 2022 icon update [\#1231](https://github.com/digital-ai/dot-components/pull/1231) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
389
405
|
|
|
390
406
|
## [1.19.1](https://www.npmjs.com/package/@digital-ai/dot-components) (07/18/2022)
|
|
391
407
|
|
|
@@ -397,7 +413,6 @@
|
|
|
397
413
|
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
398
414
|
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
399
415
|
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
400
|
-
- D-21972: Adds props for custom tooltip position in ListItemProps [\#1207](https://github.com/digital-ai/dot-components/pull/1207) ([s-zimm](https://github.com/s-zimm))
|
|
401
416
|
|
|
402
417
|
## [1.19.0](https://www.npmjs.com/package/@digital-ai/dot-components) (07/11/2022)
|
|
403
418
|
|
|
@@ -423,7 +438,6 @@
|
|
|
423
438
|
**Fixed bugs:**
|
|
424
439
|
|
|
425
440
|
- D-21609: `DotAutocomplete` allow `null` as value [\#1195](https://github.com/digital-ai/dot-components/pull/1195) ([dmiletic85](https://github.com/dmiletic85))
|
|
426
|
-
- D-21606 `DotAutcomplete` loading spinner is in wrong position when `freesolo` is not enabled [\#1194](https://github.com/digital-ai/dot-components/pull/1194) ([angel-git](https://github.com/angel-git))
|
|
427
441
|
- D-21577: `DraggableList` improvements and bug fixes [\#1190](https://github.com/digital-ai/dot-components/pull/1190) ([dmiletic85](https://github.com/dmiletic85))
|
|
428
442
|
|
|
429
443
|
**Misc:**
|
|
@@ -897,7 +911,6 @@
|
|
|
897
911
|
|
|
898
912
|
- D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
|
|
899
913
|
- D-19177: `Go back` item in `DotSidebar` is not aligned with rest of items [\#826](https://github.com/digital-ai/dot-components/pull/826) ([dmiletic85](https://github.com/dmiletic85))
|
|
900
|
-
- \#795 Address AlertBanner style issues [\#815](https://github.com/digital-ai/dot-components/pull/815) ([angel-git](https://github.com/angel-git))
|
|
901
914
|
|
|
902
915
|
## [1.3.4](https://www.npmjs.com/package/@digital-ai/dot-components) (11/30/2021)
|
|
903
916
|
|
|
@@ -912,6 +925,7 @@
|
|
|
912
925
|
|
|
913
926
|
**Fixed bugs:**
|
|
914
927
|
|
|
928
|
+
- \#795 Address AlertBanner style issues [\#815](https://github.com/digital-ai/dot-components/pull/815) ([angel-git](https://github.com/angel-git))
|
|
915
929
|
- D-19138: Remove margin-bottom from breadcrumbs [\#813](https://github.com/digital-ai/dot-components/pull/813) ([angel-git](https://github.com/angel-git))
|
|
916
930
|
- D-19148: Input elements not displaying correctly when `border-box` is used in consumer components [\#812](https://github.com/digital-ai/dot-components/pull/812) ([dmiletic85](https://github.com/dmiletic85))
|
|
917
931
|
- \[D-18631\]\[D-18632\]\[D-18802\]:Focus state of avatar button and sidebar list item and inaccurate count of nav item [\#804](https://github.com/digital-ai/dot-components/pull/804) ([monapatel91](https://github.com/monapatel91))
|
|
@@ -954,7 +968,6 @@
|
|
|
954
968
|
|
|
955
969
|
- Patch release [\#780](https://github.com/digital-ai/dot-components/pull/780) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
956
970
|
- S-79985: temporarily remove react-jsonschema-form from library [\#776](https://github.com/digital-ai/dot-components/pull/776) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
957
|
-
- Add submitButtonProps prop to DotJsonSchemaForm component [\#775](https://github.com/digital-ai/dot-components/pull/775) ([selsemore](https://github.com/selsemore))
|
|
958
971
|
- S-76893: Webpack 4 - update peer dependencies [\#768](https://github.com/digital-ai/dot-components/pull/768) ([CWSites](https://github.com/CWSites))
|
|
959
972
|
- S-79957: improve husky [\#765](https://github.com/digital-ai/dot-components/pull/765) ([CWSites](https://github.com/CWSites))
|
|
960
973
|
|
|
@@ -974,6 +987,7 @@
|
|
|
974
987
|
|
|
975
988
|
**Misc:**
|
|
976
989
|
|
|
990
|
+
- Add submitButtonProps prop to DotJsonSchemaForm component [\#775](https://github.com/digital-ai/dot-components/pull/775) ([selsemore](https://github.com/selsemore))
|
|
977
991
|
- Next \[PATCH\] Release [\#762](https://github.com/digital-ai/dot-components/pull/762) ([CWSites](https://github.com/CWSites))
|
|
978
992
|
- S-79458: `Sidebar` apply agility specific updates to theme only [\#755](https://github.com/digital-ai/dot-components/pull/755) ([CWSites](https://github.com/CWSites))
|
|
979
993
|
|
|
@@ -1042,7 +1056,6 @@
|
|
|
1042
1056
|
- S-76773: product badges in app toolbar and sidebar [\#712](https://github.com/digital-ai/dot-components/pull/712) ([CWSites](https://github.com/CWSites))
|
|
1043
1057
|
- Icons update oct 7th 2021 [\#709](https://github.com/digital-ai/dot-components/pull/709) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
1044
1058
|
- S-78833 agility sidebar [\#701](https://github.com/digital-ai/dot-components/pull/701) ([CWSites](https://github.com/CWSites))
|
|
1045
|
-
- S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
|
|
1046
1059
|
|
|
1047
1060
|
## [1.1.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/06/2021)
|
|
1048
1061
|
|
|
@@ -1056,6 +1069,7 @@
|
|
|
1056
1069
|
|
|
1057
1070
|
- MINOR RELEASE [\#704](https://github.com/digital-ai/dot-components/pull/704) ([CWSites](https://github.com/CWSites))
|
|
1058
1071
|
- S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
|
|
1072
|
+
- S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
|
|
1059
1073
|
- S-79251: add workflow for sonarqube scan when code merged to develop [\#697](https://github.com/digital-ai/dot-components/pull/697) ([CWSites](https://github.com/CWSites))
|
|
1060
1074
|
- S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
|
|
1061
1075
|
|
|
@@ -1087,7 +1101,6 @@
|
|
|
1087
1101
|
**Misc:**
|
|
1088
1102
|
|
|
1089
1103
|
- Next Release [\#689](https://github.com/digital-ai/dot-components/pull/689) ([CWSites](https://github.com/CWSites))
|
|
1090
|
-
- S-78594: Update avatar component to randomly assign a color of the avatar background to the signed in user [\#680](https://github.com/digital-ai/dot-components/pull/680) ([dmiletic85](https://github.com/dmiletic85))
|
|
1091
1104
|
|
|
1092
1105
|
## [1.0.11](https://www.npmjs.com/package/@digital-ai/dot-components) (09/16/2021)
|
|
1093
1106
|
|
|
@@ -1097,6 +1110,10 @@
|
|
|
1097
1110
|
|
|
1098
1111
|
- D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
|
|
1099
1112
|
|
|
1113
|
+
**Misc:**
|
|
1114
|
+
|
|
1115
|
+
- S-78594: Update avatar component to randomly assign a color of the avatar background to the signed in user [\#680](https://github.com/digital-ai/dot-components/pull/680) ([dmiletic85](https://github.com/dmiletic85))
|
|
1116
|
+
|
|
1100
1117
|
## [1.0.10](https://www.npmjs.com/package/@digital-ai/dot-components) (09/09/2021)
|
|
1101
1118
|
|
|
1102
1119
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.9...1.0.10)
|
|
@@ -1247,6 +1264,7 @@
|
|
|
1247
1264
|
- Add isUnderToolbar property to Sidebar for use beneath AppToolbar [\#560](https://github.com/digital-ai/dot-components/pull/560) ([selsemore](https://github.com/selsemore))
|
|
1248
1265
|
- Move approved components to "Stable" [\#559](https://github.com/digital-ai/dot-components/pull/559) ([CWSites](https://github.com/CWSites))
|
|
1249
1266
|
- S-75998: \[PB Tech Debt\] Avoid unnecessary form re-renders when typing application name [\#556](https://github.com/digital-ai/dot-components/pull/556) ([dmiletic85](https://github.com/dmiletic85))
|
|
1267
|
+
- S-75991: \[PB Tech Debt\] Refactor and improve wrapper component in demo app [\#546](https://github.com/digital-ai/dot-components/pull/546) ([dmiletic85](https://github.com/dmiletic85))
|
|
1250
1268
|
|
|
1251
1269
|
## [1.0.1](https://www.npmjs.com/package/@digital-ai/dot-components) (07/02/2021)
|
|
1252
1270
|
|