@sikka/hawa 0.35.3-next → 0.35.4-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 (39) hide show
  1. package/dist/appLayout/index.js +42 -42
  2. package/dist/appLayout/index.js.map +1 -1
  3. package/dist/appLayout/index.mjs +4 -4
  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 +2 -2
  11. package/dist/blocks/pricing/index.js +75 -74
  12. package/dist/blocks/pricing/index.mjs +2 -1
  13. package/dist/{chunk-OW3WFRFQ.mjs → chunk-G7JHUC5N.mjs} +4 -3
  14. package/dist/{chunk-OWYGADJZ.mjs → chunk-HSRW7X3Z.mjs} +1 -1
  15. package/dist/{chunk-YNEQBAQC.mjs → chunk-TERP5K6R.mjs} +1 -1
  16. package/dist/dataTable/index.js +17 -17
  17. package/dist/dataTable/index.js.map +1 -1
  18. package/dist/dataTable/index.mjs +4 -4
  19. package/dist/dataTable/index.mjs.map +1 -1
  20. package/dist/dropdownMenu/index.js +4 -3
  21. package/dist/dropdownMenu/index.js.map +1 -1
  22. package/dist/dropdownMenu/index.mjs +4 -3
  23. package/dist/dropdownMenu/index.mjs.map +1 -1
  24. package/dist/elements/index.js +371 -370
  25. package/dist/elements/index.mjs +3 -3
  26. package/dist/index.css +4 -0
  27. package/dist/index.js +810 -809
  28. package/dist/index.mjs +5 -4
  29. package/dist/layout/index.js +138 -138
  30. package/dist/layout/index.mjs +3 -3
  31. package/dist/splitButton/index.js +29 -29
  32. package/dist/splitButton/index.js.map +1 -1
  33. package/dist/splitButton/index.mjs +4 -4
  34. package/dist/splitButton/index.mjs.map +1 -1
  35. package/dist/stats/index.js +1 -1
  36. package/dist/stats/index.js.map +1 -1
  37. package/dist/stats/index.mjs +1 -1
  38. package/dist/stats/index.mjs.map +1 -1
  39. 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,7 +76,7 @@ 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
82
  } from "../chunk-JU6Q4Q3T.mjs";
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;