croswil_comp_adm 2.0.24 → 2.0.26
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.js +1 -1
- package/dist/safelist.js +0 -20
- package/package.json +2 -3
package/dist/safelist.js
CHANGED
|
@@ -31,7 +31,6 @@ export const safelist = [
|
|
|
31
31
|
"air-datepicker",
|
|
32
32
|
"air-datepicker/locale/it",
|
|
33
33
|
"apptema-base",
|
|
34
|
-
"aspect-[16/9]",
|
|
35
34
|
"auto-hide",
|
|
36
35
|
"bg-[#000]",
|
|
37
36
|
"bg-b-base",
|
|
@@ -54,7 +53,6 @@ export const safelist = [
|
|
|
54
53
|
"bg-contain",
|
|
55
54
|
"bg-cover",
|
|
56
55
|
"bg-danger",
|
|
57
|
-
"bg-gray-100",
|
|
58
56
|
"bg-headerbg",
|
|
59
57
|
"bg-no-repeat",
|
|
60
58
|
"bg-pink-100",
|
|
@@ -87,7 +85,6 @@ export const safelist = [
|
|
|
87
85
|
"border-x",
|
|
88
86
|
"border-y",
|
|
89
87
|
"bottom-0",
|
|
90
|
-
"bottom-1",
|
|
91
88
|
"bottom-[10%]",
|
|
92
89
|
"bottom-start",
|
|
93
90
|
"canvas-exif-orientation",
|
|
@@ -128,8 +125,6 @@ export const safelist = [
|
|
|
128
125
|
"gap-4",
|
|
129
126
|
"gap-5",
|
|
130
127
|
"gap-x-2",
|
|
131
|
-
"gap-y-0.5",
|
|
132
|
-
"gap-y-1",
|
|
133
128
|
"grid",
|
|
134
129
|
"grid-cols-2",
|
|
135
130
|
"grid-cols-[auto_1fr]",
|
|
@@ -190,7 +185,6 @@ export const safelist = [
|
|
|
190
185
|
"justify-center",
|
|
191
186
|
"justify-end",
|
|
192
187
|
"justify-start",
|
|
193
|
-
"konva-pt",
|
|
194
188
|
"leading-none",
|
|
195
189
|
"left-0",
|
|
196
190
|
"left-1",
|
|
@@ -201,7 +195,6 @@ export const safelist = [
|
|
|
201
195
|
"max-h-48",
|
|
202
196
|
"max-h-[16rem]",
|
|
203
197
|
"max-w-",
|
|
204
|
-
"max-w-24",
|
|
205
198
|
"max-w-lg",
|
|
206
199
|
"max-w-max",
|
|
207
200
|
"max-w-md",
|
|
@@ -258,7 +251,6 @@ export const safelist = [
|
|
|
258
251
|
"p-6",
|
|
259
252
|
"p-8",
|
|
260
253
|
"pb-0.5",
|
|
261
|
-
"pb-1",
|
|
262
254
|
"pb-2",
|
|
263
255
|
"pl-0",
|
|
264
256
|
"pl-1",
|
|
@@ -275,10 +267,8 @@ export const safelist = [
|
|
|
275
267
|
"pr-4",
|
|
276
268
|
"pr-5",
|
|
277
269
|
"pr-6",
|
|
278
|
-
"pre-line",
|
|
279
270
|
"pt-1",
|
|
280
271
|
"pt-1.5",
|
|
281
|
-
"pt-2",
|
|
282
272
|
"pt-4",
|
|
283
273
|
"px-0",
|
|
284
274
|
"px-1",
|
|
@@ -294,10 +284,6 @@ export const safelist = [
|
|
|
294
284
|
"py-2.5",
|
|
295
285
|
"py-3",
|
|
296
286
|
"relative",
|
|
297
|
-
"resize-b",
|
|
298
|
-
"resize-l",
|
|
299
|
-
"resize-r",
|
|
300
|
-
"resize-t",
|
|
301
287
|
"right-0",
|
|
302
288
|
"right-1",
|
|
303
289
|
"right-2",
|
|
@@ -324,7 +310,6 @@ export const safelist = [
|
|
|
324
310
|
"shadow-sm",
|
|
325
311
|
"space-x-1",
|
|
326
312
|
"space-x-2",
|
|
327
|
-
"space-y-0",
|
|
328
313
|
"space-y-0.5",
|
|
329
314
|
"space-y-1",
|
|
330
315
|
"space-y-1.5",
|
|
@@ -372,11 +357,9 @@ export const safelist = [
|
|
|
372
357
|
"text-yellow-500",
|
|
373
358
|
"top-0",
|
|
374
359
|
"top-1",
|
|
375
|
-
"top-12",
|
|
376
360
|
"top-2",
|
|
377
361
|
"top-6",
|
|
378
362
|
"top-[50%]",
|
|
379
|
-
"translate-x-[-50%]",
|
|
380
363
|
"underline-offset-[2px]",
|
|
381
364
|
"w-1.5",
|
|
382
365
|
"w-10",
|
|
@@ -387,14 +370,11 @@ export const safelist = [
|
|
|
387
370
|
"w-4",
|
|
388
371
|
"w-5",
|
|
389
372
|
"w-6",
|
|
390
|
-
"w-64",
|
|
391
373
|
"w-8",
|
|
392
|
-
"w-96",
|
|
393
374
|
"w-auto",
|
|
394
375
|
"w-fill",
|
|
395
376
|
"w-fit",
|
|
396
377
|
"w-full",
|
|
397
|
-
"w-lg",
|
|
398
378
|
"w-screen",
|
|
399
379
|
"whitespace-nowrap",
|
|
400
380
|
"whitespace-pre-line",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "croswil_comp_adm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.26",
|
|
4
4
|
"description": "Libreria di componenti Appdelmobile",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
"./proto": "./dist/proto.js"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"svelte": "^4.2.15"
|
|
35
|
-
"three": "^0.182.0"
|
|
34
|
+
"svelte": "^4.2.15"
|
|
36
35
|
},
|
|
37
36
|
"dependencies": {
|
|
38
37
|
"air-datepicker": "^3.6.0",
|