@dhasdk/simple-ui 1.0.35 → 1.0.36

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.36 - bug fix on layout + classNameContainer prop for **`SideBarNav`**
56
57
  1.0.35 - bug fix for animation on **`SideBarNav`**
57
58
  1.0.34 - accessibility and layout fixes for **`SideBarNav`**
58
59
  1.0.33 - update to **`Search`** & **`BreadCrumbs`** to fix a11y errors
@@ -1735,7 +1736,8 @@ Full list of props below
1735
1736
  | ----------- | -------- | -------- | -------- | ----------- |
1736
1737
  | appName | string | No | undefined | The application name to dispilay |
1737
1738
  | children | ReactNode | Yes | undefined | This prop takes in any children and displays them between the horizontal rule and the list of menu items. It is intended for to allow developers to add a Search component. See usage example above. |
1738
- | className | string | Yes | (1) below | a group of alternate css classes that can be specified by the developer and applied to the outer **`div`** element. |
1739
+ | className | string | Yes | (1) below | a group of alternate css classes that can be specified by the developer and applied to the outer **`dialog`** element. |
1740
+ | classNameContainer | string | Yes | **`fixed inset-y-0 right-0 flex flex-col px-4 pb-4 pt-10 bg-white overflow-y-auto h-full min-h-0 w-56 md:w-[328px] lg:w-[432px] transition-transform duration-200 ease-in-out`** | a group of alternate css classes that can be specified by the developer and applied to the outer **`div`** element just inside the dialog element. |
1739
1741
  | classNameBackgroundShadow | string | Yes | **`absolute inset-0 bg-black/70 z-10`** | a group of alternate css classes that can be specified by the developer and applied to the outer **`div`** element. |
1740
1742
  | classNameBackButton | string | Yes | **`-mt-8 w-full relative hover:cursor-pointer`** | alternative CSS classes that are applied to the **`button`** (container) that contains the back arrow image and 'Back' text.|
1741
1743
  | classNameImage | string | Yes | (2) below | a group of alternate classes that can be specified for the logo image, and applied to the **`img`** element |