@digital-ai/dot-components 1.11.1 → 1.12.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.
Files changed (29) hide show
  1. package/CHANGE_LOG.md +74 -10
  2. package/fonts/dot.woff +0 -0
  3. package/fonts/selection.json +1329 -446
  4. package/index.esm.js +489 -289
  5. package/index.umd.js +729 -459
  6. package/lib/components/draggable-list/DraggableList.d.ts +16 -0
  7. package/lib/components/draggable-list/DraggableList.stories.data.d.ts +15 -0
  8. package/lib/components/draggable-list/DraggableList.stories.styles.d.ts +4 -0
  9. package/lib/components/draggable-list/DraggableList.styles.d.ts +3 -0
  10. package/lib/components/draggable-list/index.d.ts +2 -0
  11. package/lib/components/draggable-list/utils/helpers.d.ts +4 -0
  12. package/lib/components/draggable-list/utils/models.d.ts +5 -0
  13. package/lib/components/helpers.d.ts +4 -0
  14. package/lib/components/index.d.ts +8 -3
  15. package/lib/components/inline-edit/InlineEdit.d.ts +12 -19
  16. package/lib/components/inline-edit/InlineEdit.styles.d.ts +11 -1
  17. package/lib/components/inline-edit/index.d.ts +3 -0
  18. package/lib/components/inline-edit/utils/helpers.d.ts +3 -0
  19. package/lib/components/inline-edit/utils/models.d.ts +5 -0
  20. package/lib/components/input-form-fields/InputFormFields.propTypes.d.ts +3 -1
  21. package/lib/components/input-form-fields/InputText.d.ts +1 -1
  22. package/lib/components/list/utils/models.d.ts +1 -1
  23. package/lib/components/snackbar/Snackbar.d.ts +5 -1
  24. package/lib/components/snackbar/index.d.ts +4 -0
  25. package/lib/components/truncate-with-tooltip/TruncateWithTooltip.d.ts +8 -0
  26. package/lib/components/truncate-with-tooltip/TruncateWithTooltip.styles.d.ts +3 -0
  27. package/lib/components/truncate-with-tooltip/index.d.ts +2 -0
  28. package/lib/components/truncate-with-tooltip/utils/helpers.d.ts +2 -0
  29. package/package.json +3 -2
package/CHANGE_LOG.md CHANGED
@@ -1,12 +1,66 @@
1
1
  # Changelog
2
2
 
3
- ## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
3
+ ## [1.12.0](https://github.com/digital-ai/dot-components/tree/1.12.0) (03/25/2022)
4
4
 
5
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...1.11.1)
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.3...1.12.0)
6
6
 
7
7
  **Features:**
8
8
 
