@digital-ai/dot-components 2.8.2 → 2.10.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 (42) hide show
  1. package/CHANGE_LOG.md +44 -17
  2. package/index.esm.js +144 -78
  3. package/index.umd.js +142 -74
  4. package/lib/components/accordion/Accordion.stories.d.ts +5 -5
  5. package/lib/components/accordion/Accordion.styles.d.ts +1 -2
  6. package/lib/components/app-switcher/AppSwitcher.d.ts +1 -1
  7. package/lib/components/app-switcher/AppSwitcher.stories.d.ts +5 -0
  8. package/lib/components/auto-complete/AutoComplete.d.ts +1 -16
  9. package/lib/components/auto-complete/AutoComplete.stories.d.ts +2 -1
  10. package/lib/components/auto-complete/Autocomplete.stories.data.d.ts +2 -1
  11. package/lib/components/auto-complete/index.d.ts +1 -0
  12. package/lib/components/auto-complete/utils/helpers.d.ts +1 -1
  13. package/lib/components/auto-complete/utils/interface.d.ts +17 -0
  14. package/lib/components/avatar/Avatar.d.ts +3 -1
  15. package/lib/components/avatar/Avatar.stories.d.ts +6 -5
  16. package/lib/components/badge/Badge.stories.d.ts +5 -5
  17. package/lib/components/checkbox/Checkbox.stories.d.ts +6 -6
  18. package/lib/components/checkbox/CheckboxGroup.stories.d.ts +3 -3
  19. package/lib/components/chip/Chip.stories.d.ts +5 -5
  20. package/lib/components/dynamic-form/utils/formHelpers.d.ts +1 -1
  21. package/lib/components/file-upload/FileListItem.styles.d.ts +7 -1
  22. package/lib/components/file-upload/FileUpload.stories.d.ts +5 -5
  23. package/lib/components/inline-edit/InlineEdit.d.ts +3 -1
  24. package/lib/components/inline-edit/InlineEdit.stories.d.ts +6 -6
  25. package/lib/components/inline-edit/InlineEdit.styles.d.ts +1 -0
  26. package/lib/components/input-form-fields/InputFormFields.styles.d.ts +2 -2
  27. package/lib/components/linear-progress/LinearProgress.stories.d.ts +2 -2
  28. package/lib/components/list/List.stories.d.ts +3 -3
  29. package/lib/components/list/ListItem.styles.d.ts +7 -1
  30. package/lib/components/menu/Menu.styles.d.ts +10 -1
  31. package/lib/components/popper/Popper.styles.d.ts +10 -1
  32. package/lib/components/progress/Progress.stories.d.ts +2 -2
  33. package/lib/components/radio/RadioGroup.stories.d.ts +2 -2
  34. package/lib/components/snackbar/Snackbar.stories.d.ts +3 -3
  35. package/lib/components/split-button/SplitButton.stories.d.ts +6 -6
  36. package/lib/components/stepper/Stepper.stories.d.ts +7 -7
  37. package/lib/components/switch/Switch.stories.d.ts +9 -9
  38. package/lib/components/table/Table.stories.d.ts +6 -6
  39. package/lib/components/table/TableCell.d.ts +3 -2
  40. package/lib/components/truncate-with-tooltip/TruncateWithTooltip.stories.d.ts +5 -5
  41. package/lib/components/typography/Typography.stories.d.ts +4 -4
  42. package/package.json +1 -1
