@sikka/hawa 0.35.3-next → 0.35.5-next

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.
Files changed (43) hide show
  1. package/dist/appLayout/index.js +49 -49
  2. package/dist/appLayout/index.js.map +1 -1
  3. package/dist/appLayout/index.mjs +11 -11
  4. package/dist/appLayout/index.mjs.map +1 -1
  5. package/dist/appTopbar/index.js +18 -18
  6. package/dist/appTopbar/index.js.map +1 -1
  7. package/dist/appTopbar/index.mjs +4 -4
  8. package/dist/appTopbar/index.mjs.map +1 -1
  9. package/dist/blocks/index.js +62 -62
  10. package/dist/blocks/index.mjs +3 -3
  11. package/dist/blocks/pricing/index.js +75 -74
  12. package/dist/blocks/pricing/index.mjs +2 -1
  13. package/dist/{chunk-JU6Q4Q3T.mjs → chunk-545D35G6.mjs} +6 -4
  14. package/dist/{chunk-OW3WFRFQ.mjs → chunk-G7JHUC5N.mjs} +4 -3
  15. package/dist/{chunk-OWYGADJZ.mjs → chunk-HSRW7X3Z.mjs} +1 -1
  16. package/dist/{chunk-YNEQBAQC.mjs → chunk-TERP5K6R.mjs} +1 -1
  17. package/dist/dataTable/index.js +17 -17
  18. package/dist/dataTable/index.js.map +1 -1
  19. package/dist/dataTable/index.mjs +4 -4
  20. package/dist/dataTable/index.mjs.map +1 -1
  21. package/dist/dropdownMenu/index.js +4 -3
  22. package/dist/dropdownMenu/index.js.map +1 -1
  23. package/dist/dropdownMenu/index.mjs +4 -3
  24. package/dist/dropdownMenu/index.mjs.map +1 -1
  25. package/dist/elements/index.js +371 -370
  26. package/dist/elements/index.mjs +4 -4
  27. package/dist/hooks/index.mjs +1 -1
  28. package/dist/index.css +4 -0
  29. package/dist/index.js +817 -816
  30. package/dist/index.mjs +12 -11
  31. package/dist/layout/index.js +145 -145
  32. package/dist/layout/index.mjs +5 -7
  33. package/dist/splitButton/index.js +29 -29
  34. package/dist/splitButton/index.js.map +1 -1
  35. package/dist/splitButton/index.mjs +4 -4
  36. package/dist/splitButton/index.mjs.map +1 -1
  37. package/dist/stats/index.js +1 -1
  38. package/dist/stats/index.js.map +1 -1
  39. package/dist/stats/index.mjs +1 -1
  40. package/dist/stats/index.mjs.map +1 -1
  41. package/dist/tabs/index.js.map +1 -1
  42. package/dist/tabs/index.mjs.map +1 -1
  43. package/package.json +2 -1
@@ -26,7 +26,7 @@ import {
26
26
  TabsTrigger,
27
27
  Textarea,
28
28
  UncheckMark
29
- } from "../chunk-YNEQBAQC.mjs";
29
+ } from "../chunk-TERP5K6R.mjs";
30
30
  import {
31
31
  useClipboard
32
32
  } from "../chunk-OPYDG34F.mjs";
@@ -41,7 +41,7 @@ import {
41
41
  SheetPortal,
42
42
  SheetTitle,
43
43
  SheetTrigger
44
- } from "../chunk-OWYGADJZ.mjs";
44
+ } from "../chunk-HSRW7X3Z.mjs";
45
45
  import {
46
46
  Button,
47
47
  Card,
@@ -76,10 +76,10 @@ import {
76
76
  buttonVariants,
77
77
  calculateLuminance,
78
78
  cn
79
- } from "../chunk-OW3WFRFQ.mjs";
79
+ } from "../chunk-G7JHUC5N.mjs";
80
80
  import {
81
81
  __require
82
- } from "../chunk-JU6Q4Q3T.mjs";
82
+ } from "../chunk-545D35G6.mjs";
83
83
 
84
84
  // elements/accordion/Accordion.tsx
85
85
  import * as React3 from "react";
@@ -15,7 +15,7 @@ import {
15
15
  } from "../chunk-OPYDG34F.mjs";
16
16
  import {
17
17
  useBreakpoint
18
- } from "../chunk-JU6Q4Q3T.mjs";
18
+ } from "../chunk-545D35G6.mjs";
19
19
  export {
20
20
  reducer,
21
21
  toast,
package/dist/index.css CHANGED
@@ -2641,6 +2641,10 @@ input[type="number"]::-webkit-inner-spin-button,
2641
2641
  padding-left: 1.25rem;
2642
2642
  padding-right: 1.25rem;
2643
2643
  }
2644
+ .hawa-px-6 {
2645
+ padding-left: 1.5rem;
2646
+ padding-right: 1.5rem;
2647
+ }
2644
2648
  .hawa-px-8 {
2645
2649
  padding-left: 2rem;
2646
2650
  padding-right: 2rem;