@davincihealthcare/elty-design-system-vue 1.0.3 → 1.1.0
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/components.css +318 -0
- package/dist/components.js +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utilities.css +125 -0
- package/dist/utilities.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
.__X__border-neutro {
|
|
2
|
+
--tw-border-opacity: 1;
|
|
3
|
+
border-color: rgb(137 148 165 / var(--tw-border-opacity));
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.__X__border-primary-light {
|
|
7
|
+
--tw-border-opacity: 1;
|
|
8
|
+
border-color: rgb(168 193 247 / var(--tw-border-opacity));
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.el-input {
|
|
12
|
+
display: block;
|
|
13
|
+
height: 2.25rem;
|
|
14
|
+
width: 100%;
|
|
15
|
+
min-width: 3rem;
|
|
16
|
+
align-items: center;
|
|
17
|
+
border-radius: 0.375rem;
|
|
18
|
+
border-width: 1px;
|
|
19
|
+
--tw-bg-opacity: 1;
|
|
20
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
21
|
+
padding-left: 0.75rem;
|
|
22
|
+
padding-right: 0.75rem;
|
|
23
|
+
padding-top: 0.5rem;
|
|
24
|
+
padding-bottom: 0.5rem;
|
|
25
|
+
text-align: left;
|
|
26
|
+
font-size: 0.875rem;
|
|
27
|
+
line-height: 1.125rem;
|
|
28
|
+
--tw-text-opacity: 1;
|
|
29
|
+
color: rgb(15 40 94 / var(--tw-text-opacity));
|
|
30
|
+
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
31
|
+
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
32
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
33
|
+
outline: 2px solid transparent;
|
|
34
|
+
outline-offset: 2px;
|
|
35
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
36
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
37
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
38
|
+
--tw-border-opacity: 1;
|
|
39
|
+
border-color: rgb(168 193 247 / var(--tw-border-opacity));
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.el-input::-moz-placeholder {
|
|
43
|
+
--tw-text-opacity: 1;
|
|
44
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.el-input::placeholder {
|
|
48
|
+
--tw-text-opacity: 1;
|
|
49
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.el-input:focus {
|
|
53
|
+
--tw-ring-opacity: 1;
|
|
54
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.el-input:disabled {
|
|
58
|
+
cursor: not-allowed;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
input.el-input.error,
|
|
62
|
+
select.el-input.error,
|
|
63
|
+
textarea.el-input.error {
|
|
64
|
+
--tw-border-opacity: 1;
|
|
65
|
+
border-color: rgb(220 12 13 / var(--tw-border-opacity));
|
|
66
|
+
padding-right: 2.5rem;
|
|
67
|
+
--tw-text-opacity: 1;
|
|
68
|
+
color: rgb(220 12 13 / var(--tw-text-opacity));
|
|
69
|
+
--tw-ring-opacity: 1;
|
|
70
|
+
--tw-ring-color: rgb(220 12 13 / var(--tw-ring-opacity));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
input.el-input.error::-moz-placeholder, select.el-input.error::-moz-placeholder, textarea.el-input.error::-moz-placeholder {
|
|
74
|
+
--tw-text-opacity: 1;
|
|
75
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
input.el-input.error::placeholder,
|
|
79
|
+
select.el-input.error::placeholder,
|
|
80
|
+
textarea.el-input.error::placeholder {
|
|
81
|
+
--tw-text-opacity: 1;
|
|
82
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
input.el-input.error:not(:focus),
|
|
86
|
+
textarea.el-input.error:not(:focus) {
|
|
87
|
+
--tw-border-opacity: 1;
|
|
88
|
+
border-color: rgb(220 12 13 / var(--tw-border-opacity));
|
|
89
|
+
padding-right: 2.5rem;
|
|
90
|
+
--tw-text-opacity: 1;
|
|
91
|
+
color: rgb(220 12 13 / var(--tw-text-opacity));
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
input.el-input.error:not(:focus)::-moz-placeholder, textarea.el-input.error:not(:focus)::-moz-placeholder {
|
|
95
|
+
--tw-text-opacity: 1;
|
|
96
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
input.el-input.error:not(:focus)::placeholder,
|
|
100
|
+
textarea.el-input.error:not(:focus)::placeholder {
|
|
101
|
+
--tw-text-opacity: 1;
|
|
102
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(.error),
|
|
106
|
+
textarea.el-input:not(.error),
|
|
107
|
+
button.el-input:not(.error) {
|
|
108
|
+
--tw-border-opacity: 1;
|
|
109
|
+
border-color: rgb(168 193 247 / var(--tw-border-opacity));
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(.error):focus,
|
|
113
|
+
textarea.el-input:not(.error):focus,
|
|
114
|
+
button.el-input:not(.error):focus {
|
|
115
|
+
--tw-ring-opacity: 1;
|
|
116
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
input[type='date'].el-input:focus,
|
|
120
|
+
input[type='datetime-local'].el-input:focus,
|
|
121
|
+
input[type='time'].el-input:focus {
|
|
122
|
+
--tw-border-opacity: 1;
|
|
123
|
+
border-color: rgb(168 193 247 / var(--tw-border-opacity));
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
input[type='date'].el-input:focus:focus,
|
|
127
|
+
input[type='datetime-local'].el-input:focus:focus,
|
|
128
|
+
input[type='time'].el-input:focus:focus {
|
|
129
|
+
--tw-ring-opacity: 1;
|
|
130
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error),
|
|
134
|
+
textarea.el-input:not(:focus):not(.error),
|
|
135
|
+
button.el-input:not(.empty):not(:focus):not(.error) {
|
|
136
|
+
border-color: rgb(15 40 94 / var(--tw-border-opacity));
|
|
137
|
+
--tw-border-opacity: 1;
|
|
138
|
+
border-color: rgb(168 193 247 / var(--tw-border-opacity));
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* Remove native input number step */
|
|
142
|
+
|
|
143
|
+
/* Chrome, Safari, Edge, Opera */
|
|
144
|
+
|
|
145
|
+
.el-input-measure-unit::-webkit-outer-spin-button,
|
|
146
|
+
.el-input-measure-unit::-webkit-inner-spin-button {
|
|
147
|
+
-webkit-appearance: none;
|
|
148
|
+
margin: 0;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Firefox */
|
|
152
|
+
|
|
153
|
+
.el-input-measure-unit {
|
|
154
|
+
-moz-appearance: textfield;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/* ElInputContainer */
|
|
158
|
+
|
|
159
|
+
.el-input {
|
|
160
|
+
display: block;
|
|
161
|
+
height: 2.25rem;
|
|
162
|
+
width: 100%;
|
|
163
|
+
min-width: 3rem;
|
|
164
|
+
align-items: center;
|
|
165
|
+
border-radius: 0.375rem;
|
|
166
|
+
border-width: 1px;
|
|
167
|
+
--tw-border-opacity: 1;
|
|
168
|
+
border-color: rgb(180 187 199 / var(--tw-border-opacity));
|
|
169
|
+
--tw-bg-opacity: 1;
|
|
170
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
171
|
+
padding-left: 0.75rem;
|
|
172
|
+
padding-right: 0.75rem;
|
|
173
|
+
padding-top: 0.5rem;
|
|
174
|
+
padding-bottom: 0.5rem;
|
|
175
|
+
text-align: left;
|
|
176
|
+
font-size: 0.875rem;
|
|
177
|
+
line-height: 1.125rem;
|
|
178
|
+
--tw-text-opacity: 1;
|
|
179
|
+
color: rgb(15 40 94 / var(--tw-text-opacity));
|
|
180
|
+
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
181
|
+
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
182
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
183
|
+
outline: 2px solid transparent;
|
|
184
|
+
outline-offset: 2px;
|
|
185
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
186
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
187
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.el-input::-moz-placeholder {
|
|
191
|
+
--tw-text-opacity: 1;
|
|
192
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.el-input::placeholder {
|
|
196
|
+
--tw-text-opacity: 1;
|
|
197
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.el-input:focus {
|
|
201
|
+
--tw-ring-opacity: 1;
|
|
202
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.el-input:disabled {
|
|
206
|
+
cursor: not-allowed;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
input.el-input.error,
|
|
210
|
+
select.el-input.error,
|
|
211
|
+
textarea.el-input.error {
|
|
212
|
+
--tw-border-opacity: 1;
|
|
213
|
+
border-color: rgb(220 12 13 / var(--tw-border-opacity));
|
|
214
|
+
padding-right: 2.5rem;
|
|
215
|
+
--tw-text-opacity: 1;
|
|
216
|
+
color: rgb(220 12 13 / var(--tw-text-opacity));
|
|
217
|
+
--tw-ring-opacity: 1;
|
|
218
|
+
--tw-ring-color: rgb(220 12 13 / var(--tw-ring-opacity));
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
input.el-input.error::-moz-placeholder, select.el-input.error::-moz-placeholder, textarea.el-input.error::-moz-placeholder {
|
|
222
|
+
--tw-text-opacity: 1;
|
|
223
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
input.el-input.error::placeholder,
|
|
227
|
+
select.el-input.error::placeholder,
|
|
228
|
+
textarea.el-input.error::placeholder {
|
|
229
|
+
--tw-text-opacity: 1;
|
|
230
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
input.el-input.error:not(:focus),
|
|
234
|
+
textarea.el-input.error:not(:focus) {
|
|
235
|
+
--tw-border-opacity: 1;
|
|
236
|
+
border-color: rgb(220 12 13 / var(--tw-border-opacity));
|
|
237
|
+
padding-right: 2.5rem;
|
|
238
|
+
--tw-text-opacity: 1;
|
|
239
|
+
color: rgb(220 12 13 / var(--tw-text-opacity));
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
input.el-input.error:not(:focus)::-moz-placeholder, textarea.el-input.error:not(:focus)::-moz-placeholder {
|
|
243
|
+
--tw-text-opacity: 1;
|
|
244
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
input.el-input.error:not(:focus)::placeholder,
|
|
248
|
+
textarea.el-input.error:not(:focus)::placeholder {
|
|
249
|
+
--tw-text-opacity: 1;
|
|
250
|
+
color: rgb(180 187 199 / var(--tw-text-opacity));
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(.error),
|
|
254
|
+
textarea.el-input:not(.error),
|
|
255
|
+
button.el-input:not(.error) {
|
|
256
|
+
--tw-border-opacity: 1;
|
|
257
|
+
border-color: rgb(180 187 199 / var(--tw-border-opacity));
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(.error):focus,
|
|
261
|
+
textarea.el-input:not(.error):focus,
|
|
262
|
+
button.el-input:not(.error):focus {
|
|
263
|
+
--tw-ring-opacity: 1;
|
|
264
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
input[type='date'].el-input:focus,
|
|
268
|
+
input[type='datetime-local'].el-input:focus,
|
|
269
|
+
input[type='time'].el-input:focus {
|
|
270
|
+
--tw-border-opacity: 1;
|
|
271
|
+
border-color: rgb(180 187 199 / var(--tw-border-opacity));
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
input[type='date'].el-input:focus:focus,
|
|
275
|
+
input[type='datetime-local'].el-input:focus:focus,
|
|
276
|
+
input[type='time'].el-input:focus:focus {
|
|
277
|
+
--tw-ring-opacity: 1;
|
|
278
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error),
|
|
282
|
+
textarea.el-input:not(:focus):not(.error),
|
|
283
|
+
button.el-input:not(.empty):not(:focus):not(.error) {
|
|
284
|
+
--tw-border-opacity: 1;
|
|
285
|
+
border-color: rgb(15 40 94 / var(--tw-border-opacity));
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error):-moz-placeholder-shown, textarea.el-input:not(:focus):not(.error):-moz-placeholder-shown, button.el-input:not(.empty):not(:focus):not(.error):-moz-placeholder-shown {
|
|
289
|
+
--tw-border-opacity: 1;
|
|
290
|
+
border-color: rgb(180 187 199 / var(--tw-border-opacity));
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error):placeholder-shown,
|
|
294
|
+
textarea.el-input:not(:focus):not(.error):placeholder-shown,
|
|
295
|
+
button.el-input:not(.empty):not(:focus):not(.error):placeholder-shown {
|
|
296
|
+
--tw-border-opacity: 1;
|
|
297
|
+
border-color: rgb(180 187 199 / var(--tw-border-opacity));
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
/* Remove native input number step */
|
|
301
|
+
|
|
302
|
+
/* Chrome, Safari, Edge, Opera */
|
|
303
|
+
|
|
304
|
+
.el-input-measure-unit::-webkit-outer-spin-button,
|
|
305
|
+
.el-input-measure-unit::-webkit-inner-spin-button {
|
|
306
|
+
-webkit-appearance: none;
|
|
307
|
+
margin: 0;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/* Firefox */
|
|
311
|
+
|
|
312
|
+
.el-input-measure-unit {
|
|
313
|
+
-moz-appearance: textfield;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.el-input-container.error select {
|
|
317
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23C31A09' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
318
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = {".__X__border-neutro":{"-TwBorderOpacity":"1","borderColor":"rgb(137 148 165 / var(--tw-border-opacity))"},".__X__border-primary-light":{"-TwBorderOpacity":"1","borderColor":"rgb(168 193 247 / var(--tw-border-opacity))"},".el-input":{"display":["block","block"],"height":["2.25rem","2.25rem"],"width":["100%","100%"],"minWidth":["3rem","3rem"],"alignItems":["center","center"],"borderRadius":["0.375rem","0.375rem"],"borderWidth":["1px","1px"],"-TwBgOpacity":["1","1"],"backgroundColor":["rgb(255 255 255 / var(--tw-bg-opacity))","rgb(255 255 255 / var(--tw-bg-opacity))"],"paddingLeft":["0.75rem","0.75rem"],"paddingRight":["0.75rem","0.75rem"],"paddingTop":["0.5rem","0.5rem"],"paddingBottom":["0.5rem","0.5rem"],"textAlign":["left","left"],"fontSize":["0.875rem","0.875rem"],"lineHeight":["1.125rem","1.125rem"],"-TwTextOpacity":["1","1"],"color":["rgb(15 40 94 / var(--tw-text-opacity))","rgb(15 40 94 / var(--tw-text-opacity))"],"-TwShadow":["0 1px 2px 0 rgb(0 0 0 / 0.05)","0 1px 2px 0 rgb(0 0 0 / 0.05)"],"-TwShadowColored":["0 1px 2px 0 var(--tw-shadow-color)","0 1px 2px 0 var(--tw-shadow-color)"],"boxShadow":["var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)","var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)","var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)","var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)"],"outline":["2px solid transparent","2px solid transparent"],"outlineOffset":["2px","2px"],"-TwRingOffsetShadow":["var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)"],"-TwRingShadow":["var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)","var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)"],"-TwBorderOpacity":["1","1"],"borderColor":["rgb(168 193 247 / var(--tw-border-opacity))","rgb(180 187 199 / var(--tw-border-opacity))"]},".el-input::-moz-placeholder":{"-TwTextOpacity":["1","1"],"color":["rgb(180 187 199 / var(--tw-text-opacity))","rgb(180 187 199 / var(--tw-text-opacity))"]},".el-input::placeholder":{"-TwTextOpacity":["1","1"],"color":["rgb(180 187 199 / var(--tw-text-opacity))","rgb(180 187 199 / var(--tw-text-opacity))"]},".el-input:focus":{"-TwRingOpacity":["1","1"],"-TwRingColor":["rgb(37 99 235 / var(--tw-ring-opacity))","rgb(37 99 235 / var(--tw-ring-opacity))"]},".el-input:disabled":{"cursor":["not-allowed","not-allowed"]},"input.el-input.error,\nselect.el-input.error,\ntextarea.el-input.error":{"-TwBorderOpacity":["1","1"],"borderColor":["rgb(220 12 13 / var(--tw-border-opacity))","rgb(220 12 13 / var(--tw-border-opacity))"],"paddingRight":["2.5rem","2.5rem"],"-TwTextOpacity":["1","1"],"color":["rgb(220 12 13 / var(--tw-text-opacity))","rgb(220 12 13 / var(--tw-text-opacity))"],"-TwRingOpacity":["1","1"],"-TwRingColor":["rgb(220 12 13 / var(--tw-ring-opacity))","rgb(220 12 13 / var(--tw-ring-opacity))"]},"input.el-input.error::-moz-placeholder, select.el-input.error::-moz-placeholder, textarea.el-input.error::-moz-placeholder":{"-TwTextOpacity":["1","1"],"color":["rgb(180 187 199 / var(--tw-text-opacity))","rgb(180 187 199 / var(--tw-text-opacity))"]},"input.el-input.error::placeholder,\nselect.el-input.error::placeholder,\ntextarea.el-input.error::placeholder":{"-TwTextOpacity":["1","1"],"color":["rgb(180 187 199 / var(--tw-text-opacity))","rgb(180 187 199 / var(--tw-text-opacity))"]},"input.el-input.error:not(:focus),\ntextarea.el-input.error:not(:focus)":{"-TwBorderOpacity":["1","1"],"borderColor":["rgb(220 12 13 / var(--tw-border-opacity))","rgb(220 12 13 / var(--tw-border-opacity))"],"paddingRight":["2.5rem","2.5rem"],"-TwTextOpacity":["1","1"],"color":["rgb(220 12 13 / var(--tw-text-opacity))","rgb(220 12 13 / var(--tw-text-opacity))"]},"input.el-input.error:not(:focus)::-moz-placeholder, textarea.el-input.error:not(:focus)::-moz-placeholder":{"-TwTextOpacity":["1","1"],"color":["rgb(180 187 199 / var(--tw-text-opacity))","rgb(180 187 199 / var(--tw-text-opacity))"]},"input.el-input.error:not(:focus)::placeholder,\ntextarea.el-input.error:not(:focus)::placeholder":{"-TwTextOpacity":["1","1"],"color":["rgb(180 187 199 / var(--tw-text-opacity))","rgb(180 187 199 / var(--tw-text-opacity))"]},"input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(.error),\ntextarea.el-input:not(.error),\nbutton.el-input:not(.error)":{"-TwBorderOpacity":["1","1"],"borderColor":["rgb(168 193 247 / var(--tw-border-opacity))","rgb(180 187 199 / var(--tw-border-opacity))"]},"input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(.error):focus,\ntextarea.el-input:not(.error):focus,\nbutton.el-input:not(.error):focus":{"-TwRingOpacity":["1","1"],"-TwRingColor":["rgb(37 99 235 / var(--tw-ring-opacity))","rgb(37 99 235 / var(--tw-ring-opacity))"]},"input[type='date'].el-input:focus,\ninput[type='datetime-local'].el-input:focus,\ninput[type='time'].el-input:focus":{"-TwBorderOpacity":["1","1"],"borderColor":["rgb(168 193 247 / var(--tw-border-opacity))","rgb(180 187 199 / var(--tw-border-opacity))"]},"input[type='date'].el-input:focus:focus,\ninput[type='datetime-local'].el-input:focus:focus,\ninput[type='time'].el-input:focus:focus":{"-TwRingOpacity":["1","1"],"-TwRingColor":["rgb(37 99 235 / var(--tw-ring-opacity))","rgb(37 99 235 / var(--tw-ring-opacity))"]},"input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error),\ntextarea.el-input:not(:focus):not(.error),\nbutton.el-input:not(.empty):not(:focus):not(.error)":{"borderColor":["rgb(15 40 94 / var(--tw-border-opacity))","rgb(168 193 247 / var(--tw-border-opacity))","rgb(15 40 94 / var(--tw-border-opacity))"],"-TwBorderOpacity":["1","1"]},".el-input-measure-unit::-webkit-outer-spin-button,\n.el-input-measure-unit::-webkit-inner-spin-button":{"WebkitAppearance":["none","none"],"margin":["0","0"]},".el-input-measure-unit":{"MozAppearance":["textfield","textfield"]},"input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error):-moz-placeholder-shown, textarea.el-input:not(:focus):not(.error):-moz-placeholder-shown, button.el-input:not(.empty):not(:focus):not(.error):-moz-placeholder-shown":{"-TwBorderOpacity":"1","borderColor":"rgb(180 187 199 / var(--tw-border-opacity))"},"input:not([type='date']):not([type='datetime-local']):not([type='time']).el-input:not(:focus):not(.error):placeholder-shown,\ntextarea.el-input:not(:focus):not(.error):placeholder-shown,\nbutton.el-input:not(.empty):not(:focus):not(.error):placeholder-shown":{"-TwBorderOpacity":"1","borderColor":"rgb(180 187 199 / var(--tw-border-opacity))"},".el-input-container.error select":{"backgroundImage":"url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23C31A09' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e\")"}};
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ var A3 = {}, e3 = {};
|
|
|
51
51
|
let qt = A3;
|
|
52
52
|
var Tl = (qt.__esModule ? qt : { default: qt }).default;
|
|
53
53
|
const dl = /* @__PURE__ */ Sl(Tl), Qf = dl(({ addUtilities: t, addComponents: A }) => {
|
|
54
|
-
t(require("
|
|
54
|
+
t(require("./utilities.js")), A(require("./components.js"));
|
|
55
55
|
}), J2 = (t) => window.open(t, "_blank") || window.location.replace(t) || "", jf = [
|
|
56
56
|
{
|
|
57
57
|
path: "/service-privacy-policy",
|