package/CHANGE_LOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.10.0](https://www.npmjs.com/package/@digital-ai/dot-components) (06/22/2023)
4
+
5
+ [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.9.0...2.10.0)
6
+
7
+ **Features:**
8
+
9
+ - S-92995: Add placeholder prop to inline edit [\#1519](https://github.com/digital-ai/dot-components/pull/1519) ([CWSites](https://github.com/CWSites))
10
+
11
+ **Fixed bugs:**
12
+
13
+ - S-91947: Fix table truncation defect [\#1526](https://github.com/digital-ai/dot-components/pull/1526) ([CWSites](https://github.com/CWSites))
14
+
15
+ **Misc:**
16
+
17
+ - S-91982: update keyboard functions [\#1524](https://github.com/digital-ai/dot-components/pull/1524) ([CWSites](https://github.com/CWSites))
18
+
19
+ ## [2.9.0](https://www.npmjs.com/package/@digital-ai/dot-components) (06/07/2023)
20
+
21
+ [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.8.2...2.9.0)
22
+
23
+ **Features:**
24
+
25
+ - S-90959: `DotAvatar` support numbers [\#1515](https://github.com/digital-ai/dot-components/pull/1515) ([CWSites](https://github.com/CWSites))
26
+
27
+ **Fixed bugs:**
28
+
29
+ - S-90959: Update breadcrumb separator alignment [\#1517](https://github.com/digital-ai/dot-components/pull/1517) ([CWSites](https://github.com/CWSites))
30
+ - D-25282: parse defaultValue according to multiple true/false [\#1510](https://github.com/digital-ai/dot-components/pull/1510) ([CWSites](https://github.com/CWSites))
31
+ - D-25283: AutoComplete options should default to an empty array [\#1509](https://github.com/digital-ai/dot-components/pull/1509) ([CWSites](https://github.com/CWSites))
32
+
33
+ **Misc:**
34
+
35
+ - S-91984: add default ariaLabel to DotIconButton for a11y [\#1514](https://github.com/digital-ai/dot-components/pull/1514) ([CWSites](https://github.com/CWSites))
36
+ - Refactor Autocomplete Popper to be separate file [\#1513](https://github.com/digital-ai/dot-components/pull/1513) ([CWSites](https://github.com/CWSites))
37
+
3
38
  ## [2.8.2](https://www.npmjs.com/package/@digital-ai/dot-components) (05/26/2023)
4
39
 
5
40
  [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.11...2.8.2)
@@ -76,10 +111,6 @@
76
111
 
77
112
  - D-24626: Add startEditable attribute to InlineEdit [\#1466](https://github.com/digital-ai/dot-components/pull/1466) ([jmcnally](https://github.com/jmcnally))
78
113
 
79
- **Fixed bugs:**
80
-
81
- - D-24807: `Demo app` - fix error when starting demo application [\#1451](https://github.com/digital-ai/dot-components/pull/1451) ([dmiletic85](https://github.com/dmiletic85))
82
-
83
114
  **Misc:**
84
115
 
85
116
  - Updates to deprecated github action `set-output` [\#1465](https://github.com/digital-ai/dot-components/pull/1465) ([CWSites](https://github.com/CWSites))
@@ -109,6 +140,7 @@
109
140
  **Fixed bugs:**
110
141
 
111
142
  - `DotTimePicker`, `DotDatePicker`: fix issues with controlled and uncontrolled states [\#1454](https://github.com/digital-ai/dot-components/pull/1454) ([dmiletic85](https://github.com/dmiletic85))
143
+ - D-24807: `Demo app` - fix error when starting demo application [\#1451](https://github.com/digital-ai/dot-components/pull/1451) ([dmiletic85](https://github.com/dmiletic85))
112
144
 
113
145
  **Misc:**
114
146
 
@@ -220,16 +252,13 @@
220
252
  **Fixed bugs:**
221
253
 
222
254
  - D-24235: Empty table pagination [\#1402](https://github.com/digital-ai/dot-components/pull/1402) ([ryangamble](https://github.com/ryangamble))
255
+ - D-24216: A few minor app-switcher display changes [\#1400](https://github.com/digital-ai/dot-components/pull/1400) ([jmcnally](https://github.com/jmcnally))
223
256
  - 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))
224
257
 
225
258
  ## [1.21.9](https://www.npmjs.com/package/@digital-ai/dot-components) (03/03/2023)
226
259
 
227
260
  [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.4.0...1.21.9)
228
261
 
229
- **Fixed bugs:**
230
-
231
- - D-24216: A few minor app-switcher display changes [\#1400](https://github.com/digital-ai/dot-components/pull/1400) ([jmcnally](https://github.com/jmcnally))
232
-
233
262
  **Misc:**
234
263
 
235
264
  - Setup v1 to use dot-icons library [\#1399](https://github.com/digital-ai/dot-components/pull/1399) ([CWSites](https://github.com/CWSites))
@@ -786,7 +815,6 @@
786
815
  - S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
787
816
  - S-81949: simplfying wait step, extend interval to 30s [\#1027](https://github.com/digital-ai/dot-components/pull/1027) ([CWSites](https://github.com/CWSites))
788
817
  - S-81949: add release candidate workflow [\#1026](https://github.com/digital-ai/dot-components/pull/1026) ([CWSites](https://github.com/CWSites))
789
- - S-81949: make NPM wait for other jobs to finish pre-rc [\#1019](https://github.com/digital-ai/dot-components/pull/1019) ([CWSites](https://github.com/CWSites))
790
818
 
791
819
  ## [1.9.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/17/2022)
792
820
 
@@ -823,10 +851,6 @@
823
851
 
824
852
  [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.8.0...1.8.1)
825
853
 
826
- **Fixed bugs:**
827
-
828
- - D-19803: Fix DotDrawer regression [\#980](https://github.com/digital-ai/dot-components/pull/980) ([selsemore](https://github.com/selsemore))
829
-
830
854
  **Misc:**
831
855
 
832
856
  - S-76846: NX major upgrade to `13.7.3` [\#952](https://github.com/digital-ai/dot-components/pull/952) ([CWSites](https://github.com/CWSites))
@@ -842,6 +866,7 @@
842
866
 
843
867
  **Fixed bugs:**
844
868
 
869
+ - D-19803: Fix DotDrawer regression [\#980](https://github.com/digital-ai/dot-components/pull/980) ([selsemore](https://github.com/selsemore))
845
870
  - D-19722: `Table`: Fix Storybook issues by refactoring Table's story. [\#974](https://github.com/digital-ai/dot-components/pull/974) ([dmiletic85](https://github.com/dmiletic85))
846
871
  - D-19713: Do not show alert banner close button if onClose not provided [\#973](https://github.com/digital-ai/dot-components/pull/973) ([selsemore](https://github.com/selsemore))
847
872
 
@@ -939,6 +964,7 @@
939
964
  **Fixed bugs:**
940
965
 
941
966
  - D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
967
+ - D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
942
968
  - D-19200: `List` Nested list drawer is not rendering correctly [\#869](https://github.com/digital-ai/dot-components/pull/869) ([dmiletic85](https://github.com/dmiletic85))
943
969
 
944
970
  ## [1.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
@@ -981,9 +1007,7 @@
981
1007
 
982
1008
  **Fixed bugs:**
983
1009
 
984
- - D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
985
1010
  - D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
986
- - D-19250: Fix alignment of DotAccordion collapsed/expanded icons [\#859](https://github.com/digital-ai/dot-components/pull/859) ([selsemore](https://github.com/selsemore))
987
1011
 
988
1012
  **Misc:**
989
1013
 
@@ -998,6 +1022,10 @@
998
1022
 
999
1023
  - S-80740: Expose DotAccordion 'expanded' and 'onChange' props [\#860](https://github.com/digital-ai/dot-components/pull/860) ([selsemore](https://github.com/selsemore))
1000
1024
 
1025
+ **Fixed bugs:**
1026
+
1027
+ - D-19250: Fix alignment of DotAccordion collapsed/expanded icons [\#859](https://github.com/digital-ai/dot-components/pull/859) ([selsemore](https://github.com/selsemore))
1028
+
1001
1029
  **Misc:**
1002
1030
 
1003
1031
  - S-76843: Use digital.ai bot PAT for merging master \> develop [\#862](https://github.com/digital-ai/dot-components/pull/862) ([CWSites](https://github.com/CWSites))
@@ -1143,6 +1171,7 @@
1143
1171
  - D-18997: when specified width of sidebar, it should be applied properly [\#737](https://github.com/digital-ai/dot-components/pull/737) ([CWSites](https://github.com/CWSites))
1144
1172
  - D-18986: update app toolbar to be dense by default [\#735](https://github.com/digital-ai/dot-components/pull/735) ([CWSites](https://github.com/CWSites))
1145
1173
  - D-18985: update menu list to be content-box sizing [\#734](https://github.com/digital-ai/dot-components/pull/734) ([CWSites](https://github.com/CWSites))
1174
+ - D-18963: add ariaLabel to sidebar collapse button [\#731](https://github.com/digital-ai/dot-components/pull/731) ([CWSites](https://github.com/CWSites))
1146
1175
 
1147
1176
  **Misc:**
1148
1177
 
@@ -1160,7 +1189,6 @@
1160
1189
 
1161
1190
  **Fixed bugs:**
1162
1191
 
1163
- - D-18963: add ariaLabel to sidebar collapse button [\#731](https://github.com/digital-ai/dot-components/pull/731) ([CWSites](https://github.com/CWSites))
1164
1192
  - D-18979: export `Tooltip` component [\#729](https://github.com/digital-ai/dot-components/pull/729) ([CWSites](https://github.com/CWSites))
1165
1193
 
1166
1194
  **Misc:**
@@ -1393,7 +1421,6 @@
1393
1421
  - Upload of commit icon [\#575](https://github.com/digital-ai/dot-components/pull/575) ([BojanKocijan](https://github.com/BojanKocijan))
1394
1422
  - S-76321: Remove PB-related code from dot-components repo [\#570](https://github.com/digital-ai/dot-components/pull/570) ([dmiletic85](https://github.com/dmiletic85))
1395
1423
  - Issue \#562: Fix EmptyState behavior when no imageSrc prop is passed [\#568](https://github.com/digital-ai/dot-components/pull/568) ([selsemore](https://github.com/selsemore))
1396
- - Issue \#566: Fix DotPill console warning message [\#567](https://github.com/digital-ai/dot-components/pull/567) ([selsemore](https://github.com/selsemore))
1397
1424
  - Navigation rail improvements [\#565](https://github.com/digital-ai/dot-components/pull/565) ([dmiletic85](https://github.com/dmiletic85))
1398
1425
  - New icons 27 5 2021 [\#564](https://github.com/digital-ai/dot-components/pull/564) ([BojanKocijan](https://github.com/BojanKocijan))
1399
1426
  - Add isUnderToolbar property to Sidebar for use beneath AppToolbar [\#560](https://github.com/digital-ai/dot-components/pull/560) ([selsemore](https://github.com/selsemore))