@sikka/hawa 0.7.7-next → 0.7.9-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/index.css +151 -0
- package/dist/index.d.mts +10 -1
- package/dist/index.d.ts +10 -1
- package/dist/index.js +129 -25
- package/dist/index.mjs +393 -276
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -784,6 +784,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
784
784
|
.hawa-top-7 {
|
|
785
785
|
top: 1.75rem;
|
|
786
786
|
}
|
|
787
|
+
.hawa-top-\[1px\] {
|
|
788
|
+
top: 1px;
|
|
789
|
+
}
|
|
787
790
|
.hawa-top-\[22px\] {
|
|
788
791
|
top: 22px;
|
|
789
792
|
}
|
|
@@ -793,9 +796,15 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
793
796
|
.hawa-top-\[50\%\] {
|
|
794
797
|
top: 50%;
|
|
795
798
|
}
|
|
799
|
+
.hawa-top-\[60\%\] {
|
|
800
|
+
top: 60%;
|
|
801
|
+
}
|
|
796
802
|
.hawa-top-\[76px\] {
|
|
797
803
|
top: 76px;
|
|
798
804
|
}
|
|
805
|
+
.hawa-top-full {
|
|
806
|
+
top: 100%;
|
|
807
|
+
}
|
|
799
808
|
.hawa-isolate {
|
|
800
809
|
isolation: isolate;
|
|
801
810
|
}
|
|
@@ -814,6 +823,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
814
823
|
.hawa-z-\[100\] {
|
|
815
824
|
z-index: 100;
|
|
816
825
|
}
|
|
826
|
+
.hawa-z-\[1\] {
|
|
827
|
+
z-index: 1;
|
|
828
|
+
}
|
|
817
829
|
.hawa-m-0 {
|
|
818
830
|
margin: 0px;
|
|
819
831
|
}
|
|
@@ -910,6 +922,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
910
922
|
.hawa-mt-1 {
|
|
911
923
|
margin-top: 0.25rem;
|
|
912
924
|
}
|
|
925
|
+
.hawa-mt-1\.5 {
|
|
926
|
+
margin-top: 0.375rem;
|
|
927
|
+
}
|
|
913
928
|
.hawa-mt-10 {
|
|
914
929
|
margin-top: 2.5rem;
|
|
915
930
|
}
|
|
@@ -949,6 +964,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
949
964
|
.hawa-h-1 {
|
|
950
965
|
height: 0.25rem;
|
|
951
966
|
}
|
|
967
|
+
.hawa-h-1\.5 {
|
|
968
|
+
height: 0.375rem;
|
|
969
|
+
}
|
|
952
970
|
.hawa-h-10 {
|
|
953
971
|
height: 2.5rem;
|
|
954
972
|
}
|
|
@@ -1051,6 +1069,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1051
1069
|
.hawa-h-\[44px\] {
|
|
1052
1070
|
height: 44px;
|
|
1053
1071
|
}
|
|
1072
|
+
.hawa-h-\[var\(--radix-navigation-menu-viewport-height\)\] {
|
|
1073
|
+
height: var(--radix-navigation-menu-viewport-height);
|
|
1074
|
+
}
|
|
1054
1075
|
.hawa-h-fit {
|
|
1055
1076
|
height: -moz-fit-content;
|
|
1056
1077
|
height: fit-content;
|
|
@@ -1195,6 +1216,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1195
1216
|
.hawa-w-full {
|
|
1196
1217
|
width: 100%;
|
|
1197
1218
|
}
|
|
1219
|
+
.hawa-w-max {
|
|
1220
|
+
width: -moz-max-content;
|
|
1221
|
+
width: max-content;
|
|
1222
|
+
}
|
|
1198
1223
|
.hawa-w-screen {
|
|
1199
1224
|
width: 100vw;
|
|
1200
1225
|
}
|
|
@@ -1233,6 +1258,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1233
1258
|
.hawa-max-w-lg {
|
|
1234
1259
|
max-width: 32rem;
|
|
1235
1260
|
}
|
|
1261
|
+
.hawa-max-w-max {
|
|
1262
|
+
max-width: -moz-max-content;
|
|
1263
|
+
max-width: max-content;
|
|
1264
|
+
}
|
|
1236
1265
|
.hawa-max-w-md {
|
|
1237
1266
|
max-width: 28rem;
|
|
1238
1267
|
}
|
|
@@ -1303,6 +1332,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1303
1332
|
--tw-rotate: 180deg;
|
|
1304
1333
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1305
1334
|
}
|
|
1335
|
+
.hawa-rotate-45 {
|
|
1336
|
+
--tw-rotate: 45deg;
|
|
1337
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1338
|
+
}
|
|
1306
1339
|
.hawa-rotate-90 {
|
|
1307
1340
|
--tw-rotate: 90deg;
|
|
1308
1341
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1368,6 +1401,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1368
1401
|
.hawa-resize-none {
|
|
1369
1402
|
resize: none;
|
|
1370
1403
|
}
|
|
1404
|
+
.hawa-list-none {
|
|
1405
|
+
list-style-type: none;
|
|
1406
|
+
}
|
|
1371
1407
|
.hawa-appearance-none {
|
|
1372
1408
|
-webkit-appearance: none;
|
|
1373
1409
|
-moz-appearance: none;
|
|
@@ -1400,6 +1436,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1400
1436
|
.hawa-items-start {
|
|
1401
1437
|
align-items: flex-start;
|
|
1402
1438
|
}
|
|
1439
|
+
.hawa-items-end {
|
|
1440
|
+
align-items: flex-end;
|
|
1441
|
+
}
|
|
1403
1442
|
.hawa-items-center {
|
|
1404
1443
|
align-items: center;
|
|
1405
1444
|
}
|
|
@@ -1457,6 +1496,11 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1457
1496
|
-moz-column-gap: 0.75rem;
|
|
1458
1497
|
column-gap: 0.75rem;
|
|
1459
1498
|
}
|
|
1499
|
+
.hawa-space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1500
|
+
--tw-space-x-reverse: 0;
|
|
1501
|
+
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
1502
|
+
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1503
|
+
}
|
|
1460
1504
|
.hawa-space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1461
1505
|
--tw-space-x-reverse: 0;
|
|
1462
1506
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
@@ -1583,6 +1627,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1583
1627
|
.hawa-rounded-tl-lg {
|
|
1584
1628
|
border-top-left-radius: var(--radius);
|
|
1585
1629
|
}
|
|
1630
|
+
.hawa-rounded-tl-sm {
|
|
1631
|
+
border-top-left-radius: calc(var(--radius) - 4px);
|
|
1632
|
+
}
|
|
1586
1633
|
.hawa-rounded-tr-lg {
|
|
1587
1634
|
border-top-right-radius: var(--radius);
|
|
1588
1635
|
}
|
|
@@ -1671,6 +1718,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1671
1718
|
--tw-bg-opacity: 1;
|
|
1672
1719
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
|
|
1673
1720
|
}
|
|
1721
|
+
.hawa-bg-blue-400 {
|
|
1722
|
+
--tw-bg-opacity: 1;
|
|
1723
|
+
background-color: rgb(96 165 250 / var(--tw-bg-opacity));
|
|
1724
|
+
}
|
|
1674
1725
|
.hawa-bg-blue-50 {
|
|
1675
1726
|
--tw-bg-opacity: 1;
|
|
1676
1727
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity));
|
|
@@ -1728,6 +1779,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1728
1779
|
--tw-bg-opacity: 1;
|
|
1729
1780
|
background-color: rgb(220 252 231 / var(--tw-bg-opacity));
|
|
1730
1781
|
}
|
|
1782
|
+
.hawa-bg-green-400 {
|
|
1783
|
+
--tw-bg-opacity: 1;
|
|
1784
|
+
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
|
|
1785
|
+
}
|
|
1731
1786
|
.hawa-bg-green-500 {
|
|
1732
1787
|
--tw-bg-opacity: 1;
|
|
1733
1788
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
|
@@ -1810,6 +1865,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1810
1865
|
--tw-bg-opacity: 1;
|
|
1811
1866
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity));
|
|
1812
1867
|
}
|
|
1868
|
+
.hawa-bg-yellow-400 {
|
|
1869
|
+
--tw-bg-opacity: 1;
|
|
1870
|
+
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
|
1871
|
+
}
|
|
1813
1872
|
.hawa-bg-opacity-80 {
|
|
1814
1873
|
--tw-bg-opacity: 0.8;
|
|
1815
1874
|
}
|
|
@@ -2305,6 +2364,13 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
2305
2364
|
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2306
2365
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2307
2366
|
}
|
|
2367
|
+
.hawa-transition {
|
|
2368
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2369
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2370
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
2371
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2372
|
+
transition-duration: 150ms;
|
|
2373
|
+
}
|
|
2308
2374
|
.hawa-transition-all {
|
|
2309
2375
|
transition-property: all;
|
|
2310
2376
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2878,6 +2944,9 @@ body {
|
|
|
2878
2944
|
.data-\[state\=open\]\:hawa-animate-accordion-down[data-state=open] {
|
|
2879
2945
|
animation: hawa-accordion-down 0.2s ease-out;
|
|
2880
2946
|
}
|
|
2947
|
+
.data-\[active\]\:hawa-bg-accent\/50[data-active] {
|
|
2948
|
+
background-color: hsl(var(--accent) / 0.5);
|
|
2949
|
+
}
|
|
2881
2950
|
.data-\[state\=active\]\:hawa-bg-primary[data-state=active] {
|
|
2882
2951
|
background-color: hsl(var(--primary));
|
|
2883
2952
|
}
|
|
@@ -2890,6 +2959,9 @@ body {
|
|
|
2890
2959
|
.data-\[state\=open\]\:hawa-bg-accent[data-state=open] {
|
|
2891
2960
|
background-color: hsl(var(--accent));
|
|
2892
2961
|
}
|
|
2962
|
+
.data-\[state\=open\]\:hawa-bg-accent\/50[data-state=open] {
|
|
2963
|
+
background-color: hsl(var(--accent) / 0.5);
|
|
2964
|
+
}
|
|
2893
2965
|
.data-\[state\=selected\]\:hawa-bg-muted[data-state=selected] {
|
|
2894
2966
|
background-color: hsl(var(--muted));
|
|
2895
2967
|
}
|
|
@@ -2913,6 +2985,15 @@ body {
|
|
|
2913
2985
|
.data-\[swipe\=move\]\:hawa-transition-none[data-swipe=move] {
|
|
2914
2986
|
transition-property: none;
|
|
2915
2987
|
}
|
|
2988
|
+
.data-\[motion\^\=from-\]\:hawa-animate-in[data-motion^=from-] {
|
|
2989
|
+
animation-name: enter;
|
|
2990
|
+
animation-duration: 150ms;
|
|
2991
|
+
--tw-enter-opacity: initial;
|
|
2992
|
+
--tw-enter-scale: initial;
|
|
2993
|
+
--tw-enter-rotate: initial;
|
|
2994
|
+
--tw-enter-translate-x: initial;
|
|
2995
|
+
--tw-enter-translate-y: initial;
|
|
2996
|
+
}
|
|
2916
2997
|
.data-\[state\=open\]\:hawa-animate-in[data-state=open] {
|
|
2917
2998
|
animation-name: enter;
|
|
2918
2999
|
animation-duration: 150ms;
|
|
@@ -2922,6 +3003,24 @@ body {
|
|
|
2922
3003
|
--tw-enter-translate-x: initial;
|
|
2923
3004
|
--tw-enter-translate-y: initial;
|
|
2924
3005
|
}
|
|
3006
|
+
.data-\[state\=visible\]\:hawa-animate-in[data-state=visible] {
|
|
3007
|
+
animation-name: enter;
|
|
3008
|
+
animation-duration: 150ms;
|
|
3009
|
+
--tw-enter-opacity: initial;
|
|
3010
|
+
--tw-enter-scale: initial;
|
|
3011
|
+
--tw-enter-rotate: initial;
|
|
3012
|
+
--tw-enter-translate-x: initial;
|
|
3013
|
+
--tw-enter-translate-y: initial;
|
|
3014
|
+
}
|
|
3015
|
+
.data-\[motion\^\=to-\]\:hawa-animate-out[data-motion^=to-] {
|
|
3016
|
+
animation-name: exit;
|
|
3017
|
+
animation-duration: 150ms;
|
|
3018
|
+
--tw-exit-opacity: initial;
|
|
3019
|
+
--tw-exit-scale: initial;
|
|
3020
|
+
--tw-exit-rotate: initial;
|
|
3021
|
+
--tw-exit-translate-x: initial;
|
|
3022
|
+
--tw-exit-translate-y: initial;
|
|
3023
|
+
}
|
|
2925
3024
|
.data-\[state\=closed\]\:hawa-animate-out[data-state=closed] {
|
|
2926
3025
|
animation-name: exit;
|
|
2927
3026
|
animation-duration: 150ms;
|
|
@@ -2931,6 +3030,15 @@ body {
|
|
|
2931
3030
|
--tw-exit-translate-x: initial;
|
|
2932
3031
|
--tw-exit-translate-y: initial;
|
|
2933
3032
|
}
|
|
3033
|
+
.data-\[state\=hidden\]\:hawa-animate-out[data-state=hidden] {
|
|
3034
|
+
animation-name: exit;
|
|
3035
|
+
animation-duration: 150ms;
|
|
3036
|
+
--tw-exit-opacity: initial;
|
|
3037
|
+
--tw-exit-scale: initial;
|
|
3038
|
+
--tw-exit-rotate: initial;
|
|
3039
|
+
--tw-exit-translate-x: initial;
|
|
3040
|
+
--tw-exit-translate-y: initial;
|
|
3041
|
+
}
|
|
2934
3042
|
.data-\[swipe\=end\]\:hawa-animate-out[data-swipe=end] {
|
|
2935
3043
|
animation-name: exit;
|
|
2936
3044
|
animation-duration: 150ms;
|
|
@@ -2940,21 +3048,48 @@ body {
|
|
|
2940
3048
|
--tw-exit-translate-x: initial;
|
|
2941
3049
|
--tw-exit-translate-y: initial;
|
|
2942
3050
|
}
|
|
3051
|
+
.data-\[motion\^\=from-\]\:hawa-fade-in[data-motion^=from-] {
|
|
3052
|
+
--tw-enter-opacity: 0;
|
|
3053
|
+
}
|
|
3054
|
+
.data-\[motion\^\=to-\]\:hawa-fade-out[data-motion^=to-] {
|
|
3055
|
+
--tw-exit-opacity: 0;
|
|
3056
|
+
}
|
|
2943
3057
|
.data-\[state\=closed\]\:hawa-fade-out-0[data-state=closed] {
|
|
2944
3058
|
--tw-exit-opacity: 0;
|
|
2945
3059
|
}
|
|
2946
3060
|
.data-\[state\=closed\]\:hawa-fade-out-80[data-state=closed] {
|
|
2947
3061
|
--tw-exit-opacity: 0.8;
|
|
2948
3062
|
}
|
|
3063
|
+
.data-\[state\=hidden\]\:hawa-fade-out[data-state=hidden] {
|
|
3064
|
+
--tw-exit-opacity: 0;
|
|
3065
|
+
}
|
|
2949
3066
|
.data-\[state\=open\]\:hawa-fade-in-0[data-state=open] {
|
|
2950
3067
|
--tw-enter-opacity: 0;
|
|
2951
3068
|
}
|
|
3069
|
+
.data-\[state\=visible\]\:hawa-fade-in[data-state=visible] {
|
|
3070
|
+
--tw-enter-opacity: 0;
|
|
3071
|
+
}
|
|
2952
3072
|
.data-\[state\=closed\]\:hawa-zoom-out-95[data-state=closed] {
|
|
2953
3073
|
--tw-exit-scale: .95;
|
|
2954
3074
|
}
|
|
3075
|
+
.data-\[state\=open\]\:hawa-zoom-in-90[data-state=open] {
|
|
3076
|
+
--tw-enter-scale: .9;
|
|
3077
|
+
}
|
|
2955
3078
|
.data-\[state\=open\]\:hawa-zoom-in-95[data-state=open] {
|
|
2956
3079
|
--tw-enter-scale: .95;
|
|
2957
3080
|
}
|
|
3081
|
+
.data-\[motion\=from-end\]\:hawa-slide-in-from-right-52[data-motion=from-end] {
|
|
3082
|
+
--tw-enter-translate-x: 13rem;
|
|
3083
|
+
}
|
|
3084
|
+
.data-\[motion\=from-start\]\:hawa-slide-in-from-left-52[data-motion=from-start] {
|
|
3085
|
+
--tw-enter-translate-x: -13rem;
|
|
3086
|
+
}
|
|
3087
|
+
.data-\[motion\=to-end\]\:hawa-slide-out-to-right-52[data-motion=to-end] {
|
|
3088
|
+
--tw-exit-translate-x: 13rem;
|
|
3089
|
+
}
|
|
3090
|
+
.data-\[motion\=to-start\]\:hawa-slide-out-to-left-52[data-motion=to-start] {
|
|
3091
|
+
--tw-exit-translate-x: -13rem;
|
|
3092
|
+
}
|
|
2958
3093
|
.data-\[side\=bottom\]\:hawa-slide-in-from-top-2[data-side=bottom] {
|
|
2959
3094
|
--tw-enter-translate-y: -0.5rem;
|
|
2960
3095
|
}
|
|
@@ -2988,6 +3123,10 @@ body {
|
|
|
2988
3123
|
.data-\[state\=open\]\:hawa-slide-in-from-top-full[data-state=open] {
|
|
2989
3124
|
--tw-enter-translate-y: -100%;
|
|
2990
3125
|
}
|
|
3126
|
+
.hawa-group[data-state=open] .group-data-\[state\=open\]\:hawa-rotate-180 {
|
|
3127
|
+
--tw-rotate: 180deg;
|
|
3128
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3129
|
+
}
|
|
2991
3130
|
:is(.hawa-dark .dark\:hawa--rotate-90) {
|
|
2992
3131
|
--tw-rotate: -90deg;
|
|
2993
3132
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -3220,6 +3359,18 @@ body {
|
|
|
3220
3359
|
}
|
|
3221
3360
|
@media (min-width: 768px) {
|
|
3222
3361
|
|
|
3362
|
+
.md\:hawa-absolute {
|
|
3363
|
+
position: absolute;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
.md\:hawa-w-\[var\(--radix-navigation-menu-viewport-width\)\] {
|
|
3367
|
+
width: var(--radix-navigation-menu-viewport-width);
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3370
|
+
.md\:hawa-w-auto {
|
|
3371
|
+
width: auto;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3223
3374
|
.md\:hawa-w-full {
|
|
3224
3375
|
width: 100%;
|
|
3225
3376
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -300,6 +300,7 @@ type MenuItemType = {
|
|
|
300
300
|
icon?: any;
|
|
301
301
|
label?: string;
|
|
302
302
|
value?: any;
|
|
303
|
+
content?: any;
|
|
303
304
|
end?: any;
|
|
304
305
|
presist?: boolean;
|
|
305
306
|
itemType?: "separator" | "label" | string;
|
|
@@ -667,6 +668,14 @@ type TypographyTypes = {
|
|
|
667
668
|
};
|
|
668
669
|
declare const InterfaceSettings: FC<TypographyTypes>;
|
|
669
670
|
|
|
671
|
+
type NavigationMenuTypes = {
|
|
672
|
+
items: {
|
|
673
|
+
trigger: any;
|
|
674
|
+
content?: any;
|
|
675
|
+
}[];
|
|
676
|
+
};
|
|
677
|
+
declare const NavigationMenu: React$1.FC<NavigationMenuTypes>;
|
|
678
|
+
|
|
670
679
|
type StatTypes = {
|
|
671
680
|
label?: string;
|
|
672
681
|
color?: string;
|
|
@@ -1391,4 +1400,4 @@ declare function useTabs(initialTab?: string): {
|
|
|
1391
1400
|
handleTabChange: (index: any) => void;
|
|
1392
1401
|
};
|
|
1393
1402
|
|
|
1394
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast };
|
|
1403
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NavigationMenu, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast };
|
package/dist/index.d.ts
CHANGED
|
@@ -300,6 +300,7 @@ type MenuItemType = {
|
|
|
300
300
|
icon?: any;
|
|
301
301
|
label?: string;
|
|
302
302
|
value?: any;
|
|
303
|
+
content?: any;
|
|
303
304
|
end?: any;
|
|
304
305
|
presist?: boolean;
|
|
305
306
|
itemType?: "separator" | "label" | string;
|
|
@@ -667,6 +668,14 @@ type TypographyTypes = {
|
|
|
667
668
|
};
|
|
668
669
|
declare const InterfaceSettings: FC<TypographyTypes>;
|
|
669
670
|
|
|
671
|
+
type NavigationMenuTypes = {
|
|
672
|
+
items: {
|
|
673
|
+
trigger: any;
|
|
674
|
+
content?: any;
|
|
675
|
+
}[];
|
|
676
|
+
};
|
|
677
|
+
declare const NavigationMenu: React$1.FC<NavigationMenuTypes>;
|
|
678
|
+
|
|
670
679
|
type StatTypes = {
|
|
671
680
|
label?: string;
|
|
672
681
|
color?: string;
|
|
@@ -1391,4 +1400,4 @@ declare function useTabs(initialTab?: string): {
|
|
|
1391
1400
|
handleTabChange: (index: any) => void;
|
|
1392
1401
|
};
|
|
1393
1402
|
|
|
1394
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast };
|
|
1403
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActionCard, AdCard, Alert, Announcement, AppLanding, AppLayout, AppStores, BackToTop, Breadcrumb, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CheckEmail, Checkbox, Chip, CodeBlock, CodeConfirmation, ColorPicker, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ComparingPlans, Copyrights, DataTable, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, EmptyState, FeedbackEmoji, FeedbackForm, FeedbackRating, FileDropzone, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HorizontalPricing, Input, InterfaceSettings, Label, LeadGenerator, LegalTexts, Loading, LoginForm, Logos, MenuItemType, NavigationMenu, NewPasswordForm, NoPermission, NotFound, PhoneInput, PinInput, Popover, PopoverContent, PopoverTrigger, PricingCard, PricingPlans, Progress, Radio, RadioOptionsTypes, RegisterForm, ResetPasswordForm, ScrollArea, ScrollBar, Select, Separator, SidebarGroup, SidebarItem, SimpleTable, Skeleton, Slider, SortButton, Stats, SubItem$2 as SubItem, Switch, TChipTypes, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, Usage, UseFocusWithinOptions, UseMediaQueryOptions, UserReferralSource, buttonVariants, reducer, toast, useClipboard, useFocusWithin, useFormField, useMediaQuery, useTabs, useToast };
|