purgetss 5.2.1 → 5.2.2
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/tailwind.tss +224 -253
- package/docs/whats-new/v5.2.1.md +12 -38
- package/lib/helpers.js +8 -2
- package/package.json +1 -1
package/dist/tailwind.tss
CHANGED
|
@@ -4278,7 +4278,7 @@
|
|
|
4278
4278
|
'.scale-150': { scale: '1.5' }
|
|
4279
4279
|
|
|
4280
4280
|
// Component(s): Ti.UI.ListView
|
|
4281
|
-
// Property(ies): separatorHeight - Android Only
|
|
4281
|
+
// Property(ies): separatorHeight - Android Only
|
|
4282
4282
|
'.separator-h-0[platform=android]': { separatorHeight: 0 }
|
|
4283
4283
|
'.separator-h-1[platform=android]': { separatorHeight: 4 }
|
|
4284
4284
|
'.separator-h-2[platform=android]': { separatorHeight: 8 }
|
|
@@ -4314,35 +4314,6 @@
|
|
|
4314
4314
|
'.separator-h-1.5[platform=android]': { separatorHeight: 6 }
|
|
4315
4315
|
'.separator-h-2.5[platform=android]': { separatorHeight: 10 }
|
|
4316
4316
|
'.separator-h-3.5[platform=android]': { separatorHeight: 14 }
|
|
4317
|
-
'.separator-h-auto[platform=android]': { separatorHeight: Ti.UI.SIZE }
|
|
4318
|
-
'.separator-h-1/2[platform=android]': { separatorHeight: '50%' }
|
|
4319
|
-
'.separator-h-1/3[platform=android]': { separatorHeight: '33.333334%' }
|
|
4320
|
-
'.separator-h-2/3[platform=android]': { separatorHeight: '66.666667%' }
|
|
4321
|
-
'.separator-h-1/4[platform=android]': { separatorHeight: '25%' }
|
|
4322
|
-
'.separator-h-2/4[platform=android]': { separatorHeight: '50%' }
|
|
4323
|
-
'.separator-h-3/4[platform=android]': { separatorHeight: '75%' }
|
|
4324
|
-
'.separator-h-1/5[platform=android]': { separatorHeight: '20%' }
|
|
4325
|
-
'.separator-h-2/5[platform=android]': { separatorHeight: '40%' }
|
|
4326
|
-
'.separator-h-3/5[platform=android]': { separatorHeight: '60%' }
|
|
4327
|
-
'.separator-h-4/5[platform=android]': { separatorHeight: '80%' }
|
|
4328
|
-
'.separator-h-1/6[platform=android]': { separatorHeight: '16.666667%' }
|
|
4329
|
-
'.separator-h-2/6[platform=android]': { separatorHeight: '33.333334%' }
|
|
4330
|
-
'.separator-h-3/6[platform=android]': { separatorHeight: '50%' }
|
|
4331
|
-
'.separator-h-4/6[platform=android]': { separatorHeight: '66.666667%' }
|
|
4332
|
-
'.separator-h-5/6[platform=android]': { separatorHeight: '83.333334%' }
|
|
4333
|
-
'.separator-h-1/12[platform=android]': { separatorHeight: '8.333334%' }
|
|
4334
|
-
'.separator-h-2/12[platform=android]': { separatorHeight: '16.666667%' }
|
|
4335
|
-
'.separator-h-3/12[platform=android]': { separatorHeight: '25%' }
|
|
4336
|
-
'.separator-h-4/12[platform=android]': { separatorHeight: '33.333334%' }
|
|
4337
|
-
'.separator-h-5/12[platform=android]': { separatorHeight: '41.666667%' }
|
|
4338
|
-
'.separator-h-6/12[platform=android]': { separatorHeight: '50%' }
|
|
4339
|
-
'.separator-h-7/12[platform=android]': { separatorHeight: '58.333334%' }
|
|
4340
|
-
'.separator-h-8/12[platform=android]': { separatorHeight: '66.666667%' }
|
|
4341
|
-
'.separator-h-9/12[platform=android]': { separatorHeight: '75%' }
|
|
4342
|
-
'.separator-h-10/12[platform=android]': { separatorHeight: '83.333334%' }
|
|
4343
|
-
'.separator-h-11/12[platform=android]': { separatorHeight: '91.666667%' }
|
|
4344
|
-
'.separator-h-full[platform=android]': { separatorHeight: '100%' }
|
|
4345
|
-
'.separator-h-screen[platform=android]': { separatorHeight: Ti.UI.FILL }
|
|
4346
4317
|
|
|
4347
4318
|
// Component(s): Ti.UI.Button, Ti.UI.Label - Android Only
|
|
4348
4319
|
// Property(ies): shadowRadius ( with Extra Styles )
|
|
@@ -9189,229 +9160,229 @@
|
|
|
9189
9160
|
|
|
9190
9161
|
// Component(s): Ti.UI.ListView
|
|
9191
9162
|
// Property(ies): separatorColor - iOS Only
|
|
9192
|
-
'.
|
|
9193
|
-
'.
|
|
9194
|
-
'.
|
|
9195
|
-
'.
|
|
9196
|
-
'.
|
|
9197
|
-
'.
|
|
9198
|
-
'.
|
|
9199
|
-
'.
|
|
9200
|
-
'.
|
|
9201
|
-
'.
|
|
9202
|
-
'.
|
|
9203
|
-
'.
|
|
9204
|
-
'.
|
|
9205
|
-
'.
|
|
9206
|
-
'.
|
|
9207
|
-
'.
|
|
9208
|
-
'.
|
|
9209
|
-
'.
|
|
9210
|
-
'.
|
|
9211
|
-
'.
|
|
9212
|
-
'.
|
|
9213
|
-
'.
|
|
9214
|
-
'.
|
|
9215
|
-
'.
|
|
9216
|
-
'.
|
|
9217
|
-
'.
|
|
9218
|
-
'.
|
|
9219
|
-
'.
|
|
9220
|
-
'.
|
|
9221
|
-
'.
|
|
9222
|
-
'.
|
|
9223
|
-
'.
|
|
9224
|
-
'.
|
|
9225
|
-
'.
|
|
9226
|
-
'.
|
|
9227
|
-
'.
|
|
9228
|
-
'.
|
|
9229
|
-
'.
|
|
9230
|
-
'.
|
|
9231
|
-
'.
|
|
9232
|
-
'.
|
|
9233
|
-
'.
|
|
9234
|
-
'.
|
|
9235
|
-
'.
|
|
9236
|
-
'.
|
|
9237
|
-
'.
|
|
9238
|
-
'.
|
|
9239
|
-
'.
|
|
9240
|
-
'.
|
|
9241
|
-
'.
|
|
9242
|
-
'.
|
|
9243
|
-
'.
|
|
9244
|
-
'.
|
|
9245
|
-
'.
|
|
9246
|
-
'.
|
|
9247
|
-
'.
|
|
9248
|
-
'.
|
|
9249
|
-
'.
|
|
9250
|
-
'.
|
|
9251
|
-
'.
|
|
9252
|
-
'.
|
|
9253
|
-
'.
|
|
9254
|
-
'.
|
|
9255
|
-
'.
|
|
9256
|
-
'.
|
|
9257
|
-
'.
|
|
9258
|
-
'.
|
|
9259
|
-
'.
|
|
9260
|
-
'.
|
|
9261
|
-
'.
|
|
9262
|
-
'.
|
|
9263
|
-
'.
|
|
9264
|
-
'.
|
|
9265
|
-
'.
|
|
9266
|
-
'.
|
|
9267
|
-
'.
|
|
9268
|
-
'.
|
|
9269
|
-
'.
|
|
9270
|
-
'.
|
|
9271
|
-
'.
|
|
9272
|
-
'.
|
|
9273
|
-
'.
|
|
9274
|
-
'.
|
|
9275
|
-
'.
|
|
9276
|
-
'.
|
|
9277
|
-
'.
|
|
9278
|
-
'.
|
|
9279
|
-
'.
|
|
9280
|
-
'.
|
|
9281
|
-
'.
|
|
9282
|
-
'.
|
|
9283
|
-
'.
|
|
9284
|
-
'.
|
|
9285
|
-
'.
|
|
9286
|
-
'.
|
|
9287
|
-
'.
|
|
9288
|
-
'.
|
|
9289
|
-
'.
|
|
9290
|
-
'.
|
|
9291
|
-
'.
|
|
9292
|
-
'.
|
|
9293
|
-
'.
|
|
9294
|
-
'.
|
|
9295
|
-
'.
|
|
9296
|
-
'.
|
|
9297
|
-
'.
|
|
9298
|
-
'.
|
|
9299
|
-
'.
|
|
9300
|
-
'.
|
|
9301
|
-
'.
|
|
9302
|
-
'.
|
|
9303
|
-
'.
|
|
9304
|
-
'.
|
|
9305
|
-
'.
|
|
9306
|
-
'.
|
|
9307
|
-
'.
|
|
9308
|
-
'.
|
|
9309
|
-
'.
|
|
9310
|
-
'.
|
|
9311
|
-
'.
|
|
9312
|
-
'.
|
|
9313
|
-
'.
|
|
9314
|
-
'.
|
|
9315
|
-
'.
|
|
9316
|
-
'.
|
|
9317
|
-
'.
|
|
9318
|
-
'.
|
|
9319
|
-
'.
|
|
9320
|
-
'.
|
|
9321
|
-
'.
|
|
9322
|
-
'.
|
|
9323
|
-
'.
|
|
9324
|
-
'.
|
|
9325
|
-
'.
|
|
9326
|
-
'.
|
|
9327
|
-
'.
|
|
9328
|
-
'.
|
|
9329
|
-
'.
|
|
9330
|
-
'.
|
|
9331
|
-
'.
|
|
9332
|
-
'.
|
|
9333
|
-
'.
|
|
9334
|
-
'.
|
|
9335
|
-
'.
|
|
9336
|
-
'.
|
|
9337
|
-
'.
|
|
9338
|
-
'.
|
|
9339
|
-
'.
|
|
9340
|
-
'.
|
|
9341
|
-
'.
|
|
9342
|
-
'.
|
|
9343
|
-
'.
|
|
9344
|
-
'.
|
|
9345
|
-
'.
|
|
9346
|
-
'.
|
|
9347
|
-
'.
|
|
9348
|
-
'.
|
|
9349
|
-
'.
|
|
9350
|
-
'.
|
|
9351
|
-
'.
|
|
9352
|
-
'.
|
|
9353
|
-
'.
|
|
9354
|
-
'.
|
|
9355
|
-
'.
|
|
9356
|
-
'.
|
|
9357
|
-
'.
|
|
9358
|
-
'.
|
|
9359
|
-
'.
|
|
9360
|
-
'.
|
|
9361
|
-
'.
|
|
9362
|
-
'.
|
|
9363
|
-
'.
|
|
9364
|
-
'.
|
|
9365
|
-
'.
|
|
9366
|
-
'.
|
|
9367
|
-
'.
|
|
9368
|
-
'.
|
|
9369
|
-
'.
|
|
9370
|
-
'.
|
|
9371
|
-
'.
|
|
9372
|
-
'.
|
|
9373
|
-
'.
|
|
9374
|
-
'.
|
|
9375
|
-
'.
|
|
9376
|
-
'.
|
|
9377
|
-
'.
|
|
9378
|
-
'.
|
|
9379
|
-
'.
|
|
9380
|
-
'.
|
|
9381
|
-
'.
|
|
9382
|
-
'.
|
|
9383
|
-
'.
|
|
9384
|
-
'.
|
|
9385
|
-
'.
|
|
9386
|
-
'.
|
|
9387
|
-
'.
|
|
9388
|
-
'.
|
|
9389
|
-
'.
|
|
9390
|
-
'.
|
|
9391
|
-
'.
|
|
9392
|
-
'.
|
|
9393
|
-
'.
|
|
9394
|
-
'.
|
|
9395
|
-
'.
|
|
9396
|
-
'.
|
|
9397
|
-
'.
|
|
9398
|
-
'.
|
|
9399
|
-
'.
|
|
9400
|
-
'.
|
|
9401
|
-
'.
|
|
9402
|
-
'.
|
|
9403
|
-
'.
|
|
9404
|
-
'.
|
|
9405
|
-
'.
|
|
9406
|
-
'.
|
|
9407
|
-
'.
|
|
9408
|
-
'.
|
|
9409
|
-
'.
|
|
9410
|
-
'.
|
|
9411
|
-
'.
|
|
9412
|
-
'.
|
|
9413
|
-
'.
|
|
9414
|
-
'.
|
|
9163
|
+
'.separator-transparent[platform=ios]': { separatorColor: 'transparent' }
|
|
9164
|
+
'.separator-black[platform=ios]': { separatorColor: '#000000' }
|
|
9165
|
+
'.separator-white[platform=ios]': { separatorColor: '#ffffff' }
|
|
9166
|
+
'.separator-slate-50[platform=ios]': { separatorColor: '#f8fafc' }
|
|
9167
|
+
'.separator-slate-100[platform=ios]': { separatorColor: '#f1f5f9' }
|
|
9168
|
+
'.separator-slate-200[platform=ios]': { separatorColor: '#e2e8f0' }
|
|
9169
|
+
'.separator-slate-300[platform=ios]': { separatorColor: '#cbd5e1' }
|
|
9170
|
+
'.separator-slate-400[platform=ios]': { separatorColor: '#94a3b8' }
|
|
9171
|
+
'.separator-slate-500[platform=ios]': { separatorColor: '#64748b' }
|
|
9172
|
+
'.separator-slate-600[platform=ios]': { separatorColor: '#475569' }
|
|
9173
|
+
'.separator-slate-700[platform=ios]': { separatorColor: '#334155' }
|
|
9174
|
+
'.separator-slate-800[platform=ios]': { separatorColor: '#1e293b' }
|
|
9175
|
+
'.separator-slate-900[platform=ios]': { separatorColor: '#0f172a' }
|
|
9176
|
+
'.separator-gray-50[platform=ios]': { separatorColor: '#f9fafb' }
|
|
9177
|
+
'.separator-gray-100[platform=ios]': { separatorColor: '#f3f4f6' }
|
|
9178
|
+
'.separator-gray-200[platform=ios]': { separatorColor: '#e5e7eb' }
|
|
9179
|
+
'.separator-gray-300[platform=ios]': { separatorColor: '#d1d5db' }
|
|
9180
|
+
'.separator-gray-400[platform=ios]': { separatorColor: '#9ca3af' }
|
|
9181
|
+
'.separator-gray-500[platform=ios]': { separatorColor: '#6b7280' }
|
|
9182
|
+
'.separator-gray-600[platform=ios]': { separatorColor: '#4b5563' }
|
|
9183
|
+
'.separator-gray-700[platform=ios]': { separatorColor: '#374151' }
|
|
9184
|
+
'.separator-gray-800[platform=ios]': { separatorColor: '#1f2937' }
|
|
9185
|
+
'.separator-gray-900[platform=ios]': { separatorColor: '#111827' }
|
|
9186
|
+
'.separator-zinc-50[platform=ios]': { separatorColor: '#fafafa' }
|
|
9187
|
+
'.separator-zinc-100[platform=ios]': { separatorColor: '#f4f4f5' }
|
|
9188
|
+
'.separator-zinc-200[platform=ios]': { separatorColor: '#e4e4e7' }
|
|
9189
|
+
'.separator-zinc-300[platform=ios]': { separatorColor: '#d4d4d8' }
|
|
9190
|
+
'.separator-zinc-400[platform=ios]': { separatorColor: '#a1a1aa' }
|
|
9191
|
+
'.separator-zinc-500[platform=ios]': { separatorColor: '#71717a' }
|
|
9192
|
+
'.separator-zinc-600[platform=ios]': { separatorColor: '#52525b' }
|
|
9193
|
+
'.separator-zinc-700[platform=ios]': { separatorColor: '#3f3f46' }
|
|
9194
|
+
'.separator-zinc-800[platform=ios]': { separatorColor: '#27272a' }
|
|
9195
|
+
'.separator-zinc-900[platform=ios]': { separatorColor: '#18181b' }
|
|
9196
|
+
'.separator-neutral-50[platform=ios]': { separatorColor: '#fafafa' }
|
|
9197
|
+
'.separator-neutral-100[platform=ios]': { separatorColor: '#f5f5f5' }
|
|
9198
|
+
'.separator-neutral-200[platform=ios]': { separatorColor: '#e5e5e5' }
|
|
9199
|
+
'.separator-neutral-300[platform=ios]': { separatorColor: '#d4d4d4' }
|
|
9200
|
+
'.separator-neutral-400[platform=ios]': { separatorColor: '#a3a3a3' }
|
|
9201
|
+
'.separator-neutral-500[platform=ios]': { separatorColor: '#737373' }
|
|
9202
|
+
'.separator-neutral-600[platform=ios]': { separatorColor: '#525252' }
|
|
9203
|
+
'.separator-neutral-700[platform=ios]': { separatorColor: '#404040' }
|
|
9204
|
+
'.separator-neutral-800[platform=ios]': { separatorColor: '#262626' }
|
|
9205
|
+
'.separator-neutral-900[platform=ios]': { separatorColor: '#171717' }
|
|
9206
|
+
'.separator-stone-50[platform=ios]': { separatorColor: '#fafaf9' }
|
|
9207
|
+
'.separator-stone-100[platform=ios]': { separatorColor: '#f5f5f4' }
|
|
9208
|
+
'.separator-stone-200[platform=ios]': { separatorColor: '#e7e5e4' }
|
|
9209
|
+
'.separator-stone-300[platform=ios]': { separatorColor: '#d6d3d1' }
|
|
9210
|
+
'.separator-stone-400[platform=ios]': { separatorColor: '#a8a29e' }
|
|
9211
|
+
'.separator-stone-500[platform=ios]': { separatorColor: '#78716c' }
|
|
9212
|
+
'.separator-stone-600[platform=ios]': { separatorColor: '#57534e' }
|
|
9213
|
+
'.separator-stone-700[platform=ios]': { separatorColor: '#44403c' }
|
|
9214
|
+
'.separator-stone-800[platform=ios]': { separatorColor: '#292524' }
|
|
9215
|
+
'.separator-stone-900[platform=ios]': { separatorColor: '#1c1917' }
|
|
9216
|
+
'.separator-red-50[platform=ios]': { separatorColor: '#fef2f2' }
|
|
9217
|
+
'.separator-red-100[platform=ios]': { separatorColor: '#fee2e2' }
|
|
9218
|
+
'.separator-red-200[platform=ios]': { separatorColor: '#fecaca' }
|
|
9219
|
+
'.separator-red-300[platform=ios]': { separatorColor: '#fca5a5' }
|
|
9220
|
+
'.separator-red-400[platform=ios]': { separatorColor: '#f87171' }
|
|
9221
|
+
'.separator-red-500[platform=ios]': { separatorColor: '#ef4444' }
|
|
9222
|
+
'.separator-red-600[platform=ios]': { separatorColor: '#dc2626' }
|
|
9223
|
+
'.separator-red-700[platform=ios]': { separatorColor: '#b91c1c' }
|
|
9224
|
+
'.separator-red-800[platform=ios]': { separatorColor: '#991b1b' }
|
|
9225
|
+
'.separator-red-900[platform=ios]': { separatorColor: '#7f1d1d' }
|
|
9226
|
+
'.separator-orange-50[platform=ios]': { separatorColor: '#fff7ed' }
|
|
9227
|
+
'.separator-orange-100[platform=ios]': { separatorColor: '#ffedd5' }
|
|
9228
|
+
'.separator-orange-200[platform=ios]': { separatorColor: '#fed7aa' }
|
|
9229
|
+
'.separator-orange-300[platform=ios]': { separatorColor: '#fdba74' }
|
|
9230
|
+
'.separator-orange-400[platform=ios]': { separatorColor: '#fb923c' }
|
|
9231
|
+
'.separator-orange-500[platform=ios]': { separatorColor: '#f97316' }
|
|
9232
|
+
'.separator-orange-600[platform=ios]': { separatorColor: '#ea580c' }
|
|
9233
|
+
'.separator-orange-700[platform=ios]': { separatorColor: '#c2410c' }
|
|
9234
|
+
'.separator-orange-800[platform=ios]': { separatorColor: '#9a3412' }
|
|
9235
|
+
'.separator-orange-900[platform=ios]': { separatorColor: '#7c2d12' }
|
|
9236
|
+
'.separator-amber-50[platform=ios]': { separatorColor: '#fffbeb' }
|
|
9237
|
+
'.separator-amber-100[platform=ios]': { separatorColor: '#fef3c7' }
|
|
9238
|
+
'.separator-amber-200[platform=ios]': { separatorColor: '#fde68a' }
|
|
9239
|
+
'.separator-amber-300[platform=ios]': { separatorColor: '#fcd34d' }
|
|
9240
|
+
'.separator-amber-400[platform=ios]': { separatorColor: '#fbbf24' }
|
|
9241
|
+
'.separator-amber-500[platform=ios]': { separatorColor: '#f59e0b' }
|
|
9242
|
+
'.separator-amber-600[platform=ios]': { separatorColor: '#d97706' }
|
|
9243
|
+
'.separator-amber-700[platform=ios]': { separatorColor: '#b45309' }
|
|
9244
|
+
'.separator-amber-800[platform=ios]': { separatorColor: '#92400e' }
|
|
9245
|
+
'.separator-amber-900[platform=ios]': { separatorColor: '#78350f' }
|
|
9246
|
+
'.separator-yellow-50[platform=ios]': { separatorColor: '#fefce8' }
|
|
9247
|
+
'.separator-yellow-100[platform=ios]': { separatorColor: '#fef9c3' }
|
|
9248
|
+
'.separator-yellow-200[platform=ios]': { separatorColor: '#fef08a' }
|
|
9249
|
+
'.separator-yellow-300[platform=ios]': { separatorColor: '#fde047' }
|
|
9250
|
+
'.separator-yellow-400[platform=ios]': { separatorColor: '#facc15' }
|
|
9251
|
+
'.separator-yellow-500[platform=ios]': { separatorColor: '#eab308' }
|
|
9252
|
+
'.separator-yellow-600[platform=ios]': { separatorColor: '#ca8a04' }
|
|
9253
|
+
'.separator-yellow-700[platform=ios]': { separatorColor: '#a16207' }
|
|
9254
|
+
'.separator-yellow-800[platform=ios]': { separatorColor: '#854d0e' }
|
|
9255
|
+
'.separator-yellow-900[platform=ios]': { separatorColor: '#713f12' }
|
|
9256
|
+
'.separator-lime-50[platform=ios]': { separatorColor: '#f7fee7' }
|
|
9257
|
+
'.separator-lime-100[platform=ios]': { separatorColor: '#ecfccb' }
|
|
9258
|
+
'.separator-lime-200[platform=ios]': { separatorColor: '#d9f99d' }
|
|
9259
|
+
'.separator-lime-300[platform=ios]': { separatorColor: '#bef264' }
|
|
9260
|
+
'.separator-lime-400[platform=ios]': { separatorColor: '#a3e635' }
|
|
9261
|
+
'.separator-lime-500[platform=ios]': { separatorColor: '#84cc16' }
|
|
9262
|
+
'.separator-lime-600[platform=ios]': { separatorColor: '#65a30d' }
|
|
9263
|
+
'.separator-lime-700[platform=ios]': { separatorColor: '#4d7c0f' }
|
|
9264
|
+
'.separator-lime-800[platform=ios]': { separatorColor: '#3f6212' }
|
|
9265
|
+
'.separator-lime-900[platform=ios]': { separatorColor: '#365314' }
|
|
9266
|
+
'.separator-green-50[platform=ios]': { separatorColor: '#f0fdf4' }
|
|
9267
|
+
'.separator-green-100[platform=ios]': { separatorColor: '#dcfce7' }
|
|
9268
|
+
'.separator-green-200[platform=ios]': { separatorColor: '#bbf7d0' }
|
|
9269
|
+
'.separator-green-300[platform=ios]': { separatorColor: '#86efac' }
|
|
9270
|
+
'.separator-green-400[platform=ios]': { separatorColor: '#4ade80' }
|
|
9271
|
+
'.separator-green-500[platform=ios]': { separatorColor: '#22c55e' }
|
|
9272
|
+
'.separator-green-600[platform=ios]': { separatorColor: '#16a34a' }
|
|
9273
|
+
'.separator-green-700[platform=ios]': { separatorColor: '#15803d' }
|
|
9274
|
+
'.separator-green-800[platform=ios]': { separatorColor: '#166534' }
|
|
9275
|
+
'.separator-green-900[platform=ios]': { separatorColor: '#14532d' }
|
|
9276
|
+
'.separator-emerald-50[platform=ios]': { separatorColor: '#ecfdf5' }
|
|
9277
|
+
'.separator-emerald-100[platform=ios]': { separatorColor: '#d1fae5' }
|
|
9278
|
+
'.separator-emerald-200[platform=ios]': { separatorColor: '#a7f3d0' }
|
|
9279
|
+
'.separator-emerald-300[platform=ios]': { separatorColor: '#6ee7b7' }
|
|
9280
|
+
'.separator-emerald-400[platform=ios]': { separatorColor: '#34d399' }
|
|
9281
|
+
'.separator-emerald-500[platform=ios]': { separatorColor: '#10b981' }
|
|
9282
|
+
'.separator-emerald-600[platform=ios]': { separatorColor: '#059669' }
|
|
9283
|
+
'.separator-emerald-700[platform=ios]': { separatorColor: '#047857' }
|
|
9284
|
+
'.separator-emerald-800[platform=ios]': { separatorColor: '#065f46' }
|
|
9285
|
+
'.separator-emerald-900[platform=ios]': { separatorColor: '#064e3b' }
|
|
9286
|
+
'.separator-teal-50[platform=ios]': { separatorColor: '#f0fdfa' }
|
|
9287
|
+
'.separator-teal-100[platform=ios]': { separatorColor: '#ccfbf1' }
|
|
9288
|
+
'.separator-teal-200[platform=ios]': { separatorColor: '#99f6e4' }
|
|
9289
|
+
'.separator-teal-300[platform=ios]': { separatorColor: '#5eead4' }
|
|
9290
|
+
'.separator-teal-400[platform=ios]': { separatorColor: '#2dd4bf' }
|
|
9291
|
+
'.separator-teal-500[platform=ios]': { separatorColor: '#14b8a6' }
|
|
9292
|
+
'.separator-teal-600[platform=ios]': { separatorColor: '#0d9488' }
|
|
9293
|
+
'.separator-teal-700[platform=ios]': { separatorColor: '#0f766e' }
|
|
9294
|
+
'.separator-teal-800[platform=ios]': { separatorColor: '#115e59' }
|
|
9295
|
+
'.separator-teal-900[platform=ios]': { separatorColor: '#134e4a' }
|
|
9296
|
+
'.separator-cyan-50[platform=ios]': { separatorColor: '#ecfeff' }
|
|
9297
|
+
'.separator-cyan-100[platform=ios]': { separatorColor: '#cffafe' }
|
|
9298
|
+
'.separator-cyan-200[platform=ios]': { separatorColor: '#a5f3fc' }
|
|
9299
|
+
'.separator-cyan-300[platform=ios]': { separatorColor: '#67e8f9' }
|
|
9300
|
+
'.separator-cyan-400[platform=ios]': { separatorColor: '#22d3ee' }
|
|
9301
|
+
'.separator-cyan-500[platform=ios]': { separatorColor: '#06b6d4' }
|
|
9302
|
+
'.separator-cyan-600[platform=ios]': { separatorColor: '#0891b2' }
|
|
9303
|
+
'.separator-cyan-700[platform=ios]': { separatorColor: '#0e7490' }
|
|
9304
|
+
'.separator-cyan-800[platform=ios]': { separatorColor: '#155e75' }
|
|
9305
|
+
'.separator-cyan-900[platform=ios]': { separatorColor: '#164e63' }
|
|
9306
|
+
'.separator-sky-50[platform=ios]': { separatorColor: '#f0f9ff' }
|
|
9307
|
+
'.separator-sky-100[platform=ios]': { separatorColor: '#e0f2fe' }
|
|
9308
|
+
'.separator-sky-200[platform=ios]': { separatorColor: '#bae6fd' }
|
|
9309
|
+
'.separator-sky-300[platform=ios]': { separatorColor: '#7dd3fc' }
|
|
9310
|
+
'.separator-sky-400[platform=ios]': { separatorColor: '#38bdf8' }
|
|
9311
|
+
'.separator-sky-500[platform=ios]': { separatorColor: '#0ea5e9' }
|
|
9312
|
+
'.separator-sky-600[platform=ios]': { separatorColor: '#0284c7' }
|
|
9313
|
+
'.separator-sky-700[platform=ios]': { separatorColor: '#0369a1' }
|
|
9314
|
+
'.separator-sky-800[platform=ios]': { separatorColor: '#075985' }
|
|
9315
|
+
'.separator-sky-900[platform=ios]': { separatorColor: '#0c4a6e' }
|
|
9316
|
+
'.separator-blue-50[platform=ios]': { separatorColor: '#eff6ff' }
|
|
9317
|
+
'.separator-blue-100[platform=ios]': { separatorColor: '#dbeafe' }
|
|
9318
|
+
'.separator-blue-200[platform=ios]': { separatorColor: '#bfdbfe' }
|
|
9319
|
+
'.separator-blue-300[platform=ios]': { separatorColor: '#93c5fd' }
|
|
9320
|
+
'.separator-blue-400[platform=ios]': { separatorColor: '#60a5fa' }
|
|
9321
|
+
'.separator-blue-500[platform=ios]': { separatorColor: '#3b82f6' }
|
|
9322
|
+
'.separator-blue-600[platform=ios]': { separatorColor: '#2563eb' }
|
|
9323
|
+
'.separator-blue-700[platform=ios]': { separatorColor: '#1d4ed8' }
|
|
9324
|
+
'.separator-blue-800[platform=ios]': { separatorColor: '#1e40af' }
|
|
9325
|
+
'.separator-blue-900[platform=ios]': { separatorColor: '#1e3a8a' }
|
|
9326
|
+
'.separator-indigo-50[platform=ios]': { separatorColor: '#eef2ff' }
|
|
9327
|
+
'.separator-indigo-100[platform=ios]': { separatorColor: '#e0e7ff' }
|
|
9328
|
+
'.separator-indigo-200[platform=ios]': { separatorColor: '#c7d2fe' }
|
|
9329
|
+
'.separator-indigo-300[platform=ios]': { separatorColor: '#a5b4fc' }
|
|
9330
|
+
'.separator-indigo-400[platform=ios]': { separatorColor: '#818cf8' }
|
|
9331
|
+
'.separator-indigo-500[platform=ios]': { separatorColor: '#6366f1' }
|
|
9332
|
+
'.separator-indigo-600[platform=ios]': { separatorColor: '#4f46e5' }
|
|
9333
|
+
'.separator-indigo-700[platform=ios]': { separatorColor: '#4338ca' }
|
|
9334
|
+
'.separator-indigo-800[platform=ios]': { separatorColor: '#3730a3' }
|
|
9335
|
+
'.separator-indigo-900[platform=ios]': { separatorColor: '#312e81' }
|
|
9336
|
+
'.separator-violet-50[platform=ios]': { separatorColor: '#f5f3ff' }
|
|
9337
|
+
'.separator-violet-100[platform=ios]': { separatorColor: '#ede9fe' }
|
|
9338
|
+
'.separator-violet-200[platform=ios]': { separatorColor: '#ddd6fe' }
|
|
9339
|
+
'.separator-violet-300[platform=ios]': { separatorColor: '#c4b5fd' }
|
|
9340
|
+
'.separator-violet-400[platform=ios]': { separatorColor: '#a78bfa' }
|
|
9341
|
+
'.separator-violet-500[platform=ios]': { separatorColor: '#8b5cf6' }
|
|
9342
|
+
'.separator-violet-600[platform=ios]': { separatorColor: '#7c3aed' }
|
|
9343
|
+
'.separator-violet-700[platform=ios]': { separatorColor: '#6d28d9' }
|
|
9344
|
+
'.separator-violet-800[platform=ios]': { separatorColor: '#5b21b6' }
|
|
9345
|
+
'.separator-violet-900[platform=ios]': { separatorColor: '#4c1d95' }
|
|
9346
|
+
'.separator-purple-50[platform=ios]': { separatorColor: '#faf5ff' }
|
|
9347
|
+
'.separator-purple-100[platform=ios]': { separatorColor: '#f3e8ff' }
|
|
9348
|
+
'.separator-purple-200[platform=ios]': { separatorColor: '#e9d5ff' }
|
|
9349
|
+
'.separator-purple-300[platform=ios]': { separatorColor: '#d8b4fe' }
|
|
9350
|
+
'.separator-purple-400[platform=ios]': { separatorColor: '#c084fc' }
|
|
9351
|
+
'.separator-purple-500[platform=ios]': { separatorColor: '#a855f7' }
|
|
9352
|
+
'.separator-purple-600[platform=ios]': { separatorColor: '#9333ea' }
|
|
9353
|
+
'.separator-purple-700[platform=ios]': { separatorColor: '#7e22ce' }
|
|
9354
|
+
'.separator-purple-800[platform=ios]': { separatorColor: '#6b21a8' }
|
|
9355
|
+
'.separator-purple-900[platform=ios]': { separatorColor: '#581c87' }
|
|
9356
|
+
'.separator-fuchsia-50[platform=ios]': { separatorColor: '#fdf4ff' }
|
|
9357
|
+
'.separator-fuchsia-100[platform=ios]': { separatorColor: '#fae8ff' }
|
|
9358
|
+
'.separator-fuchsia-200[platform=ios]': { separatorColor: '#f5d0fe' }
|
|
9359
|
+
'.separator-fuchsia-300[platform=ios]': { separatorColor: '#f0abfc' }
|
|
9360
|
+
'.separator-fuchsia-400[platform=ios]': { separatorColor: '#e879f9' }
|
|
9361
|
+
'.separator-fuchsia-500[platform=ios]': { separatorColor: '#d946ef' }
|
|
9362
|
+
'.separator-fuchsia-600[platform=ios]': { separatorColor: '#c026d3' }
|
|
9363
|
+
'.separator-fuchsia-700[platform=ios]': { separatorColor: '#a21caf' }
|
|
9364
|
+
'.separator-fuchsia-800[platform=ios]': { separatorColor: '#86198f' }
|
|
9365
|
+
'.separator-fuchsia-900[platform=ios]': { separatorColor: '#701a75' }
|
|
9366
|
+
'.separator-pink-50[platform=ios]': { separatorColor: '#fdf2f8' }
|
|
9367
|
+
'.separator-pink-100[platform=ios]': { separatorColor: '#fce7f3' }
|
|
9368
|
+
'.separator-pink-200[platform=ios]': { separatorColor: '#fbcfe8' }
|
|
9369
|
+
'.separator-pink-300[platform=ios]': { separatorColor: '#f9a8d4' }
|
|
9370
|
+
'.separator-pink-400[platform=ios]': { separatorColor: '#f472b6' }
|
|
9371
|
+
'.separator-pink-500[platform=ios]': { separatorColor: '#ec4899' }
|
|
9372
|
+
'.separator-pink-600[platform=ios]': { separatorColor: '#db2777' }
|
|
9373
|
+
'.separator-pink-700[platform=ios]': { separatorColor: '#be185d' }
|
|
9374
|
+
'.separator-pink-800[platform=ios]': { separatorColor: '#9d174d' }
|
|
9375
|
+
'.separator-pink-900[platform=ios]': { separatorColor: '#831843' }
|
|
9376
|
+
'.separator-rose-50[platform=ios]': { separatorColor: '#fff1f2' }
|
|
9377
|
+
'.separator-rose-100[platform=ios]': { separatorColor: '#ffe4e6' }
|
|
9378
|
+
'.separator-rose-200[platform=ios]': { separatorColor: '#fecdd3' }
|
|
9379
|
+
'.separator-rose-300[platform=ios]': { separatorColor: '#fda4af' }
|
|
9380
|
+
'.separator-rose-400[platform=ios]': { separatorColor: '#fb7185' }
|
|
9381
|
+
'.separator-rose-500[platform=ios]': { separatorColor: '#f43f5e' }
|
|
9382
|
+
'.separator-rose-600[platform=ios]': { separatorColor: '#e11d48' }
|
|
9383
|
+
'.separator-rose-700[platform=ios]': { separatorColor: '#be123c' }
|
|
9384
|
+
'.separator-rose-800[platform=ios]': { separatorColor: '#9f1239' }
|
|
9385
|
+
'.separator-rose-900[platform=ios]': { separatorColor: '#881337' }
|
|
9415
9386
|
|
|
9416
9387
|
// Component(s): Ti.UI.TabGroup
|
|
9417
9388
|
// Property(ies): tabsBackgroundColor
|
package/docs/whats-new/v5.2.1.md
CHANGED
|
@@ -91,7 +91,7 @@ module.exports = {
|
|
|
91
91
|
};
|
|
92
92
|
```
|
|
93
93
|
|
|
94
|
-
If you
|
|
94
|
+
If you set the `widgets` option to true, you'll also get a list of missing classes in `widgets`.
|
|
95
95
|
|
|
96
96
|
```css
|
|
97
97
|
// Main styles
|
|
@@ -112,7 +112,7 @@ We've created a new `definitions.css` file, that includes ALL the classes from `
|
|
|
112
112
|
|
|
113
113
|
### “IntelliSense for CSS class names in HTML” VSCode extension
|
|
114
114
|
|
|
115
|
-
<img src="
|
|
115
|
+
<img src="https://raw.githubusercontent.com/macCesar/purgeTSS/master/assets/images/class-completion.gif" alt="Class Completion using IntelliSense for CSS class names in HTML">
|
|
116
116
|
|
|
117
117
|
If you use **[Visual Studio Code](https://code.visualstudio.com)**, we recommend you to install the **[IntelliSense for CSS class names in HTML](https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion)** extension.
|
|
118
118
|
|
|
@@ -122,8 +122,10 @@ After installing the extension, add the following lines to your `.vscode/setting
|
|
|
122
122
|
|
|
123
123
|
Mainly, you'll need to add the `xml` language to the `"HTMLLanguages"` setting and exclude any `css/html` files from the caching process by pointing `"excludeGlobPattern"` to the `./purgetss/fonts/` folder.
|
|
124
124
|
|
|
125
|
+
VS Code `settings.json`:
|
|
126
|
+
|
|
125
127
|
```json
|
|
126
|
-
|
|
128
|
+
|
|
127
129
|
{
|
|
128
130
|
"html-css-class-completion.HTMLLanguages": [
|
|
129
131
|
"html",
|
|
@@ -503,17 +505,18 @@ We've added most of the properties for TableView and ListView objects.
|
|
|
503
505
|
```css
|
|
504
506
|
// Component(s): Ti.UI.ListView
|
|
505
507
|
// Property(ies): separatorColor - iOS Only
|
|
506
|
-
'.
|
|
507
|
-
'.
|
|
508
|
-
'.
|
|
509
|
-
'.
|
|
510
|
-
'.
|
|
508
|
+
'.separator-transparent[platform=ios]': { separatorColor: 'transparent' }
|
|
509
|
+
'.separator-black[platform=ios]': { separatorColor: '#000000' }
|
|
510
|
+
'.separator-white[platform=ios]': { separatorColor: '#ffffff' }
|
|
511
|
+
'.separator-slate-50[platform=ios]': { separatorColor: '#f8fafc' }
|
|
512
|
+
'.separator-slate-100[platform=ios]': { separatorColor: '#f1f5f9' }
|
|
513
|
+
// ...
|
|
511
514
|
```
|
|
512
515
|
|
|
513
516
|
### separatorHeight
|
|
514
517
|
```css
|
|
515
518
|
// Component(s): Ti.UI.ListView
|
|
516
|
-
// Property(ies): separatorHeight - Android Only
|
|
519
|
+
// Property(ies): separatorHeight - Android Only
|
|
517
520
|
'.separator-h-0[platform=android]': { separatorHeight: 0 }
|
|
518
521
|
'.separator-h-1[platform=android]': { separatorHeight: 4 }
|
|
519
522
|
'.separator-h-2[platform=android]': { separatorHeight: 8 }
|
|
@@ -549,35 +552,6 @@ We've added most of the properties for TableView and ListView objects.
|
|
|
549
552
|
'.separator-h-1.5[platform=android]': { separatorHeight: 6 }
|
|
550
553
|
'.separator-h-2.5[platform=android]': { separatorHeight: 10 }
|
|
551
554
|
'.separator-h-3.5[platform=android]': { separatorHeight: 14 }
|
|
552
|
-
'.separator-h-auto[platform=android]': { separatorHeight: Ti.UI.SIZE }
|
|
553
|
-
'.separator-h-1/2[platform=android]': { separatorHeight: '50%' }
|
|
554
|
-
'.separator-h-1/3[platform=android]': { separatorHeight: '33.333334%' }
|
|
555
|
-
'.separator-h-2/3[platform=android]': { separatorHeight: '66.666667%' }
|
|
556
|
-
'.separator-h-1/4[platform=android]': { separatorHeight: '25%' }
|
|
557
|
-
'.separator-h-2/4[platform=android]': { separatorHeight: '50%' }
|
|
558
|
-
'.separator-h-3/4[platform=android]': { separatorHeight: '75%' }
|
|
559
|
-
'.separator-h-1/5[platform=android]': { separatorHeight: '20%' }
|
|
560
|
-
'.separator-h-2/5[platform=android]': { separatorHeight: '40%' }
|
|
561
|
-
'.separator-h-3/5[platform=android]': { separatorHeight: '60%' }
|
|
562
|
-
'.separator-h-4/5[platform=android]': { separatorHeight: '80%' }
|
|
563
|
-
'.separator-h-1/6[platform=android]': { separatorHeight: '16.666667%' }
|
|
564
|
-
'.separator-h-2/6[platform=android]': { separatorHeight: '33.333334%' }
|
|
565
|
-
'.separator-h-3/6[platform=android]': { separatorHeight: '50%' }
|
|
566
|
-
'.separator-h-4/6[platform=android]': { separatorHeight: '66.666667%' }
|
|
567
|
-
'.separator-h-5/6[platform=android]': { separatorHeight: '83.333334%' }
|
|
568
|
-
'.separator-h-1/12[platform=android]': { separatorHeight: '8.333334%' }
|
|
569
|
-
'.separator-h-2/12[platform=android]': { separatorHeight: '16.666667%' }
|
|
570
|
-
'.separator-h-3/12[platform=android]': { separatorHeight: '25%' }
|
|
571
|
-
'.separator-h-4/12[platform=android]': { separatorHeight: '33.333334%' }
|
|
572
|
-
'.separator-h-5/12[platform=android]': { separatorHeight: '41.666667%' }
|
|
573
|
-
'.separator-h-6/12[platform=android]': { separatorHeight: '50%' }
|
|
574
|
-
'.separator-h-7/12[platform=android]': { separatorHeight: '58.333334%' }
|
|
575
|
-
'.separator-h-8/12[platform=android]': { separatorHeight: '66.666667%' }
|
|
576
|
-
'.separator-h-9/12[platform=android]': { separatorHeight: '75%' }
|
|
577
|
-
'.separator-h-10/12[platform=android]': { separatorHeight: '83.333334%' }
|
|
578
|
-
'.separator-h-11/12[platform=android]': { separatorHeight: '91.666667%' }
|
|
579
|
-
'.separator-h-full[platform=android]': { separatorHeight: '100%' }
|
|
580
|
-
'.separator-h-screen[platform=android]': { separatorHeight: Ti.UI.FILL }
|
|
581
555
|
```
|
|
582
556
|
|
|
583
557
|
### showSelectionCheck
|
package/lib/helpers.js
CHANGED
|
@@ -1519,8 +1519,14 @@ function resultsSeparatorColor(modifiersAndValues) {
|
|
|
1519
1519
|
exports.resultsSeparatorColor = resultsSeparatorColor;
|
|
1520
1520
|
|
|
1521
1521
|
function separatorHeight(modifiersAndValues) {
|
|
1522
|
+
modifiersAndValues = removeFractions(modifiersAndValues);
|
|
1523
|
+
|
|
1524
|
+
delete modifiersAndValues.full;
|
|
1525
|
+
delete modifiersAndValues.auto;
|
|
1526
|
+
delete modifiersAndValues.screen;
|
|
1527
|
+
|
|
1522
1528
|
return processProperties2({
|
|
1523
|
-
'prop': 'separatorHeight - Android Only
|
|
1529
|
+
'prop': 'separatorHeight - Android Only',
|
|
1524
1530
|
'component': 'Ti.UI.ListView'
|
|
1525
1531
|
}, {
|
|
1526
1532
|
'separator-h-': '{ separatorHeight: {value} }'
|
|
@@ -1535,7 +1541,7 @@ function separatorColor(modifiersAndValues) {
|
|
|
1535
1541
|
'prop': 'separatorColor - iOS Only',
|
|
1536
1542
|
'component': 'Ti.UI.ListView'
|
|
1537
1543
|
}, {
|
|
1538
|
-
'separator': '{ separatorColor: {value} }'
|
|
1544
|
+
'separator-': '{ separatorColor: {value} }'
|
|
1539
1545
|
}, {
|
|
1540
1546
|
'ios': modifiersAndValues
|
|
1541
1547
|
});
|
package/package.json
CHANGED