@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.
- package/dist/appLayout/index.js +49 -49
- package/dist/appLayout/index.js.map +1 -1
- package/dist/appLayout/index.mjs +11 -11
- package/dist/appLayout/index.mjs.map +1 -1
- package/dist/appTopbar/index.js +18 -18
- package/dist/appTopbar/index.js.map +1 -1
- package/dist/appTopbar/index.mjs +4 -4
- package/dist/appTopbar/index.mjs.map +1 -1
- package/dist/blocks/index.js +62 -62
- package/dist/blocks/index.mjs +3 -3
- package/dist/blocks/pricing/index.js +75 -74
- package/dist/blocks/pricing/index.mjs +2 -1
- package/dist/{chunk-JU6Q4Q3T.mjs → chunk-545D35G6.mjs} +6 -4
- package/dist/{chunk-OW3WFRFQ.mjs → chunk-G7JHUC5N.mjs} +4 -3
- package/dist/{chunk-OWYGADJZ.mjs → chunk-HSRW7X3Z.mjs} +1 -1
- package/dist/{chunk-YNEQBAQC.mjs → chunk-TERP5K6R.mjs} +1 -1
- package/dist/dataTable/index.js +17 -17
- package/dist/dataTable/index.js.map +1 -1
- package/dist/dataTable/index.mjs +4 -4
- package/dist/dataTable/index.mjs.map +1 -1
- package/dist/dropdownMenu/index.js +4 -3
- package/dist/dropdownMenu/index.js.map +1 -1
- package/dist/dropdownMenu/index.mjs +4 -3
- package/dist/dropdownMenu/index.mjs.map +1 -1
- package/dist/elements/index.js +371 -370
- package/dist/elements/index.mjs +4 -4
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.css +4 -0
- package/dist/index.js +817 -816
- package/dist/index.mjs +12 -11
- package/dist/layout/index.js +145 -145
- package/dist/layout/index.mjs +5 -7
- package/dist/splitButton/index.js +29 -29
- package/dist/splitButton/index.js.map +1 -1
- package/dist/splitButton/index.mjs +4 -4
- package/dist/splitButton/index.mjs.map +1 -1
- package/dist/stats/index.js +1 -1
- package/dist/stats/index.js.map +1 -1
- package/dist/stats/index.mjs +1 -1
- package/dist/stats/index.mjs.map +1 -1
- package/dist/tabs/index.js.map +1 -1
- package/dist/tabs/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/elements/index.mjs
CHANGED
@@ -26,7 +26,7 @@ import {
|
|
26
26
|
TabsTrigger,
|
27
27
|
Textarea,
|
28
28
|
UncheckMark
|
29
|
-
} from "../chunk-
|
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-
|
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-
|
79
|
+
} from "../chunk-G7JHUC5N.mjs";
|
80
80
|
import {
|
81
81
|
__require
|
82
|
-
} from "../chunk-
|
82
|
+
} from "../chunk-545D35G6.mjs";
|
83
83
|
|
84
84
|
// elements/accordion/Accordion.tsx
|
85
85
|
import * as React3 from "react";
|
package/dist/hooks/index.mjs
CHANGED
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;
|