purgetss 3.1.7 → 3.2.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/tailwind.tss +786 -689
- package/docs/whats-new/v3.1.7.md +17 -0
- package/docs/whats-new/v3.2.0.md +161 -0
- package/index.js +13 -3
- package/lib/build-tailwind.js +4 -0
- package/lib/helpers.js +125 -34
- package/package.json +1 -1
package/dist/tailwind.tss
CHANGED
|
@@ -1331,236 +1331,236 @@
|
|
|
1331
1331
|
'.bar-title-transparent[platform=ios]': { titleAttributes: { color: 'transparent' } }
|
|
1332
1332
|
'.bar-title-black[platform=ios]': { titleAttributes: { color: '#000000' } }
|
|
1333
1333
|
'.bar-title-white[platform=ios]': { titleAttributes: { color: '#ffffff' } }
|
|
1334
|
-
'.bar-title-slate-50[platform=ios]': { titleAttributes: { color: '#f8fafc' } }
|
|
1335
|
-
'.bar-title-slate-100[platform=ios]': { titleAttributes: { color: '#f1f5f9' } }
|
|
1336
|
-
'.bar-title-slate-200[platform=ios]': { titleAttributes: { color: '#e2e8f0' } }
|
|
1337
|
-
'.bar-title-slate-300[platform=ios]': { titleAttributes: { color: '#cbd5e1' } }
|
|
1338
|
-
'.bar-title-slate-400[platform=ios]': { titleAttributes: { color: '#94a3b8' } }
|
|
1339
|
-
'.bar-title-slate-500[platform=ios]': { titleAttributes: { color: '#64748b' } }
|
|
1340
|
-
'.bar-title-slate-600[platform=ios]': { titleAttributes: { color: '#475569' } }
|
|
1341
|
-
'.bar-title-slate-700[platform=ios]': { titleAttributes: { color: '#334155' } }
|
|
1342
|
-
'.bar-title-slate-800[platform=ios]': { titleAttributes: { color: '#1e293b' } }
|
|
1343
|
-
'.bar-title-slate-900[platform=ios]': { titleAttributes: { color: '#0f172a' } }
|
|
1344
|
-
'.bar-title-gray-50[platform=ios]': { titleAttributes: { color: '#f9fafb' } }
|
|
1345
|
-
'.bar-title-gray-100[platform=ios]': { titleAttributes: { color: '#f3f4f6' } }
|
|
1346
|
-
'.bar-title-gray-200[platform=ios]': { titleAttributes: { color: '#e5e7eb' } }
|
|
1347
|
-
'.bar-title-gray-300[platform=ios]': { titleAttributes: { color: '#d1d5db' } }
|
|
1348
|
-
'.bar-title-gray-400[platform=ios]': { titleAttributes: { color: '#9ca3af' } }
|
|
1349
|
-
'.bar-title-gray-500[platform=ios]': { titleAttributes: { color: '#6b7280' } }
|
|
1350
|
-
'.bar-title-gray-600[platform=ios]': { titleAttributes: { color: '#4b5563' } }
|
|
1351
|
-
'.bar-title-gray-700[platform=ios]': { titleAttributes: { color: '#374151' } }
|
|
1352
|
-
'.bar-title-gray-800[platform=ios]': { titleAttributes: { color: '#1f2937' } }
|
|
1353
|
-
'.bar-title-gray-900[platform=ios]': { titleAttributes: { color: '#111827' } }
|
|
1354
|
-
'.bar-title-zinc-50[platform=ios]': { titleAttributes: { color: '#fafafa' } }
|
|
1355
|
-
'.bar-title-zinc-100[platform=ios]': { titleAttributes: { color: '#f4f4f5' } }
|
|
1356
|
-
'.bar-title-zinc-200[platform=ios]': { titleAttributes: { color: '#e4e4e7' } }
|
|
1357
|
-
'.bar-title-zinc-300[platform=ios]': { titleAttributes: { color: '#d4d4d8' } }
|
|
1358
|
-
'.bar-title-zinc-400[platform=ios]': { titleAttributes: { color: '#a1a1aa' } }
|
|
1359
|
-
'.bar-title-zinc-500[platform=ios]': { titleAttributes: { color: '#71717a' } }
|
|
1360
|
-
'.bar-title-zinc-600[platform=ios]': { titleAttributes: { color: '#52525b' } }
|
|
1361
|
-
'.bar-title-zinc-700[platform=ios]': { titleAttributes: { color: '#3f3f46' } }
|
|
1362
|
-
'.bar-title-zinc-800[platform=ios]': { titleAttributes: { color: '#27272a' } }
|
|
1363
|
-
'.bar-title-zinc-900[platform=ios]': { titleAttributes: { color: '#18181b' } }
|
|
1364
|
-
'.bar-title-neutral-50[platform=ios]': { titleAttributes: { color: '#fafafa' } }
|
|
1365
|
-
'.bar-title-neutral-100[platform=ios]': { titleAttributes: { color: '#f5f5f5' } }
|
|
1366
|
-
'.bar-title-neutral-200[platform=ios]': { titleAttributes: { color: '#e5e5e5' } }
|
|
1367
|
-
'.bar-title-neutral-300[platform=ios]': { titleAttributes: { color: '#d4d4d4' } }
|
|
1368
|
-
'.bar-title-neutral-400[platform=ios]': { titleAttributes: { color: '#a3a3a3' } }
|
|
1369
|
-
'.bar-title-neutral-500[platform=ios]': { titleAttributes: { color: '#737373' } }
|
|
1370
|
-
'.bar-title-neutral-600[platform=ios]': { titleAttributes: { color: '#525252' } }
|
|
1371
|
-
'.bar-title-neutral-700[platform=ios]': { titleAttributes: { color: '#404040' } }
|
|
1372
|
-
'.bar-title-neutral-800[platform=ios]': { titleAttributes: { color: '#262626' } }
|
|
1373
|
-
'.bar-title-neutral-900[platform=ios]': { titleAttributes: { color: '#171717' } }
|
|
1374
|
-
'.bar-title-stone-50[platform=ios]': { titleAttributes: { color: '#fafaf9' } }
|
|
1375
|
-
'.bar-title-stone-100[platform=ios]': { titleAttributes: { color: '#f5f5f4' } }
|
|
1376
|
-
'.bar-title-stone-200[platform=ios]': { titleAttributes: { color: '#e7e5e4' } }
|
|
1377
|
-
'.bar-title-stone-300[platform=ios]': { titleAttributes: { color: '#d6d3d1' } }
|
|
1378
|
-
'.bar-title-stone-400[platform=ios]': { titleAttributes: { color: '#a8a29e' } }
|
|
1379
|
-
'.bar-title-stone-500[platform=ios]': { titleAttributes: { color: '#78716c' } }
|
|
1380
|
-
'.bar-title-stone-600[platform=ios]': { titleAttributes: { color: '#57534e' } }
|
|
1381
|
-
'.bar-title-stone-700[platform=ios]': { titleAttributes: { color: '#44403c' } }
|
|
1382
|
-
'.bar-title-stone-800[platform=ios]': { titleAttributes: { color: '#292524' } }
|
|
1383
|
-
'.bar-title-stone-900[platform=ios]': { titleAttributes: { color: '#1c1917' } }
|
|
1384
|
-
'.bar-title-red-50[platform=ios]': { titleAttributes: { color: '#fef2f2' } }
|
|
1385
|
-
'.bar-title-red-100[platform=ios]': { titleAttributes: { color: '#fee2e2' } }
|
|
1386
|
-
'.bar-title-red-200[platform=ios]': { titleAttributes: { color: '#fecaca' } }
|
|
1387
|
-
'.bar-title-red-300[platform=ios]': { titleAttributes: { color: '#fca5a5' } }
|
|
1388
|
-
'.bar-title-red-400[platform=ios]': { titleAttributes: { color: '#f87171' } }
|
|
1389
|
-
'.bar-title-red-500[platform=ios]': { titleAttributes: { color: '#ef4444' } }
|
|
1390
|
-
'.bar-title-red-600[platform=ios]': { titleAttributes: { color: '#dc2626' } }
|
|
1391
|
-
'.bar-title-red-700[platform=ios]': { titleAttributes: { color: '#b91c1c' } }
|
|
1392
|
-
'.bar-title-red-800[platform=ios]': { titleAttributes: { color: '#991b1b' } }
|
|
1393
|
-
'.bar-title-red-900[platform=ios]': { titleAttributes: { color: '#7f1d1d' } }
|
|
1394
|
-
'.bar-title-orange-50[platform=ios]': { titleAttributes: { color: '#fff7ed' } }
|
|
1395
|
-
'.bar-title-orange-100[platform=ios]': { titleAttributes: { color: '#ffedd5' } }
|
|
1396
|
-
'.bar-title-orange-200[platform=ios]': { titleAttributes: { color: '#fed7aa' } }
|
|
1397
|
-
'.bar-title-orange-300[platform=ios]': { titleAttributes: { color: '#fdba74' } }
|
|
1398
|
-
'.bar-title-orange-400[platform=ios]': { titleAttributes: { color: '#fb923c' } }
|
|
1399
|
-
'.bar-title-orange-500[platform=ios]': { titleAttributes: { color: '#f97316' } }
|
|
1400
|
-
'.bar-title-orange-600[platform=ios]': { titleAttributes: { color: '#ea580c' } }
|
|
1401
|
-
'.bar-title-orange-700[platform=ios]': { titleAttributes: { color: '#c2410c' } }
|
|
1402
|
-
'.bar-title-orange-800[platform=ios]': { titleAttributes: { color: '#9a3412' } }
|
|
1403
|
-
'.bar-title-orange-900[platform=ios]': { titleAttributes: { color: '#7c2d12' } }
|
|
1404
|
-
'.bar-title-amber-50[platform=ios]': { titleAttributes: { color: '#fffbeb' } }
|
|
1405
|
-
'.bar-title-amber-100[platform=ios]': { titleAttributes: { color: '#fef3c7' } }
|
|
1406
|
-
'.bar-title-amber-200[platform=ios]': { titleAttributes: { color: '#fde68a' } }
|
|
1407
|
-
'.bar-title-amber-300[platform=ios]': { titleAttributes: { color: '#fcd34d' } }
|
|
1408
|
-
'.bar-title-amber-400[platform=ios]': { titleAttributes: { color: '#fbbf24' } }
|
|
1409
|
-
'.bar-title-amber-500[platform=ios]': { titleAttributes: { color: '#f59e0b' } }
|
|
1410
|
-
'.bar-title-amber-600[platform=ios]': { titleAttributes: { color: '#d97706' } }
|
|
1411
|
-
'.bar-title-amber-700[platform=ios]': { titleAttributes: { color: '#b45309' } }
|
|
1412
|
-
'.bar-title-amber-800[platform=ios]': { titleAttributes: { color: '#92400e' } }
|
|
1413
|
-
'.bar-title-amber-900[platform=ios]': { titleAttributes: { color: '#78350f' } }
|
|
1414
|
-
'.bar-title-yellow-50[platform=ios]': { titleAttributes: { color: '#fefce8' } }
|
|
1415
|
-
'.bar-title-yellow-100[platform=ios]': { titleAttributes: { color: '#fef9c3' } }
|
|
1416
|
-
'.bar-title-yellow-200[platform=ios]': { titleAttributes: { color: '#fef08a' } }
|
|
1417
|
-
'.bar-title-yellow-300[platform=ios]': { titleAttributes: { color: '#fde047' } }
|
|
1418
|
-
'.bar-title-yellow-400[platform=ios]': { titleAttributes: { color: '#facc15' } }
|
|
1419
|
-
'.bar-title-yellow-500[platform=ios]': { titleAttributes: { color: '#eab308' } }
|
|
1420
|
-
'.bar-title-yellow-600[platform=ios]': { titleAttributes: { color: '#ca8a04' } }
|
|
1421
|
-
'.bar-title-yellow-700[platform=ios]': { titleAttributes: { color: '#a16207' } }
|
|
1422
|
-
'.bar-title-yellow-800[platform=ios]': { titleAttributes: { color: '#854d0e' } }
|
|
1423
|
-
'.bar-title-yellow-900[platform=ios]': { titleAttributes: { color: '#713f12' } }
|
|
1424
|
-
'.bar-title-lime-50[platform=ios]': { titleAttributes: { color: '#f7fee7' } }
|
|
1425
|
-
'.bar-title-lime-100[platform=ios]': { titleAttributes: { color: '#ecfccb' } }
|
|
1426
|
-
'.bar-title-lime-200[platform=ios]': { titleAttributes: { color: '#d9f99d' } }
|
|
1427
|
-
'.bar-title-lime-300[platform=ios]': { titleAttributes: { color: '#bef264' } }
|
|
1428
|
-
'.bar-title-lime-400[platform=ios]': { titleAttributes: { color: '#a3e635' } }
|
|
1429
|
-
'.bar-title-lime-500[platform=ios]': { titleAttributes: { color: '#84cc16' } }
|
|
1430
|
-
'.bar-title-lime-600[platform=ios]': { titleAttributes: { color: '#65a30d' } }
|
|
1431
|
-
'.bar-title-lime-700[platform=ios]': { titleAttributes: { color: '#4d7c0f' } }
|
|
1432
|
-
'.bar-title-lime-800[platform=ios]': { titleAttributes: { color: '#3f6212' } }
|
|
1433
|
-
'.bar-title-lime-900[platform=ios]': { titleAttributes: { color: '#365314' } }
|
|
1434
|
-
'.bar-title-green-50[platform=ios]': { titleAttributes: { color: '#f0fdf4' } }
|
|
1435
|
-
'.bar-title-green-100[platform=ios]': { titleAttributes: { color: '#dcfce7' } }
|
|
1436
|
-
'.bar-title-green-200[platform=ios]': { titleAttributes: { color: '#bbf7d0' } }
|
|
1437
|
-
'.bar-title-green-300[platform=ios]': { titleAttributes: { color: '#86efac' } }
|
|
1438
|
-
'.bar-title-green-400[platform=ios]': { titleAttributes: { color: '#4ade80' } }
|
|
1439
|
-
'.bar-title-green-500[platform=ios]': { titleAttributes: { color: '#22c55e' } }
|
|
1440
|
-
'.bar-title-green-600[platform=ios]': { titleAttributes: { color: '#16a34a' } }
|
|
1441
|
-
'.bar-title-green-700[platform=ios]': { titleAttributes: { color: '#15803d' } }
|
|
1442
|
-
'.bar-title-green-800[platform=ios]': { titleAttributes: { color: '#166534' } }
|
|
1443
|
-
'.bar-title-green-900[platform=ios]': { titleAttributes: { color: '#14532d' } }
|
|
1444
|
-
'.bar-title-emerald-50[platform=ios]': { titleAttributes: { color: '#ecfdf5' } }
|
|
1445
|
-
'.bar-title-emerald-100[platform=ios]': { titleAttributes: { color: '#d1fae5' } }
|
|
1446
|
-
'.bar-title-emerald-200[platform=ios]': { titleAttributes: { color: '#a7f3d0' } }
|
|
1447
|
-
'.bar-title-emerald-300[platform=ios]': { titleAttributes: { color: '#6ee7b7' } }
|
|
1448
|
-
'.bar-title-emerald-400[platform=ios]': { titleAttributes: { color: '#34d399' } }
|
|
1449
|
-
'.bar-title-emerald-500[platform=ios]': { titleAttributes: { color: '#10b981' } }
|
|
1450
|
-
'.bar-title-emerald-600[platform=ios]': { titleAttributes: { color: '#059669' } }
|
|
1451
|
-
'.bar-title-emerald-700[platform=ios]': { titleAttributes: { color: '#047857' } }
|
|
1452
|
-
'.bar-title-emerald-800[platform=ios]': { titleAttributes: { color: '#065f46' } }
|
|
1453
|
-
'.bar-title-emerald-900[platform=ios]': { titleAttributes: { color: '#064e3b' } }
|
|
1454
|
-
'.bar-title-teal-50[platform=ios]': { titleAttributes: { color: '#f0fdfa' } }
|
|
1455
|
-
'.bar-title-teal-100[platform=ios]': { titleAttributes: { color: '#ccfbf1' } }
|
|
1456
|
-
'.bar-title-teal-200[platform=ios]': { titleAttributes: { color: '#99f6e4' } }
|
|
1457
|
-
'.bar-title-teal-300[platform=ios]': { titleAttributes: { color: '#5eead4' } }
|
|
1458
|
-
'.bar-title-teal-400[platform=ios]': { titleAttributes: { color: '#2dd4bf' } }
|
|
1459
|
-
'.bar-title-teal-500[platform=ios]': { titleAttributes: { color: '#14b8a6' } }
|
|
1460
|
-
'.bar-title-teal-600[platform=ios]': { titleAttributes: { color: '#0d9488' } }
|
|
1461
|
-
'.bar-title-teal-700[platform=ios]': { titleAttributes: { color: '#0f766e' } }
|
|
1462
|
-
'.bar-title-teal-800[platform=ios]': { titleAttributes: { color: '#115e59' } }
|
|
1463
|
-
'.bar-title-teal-900[platform=ios]': { titleAttributes: { color: '#134e4a' } }
|
|
1464
|
-
'.bar-title-cyan-50[platform=ios]': { titleAttributes: { color: '#ecfeff' } }
|
|
1465
|
-
'.bar-title-cyan-100[platform=ios]': { titleAttributes: { color: '#cffafe' } }
|
|
1466
|
-
'.bar-title-cyan-200[platform=ios]': { titleAttributes: { color: '#a5f3fc' } }
|
|
1467
|
-
'.bar-title-cyan-300[platform=ios]': { titleAttributes: { color: '#67e8f9' } }
|
|
1468
|
-
'.bar-title-cyan-400[platform=ios]': { titleAttributes: { color: '#22d3ee' } }
|
|
1469
|
-
'.bar-title-cyan-500[platform=ios]': { titleAttributes: { color: '#06b6d4' } }
|
|
1470
|
-
'.bar-title-cyan-600[platform=ios]': { titleAttributes: { color: '#0891b2' } }
|
|
1471
|
-
'.bar-title-cyan-700[platform=ios]': { titleAttributes: { color: '#0e7490' } }
|
|
1472
|
-
'.bar-title-cyan-800[platform=ios]': { titleAttributes: { color: '#155e75' } }
|
|
1473
|
-
'.bar-title-cyan-900[platform=ios]': { titleAttributes: { color: '#164e63' } }
|
|
1474
|
-
'.bar-title-sky-50[platform=ios]': { titleAttributes: { color: '#f0f9ff' } }
|
|
1475
|
-
'.bar-title-sky-100[platform=ios]': { titleAttributes: { color: '#e0f2fe' } }
|
|
1476
|
-
'.bar-title-sky-200[platform=ios]': { titleAttributes: { color: '#bae6fd' } }
|
|
1477
|
-
'.bar-title-sky-300[platform=ios]': { titleAttributes: { color: '#7dd3fc' } }
|
|
1478
|
-
'.bar-title-sky-400[platform=ios]': { titleAttributes: { color: '#38bdf8' } }
|
|
1479
|
-
'.bar-title-sky-500[platform=ios]': { titleAttributes: { color: '#0ea5e9' } }
|
|
1480
|
-
'.bar-title-sky-600[platform=ios]': { titleAttributes: { color: '#0284c7' } }
|
|
1481
|
-
'.bar-title-sky-700[platform=ios]': { titleAttributes: { color: '#0369a1' } }
|
|
1482
|
-
'.bar-title-sky-800[platform=ios]': { titleAttributes: { color: '#075985' } }
|
|
1483
|
-
'.bar-title-sky-900[platform=ios]': { titleAttributes: { color: '#0c4a6e' } }
|
|
1484
|
-
'.bar-title-blue-50[platform=ios]': { titleAttributes: { color: '#eff6ff' } }
|
|
1485
|
-
'.bar-title-blue-100[platform=ios]': { titleAttributes: { color: '#dbeafe' } }
|
|
1486
|
-
'.bar-title-blue-200[platform=ios]': { titleAttributes: { color: '#bfdbfe' } }
|
|
1487
|
-
'.bar-title-blue-300[platform=ios]': { titleAttributes: { color: '#93c5fd' } }
|
|
1488
|
-
'.bar-title-blue-400[platform=ios]': { titleAttributes: { color: '#60a5fa' } }
|
|
1489
|
-
'.bar-title-blue-500[platform=ios]': { titleAttributes: { color: '#3b82f6' } }
|
|
1490
|
-
'.bar-title-blue-600[platform=ios]': { titleAttributes: { color: '#2563eb' } }
|
|
1491
|
-
'.bar-title-blue-700[platform=ios]': { titleAttributes: { color: '#1d4ed8' } }
|
|
1492
|
-
'.bar-title-blue-800[platform=ios]': { titleAttributes: { color: '#1e40af' } }
|
|
1493
|
-
'.bar-title-blue-900[platform=ios]': { titleAttributes: { color: '#1e3a8a' } }
|
|
1494
|
-
'.bar-title-indigo-50[platform=ios]': { titleAttributes: { color: '#eef2ff' } }
|
|
1495
|
-
'.bar-title-indigo-100[platform=ios]': { titleAttributes: { color: '#e0e7ff' } }
|
|
1496
|
-
'.bar-title-indigo-200[platform=ios]': { titleAttributes: { color: '#c7d2fe' } }
|
|
1497
|
-
'.bar-title-indigo-300[platform=ios]': { titleAttributes: { color: '#a5b4fc' } }
|
|
1498
|
-
'.bar-title-indigo-400[platform=ios]': { titleAttributes: { color: '#818cf8' } }
|
|
1499
|
-
'.bar-title-indigo-500[platform=ios]': { titleAttributes: { color: '#6366f1' } }
|
|
1500
|
-
'.bar-title-indigo-600[platform=ios]': { titleAttributes: { color: '#4f46e5' } }
|
|
1501
|
-
'.bar-title-indigo-700[platform=ios]': { titleAttributes: { color: '#4338ca' } }
|
|
1502
|
-
'.bar-title-indigo-800[platform=ios]': { titleAttributes: { color: '#3730a3' } }
|
|
1503
|
-
'.bar-title-indigo-900[platform=ios]': { titleAttributes: { color: '#312e81' } }
|
|
1504
|
-
'.bar-title-violet-50[platform=ios]': { titleAttributes: { color: '#f5f3ff' } }
|
|
1505
|
-
'.bar-title-violet-100[platform=ios]': { titleAttributes: { color: '#ede9fe' } }
|
|
1506
|
-
'.bar-title-violet-200[platform=ios]': { titleAttributes: { color: '#ddd6fe' } }
|
|
1507
|
-
'.bar-title-violet-300[platform=ios]': { titleAttributes: { color: '#c4b5fd' } }
|
|
1508
|
-
'.bar-title-violet-400[platform=ios]': { titleAttributes: { color: '#a78bfa' } }
|
|
1509
|
-
'.bar-title-violet-500[platform=ios]': { titleAttributes: { color: '#8b5cf6' } }
|
|
1510
|
-
'.bar-title-violet-600[platform=ios]': { titleAttributes: { color: '#7c3aed' } }
|
|
1511
|
-
'.bar-title-violet-700[platform=ios]': { titleAttributes: { color: '#6d28d9' } }
|
|
1512
|
-
'.bar-title-violet-800[platform=ios]': { titleAttributes: { color: '#5b21b6' } }
|
|
1513
|
-
'.bar-title-violet-900[platform=ios]': { titleAttributes: { color: '#4c1d95' } }
|
|
1514
|
-
'.bar-title-purple-50[platform=ios]': { titleAttributes: { color: '#faf5ff' } }
|
|
1515
|
-
'.bar-title-purple-100[platform=ios]': { titleAttributes: { color: '#f3e8ff' } }
|
|
1516
|
-
'.bar-title-purple-200[platform=ios]': { titleAttributes: { color: '#e9d5ff' } }
|
|
1517
|
-
'.bar-title-purple-300[platform=ios]': { titleAttributes: { color: '#d8b4fe' } }
|
|
1518
|
-
'.bar-title-purple-400[platform=ios]': { titleAttributes: { color: '#c084fc' } }
|
|
1519
|
-
'.bar-title-purple-500[platform=ios]': { titleAttributes: { color: '#a855f7' } }
|
|
1520
|
-
'.bar-title-purple-600[platform=ios]': { titleAttributes: { color: '#9333ea' } }
|
|
1521
|
-
'.bar-title-purple-700[platform=ios]': { titleAttributes: { color: '#7e22ce' } }
|
|
1522
|
-
'.bar-title-purple-800[platform=ios]': { titleAttributes: { color: '#6b21a8' } }
|
|
1523
|
-
'.bar-title-purple-900[platform=ios]': { titleAttributes: { color: '#581c87' } }
|
|
1524
|
-
'.bar-title-fuchsia-50[platform=ios]': { titleAttributes: { color: '#fdf4ff' } }
|
|
1525
|
-
'.bar-title-fuchsia-100[platform=ios]': { titleAttributes: { color: '#fae8ff' } }
|
|
1526
|
-
'.bar-title-fuchsia-200[platform=ios]': { titleAttributes: { color: '#f5d0fe' } }
|
|
1527
|
-
'.bar-title-fuchsia-300[platform=ios]': { titleAttributes: { color: '#f0abfc' } }
|
|
1528
|
-
'.bar-title-fuchsia-400[platform=ios]': { titleAttributes: { color: '#e879f9' } }
|
|
1529
|
-
'.bar-title-fuchsia-500[platform=ios]': { titleAttributes: { color: '#d946ef' } }
|
|
1530
|
-
'.bar-title-fuchsia-600[platform=ios]': { titleAttributes: { color: '#c026d3' } }
|
|
1531
|
-
'.bar-title-fuchsia-700[platform=ios]': { titleAttributes: { color: '#a21caf' } }
|
|
1532
|
-
'.bar-title-fuchsia-800[platform=ios]': { titleAttributes: { color: '#86198f' } }
|
|
1533
|
-
'.bar-title-fuchsia-900[platform=ios]': { titleAttributes: { color: '#701a75' } }
|
|
1534
|
-
'.bar-title-pink-50[platform=ios]': { titleAttributes: { color: '#fdf2f8' } }
|
|
1535
|
-
'.bar-title-pink-100[platform=ios]': { titleAttributes: { color: '#fce7f3' } }
|
|
1536
|
-
'.bar-title-pink-200[platform=ios]': { titleAttributes: { color: '#fbcfe8' } }
|
|
1537
|
-
'.bar-title-pink-300[platform=ios]': { titleAttributes: { color: '#f9a8d4' } }
|
|
1538
|
-
'.bar-title-pink-400[platform=ios]': { titleAttributes: { color: '#f472b6' } }
|
|
1539
|
-
'.bar-title-pink-500[platform=ios]': { titleAttributes: { color: '#ec4899' } }
|
|
1540
|
-
'.bar-title-pink-600[platform=ios]': { titleAttributes: { color: '#db2777' } }
|
|
1541
|
-
'.bar-title-pink-700[platform=ios]': { titleAttributes: { color: '#be185d' } }
|
|
1542
|
-
'.bar-title-pink-800[platform=ios]': { titleAttributes: { color: '#9d174d' } }
|
|
1543
|
-
'.bar-title-pink-900[platform=ios]': { titleAttributes: { color: '#831843' } }
|
|
1544
|
-
'.bar-title-rose-50[platform=ios]': { titleAttributes: { color: '#fff1f2' } }
|
|
1545
|
-
'.bar-title-rose-100[platform=ios]': { titleAttributes: { color: '#ffe4e6' } }
|
|
1546
|
-
'.bar-title-rose-200[platform=ios]': { titleAttributes: { color: '#fecdd3' } }
|
|
1547
|
-
'.bar-title-rose-300[platform=ios]': { titleAttributes: { color: '#fda4af' } }
|
|
1548
|
-
'.bar-title-rose-400[platform=ios]': { titleAttributes: { color: '#fb7185' } }
|
|
1549
|
-
'.bar-title-rose-500[platform=ios]': { titleAttributes: { color: '#f43f5e' } }
|
|
1550
|
-
'.bar-title-rose-600[platform=ios]': { titleAttributes: { color: '#e11d48' } }
|
|
1551
|
-
'.bar-title-rose-700[platform=ios]': { titleAttributes: { color: '#be123c' } }
|
|
1552
|
-
'.bar-title-rose-800[platform=ios]': { titleAttributes: { color: '#9f1239' } }
|
|
1553
|
-
'.bar-title-rose-900[platform=ios]': { titleAttributes: { color: '#881337' } }
|
|
1334
|
+
'.bar-title-slate-50[platform=ios]': { titleAttributes: { color: '#f8fafc' } }
|
|
1335
|
+
'.bar-title-slate-100[platform=ios]': { titleAttributes: { color: '#f1f5f9' } }
|
|
1336
|
+
'.bar-title-slate-200[platform=ios]': { titleAttributes: { color: '#e2e8f0' } }
|
|
1337
|
+
'.bar-title-slate-300[platform=ios]': { titleAttributes: { color: '#cbd5e1' } }
|
|
1338
|
+
'.bar-title-slate-400[platform=ios]': { titleAttributes: { color: '#94a3b8' } }
|
|
1339
|
+
'.bar-title-slate-500[platform=ios]': { titleAttributes: { color: '#64748b' } }
|
|
1340
|
+
'.bar-title-slate-600[platform=ios]': { titleAttributes: { color: '#475569' } }
|
|
1341
|
+
'.bar-title-slate-700[platform=ios]': { titleAttributes: { color: '#334155' } }
|
|
1342
|
+
'.bar-title-slate-800[platform=ios]': { titleAttributes: { color: '#1e293b' } }
|
|
1343
|
+
'.bar-title-slate-900[platform=ios]': { titleAttributes: { color: '#0f172a' } }
|
|
1344
|
+
'.bar-title-gray-50[platform=ios]': { titleAttributes: { color: '#f9fafb' } }
|
|
1345
|
+
'.bar-title-gray-100[platform=ios]': { titleAttributes: { color: '#f3f4f6' } }
|
|
1346
|
+
'.bar-title-gray-200[platform=ios]': { titleAttributes: { color: '#e5e7eb' } }
|
|
1347
|
+
'.bar-title-gray-300[platform=ios]': { titleAttributes: { color: '#d1d5db' } }
|
|
1348
|
+
'.bar-title-gray-400[platform=ios]': { titleAttributes: { color: '#9ca3af' } }
|
|
1349
|
+
'.bar-title-gray-500[platform=ios]': { titleAttributes: { color: '#6b7280' } }
|
|
1350
|
+
'.bar-title-gray-600[platform=ios]': { titleAttributes: { color: '#4b5563' } }
|
|
1351
|
+
'.bar-title-gray-700[platform=ios]': { titleAttributes: { color: '#374151' } }
|
|
1352
|
+
'.bar-title-gray-800[platform=ios]': { titleAttributes: { color: '#1f2937' } }
|
|
1353
|
+
'.bar-title-gray-900[platform=ios]': { titleAttributes: { color: '#111827' } }
|
|
1354
|
+
'.bar-title-zinc-50[platform=ios]': { titleAttributes: { color: '#fafafa' } }
|
|
1355
|
+
'.bar-title-zinc-100[platform=ios]': { titleAttributes: { color: '#f4f4f5' } }
|
|
1356
|
+
'.bar-title-zinc-200[platform=ios]': { titleAttributes: { color: '#e4e4e7' } }
|
|
1357
|
+
'.bar-title-zinc-300[platform=ios]': { titleAttributes: { color: '#d4d4d8' } }
|
|
1358
|
+
'.bar-title-zinc-400[platform=ios]': { titleAttributes: { color: '#a1a1aa' } }
|
|
1359
|
+
'.bar-title-zinc-500[platform=ios]': { titleAttributes: { color: '#71717a' } }
|
|
1360
|
+
'.bar-title-zinc-600[platform=ios]': { titleAttributes: { color: '#52525b' } }
|
|
1361
|
+
'.bar-title-zinc-700[platform=ios]': { titleAttributes: { color: '#3f3f46' } }
|
|
1362
|
+
'.bar-title-zinc-800[platform=ios]': { titleAttributes: { color: '#27272a' } }
|
|
1363
|
+
'.bar-title-zinc-900[platform=ios]': { titleAttributes: { color: '#18181b' } }
|
|
1364
|
+
'.bar-title-neutral-50[platform=ios]': { titleAttributes: { color: '#fafafa' } }
|
|
1365
|
+
'.bar-title-neutral-100[platform=ios]': { titleAttributes: { color: '#f5f5f5' } }
|
|
1366
|
+
'.bar-title-neutral-200[platform=ios]': { titleAttributes: { color: '#e5e5e5' } }
|
|
1367
|
+
'.bar-title-neutral-300[platform=ios]': { titleAttributes: { color: '#d4d4d4' } }
|
|
1368
|
+
'.bar-title-neutral-400[platform=ios]': { titleAttributes: { color: '#a3a3a3' } }
|
|
1369
|
+
'.bar-title-neutral-500[platform=ios]': { titleAttributes: { color: '#737373' } }
|
|
1370
|
+
'.bar-title-neutral-600[platform=ios]': { titleAttributes: { color: '#525252' } }
|
|
1371
|
+
'.bar-title-neutral-700[platform=ios]': { titleAttributes: { color: '#404040' } }
|
|
1372
|
+
'.bar-title-neutral-800[platform=ios]': { titleAttributes: { color: '#262626' } }
|
|
1373
|
+
'.bar-title-neutral-900[platform=ios]': { titleAttributes: { color: '#171717' } }
|
|
1374
|
+
'.bar-title-stone-50[platform=ios]': { titleAttributes: { color: '#fafaf9' } }
|
|
1375
|
+
'.bar-title-stone-100[platform=ios]': { titleAttributes: { color: '#f5f5f4' } }
|
|
1376
|
+
'.bar-title-stone-200[platform=ios]': { titleAttributes: { color: '#e7e5e4' } }
|
|
1377
|
+
'.bar-title-stone-300[platform=ios]': { titleAttributes: { color: '#d6d3d1' } }
|
|
1378
|
+
'.bar-title-stone-400[platform=ios]': { titleAttributes: { color: '#a8a29e' } }
|
|
1379
|
+
'.bar-title-stone-500[platform=ios]': { titleAttributes: { color: '#78716c' } }
|
|
1380
|
+
'.bar-title-stone-600[platform=ios]': { titleAttributes: { color: '#57534e' } }
|
|
1381
|
+
'.bar-title-stone-700[platform=ios]': { titleAttributes: { color: '#44403c' } }
|
|
1382
|
+
'.bar-title-stone-800[platform=ios]': { titleAttributes: { color: '#292524' } }
|
|
1383
|
+
'.bar-title-stone-900[platform=ios]': { titleAttributes: { color: '#1c1917' } }
|
|
1384
|
+
'.bar-title-red-50[platform=ios]': { titleAttributes: { color: '#fef2f2' } }
|
|
1385
|
+
'.bar-title-red-100[platform=ios]': { titleAttributes: { color: '#fee2e2' } }
|
|
1386
|
+
'.bar-title-red-200[platform=ios]': { titleAttributes: { color: '#fecaca' } }
|
|
1387
|
+
'.bar-title-red-300[platform=ios]': { titleAttributes: { color: '#fca5a5' } }
|
|
1388
|
+
'.bar-title-red-400[platform=ios]': { titleAttributes: { color: '#f87171' } }
|
|
1389
|
+
'.bar-title-red-500[platform=ios]': { titleAttributes: { color: '#ef4444' } }
|
|
1390
|
+
'.bar-title-red-600[platform=ios]': { titleAttributes: { color: '#dc2626' } }
|
|
1391
|
+
'.bar-title-red-700[platform=ios]': { titleAttributes: { color: '#b91c1c' } }
|
|
1392
|
+
'.bar-title-red-800[platform=ios]': { titleAttributes: { color: '#991b1b' } }
|
|
1393
|
+
'.bar-title-red-900[platform=ios]': { titleAttributes: { color: '#7f1d1d' } }
|
|
1394
|
+
'.bar-title-orange-50[platform=ios]': { titleAttributes: { color: '#fff7ed' } }
|
|
1395
|
+
'.bar-title-orange-100[platform=ios]': { titleAttributes: { color: '#ffedd5' } }
|
|
1396
|
+
'.bar-title-orange-200[platform=ios]': { titleAttributes: { color: '#fed7aa' } }
|
|
1397
|
+
'.bar-title-orange-300[platform=ios]': { titleAttributes: { color: '#fdba74' } }
|
|
1398
|
+
'.bar-title-orange-400[platform=ios]': { titleAttributes: { color: '#fb923c' } }
|
|
1399
|
+
'.bar-title-orange-500[platform=ios]': { titleAttributes: { color: '#f97316' } }
|
|
1400
|
+
'.bar-title-orange-600[platform=ios]': { titleAttributes: { color: '#ea580c' } }
|
|
1401
|
+
'.bar-title-orange-700[platform=ios]': { titleAttributes: { color: '#c2410c' } }
|
|
1402
|
+
'.bar-title-orange-800[platform=ios]': { titleAttributes: { color: '#9a3412' } }
|
|
1403
|
+
'.bar-title-orange-900[platform=ios]': { titleAttributes: { color: '#7c2d12' } }
|
|
1404
|
+
'.bar-title-amber-50[platform=ios]': { titleAttributes: { color: '#fffbeb' } }
|
|
1405
|
+
'.bar-title-amber-100[platform=ios]': { titleAttributes: { color: '#fef3c7' } }
|
|
1406
|
+
'.bar-title-amber-200[platform=ios]': { titleAttributes: { color: '#fde68a' } }
|
|
1407
|
+
'.bar-title-amber-300[platform=ios]': { titleAttributes: { color: '#fcd34d' } }
|
|
1408
|
+
'.bar-title-amber-400[platform=ios]': { titleAttributes: { color: '#fbbf24' } }
|
|
1409
|
+
'.bar-title-amber-500[platform=ios]': { titleAttributes: { color: '#f59e0b' } }
|
|
1410
|
+
'.bar-title-amber-600[platform=ios]': { titleAttributes: { color: '#d97706' } }
|
|
1411
|
+
'.bar-title-amber-700[platform=ios]': { titleAttributes: { color: '#b45309' } }
|
|
1412
|
+
'.bar-title-amber-800[platform=ios]': { titleAttributes: { color: '#92400e' } }
|
|
1413
|
+
'.bar-title-amber-900[platform=ios]': { titleAttributes: { color: '#78350f' } }
|
|
1414
|
+
'.bar-title-yellow-50[platform=ios]': { titleAttributes: { color: '#fefce8' } }
|
|
1415
|
+
'.bar-title-yellow-100[platform=ios]': { titleAttributes: { color: '#fef9c3' } }
|
|
1416
|
+
'.bar-title-yellow-200[platform=ios]': { titleAttributes: { color: '#fef08a' } }
|
|
1417
|
+
'.bar-title-yellow-300[platform=ios]': { titleAttributes: { color: '#fde047' } }
|
|
1418
|
+
'.bar-title-yellow-400[platform=ios]': { titleAttributes: { color: '#facc15' } }
|
|
1419
|
+
'.bar-title-yellow-500[platform=ios]': { titleAttributes: { color: '#eab308' } }
|
|
1420
|
+
'.bar-title-yellow-600[platform=ios]': { titleAttributes: { color: '#ca8a04' } }
|
|
1421
|
+
'.bar-title-yellow-700[platform=ios]': { titleAttributes: { color: '#a16207' } }
|
|
1422
|
+
'.bar-title-yellow-800[platform=ios]': { titleAttributes: { color: '#854d0e' } }
|
|
1423
|
+
'.bar-title-yellow-900[platform=ios]': { titleAttributes: { color: '#713f12' } }
|
|
1424
|
+
'.bar-title-lime-50[platform=ios]': { titleAttributes: { color: '#f7fee7' } }
|
|
1425
|
+
'.bar-title-lime-100[platform=ios]': { titleAttributes: { color: '#ecfccb' } }
|
|
1426
|
+
'.bar-title-lime-200[platform=ios]': { titleAttributes: { color: '#d9f99d' } }
|
|
1427
|
+
'.bar-title-lime-300[platform=ios]': { titleAttributes: { color: '#bef264' } }
|
|
1428
|
+
'.bar-title-lime-400[platform=ios]': { titleAttributes: { color: '#a3e635' } }
|
|
1429
|
+
'.bar-title-lime-500[platform=ios]': { titleAttributes: { color: '#84cc16' } }
|
|
1430
|
+
'.bar-title-lime-600[platform=ios]': { titleAttributes: { color: '#65a30d' } }
|
|
1431
|
+
'.bar-title-lime-700[platform=ios]': { titleAttributes: { color: '#4d7c0f' } }
|
|
1432
|
+
'.bar-title-lime-800[platform=ios]': { titleAttributes: { color: '#3f6212' } }
|
|
1433
|
+
'.bar-title-lime-900[platform=ios]': { titleAttributes: { color: '#365314' } }
|
|
1434
|
+
'.bar-title-green-50[platform=ios]': { titleAttributes: { color: '#f0fdf4' } }
|
|
1435
|
+
'.bar-title-green-100[platform=ios]': { titleAttributes: { color: '#dcfce7' } }
|
|
1436
|
+
'.bar-title-green-200[platform=ios]': { titleAttributes: { color: '#bbf7d0' } }
|
|
1437
|
+
'.bar-title-green-300[platform=ios]': { titleAttributes: { color: '#86efac' } }
|
|
1438
|
+
'.bar-title-green-400[platform=ios]': { titleAttributes: { color: '#4ade80' } }
|
|
1439
|
+
'.bar-title-green-500[platform=ios]': { titleAttributes: { color: '#22c55e' } }
|
|
1440
|
+
'.bar-title-green-600[platform=ios]': { titleAttributes: { color: '#16a34a' } }
|
|
1441
|
+
'.bar-title-green-700[platform=ios]': { titleAttributes: { color: '#15803d' } }
|
|
1442
|
+
'.bar-title-green-800[platform=ios]': { titleAttributes: { color: '#166534' } }
|
|
1443
|
+
'.bar-title-green-900[platform=ios]': { titleAttributes: { color: '#14532d' } }
|
|
1444
|
+
'.bar-title-emerald-50[platform=ios]': { titleAttributes: { color: '#ecfdf5' } }
|
|
1445
|
+
'.bar-title-emerald-100[platform=ios]': { titleAttributes: { color: '#d1fae5' } }
|
|
1446
|
+
'.bar-title-emerald-200[platform=ios]': { titleAttributes: { color: '#a7f3d0' } }
|
|
1447
|
+
'.bar-title-emerald-300[platform=ios]': { titleAttributes: { color: '#6ee7b7' } }
|
|
1448
|
+
'.bar-title-emerald-400[platform=ios]': { titleAttributes: { color: '#34d399' } }
|
|
1449
|
+
'.bar-title-emerald-500[platform=ios]': { titleAttributes: { color: '#10b981' } }
|
|
1450
|
+
'.bar-title-emerald-600[platform=ios]': { titleAttributes: { color: '#059669' } }
|
|
1451
|
+
'.bar-title-emerald-700[platform=ios]': { titleAttributes: { color: '#047857' } }
|
|
1452
|
+
'.bar-title-emerald-800[platform=ios]': { titleAttributes: { color: '#065f46' } }
|
|
1453
|
+
'.bar-title-emerald-900[platform=ios]': { titleAttributes: { color: '#064e3b' } }
|
|
1454
|
+
'.bar-title-teal-50[platform=ios]': { titleAttributes: { color: '#f0fdfa' } }
|
|
1455
|
+
'.bar-title-teal-100[platform=ios]': { titleAttributes: { color: '#ccfbf1' } }
|
|
1456
|
+
'.bar-title-teal-200[platform=ios]': { titleAttributes: { color: '#99f6e4' } }
|
|
1457
|
+
'.bar-title-teal-300[platform=ios]': { titleAttributes: { color: '#5eead4' } }
|
|
1458
|
+
'.bar-title-teal-400[platform=ios]': { titleAttributes: { color: '#2dd4bf' } }
|
|
1459
|
+
'.bar-title-teal-500[platform=ios]': { titleAttributes: { color: '#14b8a6' } }
|
|
1460
|
+
'.bar-title-teal-600[platform=ios]': { titleAttributes: { color: '#0d9488' } }
|
|
1461
|
+
'.bar-title-teal-700[platform=ios]': { titleAttributes: { color: '#0f766e' } }
|
|
1462
|
+
'.bar-title-teal-800[platform=ios]': { titleAttributes: { color: '#115e59' } }
|
|
1463
|
+
'.bar-title-teal-900[platform=ios]': { titleAttributes: { color: '#134e4a' } }
|
|
1464
|
+
'.bar-title-cyan-50[platform=ios]': { titleAttributes: { color: '#ecfeff' } }
|
|
1465
|
+
'.bar-title-cyan-100[platform=ios]': { titleAttributes: { color: '#cffafe' } }
|
|
1466
|
+
'.bar-title-cyan-200[platform=ios]': { titleAttributes: { color: '#a5f3fc' } }
|
|
1467
|
+
'.bar-title-cyan-300[platform=ios]': { titleAttributes: { color: '#67e8f9' } }
|
|
1468
|
+
'.bar-title-cyan-400[platform=ios]': { titleAttributes: { color: '#22d3ee' } }
|
|
1469
|
+
'.bar-title-cyan-500[platform=ios]': { titleAttributes: { color: '#06b6d4' } }
|
|
1470
|
+
'.bar-title-cyan-600[platform=ios]': { titleAttributes: { color: '#0891b2' } }
|
|
1471
|
+
'.bar-title-cyan-700[platform=ios]': { titleAttributes: { color: '#0e7490' } }
|
|
1472
|
+
'.bar-title-cyan-800[platform=ios]': { titleAttributes: { color: '#155e75' } }
|
|
1473
|
+
'.bar-title-cyan-900[platform=ios]': { titleAttributes: { color: '#164e63' } }
|
|
1474
|
+
'.bar-title-sky-50[platform=ios]': { titleAttributes: { color: '#f0f9ff' } }
|
|
1475
|
+
'.bar-title-sky-100[platform=ios]': { titleAttributes: { color: '#e0f2fe' } }
|
|
1476
|
+
'.bar-title-sky-200[platform=ios]': { titleAttributes: { color: '#bae6fd' } }
|
|
1477
|
+
'.bar-title-sky-300[platform=ios]': { titleAttributes: { color: '#7dd3fc' } }
|
|
1478
|
+
'.bar-title-sky-400[platform=ios]': { titleAttributes: { color: '#38bdf8' } }
|
|
1479
|
+
'.bar-title-sky-500[platform=ios]': { titleAttributes: { color: '#0ea5e9' } }
|
|
1480
|
+
'.bar-title-sky-600[platform=ios]': { titleAttributes: { color: '#0284c7' } }
|
|
1481
|
+
'.bar-title-sky-700[platform=ios]': { titleAttributes: { color: '#0369a1' } }
|
|
1482
|
+
'.bar-title-sky-800[platform=ios]': { titleAttributes: { color: '#075985' } }
|
|
1483
|
+
'.bar-title-sky-900[platform=ios]': { titleAttributes: { color: '#0c4a6e' } }
|
|
1484
|
+
'.bar-title-blue-50[platform=ios]': { titleAttributes: { color: '#eff6ff' } }
|
|
1485
|
+
'.bar-title-blue-100[platform=ios]': { titleAttributes: { color: '#dbeafe' } }
|
|
1486
|
+
'.bar-title-blue-200[platform=ios]': { titleAttributes: { color: '#bfdbfe' } }
|
|
1487
|
+
'.bar-title-blue-300[platform=ios]': { titleAttributes: { color: '#93c5fd' } }
|
|
1488
|
+
'.bar-title-blue-400[platform=ios]': { titleAttributes: { color: '#60a5fa' } }
|
|
1489
|
+
'.bar-title-blue-500[platform=ios]': { titleAttributes: { color: '#3b82f6' } }
|
|
1490
|
+
'.bar-title-blue-600[platform=ios]': { titleAttributes: { color: '#2563eb' } }
|
|
1491
|
+
'.bar-title-blue-700[platform=ios]': { titleAttributes: { color: '#1d4ed8' } }
|
|
1492
|
+
'.bar-title-blue-800[platform=ios]': { titleAttributes: { color: '#1e40af' } }
|
|
1493
|
+
'.bar-title-blue-900[platform=ios]': { titleAttributes: { color: '#1e3a8a' } }
|
|
1494
|
+
'.bar-title-indigo-50[platform=ios]': { titleAttributes: { color: '#eef2ff' } }
|
|
1495
|
+
'.bar-title-indigo-100[platform=ios]': { titleAttributes: { color: '#e0e7ff' } }
|
|
1496
|
+
'.bar-title-indigo-200[platform=ios]': { titleAttributes: { color: '#c7d2fe' } }
|
|
1497
|
+
'.bar-title-indigo-300[platform=ios]': { titleAttributes: { color: '#a5b4fc' } }
|
|
1498
|
+
'.bar-title-indigo-400[platform=ios]': { titleAttributes: { color: '#818cf8' } }
|
|
1499
|
+
'.bar-title-indigo-500[platform=ios]': { titleAttributes: { color: '#6366f1' } }
|
|
1500
|
+
'.bar-title-indigo-600[platform=ios]': { titleAttributes: { color: '#4f46e5' } }
|
|
1501
|
+
'.bar-title-indigo-700[platform=ios]': { titleAttributes: { color: '#4338ca' } }
|
|
1502
|
+
'.bar-title-indigo-800[platform=ios]': { titleAttributes: { color: '#3730a3' } }
|
|
1503
|
+
'.bar-title-indigo-900[platform=ios]': { titleAttributes: { color: '#312e81' } }
|
|
1504
|
+
'.bar-title-violet-50[platform=ios]': { titleAttributes: { color: '#f5f3ff' } }
|
|
1505
|
+
'.bar-title-violet-100[platform=ios]': { titleAttributes: { color: '#ede9fe' } }
|
|
1506
|
+
'.bar-title-violet-200[platform=ios]': { titleAttributes: { color: '#ddd6fe' } }
|
|
1507
|
+
'.bar-title-violet-300[platform=ios]': { titleAttributes: { color: '#c4b5fd' } }
|
|
1508
|
+
'.bar-title-violet-400[platform=ios]': { titleAttributes: { color: '#a78bfa' } }
|
|
1509
|
+
'.bar-title-violet-500[platform=ios]': { titleAttributes: { color: '#8b5cf6' } }
|
|
1510
|
+
'.bar-title-violet-600[platform=ios]': { titleAttributes: { color: '#7c3aed' } }
|
|
1511
|
+
'.bar-title-violet-700[platform=ios]': { titleAttributes: { color: '#6d28d9' } }
|
|
1512
|
+
'.bar-title-violet-800[platform=ios]': { titleAttributes: { color: '#5b21b6' } }
|
|
1513
|
+
'.bar-title-violet-900[platform=ios]': { titleAttributes: { color: '#4c1d95' } }
|
|
1514
|
+
'.bar-title-purple-50[platform=ios]': { titleAttributes: { color: '#faf5ff' } }
|
|
1515
|
+
'.bar-title-purple-100[platform=ios]': { titleAttributes: { color: '#f3e8ff' } }
|
|
1516
|
+
'.bar-title-purple-200[platform=ios]': { titleAttributes: { color: '#e9d5ff' } }
|
|
1517
|
+
'.bar-title-purple-300[platform=ios]': { titleAttributes: { color: '#d8b4fe' } }
|
|
1518
|
+
'.bar-title-purple-400[platform=ios]': { titleAttributes: { color: '#c084fc' } }
|
|
1519
|
+
'.bar-title-purple-500[platform=ios]': { titleAttributes: { color: '#a855f7' } }
|
|
1520
|
+
'.bar-title-purple-600[platform=ios]': { titleAttributes: { color: '#9333ea' } }
|
|
1521
|
+
'.bar-title-purple-700[platform=ios]': { titleAttributes: { color: '#7e22ce' } }
|
|
1522
|
+
'.bar-title-purple-800[platform=ios]': { titleAttributes: { color: '#6b21a8' } }
|
|
1523
|
+
'.bar-title-purple-900[platform=ios]': { titleAttributes: { color: '#581c87' } }
|
|
1524
|
+
'.bar-title-fuchsia-50[platform=ios]': { titleAttributes: { color: '#fdf4ff' } }
|
|
1525
|
+
'.bar-title-fuchsia-100[platform=ios]': { titleAttributes: { color: '#fae8ff' } }
|
|
1526
|
+
'.bar-title-fuchsia-200[platform=ios]': { titleAttributes: { color: '#f5d0fe' } }
|
|
1527
|
+
'.bar-title-fuchsia-300[platform=ios]': { titleAttributes: { color: '#f0abfc' } }
|
|
1528
|
+
'.bar-title-fuchsia-400[platform=ios]': { titleAttributes: { color: '#e879f9' } }
|
|
1529
|
+
'.bar-title-fuchsia-500[platform=ios]': { titleAttributes: { color: '#d946ef' } }
|
|
1530
|
+
'.bar-title-fuchsia-600[platform=ios]': { titleAttributes: { color: '#c026d3' } }
|
|
1531
|
+
'.bar-title-fuchsia-700[platform=ios]': { titleAttributes: { color: '#a21caf' } }
|
|
1532
|
+
'.bar-title-fuchsia-800[platform=ios]': { titleAttributes: { color: '#86198f' } }
|
|
1533
|
+
'.bar-title-fuchsia-900[platform=ios]': { titleAttributes: { color: '#701a75' } }
|
|
1534
|
+
'.bar-title-pink-50[platform=ios]': { titleAttributes: { color: '#fdf2f8' } }
|
|
1535
|
+
'.bar-title-pink-100[platform=ios]': { titleAttributes: { color: '#fce7f3' } }
|
|
1536
|
+
'.bar-title-pink-200[platform=ios]': { titleAttributes: { color: '#fbcfe8' } }
|
|
1537
|
+
'.bar-title-pink-300[platform=ios]': { titleAttributes: { color: '#f9a8d4' } }
|
|
1538
|
+
'.bar-title-pink-400[platform=ios]': { titleAttributes: { color: '#f472b6' } }
|
|
1539
|
+
'.bar-title-pink-500[platform=ios]': { titleAttributes: { color: '#ec4899' } }
|
|
1540
|
+
'.bar-title-pink-600[platform=ios]': { titleAttributes: { color: '#db2777' } }
|
|
1541
|
+
'.bar-title-pink-700[platform=ios]': { titleAttributes: { color: '#be185d' } }
|
|
1542
|
+
'.bar-title-pink-800[platform=ios]': { titleAttributes: { color: '#9d174d' } }
|
|
1543
|
+
'.bar-title-pink-900[platform=ios]': { titleAttributes: { color: '#831843' } }
|
|
1544
|
+
'.bar-title-rose-50[platform=ios]': { titleAttributes: { color: '#fff1f2' } }
|
|
1545
|
+
'.bar-title-rose-100[platform=ios]': { titleAttributes: { color: '#ffe4e6' } }
|
|
1546
|
+
'.bar-title-rose-200[platform=ios]': { titleAttributes: { color: '#fecdd3' } }
|
|
1547
|
+
'.bar-title-rose-300[platform=ios]': { titleAttributes: { color: '#fda4af' } }
|
|
1548
|
+
'.bar-title-rose-400[platform=ios]': { titleAttributes: { color: '#fb7185' } }
|
|
1549
|
+
'.bar-title-rose-500[platform=ios]': { titleAttributes: { color: '#f43f5e' } }
|
|
1550
|
+
'.bar-title-rose-600[platform=ios]': { titleAttributes: { color: '#e11d48' } }
|
|
1551
|
+
'.bar-title-rose-700[platform=ios]': { titleAttributes: { color: '#be123c' } }
|
|
1552
|
+
'.bar-title-rose-800[platform=ios]': { titleAttributes: { color: '#9f1239' } }
|
|
1553
|
+
'.bar-title-rose-900[platform=ios]': { titleAttributes: { color: '#881337' } }
|
|
1554
1554
|
|
|
1555
1555
|
// Component(s): Ti.UI.TabGroup, Ti.UI.Window
|
|
1556
1556
|
// Property(ies): titleAttributes: shadow, offset, blurRadius - Bar Title Shadow
|
|
1557
|
-
'.bar-shadow-xs': { titleAttributes: { shadow: { color: '#
|
|
1558
|
-
'.bar-shadow-sm': { titleAttributes: { shadow: { color: '#
|
|
1559
|
-
'.bar-shadow': { titleAttributes: { shadow: { color: '#
|
|
1560
|
-
'.bar-shadow-md': { titleAttributes: { shadow: { color: '#
|
|
1561
|
-
'.bar-shadow-lg': { titleAttributes: { shadow: { color: '#
|
|
1562
|
-
'.bar-shadow-xl': { titleAttributes: { shadow: { color: '#
|
|
1563
|
-
'.bar-shadow-2xl': { titleAttributes: { shadow: { color: '#
|
|
1557
|
+
'.bar-shadow-xs': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 0 }, blurRadius: 1 } } }
|
|
1558
|
+
'.bar-shadow-sm': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 1 }, blurRadius: 2 } } }
|
|
1559
|
+
'.bar-shadow': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 2 }, blurRadius: 4 } } }
|
|
1560
|
+
'.bar-shadow-md': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 3 }, blurRadius: 6 } } }
|
|
1561
|
+
'.bar-shadow-lg': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 4 }, blurRadius: 8 } } }
|
|
1562
|
+
'.bar-shadow-xl': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 6 }, blurRadius: 12 } } }
|
|
1563
|
+
'.bar-shadow-2xl': { titleAttributes: { shadow: { color: '#80000000', offset: { width: 0, height: 8 }, blurRadius: 14 } } }
|
|
1564
1564
|
'.bar-shadow-none': { titleAttributes: { shadow: { color: null, offset: { width: 0, height: 0 }, blurRadius: null } } }
|
|
1565
1565
|
|
|
1566
1566
|
// Component(s): Ti.UI.TabGroup, Ti.UI.Window
|
|
@@ -1568,226 +1568,226 @@
|
|
|
1568
1568
|
'.bar-shadow-transparent[platform=ios]': { titleAttributes: { shadow: { color: 'transparent' } } }
|
|
1569
1569
|
'.bar-shadow-black[platform=ios]': { titleAttributes: { shadow: { color: '#000000' } } }
|
|
1570
1570
|
'.bar-shadow-white[platform=ios]': { titleAttributes: { shadow: { color: '#ffffff' } } }
|
|
1571
|
-
'.bar-shadow-slate-50[platform=ios]': { titleAttributes: { shadow: { color: '#f8fafc' } } }
|
|
1572
|
-
'.bar-shadow-slate-100[platform=ios]': { titleAttributes: { shadow: { color: '#f1f5f9' } } }
|
|
1573
|
-
'.bar-shadow-slate-200[platform=ios]': { titleAttributes: { shadow: { color: '#e2e8f0' } } }
|
|
1574
|
-
'.bar-shadow-slate-300[platform=ios]': { titleAttributes: { shadow: { color: '#cbd5e1' } } }
|
|
1575
|
-
'.bar-shadow-slate-400[platform=ios]': { titleAttributes: { shadow: { color: '#94a3b8' } } }
|
|
1576
|
-
'.bar-shadow-slate-500[platform=ios]': { titleAttributes: { shadow: { color: '#64748b' } } }
|
|
1577
|
-
'.bar-shadow-slate-600[platform=ios]': { titleAttributes: { shadow: { color: '#475569' } } }
|
|
1578
|
-
'.bar-shadow-slate-700[platform=ios]': { titleAttributes: { shadow: { color: '#334155' } } }
|
|
1579
|
-
'.bar-shadow-slate-800[platform=ios]': { titleAttributes: { shadow: { color: '#1e293b' } } }
|
|
1580
|
-
'.bar-shadow-slate-900[platform=ios]': { titleAttributes: { shadow: { color: '#0f172a' } } }
|
|
1581
|
-
'.bar-shadow-gray-50[platform=ios]': { titleAttributes: { shadow: { color: '#f9fafb' } } }
|
|
1582
|
-
'.bar-shadow-gray-100[platform=ios]': { titleAttributes: { shadow: { color: '#f3f4f6' } } }
|
|
1583
|
-
'.bar-shadow-gray-200[platform=ios]': { titleAttributes: { shadow: { color: '#e5e7eb' } } }
|
|
1584
|
-
'.bar-shadow-gray-300[platform=ios]': { titleAttributes: { shadow: { color: '#d1d5db' } } }
|
|
1585
|
-
'.bar-shadow-gray-400[platform=ios]': { titleAttributes: { shadow: { color: '#9ca3af' } } }
|
|
1586
|
-
'.bar-shadow-gray-500[platform=ios]': { titleAttributes: { shadow: { color: '#6b7280' } } }
|
|
1587
|
-
'.bar-shadow-gray-600[platform=ios]': { titleAttributes: { shadow: { color: '#4b5563' } } }
|
|
1588
|
-
'.bar-shadow-gray-700[platform=ios]': { titleAttributes: { shadow: { color: '#374151' } } }
|
|
1589
|
-
'.bar-shadow-gray-800[platform=ios]': { titleAttributes: { shadow: { color: '#1f2937' } } }
|
|
1590
|
-
'.bar-shadow-gray-900[platform=ios]': { titleAttributes: { shadow: { color: '#111827' } } }
|
|
1591
|
-
'.bar-shadow-zinc-50[platform=ios]': { titleAttributes: { shadow: { color: '#fafafa' } } }
|
|
1592
|
-
'.bar-shadow-zinc-100[platform=ios]': { titleAttributes: { shadow: { color: '#f4f4f5' } } }
|
|
1593
|
-
'.bar-shadow-zinc-200[platform=ios]': { titleAttributes: { shadow: { color: '#e4e4e7' } } }
|
|
1594
|
-
'.bar-shadow-zinc-300[platform=ios]': { titleAttributes: { shadow: { color: '#d4d4d8' } } }
|
|
1595
|
-
'.bar-shadow-zinc-400[platform=ios]': { titleAttributes: { shadow: { color: '#a1a1aa' } } }
|
|
1596
|
-
'.bar-shadow-zinc-500[platform=ios]': { titleAttributes: { shadow: { color: '#71717a' } } }
|
|
1597
|
-
'.bar-shadow-zinc-600[platform=ios]': { titleAttributes: { shadow: { color: '#52525b' } } }
|
|
1598
|
-
'.bar-shadow-zinc-700[platform=ios]': { titleAttributes: { shadow: { color: '#3f3f46' } } }
|
|
1599
|
-
'.bar-shadow-zinc-800[platform=ios]': { titleAttributes: { shadow: { color: '#27272a' } } }
|
|
1600
|
-
'.bar-shadow-zinc-900[platform=ios]': { titleAttributes: { shadow: { color: '#18181b' } } }
|
|
1601
|
-
'.bar-shadow-neutral-50[platform=ios]': { titleAttributes: { shadow: { color: '#fafafa' } } }
|
|
1602
|
-
'.bar-shadow-neutral-100[platform=ios]': { titleAttributes: { shadow: { color: '#f5f5f5' } } }
|
|
1603
|
-
'.bar-shadow-neutral-200[platform=ios]': { titleAttributes: { shadow: { color: '#e5e5e5' } } }
|
|
1604
|
-
'.bar-shadow-neutral-300[platform=ios]': { titleAttributes: { shadow: { color: '#d4d4d4' } } }
|
|
1605
|
-
'.bar-shadow-neutral-400[platform=ios]': { titleAttributes: { shadow: { color: '#a3a3a3' } } }
|
|
1606
|
-
'.bar-shadow-neutral-500[platform=ios]': { titleAttributes: { shadow: { color: '#737373' } } }
|
|
1607
|
-
'.bar-shadow-neutral-600[platform=ios]': { titleAttributes: { shadow: { color: '#525252' } } }
|
|
1608
|
-
'.bar-shadow-neutral-700[platform=ios]': { titleAttributes: { shadow: { color: '#404040' } } }
|
|
1609
|
-
'.bar-shadow-neutral-800[platform=ios]': { titleAttributes: { shadow: { color: '#262626' } } }
|
|
1610
|
-
'.bar-shadow-neutral-900[platform=ios]': { titleAttributes: { shadow: { color: '#171717' } } }
|
|
1611
|
-
'.bar-shadow-stone-50[platform=ios]': { titleAttributes: { shadow: { color: '#fafaf9' } } }
|
|
1612
|
-
'.bar-shadow-stone-100[platform=ios]': { titleAttributes: { shadow: { color: '#f5f5f4' } } }
|
|
1613
|
-
'.bar-shadow-stone-200[platform=ios]': { titleAttributes: { shadow: { color: '#e7e5e4' } } }
|
|
1614
|
-
'.bar-shadow-stone-300[platform=ios]': { titleAttributes: { shadow: { color: '#d6d3d1' } } }
|
|
1615
|
-
'.bar-shadow-stone-400[platform=ios]': { titleAttributes: { shadow: { color: '#a8a29e' } } }
|
|
1616
|
-
'.bar-shadow-stone-500[platform=ios]': { titleAttributes: { shadow: { color: '#78716c' } } }
|
|
1617
|
-
'.bar-shadow-stone-600[platform=ios]': { titleAttributes: { shadow: { color: '#57534e' } } }
|
|
1618
|
-
'.bar-shadow-stone-700[platform=ios]': { titleAttributes: { shadow: { color: '#44403c' } } }
|
|
1619
|
-
'.bar-shadow-stone-800[platform=ios]': { titleAttributes: { shadow: { color: '#292524' } } }
|
|
1620
|
-
'.bar-shadow-stone-900[platform=ios]': { titleAttributes: { shadow: { color: '#1c1917' } } }
|
|
1621
|
-
'.bar-shadow-red-50[platform=ios]': { titleAttributes: { shadow: { color: '#fef2f2' } } }
|
|
1622
|
-
'.bar-shadow-red-100[platform=ios]': { titleAttributes: { shadow: { color: '#fee2e2' } } }
|
|
1623
|
-
'.bar-shadow-red-200[platform=ios]': { titleAttributes: { shadow: { color: '#fecaca' } } }
|
|
1624
|
-
'.bar-shadow-red-300[platform=ios]': { titleAttributes: { shadow: { color: '#fca5a5' } } }
|
|
1625
|
-
'.bar-shadow-red-400[platform=ios]': { titleAttributes: { shadow: { color: '#f87171' } } }
|
|
1626
|
-
'.bar-shadow-red-500[platform=ios]': { titleAttributes: { shadow: { color: '#ef4444' } } }
|
|
1627
|
-
'.bar-shadow-red-600[platform=ios]': { titleAttributes: { shadow: { color: '#dc2626' } } }
|
|
1628
|
-
'.bar-shadow-red-700[platform=ios]': { titleAttributes: { shadow: { color: '#b91c1c' } } }
|
|
1629
|
-
'.bar-shadow-red-800[platform=ios]': { titleAttributes: { shadow: { color: '#991b1b' } } }
|
|
1630
|
-
'.bar-shadow-red-900[platform=ios]': { titleAttributes: { shadow: { color: '#7f1d1d' } } }
|
|
1631
|
-
'.bar-shadow-orange-50[platform=ios]': { titleAttributes: { shadow: { color: '#fff7ed' } } }
|
|
1632
|
-
'.bar-shadow-orange-100[platform=ios]': { titleAttributes: { shadow: { color: '#ffedd5' } } }
|
|
1633
|
-
'.bar-shadow-orange-200[platform=ios]': { titleAttributes: { shadow: { color: '#fed7aa' } } }
|
|
1634
|
-
'.bar-shadow-orange-300[platform=ios]': { titleAttributes: { shadow: { color: '#fdba74' } } }
|
|
1635
|
-
'.bar-shadow-orange-400[platform=ios]': { titleAttributes: { shadow: { color: '#fb923c' } } }
|
|
1636
|
-
'.bar-shadow-orange-500[platform=ios]': { titleAttributes: { shadow: { color: '#f97316' } } }
|
|
1637
|
-
'.bar-shadow-orange-600[platform=ios]': { titleAttributes: { shadow: { color: '#ea580c' } } }
|
|
1638
|
-
'.bar-shadow-orange-700[platform=ios]': { titleAttributes: { shadow: { color: '#c2410c' } } }
|
|
1639
|
-
'.bar-shadow-orange-800[platform=ios]': { titleAttributes: { shadow: { color: '#9a3412' } } }
|
|
1640
|
-
'.bar-shadow-orange-900[platform=ios]': { titleAttributes: { shadow: { color: '#7c2d12' } } }
|
|
1641
|
-
'.bar-shadow-amber-50[platform=ios]': { titleAttributes: { shadow: { color: '#fffbeb' } } }
|
|
1642
|
-
'.bar-shadow-amber-100[platform=ios]': { titleAttributes: { shadow: { color: '#fef3c7' } } }
|
|
1643
|
-
'.bar-shadow-amber-200[platform=ios]': { titleAttributes: { shadow: { color: '#fde68a' } } }
|
|
1644
|
-
'.bar-shadow-amber-300[platform=ios]': { titleAttributes: { shadow: { color: '#fcd34d' } } }
|
|
1645
|
-
'.bar-shadow-amber-400[platform=ios]': { titleAttributes: { shadow: { color: '#fbbf24' } } }
|
|
1646
|
-
'.bar-shadow-amber-500[platform=ios]': { titleAttributes: { shadow: { color: '#f59e0b' } } }
|
|
1647
|
-
'.bar-shadow-amber-600[platform=ios]': { titleAttributes: { shadow: { color: '#d97706' } } }
|
|
1648
|
-
'.bar-shadow-amber-700[platform=ios]': { titleAttributes: { shadow: { color: '#b45309' } } }
|
|
1649
|
-
'.bar-shadow-amber-800[platform=ios]': { titleAttributes: { shadow: { color: '#92400e' } } }
|
|
1650
|
-
'.bar-shadow-amber-900[platform=ios]': { titleAttributes: { shadow: { color: '#78350f' } } }
|
|
1651
|
-
'.bar-shadow-yellow-50[platform=ios]': { titleAttributes: { shadow: { color: '#fefce8' } } }
|
|
1652
|
-
'.bar-shadow-yellow-100[platform=ios]': { titleAttributes: { shadow: { color: '#fef9c3' } } }
|
|
1653
|
-
'.bar-shadow-yellow-200[platform=ios]': { titleAttributes: { shadow: { color: '#fef08a' } } }
|
|
1654
|
-
'.bar-shadow-yellow-300[platform=ios]': { titleAttributes: { shadow: { color: '#fde047' } } }
|
|
1655
|
-
'.bar-shadow-yellow-400[platform=ios]': { titleAttributes: { shadow: { color: '#facc15' } } }
|
|
1656
|
-
'.bar-shadow-yellow-500[platform=ios]': { titleAttributes: { shadow: { color: '#eab308' } } }
|
|
1657
|
-
'.bar-shadow-yellow-600[platform=ios]': { titleAttributes: { shadow: { color: '#ca8a04' } } }
|
|
1658
|
-
'.bar-shadow-yellow-700[platform=ios]': { titleAttributes: { shadow: { color: '#a16207' } } }
|
|
1659
|
-
'.bar-shadow-yellow-800[platform=ios]': { titleAttributes: { shadow: { color: '#854d0e' } } }
|
|
1660
|
-
'.bar-shadow-yellow-900[platform=ios]': { titleAttributes: { shadow: { color: '#713f12' } } }
|
|
1661
|
-
'.bar-shadow-lime-50[platform=ios]': { titleAttributes: { shadow: { color: '#f7fee7' } } }
|
|
1662
|
-
'.bar-shadow-lime-100[platform=ios]': { titleAttributes: { shadow: { color: '#ecfccb' } } }
|
|
1663
|
-
'.bar-shadow-lime-200[platform=ios]': { titleAttributes: { shadow: { color: '#d9f99d' } } }
|
|
1664
|
-
'.bar-shadow-lime-300[platform=ios]': { titleAttributes: { shadow: { color: '#bef264' } } }
|
|
1665
|
-
'.bar-shadow-lime-400[platform=ios]': { titleAttributes: { shadow: { color: '#a3e635' } } }
|
|
1666
|
-
'.bar-shadow-lime-500[platform=ios]': { titleAttributes: { shadow: { color: '#84cc16' } } }
|
|
1667
|
-
'.bar-shadow-lime-600[platform=ios]': { titleAttributes: { shadow: { color: '#65a30d' } } }
|
|
1668
|
-
'.bar-shadow-lime-700[platform=ios]': { titleAttributes: { shadow: { color: '#4d7c0f' } } }
|
|
1669
|
-
'.bar-shadow-lime-800[platform=ios]': { titleAttributes: { shadow: { color: '#3f6212' } } }
|
|
1670
|
-
'.bar-shadow-lime-900[platform=ios]': { titleAttributes: { shadow: { color: '#365314' } } }
|
|
1671
|
-
'.bar-shadow-green-50[platform=ios]': { titleAttributes: { shadow: { color: '#f0fdf4' } } }
|
|
1672
|
-
'.bar-shadow-green-100[platform=ios]': { titleAttributes: { shadow: { color: '#dcfce7' } } }
|
|
1673
|
-
'.bar-shadow-green-200[platform=ios]': { titleAttributes: { shadow: { color: '#bbf7d0' } } }
|
|
1674
|
-
'.bar-shadow-green-300[platform=ios]': { titleAttributes: { shadow: { color: '#86efac' } } }
|
|
1675
|
-
'.bar-shadow-green-400[platform=ios]': { titleAttributes: { shadow: { color: '#4ade80' } } }
|
|
1676
|
-
'.bar-shadow-green-500[platform=ios]': { titleAttributes: { shadow: { color: '#22c55e' } } }
|
|
1677
|
-
'.bar-shadow-green-600[platform=ios]': { titleAttributes: { shadow: { color: '#16a34a' } } }
|
|
1678
|
-
'.bar-shadow-green-700[platform=ios]': { titleAttributes: { shadow: { color: '#15803d' } } }
|
|
1679
|
-
'.bar-shadow-green-800[platform=ios]': { titleAttributes: { shadow: { color: '#166534' } } }
|
|
1680
|
-
'.bar-shadow-green-900[platform=ios]': { titleAttributes: { shadow: { color: '#14532d' } } }
|
|
1681
|
-
'.bar-shadow-emerald-50[platform=ios]': { titleAttributes: { shadow: { color: '#ecfdf5' } } }
|
|
1682
|
-
'.bar-shadow-emerald-100[platform=ios]': { titleAttributes: { shadow: { color: '#d1fae5' } } }
|
|
1683
|
-
'.bar-shadow-emerald-200[platform=ios]': { titleAttributes: { shadow: { color: '#a7f3d0' } } }
|
|
1684
|
-
'.bar-shadow-emerald-300[platform=ios]': { titleAttributes: { shadow: { color: '#6ee7b7' } } }
|
|
1685
|
-
'.bar-shadow-emerald-400[platform=ios]': { titleAttributes: { shadow: { color: '#34d399' } } }
|
|
1686
|
-
'.bar-shadow-emerald-500[platform=ios]': { titleAttributes: { shadow: { color: '#10b981' } } }
|
|
1687
|
-
'.bar-shadow-emerald-600[platform=ios]': { titleAttributes: { shadow: { color: '#059669' } } }
|
|
1688
|
-
'.bar-shadow-emerald-700[platform=ios]': { titleAttributes: { shadow: { color: '#047857' } } }
|
|
1689
|
-
'.bar-shadow-emerald-800[platform=ios]': { titleAttributes: { shadow: { color: '#065f46' } } }
|
|
1690
|
-
'.bar-shadow-emerald-900[platform=ios]': { titleAttributes: { shadow: { color: '#064e3b' } } }
|
|
1691
|
-
'.bar-shadow-teal-50[platform=ios]': { titleAttributes: { shadow: { color: '#f0fdfa' } } }
|
|
1692
|
-
'.bar-shadow-teal-100[platform=ios]': { titleAttributes: { shadow: { color: '#ccfbf1' } } }
|
|
1693
|
-
'.bar-shadow-teal-200[platform=ios]': { titleAttributes: { shadow: { color: '#99f6e4' } } }
|
|
1694
|
-
'.bar-shadow-teal-300[platform=ios]': { titleAttributes: { shadow: { color: '#5eead4' } } }
|
|
1695
|
-
'.bar-shadow-teal-400[platform=ios]': { titleAttributes: { shadow: { color: '#2dd4bf' } } }
|
|
1696
|
-
'.bar-shadow-teal-500[platform=ios]': { titleAttributes: { shadow: { color: '#14b8a6' } } }
|
|
1697
|
-
'.bar-shadow-teal-600[platform=ios]': { titleAttributes: { shadow: { color: '#0d9488' } } }
|
|
1698
|
-
'.bar-shadow-teal-700[platform=ios]': { titleAttributes: { shadow: { color: '#0f766e' } } }
|
|
1699
|
-
'.bar-shadow-teal-800[platform=ios]': { titleAttributes: { shadow: { color: '#115e59' } } }
|
|
1700
|
-
'.bar-shadow-teal-900[platform=ios]': { titleAttributes: { shadow: { color: '#134e4a' } } }
|
|
1701
|
-
'.bar-shadow-cyan-50[platform=ios]': { titleAttributes: { shadow: { color: '#ecfeff' } } }
|
|
1702
|
-
'.bar-shadow-cyan-100[platform=ios]': { titleAttributes: { shadow: { color: '#cffafe' } } }
|
|
1703
|
-
'.bar-shadow-cyan-200[platform=ios]': { titleAttributes: { shadow: { color: '#a5f3fc' } } }
|
|
1704
|
-
'.bar-shadow-cyan-300[platform=ios]': { titleAttributes: { shadow: { color: '#67e8f9' } } }
|
|
1705
|
-
'.bar-shadow-cyan-400[platform=ios]': { titleAttributes: { shadow: { color: '#22d3ee' } } }
|
|
1706
|
-
'.bar-shadow-cyan-500[platform=ios]': { titleAttributes: { shadow: { color: '#06b6d4' } } }
|
|
1707
|
-
'.bar-shadow-cyan-600[platform=ios]': { titleAttributes: { shadow: { color: '#0891b2' } } }
|
|
1708
|
-
'.bar-shadow-cyan-700[platform=ios]': { titleAttributes: { shadow: { color: '#0e7490' } } }
|
|
1709
|
-
'.bar-shadow-cyan-800[platform=ios]': { titleAttributes: { shadow: { color: '#155e75' } } }
|
|
1710
|
-
'.bar-shadow-cyan-900[platform=ios]': { titleAttributes: { shadow: { color: '#164e63' } } }
|
|
1711
|
-
'.bar-shadow-sky-50[platform=ios]': { titleAttributes: { shadow: { color: '#f0f9ff' } } }
|
|
1712
|
-
'.bar-shadow-sky-100[platform=ios]': { titleAttributes: { shadow: { color: '#e0f2fe' } } }
|
|
1713
|
-
'.bar-shadow-sky-200[platform=ios]': { titleAttributes: { shadow: { color: '#bae6fd' } } }
|
|
1714
|
-
'.bar-shadow-sky-300[platform=ios]': { titleAttributes: { shadow: { color: '#7dd3fc' } } }
|
|
1715
|
-
'.bar-shadow-sky-400[platform=ios]': { titleAttributes: { shadow: { color: '#38bdf8' } } }
|
|
1716
|
-
'.bar-shadow-sky-500[platform=ios]': { titleAttributes: { shadow: { color: '#0ea5e9' } } }
|
|
1717
|
-
'.bar-shadow-sky-600[platform=ios]': { titleAttributes: { shadow: { color: '#0284c7' } } }
|
|
1718
|
-
'.bar-shadow-sky-700[platform=ios]': { titleAttributes: { shadow: { color: '#0369a1' } } }
|
|
1719
|
-
'.bar-shadow-sky-800[platform=ios]': { titleAttributes: { shadow: { color: '#075985' } } }
|
|
1720
|
-
'.bar-shadow-sky-900[platform=ios]': { titleAttributes: { shadow: { color: '#0c4a6e' } } }
|
|
1721
|
-
'.bar-shadow-blue-50[platform=ios]': { titleAttributes: { shadow: { color: '#eff6ff' } } }
|
|
1722
|
-
'.bar-shadow-blue-100[platform=ios]': { titleAttributes: { shadow: { color: '#dbeafe' } } }
|
|
1723
|
-
'.bar-shadow-blue-200[platform=ios]': { titleAttributes: { shadow: { color: '#bfdbfe' } } }
|
|
1724
|
-
'.bar-shadow-blue-300[platform=ios]': { titleAttributes: { shadow: { color: '#93c5fd' } } }
|
|
1725
|
-
'.bar-shadow-blue-400[platform=ios]': { titleAttributes: { shadow: { color: '#60a5fa' } } }
|
|
1726
|
-
'.bar-shadow-blue-500[platform=ios]': { titleAttributes: { shadow: { color: '#3b82f6' } } }
|
|
1727
|
-
'.bar-shadow-blue-600[platform=ios]': { titleAttributes: { shadow: { color: '#2563eb' } } }
|
|
1728
|
-
'.bar-shadow-blue-700[platform=ios]': { titleAttributes: { shadow: { color: '#1d4ed8' } } }
|
|
1729
|
-
'.bar-shadow-blue-800[platform=ios]': { titleAttributes: { shadow: { color: '#1e40af' } } }
|
|
1730
|
-
'.bar-shadow-blue-900[platform=ios]': { titleAttributes: { shadow: { color: '#1e3a8a' } } }
|
|
1731
|
-
'.bar-shadow-indigo-50[platform=ios]': { titleAttributes: { shadow: { color: '#eef2ff' } } }
|
|
1732
|
-
'.bar-shadow-indigo-100[platform=ios]': { titleAttributes: { shadow: { color: '#e0e7ff' } } }
|
|
1733
|
-
'.bar-shadow-indigo-200[platform=ios]': { titleAttributes: { shadow: { color: '#c7d2fe' } } }
|
|
1734
|
-
'.bar-shadow-indigo-300[platform=ios]': { titleAttributes: { shadow: { color: '#a5b4fc' } } }
|
|
1735
|
-
'.bar-shadow-indigo-400[platform=ios]': { titleAttributes: { shadow: { color: '#818cf8' } } }
|
|
1736
|
-
'.bar-shadow-indigo-500[platform=ios]': { titleAttributes: { shadow: { color: '#6366f1' } } }
|
|
1737
|
-
'.bar-shadow-indigo-600[platform=ios]': { titleAttributes: { shadow: { color: '#4f46e5' } } }
|
|
1738
|
-
'.bar-shadow-indigo-700[platform=ios]': { titleAttributes: { shadow: { color: '#4338ca' } } }
|
|
1739
|
-
'.bar-shadow-indigo-800[platform=ios]': { titleAttributes: { shadow: { color: '#3730a3' } } }
|
|
1740
|
-
'.bar-shadow-indigo-900[platform=ios]': { titleAttributes: { shadow: { color: '#312e81' } } }
|
|
1741
|
-
'.bar-shadow-violet-50[platform=ios]': { titleAttributes: { shadow: { color: '#f5f3ff' } } }
|
|
1742
|
-
'.bar-shadow-violet-100[platform=ios]': { titleAttributes: { shadow: { color: '#ede9fe' } } }
|
|
1743
|
-
'.bar-shadow-violet-200[platform=ios]': { titleAttributes: { shadow: { color: '#ddd6fe' } } }
|
|
1744
|
-
'.bar-shadow-violet-300[platform=ios]': { titleAttributes: { shadow: { color: '#c4b5fd' } } }
|
|
1745
|
-
'.bar-shadow-violet-400[platform=ios]': { titleAttributes: { shadow: { color: '#a78bfa' } } }
|
|
1746
|
-
'.bar-shadow-violet-500[platform=ios]': { titleAttributes: { shadow: { color: '#8b5cf6' } } }
|
|
1747
|
-
'.bar-shadow-violet-600[platform=ios]': { titleAttributes: { shadow: { color: '#7c3aed' } } }
|
|
1748
|
-
'.bar-shadow-violet-700[platform=ios]': { titleAttributes: { shadow: { color: '#6d28d9' } } }
|
|
1749
|
-
'.bar-shadow-violet-800[platform=ios]': { titleAttributes: { shadow: { color: '#5b21b6' } } }
|
|
1750
|
-
'.bar-shadow-violet-900[platform=ios]': { titleAttributes: { shadow: { color: '#4c1d95' } } }
|
|
1751
|
-
'.bar-shadow-purple-50[platform=ios]': { titleAttributes: { shadow: { color: '#faf5ff' } } }
|
|
1752
|
-
'.bar-shadow-purple-100[platform=ios]': { titleAttributes: { shadow: { color: '#f3e8ff' } } }
|
|
1753
|
-
'.bar-shadow-purple-200[platform=ios]': { titleAttributes: { shadow: { color: '#e9d5ff' } } }
|
|
1754
|
-
'.bar-shadow-purple-300[platform=ios]': { titleAttributes: { shadow: { color: '#d8b4fe' } } }
|
|
1755
|
-
'.bar-shadow-purple-400[platform=ios]': { titleAttributes: { shadow: { color: '#c084fc' } } }
|
|
1756
|
-
'.bar-shadow-purple-500[platform=ios]': { titleAttributes: { shadow: { color: '#a855f7' } } }
|
|
1757
|
-
'.bar-shadow-purple-600[platform=ios]': { titleAttributes: { shadow: { color: '#9333ea' } } }
|
|
1758
|
-
'.bar-shadow-purple-700[platform=ios]': { titleAttributes: { shadow: { color: '#7e22ce' } } }
|
|
1759
|
-
'.bar-shadow-purple-800[platform=ios]': { titleAttributes: { shadow: { color: '#6b21a8' } } }
|
|
1760
|
-
'.bar-shadow-purple-900[platform=ios]': { titleAttributes: { shadow: { color: '#581c87' } } }
|
|
1761
|
-
'.bar-shadow-fuchsia-50[platform=ios]': { titleAttributes: { shadow: { color: '#fdf4ff' } } }
|
|
1762
|
-
'.bar-shadow-fuchsia-100[platform=ios]': { titleAttributes: { shadow: { color: '#fae8ff' } } }
|
|
1763
|
-
'.bar-shadow-fuchsia-200[platform=ios]': { titleAttributes: { shadow: { color: '#f5d0fe' } } }
|
|
1764
|
-
'.bar-shadow-fuchsia-300[platform=ios]': { titleAttributes: { shadow: { color: '#f0abfc' } } }
|
|
1765
|
-
'.bar-shadow-fuchsia-400[platform=ios]': { titleAttributes: { shadow: { color: '#e879f9' } } }
|
|
1766
|
-
'.bar-shadow-fuchsia-500[platform=ios]': { titleAttributes: { shadow: { color: '#d946ef' } } }
|
|
1767
|
-
'.bar-shadow-fuchsia-600[platform=ios]': { titleAttributes: { shadow: { color: '#c026d3' } } }
|
|
1768
|
-
'.bar-shadow-fuchsia-700[platform=ios]': { titleAttributes: { shadow: { color: '#a21caf' } } }
|
|
1769
|
-
'.bar-shadow-fuchsia-800[platform=ios]': { titleAttributes: { shadow: { color: '#86198f' } } }
|
|
1770
|
-
'.bar-shadow-fuchsia-900[platform=ios]': { titleAttributes: { shadow: { color: '#701a75' } } }
|
|
1771
|
-
'.bar-shadow-pink-50[platform=ios]': { titleAttributes: { shadow: { color: '#fdf2f8' } } }
|
|
1772
|
-
'.bar-shadow-pink-100[platform=ios]': { titleAttributes: { shadow: { color: '#fce7f3' } } }
|
|
1773
|
-
'.bar-shadow-pink-200[platform=ios]': { titleAttributes: { shadow: { color: '#fbcfe8' } } }
|
|
1774
|
-
'.bar-shadow-pink-300[platform=ios]': { titleAttributes: { shadow: { color: '#f9a8d4' } } }
|
|
1775
|
-
'.bar-shadow-pink-400[platform=ios]': { titleAttributes: { shadow: { color: '#f472b6' } } }
|
|
1776
|
-
'.bar-shadow-pink-500[platform=ios]': { titleAttributes: { shadow: { color: '#ec4899' } } }
|
|
1777
|
-
'.bar-shadow-pink-600[platform=ios]': { titleAttributes: { shadow: { color: '#db2777' } } }
|
|
1778
|
-
'.bar-shadow-pink-700[platform=ios]': { titleAttributes: { shadow: { color: '#be185d' } } }
|
|
1779
|
-
'.bar-shadow-pink-800[platform=ios]': { titleAttributes: { shadow: { color: '#9d174d' } } }
|
|
1780
|
-
'.bar-shadow-pink-900[platform=ios]': { titleAttributes: { shadow: { color: '#831843' } } }
|
|
1781
|
-
'.bar-shadow-rose-50[platform=ios]': { titleAttributes: { shadow: { color: '#fff1f2' } } }
|
|
1782
|
-
'.bar-shadow-rose-100[platform=ios]': { titleAttributes: { shadow: { color: '#ffe4e6' } } }
|
|
1783
|
-
'.bar-shadow-rose-200[platform=ios]': { titleAttributes: { shadow: { color: '#fecdd3' } } }
|
|
1784
|
-
'.bar-shadow-rose-300[platform=ios]': { titleAttributes: { shadow: { color: '#fda4af' } } }
|
|
1785
|
-
'.bar-shadow-rose-400[platform=ios]': { titleAttributes: { shadow: { color: '#fb7185' } } }
|
|
1786
|
-
'.bar-shadow-rose-500[platform=ios]': { titleAttributes: { shadow: { color: '#f43f5e' } } }
|
|
1787
|
-
'.bar-shadow-rose-600[platform=ios]': { titleAttributes: { shadow: { color: '#e11d48' } } }
|
|
1788
|
-
'.bar-shadow-rose-700[platform=ios]': { titleAttributes: { shadow: { color: '#be123c' } } }
|
|
1789
|
-
'.bar-shadow-rose-800[platform=ios]': { titleAttributes: { shadow: { color: '#9f1239' } } }
|
|
1790
|
-
'.bar-shadow-rose-900[platform=ios]': { titleAttributes: { shadow: { color: '#881337' } } }
|
|
1571
|
+
'.bar-shadow-slate-50[platform=ios]': { titleAttributes: { shadow: { color: '#f8fafc' } } }
|
|
1572
|
+
'.bar-shadow-slate-100[platform=ios]': { titleAttributes: { shadow: { color: '#f1f5f9' } } }
|
|
1573
|
+
'.bar-shadow-slate-200[platform=ios]': { titleAttributes: { shadow: { color: '#e2e8f0' } } }
|
|
1574
|
+
'.bar-shadow-slate-300[platform=ios]': { titleAttributes: { shadow: { color: '#cbd5e1' } } }
|
|
1575
|
+
'.bar-shadow-slate-400[platform=ios]': { titleAttributes: { shadow: { color: '#94a3b8' } } }
|
|
1576
|
+
'.bar-shadow-slate-500[platform=ios]': { titleAttributes: { shadow: { color: '#64748b' } } }
|
|
1577
|
+
'.bar-shadow-slate-600[platform=ios]': { titleAttributes: { shadow: { color: '#475569' } } }
|
|
1578
|
+
'.bar-shadow-slate-700[platform=ios]': { titleAttributes: { shadow: { color: '#334155' } } }
|
|
1579
|
+
'.bar-shadow-slate-800[platform=ios]': { titleAttributes: { shadow: { color: '#1e293b' } } }
|
|
1580
|
+
'.bar-shadow-slate-900[platform=ios]': { titleAttributes: { shadow: { color: '#0f172a' } } }
|
|
1581
|
+
'.bar-shadow-gray-50[platform=ios]': { titleAttributes: { shadow: { color: '#f9fafb' } } }
|
|
1582
|
+
'.bar-shadow-gray-100[platform=ios]': { titleAttributes: { shadow: { color: '#f3f4f6' } } }
|
|
1583
|
+
'.bar-shadow-gray-200[platform=ios]': { titleAttributes: { shadow: { color: '#e5e7eb' } } }
|
|
1584
|
+
'.bar-shadow-gray-300[platform=ios]': { titleAttributes: { shadow: { color: '#d1d5db' } } }
|
|
1585
|
+
'.bar-shadow-gray-400[platform=ios]': { titleAttributes: { shadow: { color: '#9ca3af' } } }
|
|
1586
|
+
'.bar-shadow-gray-500[platform=ios]': { titleAttributes: { shadow: { color: '#6b7280' } } }
|
|
1587
|
+
'.bar-shadow-gray-600[platform=ios]': { titleAttributes: { shadow: { color: '#4b5563' } } }
|
|
1588
|
+
'.bar-shadow-gray-700[platform=ios]': { titleAttributes: { shadow: { color: '#374151' } } }
|
|
1589
|
+
'.bar-shadow-gray-800[platform=ios]': { titleAttributes: { shadow: { color: '#1f2937' } } }
|
|
1590
|
+
'.bar-shadow-gray-900[platform=ios]': { titleAttributes: { shadow: { color: '#111827' } } }
|
|
1591
|
+
'.bar-shadow-zinc-50[platform=ios]': { titleAttributes: { shadow: { color: '#fafafa' } } }
|
|
1592
|
+
'.bar-shadow-zinc-100[platform=ios]': { titleAttributes: { shadow: { color: '#f4f4f5' } } }
|
|
1593
|
+
'.bar-shadow-zinc-200[platform=ios]': { titleAttributes: { shadow: { color: '#e4e4e7' } } }
|
|
1594
|
+
'.bar-shadow-zinc-300[platform=ios]': { titleAttributes: { shadow: { color: '#d4d4d8' } } }
|
|
1595
|
+
'.bar-shadow-zinc-400[platform=ios]': { titleAttributes: { shadow: { color: '#a1a1aa' } } }
|
|
1596
|
+
'.bar-shadow-zinc-500[platform=ios]': { titleAttributes: { shadow: { color: '#71717a' } } }
|
|
1597
|
+
'.bar-shadow-zinc-600[platform=ios]': { titleAttributes: { shadow: { color: '#52525b' } } }
|
|
1598
|
+
'.bar-shadow-zinc-700[platform=ios]': { titleAttributes: { shadow: { color: '#3f3f46' } } }
|
|
1599
|
+
'.bar-shadow-zinc-800[platform=ios]': { titleAttributes: { shadow: { color: '#27272a' } } }
|
|
1600
|
+
'.bar-shadow-zinc-900[platform=ios]': { titleAttributes: { shadow: { color: '#18181b' } } }
|
|
1601
|
+
'.bar-shadow-neutral-50[platform=ios]': { titleAttributes: { shadow: { color: '#fafafa' } } }
|
|
1602
|
+
'.bar-shadow-neutral-100[platform=ios]': { titleAttributes: { shadow: { color: '#f5f5f5' } } }
|
|
1603
|
+
'.bar-shadow-neutral-200[platform=ios]': { titleAttributes: { shadow: { color: '#e5e5e5' } } }
|
|
1604
|
+
'.bar-shadow-neutral-300[platform=ios]': { titleAttributes: { shadow: { color: '#d4d4d4' } } }
|
|
1605
|
+
'.bar-shadow-neutral-400[platform=ios]': { titleAttributes: { shadow: { color: '#a3a3a3' } } }
|
|
1606
|
+
'.bar-shadow-neutral-500[platform=ios]': { titleAttributes: { shadow: { color: '#737373' } } }
|
|
1607
|
+
'.bar-shadow-neutral-600[platform=ios]': { titleAttributes: { shadow: { color: '#525252' } } }
|
|
1608
|
+
'.bar-shadow-neutral-700[platform=ios]': { titleAttributes: { shadow: { color: '#404040' } } }
|
|
1609
|
+
'.bar-shadow-neutral-800[platform=ios]': { titleAttributes: { shadow: { color: '#262626' } } }
|
|
1610
|
+
'.bar-shadow-neutral-900[platform=ios]': { titleAttributes: { shadow: { color: '#171717' } } }
|
|
1611
|
+
'.bar-shadow-stone-50[platform=ios]': { titleAttributes: { shadow: { color: '#fafaf9' } } }
|
|
1612
|
+
'.bar-shadow-stone-100[platform=ios]': { titleAttributes: { shadow: { color: '#f5f5f4' } } }
|
|
1613
|
+
'.bar-shadow-stone-200[platform=ios]': { titleAttributes: { shadow: { color: '#e7e5e4' } } }
|
|
1614
|
+
'.bar-shadow-stone-300[platform=ios]': { titleAttributes: { shadow: { color: '#d6d3d1' } } }
|
|
1615
|
+
'.bar-shadow-stone-400[platform=ios]': { titleAttributes: { shadow: { color: '#a8a29e' } } }
|
|
1616
|
+
'.bar-shadow-stone-500[platform=ios]': { titleAttributes: { shadow: { color: '#78716c' } } }
|
|
1617
|
+
'.bar-shadow-stone-600[platform=ios]': { titleAttributes: { shadow: { color: '#57534e' } } }
|
|
1618
|
+
'.bar-shadow-stone-700[platform=ios]': { titleAttributes: { shadow: { color: '#44403c' } } }
|
|
1619
|
+
'.bar-shadow-stone-800[platform=ios]': { titleAttributes: { shadow: { color: '#292524' } } }
|
|
1620
|
+
'.bar-shadow-stone-900[platform=ios]': { titleAttributes: { shadow: { color: '#1c1917' } } }
|
|
1621
|
+
'.bar-shadow-red-50[platform=ios]': { titleAttributes: { shadow: { color: '#fef2f2' } } }
|
|
1622
|
+
'.bar-shadow-red-100[platform=ios]': { titleAttributes: { shadow: { color: '#fee2e2' } } }
|
|
1623
|
+
'.bar-shadow-red-200[platform=ios]': { titleAttributes: { shadow: { color: '#fecaca' } } }
|
|
1624
|
+
'.bar-shadow-red-300[platform=ios]': { titleAttributes: { shadow: { color: '#fca5a5' } } }
|
|
1625
|
+
'.bar-shadow-red-400[platform=ios]': { titleAttributes: { shadow: { color: '#f87171' } } }
|
|
1626
|
+
'.bar-shadow-red-500[platform=ios]': { titleAttributes: { shadow: { color: '#ef4444' } } }
|
|
1627
|
+
'.bar-shadow-red-600[platform=ios]': { titleAttributes: { shadow: { color: '#dc2626' } } }
|
|
1628
|
+
'.bar-shadow-red-700[platform=ios]': { titleAttributes: { shadow: { color: '#b91c1c' } } }
|
|
1629
|
+
'.bar-shadow-red-800[platform=ios]': { titleAttributes: { shadow: { color: '#991b1b' } } }
|
|
1630
|
+
'.bar-shadow-red-900[platform=ios]': { titleAttributes: { shadow: { color: '#7f1d1d' } } }
|
|
1631
|
+
'.bar-shadow-orange-50[platform=ios]': { titleAttributes: { shadow: { color: '#fff7ed' } } }
|
|
1632
|
+
'.bar-shadow-orange-100[platform=ios]': { titleAttributes: { shadow: { color: '#ffedd5' } } }
|
|
1633
|
+
'.bar-shadow-orange-200[platform=ios]': { titleAttributes: { shadow: { color: '#fed7aa' } } }
|
|
1634
|
+
'.bar-shadow-orange-300[platform=ios]': { titleAttributes: { shadow: { color: '#fdba74' } } }
|
|
1635
|
+
'.bar-shadow-orange-400[platform=ios]': { titleAttributes: { shadow: { color: '#fb923c' } } }
|
|
1636
|
+
'.bar-shadow-orange-500[platform=ios]': { titleAttributes: { shadow: { color: '#f97316' } } }
|
|
1637
|
+
'.bar-shadow-orange-600[platform=ios]': { titleAttributes: { shadow: { color: '#ea580c' } } }
|
|
1638
|
+
'.bar-shadow-orange-700[platform=ios]': { titleAttributes: { shadow: { color: '#c2410c' } } }
|
|
1639
|
+
'.bar-shadow-orange-800[platform=ios]': { titleAttributes: { shadow: { color: '#9a3412' } } }
|
|
1640
|
+
'.bar-shadow-orange-900[platform=ios]': { titleAttributes: { shadow: { color: '#7c2d12' } } }
|
|
1641
|
+
'.bar-shadow-amber-50[platform=ios]': { titleAttributes: { shadow: { color: '#fffbeb' } } }
|
|
1642
|
+
'.bar-shadow-amber-100[platform=ios]': { titleAttributes: { shadow: { color: '#fef3c7' } } }
|
|
1643
|
+
'.bar-shadow-amber-200[platform=ios]': { titleAttributes: { shadow: { color: '#fde68a' } } }
|
|
1644
|
+
'.bar-shadow-amber-300[platform=ios]': { titleAttributes: { shadow: { color: '#fcd34d' } } }
|
|
1645
|
+
'.bar-shadow-amber-400[platform=ios]': { titleAttributes: { shadow: { color: '#fbbf24' } } }
|
|
1646
|
+
'.bar-shadow-amber-500[platform=ios]': { titleAttributes: { shadow: { color: '#f59e0b' } } }
|
|
1647
|
+
'.bar-shadow-amber-600[platform=ios]': { titleAttributes: { shadow: { color: '#d97706' } } }
|
|
1648
|
+
'.bar-shadow-amber-700[platform=ios]': { titleAttributes: { shadow: { color: '#b45309' } } }
|
|
1649
|
+
'.bar-shadow-amber-800[platform=ios]': { titleAttributes: { shadow: { color: '#92400e' } } }
|
|
1650
|
+
'.bar-shadow-amber-900[platform=ios]': { titleAttributes: { shadow: { color: '#78350f' } } }
|
|
1651
|
+
'.bar-shadow-yellow-50[platform=ios]': { titleAttributes: { shadow: { color: '#fefce8' } } }
|
|
1652
|
+
'.bar-shadow-yellow-100[platform=ios]': { titleAttributes: { shadow: { color: '#fef9c3' } } }
|
|
1653
|
+
'.bar-shadow-yellow-200[platform=ios]': { titleAttributes: { shadow: { color: '#fef08a' } } }
|
|
1654
|
+
'.bar-shadow-yellow-300[platform=ios]': { titleAttributes: { shadow: { color: '#fde047' } } }
|
|
1655
|
+
'.bar-shadow-yellow-400[platform=ios]': { titleAttributes: { shadow: { color: '#facc15' } } }
|
|
1656
|
+
'.bar-shadow-yellow-500[platform=ios]': { titleAttributes: { shadow: { color: '#eab308' } } }
|
|
1657
|
+
'.bar-shadow-yellow-600[platform=ios]': { titleAttributes: { shadow: { color: '#ca8a04' } } }
|
|
1658
|
+
'.bar-shadow-yellow-700[platform=ios]': { titleAttributes: { shadow: { color: '#a16207' } } }
|
|
1659
|
+
'.bar-shadow-yellow-800[platform=ios]': { titleAttributes: { shadow: { color: '#854d0e' } } }
|
|
1660
|
+
'.bar-shadow-yellow-900[platform=ios]': { titleAttributes: { shadow: { color: '#713f12' } } }
|
|
1661
|
+
'.bar-shadow-lime-50[platform=ios]': { titleAttributes: { shadow: { color: '#f7fee7' } } }
|
|
1662
|
+
'.bar-shadow-lime-100[platform=ios]': { titleAttributes: { shadow: { color: '#ecfccb' } } }
|
|
1663
|
+
'.bar-shadow-lime-200[platform=ios]': { titleAttributes: { shadow: { color: '#d9f99d' } } }
|
|
1664
|
+
'.bar-shadow-lime-300[platform=ios]': { titleAttributes: { shadow: { color: '#bef264' } } }
|
|
1665
|
+
'.bar-shadow-lime-400[platform=ios]': { titleAttributes: { shadow: { color: '#a3e635' } } }
|
|
1666
|
+
'.bar-shadow-lime-500[platform=ios]': { titleAttributes: { shadow: { color: '#84cc16' } } }
|
|
1667
|
+
'.bar-shadow-lime-600[platform=ios]': { titleAttributes: { shadow: { color: '#65a30d' } } }
|
|
1668
|
+
'.bar-shadow-lime-700[platform=ios]': { titleAttributes: { shadow: { color: '#4d7c0f' } } }
|
|
1669
|
+
'.bar-shadow-lime-800[platform=ios]': { titleAttributes: { shadow: { color: '#3f6212' } } }
|
|
1670
|
+
'.bar-shadow-lime-900[platform=ios]': { titleAttributes: { shadow: { color: '#365314' } } }
|
|
1671
|
+
'.bar-shadow-green-50[platform=ios]': { titleAttributes: { shadow: { color: '#f0fdf4' } } }
|
|
1672
|
+
'.bar-shadow-green-100[platform=ios]': { titleAttributes: { shadow: { color: '#dcfce7' } } }
|
|
1673
|
+
'.bar-shadow-green-200[platform=ios]': { titleAttributes: { shadow: { color: '#bbf7d0' } } }
|
|
1674
|
+
'.bar-shadow-green-300[platform=ios]': { titleAttributes: { shadow: { color: '#86efac' } } }
|
|
1675
|
+
'.bar-shadow-green-400[platform=ios]': { titleAttributes: { shadow: { color: '#4ade80' } } }
|
|
1676
|
+
'.bar-shadow-green-500[platform=ios]': { titleAttributes: { shadow: { color: '#22c55e' } } }
|
|
1677
|
+
'.bar-shadow-green-600[platform=ios]': { titleAttributes: { shadow: { color: '#16a34a' } } }
|
|
1678
|
+
'.bar-shadow-green-700[platform=ios]': { titleAttributes: { shadow: { color: '#15803d' } } }
|
|
1679
|
+
'.bar-shadow-green-800[platform=ios]': { titleAttributes: { shadow: { color: '#166534' } } }
|
|
1680
|
+
'.bar-shadow-green-900[platform=ios]': { titleAttributes: { shadow: { color: '#14532d' } } }
|
|
1681
|
+
'.bar-shadow-emerald-50[platform=ios]': { titleAttributes: { shadow: { color: '#ecfdf5' } } }
|
|
1682
|
+
'.bar-shadow-emerald-100[platform=ios]': { titleAttributes: { shadow: { color: '#d1fae5' } } }
|
|
1683
|
+
'.bar-shadow-emerald-200[platform=ios]': { titleAttributes: { shadow: { color: '#a7f3d0' } } }
|
|
1684
|
+
'.bar-shadow-emerald-300[platform=ios]': { titleAttributes: { shadow: { color: '#6ee7b7' } } }
|
|
1685
|
+
'.bar-shadow-emerald-400[platform=ios]': { titleAttributes: { shadow: { color: '#34d399' } } }
|
|
1686
|
+
'.bar-shadow-emerald-500[platform=ios]': { titleAttributes: { shadow: { color: '#10b981' } } }
|
|
1687
|
+
'.bar-shadow-emerald-600[platform=ios]': { titleAttributes: { shadow: { color: '#059669' } } }
|
|
1688
|
+
'.bar-shadow-emerald-700[platform=ios]': { titleAttributes: { shadow: { color: '#047857' } } }
|
|
1689
|
+
'.bar-shadow-emerald-800[platform=ios]': { titleAttributes: { shadow: { color: '#065f46' } } }
|
|
1690
|
+
'.bar-shadow-emerald-900[platform=ios]': { titleAttributes: { shadow: { color: '#064e3b' } } }
|
|
1691
|
+
'.bar-shadow-teal-50[platform=ios]': { titleAttributes: { shadow: { color: '#f0fdfa' } } }
|
|
1692
|
+
'.bar-shadow-teal-100[platform=ios]': { titleAttributes: { shadow: { color: '#ccfbf1' } } }
|
|
1693
|
+
'.bar-shadow-teal-200[platform=ios]': { titleAttributes: { shadow: { color: '#99f6e4' } } }
|
|
1694
|
+
'.bar-shadow-teal-300[platform=ios]': { titleAttributes: { shadow: { color: '#5eead4' } } }
|
|
1695
|
+
'.bar-shadow-teal-400[platform=ios]': { titleAttributes: { shadow: { color: '#2dd4bf' } } }
|
|
1696
|
+
'.bar-shadow-teal-500[platform=ios]': { titleAttributes: { shadow: { color: '#14b8a6' } } }
|
|
1697
|
+
'.bar-shadow-teal-600[platform=ios]': { titleAttributes: { shadow: { color: '#0d9488' } } }
|
|
1698
|
+
'.bar-shadow-teal-700[platform=ios]': { titleAttributes: { shadow: { color: '#0f766e' } } }
|
|
1699
|
+
'.bar-shadow-teal-800[platform=ios]': { titleAttributes: { shadow: { color: '#115e59' } } }
|
|
1700
|
+
'.bar-shadow-teal-900[platform=ios]': { titleAttributes: { shadow: { color: '#134e4a' } } }
|
|
1701
|
+
'.bar-shadow-cyan-50[platform=ios]': { titleAttributes: { shadow: { color: '#ecfeff' } } }
|
|
1702
|
+
'.bar-shadow-cyan-100[platform=ios]': { titleAttributes: { shadow: { color: '#cffafe' } } }
|
|
1703
|
+
'.bar-shadow-cyan-200[platform=ios]': { titleAttributes: { shadow: { color: '#a5f3fc' } } }
|
|
1704
|
+
'.bar-shadow-cyan-300[platform=ios]': { titleAttributes: { shadow: { color: '#67e8f9' } } }
|
|
1705
|
+
'.bar-shadow-cyan-400[platform=ios]': { titleAttributes: { shadow: { color: '#22d3ee' } } }
|
|
1706
|
+
'.bar-shadow-cyan-500[platform=ios]': { titleAttributes: { shadow: { color: '#06b6d4' } } }
|
|
1707
|
+
'.bar-shadow-cyan-600[platform=ios]': { titleAttributes: { shadow: { color: '#0891b2' } } }
|
|
1708
|
+
'.bar-shadow-cyan-700[platform=ios]': { titleAttributes: { shadow: { color: '#0e7490' } } }
|
|
1709
|
+
'.bar-shadow-cyan-800[platform=ios]': { titleAttributes: { shadow: { color: '#155e75' } } }
|
|
1710
|
+
'.bar-shadow-cyan-900[platform=ios]': { titleAttributes: { shadow: { color: '#164e63' } } }
|
|
1711
|
+
'.bar-shadow-sky-50[platform=ios]': { titleAttributes: { shadow: { color: '#f0f9ff' } } }
|
|
1712
|
+
'.bar-shadow-sky-100[platform=ios]': { titleAttributes: { shadow: { color: '#e0f2fe' } } }
|
|
1713
|
+
'.bar-shadow-sky-200[platform=ios]': { titleAttributes: { shadow: { color: '#bae6fd' } } }
|
|
1714
|
+
'.bar-shadow-sky-300[platform=ios]': { titleAttributes: { shadow: { color: '#7dd3fc' } } }
|
|
1715
|
+
'.bar-shadow-sky-400[platform=ios]': { titleAttributes: { shadow: { color: '#38bdf8' } } }
|
|
1716
|
+
'.bar-shadow-sky-500[platform=ios]': { titleAttributes: { shadow: { color: '#0ea5e9' } } }
|
|
1717
|
+
'.bar-shadow-sky-600[platform=ios]': { titleAttributes: { shadow: { color: '#0284c7' } } }
|
|
1718
|
+
'.bar-shadow-sky-700[platform=ios]': { titleAttributes: { shadow: { color: '#0369a1' } } }
|
|
1719
|
+
'.bar-shadow-sky-800[platform=ios]': { titleAttributes: { shadow: { color: '#075985' } } }
|
|
1720
|
+
'.bar-shadow-sky-900[platform=ios]': { titleAttributes: { shadow: { color: '#0c4a6e' } } }
|
|
1721
|
+
'.bar-shadow-blue-50[platform=ios]': { titleAttributes: { shadow: { color: '#eff6ff' } } }
|
|
1722
|
+
'.bar-shadow-blue-100[platform=ios]': { titleAttributes: { shadow: { color: '#dbeafe' } } }
|
|
1723
|
+
'.bar-shadow-blue-200[platform=ios]': { titleAttributes: { shadow: { color: '#bfdbfe' } } }
|
|
1724
|
+
'.bar-shadow-blue-300[platform=ios]': { titleAttributes: { shadow: { color: '#93c5fd' } } }
|
|
1725
|
+
'.bar-shadow-blue-400[platform=ios]': { titleAttributes: { shadow: { color: '#60a5fa' } } }
|
|
1726
|
+
'.bar-shadow-blue-500[platform=ios]': { titleAttributes: { shadow: { color: '#3b82f6' } } }
|
|
1727
|
+
'.bar-shadow-blue-600[platform=ios]': { titleAttributes: { shadow: { color: '#2563eb' } } }
|
|
1728
|
+
'.bar-shadow-blue-700[platform=ios]': { titleAttributes: { shadow: { color: '#1d4ed8' } } }
|
|
1729
|
+
'.bar-shadow-blue-800[platform=ios]': { titleAttributes: { shadow: { color: '#1e40af' } } }
|
|
1730
|
+
'.bar-shadow-blue-900[platform=ios]': { titleAttributes: { shadow: { color: '#1e3a8a' } } }
|
|
1731
|
+
'.bar-shadow-indigo-50[platform=ios]': { titleAttributes: { shadow: { color: '#eef2ff' } } }
|
|
1732
|
+
'.bar-shadow-indigo-100[platform=ios]': { titleAttributes: { shadow: { color: '#e0e7ff' } } }
|
|
1733
|
+
'.bar-shadow-indigo-200[platform=ios]': { titleAttributes: { shadow: { color: '#c7d2fe' } } }
|
|
1734
|
+
'.bar-shadow-indigo-300[platform=ios]': { titleAttributes: { shadow: { color: '#a5b4fc' } } }
|
|
1735
|
+
'.bar-shadow-indigo-400[platform=ios]': { titleAttributes: { shadow: { color: '#818cf8' } } }
|
|
1736
|
+
'.bar-shadow-indigo-500[platform=ios]': { titleAttributes: { shadow: { color: '#6366f1' } } }
|
|
1737
|
+
'.bar-shadow-indigo-600[platform=ios]': { titleAttributes: { shadow: { color: '#4f46e5' } } }
|
|
1738
|
+
'.bar-shadow-indigo-700[platform=ios]': { titleAttributes: { shadow: { color: '#4338ca' } } }
|
|
1739
|
+
'.bar-shadow-indigo-800[platform=ios]': { titleAttributes: { shadow: { color: '#3730a3' } } }
|
|
1740
|
+
'.bar-shadow-indigo-900[platform=ios]': { titleAttributes: { shadow: { color: '#312e81' } } }
|
|
1741
|
+
'.bar-shadow-violet-50[platform=ios]': { titleAttributes: { shadow: { color: '#f5f3ff' } } }
|
|
1742
|
+
'.bar-shadow-violet-100[platform=ios]': { titleAttributes: { shadow: { color: '#ede9fe' } } }
|
|
1743
|
+
'.bar-shadow-violet-200[platform=ios]': { titleAttributes: { shadow: { color: '#ddd6fe' } } }
|
|
1744
|
+
'.bar-shadow-violet-300[platform=ios]': { titleAttributes: { shadow: { color: '#c4b5fd' } } }
|
|
1745
|
+
'.bar-shadow-violet-400[platform=ios]': { titleAttributes: { shadow: { color: '#a78bfa' } } }
|
|
1746
|
+
'.bar-shadow-violet-500[platform=ios]': { titleAttributes: { shadow: { color: '#8b5cf6' } } }
|
|
1747
|
+
'.bar-shadow-violet-600[platform=ios]': { titleAttributes: { shadow: { color: '#7c3aed' } } }
|
|
1748
|
+
'.bar-shadow-violet-700[platform=ios]': { titleAttributes: { shadow: { color: '#6d28d9' } } }
|
|
1749
|
+
'.bar-shadow-violet-800[platform=ios]': { titleAttributes: { shadow: { color: '#5b21b6' } } }
|
|
1750
|
+
'.bar-shadow-violet-900[platform=ios]': { titleAttributes: { shadow: { color: '#4c1d95' } } }
|
|
1751
|
+
'.bar-shadow-purple-50[platform=ios]': { titleAttributes: { shadow: { color: '#faf5ff' } } }
|
|
1752
|
+
'.bar-shadow-purple-100[platform=ios]': { titleAttributes: { shadow: { color: '#f3e8ff' } } }
|
|
1753
|
+
'.bar-shadow-purple-200[platform=ios]': { titleAttributes: { shadow: { color: '#e9d5ff' } } }
|
|
1754
|
+
'.bar-shadow-purple-300[platform=ios]': { titleAttributes: { shadow: { color: '#d8b4fe' } } }
|
|
1755
|
+
'.bar-shadow-purple-400[platform=ios]': { titleAttributes: { shadow: { color: '#c084fc' } } }
|
|
1756
|
+
'.bar-shadow-purple-500[platform=ios]': { titleAttributes: { shadow: { color: '#a855f7' } } }
|
|
1757
|
+
'.bar-shadow-purple-600[platform=ios]': { titleAttributes: { shadow: { color: '#9333ea' } } }
|
|
1758
|
+
'.bar-shadow-purple-700[platform=ios]': { titleAttributes: { shadow: { color: '#7e22ce' } } }
|
|
1759
|
+
'.bar-shadow-purple-800[platform=ios]': { titleAttributes: { shadow: { color: '#6b21a8' } } }
|
|
1760
|
+
'.bar-shadow-purple-900[platform=ios]': { titleAttributes: { shadow: { color: '#581c87' } } }
|
|
1761
|
+
'.bar-shadow-fuchsia-50[platform=ios]': { titleAttributes: { shadow: { color: '#fdf4ff' } } }
|
|
1762
|
+
'.bar-shadow-fuchsia-100[platform=ios]': { titleAttributes: { shadow: { color: '#fae8ff' } } }
|
|
1763
|
+
'.bar-shadow-fuchsia-200[platform=ios]': { titleAttributes: { shadow: { color: '#f5d0fe' } } }
|
|
1764
|
+
'.bar-shadow-fuchsia-300[platform=ios]': { titleAttributes: { shadow: { color: '#f0abfc' } } }
|
|
1765
|
+
'.bar-shadow-fuchsia-400[platform=ios]': { titleAttributes: { shadow: { color: '#e879f9' } } }
|
|
1766
|
+
'.bar-shadow-fuchsia-500[platform=ios]': { titleAttributes: { shadow: { color: '#d946ef' } } }
|
|
1767
|
+
'.bar-shadow-fuchsia-600[platform=ios]': { titleAttributes: { shadow: { color: '#c026d3' } } }
|
|
1768
|
+
'.bar-shadow-fuchsia-700[platform=ios]': { titleAttributes: { shadow: { color: '#a21caf' } } }
|
|
1769
|
+
'.bar-shadow-fuchsia-800[platform=ios]': { titleAttributes: { shadow: { color: '#86198f' } } }
|
|
1770
|
+
'.bar-shadow-fuchsia-900[platform=ios]': { titleAttributes: { shadow: { color: '#701a75' } } }
|
|
1771
|
+
'.bar-shadow-pink-50[platform=ios]': { titleAttributes: { shadow: { color: '#fdf2f8' } } }
|
|
1772
|
+
'.bar-shadow-pink-100[platform=ios]': { titleAttributes: { shadow: { color: '#fce7f3' } } }
|
|
1773
|
+
'.bar-shadow-pink-200[platform=ios]': { titleAttributes: { shadow: { color: '#fbcfe8' } } }
|
|
1774
|
+
'.bar-shadow-pink-300[platform=ios]': { titleAttributes: { shadow: { color: '#f9a8d4' } } }
|
|
1775
|
+
'.bar-shadow-pink-400[platform=ios]': { titleAttributes: { shadow: { color: '#f472b6' } } }
|
|
1776
|
+
'.bar-shadow-pink-500[platform=ios]': { titleAttributes: { shadow: { color: '#ec4899' } } }
|
|
1777
|
+
'.bar-shadow-pink-600[platform=ios]': { titleAttributes: { shadow: { color: '#db2777' } } }
|
|
1778
|
+
'.bar-shadow-pink-700[platform=ios]': { titleAttributes: { shadow: { color: '#be185d' } } }
|
|
1779
|
+
'.bar-shadow-pink-800[platform=ios]': { titleAttributes: { shadow: { color: '#9d174d' } } }
|
|
1780
|
+
'.bar-shadow-pink-900[platform=ios]': { titleAttributes: { shadow: { color: '#831843' } } }
|
|
1781
|
+
'.bar-shadow-rose-50[platform=ios]': { titleAttributes: { shadow: { color: '#fff1f2' } } }
|
|
1782
|
+
'.bar-shadow-rose-100[platform=ios]': { titleAttributes: { shadow: { color: '#ffe4e6' } } }
|
|
1783
|
+
'.bar-shadow-rose-200[platform=ios]': { titleAttributes: { shadow: { color: '#fecdd3' } } }
|
|
1784
|
+
'.bar-shadow-rose-300[platform=ios]': { titleAttributes: { shadow: { color: '#fda4af' } } }
|
|
1785
|
+
'.bar-shadow-rose-400[platform=ios]': { titleAttributes: { shadow: { color: '#fb7185' } } }
|
|
1786
|
+
'.bar-shadow-rose-500[platform=ios]': { titleAttributes: { shadow: { color: '#f43f5e' } } }
|
|
1787
|
+
'.bar-shadow-rose-600[platform=ios]': { titleAttributes: { shadow: { color: '#e11d48' } } }
|
|
1788
|
+
'.bar-shadow-rose-700[platform=ios]': { titleAttributes: { shadow: { color: '#be123c' } } }
|
|
1789
|
+
'.bar-shadow-rose-800[platform=ios]': { titleAttributes: { shadow: { color: '#9f1239' } } }
|
|
1790
|
+
'.bar-shadow-rose-900[platform=ios]': { titleAttributes: { shadow: { color: '#881337' } } }
|
|
1791
1791
|
|
|
1792
1792
|
// Component(s): Ti.UI.View
|
|
1793
1793
|
// Property(ies): borderColor
|
|
@@ -2942,13 +2942,13 @@
|
|
|
2942
2942
|
|
|
2943
2943
|
// Component(s): Ti.UI.Button, Ti.UI.Label
|
|
2944
2944
|
// Property(ies): shadowOffset, shadowRadius, shadowColor - Drop Shadow in Tailwind
|
|
2945
|
-
'.drop-shadow-xs': { shadowOffset: { x: 0, y: 0 }, shadowRadius: 1, shadowColor: '#
|
|
2946
|
-
'.drop-shadow-sm': { shadowOffset: { x: 0, y: 1 }, shadowRadius:
|
|
2947
|
-
'.drop-shadow': { shadowOffset: { x: 0, y: 2 }, shadowRadius:
|
|
2948
|
-
'.drop-shadow-md': { shadowOffset: { x: 0, y: 3 }, shadowRadius:
|
|
2949
|
-
'.drop-shadow-lg': { shadowOffset: { x: 0, y: 4 }, shadowRadius:
|
|
2950
|
-
'.drop-shadow-xl': { shadowOffset: { x: 0, y: 6 }, shadowRadius:
|
|
2951
|
-
'.drop-shadow-2xl': { shadowOffset: { x: 0, y: 8 }, shadowRadius:
|
|
2945
|
+
'.drop-shadow-xs': { shadowOffset: { x: 0, y: 0 }, shadowRadius: 1, shadowColor: '#80000000' }
|
|
2946
|
+
'.drop-shadow-sm': { shadowOffset: { x: 0, y: 1 }, shadowRadius: 2, shadowColor: '#80000000' }
|
|
2947
|
+
'.drop-shadow': { shadowOffset: { x: 0, y: 2 }, shadowRadius: 4, shadowColor: '#80000000' }
|
|
2948
|
+
'.drop-shadow-md': { shadowOffset: { x: 0, y: 3 }, shadowRadius: 6, shadowColor: '#80000000' }
|
|
2949
|
+
'.drop-shadow-lg': { shadowOffset: { x: 0, y: 4 }, shadowRadius: 8, shadowColor: '#80000000' }
|
|
2950
|
+
'.drop-shadow-xl': { shadowOffset: { x: 0, y: 6 }, shadowRadius: 12, shadowColor: '#80000000' }
|
|
2951
|
+
'.drop-shadow-2xl': { shadowOffset: { x: 0, y: 8 }, shadowRadius: 14, shadowColor: '#80000000' }
|
|
2952
2952
|
'.drop-shadow-none': { shadowOffset: { x: 0, y: 0 }, shadowRadius: null, shadowColor: null }
|
|
2953
2953
|
|
|
2954
2954
|
// Component(s): Ti.UI.Button, Ti.UI.Label
|
|
@@ -3182,6 +3182,43 @@
|
|
|
3182
3182
|
'.editable': { editable: true }
|
|
3183
3183
|
'.none-editable': { editable: false }
|
|
3184
3184
|
|
|
3185
|
+
// Component(s): Ti.UI.Android.CardView, Ti.UI.Animation, Ti.UI.View
|
|
3186
|
+
// Property(ies): elevation - Android Only
|
|
3187
|
+
'.elevation-1[platform=android]': { elevation: 2 }
|
|
3188
|
+
'.elevation-2[platform=android]': { elevation: 4 }
|
|
3189
|
+
'.elevation-3[platform=android]': { elevation: 6 }
|
|
3190
|
+
'.elevation-4[platform=android]': { elevation: 8 }
|
|
3191
|
+
'.elevation-5[platform=android]': { elevation: 10 }
|
|
3192
|
+
'.elevation-6[platform=android]': { elevation: 12 }
|
|
3193
|
+
'.elevation-7[platform=android]': { elevation: 14 }
|
|
3194
|
+
'.elevation-8[platform=android]': { elevation: 16 }
|
|
3195
|
+
'.elevation-9[platform=android]': { elevation: 18 }
|
|
3196
|
+
'.elevation-10[platform=android]': { elevation: 20 }
|
|
3197
|
+
'.elevation-11[platform=android]': { elevation: 22 }
|
|
3198
|
+
'.elevation-12[platform=android]': { elevation: 24 }
|
|
3199
|
+
'.elevation-14[platform=android]': { elevation: 28 }
|
|
3200
|
+
'.elevation-16[platform=android]': { elevation: 32 }
|
|
3201
|
+
'.elevation-20[platform=android]': { elevation: 40 }
|
|
3202
|
+
'.elevation-24[platform=android]': { elevation: 48 }
|
|
3203
|
+
'.elevation-28[platform=android]': { elevation: 56 }
|
|
3204
|
+
'.elevation-32[platform=android]': { elevation: 64 }
|
|
3205
|
+
'.elevation-36[platform=android]': { elevation: 72 }
|
|
3206
|
+
'.elevation-40[platform=android]': { elevation: 80 }
|
|
3207
|
+
'.elevation-44[platform=android]': { elevation: 88 }
|
|
3208
|
+
'.elevation-48[platform=android]': { elevation: 96 }
|
|
3209
|
+
'.elevation-52[platform=android]': { elevation: 104 }
|
|
3210
|
+
'.elevation-56[platform=android]': { elevation: 112 }
|
|
3211
|
+
'.elevation-60[platform=android]': { elevation: 120 }
|
|
3212
|
+
'.elevation-64[platform=android]': { elevation: 128 }
|
|
3213
|
+
'.elevation-72[platform=android]': { elevation: 144 }
|
|
3214
|
+
'.elevation-80[platform=android]': { elevation: 160 }
|
|
3215
|
+
'.elevation-96[platform=android]': { elevation: 192 }
|
|
3216
|
+
'.elevation-px[platform=android]': { elevation: '1px' }
|
|
3217
|
+
'.elevation-0.5[platform=android]': { elevation: 1 }
|
|
3218
|
+
'.elevation-1.5[platform=android]': { elevation: 3 }
|
|
3219
|
+
'.elevation-2.5[platform=android]': { elevation: 5 }
|
|
3220
|
+
'.elevation-3.5[platform=android]': { elevation: 7 }
|
|
3221
|
+
|
|
3185
3222
|
// Component(s): Ti.UI.Label
|
|
3186
3223
|
// Property(ies): ellipsize
|
|
3187
3224
|
'.ellipsize-end': { ellipsize: Ti.UI.TEXT_ELLIPSIZE_TRUNCATE_END }
|
|
@@ -5400,6 +5437,43 @@
|
|
|
5400
5437
|
'.-ml-11/12': { left: '-91.666667%' }
|
|
5401
5438
|
'.-ml-full': { left: '-100%' }
|
|
5402
5439
|
|
|
5440
|
+
// Component(s): Ti.UI.Android.CardView
|
|
5441
|
+
// Property(ies): maxElevation - Android Only
|
|
5442
|
+
'.max-elevation-1[platform=android]': { maxElevation: 2 }
|
|
5443
|
+
'.max-elevation-2[platform=android]': { maxElevation: 4 }
|
|
5444
|
+
'.max-elevation-3[platform=android]': { maxElevation: 6 }
|
|
5445
|
+
'.max-elevation-4[platform=android]': { maxElevation: 8 }
|
|
5446
|
+
'.max-elevation-5[platform=android]': { maxElevation: 10 }
|
|
5447
|
+
'.max-elevation-6[platform=android]': { maxElevation: 12 }
|
|
5448
|
+
'.max-elevation-7[platform=android]': { maxElevation: 14 }
|
|
5449
|
+
'.max-elevation-8[platform=android]': { maxElevation: 16 }
|
|
5450
|
+
'.max-elevation-9[platform=android]': { maxElevation: 18 }
|
|
5451
|
+
'.max-elevation-10[platform=android]': { maxElevation: 20 }
|
|
5452
|
+
'.max-elevation-11[platform=android]': { maxElevation: 22 }
|
|
5453
|
+
'.max-elevation-12[platform=android]': { maxElevation: 24 }
|
|
5454
|
+
'.max-elevation-14[platform=android]': { maxElevation: 28 }
|
|
5455
|
+
'.max-elevation-16[platform=android]': { maxElevation: 32 }
|
|
5456
|
+
'.max-elevation-20[platform=android]': { maxElevation: 40 }
|
|
5457
|
+
'.max-elevation-24[platform=android]': { maxElevation: 48 }
|
|
5458
|
+
'.max-elevation-28[platform=android]': { maxElevation: 56 }
|
|
5459
|
+
'.max-elevation-32[platform=android]': { maxElevation: 64 }
|
|
5460
|
+
'.max-elevation-36[platform=android]': { maxElevation: 72 }
|
|
5461
|
+
'.max-elevation-40[platform=android]': { maxElevation: 80 }
|
|
5462
|
+
'.max-elevation-44[platform=android]': { maxElevation: 88 }
|
|
5463
|
+
'.max-elevation-48[platform=android]': { maxElevation: 96 }
|
|
5464
|
+
'.max-elevation-52[platform=android]': { maxElevation: 104 }
|
|
5465
|
+
'.max-elevation-56[platform=android]': { maxElevation: 112 }
|
|
5466
|
+
'.max-elevation-60[platform=android]': { maxElevation: 120 }
|
|
5467
|
+
'.max-elevation-64[platform=android]': { maxElevation: 128 }
|
|
5468
|
+
'.max-elevation-72[platform=android]': { maxElevation: 144 }
|
|
5469
|
+
'.max-elevation-80[platform=android]': { maxElevation: 160 }
|
|
5470
|
+
'.max-elevation-96[platform=android]': { maxElevation: 192 }
|
|
5471
|
+
'.max-elevation-px[platform=android]': { maxElevation: '1px' }
|
|
5472
|
+
'.max-elevation-0.5[platform=android]': { maxElevation: 1 }
|
|
5473
|
+
'.max-elevation-1.5[platform=android]': { maxElevation: 3 }
|
|
5474
|
+
'.max-elevation-2.5[platform=android]': { maxElevation: 5 }
|
|
5475
|
+
'.max-elevation-3.5[platform=android]': { maxElevation: 7 }
|
|
5476
|
+
|
|
5403
5477
|
// Component(s): Ti.UI.Window
|
|
5404
5478
|
// Property(ies): modal
|
|
5405
5479
|
'.modal': { modal: true }
|
|
@@ -6928,6 +7002,11 @@
|
|
|
6928
7002
|
'.inset-y-auto': { top: Ti.UI.SIZE, bottom: Ti.UI.SIZE }
|
|
6929
7003
|
'.inset-auto': { top: Ti.UI.SIZE, right: Ti.UI.SIZE, bottom: Ti.UI.SIZE, left: Ti.UI.SIZE }
|
|
6930
7004
|
|
|
7005
|
+
// Component(s): Ti.UI.Android.CardView
|
|
7006
|
+
// Property(ies): preventCornerOverlap - Android Only
|
|
7007
|
+
'.prevent-corner-overlap[platform=android]': { preventCornerOverlap: true }
|
|
7008
|
+
'.dont-prevent-corner-overlap[platform=android]': { preventCornerOverlap: false }
|
|
7009
|
+
|
|
6931
7010
|
// Component(s): Ti.UI.ImageView
|
|
6932
7011
|
// Property(ies): preventDefaultImage - iOS Only
|
|
6933
7012
|
'.prevent-default-image[platform=ios]': { preventDefaultImage: true }
|
|
@@ -7031,243 +7110,256 @@
|
|
|
7031
7110
|
'.scroll-vertical[platform=android]': { scrollType: 'vertical' }
|
|
7032
7111
|
|
|
7033
7112
|
// Component(s): Ti.UI.View
|
|
7034
|
-
// Property(ies): viewShadowOffset, viewShadowRadius, viewShadowColor - Box Shadow in Tailwind
|
|
7035
|
-
'.shadow-xs': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 1, viewShadowColor: '#
|
|
7036
|
-
'.shadow-sm': { viewShadowOffset: { x: 0, y: 1 }, viewShadowRadius:
|
|
7037
|
-
'.shadow': { viewShadowOffset: { x: 0, y: 2 }, viewShadowRadius:
|
|
7038
|
-
'.shadow-md': { viewShadowOffset: { x: 0, y: 3 }, viewShadowRadius:
|
|
7039
|
-
'.shadow-lg': { viewShadowOffset: { x: 0, y: 4 }, viewShadowRadius:
|
|
7040
|
-
'.shadow-xl': { viewShadowOffset: { x: 0, y: 6 }, viewShadowRadius:
|
|
7041
|
-
'.shadow-2xl': { viewShadowOffset: { x: 0, y: 8 }, viewShadowRadius:
|
|
7042
|
-
'.shadow-inner': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: null, viewShadowColor: null }
|
|
7043
|
-
'.shadow-outline': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius:
|
|
7044
|
-
'.shadow-none': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: null, viewShadowColor: null }
|
|
7113
|
+
// Property(ies): viewShadowOffset, viewShadowRadius, viewShadowColor - Box Shadow Effect in Tailwind - iOS Only
|
|
7114
|
+
'.shadow-xs[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 1, viewShadowColor: '#80000000' }
|
|
7115
|
+
'.shadow-sm[platform=ios]': { viewShadowOffset: { x: 0, y: 1 }, viewShadowRadius: 2, viewShadowColor: '#80000000' }
|
|
7116
|
+
'.shadow[platform=ios]': { viewShadowOffset: { x: 0, y: 2 }, viewShadowRadius: 4, viewShadowColor: '#80000000' }
|
|
7117
|
+
'.shadow-md[platform=ios]': { viewShadowOffset: { x: 0, y: 3 }, viewShadowRadius: 6, viewShadowColor: '#80000000' }
|
|
7118
|
+
'.shadow-lg[platform=ios]': { viewShadowOffset: { x: 0, y: 4 }, viewShadowRadius: 8, viewShadowColor: '#80000000' }
|
|
7119
|
+
'.shadow-xl[platform=ios]': { viewShadowOffset: { x: 0, y: 6 }, viewShadowRadius: 12, viewShadowColor: '#80000000' }
|
|
7120
|
+
'.shadow-2xl[platform=ios]': { viewShadowOffset: { x: 0, y: 8 }, viewShadowRadius: 14, viewShadowColor: '#80000000' }
|
|
7121
|
+
'.shadow-inner[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: null, viewShadowColor: null }
|
|
7122
|
+
'.shadow-outline[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 4, viewShadowColor: '#80000000' }
|
|
7123
|
+
'.shadow-none[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: null, viewShadowColor: null }
|
|
7124
|
+
|
|
7125
|
+
// Component(s): Ti.UI.Android.CardView, Ti.UI.Animation, Ti.UI.View
|
|
7126
|
+
// Property(ies): elevation - Box Shadow Effect in Tailwind - Android Only
|
|
7127
|
+
'.shadow-xs[platform=android]': { elevation: 4 }
|
|
7128
|
+
'.shadow-sm[platform=android]': { elevation: 8 }
|
|
7129
|
+
'.shadow[platform=android]': { elevation: 16 }
|
|
7130
|
+
'.shadow-md[platform=android]': { elevation: 24 }
|
|
7131
|
+
'.shadow-lg[platform=android]': { elevation: 26 }
|
|
7132
|
+
'.shadow-xl[platform=android]': { elevation: 34 }
|
|
7133
|
+
'.shadow-2xl[platform=android]': { elevation: 38 }
|
|
7134
|
+
'.shadow-inner[platform=android]': { elevation: 0 }
|
|
7135
|
+
'.shadow-outline[platform=android]': { elevation: 16 }
|
|
7136
|
+
'.shadow-none[platform=android]': { elevation: 0 }
|
|
7045
7137
|
|
|
7046
7138
|
// Component(s): Ti.UI.View
|
|
7047
|
-
// Property(ies): viewShadowColor - Box Shadow in Tailwind
|
|
7048
|
-
'.shadow-transparent': { viewShadowColor: 'transparent' }
|
|
7049
|
-
'.shadow-black': { viewShadowColor: '#000000' }
|
|
7050
|
-
'.shadow-white': { viewShadowColor: '#ffffff' }
|
|
7051
|
-
'.shadow-slate-50': { viewShadowColor: '#f8fafc' }
|
|
7052
|
-
'.shadow-slate-100': { viewShadowColor: '#f1f5f9' }
|
|
7053
|
-
'.shadow-slate-200': { viewShadowColor: '#e2e8f0' }
|
|
7054
|
-
'.shadow-slate-300': { viewShadowColor: '#cbd5e1' }
|
|
7055
|
-
'.shadow-slate-400': { viewShadowColor: '#94a3b8' }
|
|
7056
|
-
'.shadow-slate-500': { viewShadowColor: '#64748b' }
|
|
7057
|
-
'.shadow-slate-600': { viewShadowColor: '#475569' }
|
|
7058
|
-
'.shadow-slate-700': { viewShadowColor: '#334155' }
|
|
7059
|
-
'.shadow-slate-800': { viewShadowColor: '#1e293b' }
|
|
7060
|
-
'.shadow-slate-900': { viewShadowColor: '#0f172a' }
|
|
7061
|
-
'.shadow-gray-50': { viewShadowColor: '#f9fafb' }
|
|
7062
|
-
'.shadow-gray-100': { viewShadowColor: '#f3f4f6' }
|
|
7063
|
-
'.shadow-gray-200': { viewShadowColor: '#e5e7eb' }
|
|
7064
|
-
'.shadow-gray-300': { viewShadowColor: '#d1d5db' }
|
|
7065
|
-
'.shadow-gray-400': { viewShadowColor: '#9ca3af' }
|
|
7066
|
-
'.shadow-gray-500': { viewShadowColor: '#6b7280' }
|
|
7067
|
-
'.shadow-gray-600': { viewShadowColor: '#4b5563' }
|
|
7068
|
-
'.shadow-gray-700': { viewShadowColor: '#374151' }
|
|
7069
|
-
'.shadow-gray-800': { viewShadowColor: '#1f2937' }
|
|
7070
|
-
'.shadow-gray-900': { viewShadowColor: '#111827' }
|
|
7071
|
-
'.shadow-zinc-50': { viewShadowColor: '#fafafa' }
|
|
7072
|
-
'.shadow-zinc-100': { viewShadowColor: '#f4f4f5' }
|
|
7073
|
-
'.shadow-zinc-200': { viewShadowColor: '#e4e4e7' }
|
|
7074
|
-
'.shadow-zinc-300': { viewShadowColor: '#d4d4d8' }
|
|
7075
|
-
'.shadow-zinc-400': { viewShadowColor: '#a1a1aa' }
|
|
7076
|
-
'.shadow-zinc-500': { viewShadowColor: '#71717a' }
|
|
7077
|
-
'.shadow-zinc-600': { viewShadowColor: '#52525b' }
|
|
7078
|
-
'.shadow-zinc-700': { viewShadowColor: '#3f3f46' }
|
|
7079
|
-
'.shadow-zinc-800': { viewShadowColor: '#27272a' }
|
|
7080
|
-
'.shadow-zinc-900': { viewShadowColor: '#18181b' }
|
|
7081
|
-
'.shadow-neutral-50': { viewShadowColor: '#fafafa' }
|
|
7082
|
-
'.shadow-neutral-100': { viewShadowColor: '#f5f5f5' }
|
|
7083
|
-
'.shadow-neutral-200': { viewShadowColor: '#e5e5e5' }
|
|
7084
|
-
'.shadow-neutral-300': { viewShadowColor: '#d4d4d4' }
|
|
7085
|
-
'.shadow-neutral-400': { viewShadowColor: '#a3a3a3' }
|
|
7086
|
-
'.shadow-neutral-500': { viewShadowColor: '#737373' }
|
|
7087
|
-
'.shadow-neutral-600': { viewShadowColor: '#525252' }
|
|
7088
|
-
'.shadow-neutral-700': { viewShadowColor: '#404040' }
|
|
7089
|
-
'.shadow-neutral-800': { viewShadowColor: '#262626' }
|
|
7090
|
-
'.shadow-neutral-900': { viewShadowColor: '#171717' }
|
|
7091
|
-
'.shadow-stone-50': { viewShadowColor: '#fafaf9' }
|
|
7092
|
-
'.shadow-stone-100': { viewShadowColor: '#f5f5f4' }
|
|
7093
|
-
'.shadow-stone-200': { viewShadowColor: '#e7e5e4' }
|
|
7094
|
-
'.shadow-stone-300': { viewShadowColor: '#d6d3d1' }
|
|
7095
|
-
'.shadow-stone-400': { viewShadowColor: '#a8a29e' }
|
|
7096
|
-
'.shadow-stone-500': { viewShadowColor: '#78716c' }
|
|
7097
|
-
'.shadow-stone-600': { viewShadowColor: '#57534e' }
|
|
7098
|
-
'.shadow-stone-700': { viewShadowColor: '#44403c' }
|
|
7099
|
-
'.shadow-stone-800': { viewShadowColor: '#292524' }
|
|
7100
|
-
'.shadow-stone-900': { viewShadowColor: '#1c1917' }
|
|
7101
|
-
'.shadow-red-50': { viewShadowColor: '#fef2f2' }
|
|
7102
|
-
'.shadow-red-100': { viewShadowColor: '#fee2e2' }
|
|
7103
|
-
'.shadow-red-200': { viewShadowColor: '#fecaca' }
|
|
7104
|
-
'.shadow-red-300': { viewShadowColor: '#fca5a5' }
|
|
7105
|
-
'.shadow-red-400': { viewShadowColor: '#f87171' }
|
|
7106
|
-
'.shadow-red-500': { viewShadowColor: '#ef4444' }
|
|
7107
|
-
'.shadow-red-600': { viewShadowColor: '#dc2626' }
|
|
7108
|
-
'.shadow-red-700': { viewShadowColor: '#b91c1c' }
|
|
7109
|
-
'.shadow-red-800': { viewShadowColor: '#991b1b' }
|
|
7110
|
-
'.shadow-red-900': { viewShadowColor: '#7f1d1d' }
|
|
7111
|
-
'.shadow-orange-50': { viewShadowColor: '#fff7ed' }
|
|
7112
|
-
'.shadow-orange-100': { viewShadowColor: '#ffedd5' }
|
|
7113
|
-
'.shadow-orange-200': { viewShadowColor: '#fed7aa' }
|
|
7114
|
-
'.shadow-orange-300': { viewShadowColor: '#fdba74' }
|
|
7115
|
-
'.shadow-orange-400': { viewShadowColor: '#fb923c' }
|
|
7116
|
-
'.shadow-orange-500': { viewShadowColor: '#f97316' }
|
|
7117
|
-
'.shadow-orange-600': { viewShadowColor: '#ea580c' }
|
|
7118
|
-
'.shadow-orange-700': { viewShadowColor: '#c2410c' }
|
|
7119
|
-
'.shadow-orange-800': { viewShadowColor: '#9a3412' }
|
|
7120
|
-
'.shadow-orange-900': { viewShadowColor: '#7c2d12' }
|
|
7121
|
-
'.shadow-amber-50': { viewShadowColor: '#fffbeb' }
|
|
7122
|
-
'.shadow-amber-100': { viewShadowColor: '#fef3c7' }
|
|
7123
|
-
'.shadow-amber-200': { viewShadowColor: '#fde68a' }
|
|
7124
|
-
'.shadow-amber-300': { viewShadowColor: '#fcd34d' }
|
|
7125
|
-
'.shadow-amber-400': { viewShadowColor: '#fbbf24' }
|
|
7126
|
-
'.shadow-amber-500': { viewShadowColor: '#f59e0b' }
|
|
7127
|
-
'.shadow-amber-600': { viewShadowColor: '#d97706' }
|
|
7128
|
-
'.shadow-amber-700': { viewShadowColor: '#b45309' }
|
|
7129
|
-
'.shadow-amber-800': { viewShadowColor: '#92400e' }
|
|
7130
|
-
'.shadow-amber-900': { viewShadowColor: '#78350f' }
|
|
7131
|
-
'.shadow-yellow-50': { viewShadowColor: '#fefce8' }
|
|
7132
|
-
'.shadow-yellow-100': { viewShadowColor: '#fef9c3' }
|
|
7133
|
-
'.shadow-yellow-200': { viewShadowColor: '#fef08a' }
|
|
7134
|
-
'.shadow-yellow-300': { viewShadowColor: '#fde047' }
|
|
7135
|
-
'.shadow-yellow-400': { viewShadowColor: '#facc15' }
|
|
7136
|
-
'.shadow-yellow-500': { viewShadowColor: '#eab308' }
|
|
7137
|
-
'.shadow-yellow-600': { viewShadowColor: '#ca8a04' }
|
|
7138
|
-
'.shadow-yellow-700': { viewShadowColor: '#a16207' }
|
|
7139
|
-
'.shadow-yellow-800': { viewShadowColor: '#854d0e' }
|
|
7140
|
-
'.shadow-yellow-900': { viewShadowColor: '#713f12' }
|
|
7141
|
-
'.shadow-lime-50': { viewShadowColor: '#f7fee7' }
|
|
7142
|
-
'.shadow-lime-100': { viewShadowColor: '#ecfccb' }
|
|
7143
|
-
'.shadow-lime-200': { viewShadowColor: '#d9f99d' }
|
|
7144
|
-
'.shadow-lime-300': { viewShadowColor: '#bef264' }
|
|
7145
|
-
'.shadow-lime-400': { viewShadowColor: '#a3e635' }
|
|
7146
|
-
'.shadow-lime-500': { viewShadowColor: '#84cc16' }
|
|
7147
|
-
'.shadow-lime-600': { viewShadowColor: '#65a30d' }
|
|
7148
|
-
'.shadow-lime-700': { viewShadowColor: '#4d7c0f' }
|
|
7149
|
-
'.shadow-lime-800': { viewShadowColor: '#3f6212' }
|
|
7150
|
-
'.shadow-lime-900': { viewShadowColor: '#365314' }
|
|
7151
|
-
'.shadow-green-50': { viewShadowColor: '#f0fdf4' }
|
|
7152
|
-
'.shadow-green-100': { viewShadowColor: '#dcfce7' }
|
|
7153
|
-
'.shadow-green-200': { viewShadowColor: '#bbf7d0' }
|
|
7154
|
-
'.shadow-green-300': { viewShadowColor: '#86efac' }
|
|
7155
|
-
'.shadow-green-400': { viewShadowColor: '#4ade80' }
|
|
7156
|
-
'.shadow-green-500': { viewShadowColor: '#22c55e' }
|
|
7157
|
-
'.shadow-green-600': { viewShadowColor: '#16a34a' }
|
|
7158
|
-
'.shadow-green-700': { viewShadowColor: '#15803d' }
|
|
7159
|
-
'.shadow-green-800': { viewShadowColor: '#166534' }
|
|
7160
|
-
'.shadow-green-900': { viewShadowColor: '#14532d' }
|
|
7161
|
-
'.shadow-emerald-50': { viewShadowColor: '#ecfdf5' }
|
|
7162
|
-
'.shadow-emerald-100': { viewShadowColor: '#d1fae5' }
|
|
7163
|
-
'.shadow-emerald-200': { viewShadowColor: '#a7f3d0' }
|
|
7164
|
-
'.shadow-emerald-300': { viewShadowColor: '#6ee7b7' }
|
|
7165
|
-
'.shadow-emerald-400': { viewShadowColor: '#34d399' }
|
|
7166
|
-
'.shadow-emerald-500': { viewShadowColor: '#10b981' }
|
|
7167
|
-
'.shadow-emerald-600': { viewShadowColor: '#059669' }
|
|
7168
|
-
'.shadow-emerald-700': { viewShadowColor: '#047857' }
|
|
7169
|
-
'.shadow-emerald-800': { viewShadowColor: '#065f46' }
|
|
7170
|
-
'.shadow-emerald-900': { viewShadowColor: '#064e3b' }
|
|
7171
|
-
'.shadow-teal-50': { viewShadowColor: '#f0fdfa' }
|
|
7172
|
-
'.shadow-teal-100': { viewShadowColor: '#ccfbf1' }
|
|
7173
|
-
'.shadow-teal-200': { viewShadowColor: '#99f6e4' }
|
|
7174
|
-
'.shadow-teal-300': { viewShadowColor: '#5eead4' }
|
|
7175
|
-
'.shadow-teal-400': { viewShadowColor: '#2dd4bf' }
|
|
7176
|
-
'.shadow-teal-500': { viewShadowColor: '#14b8a6' }
|
|
7177
|
-
'.shadow-teal-600': { viewShadowColor: '#0d9488' }
|
|
7178
|
-
'.shadow-teal-700': { viewShadowColor: '#0f766e' }
|
|
7179
|
-
'.shadow-teal-800': { viewShadowColor: '#115e59' }
|
|
7180
|
-
'.shadow-teal-900': { viewShadowColor: '#134e4a' }
|
|
7181
|
-
'.shadow-cyan-50': { viewShadowColor: '#ecfeff' }
|
|
7182
|
-
'.shadow-cyan-100': { viewShadowColor: '#cffafe' }
|
|
7183
|
-
'.shadow-cyan-200': { viewShadowColor: '#a5f3fc' }
|
|
7184
|
-
'.shadow-cyan-300': { viewShadowColor: '#67e8f9' }
|
|
7185
|
-
'.shadow-cyan-400': { viewShadowColor: '#22d3ee' }
|
|
7186
|
-
'.shadow-cyan-500': { viewShadowColor: '#06b6d4' }
|
|
7187
|
-
'.shadow-cyan-600': { viewShadowColor: '#0891b2' }
|
|
7188
|
-
'.shadow-cyan-700': { viewShadowColor: '#0e7490' }
|
|
7189
|
-
'.shadow-cyan-800': { viewShadowColor: '#155e75' }
|
|
7190
|
-
'.shadow-cyan-900': { viewShadowColor: '#164e63' }
|
|
7191
|
-
'.shadow-sky-50': { viewShadowColor: '#f0f9ff' }
|
|
7192
|
-
'.shadow-sky-100': { viewShadowColor: '#e0f2fe' }
|
|
7193
|
-
'.shadow-sky-200': { viewShadowColor: '#bae6fd' }
|
|
7194
|
-
'.shadow-sky-300': { viewShadowColor: '#7dd3fc' }
|
|
7195
|
-
'.shadow-sky-400': { viewShadowColor: '#38bdf8' }
|
|
7196
|
-
'.shadow-sky-500': { viewShadowColor: '#0ea5e9' }
|
|
7197
|
-
'.shadow-sky-600': { viewShadowColor: '#0284c7' }
|
|
7198
|
-
'.shadow-sky-700': { viewShadowColor: '#0369a1' }
|
|
7199
|
-
'.shadow-sky-800': { viewShadowColor: '#075985' }
|
|
7200
|
-
'.shadow-sky-900': { viewShadowColor: '#0c4a6e' }
|
|
7201
|
-
'.shadow-blue-50': { viewShadowColor: '#eff6ff' }
|
|
7202
|
-
'.shadow-blue-100': { viewShadowColor: '#dbeafe' }
|
|
7203
|
-
'.shadow-blue-200': { viewShadowColor: '#bfdbfe' }
|
|
7204
|
-
'.shadow-blue-300': { viewShadowColor: '#93c5fd' }
|
|
7205
|
-
'.shadow-blue-400': { viewShadowColor: '#60a5fa' }
|
|
7206
|
-
'.shadow-blue-500': { viewShadowColor: '#3b82f6' }
|
|
7207
|
-
'.shadow-blue-600': { viewShadowColor: '#2563eb' }
|
|
7208
|
-
'.shadow-blue-700': { viewShadowColor: '#1d4ed8' }
|
|
7209
|
-
'.shadow-blue-800': { viewShadowColor: '#1e40af' }
|
|
7210
|
-
'.shadow-blue-900': { viewShadowColor: '#1e3a8a' }
|
|
7211
|
-
'.shadow-indigo-50': { viewShadowColor: '#eef2ff' }
|
|
7212
|
-
'.shadow-indigo-100': { viewShadowColor: '#e0e7ff' }
|
|
7213
|
-
'.shadow-indigo-200': { viewShadowColor: '#c7d2fe' }
|
|
7214
|
-
'.shadow-indigo-300': { viewShadowColor: '#a5b4fc' }
|
|
7215
|
-
'.shadow-indigo-400': { viewShadowColor: '#818cf8' }
|
|
7216
|
-
'.shadow-indigo-500': { viewShadowColor: '#6366f1' }
|
|
7217
|
-
'.shadow-indigo-600': { viewShadowColor: '#4f46e5' }
|
|
7218
|
-
'.shadow-indigo-700': { viewShadowColor: '#4338ca' }
|
|
7219
|
-
'.shadow-indigo-800': { viewShadowColor: '#3730a3' }
|
|
7220
|
-
'.shadow-indigo-900': { viewShadowColor: '#312e81' }
|
|
7221
|
-
'.shadow-violet-50': { viewShadowColor: '#f5f3ff' }
|
|
7222
|
-
'.shadow-violet-100': { viewShadowColor: '#ede9fe' }
|
|
7223
|
-
'.shadow-violet-200': { viewShadowColor: '#ddd6fe' }
|
|
7224
|
-
'.shadow-violet-300': { viewShadowColor: '#c4b5fd' }
|
|
7225
|
-
'.shadow-violet-400': { viewShadowColor: '#a78bfa' }
|
|
7226
|
-
'.shadow-violet-500': { viewShadowColor: '#8b5cf6' }
|
|
7227
|
-
'.shadow-violet-600': { viewShadowColor: '#7c3aed' }
|
|
7228
|
-
'.shadow-violet-700': { viewShadowColor: '#6d28d9' }
|
|
7229
|
-
'.shadow-violet-800': { viewShadowColor: '#5b21b6' }
|
|
7230
|
-
'.shadow-violet-900': { viewShadowColor: '#4c1d95' }
|
|
7231
|
-
'.shadow-purple-50': { viewShadowColor: '#faf5ff' }
|
|
7232
|
-
'.shadow-purple-100': { viewShadowColor: '#f3e8ff' }
|
|
7233
|
-
'.shadow-purple-200': { viewShadowColor: '#e9d5ff' }
|
|
7234
|
-
'.shadow-purple-300': { viewShadowColor: '#d8b4fe' }
|
|
7235
|
-
'.shadow-purple-400': { viewShadowColor: '#c084fc' }
|
|
7236
|
-
'.shadow-purple-500': { viewShadowColor: '#a855f7' }
|
|
7237
|
-
'.shadow-purple-600': { viewShadowColor: '#9333ea' }
|
|
7238
|
-
'.shadow-purple-700': { viewShadowColor: '#7e22ce' }
|
|
7239
|
-
'.shadow-purple-800': { viewShadowColor: '#6b21a8' }
|
|
7240
|
-
'.shadow-purple-900': { viewShadowColor: '#581c87' }
|
|
7241
|
-
'.shadow-fuchsia-50': { viewShadowColor: '#fdf4ff' }
|
|
7242
|
-
'.shadow-fuchsia-100': { viewShadowColor: '#fae8ff' }
|
|
7243
|
-
'.shadow-fuchsia-200': { viewShadowColor: '#f5d0fe' }
|
|
7244
|
-
'.shadow-fuchsia-300': { viewShadowColor: '#f0abfc' }
|
|
7245
|
-
'.shadow-fuchsia-400': { viewShadowColor: '#e879f9' }
|
|
7246
|
-
'.shadow-fuchsia-500': { viewShadowColor: '#d946ef' }
|
|
7247
|
-
'.shadow-fuchsia-600': { viewShadowColor: '#c026d3' }
|
|
7248
|
-
'.shadow-fuchsia-700': { viewShadowColor: '#a21caf' }
|
|
7249
|
-
'.shadow-fuchsia-800': { viewShadowColor: '#86198f' }
|
|
7250
|
-
'.shadow-fuchsia-900': { viewShadowColor: '#701a75' }
|
|
7251
|
-
'.shadow-pink-50': { viewShadowColor: '#fdf2f8' }
|
|
7252
|
-
'.shadow-pink-100': { viewShadowColor: '#fce7f3' }
|
|
7253
|
-
'.shadow-pink-200': { viewShadowColor: '#fbcfe8' }
|
|
7254
|
-
'.shadow-pink-300': { viewShadowColor: '#f9a8d4' }
|
|
7255
|
-
'.shadow-pink-400': { viewShadowColor: '#f472b6' }
|
|
7256
|
-
'.shadow-pink-500': { viewShadowColor: '#ec4899' }
|
|
7257
|
-
'.shadow-pink-600': { viewShadowColor: '#db2777' }
|
|
7258
|
-
'.shadow-pink-700': { viewShadowColor: '#be185d' }
|
|
7259
|
-
'.shadow-pink-800': { viewShadowColor: '#9d174d' }
|
|
7260
|
-
'.shadow-pink-900': { viewShadowColor: '#831843' }
|
|
7261
|
-
'.shadow-rose-50': { viewShadowColor: '#fff1f2' }
|
|
7262
|
-
'.shadow-rose-100': { viewShadowColor: '#ffe4e6' }
|
|
7263
|
-
'.shadow-rose-200': { viewShadowColor: '#fecdd3' }
|
|
7264
|
-
'.shadow-rose-300': { viewShadowColor: '#fda4af' }
|
|
7265
|
-
'.shadow-rose-400': { viewShadowColor: '#fb7185' }
|
|
7266
|
-
'.shadow-rose-500': { viewShadowColor: '#f43f5e' }
|
|
7267
|
-
'.shadow-rose-600': { viewShadowColor: '#e11d48' }
|
|
7268
|
-
'.shadow-rose-700': { viewShadowColor: '#be123c' }
|
|
7269
|
-
'.shadow-rose-800': { viewShadowColor: '#9f1239' }
|
|
7270
|
-
'.shadow-rose-900': { viewShadowColor: '#881337' }
|
|
7139
|
+
// Property(ies): viewShadowColor - Box Shadow Color in Tailwind - iOS Only
|
|
7140
|
+
'.shadow-transparent[platform=ios]': { viewShadowColor: 'transparent' }
|
|
7141
|
+
'.shadow-black[platform=ios]': { viewShadowColor: '#000000' }
|
|
7142
|
+
'.shadow-white[platform=ios]': { viewShadowColor: '#ffffff' }
|
|
7143
|
+
'.shadow-slate-50[platform=ios]': { viewShadowColor: '#f8fafc' }
|
|
7144
|
+
'.shadow-slate-100[platform=ios]': { viewShadowColor: '#f1f5f9' }
|
|
7145
|
+
'.shadow-slate-200[platform=ios]': { viewShadowColor: '#e2e8f0' }
|
|
7146
|
+
'.shadow-slate-300[platform=ios]': { viewShadowColor: '#cbd5e1' }
|
|
7147
|
+
'.shadow-slate-400[platform=ios]': { viewShadowColor: '#94a3b8' }
|
|
7148
|
+
'.shadow-slate-500[platform=ios]': { viewShadowColor: '#64748b' }
|
|
7149
|
+
'.shadow-slate-600[platform=ios]': { viewShadowColor: '#475569' }
|
|
7150
|
+
'.shadow-slate-700[platform=ios]': { viewShadowColor: '#334155' }
|
|
7151
|
+
'.shadow-slate-800[platform=ios]': { viewShadowColor: '#1e293b' }
|
|
7152
|
+
'.shadow-slate-900[platform=ios]': { viewShadowColor: '#0f172a' }
|
|
7153
|
+
'.shadow-gray-50[platform=ios]': { viewShadowColor: '#f9fafb' }
|
|
7154
|
+
'.shadow-gray-100[platform=ios]': { viewShadowColor: '#f3f4f6' }
|
|
7155
|
+
'.shadow-gray-200[platform=ios]': { viewShadowColor: '#e5e7eb' }
|
|
7156
|
+
'.shadow-gray-300[platform=ios]': { viewShadowColor: '#d1d5db' }
|
|
7157
|
+
'.shadow-gray-400[platform=ios]': { viewShadowColor: '#9ca3af' }
|
|
7158
|
+
'.shadow-gray-500[platform=ios]': { viewShadowColor: '#6b7280' }
|
|
7159
|
+
'.shadow-gray-600[platform=ios]': { viewShadowColor: '#4b5563' }
|
|
7160
|
+
'.shadow-gray-700[platform=ios]': { viewShadowColor: '#374151' }
|
|
7161
|
+
'.shadow-gray-800[platform=ios]': { viewShadowColor: '#1f2937' }
|
|
7162
|
+
'.shadow-gray-900[platform=ios]': { viewShadowColor: '#111827' }
|
|
7163
|
+
'.shadow-zinc-50[platform=ios]': { viewShadowColor: '#fafafa' }
|
|
7164
|
+
'.shadow-zinc-100[platform=ios]': { viewShadowColor: '#f4f4f5' }
|
|
7165
|
+
'.shadow-zinc-200[platform=ios]': { viewShadowColor: '#e4e4e7' }
|
|
7166
|
+
'.shadow-zinc-300[platform=ios]': { viewShadowColor: '#d4d4d8' }
|
|
7167
|
+
'.shadow-zinc-400[platform=ios]': { viewShadowColor: '#a1a1aa' }
|
|
7168
|
+
'.shadow-zinc-500[platform=ios]': { viewShadowColor: '#71717a' }
|
|
7169
|
+
'.shadow-zinc-600[platform=ios]': { viewShadowColor: '#52525b' }
|
|
7170
|
+
'.shadow-zinc-700[platform=ios]': { viewShadowColor: '#3f3f46' }
|
|
7171
|
+
'.shadow-zinc-800[platform=ios]': { viewShadowColor: '#27272a' }
|
|
7172
|
+
'.shadow-zinc-900[platform=ios]': { viewShadowColor: '#18181b' }
|
|
7173
|
+
'.shadow-neutral-50[platform=ios]': { viewShadowColor: '#fafafa' }
|
|
7174
|
+
'.shadow-neutral-100[platform=ios]': { viewShadowColor: '#f5f5f5' }
|
|
7175
|
+
'.shadow-neutral-200[platform=ios]': { viewShadowColor: '#e5e5e5' }
|
|
7176
|
+
'.shadow-neutral-300[platform=ios]': { viewShadowColor: '#d4d4d4' }
|
|
7177
|
+
'.shadow-neutral-400[platform=ios]': { viewShadowColor: '#a3a3a3' }
|
|
7178
|
+
'.shadow-neutral-500[platform=ios]': { viewShadowColor: '#737373' }
|
|
7179
|
+
'.shadow-neutral-600[platform=ios]': { viewShadowColor: '#525252' }
|
|
7180
|
+
'.shadow-neutral-700[platform=ios]': { viewShadowColor: '#404040' }
|
|
7181
|
+
'.shadow-neutral-800[platform=ios]': { viewShadowColor: '#262626' }
|
|
7182
|
+
'.shadow-neutral-900[platform=ios]': { viewShadowColor: '#171717' }
|
|
7183
|
+
'.shadow-stone-50[platform=ios]': { viewShadowColor: '#fafaf9' }
|
|
7184
|
+
'.shadow-stone-100[platform=ios]': { viewShadowColor: '#f5f5f4' }
|
|
7185
|
+
'.shadow-stone-200[platform=ios]': { viewShadowColor: '#e7e5e4' }
|
|
7186
|
+
'.shadow-stone-300[platform=ios]': { viewShadowColor: '#d6d3d1' }
|
|
7187
|
+
'.shadow-stone-400[platform=ios]': { viewShadowColor: '#a8a29e' }
|
|
7188
|
+
'.shadow-stone-500[platform=ios]': { viewShadowColor: '#78716c' }
|
|
7189
|
+
'.shadow-stone-600[platform=ios]': { viewShadowColor: '#57534e' }
|
|
7190
|
+
'.shadow-stone-700[platform=ios]': { viewShadowColor: '#44403c' }
|
|
7191
|
+
'.shadow-stone-800[platform=ios]': { viewShadowColor: '#292524' }
|
|
7192
|
+
'.shadow-stone-900[platform=ios]': { viewShadowColor: '#1c1917' }
|
|
7193
|
+
'.shadow-red-50[platform=ios]': { viewShadowColor: '#fef2f2' }
|
|
7194
|
+
'.shadow-red-100[platform=ios]': { viewShadowColor: '#fee2e2' }
|
|
7195
|
+
'.shadow-red-200[platform=ios]': { viewShadowColor: '#fecaca' }
|
|
7196
|
+
'.shadow-red-300[platform=ios]': { viewShadowColor: '#fca5a5' }
|
|
7197
|
+
'.shadow-red-400[platform=ios]': { viewShadowColor: '#f87171' }
|
|
7198
|
+
'.shadow-red-500[platform=ios]': { viewShadowColor: '#ef4444' }
|
|
7199
|
+
'.shadow-red-600[platform=ios]': { viewShadowColor: '#dc2626' }
|
|
7200
|
+
'.shadow-red-700[platform=ios]': { viewShadowColor: '#b91c1c' }
|
|
7201
|
+
'.shadow-red-800[platform=ios]': { viewShadowColor: '#991b1b' }
|
|
7202
|
+
'.shadow-red-900[platform=ios]': { viewShadowColor: '#7f1d1d' }
|
|
7203
|
+
'.shadow-orange-50[platform=ios]': { viewShadowColor: '#fff7ed' }
|
|
7204
|
+
'.shadow-orange-100[platform=ios]': { viewShadowColor: '#ffedd5' }
|
|
7205
|
+
'.shadow-orange-200[platform=ios]': { viewShadowColor: '#fed7aa' }
|
|
7206
|
+
'.shadow-orange-300[platform=ios]': { viewShadowColor: '#fdba74' }
|
|
7207
|
+
'.shadow-orange-400[platform=ios]': { viewShadowColor: '#fb923c' }
|
|
7208
|
+
'.shadow-orange-500[platform=ios]': { viewShadowColor: '#f97316' }
|
|
7209
|
+
'.shadow-orange-600[platform=ios]': { viewShadowColor: '#ea580c' }
|
|
7210
|
+
'.shadow-orange-700[platform=ios]': { viewShadowColor: '#c2410c' }
|
|
7211
|
+
'.shadow-orange-800[platform=ios]': { viewShadowColor: '#9a3412' }
|
|
7212
|
+
'.shadow-orange-900[platform=ios]': { viewShadowColor: '#7c2d12' }
|
|
7213
|
+
'.shadow-amber-50[platform=ios]': { viewShadowColor: '#fffbeb' }
|
|
7214
|
+
'.shadow-amber-100[platform=ios]': { viewShadowColor: '#fef3c7' }
|
|
7215
|
+
'.shadow-amber-200[platform=ios]': { viewShadowColor: '#fde68a' }
|
|
7216
|
+
'.shadow-amber-300[platform=ios]': { viewShadowColor: '#fcd34d' }
|
|
7217
|
+
'.shadow-amber-400[platform=ios]': { viewShadowColor: '#fbbf24' }
|
|
7218
|
+
'.shadow-amber-500[platform=ios]': { viewShadowColor: '#f59e0b' }
|
|
7219
|
+
'.shadow-amber-600[platform=ios]': { viewShadowColor: '#d97706' }
|
|
7220
|
+
'.shadow-amber-700[platform=ios]': { viewShadowColor: '#b45309' }
|
|
7221
|
+
'.shadow-amber-800[platform=ios]': { viewShadowColor: '#92400e' }
|
|
7222
|
+
'.shadow-amber-900[platform=ios]': { viewShadowColor: '#78350f' }
|
|
7223
|
+
'.shadow-yellow-50[platform=ios]': { viewShadowColor: '#fefce8' }
|
|
7224
|
+
'.shadow-yellow-100[platform=ios]': { viewShadowColor: '#fef9c3' }
|
|
7225
|
+
'.shadow-yellow-200[platform=ios]': { viewShadowColor: '#fef08a' }
|
|
7226
|
+
'.shadow-yellow-300[platform=ios]': { viewShadowColor: '#fde047' }
|
|
7227
|
+
'.shadow-yellow-400[platform=ios]': { viewShadowColor: '#facc15' }
|
|
7228
|
+
'.shadow-yellow-500[platform=ios]': { viewShadowColor: '#eab308' }
|
|
7229
|
+
'.shadow-yellow-600[platform=ios]': { viewShadowColor: '#ca8a04' }
|
|
7230
|
+
'.shadow-yellow-700[platform=ios]': { viewShadowColor: '#a16207' }
|
|
7231
|
+
'.shadow-yellow-800[platform=ios]': { viewShadowColor: '#854d0e' }
|
|
7232
|
+
'.shadow-yellow-900[platform=ios]': { viewShadowColor: '#713f12' }
|
|
7233
|
+
'.shadow-lime-50[platform=ios]': { viewShadowColor: '#f7fee7' }
|
|
7234
|
+
'.shadow-lime-100[platform=ios]': { viewShadowColor: '#ecfccb' }
|
|
7235
|
+
'.shadow-lime-200[platform=ios]': { viewShadowColor: '#d9f99d' }
|
|
7236
|
+
'.shadow-lime-300[platform=ios]': { viewShadowColor: '#bef264' }
|
|
7237
|
+
'.shadow-lime-400[platform=ios]': { viewShadowColor: '#a3e635' }
|
|
7238
|
+
'.shadow-lime-500[platform=ios]': { viewShadowColor: '#84cc16' }
|
|
7239
|
+
'.shadow-lime-600[platform=ios]': { viewShadowColor: '#65a30d' }
|
|
7240
|
+
'.shadow-lime-700[platform=ios]': { viewShadowColor: '#4d7c0f' }
|
|
7241
|
+
'.shadow-lime-800[platform=ios]': { viewShadowColor: '#3f6212' }
|
|
7242
|
+
'.shadow-lime-900[platform=ios]': { viewShadowColor: '#365314' }
|
|
7243
|
+
'.shadow-green-50[platform=ios]': { viewShadowColor: '#f0fdf4' }
|
|
7244
|
+
'.shadow-green-100[platform=ios]': { viewShadowColor: '#dcfce7' }
|
|
7245
|
+
'.shadow-green-200[platform=ios]': { viewShadowColor: '#bbf7d0' }
|
|
7246
|
+
'.shadow-green-300[platform=ios]': { viewShadowColor: '#86efac' }
|
|
7247
|
+
'.shadow-green-400[platform=ios]': { viewShadowColor: '#4ade80' }
|
|
7248
|
+
'.shadow-green-500[platform=ios]': { viewShadowColor: '#22c55e' }
|
|
7249
|
+
'.shadow-green-600[platform=ios]': { viewShadowColor: '#16a34a' }
|
|
7250
|
+
'.shadow-green-700[platform=ios]': { viewShadowColor: '#15803d' }
|
|
7251
|
+
'.shadow-green-800[platform=ios]': { viewShadowColor: '#166534' }
|
|
7252
|
+
'.shadow-green-900[platform=ios]': { viewShadowColor: '#14532d' }
|
|
7253
|
+
'.shadow-emerald-50[platform=ios]': { viewShadowColor: '#ecfdf5' }
|
|
7254
|
+
'.shadow-emerald-100[platform=ios]': { viewShadowColor: '#d1fae5' }
|
|
7255
|
+
'.shadow-emerald-200[platform=ios]': { viewShadowColor: '#a7f3d0' }
|
|
7256
|
+
'.shadow-emerald-300[platform=ios]': { viewShadowColor: '#6ee7b7' }
|
|
7257
|
+
'.shadow-emerald-400[platform=ios]': { viewShadowColor: '#34d399' }
|
|
7258
|
+
'.shadow-emerald-500[platform=ios]': { viewShadowColor: '#10b981' }
|
|
7259
|
+
'.shadow-emerald-600[platform=ios]': { viewShadowColor: '#059669' }
|
|
7260
|
+
'.shadow-emerald-700[platform=ios]': { viewShadowColor: '#047857' }
|
|
7261
|
+
'.shadow-emerald-800[platform=ios]': { viewShadowColor: '#065f46' }
|
|
7262
|
+
'.shadow-emerald-900[platform=ios]': { viewShadowColor: '#064e3b' }
|
|
7263
|
+
'.shadow-teal-50[platform=ios]': { viewShadowColor: '#f0fdfa' }
|
|
7264
|
+
'.shadow-teal-100[platform=ios]': { viewShadowColor: '#ccfbf1' }
|
|
7265
|
+
'.shadow-teal-200[platform=ios]': { viewShadowColor: '#99f6e4' }
|
|
7266
|
+
'.shadow-teal-300[platform=ios]': { viewShadowColor: '#5eead4' }
|
|
7267
|
+
'.shadow-teal-400[platform=ios]': { viewShadowColor: '#2dd4bf' }
|
|
7268
|
+
'.shadow-teal-500[platform=ios]': { viewShadowColor: '#14b8a6' }
|
|
7269
|
+
'.shadow-teal-600[platform=ios]': { viewShadowColor: '#0d9488' }
|
|
7270
|
+
'.shadow-teal-700[platform=ios]': { viewShadowColor: '#0f766e' }
|
|
7271
|
+
'.shadow-teal-800[platform=ios]': { viewShadowColor: '#115e59' }
|
|
7272
|
+
'.shadow-teal-900[platform=ios]': { viewShadowColor: '#134e4a' }
|
|
7273
|
+
'.shadow-cyan-50[platform=ios]': { viewShadowColor: '#ecfeff' }
|
|
7274
|
+
'.shadow-cyan-100[platform=ios]': { viewShadowColor: '#cffafe' }
|
|
7275
|
+
'.shadow-cyan-200[platform=ios]': { viewShadowColor: '#a5f3fc' }
|
|
7276
|
+
'.shadow-cyan-300[platform=ios]': { viewShadowColor: '#67e8f9' }
|
|
7277
|
+
'.shadow-cyan-400[platform=ios]': { viewShadowColor: '#22d3ee' }
|
|
7278
|
+
'.shadow-cyan-500[platform=ios]': { viewShadowColor: '#06b6d4' }
|
|
7279
|
+
'.shadow-cyan-600[platform=ios]': { viewShadowColor: '#0891b2' }
|
|
7280
|
+
'.shadow-cyan-700[platform=ios]': { viewShadowColor: '#0e7490' }
|
|
7281
|
+
'.shadow-cyan-800[platform=ios]': { viewShadowColor: '#155e75' }
|
|
7282
|
+
'.shadow-cyan-900[platform=ios]': { viewShadowColor: '#164e63' }
|
|
7283
|
+
'.shadow-sky-50[platform=ios]': { viewShadowColor: '#f0f9ff' }
|
|
7284
|
+
'.shadow-sky-100[platform=ios]': { viewShadowColor: '#e0f2fe' }
|
|
7285
|
+
'.shadow-sky-200[platform=ios]': { viewShadowColor: '#bae6fd' }
|
|
7286
|
+
'.shadow-sky-300[platform=ios]': { viewShadowColor: '#7dd3fc' }
|
|
7287
|
+
'.shadow-sky-400[platform=ios]': { viewShadowColor: '#38bdf8' }
|
|
7288
|
+
'.shadow-sky-500[platform=ios]': { viewShadowColor: '#0ea5e9' }
|
|
7289
|
+
'.shadow-sky-600[platform=ios]': { viewShadowColor: '#0284c7' }
|
|
7290
|
+
'.shadow-sky-700[platform=ios]': { viewShadowColor: '#0369a1' }
|
|
7291
|
+
'.shadow-sky-800[platform=ios]': { viewShadowColor: '#075985' }
|
|
7292
|
+
'.shadow-sky-900[platform=ios]': { viewShadowColor: '#0c4a6e' }
|
|
7293
|
+
'.shadow-blue-50[platform=ios]': { viewShadowColor: '#eff6ff' }
|
|
7294
|
+
'.shadow-blue-100[platform=ios]': { viewShadowColor: '#dbeafe' }
|
|
7295
|
+
'.shadow-blue-200[platform=ios]': { viewShadowColor: '#bfdbfe' }
|
|
7296
|
+
'.shadow-blue-300[platform=ios]': { viewShadowColor: '#93c5fd' }
|
|
7297
|
+
'.shadow-blue-400[platform=ios]': { viewShadowColor: '#60a5fa' }
|
|
7298
|
+
'.shadow-blue-500[platform=ios]': { viewShadowColor: '#3b82f6' }
|
|
7299
|
+
'.shadow-blue-600[platform=ios]': { viewShadowColor: '#2563eb' }
|
|
7300
|
+
'.shadow-blue-700[platform=ios]': { viewShadowColor: '#1d4ed8' }
|
|
7301
|
+
'.shadow-blue-800[platform=ios]': { viewShadowColor: '#1e40af' }
|
|
7302
|
+
'.shadow-blue-900[platform=ios]': { viewShadowColor: '#1e3a8a' }
|
|
7303
|
+
'.shadow-indigo-50[platform=ios]': { viewShadowColor: '#eef2ff' }
|
|
7304
|
+
'.shadow-indigo-100[platform=ios]': { viewShadowColor: '#e0e7ff' }
|
|
7305
|
+
'.shadow-indigo-200[platform=ios]': { viewShadowColor: '#c7d2fe' }
|
|
7306
|
+
'.shadow-indigo-300[platform=ios]': { viewShadowColor: '#a5b4fc' }
|
|
7307
|
+
'.shadow-indigo-400[platform=ios]': { viewShadowColor: '#818cf8' }
|
|
7308
|
+
'.shadow-indigo-500[platform=ios]': { viewShadowColor: '#6366f1' }
|
|
7309
|
+
'.shadow-indigo-600[platform=ios]': { viewShadowColor: '#4f46e5' }
|
|
7310
|
+
'.shadow-indigo-700[platform=ios]': { viewShadowColor: '#4338ca' }
|
|
7311
|
+
'.shadow-indigo-800[platform=ios]': { viewShadowColor: '#3730a3' }
|
|
7312
|
+
'.shadow-indigo-900[platform=ios]': { viewShadowColor: '#312e81' }
|
|
7313
|
+
'.shadow-violet-50[platform=ios]': { viewShadowColor: '#f5f3ff' }
|
|
7314
|
+
'.shadow-violet-100[platform=ios]': { viewShadowColor: '#ede9fe' }
|
|
7315
|
+
'.shadow-violet-200[platform=ios]': { viewShadowColor: '#ddd6fe' }
|
|
7316
|
+
'.shadow-violet-300[platform=ios]': { viewShadowColor: '#c4b5fd' }
|
|
7317
|
+
'.shadow-violet-400[platform=ios]': { viewShadowColor: '#a78bfa' }
|
|
7318
|
+
'.shadow-violet-500[platform=ios]': { viewShadowColor: '#8b5cf6' }
|
|
7319
|
+
'.shadow-violet-600[platform=ios]': { viewShadowColor: '#7c3aed' }
|
|
7320
|
+
'.shadow-violet-700[platform=ios]': { viewShadowColor: '#6d28d9' }
|
|
7321
|
+
'.shadow-violet-800[platform=ios]': { viewShadowColor: '#5b21b6' }
|
|
7322
|
+
'.shadow-violet-900[platform=ios]': { viewShadowColor: '#4c1d95' }
|
|
7323
|
+
'.shadow-purple-50[platform=ios]': { viewShadowColor: '#faf5ff' }
|
|
7324
|
+
'.shadow-purple-100[platform=ios]': { viewShadowColor: '#f3e8ff' }
|
|
7325
|
+
'.shadow-purple-200[platform=ios]': { viewShadowColor: '#e9d5ff' }
|
|
7326
|
+
'.shadow-purple-300[platform=ios]': { viewShadowColor: '#d8b4fe' }
|
|
7327
|
+
'.shadow-purple-400[platform=ios]': { viewShadowColor: '#c084fc' }
|
|
7328
|
+
'.shadow-purple-500[platform=ios]': { viewShadowColor: '#a855f7' }
|
|
7329
|
+
'.shadow-purple-600[platform=ios]': { viewShadowColor: '#9333ea' }
|
|
7330
|
+
'.shadow-purple-700[platform=ios]': { viewShadowColor: '#7e22ce' }
|
|
7331
|
+
'.shadow-purple-800[platform=ios]': { viewShadowColor: '#6b21a8' }
|
|
7332
|
+
'.shadow-purple-900[platform=ios]': { viewShadowColor: '#581c87' }
|
|
7333
|
+
'.shadow-fuchsia-50[platform=ios]': { viewShadowColor: '#fdf4ff' }
|
|
7334
|
+
'.shadow-fuchsia-100[platform=ios]': { viewShadowColor: '#fae8ff' }
|
|
7335
|
+
'.shadow-fuchsia-200[platform=ios]': { viewShadowColor: '#f5d0fe' }
|
|
7336
|
+
'.shadow-fuchsia-300[platform=ios]': { viewShadowColor: '#f0abfc' }
|
|
7337
|
+
'.shadow-fuchsia-400[platform=ios]': { viewShadowColor: '#e879f9' }
|
|
7338
|
+
'.shadow-fuchsia-500[platform=ios]': { viewShadowColor: '#d946ef' }
|
|
7339
|
+
'.shadow-fuchsia-600[platform=ios]': { viewShadowColor: '#c026d3' }
|
|
7340
|
+
'.shadow-fuchsia-700[platform=ios]': { viewShadowColor: '#a21caf' }
|
|
7341
|
+
'.shadow-fuchsia-800[platform=ios]': { viewShadowColor: '#86198f' }
|
|
7342
|
+
'.shadow-fuchsia-900[platform=ios]': { viewShadowColor: '#701a75' }
|
|
7343
|
+
'.shadow-pink-50[platform=ios]': { viewShadowColor: '#fdf2f8' }
|
|
7344
|
+
'.shadow-pink-100[platform=ios]': { viewShadowColor: '#fce7f3' }
|
|
7345
|
+
'.shadow-pink-200[platform=ios]': { viewShadowColor: '#fbcfe8' }
|
|
7346
|
+
'.shadow-pink-300[platform=ios]': { viewShadowColor: '#f9a8d4' }
|
|
7347
|
+
'.shadow-pink-400[platform=ios]': { viewShadowColor: '#f472b6' }
|
|
7348
|
+
'.shadow-pink-500[platform=ios]': { viewShadowColor: '#ec4899' }
|
|
7349
|
+
'.shadow-pink-600[platform=ios]': { viewShadowColor: '#db2777' }
|
|
7350
|
+
'.shadow-pink-700[platform=ios]': { viewShadowColor: '#be185d' }
|
|
7351
|
+
'.shadow-pink-800[platform=ios]': { viewShadowColor: '#9d174d' }
|
|
7352
|
+
'.shadow-pink-900[platform=ios]': { viewShadowColor: '#831843' }
|
|
7353
|
+
'.shadow-rose-50[platform=ios]': { viewShadowColor: '#fff1f2' }
|
|
7354
|
+
'.shadow-rose-100[platform=ios]': { viewShadowColor: '#ffe4e6' }
|
|
7355
|
+
'.shadow-rose-200[platform=ios]': { viewShadowColor: '#fecdd3' }
|
|
7356
|
+
'.shadow-rose-300[platform=ios]': { viewShadowColor: '#fda4af' }
|
|
7357
|
+
'.shadow-rose-400[platform=ios]': { viewShadowColor: '#fb7185' }
|
|
7358
|
+
'.shadow-rose-500[platform=ios]': { viewShadowColor: '#f43f5e' }
|
|
7359
|
+
'.shadow-rose-600[platform=ios]': { viewShadowColor: '#e11d48' }
|
|
7360
|
+
'.shadow-rose-700[platform=ios]': { viewShadowColor: '#be123c' }
|
|
7361
|
+
'.shadow-rose-800[platform=ios]': { viewShadowColor: '#9f1239' }
|
|
7362
|
+
'.shadow-rose-900[platform=ios]': { viewShadowColor: '#881337' }
|
|
7271
7363
|
|
|
7272
7364
|
// Component(s): Ti.UI.TabGroup
|
|
7273
7365
|
// Property(ies): shiftMode - Android Only
|
|
@@ -7307,6 +7399,11 @@
|
|
|
7307
7399
|
'.swipe-to-close[platform=ios]': { swipeToClose: true }
|
|
7308
7400
|
'.dont-swipe-to-close[platform=ios]': { swipeToClose: false }
|
|
7309
7401
|
|
|
7402
|
+
// Component(s): Ti.UI.Android.CardView
|
|
7403
|
+
// Property(ies): useCompatPadding - Android Only
|
|
7404
|
+
'.use-compat-padding[platform=android]': { useCompatPadding: true }
|
|
7405
|
+
'.dont-use-compat-padding[platform=android]': { useCompatPadding: false }
|
|
7406
|
+
|
|
7310
7407
|
// Component(s): Ti.UI.Window
|
|
7311
7408
|
// Property(ies): tabBarHidden - iOS Only
|
|
7312
7409
|
'.tab-bar-hidden[platform=ios]': { tabBarHidden: true }
|