@vuer-ai/vuer-uikit 0.0.3 → 0.0.4
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/{chunk-KVDEBKWR.mjs → chunk-25GQKTNF.mjs} +0 -1
- package/dist/{chunk-JOBQTBEM.mjs → chunk-5GPQ7U5B.mjs} +3 -2
- package/dist/{chunk-KAPV3EZO.mjs → chunk-66JQXJEV.mjs} +2 -1
- package/dist/{chunk-WI2J7NIV.mjs → chunk-6ILSFDR5.mjs} +1 -1
- package/dist/{chunk-FYEZTS4S.mjs → chunk-6L4KPPOD.mjs} +1 -1
- package/dist/chunk-7A7VNE3J.mjs +31 -0
- package/dist/{chunk-SUU4Z6E5.mjs → chunk-7SXCVFSA.mjs} +1 -1
- package/dist/{chunk-3HXPIWL3.js → chunk-7V4ELMOH.js} +3 -2
- package/dist/{chunk-5JP4AZ4C.js → chunk-7WUQTWQX.js} +2 -1
- package/dist/{chunk-LBFO3QAA.js → chunk-A2Z57NAA.js} +1 -1
- package/dist/{chunk-5U4NWZMT.mjs → chunk-ATEHWT2R.mjs} +3 -3
- package/dist/{chunk-JIXJTLEO.js → chunk-B5EMQBVL.js} +1 -1
- package/dist/{chunk-CFXL2XYO.mjs → chunk-COFRS37Z.mjs} +7 -9
- package/dist/chunk-ECWCQWV5.js +148 -0
- package/dist/{chunk-ZYBSCTBR.js → chunk-ENZI5WM7.js} +0 -1
- package/dist/chunk-FVT46HEE.js +21 -0
- package/dist/chunk-FYS6YECN.js +33 -0
- package/dist/{chunk-DQGTWUID.js → chunk-G7XNQVPB.js} +4 -3
- package/dist/{chunk-7IYL2AR4.js → chunk-GSXXTAQ3.js} +7 -9
- package/dist/{chunk-263CMARJ.mjs → chunk-IPKCIMU4.mjs} +4 -3
- package/dist/{chunk-QNTUEKYQ.mjs → chunk-J7PTSP4Q.mjs} +1 -1
- package/dist/{chunk-RPXWKB6F.js → chunk-KQHNQQUZ.js} +3 -3
- package/dist/{chunk-SDN2OTHS.js → chunk-LD7Y34QT.js} +1 -0
- package/dist/chunk-LVSI4HYF.mjs +409 -0
- package/dist/{chunk-ZKYQYCKN.mjs → chunk-M3KBBKQR.mjs} +4 -4
- package/dist/chunk-NN7R5DNL.mjs +119 -0
- package/dist/{chunk-I6VKLSAJ.js → chunk-OTDY2E2A.js} +3 -3
- package/dist/{chunk-GA2JCN3F.mjs → chunk-QOUX33X5.mjs} +5 -5
- package/dist/{chunk-SZU2TX5H.js → chunk-QZASHJNJ.js} +1 -1
- package/dist/chunk-R6XNT4PN.js +431 -0
- package/dist/{chunk-JZ7V43ZL.js → chunk-RACVRWME.js} +7 -7
- package/dist/{chunk-CN6ISLZA.js → chunk-SI56IQWH.js} +2 -2
- package/dist/{chunk-SKWTWHB7.mjs → chunk-X2QENXCS.mjs} +1 -0
- package/dist/{chunk-J4RFFBDJ.mjs → chunk-XPNUQSKQ.mjs} +2 -2
- package/dist/highlight-cursor/cursor-provider.js +2 -2
- package/dist/highlight-cursor/cursor-provider.mjs +1 -1
- package/dist/highlight-cursor/enhanced-components.js +11 -11
- package/dist/highlight-cursor/enhanced-components.mjs +6 -6
- package/dist/highlight-cursor/index.js +17 -17
- package/dist/highlight-cursor/index.mjs +7 -7
- package/dist/highlight-cursor/tabs-cursor-context.js +3 -3
- package/dist/highlight-cursor/tabs-cursor-context.mjs +1 -1
- package/dist/index.css +34 -14
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +144 -101
- package/dist/index.mjs +19 -16
- package/dist/styles/theme.css +6 -0
- package/dist/styles/toast.css +28 -14
- package/dist/styles/variables.css +4 -0
- package/dist/ui/card.js +8 -8
- package/dist/ui/card.mjs +1 -1
- package/dist/ui/dropdown.js +16 -16
- package/dist/ui/dropdown.mjs +1 -1
- package/dist/ui/index.d.mts +5 -2
- package/dist/ui/index.d.ts +5 -2
- package/dist/ui/index.js +131 -88
- package/dist/ui/index.mjs +16 -13
- package/dist/ui/input-numbers.js +3 -3
- package/dist/ui/input-numbers.mjs +2 -2
- package/dist/ui/input.js +3 -3
- package/dist/ui/input.mjs +1 -1
- package/dist/ui/layout.d.mts +12 -0
- package/dist/ui/layout.d.ts +12 -0
- package/dist/ui/layout.js +12 -0
- package/dist/ui/layout.mjs +3 -0
- package/dist/ui/modal.js +11 -11
- package/dist/ui/modal.mjs +1 -1
- package/dist/ui/popover.js +5 -5
- package/dist/ui/popover.mjs +1 -1
- package/dist/ui/select.js +11 -11
- package/dist/ui/select.mjs +1 -1
- package/dist/ui/sheet.d.mts +16 -0
- package/dist/ui/sheet.d.ts +16 -0
- package/dist/ui/sheet.js +39 -0
- package/dist/ui/sheet.mjs +2 -0
- package/dist/ui/tabs.js +6 -6
- package/dist/ui/tabs.mjs +2 -2
- package/dist/ui/textarea.js +2 -2
- package/dist/ui/textarea.mjs +1 -1
- package/dist/ui/toast.js +3 -3
- package/dist/ui/toast.mjs +1 -1
- package/dist/ui/tooltip.js +5 -5
- package/dist/ui/tooltip.mjs +1 -1
- package/dist/ui/tree-view.d.mts +27 -0
- package/dist/ui/tree-view.d.ts +27 -0
- package/dist/ui/tree-view.js +11 -0
- package/dist/ui/tree-view.mjs +2 -0
- package/package.json +2 -1
- package/dist/chunk-NA7TVYOP.js +0 -21
- /package/dist/{chunk-WK3M4X72.js → chunk-HUQZOPYD.js} +0 -0
- /package/dist/{chunk-ZCYBA6YN.mjs → chunk-S2F2GRDB.mjs} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,36 +1,39 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('./chunk-
|
|
3
|
+
require('./chunk-HUQZOPYD.js');
|
|
4
4
|
var chunk75QDQ67T_js = require('./chunk-75QDQ67T.js');
|
|
5
|
-
var
|
|
5
|
+
var chunkQZASHJNJ_js = require('./chunk-QZASHJNJ.js');
|
|
6
6
|
var chunk277NQUJD_js = require('./chunk-277NQUJD.js');
|
|
7
7
|
var chunkYQORMF34_js = require('./chunk-YQORMF34.js');
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
8
|
+
var chunkKQHNQQUZ_js = require('./chunk-KQHNQQUZ.js');
|
|
9
|
+
var chunkR6XNT4PN_js = require('./chunk-R6XNT4PN.js');
|
|
10
|
+
var chunkFYS6YECN_js = require('./chunk-FYS6YECN.js');
|
|
11
|
+
var chunkG7XNQVPB_js = require('./chunk-G7XNQVPB.js');
|
|
12
|
+
var chunkLD7Y34QT_js = require('./chunk-LD7Y34QT.js');
|
|
11
13
|
var chunkKO7BQ6RR_js = require('./chunk-KO7BQ6RR.js');
|
|
14
|
+
var chunkECWCQWV5_js = require('./chunk-ECWCQWV5.js');
|
|
12
15
|
var chunkKVFK3YC7_js = require('./chunk-KVFK3YC7.js');
|
|
13
16
|
var chunkZ37VNICQ_js = require('./chunk-Z37VNICQ.js');
|
|
14
|
-
var
|
|
17
|
+
var chunkSI56IQWH_js = require('./chunk-SI56IQWH.js');
|
|
15
18
|
var chunkOE56M4MX_js = require('./chunk-OE56M4MX.js');
|
|
16
19
|
var chunkFXIL4NQZ_js = require('./chunk-FXIL4NQZ.js');
|
|
17
|
-
var
|
|
18
|
-
var
|
|
20
|
+
var chunkGSXXTAQ3_js = require('./chunk-GSXXTAQ3.js');
|
|
21
|
+
var chunkOTDY2E2A_js = require('./chunk-OTDY2E2A.js');
|
|
22
|
+
require('./chunk-KJ42IGH6.js');
|
|
19
23
|
var chunkKYKEJFJT_js = require('./chunk-KYKEJFJT.js');
|
|
20
24
|
var chunkXACRGXGF_js = require('./chunk-XACRGXGF.js');
|
|
21
|
-
require('./chunk-
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var chunk3HXPIWL3_js = require('./chunk-3HXPIWL3.js');
|
|
25
|
+
var chunkA2Z57NAA_js = require('./chunk-A2Z57NAA.js');
|
|
26
|
+
var chunkFVT46HEE_js = require('./chunk-FVT46HEE.js');
|
|
27
|
+
var chunkRACVRWME_js = require('./chunk-RACVRWME.js');
|
|
28
|
+
var chunk7V4ELMOH_js = require('./chunk-7V4ELMOH.js');
|
|
29
|
+
var chunk7WUQTWQX_js = require('./chunk-7WUQTWQX.js');
|
|
27
30
|
var chunk5BIQ3IN7_js = require('./chunk-5BIQ3IN7.js');
|
|
28
|
-
var
|
|
31
|
+
var chunkENZI5WM7_js = require('./chunk-ENZI5WM7.js');
|
|
32
|
+
var chunkB5EMQBVL_js = require('./chunk-B5EMQBVL.js');
|
|
29
33
|
var chunkZJXBC33M_js = require('./chunk-ZJXBC33M.js');
|
|
30
34
|
require('./chunk-ST4P6AN6.js');
|
|
31
35
|
var chunkUWO6RBCE_js = require('./chunk-UWO6RBCE.js');
|
|
32
36
|
require('./chunk-CLTLT5XW.js');
|
|
33
|
-
var chunkJIXJTLEO_js = require('./chunk-JIXJTLEO.js');
|
|
34
37
|
|
|
35
38
|
|
|
36
39
|
|
|
@@ -44,11 +47,11 @@ Object.defineProperty(exports, "useTheme", {
|
|
|
44
47
|
});
|
|
45
48
|
Object.defineProperty(exports, "Toaster", {
|
|
46
49
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkQZASHJNJ_js.Toaster; }
|
|
48
51
|
});
|
|
49
52
|
Object.defineProperty(exports, "toast", {
|
|
50
53
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkQZASHJNJ_js.toast; }
|
|
52
55
|
});
|
|
53
56
|
Object.defineProperty(exports, "ToggleGroup", {
|
|
54
57
|
enumerable: true,
|
|
@@ -68,75 +71,83 @@ Object.defineProperty(exports, "toggleVariants", {
|
|
|
68
71
|
});
|
|
69
72
|
Object.defineProperty(exports, "Tooltip", {
|
|
70
73
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkKQHNQQUZ_js.Tooltip; }
|
|
72
75
|
});
|
|
73
76
|
Object.defineProperty(exports, "TooltipContent", {
|
|
74
77
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkKQHNQQUZ_js.TooltipContent; }
|
|
76
79
|
});
|
|
77
80
|
Object.defineProperty(exports, "TooltipProvider", {
|
|
78
81
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkKQHNQQUZ_js.TooltipProvider; }
|
|
80
83
|
});
|
|
81
84
|
Object.defineProperty(exports, "TooltipTrigger", {
|
|
82
85
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkKQHNQQUZ_js.TooltipTrigger; }
|
|
87
|
+
});
|
|
88
|
+
Object.defineProperty(exports, "TreeView", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
get: function () { return chunkR6XNT4PN_js.TreeView; }
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(exports, "Layout", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
get: function () { return chunkFYS6YECN_js.Layout; }
|
|
84
95
|
});
|
|
85
96
|
Object.defineProperty(exports, "Modal", {
|
|
86
97
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkG7XNQVPB_js.Modal; }
|
|
88
99
|
});
|
|
89
100
|
Object.defineProperty(exports, "ModalClose", {
|
|
90
101
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkG7XNQVPB_js.ModalClose; }
|
|
92
103
|
});
|
|
93
104
|
Object.defineProperty(exports, "ModalContent", {
|
|
94
105
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkG7XNQVPB_js.ModalContent; }
|
|
96
107
|
});
|
|
97
108
|
Object.defineProperty(exports, "ModalDescription", {
|
|
98
109
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkG7XNQVPB_js.ModalDescription; }
|
|
100
111
|
});
|
|
101
112
|
Object.defineProperty(exports, "ModalFooter", {
|
|
102
113
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkG7XNQVPB_js.ModalFooter; }
|
|
104
115
|
});
|
|
105
116
|
Object.defineProperty(exports, "ModalHeader", {
|
|
106
117
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkG7XNQVPB_js.ModalHeader; }
|
|
108
119
|
});
|
|
109
120
|
Object.defineProperty(exports, "ModalOverlay", {
|
|
110
121
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkG7XNQVPB_js.ModalOverlay; }
|
|
112
123
|
});
|
|
113
124
|
Object.defineProperty(exports, "ModalPortal", {
|
|
114
125
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkG7XNQVPB_js.ModalPortal; }
|
|
116
127
|
});
|
|
117
128
|
Object.defineProperty(exports, "ModalTitle", {
|
|
118
129
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkG7XNQVPB_js.ModalTitle; }
|
|
120
131
|
});
|
|
121
132
|
Object.defineProperty(exports, "ModalTrigger", {
|
|
122
133
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkG7XNQVPB_js.ModalTrigger; }
|
|
124
135
|
});
|
|
125
136
|
Object.defineProperty(exports, "Popover", {
|
|
126
137
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkLD7Y34QT_js.Popover; }
|
|
128
139
|
});
|
|
129
140
|
Object.defineProperty(exports, "PopoverAnchor", {
|
|
130
141
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkLD7Y34QT_js.PopoverAnchor; }
|
|
132
143
|
});
|
|
133
144
|
Object.defineProperty(exports, "PopoverContent", {
|
|
134
145
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkLD7Y34QT_js.PopoverContent; }
|
|
136
147
|
});
|
|
137
148
|
Object.defineProperty(exports, "PopoverTrigger", {
|
|
138
149
|
enumerable: true,
|
|
139
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkLD7Y34QT_js.PopoverTrigger; }
|
|
140
151
|
});
|
|
141
152
|
Object.defineProperty(exports, "RadioGroup", {
|
|
142
153
|
enumerable: true,
|
|
@@ -146,6 +157,38 @@ Object.defineProperty(exports, "RadioGroupItem", {
|
|
|
146
157
|
enumerable: true,
|
|
147
158
|
get: function () { return chunkKO7BQ6RR_js.RadioGroupItem; }
|
|
148
159
|
});
|
|
160
|
+
Object.defineProperty(exports, "Sheet", {
|
|
161
|
+
enumerable: true,
|
|
162
|
+
get: function () { return chunkECWCQWV5_js.Sheet; }
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "SheetClose", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function () { return chunkECWCQWV5_js.SheetClose; }
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "SheetContent", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () { return chunkECWCQWV5_js.SheetContent; }
|
|
171
|
+
});
|
|
172
|
+
Object.defineProperty(exports, "SheetDescription", {
|
|
173
|
+
enumerable: true,
|
|
174
|
+
get: function () { return chunkECWCQWV5_js.SheetDescription; }
|
|
175
|
+
});
|
|
176
|
+
Object.defineProperty(exports, "SheetFooter", {
|
|
177
|
+
enumerable: true,
|
|
178
|
+
get: function () { return chunkECWCQWV5_js.SheetFooter; }
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "SheetHeader", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () { return chunkECWCQWV5_js.SheetHeader; }
|
|
183
|
+
});
|
|
184
|
+
Object.defineProperty(exports, "SheetTitle", {
|
|
185
|
+
enumerable: true,
|
|
186
|
+
get: function () { return chunkECWCQWV5_js.SheetTitle; }
|
|
187
|
+
});
|
|
188
|
+
Object.defineProperty(exports, "SheetTrigger", {
|
|
189
|
+
enumerable: true,
|
|
190
|
+
get: function () { return chunkECWCQWV5_js.SheetTrigger; }
|
|
191
|
+
});
|
|
149
192
|
Object.defineProperty(exports, "Slider", {
|
|
150
193
|
enumerable: true,
|
|
151
194
|
get: function () { return chunkKVFK3YC7_js.Slider; }
|
|
@@ -156,31 +199,31 @@ Object.defineProperty(exports, "Switch", {
|
|
|
156
199
|
});
|
|
157
200
|
Object.defineProperty(exports, "Card", {
|
|
158
201
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkSI56IQWH_js.Card; }
|
|
160
203
|
});
|
|
161
204
|
Object.defineProperty(exports, "CardAction", {
|
|
162
205
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkSI56IQWH_js.CardAction; }
|
|
164
207
|
});
|
|
165
208
|
Object.defineProperty(exports, "CardContent", {
|
|
166
209
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkSI56IQWH_js.CardContent; }
|
|
168
211
|
});
|
|
169
212
|
Object.defineProperty(exports, "CardDescription", {
|
|
170
213
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkSI56IQWH_js.CardDescription; }
|
|
172
215
|
});
|
|
173
216
|
Object.defineProperty(exports, "CardFooter", {
|
|
174
217
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkSI56IQWH_js.CardFooter; }
|
|
176
219
|
});
|
|
177
220
|
Object.defineProperty(exports, "CardHeader", {
|
|
178
221
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkSI56IQWH_js.CardHeader; }
|
|
180
223
|
});
|
|
181
224
|
Object.defineProperty(exports, "CardTitle", {
|
|
182
225
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkSI56IQWH_js.CardTitle; }
|
|
184
227
|
});
|
|
185
228
|
Object.defineProperty(exports, "Checkbox", {
|
|
186
229
|
enumerable: true,
|
|
@@ -200,67 +243,67 @@ Object.defineProperty(exports, "CollapsibleTrigger", {
|
|
|
200
243
|
});
|
|
201
244
|
Object.defineProperty(exports, "DropdownMenu", {
|
|
202
245
|
enumerable: true,
|
|
203
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenu; }
|
|
204
247
|
});
|
|
205
248
|
Object.defineProperty(exports, "DropdownMenuCheckboxItem", {
|
|
206
249
|
enumerable: true,
|
|
207
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuCheckboxItem; }
|
|
208
251
|
});
|
|
209
252
|
Object.defineProperty(exports, "DropdownMenuContent", {
|
|
210
253
|
enumerable: true,
|
|
211
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuContent; }
|
|
212
255
|
});
|
|
213
256
|
Object.defineProperty(exports, "DropdownMenuGroup", {
|
|
214
257
|
enumerable: true,
|
|
215
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuGroup; }
|
|
216
259
|
});
|
|
217
260
|
Object.defineProperty(exports, "DropdownMenuItem", {
|
|
218
261
|
enumerable: true,
|
|
219
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuItem; }
|
|
220
263
|
});
|
|
221
264
|
Object.defineProperty(exports, "DropdownMenuLabel", {
|
|
222
265
|
enumerable: true,
|
|
223
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuLabel; }
|
|
224
267
|
});
|
|
225
268
|
Object.defineProperty(exports, "DropdownMenuPortal", {
|
|
226
269
|
enumerable: true,
|
|
227
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuPortal; }
|
|
228
271
|
});
|
|
229
272
|
Object.defineProperty(exports, "DropdownMenuRadioGroup", {
|
|
230
273
|
enumerable: true,
|
|
231
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuRadioGroup; }
|
|
232
275
|
});
|
|
233
276
|
Object.defineProperty(exports, "DropdownMenuRadioItem", {
|
|
234
277
|
enumerable: true,
|
|
235
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuRadioItem; }
|
|
236
279
|
});
|
|
237
280
|
Object.defineProperty(exports, "DropdownMenuSeparator", {
|
|
238
281
|
enumerable: true,
|
|
239
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSeparator; }
|
|
240
283
|
});
|
|
241
284
|
Object.defineProperty(exports, "DropdownMenuShortcut", {
|
|
242
285
|
enumerable: true,
|
|
243
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuShortcut; }
|
|
244
287
|
});
|
|
245
288
|
Object.defineProperty(exports, "DropdownMenuSub", {
|
|
246
289
|
enumerable: true,
|
|
247
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSub; }
|
|
248
291
|
});
|
|
249
292
|
Object.defineProperty(exports, "DropdownMenuSubContent", {
|
|
250
293
|
enumerable: true,
|
|
251
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSubContent; }
|
|
252
295
|
});
|
|
253
296
|
Object.defineProperty(exports, "DropdownMenuSubTrigger", {
|
|
254
297
|
enumerable: true,
|
|
255
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuSubTrigger; }
|
|
256
299
|
});
|
|
257
300
|
Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
258
301
|
enumerable: true,
|
|
259
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkGSXXTAQ3_js.DropdownMenuTrigger; }
|
|
260
303
|
});
|
|
261
304
|
Object.defineProperty(exports, "InputNumbers", {
|
|
262
305
|
enumerable: true,
|
|
263
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkOTDY2E2A_js.InputNumbers; }
|
|
264
307
|
});
|
|
265
308
|
Object.defineProperty(exports, "Avatar", {
|
|
266
309
|
enumerable: true,
|
|
@@ -288,87 +331,87 @@ Object.defineProperty(exports, "badgeVariants", {
|
|
|
288
331
|
});
|
|
289
332
|
Object.defineProperty(exports, "CursorProvider", {
|
|
290
333
|
enumerable: true,
|
|
291
|
-
get: function () { return
|
|
334
|
+
get: function () { return chunkA2Z57NAA_js.CursorProvider; }
|
|
292
335
|
});
|
|
293
336
|
Object.defineProperty(exports, "CursorButton", {
|
|
294
337
|
enumerable: true,
|
|
295
|
-
get: function () { return
|
|
338
|
+
get: function () { return chunkFVT46HEE_js.CursorButton; }
|
|
296
339
|
});
|
|
297
340
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
298
341
|
enumerable: true,
|
|
299
|
-
get: function () { return
|
|
342
|
+
get: function () { return chunkFVT46HEE_js.CursorInputRoot; }
|
|
300
343
|
});
|
|
301
344
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
302
345
|
enumerable: true,
|
|
303
|
-
get: function () { return
|
|
346
|
+
get: function () { return chunkFVT46HEE_js.CursorSelectTrigger; }
|
|
304
347
|
});
|
|
305
348
|
Object.defineProperty(exports, "CursorTabs", {
|
|
306
349
|
enumerable: true,
|
|
307
|
-
get: function () { return
|
|
350
|
+
get: function () { return chunkFVT46HEE_js.CursorTabs; }
|
|
308
351
|
});
|
|
309
352
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
310
353
|
enumerable: true,
|
|
311
|
-
get: function () { return
|
|
354
|
+
get: function () { return chunkFVT46HEE_js.CursorTextarea; }
|
|
312
355
|
});
|
|
313
|
-
Object.defineProperty(exports, "
|
|
356
|
+
Object.defineProperty(exports, "Tabs", {
|
|
314
357
|
enumerable: true,
|
|
315
|
-
get: function () { return
|
|
358
|
+
get: function () { return chunkRACVRWME_js.Tabs; }
|
|
316
359
|
});
|
|
317
|
-
Object.defineProperty(exports, "
|
|
360
|
+
Object.defineProperty(exports, "TabsContent", {
|
|
318
361
|
enumerable: true,
|
|
319
|
-
get: function () { return
|
|
362
|
+
get: function () { return chunkRACVRWME_js.TabsContent; }
|
|
320
363
|
});
|
|
321
|
-
Object.defineProperty(exports, "
|
|
364
|
+
Object.defineProperty(exports, "TabsList", {
|
|
322
365
|
enumerable: true,
|
|
323
|
-
get: function () { return
|
|
366
|
+
get: function () { return chunkRACVRWME_js.TabsList; }
|
|
324
367
|
});
|
|
325
|
-
Object.defineProperty(exports, "
|
|
368
|
+
Object.defineProperty(exports, "TabsTrigger", {
|
|
326
369
|
enumerable: true,
|
|
327
|
-
get: function () { return
|
|
370
|
+
get: function () { return chunkRACVRWME_js.TabsTrigger; }
|
|
328
371
|
});
|
|
329
|
-
Object.defineProperty(exports, "
|
|
372
|
+
Object.defineProperty(exports, "Textarea", {
|
|
330
373
|
enumerable: true,
|
|
331
|
-
get: function () { return
|
|
374
|
+
get: function () { return chunk7V4ELMOH_js.Textarea; }
|
|
332
375
|
});
|
|
333
|
-
Object.defineProperty(exports, "
|
|
376
|
+
Object.defineProperty(exports, "Select", {
|
|
334
377
|
enumerable: true,
|
|
335
|
-
get: function () { return
|
|
378
|
+
get: function () { return chunk7WUQTWQX_js.Select; }
|
|
336
379
|
});
|
|
337
|
-
Object.defineProperty(exports, "
|
|
380
|
+
Object.defineProperty(exports, "SelectContent", {
|
|
338
381
|
enumerable: true,
|
|
339
|
-
get: function () { return
|
|
382
|
+
get: function () { return chunk7WUQTWQX_js.SelectContent; }
|
|
340
383
|
});
|
|
341
|
-
Object.defineProperty(exports, "
|
|
384
|
+
Object.defineProperty(exports, "SelectGroup", {
|
|
342
385
|
enumerable: true,
|
|
343
|
-
get: function () { return
|
|
386
|
+
get: function () { return chunk7WUQTWQX_js.SelectGroup; }
|
|
344
387
|
});
|
|
345
|
-
Object.defineProperty(exports, "
|
|
388
|
+
Object.defineProperty(exports, "SelectItem", {
|
|
346
389
|
enumerable: true,
|
|
347
|
-
get: function () { return
|
|
390
|
+
get: function () { return chunk7WUQTWQX_js.SelectItem; }
|
|
348
391
|
});
|
|
349
|
-
Object.defineProperty(exports, "
|
|
392
|
+
Object.defineProperty(exports, "SelectLabel", {
|
|
350
393
|
enumerable: true,
|
|
351
|
-
get: function () { return
|
|
394
|
+
get: function () { return chunk7WUQTWQX_js.SelectLabel; }
|
|
352
395
|
});
|
|
353
|
-
Object.defineProperty(exports, "
|
|
396
|
+
Object.defineProperty(exports, "SelectScrollDownButton", {
|
|
354
397
|
enumerable: true,
|
|
355
|
-
get: function () { return
|
|
398
|
+
get: function () { return chunk7WUQTWQX_js.SelectScrollDownButton; }
|
|
356
399
|
});
|
|
357
|
-
Object.defineProperty(exports, "
|
|
400
|
+
Object.defineProperty(exports, "SelectScrollUpButton", {
|
|
358
401
|
enumerable: true,
|
|
359
|
-
get: function () { return
|
|
402
|
+
get: function () { return chunk7WUQTWQX_js.SelectScrollUpButton; }
|
|
360
403
|
});
|
|
361
|
-
Object.defineProperty(exports, "
|
|
404
|
+
Object.defineProperty(exports, "SelectSeparator", {
|
|
362
405
|
enumerable: true,
|
|
363
|
-
get: function () { return
|
|
406
|
+
get: function () { return chunk7WUQTWQX_js.SelectSeparator; }
|
|
364
407
|
});
|
|
365
|
-
Object.defineProperty(exports, "
|
|
408
|
+
Object.defineProperty(exports, "SelectTrigger", {
|
|
366
409
|
enumerable: true,
|
|
367
|
-
get: function () { return
|
|
410
|
+
get: function () { return chunk7WUQTWQX_js.SelectTrigger; }
|
|
368
411
|
});
|
|
369
|
-
Object.defineProperty(exports, "
|
|
412
|
+
Object.defineProperty(exports, "SelectValue", {
|
|
370
413
|
enumerable: true,
|
|
371
|
-
get: function () { return
|
|
414
|
+
get: function () { return chunk7WUQTWQX_js.SelectValue; }
|
|
372
415
|
});
|
|
373
416
|
Object.defineProperty(exports, "Button", {
|
|
374
417
|
enumerable: true,
|
|
@@ -376,11 +419,15 @@ Object.defineProperty(exports, "Button", {
|
|
|
376
419
|
});
|
|
377
420
|
Object.defineProperty(exports, "InputRoot", {
|
|
378
421
|
enumerable: true,
|
|
379
|
-
get: function () { return
|
|
422
|
+
get: function () { return chunkENZI5WM7_js.InputRoot; }
|
|
380
423
|
});
|
|
381
424
|
Object.defineProperty(exports, "InputSlot", {
|
|
382
425
|
enumerable: true,
|
|
383
|
-
get: function () { return
|
|
426
|
+
get: function () { return chunkENZI5WM7_js.InputSlot; }
|
|
427
|
+
});
|
|
428
|
+
Object.defineProperty(exports, "TabsCursorProvider", {
|
|
429
|
+
enumerable: true,
|
|
430
|
+
get: function () { return chunkB5EMQBVL_js.TabsCursorProvider; }
|
|
384
431
|
});
|
|
385
432
|
Object.defineProperty(exports, "withCursor", {
|
|
386
433
|
enumerable: true,
|
|
@@ -390,7 +437,3 @@ Object.defineProperty(exports, "cn", {
|
|
|
390
437
|
enumerable: true,
|
|
391
438
|
get: function () { return chunkUWO6RBCE_js.cn; }
|
|
392
439
|
});
|
|
393
|
-
Object.defineProperty(exports, "TabsCursorProvider", {
|
|
394
|
-
enumerable: true,
|
|
395
|
-
get: function () { return chunkJIXJTLEO_js.TabsCursorProvider; }
|
|
396
|
-
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,31 +1,34 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-S2F2GRDB.mjs';
|
|
2
2
|
export { ThemeProvider, useTheme } from './chunk-D4C5V4EN.mjs';
|
|
3
|
-
export { Toaster, toast } from './chunk-
|
|
3
|
+
export { Toaster, toast } from './chunk-J7PTSP4Q.mjs';
|
|
4
4
|
export { ToggleGroup, ToggleGroupItem } from './chunk-3Q75Z2CT.mjs';
|
|
5
5
|
export { Toggle, toggleVariants } from './chunk-UFR656UY.mjs';
|
|
6
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
6
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-ATEHWT2R.mjs';
|
|
7
|
+
export { TreeView } from './chunk-LVSI4HYF.mjs';
|
|
8
|
+
export { Layout } from './chunk-7A7VNE3J.mjs';
|
|
9
|
+
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-IPKCIMU4.mjs';
|
|
10
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-X2QENXCS.mjs';
|
|
9
11
|
export { RadioGroup, RadioGroupItem } from './chunk-PKGNHHWG.mjs';
|
|
12
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-NN7R5DNL.mjs';
|
|
10
13
|
export { Slider } from './chunk-CZSRIDXN.mjs';
|
|
11
14
|
export { Switch } from './chunk-DWIK2CUV.mjs';
|
|
12
|
-
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-
|
|
15
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-XPNUQSKQ.mjs';
|
|
13
16
|
export { Checkbox } from './chunk-WOG6UIG5.mjs';
|
|
14
17
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-MASRZTZC.mjs';
|
|
15
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-
|
|
16
|
-
export { InputNumbers } from './chunk-
|
|
18
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-COFRS37Z.mjs';
|
|
19
|
+
export { InputNumbers } from './chunk-6ILSFDR5.mjs';
|
|
20
|
+
import './chunk-VGCVIHBR.mjs';
|
|
17
21
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-ATDHGFVI.mjs';
|
|
18
22
|
export { Badge, badgeVariants } from './chunk-TOZYLDAL.mjs';
|
|
19
|
-
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export { Textarea } from './chunk-JOBQTBEM.mjs';
|
|
23
|
+
export { CursorProvider } from './chunk-7SXCVFSA.mjs';
|
|
24
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-M3KBBKQR.mjs';
|
|
25
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-QOUX33X5.mjs';
|
|
26
|
+
export { Textarea } from './chunk-5GPQ7U5B.mjs';
|
|
27
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './chunk-66JQXJEV.mjs';
|
|
25
28
|
export { Button } from './chunk-Q3APPCB2.mjs';
|
|
26
|
-
export { InputRoot, InputSlot } from './chunk-
|
|
29
|
+
export { InputRoot, InputSlot } from './chunk-25GQKTNF.mjs';
|
|
30
|
+
export { TabsCursorProvider } from './chunk-6L4KPPOD.mjs';
|
|
27
31
|
export { withCursor } from './chunk-CP7QYV4N.mjs';
|
|
28
32
|
import './chunk-QS7WS6DD.mjs';
|
|
29
33
|
export { cn } from './chunk-HW6SLBO3.mjs';
|
|
30
34
|
import './chunk-3FR3WKI4.mjs';
|
|
31
|
-
export { TabsCursorProvider } from './chunk-FYEZTS4S.mjs';
|
package/dist/styles/theme.css
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
--line-secondary: var(--gray-6);
|
|
28
28
|
--shadow-primary: var(--black-alpha-3);
|
|
29
29
|
--shadow-secondary: var(--black-alpha-4);
|
|
30
|
+
--shadow-tertiary: var(--black-alpha-4);
|
|
30
31
|
--black-1: rgba(0, 0, 0, 1);
|
|
31
32
|
--black-alpha-1: rgba(0, 0, 0, 0.6);
|
|
32
33
|
--black-alpha-2: rgba(0, 0, 0, 0.2);
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
--line-secondary: var(--gray-4);
|
|
122
123
|
--shadow-primary: var(--black-alpha-1);
|
|
123
124
|
--shadow-secondary: var(--black-alpha-2);
|
|
125
|
+
--shadow-tertiary: var(--black-alpha-6);
|
|
124
126
|
}
|
|
125
127
|
.liquidlight {
|
|
126
128
|
color-scheme: light;
|
|
@@ -151,6 +153,7 @@
|
|
|
151
153
|
--line-secondary: var(--gray-6);
|
|
152
154
|
--shadow-primary: var(--black-alpha-3);
|
|
153
155
|
--shadow-secondary: var(--black-alpha-4);
|
|
156
|
+
--shadow-tertiary: var(--black-alpha-4);
|
|
154
157
|
}
|
|
155
158
|
.liquiddark {
|
|
156
159
|
color-scheme: dark;
|
|
@@ -181,5 +184,8 @@
|
|
|
181
184
|
--line-secondary: var(--gray-4);
|
|
182
185
|
--shadow-primary: var(--black-alpha-1);
|
|
183
186
|
--shadow-secondary: var(--black-alpha-2);
|
|
187
|
+
--shadow-tertiary: var(--black-alpha-6);
|
|
184
188
|
}
|
|
189
|
+
@custom-variant liquid (&:is(.liquiddark *, .liquidlight *));
|
|
190
|
+
@utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; -webkit-backdrop-filter: blur(20px) !important; backdrop-filter: blur(20px) !important; }
|
|
185
191
|
@theme inline { --color-brand-primary: var(--brand-primary); --color-brand-secondary: var(--brand-secondary); --color-brand-tertiary: var(--brand-tertiary); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 8px); --radius-uk-xl: calc(var(--radius) + 12px); --spacing-xxs: calc(var(--spacing) - 2px); --spacing-xs: var(--spacing); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 8px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-xs: 10px; --text-uk-sm: 11px; --text-uk-md: 12px; --text-uk-lg: 13px; --text-uk-xl: 14px; --text-uk-xxl: 16px; --leading-uk-xs: 12px; --leading-uk-sm: 14px; --leading-uk-md: 16px; --leading-uk-lg: 18px; --leading-uk-xl: 20px; --leading-uk-xxl: 24px; }
|
package/dist/styles/toast.css
CHANGED
|
@@ -1,22 +1,36 @@
|
|
|
1
1
|
/* src/styles/toast.css */
|
|
2
2
|
.vk-toast,
|
|
3
3
|
[data-sonner-toast].vk-toast {
|
|
4
|
-
background: var(--color-bg-
|
|
5
|
-
background-color: var(--color-bg-secondary) !important;
|
|
4
|
+
background: var(--color-bg-primary) !important;
|
|
6
5
|
border: none !important;
|
|
7
6
|
border-radius: var(--radius-uk-md) !important;
|
|
8
7
|
padding: var(--spacing-lg) !important;
|
|
9
8
|
box-shadow: 0px 8px 24px 0px var(--color-shadow-primary) !important;
|
|
9
|
+
padding-right: 60px !important;
|
|
10
10
|
}
|
|
11
11
|
.vk-toast [data-title] {
|
|
12
12
|
color: var(--color-text-primary) !important;
|
|
13
13
|
font-size: 14px !important;
|
|
14
14
|
font-weight: 500 !important;
|
|
15
|
+
display: -webkit-box;
|
|
16
|
+
line-clamp: 1;
|
|
17
|
+
box-orient: vertical;
|
|
18
|
+
-webkit-line-clamp: 1;
|
|
19
|
+
-webkit-box-orient: vertical;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
text-overflow: ellipsis;
|
|
15
22
|
}
|
|
16
23
|
.vk-toast-description {
|
|
17
24
|
color: var(--color-text-secondary) !important;
|
|
18
25
|
font-size: 12px !important;
|
|
19
26
|
font-weight: 400 !important;
|
|
27
|
+
display: -webkit-box;
|
|
28
|
+
line-clamp: 3;
|
|
29
|
+
box-orient: vertical;
|
|
30
|
+
-webkit-line-clamp: 3;
|
|
31
|
+
-webkit-box-orient: vertical;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
text-overflow: ellipsis;
|
|
20
34
|
}
|
|
21
35
|
.vk-toast button[data-button] {
|
|
22
36
|
background: transparent !important;
|
|
@@ -27,18 +41,18 @@
|
|
|
27
41
|
text-decoration: none !important;
|
|
28
42
|
cursor: pointer !important;
|
|
29
43
|
position: absolute !important;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
44
|
+
border-radius: 0 !important;
|
|
45
|
+
right: 0 !important;
|
|
46
|
+
top: 0 !important;
|
|
47
|
+
height: 100% !important;
|
|
48
|
+
width: 60px !important;
|
|
49
|
+
display: flex !important;
|
|
50
|
+
align-items: center !important;
|
|
51
|
+
justify-content: center !important;
|
|
52
|
+
text-overflow: ellipsis !important;
|
|
53
|
+
overflow: hidden !important;
|
|
54
|
+
white-space: nowrap !important;
|
|
33
55
|
}
|
|
34
56
|
.vk-toast button[data-button]:hover {
|
|
35
|
-
background: var(--color-bg-
|
|
36
|
-
}
|
|
37
|
-
.vk-toast button[data-cancel] {
|
|
38
|
-
background: transparent !important;
|
|
39
|
-
color: var(--color-text-secondary) !important;
|
|
40
|
-
border: none !important;
|
|
41
|
-
font-size: 12px !important;
|
|
42
|
-
font-weight: 400 !important;
|
|
43
|
-
cursor: pointer !important;
|
|
57
|
+
background: var(--color-bg-secondary) !important;
|
|
44
58
|
}
|