3
3
exports [` ColorPicker > renders with as correctly 1` ] = `
4
4
"<section data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
5
5
<div data-v-c9a043d6 = " " class = " flex gap-4" >
6
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #FF0000;" >
6
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #FF0000;" >
7
7
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
8
8
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
9
9
</div >
10
10
</div >
11
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
11
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
12
12
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
13
13
</div >
14
14
</div >
@@ -18,12 +18,12 @@ exports[`ColorPicker > renders with as correctly 1`] = `
18
18
exports [` ColorPicker > renders with class correctly 1` ] = `
19
19
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75 w-96" >
20
20
<div data-v-c9a043d6 = " " class = " flex gap-4" >
21
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #FF0000;" >
21
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #FF0000;" >
22
22
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
23
23
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
24
24
</div >
25
25
</div >
26
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
26
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
27
27
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
28
28
</div >
29
29
</div >
@@ -33,12 +33,12 @@ exports[`ColorPicker > renders with class correctly 1`] = `
33
33
exports [` ColorPicker > renders with disabled correctly 1` ] = `
34
34
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" data-disabled = " true" >
35
35
<div data-v-c9a043d6 = " " class = " flex gap-4" >
36
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #FF0000;" >
36
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #FF0000;" >
37
37
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
38
38
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" data-disabled = " true" ></div >
39
39
</div >
40
40
</div >
41
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
41
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
42
42
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" data-disabled = " true" ></div >
43
43
</div >
44
44
</div >
@@ -48,12 +48,12 @@ exports[`ColorPicker > renders with disabled correctly 1`] = `
48
48
exports [` ColorPicker > renders with format cmyk correctly 1` ] = `
49
49
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
50
50
<div data-v-c9a043d6 = " " class = " flex gap-4" >
51
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #00FF8C;" >
51
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #00FF8C;" >
52
52
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
53
53
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00C16A; left: 100%; top: 24.310000000000002%;" ></div >
54
54
</div >
55
55
</div >
56
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
56
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
57
57
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00FF8C; top: 42.48666666666667%;" ></div >
58
58
</div >
59
59
</div >
@@ -63,12 +63,12 @@ exports[`ColorPicker > renders with format cmyk correctly 1`] = `
63
63
exports [` ColorPicker > renders with format hex correctly 1` ] = `
64
64
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
65
65
<div data-v-c9a043d6 = " " class = " flex gap-4" >
66
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #00FF8C;" >
66
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #00FF8C;" >
67
67
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
68
68
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00C16A; left: 100%; top: 24.313726000000003%;" ></div >
69
69
</div >
70
70
</div >
71
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
71
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
72
72
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00FF8C; top: 42.48704666666667%;" ></div >
73
73
</div >
74
74
</div >
@@ -78,12 +78,12 @@ exports[`ColorPicker > renders with format hex correctly 1`] = `
78
78
exports [` ColorPicker > renders with format hsl correctly 1` ] = `
79
79
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
80
80
<div data-v-c9a043d6 = " " class = " flex gap-4" >
81
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #00FF8C;" >
81
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #00FF8C;" >
82
82
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
83
83
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00C16A; left: 100%; top: 24.400000000000006%;" ></div >
84
84
</div >
85
85
</div >
86
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
86
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
87
87
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00FF8C; top: 42.5%;" ></div >
88
88
</div >
89
89
</div >
@@ -93,12 +93,12 @@ exports[`ColorPicker > renders with format hsl correctly 1`] = `
93
93
exports [` ColorPicker > renders with format lab correctly 1` ] = `
94
94
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
95
95
<div data-v-c9a043d6 = " " class = " flex gap-4" >
96
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #00FF6F;" >
96
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #00FF6F;" >
97
97
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
98
98
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00C757; left: 100%; top: 22.031043999999994%;" ></div >
99
99
</div >
100
100
</div >
101
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
101
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
102
102
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00FF6F; top: 40.609066111111105%;" ></div >
103
103
</div >
104
104
</div >
@@ -108,12 +108,12 @@ exports[`ColorPicker > renders with format lab correctly 1`] = `
108
108
exports [` ColorPicker > renders with format rgb correctly 1` ] = `
109
109
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
110
110
<div data-v-c9a043d6 = " " class = " flex gap-4" >
111
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #00FF8C;" >
111
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #00FF8C;" >
112
112
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
113
113
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00C16A; left: 100%; top: 24.313726000000003%;" ></div >
114
114
</div >
115
115
</div >
116
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
116
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
117
117
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #00FF8C; top: 42.48704666666667%;" ></div >
118
118
</div >
119
119
</div >
@@ -123,12 +123,12 @@ exports[`ColorPicker > renders with format rgb correctly 1`] = `
123
123
exports [` ColorPicker > renders with size lg correctly 1` ] = `
124
124
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
125
125
<div data-v-c9a043d6 = " " class = " flex gap-4" >
126
- <div data-v-c9a043d6 = " " class = " rounded-md w-44 h-44" style = " background-color: #FF0000;" >
126
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-44 h-44" style = " background-color: #FF0000;" >
127
127
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
128
128
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
129
129
</div >
130
130
</div >
131
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-44" data-color-picker-track = " " >
131
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-44" data-color-picker-track = " " >
132
132
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
133
133
</div >
134
134
</div >
@@ -138,12 +138,12 @@ exports[`ColorPicker > renders with size lg correctly 1`] = `
138
138
exports [` ColorPicker > renders with size md correctly 1` ] = `
139
139
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
140
140
<div data-v-c9a043d6 = " " class = " flex gap-4" >
141
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #FF0000;" >
141
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #FF0000;" >
142
142
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
143
143
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
144
144
</div >
145
145
</div >
146
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
146
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
147
147
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
148
148
</div >
149
149
</div >
@@ -153,12 +153,12 @@ exports[`ColorPicker > renders with size md correctly 1`] = `
153
153
exports [` ColorPicker > renders with size sm correctly 1` ] = `
154
154
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
155
155
<div data-v-c9a043d6 = " " class = " flex gap-4" >
156
- <div data-v-c9a043d6 = " " class = " rounded-md w-40 h-40" style = " background-color: #FF0000;" >
156
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-40 h-40" style = " background-color: #FF0000;" >
157
157
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
158
158
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
159
159
</div >
160
160
</div >
161
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-40" data-color-picker-track = " " >
161
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-40" data-color-picker-track = " " >
162
162
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
163
163
</div >
164
164
</div >
@@ -168,12 +168,12 @@ exports[`ColorPicker > renders with size sm correctly 1`] = `
168
168
exports [` ColorPicker > renders with size xl correctly 1` ] = `
169
169
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
170
170
<div data-v-c9a043d6 = " " class = " flex gap-4" >
171
- <div data-v-c9a043d6 = " " class = " rounded-md w-46 h-46" style = " background-color: #FF0000;" >
171
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-46 h-46" style = " background-color: #FF0000;" >
172
172
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
173
173
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
174
174
</div >
175
175
</div >
176
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-46" data-color-picker-track = " " >
176
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-46" data-color-picker-track = " " >
177
177
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
178
178
</div >
179
179
</div >
@@ -183,12 +183,12 @@ exports[`ColorPicker > renders with size xl correctly 1`] = `
183
183
exports [` ColorPicker > renders with size xs correctly 1` ] = `
184
184
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
185
185
<div data-v-c9a043d6 = " " class = " flex gap-4" >
186
- <div data-v-c9a043d6 = " " class = " rounded-md w-38 h-38" style = " background-color: #FF0000;" >
186
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-38 h-38" style = " background-color: #FF0000;" >
187
187
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
188
188
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
189
189
</div >
190
190
</div >
191
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-38" data-color-picker-track = " " >
191
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-38" data-color-picker-track = " " >
192
192
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
193
193
</div >
194
194
</div >
@@ -198,12 +198,12 @@ exports[`ColorPicker > renders with size xs correctly 1`] = `
198
198
exports [` ColorPicker > renders with ui correctly 1` ] = `
199
199
"<div data-v-c9a043d6 = " " class = " data-[disabled]:opacity-75" >
200
200
<div data-v-c9a043d6 = " " class = " flex gap-8" >
201
- <div data-v-c9a043d6 = " " class = " rounded-md w-42 h-42" style = " background-color: #FF0000;" >
201
+ <div data-v-c9a043d6 = " " class = " rounded-md touch-none w-42 h-42" style = " background-color: #FF0000;" >
202
202
<div data-v-c9a043d6 = " " class = " w-full h-full relative rounded-md" data-color-picker-background = " " >
203
203
<div data-v-c9a043d6 = " " class = " -translate-y-1/2 -translate-x-1/2 absolute size-4 ring-2 ring-(--color-white) rounded-full cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FFFFFF; left: 0%; top: 0%;" ></div >
204
204
</div >
205
205
</div >
206
- <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md h-42" data-color-picker-track = " " >
206
+ <div data-v-c9a043d6 = " " class = " w-[8px] relative rounded-md touch-none h-42" data-color-picker-track = " " >
207
207
<div data-v-c9a043d6 = " " class = " absolute transform -translate-y-1/2 -translate-x-[4px] rtl:translate-x-[4px] size-4 rounded-full ring-2 ring-(--color-white) cursor-pointer data-[disabled]:cursor-not-allowed" style = " background-color: #FF0000; top: 0%;" ></div >
208
208
</div >
209
209
</div >
0 commit comments