@sikka/hawa 0.0.133 → 0.0.134

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.0.133",
3
+ "version": "0.0.134",
4
4
  "description": "UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -37,9 +37,8 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
37
37
  "fixed top-0 z-40 flex h-14 w-1/2 flex-row items-center justify-between bg-primary-400",
38
38
  "w-[calc(100%-3rem)]",
39
39
  "translate-x-[3rem]",
40
- "p-2"
41
- ,
42
- 'pr-5'
40
+ "p-2",
41
+ "pr-5"
43
42
  )}
44
43
  >
45
44
  {props.pageTitle ? <div>{props.pageTitle}</div> : <div></div>}
@@ -51,7 +50,7 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
51
50
  handleOpen={onOpen}
52
51
  open={isOpen}
53
52
  >
54
- <div className="relative cursor-pointer h-8 w-8 overflow-hidden rounded-full bg-gray-100 dark:bg-gray-600">
53
+ <div className="relative h-8 w-8 cursor-pointer overflow-hidden rounded-full bg-gray-100 dark:bg-gray-600">
55
54
  <svg
56
55
  className="absolute -left-1 h-10 w-10 text-gray-400"
57
56
  fill="currentColor"
@@ -101,7 +100,7 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
101
100
  <div className="flex items-center justify-center">{dItem.icon}</div>
102
101
  <div
103
102
  className={clsx(
104
- "mx-2 text-sm transition-all",
103
+ "mx-2 whitespace-nowrap text-sm transition-all",
105
104
  openSideMenu ? "opacity-100" : "opacity-0"
106
105
  )}
107
106
  >