@dhasdk/simple-ui 1.0.27 → 1.0.28

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/README.md CHANGED
@@ -16,6 +16,7 @@ Tooltip
16
16
  ## Table of Contents
17
17
 
18
18
  - [Installation](#installation-and-setup)
19
+ - [ChangeLog](#changelog)
19
20
  - [Accordion](#accordion)
20
21
  - [AppointmentPicker](#appointment-picker)
21
22
  - [Badge](#badge)
@@ -70,7 +71,14 @@ Tooltip
70
71
  - Elsewhere in your file, use the component as documented below
71
72
 
72
73
 
73
- <!-- A C C O R D I O N ----------------------------------------------------------------------------------- -->
74
+ <!-- C H A N G E L O G --------------------------------------------------------------- -->
75
+
76
+ ## ChangeLog
77
+
78
+ 1.0.28 - added an **`ExpandabledText`** component
79
+
80
+
81
+ <!-- A C C O R D I O N -------------------------------------------------------------- -->
74
82
 
75
83
  ## Accordion
76
84
 
package/index.d.ts CHANGED
@@ -15,6 +15,8 @@ export { CheckBox, CheckBoxGroup } from './lib/CheckBox';
15
15
  export type { CheckBoxProps, CheckBoxGroupProps } from './lib/CheckBox';
16
16
  export { DatePicker } from './lib/DatePicker';
17
17
  export type { DatePickerProps } from './lib/DatePicker';
18
+ export { ExpandableText } from './lib/ExpandableText';
19
+ export type { ExpandableTextProps } from './lib/ExpandableText';
18
20
  export { IconPosition } from './lib/Tabs';
19
21
  export { Input } from './lib/Input';
20
22
  export { List, ListItem } from './lib/List';