@sikka/hawa 0.1.28 → 0.1.29

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.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "SaaS Oriented UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -52,7 +52,7 @@ const TabsList = React.forwardRef<
52
52
  <TabsPrimitive.List
53
53
  ref={ref}
54
54
  className={cn(
55
- "flex w-fit flex-wrap items-center justify-start gap-1 rounded bg-muted p-1 text-muted-foreground ",
55
+ "flex w-fit flex-wrap items-center justify-start gap-1 rounded border bg-muted p-1 text-muted-foreground ",
56
56
  orientation === "horizontal" ? "flex-col" : "flex-row",
57
57
  className
58
58
  )}
package/src/styles.css CHANGED
@@ -887,6 +887,9 @@ video {
887
887
  .mb-5 {
888
888
  margin-bottom: 1.25rem;
889
889
  }
890
+ .mb-6 {
891
+ margin-bottom: 1.5rem;
892
+ }
890
893
  .ml-0 {
891
894
  margin-left: 0px;
892
895
  }
@@ -959,6 +962,9 @@ video {
959
962
  .mt-1\.5 {
960
963
  margin-top: 0.375rem;
961
964
  }
965
+ .mt-10 {
966
+ margin-top: 2.5rem;
967
+ }
962
968
  .mt-14 {
963
969
  margin-top: 3.5rem;
964
970
  }