@dhasdk/simple-ui 1.0.33 → 1.0.35

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
@@ -53,6 +53,8 @@ Tooltip
53
53
 
54
54
  ## Changelog
55
55
 
56
+ 1.0.35 - bug fix for animation on **`SideBarNav`**
57
+ 1.0.34 - accessibility and layout fixes for **`SideBarNav`**
56
58
  1.0.33 - update to **`Search`** & **`BreadCrumbs`** to fix a11y errors
57
59
  1.0.32 - update to **`Search`** component such that results do not extend past bottom of viewable page
58
60
  1.0.29/31 - allow **`children`** type in **`ExpandableText`** to be **`string | undefined`**
@@ -855,10 +857,10 @@ buttons.
855
857
  | children | **`string \| undefined`** | No | **`''`** | text that this component truncates and displays |
856
858
  | className | **`string`** | Yes | **`''`** | tailwind classes to style the component container with |
857
859
  | classNameCollapseButton | **`string`** | Yes | **`ml-2 text-blue-600 underline hover:text-blue-800 focus:outline-none`** | tailwind classes to style the collapse button |
858
- | classNameMoreButton | **`string`** | Yes | **`ml-2 text-blue-600 underline hover:text-blue-800 focus:outline-none`** | tailwind classes to style the collapse button |
860
+ | classNameMoreButton | **`string`** | Yes | **`ml-2 text-blue-600 underline hover:text-blue-800 focus:outline-none`** | tailwind classes to style the more button |
859
861
  | collapseButton | **`boolean`** | Yes | **`false`** | to display a collapse button or not |
860
862
  | collapseText | **`string`** | Yes | **`'collapse'`** | text label for 'collapse' button |
861
- | initialChars | **`integer`** | Yes | 40 | number of characters to display by default |
863
+ | initialChars | **`number`** | Yes | 40 | number of characters to display by default in collapsed state |
862
864
 
863
865
  ### Example Usage
864
866