@dito-uai/components 5.1.0-alpha.36 → 5.1.0-alpha.38
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/global.css +1 -1
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +34 -0
- package/dist/index.d.ts +56 -4154
- package/dist/index.js +5 -5
- package/dist/ui/chips.d.ts +34 -0
- package/dist/ui/chips.d.ts.map +1 -1
- package/package.json +4 -4
- package/tailwind.config.ts +11 -4
package/dist/index.d.cts
CHANGED
|
@@ -2772,10 +2772,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2772
2772
|
small: {
|
|
2773
2773
|
container: string;
|
|
2774
2774
|
icon: string;
|
|
2775
|
+
text: string;
|
|
2775
2776
|
};
|
|
2776
2777
|
medium: {
|
|
2777
2778
|
container: string;
|
|
2778
2779
|
icon: string;
|
|
2780
|
+
text: string;
|
|
2779
2781
|
};
|
|
2780
2782
|
};
|
|
2781
2783
|
border: {
|
|
@@ -2797,15 +2799,18 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2797
2799
|
}, {
|
|
2798
2800
|
container: string;
|
|
2799
2801
|
icon: string;
|
|
2802
|
+
text: string;
|
|
2800
2803
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
2801
2804
|
size: {
|
|
2802
2805
|
small: {
|
|
2803
2806
|
container: string;
|
|
2804
2807
|
icon: string;
|
|
2808
|
+
text: string;
|
|
2805
2809
|
};
|
|
2806
2810
|
medium: {
|
|
2807
2811
|
container: string;
|
|
2808
2812
|
icon: string;
|
|
2813
|
+
text: string;
|
|
2809
2814
|
};
|
|
2810
2815
|
};
|
|
2811
2816
|
border: {
|
|
@@ -2829,10 +2834,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2829
2834
|
small: {
|
|
2830
2835
|
container: string;
|
|
2831
2836
|
icon: string;
|
|
2837
|
+
text: string;
|
|
2832
2838
|
};
|
|
2833
2839
|
medium: {
|
|
2834
2840
|
container: string;
|
|
2835
2841
|
icon: string;
|
|
2842
|
+
text: string;
|
|
2836
2843
|
};
|
|
2837
2844
|
};
|
|
2838
2845
|
border: {
|
|
@@ -2856,10 +2863,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2856
2863
|
small: {
|
|
2857
2864
|
container: string;
|
|
2858
2865
|
icon: string;
|
|
2866
|
+
text: string;
|
|
2859
2867
|
};
|
|
2860
2868
|
medium: {
|
|
2861
2869
|
container: string;
|
|
2862
2870
|
icon: string;
|
|
2871
|
+
text: string;
|
|
2863
2872
|
};
|
|
2864
2873
|
};
|
|
2865
2874
|
border: {
|
|
@@ -2881,15 +2890,18 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2881
2890
|
}, {
|
|
2882
2891
|
container: string;
|
|
2883
2892
|
icon: string;
|
|
2893
|
+
text: string;
|
|
2884
2894
|
}, tailwind_variants.TVReturnType<{
|
|
2885
2895
|
size: {
|
|
2886
2896
|
small: {
|
|
2887
2897
|
container: string;
|
|
2888
2898
|
icon: string;
|
|
2899
|
+
text: string;
|
|
2889
2900
|
};
|
|
2890
2901
|
medium: {
|
|
2891
2902
|
container: string;
|
|
2892
2903
|
icon: string;
|
|
2904
|
+
text: string;
|
|
2893
2905
|
};
|
|
2894
2906
|
};
|
|
2895
2907
|
border: {
|
|
@@ -2911,15 +2923,18 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2911
2923
|
}, {
|
|
2912
2924
|
container: string;
|
|
2913
2925
|
icon: string;
|
|
2926
|
+
text: string;
|
|
2914
2927
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
2915
2928
|
size: {
|
|
2916
2929
|
small: {
|
|
2917
2930
|
container: string;
|
|
2918
2931
|
icon: string;
|
|
2932
|
+
text: string;
|
|
2919
2933
|
};
|
|
2920
2934
|
medium: {
|
|
2921
2935
|
container: string;
|
|
2922
2936
|
icon: string;
|
|
2937
|
+
text: string;
|
|
2923
2938
|
};
|
|
2924
2939
|
};
|
|
2925
2940
|
border: {
|
|
@@ -2943,10 +2958,12 @@ declare const chipsVariants: tailwind_variants.TVReturnType<{
|
|
|
2943
2958
|
small: {
|
|
2944
2959
|
container: string;
|
|
2945
2960
|
icon: string;
|
|
2961
|
+
text: string;
|
|
2946
2962
|
};
|
|
2947
2963
|
medium: {
|
|
2948
2964
|
container: string;
|
|
2949
2965
|
icon: string;
|
|
2966
|
+
text: string;
|
|
2950
2967
|
};
|
|
2951
2968
|
};
|
|
2952
2969
|
border: {
|
|
@@ -2979,10 +2996,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
2979
2996
|
small: {
|
|
2980
2997
|
container: string;
|
|
2981
2998
|
icon: string;
|
|
2999
|
+
text: string;
|
|
2982
3000
|
};
|
|
2983
3001
|
medium: {
|
|
2984
3002
|
container: string;
|
|
2985
3003
|
icon: string;
|
|
3004
|
+
text: string;
|
|
2986
3005
|
};
|
|
2987
3006
|
};
|
|
2988
3007
|
border: {
|
|
@@ -3004,15 +3023,18 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
3004
3023
|
}, {
|
|
3005
3024
|
container: string;
|
|
3006
3025
|
icon: string;
|
|
3026
|
+
text: string;
|
|
3007
3027
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
3008
3028
|
size: {
|
|
3009
3029
|
small: {
|
|
3010
3030
|
container: string;
|
|
3011
3031
|
icon: string;
|
|
3032
|
+
text: string;
|
|
3012
3033
|
};
|
|
3013
3034
|
medium: {
|
|
3014
3035
|
container: string;
|
|
3015
3036
|
icon: string;
|
|
3037
|
+
text: string;
|
|
3016
3038
|
};
|
|
3017
3039
|
};
|
|
3018
3040
|
border: {
|
|
@@ -3036,10 +3058,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
3036
3058
|
small: {
|
|
3037
3059
|
container: string;
|
|
3038
3060
|
icon: string;
|
|
3061
|
+
text: string;
|
|
3039
3062
|
};
|
|
3040
3063
|
medium: {
|
|
3041
3064
|
container: string;
|
|
3042
3065
|
icon: string;
|
|
3066
|
+
text: string;
|
|
3043
3067
|
};
|
|
3044
3068
|
};
|
|
3045
3069
|
border: {
|
|
@@ -3063,10 +3087,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
3063
3087
|
small: {
|
|
3064
3088
|
container: string;
|
|
3065
3089
|
icon: string;
|
|
3090
|
+
text: string;
|
|
3066
3091
|
};
|
|
3067
3092
|
medium: {
|
|
3068
3093
|
container: string;
|
|
3069
3094
|
icon: string;
|
|
3095
|
+
text: string;
|
|
3070
3096
|
};
|
|
3071
3097
|
};
|
|
3072
3098
|
border: {
|
|
@@ -3088,15 +3114,18 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
3088
3114
|
}, {
|
|
3089
3115
|
container: string;
|
|
3090
3116
|
icon: string;
|
|
3117
|
+
text: string;
|
|
3091
3118
|
}, tailwind_variants.TVReturnType<{
|
|
3092
3119
|
size: {
|
|
3093
3120
|
small: {
|
|
3094
3121
|
container: string;
|
|
3095
3122
|
icon: string;
|
|
3123
|
+
text: string;
|
|
3096
3124
|
};
|
|
3097
3125
|
medium: {
|
|
3098
3126
|
container: string;
|
|
3099
3127
|
icon: string;
|
|
3128
|
+
text: string;
|
|
3100
3129
|
};
|
|
3101
3130
|
};
|
|
3102
3131
|
border: {
|
|
@@ -3118,15 +3147,18 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
3118
3147
|
}, {
|
|
3119
3148
|
container: string;
|
|
3120
3149
|
icon: string;
|
|
3150
|
+
text: string;
|
|
3121
3151
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
3122
3152
|
size: {
|
|
3123
3153
|
small: {
|
|
3124
3154
|
container: string;
|
|
3125
3155
|
icon: string;
|
|
3156
|
+
text: string;
|
|
3126
3157
|
};
|
|
3127
3158
|
medium: {
|
|
3128
3159
|
container: string;
|
|
3129
3160
|
icon: string;
|
|
3161
|
+
text: string;
|
|
3130
3162
|
};
|
|
3131
3163
|
};
|
|
3132
3164
|
border: {
|
|
@@ -3150,10 +3182,12 @@ declare const Chips: React__default.ForwardRefExoticComponent<HTMLAttributes<HTM
|
|
|
3150
3182
|
small: {
|
|
3151
3183
|
container: string;
|
|
3152
3184
|
icon: string;
|
|
3185
|
+
text: string;
|
|
3153
3186
|
};
|
|
3154
3187
|
medium: {
|
|
3155
3188
|
container: string;
|
|
3156
3189
|
icon: string;
|
|
3190
|
+
text: string;
|
|
3157
3191
|
};
|
|
3158
3192
|
};
|
|
3159
3193
|
border: {
|