9
- - Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
9
+ - `DotTypography`: Add more Storybook examples [\#1091](https://github.com/digital-ai/dot-components/issues/1091)
10
+ - `DotCheckbox`: Add more Storybook examples [\#1089](https://github.com/digital-ai/dot-components/issues/1089)
11
+ - Expose mouse up event on DotInputText input field [\#1057](https://github.com/digital-ai/dot-components/issues/1057)
12
+ - Allow positioning Snackbar [\#1050](https://github.com/digital-ai/dot-components/issues/1050)
13
+ - `TruncateWithTooltip`: Create new component [\#1047](https://github.com/digital-ai/dot-components/issues/1047)
14
+ - `DraggableList`: Create and export the component [\#1000](https://github.com/digital-ai/dot-components/issues/1000)
15
+ - S-82910: `DotTypography`: Add more Storybook examples [\#1092](https://github.com/digital-ai/dot-components/pull/1092) ([dmiletic85](https://github.com/dmiletic85))
16
+ - S-82899: `DotCheckbox`: Add more Storybook examples [\#1090](https://github.com/digital-ai/dot-components/pull/1090) ([dmiletic85](https://github.com/dmiletic85))
17
+ - S-82453: `TruncateWithTooltip`: Create new component [\#1072](https://github.com/digital-ai/dot-components/pull/1072) ([dmiletic85](https://github.com/dmiletic85))
18
+ - S-82519: `Snackbar` Allow positioning [\#1064](https://github.com/digital-ai/dot-components/pull/1064) ([dmiletic85](https://github.com/dmiletic85))
19
+ - S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
20
+ - S-76904: `InlineEdit` improvements [\#1053](https://github.com/digital-ai/dot-components/pull/1053) ([dmiletic85](https://github.com/dmiletic85))
21
+ - S-82059: `DraggableList`: Create and export the component [\#1003](https://github.com/digital-ai/dot-components/pull/1003) ([dmiletic85](https://github.com/dmiletic85))
22
+
23
+ **Fixed bugs:**
24
+
25
+ - Double period causing "singleproject" icon to not render [\#1093](https://github.com/digital-ai/dot-components/issues/1093)
26
+ - Storybook - Clicking on Drawer component's Docs shows blank in doc view [\#1084](https://github.com/digital-ai/dot-components/issues/1084)
27
+ - `title` and `message` prop on DotConfirmation component is not applying correct font family [\#1078](https://github.com/digital-ai/dot-components/issues/1078)
28
+ - DotTable action menu should align with edge of table [\#1077](https://github.com/digital-ai/dot-components/issues/1077)
29
+ - Strange scrolling behavior with DotTable action menu [\#1075](https://github.com/digital-ai/dot-components/issues/1075)
30
+ - DotSnackbar breaks words in alert message [\#1073](https://github.com/digital-ai/dot-components/issues/1073)
31
+ - `DotDrawer`: Components inside the drawer are affected by `transition` property [\#1065](https://github.com/digital-ai/dot-components/issues/1065)
32
+ - `DotMenu` Clicking on sidebar doesn't close the modal [\#1052](https://github.com/digital-ai/dot-components/issues/1052)
33
+ - D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
34
+ - D-20463: Change the DotDrawer stories to make drawers not open initially [\#1086](https://github.com/digital-ai/dot-components/pull/1086) ([selsemore](https://github.com/selsemore))
35
+ - D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
36
+ - D-20426: `DotConfirmation `: `title` and `message` prop are not applying correct font family [\#1081](https://github.com/digital-ai/dot-components/pull/1081) ([dmiletic85](https://github.com/dmiletic85))
37
+ - D-20423: `DotTable`: action menu should align with edge of table [\#1080](https://github.com/digital-ai/dot-components/pull/1080) ([dmiletic85](https://github.com/dmiletic85))
38
+ - D-20405: Remove break-all word-break styling from snackbar message [\#1074](https://github.com/digital-ai/dot-components/pull/1074) ([selsemore](https://github.com/selsemore))
39
+ - D-20285: `DotMenu` Clicking on sidebar doesn't close the modal [\#1056](https://github.com/digital-ai/dot-components/pull/1056) ([dmiletic85](https://github.com/dmiletic85))
40
+
41
+ ## [1.11.3](https://github.com/digital-ai/dot-components/tree/1.11.3) (03/16/2022)
42
+
43
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.2...1.11.3)
44
+
45
+ **Merged pull requests:**
46
+
47
+ - March 16 2022 Agility icons [\#1066](https://github.com/digital-ai/dot-components/pull/1066) ([BojanKocijan](https://github.com/BojanKocijan))
48
+
49
+ ## [1.11.2](https://github.com/digital-ai/dot-components/tree/1.11.2) (03/15/2022)
50
+
51
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.11.2)
52
+
53
+ **Merged pull requests:**
54
+
55
+ - March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
56
+
57
+ ## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (03/14/2022)
58
+
59
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1...2.0.0-rc.1)
60
+
61
+ ## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
62
+
63
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.11.1)
10
64
 
11
65
  **Fixed bugs:**
12
66
 
@@ -16,6 +70,19 @@
16
70
  **Merged pull requests:**
17
71
 
18
72
  - D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
73
+
74
+ ## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (03/14/2022)
75
+
76
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...2.0.1-rc.0)
77
+
78
+ **Features:**
79
+
80
+ - Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
81
+ - S-82390: Configure `tsconfig.json` so that `React` imports are obsolete [\#1041](https://github.com/digital-ai/dot-components/pull/1041) ([dmiletic85](https://github.com/dmiletic85))
82
+
83
+ **Merged pull requests:**
84
+
85
+ - S-82390: tsconfig react import [\#1048](https://github.com/digital-ai/dot-components/pull/1048) ([CWSites](https://github.com/CWSites))
19
86
  - S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
20
87
 
21
88
  ## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
@@ -494,10 +561,6 @@
494
561
 
495
562
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.0...1.3.1)
496
563
 
497
- **Features:**
498
-
499
- - S-77126: react jsonschema form wrapper [\#728](https://github.com/digital-ai/dot-components/pull/728) ([TheKeithStewart](https://github.com/TheKeithStewart))
500
-
501
564
  **Fixed bugs:**
502
565
 
503
566
  - Lato 700 is not rendered correctly on Digital.ai Release with dot-components [\#758](https://github.com/digital-ai/dot-components/issues/758)
@@ -518,6 +581,7 @@
518
581
  **Features:**
519
582
 
520
583
  - Forms [\#594](https://github.com/digital-ai/dot-components/issues/594)
584
+ - S-77126: react jsonschema form wrapper [\#728](https://github.com/digital-ai/dot-components/pull/728) ([TheKeithStewart](https://github.com/TheKeithStewart))
521
585
  - S-77126: Dynamic Form [\#717](https://github.com/digital-ai/dot-components/pull/717) ([dmiletic85](https://github.com/dmiletic85))
522
586
 
523
587
  **Fixed bugs:**
@@ -561,6 +625,7 @@
561
625
  - next release [\#732](https://github.com/digital-ai/dot-components/pull/732) ([CWSites](https://github.com/CWSites))
562
626
  - S-76840: update contributing guidelines and PR template [\#730](https://github.com/digital-ai/dot-components/pull/730) ([CWSites](https://github.com/CWSites))
563
627
  - Merge pull request \#719 from digital-ai/develop [\#727](https://github.com/digital-ai/dot-components/pull/727) ([CWSites](https://github.com/CWSites))
628
+ - MINOR release [\#719](https://github.com/digital-ai/dot-components/pull/719) ([CWSites](https://github.com/CWSites))
564
629
 
565
630
  ## [1.2.0](https://github.com/digital-ai/dot-components/tree/1.2.0) (10/14/2021)
566
631
 
@@ -580,7 +645,6 @@
580
645
 
581
646
  **Merged pull requests:**
582
647
 
583
- - MINOR release [\#719](https://github.com/digital-ai/dot-components/pull/719) ([CWSites](https://github.com/CWSites))
584
648
  - Icons oct 13 2021 [\#718](https://github.com/digital-ai/dot-components/pull/718) ([BojanKocijan](https://github.com/BojanKocijan))
585
649
  - S-78918: add loading indicator to menu [\#716](https://github.com/digital-ai/dot-components/pull/716) ([CWSites](https://github.com/CWSites))
586
650
  - S-78834: update icon buttons to follow agility theme more closely [\#715](https://github.com/digital-ai/dot-components/pull/715) ([CWSites](https://github.com/CWSites))
@@ -607,7 +671,6 @@
607
671
  - S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
608
672
  - S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
609
673
  - 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))
610
- - S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
611
674
 
612
675
  ## [1.1.0](https://github.com/digital-ai/dot-components/tree/1.1.0) (09/29/2021)
613
676
 
@@ -643,6 +706,7 @@
643
706
 
644
707
  **Merged pull requests:**
645
708
 
709
+ - S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
646
710
  - Next Release [\#689](https://github.com/digital-ai/dot-components/pull/689) ([CWSites](https://github.com/CWSites))
647
711
 
648
712
  ## [1.0.11](https://github.com/digital-ai/dot-components/tree/1.0.11) (09/16/2021)
@@ -700,6 +764,7 @@
700
764
  - S-78497: Add 'page' prop to DotTable [\#662](https://github.com/digital-ai/dot-components/pull/662) ([selsemore](https://github.com/selsemore))
701
765
  - Issue \#632: Add aria-label property [\#659](https://github.com/digital-ai/dot-components/pull/659) ([dmiletic85](https://github.com/dmiletic85))
702
766
  - S-78464: SonarQube [\#657](https://github.com/digital-ai/dot-components/pull/657) ([CWSites](https://github.com/CWSites))
767
+ - S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
703
768
  - S-77872: gather test coverage in sonarcloud [\#653](https://github.com/digital-ai/dot-components/pull/653) ([CWSites](https://github.com/CWSites))
704
769
 
705
770
  ## [1.0.8](https://github.com/digital-ai/dot-components/tree/1.0.8) (08/23/2021)
@@ -712,7 +777,6 @@
712
777
 
713
778
  **Merged pull requests:**
714
779
 
715
- - S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
716
780
  - add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
717
781
  - add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
718
782
 
package/fonts/dot.woff CHANGED
Binary file