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