purgetss 3.2.0 → 4.1.1

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 CHANGED
@@ -1,4 +1,4 @@
1
- // Tailwind CSS v3.0.22: A utility-first CSS framework for rapidly building custom designs. ( https://tailwindcss.com )
1
+ // Tailwind CSS v3.0.23: A utility-first CSS framework for rapidly building custom designs. ( https://tailwindcss.com )
2
2
  // Created by Adam Wathan ( https://twitter.com/adamwathan ).
3
3
 
4
4
  // Custom Styles and Resets
@@ -1327,7 +1327,7 @@
1327
1327
  '.bar-rose-900': { barColor: '#881337' }
1328
1328
 
1329
1329
  // Component(s): Ti.UI.TabGroup, Ti.UI.Window
1330
- // Property(ies): titleAttributes
1330
+ // Property(ies): titleAttributes - iOS Only
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' } }
@@ -1554,17 +1554,17 @@
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: '#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
- '.bar-shadow-none': { titleAttributes: { shadow: { color: null, offset: { width: 0, height: 0 }, blurRadius: null } } }
1557
+ '.bar-title-shadow-xs[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 1, offset: { width: 0, height: 0 } } } }
1558
+ '.bar-title-shadow-sm[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 2, offset: { width: 0, height: 1 } } } }
1559
+ '.bar-title-shadow[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 4, offset: { width: 0, height: 2 } } } }
1560
+ '.bar-title-shadow-md[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 6, offset: { width: 0, height: 3 } } } }
1561
+ '.bar-title-shadow-lg[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 8, offset: { width: 0, height: 4 } } } }
1562
+ '.bar-title-shadow-xl[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 12, offset: { width: 0, height: 6 } } } }
1563
+ '.bar-title-shadow-2xl[platform=ios]': { titleAttributes: { shadow: { color: '#80000000', blurRadius: 14, offset: { width: 0, height: 8 } } } }
1564
+ '.bar-title-shadow-none[platform=ios]': { titleAttributes: { shadow: { color: null, blurRadius: null, offset: { width: 0, height: 0 } } } }
1565
1565
 
1566
1566
  // Component(s): Ti.UI.TabGroup, Ti.UI.Window
1567
- // Property(ies): titleAttributes: shadow - Bar Title Shadow
1567
+ // Property(ies): titleAttributes: shadow - Bar Title Shadow - iOS Only
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' } } }
@@ -2920,8 +2920,8 @@
2920
2920
  // Description: width and height properties using Ti.Platform.displayCaps platformWidth and platformHeight values
2921
2921
  '.platform-w': { width: Ti.Platform.displayCaps.platformWidth }
2922
2922
  '.platform-h': { height: Ti.Platform.displayCaps.platformHeight }
2923
- '.inverted-platform-w': { width: Ti.Platform.displayCaps.platformHeight }
2924
- '.inverted-platform-h': { height: Ti.Platform.displayCaps.platformWidth }
2923
+ '.inverted-platform-w[platform=ios]': { width: Ti.Platform.displayCaps.platformHeight }
2924
+ '.inverted-platform-h[platform=ios]': { height: Ti.Platform.displayCaps.platformWidth }
2925
2925
  '.inverted-platform-w[platform=android]': { width: Ti.Platform.displayCaps.platformWidth }
2926
2926
  '.inverted-platform-h[platform=android]': { height: Ti.Platform.displayCaps.platformHeight }
2927
2927
 
@@ -3245,8 +3245,8 @@
3245
3245
  '.enable-return-key[platform=ios]': { enableReturnKey: true }
3246
3246
  '.disable-return-key[platform=ios]': { enableReturnKey: false }
3247
3247
 
3248
- // Component(s): Ti.UI.TabGroup[android], Ti.UI.Window[android]
3249
- // Property(ies): exitOnClose
3248
+ // Component(s): Ti.UI.TabGroup, Ti.UI.Window
3249
+ // Property(ies): exitOnClose - Android Only
3250
3250
  '.exit-on-close[platform=android]': { exitOnClose: true }
3251
3251
  '.dont-exit-on-close[platform=android]': { exitOnClose: false }
3252
3252
 
@@ -3270,7 +3270,7 @@
3270
3270
  '.dont-extend-safe-area': { extendSafeArea: false }
3271
3271
 
3272
3272
  // Component(s): Ti.UI.Window
3273
- // Property(ies): flagSecure
3273
+ // Property(ies): flagSecure - Android Only
3274
3274
  '.flag-secure[platform=android]': { flagSecure: true }
3275
3275
  '.flag-not-secure[platform=android]': { flagSecure: false }
3276
3276
 
@@ -4496,6 +4496,7 @@
4496
4496
  // Component(s): Ti.UI.Window
4497
4497
  // Property(ies): largeTitleEnabled - iOS Only
4498
4498
  '.large-title-enabled[platform=ios]': { largeTitleEnabled: true }
4499
+ '.large-title-disabled[platform=ios]': { largeTitleEnabled: false }
4499
4500
 
4500
4501
  // Component(s): Ti.UI.OptionBar, Ti.UI.View
4501
4502
  // Property(ies): layout
@@ -5757,7 +5758,7 @@
5757
5758
  '.origin-top-left': { anchorPoint: { x: 0, y: 0 } }
5758
5759
 
5759
5760
  // Component(s): Ti.UI.ScrollableView
5760
- // Property(ies): overlayEnabled
5761
+ // Property(ies): overlayEnabled - iOS Only
5761
5762
  '.overlay-enabled[platform=ios]': { overlayEnabled: true }
5762
5763
  '.overlay-disabled[platform=ios]': { overlayEnabled: false }
5763
5764
 
@@ -7105,23 +7106,10 @@
7105
7106
  '.scrolling-disabled': { scrollingEnabled: false }
7106
7107
 
7107
7108
  // Component(s): Ti.UI.ScrollView
7108
- // Property(ies): scrollType
7109
+ // Property(ies): scrollType - Android Only
7109
7110
  '.scroll-horizontal[platform=android]': { scrollType: 'horizontal' }
7110
7111
  '.scroll-vertical[platform=android]': { scrollType: 'vertical' }
7111
7112
 
7112
- // Component(s): Ti.UI.View
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
7113
  // Component(s): Ti.UI.Android.CardView, Ti.UI.Animation, Ti.UI.View
7126
7114
  // Property(ies): elevation - Box Shadow Effect in Tailwind - Android Only
7127
7115
  '.shadow-xs[platform=android]': { elevation: 4 }
@@ -7135,6 +7123,19 @@
7135
7123
  '.shadow-outline[platform=android]': { elevation: 16 }
7136
7124
  '.shadow-none[platform=android]': { elevation: 0 }
7137
7125
 
7126
+ // Component(s): Ti.UI.View
7127
+ // Property(ies): viewShadowOffset, viewShadowRadius, viewShadowColor - Box Shadow Effect in Tailwind - iOS Only
7128
+ '.shadow-xs[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 1, viewShadowColor: '#80000000' }
7129
+ '.shadow-sm[platform=ios]': { viewShadowOffset: { x: 0, y: 1 }, viewShadowRadius: 2, viewShadowColor: '#80000000' }
7130
+ '.shadow[platform=ios]': { viewShadowOffset: { x: 0, y: 2 }, viewShadowRadius: 4, viewShadowColor: '#80000000' }
7131
+ '.shadow-md[platform=ios]': { viewShadowOffset: { x: 0, y: 3 }, viewShadowRadius: 6, viewShadowColor: '#80000000' }
7132
+ '.shadow-lg[platform=ios]': { viewShadowOffset: { x: 0, y: 4 }, viewShadowRadius: 8, viewShadowColor: '#80000000' }
7133
+ '.shadow-xl[platform=ios]': { viewShadowOffset: { x: 0, y: 6 }, viewShadowRadius: 12, viewShadowColor: '#80000000' }
7134
+ '.shadow-2xl[platform=ios]': { viewShadowOffset: { x: 0, y: 8 }, viewShadowRadius: 14, viewShadowColor: '#80000000' }
7135
+ '.shadow-inner[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: null, viewShadowColor: null }
7136
+ '.shadow-outline[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 4, viewShadowColor: '#80000000' }
7137
+ '.shadow-none[platform=ios]': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: null, viewShadowColor: null }
7138
+
7138
7139
  // Component(s): Ti.UI.View
7139
7140
  // Property(ies): viewShadowColor - Box Shadow Color in Tailwind - iOS Only
7140
7141
  '.shadow-transparent[platform=ios]': { viewShadowColor: 'transparent' }
@@ -7380,7 +7381,7 @@
7380
7381
  '.hide-cancel': { showCancel: false }
7381
7382
 
7382
7383
  // Component(s): Ti.UI.TabGroup
7383
- // Property(ies): smoothScrollOnTabClick
7384
+ // Property(ies): smoothScrollOnTabClick - Android Only
7384
7385
  '.smooth-scroll[platform=android]': { smoothScrollOnTabClick: true }
7385
7386
  '.smooth-scroll-disabled[platform=android]': { smoothScrollOnTabClick: false }
7386
7387
 
@@ -7395,15 +7396,10 @@
7395
7396
  '.sustained-performance-mode[platform=android]': { sustainedPerformanceMode: true }
7396
7397
 
7397
7398
  // Component(s): Ti.UI.Window
7398
- // Property(ies): swipeToClose
7399
+ // Property(ies): swipeToClose - iOS Only
7399
7400
  '.swipe-to-close[platform=ios]': { swipeToClose: true }
7400
7401
  '.dont-swipe-to-close[platform=ios]': { swipeToClose: false }
7401
7402
 
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
-
7407
7403
  // Component(s): Ti.UI.Window
7408
7404
  // Property(ies): tabBarHidden - iOS Only
7409
7405
  '.tab-bar-hidden[platform=ios]': { tabBarHidden: true }
@@ -8104,6 +8100,33 @@
8104
8100
  '.text-rose-800': { color: '#9f1239' }
8105
8101
  '.text-rose-900': { color: '#881337' }
8106
8102
 
8103
+ // Component(s): Ti.UI.Window
8104
+ // Property(ies): theme - Android Only
8105
+ '.theme-titanium[platform=android]': { theme: "Theme.Titanium" }
8106
+ '.theme-titanium-day-night[platform=android]': { theme: "Theme.Titanium.DayNight" }
8107
+ '.theme-titanium-day-night-no-title-bar[platform=android]': { theme: "Theme.Titanium.DayNight.NoTitleBar" }
8108
+ '.theme-titanium-day-night-fullscreen[platform=android]': { theme: "Theme.Titanium.DayNight.Fullscreen" }
8109
+ '.theme-titanium-day-night-solid[platform=android]': { theme: "Theme.Titanium.DayNight.Solid" }
8110
+ '.theme-titanium-day-night-solid-no-title-bar[platform=android]': { theme: "Theme.Titanium.DayNight.Solid.NoTitleBar" }
8111
+ '.theme-titanium-day-night-solid-fullscreen[platform=android]': { theme: "Theme.Titanium.DayNight.Solid.Fullscreen" }
8112
+ '.theme-titanium-dark[platform=android]': { theme: "Theme.Titanium.Dark" }
8113
+ '.theme-titanium-dark-no-title-bar[platform=android]': { theme: "Theme.Titanium.Dark.NoTitleBar" }
8114
+ '.theme-titanium-dark-fullscreen[platform=android]': { theme: "Theme.Titanium.Dark.Fullscreen" }
8115
+ '.theme-titanium-dark-solid[platform=android]': { theme: "Theme.Titanium.Dark.Solid" }
8116
+ '.theme-titanium-dark-solid-no-title-bar[platform=android]': { theme: "Theme.Titanium.Dark.Solid.NoTitleBar" }
8117
+ '.theme-titanium-dark-solid-fullscreen[platform=android]': { theme: "Theme.Titanium.Dark.Solid.Fullscreen" }
8118
+ '.theme-titanium-light[platform=android]': { theme: "Theme.Titanium.Light" }
8119
+ '.theme-titanium-light-no-title-bar[platform=android]': { theme: "Theme.Titanium.Light.NoTitleBar" }
8120
+ '.theme-titanium-light-fullscreen[platform=android]': { theme: "Theme.Titanium.Light.Fullscreen" }
8121
+ '.theme-titanium-light-solid[platform=android]': { theme: "Theme.Titanium.Light.Solid" }
8122
+ '.theme-titanium-light-solid-no-title-bar[platform=android]': { theme: "Theme.Titanium.Light.Solid.NoTitleBar" }
8123
+ '.theme-titanium-light-solid-fullscreen[platform=android]': { theme: "Theme.Titanium.Light.Solid.Fullscreen" }
8124
+ '.theme-app-derived-no-title-bar[platform=android]': { theme: "'Theme.AppDerived.NoTitleBar'" }
8125
+ '.theme-app-derived-fullscreen[platform=android]': { theme: "'Theme.AppDerived.Fullscreen'" }
8126
+ '.theme-app-derived-translucent[platform=android]': { theme: "'Theme.AppDerived.Translucent'" }
8127
+ '.theme-app-derived-translucent-no-title-bar[platform=android]': { theme: "'Theme.AppDerived.Translucent.NoTitleBar'" }
8128
+ '.theme-app-derived-translucent-fullscreen[platform=android]': { theme: "'Theme.AppDerived.Translucent.Fullscreen'" }
8129
+
8107
8130
  // Ti.Media
8108
8131
  // Component(s): Ti.Media
8109
8132
  // Property(ies): audioSessionCategory - iOS Only
@@ -8113,8 +8136,8 @@
8113
8136
  '.audio-session-solo-ambient[platform=ios]': { audioSessionCategory: Ti.Media.AUDIO_SESSION_CATEGORY_SOLO_AMBIENT }
8114
8137
  '.audio-session-play-record[platform=ios]': { audioSessionCategory: Ti.Media.AUDIO_SESSION_CATEGORY_PLAY_AND_RECORD }
8115
8138
 
8116
- // Component(s): Ti.Media.AudioPlayer[android], Ti.Media.Sound[android]
8117
- // Property(ies): audioType
8139
+ // Component(s): Ti.Media.AudioPlayer, Ti.Media.Sound
8140
+ // Property(ies): audioType - Android Only
8118
8141
  '.audio-type-ring[platform=android]': { audioType: Ti.Media.Sound.AUDIO_TYPE_RING }
8119
8142
  '.audio-type-alarm[platform=android]': { audioType: Ti.Media.Sound.AUDIO_TYPE_ALARM }
8120
8143
  '.audio-type-media[platform=android]': { audioType: Ti.Media.Sound.AUDIO_TYPE_MEDIA }
@@ -8627,230 +8650,230 @@
8627
8650
  '.title-rose-900': { titleColor: '#881337' }
8628
8651
 
8629
8652
  // Component(s): Ti.UI.View
8630
- // Property(ies): touchFeedbackColor
8631
- '.feedback-transparent': { touchFeedback: true, touchFeedbackColor: 'transparent' }
8632
- '.feedback-black': { touchFeedback: true, touchFeedbackColor: '#000000' }
8633
- '.feedback-white': { touchFeedback: true, touchFeedbackColor: '#ffffff' }
8634
- '.feedback-slate-50': { touchFeedback: true, touchFeedbackColor: '#f8fafc' }
8635
- '.feedback-slate-100': { touchFeedback: true, touchFeedbackColor: '#f1f5f9' }
8636
- '.feedback-slate-200': { touchFeedback: true, touchFeedbackColor: '#e2e8f0' }
8637
- '.feedback-slate-300': { touchFeedback: true, touchFeedbackColor: '#cbd5e1' }
8638
- '.feedback-slate-400': { touchFeedback: true, touchFeedbackColor: '#94a3b8' }
8639
- '.feedback-slate-500': { touchFeedback: true, touchFeedbackColor: '#64748b' }
8640
- '.feedback-slate-600': { touchFeedback: true, touchFeedbackColor: '#475569' }
8641
- '.feedback-slate-700': { touchFeedback: true, touchFeedbackColor: '#334155' }
8642
- '.feedback-slate-800': { touchFeedback: true, touchFeedbackColor: '#1e293b' }
8643
- '.feedback-slate-900': { touchFeedback: true, touchFeedbackColor: '#0f172a' }
8644
- '.feedback-gray-50': { touchFeedback: true, touchFeedbackColor: '#f9fafb' }
8645
- '.feedback-gray-100': { touchFeedback: true, touchFeedbackColor: '#f3f4f6' }
8646
- '.feedback-gray-200': { touchFeedback: true, touchFeedbackColor: '#e5e7eb' }
8647
- '.feedback-gray-300': { touchFeedback: true, touchFeedbackColor: '#d1d5db' }
8648
- '.feedback-gray-400': { touchFeedback: true, touchFeedbackColor: '#9ca3af' }
8649
- '.feedback-gray-500': { touchFeedback: true, touchFeedbackColor: '#6b7280' }
8650
- '.feedback-gray-600': { touchFeedback: true, touchFeedbackColor: '#4b5563' }
8651
- '.feedback-gray-700': { touchFeedback: true, touchFeedbackColor: '#374151' }
8652
- '.feedback-gray-800': { touchFeedback: true, touchFeedbackColor: '#1f2937' }
8653
- '.feedback-gray-900': { touchFeedback: true, touchFeedbackColor: '#111827' }
8654
- '.feedback-zinc-50': { touchFeedback: true, touchFeedbackColor: '#fafafa' }
8655
- '.feedback-zinc-100': { touchFeedback: true, touchFeedbackColor: '#f4f4f5' }
8656
- '.feedback-zinc-200': { touchFeedback: true, touchFeedbackColor: '#e4e4e7' }
8657
- '.feedback-zinc-300': { touchFeedback: true, touchFeedbackColor: '#d4d4d8' }
8658
- '.feedback-zinc-400': { touchFeedback: true, touchFeedbackColor: '#a1a1aa' }
8659
- '.feedback-zinc-500': { touchFeedback: true, touchFeedbackColor: '#71717a' }
8660
- '.feedback-zinc-600': { touchFeedback: true, touchFeedbackColor: '#52525b' }
8661
- '.feedback-zinc-700': { touchFeedback: true, touchFeedbackColor: '#3f3f46' }
8662
- '.feedback-zinc-800': { touchFeedback: true, touchFeedbackColor: '#27272a' }
8663
- '.feedback-zinc-900': { touchFeedback: true, touchFeedbackColor: '#18181b' }
8664
- '.feedback-neutral-50': { touchFeedback: true, touchFeedbackColor: '#fafafa' }
8665
- '.feedback-neutral-100': { touchFeedback: true, touchFeedbackColor: '#f5f5f5' }
8666
- '.feedback-neutral-200': { touchFeedback: true, touchFeedbackColor: '#e5e5e5' }
8667
- '.feedback-neutral-300': { touchFeedback: true, touchFeedbackColor: '#d4d4d4' }
8668
- '.feedback-neutral-400': { touchFeedback: true, touchFeedbackColor: '#a3a3a3' }
8669
- '.feedback-neutral-500': { touchFeedback: true, touchFeedbackColor: '#737373' }
8670
- '.feedback-neutral-600': { touchFeedback: true, touchFeedbackColor: '#525252' }
8671
- '.feedback-neutral-700': { touchFeedback: true, touchFeedbackColor: '#404040' }
8672
- '.feedback-neutral-800': { touchFeedback: true, touchFeedbackColor: '#262626' }
8673
- '.feedback-neutral-900': { touchFeedback: true, touchFeedbackColor: '#171717' }
8674
- '.feedback-stone-50': { touchFeedback: true, touchFeedbackColor: '#fafaf9' }
8675
- '.feedback-stone-100': { touchFeedback: true, touchFeedbackColor: '#f5f5f4' }
8676
- '.feedback-stone-200': { touchFeedback: true, touchFeedbackColor: '#e7e5e4' }
8677
- '.feedback-stone-300': { touchFeedback: true, touchFeedbackColor: '#d6d3d1' }
8678
- '.feedback-stone-400': { touchFeedback: true, touchFeedbackColor: '#a8a29e' }
8679
- '.feedback-stone-500': { touchFeedback: true, touchFeedbackColor: '#78716c' }
8680
- '.feedback-stone-600': { touchFeedback: true, touchFeedbackColor: '#57534e' }
8681
- '.feedback-stone-700': { touchFeedback: true, touchFeedbackColor: '#44403c' }
8682
- '.feedback-stone-800': { touchFeedback: true, touchFeedbackColor: '#292524' }
8683
- '.feedback-stone-900': { touchFeedback: true, touchFeedbackColor: '#1c1917' }
8684
- '.feedback-red-50': { touchFeedback: true, touchFeedbackColor: '#fef2f2' }
8685
- '.feedback-red-100': { touchFeedback: true, touchFeedbackColor: '#fee2e2' }
8686
- '.feedback-red-200': { touchFeedback: true, touchFeedbackColor: '#fecaca' }
8687
- '.feedback-red-300': { touchFeedback: true, touchFeedbackColor: '#fca5a5' }
8688
- '.feedback-red-400': { touchFeedback: true, touchFeedbackColor: '#f87171' }
8689
- '.feedback-red-500': { touchFeedback: true, touchFeedbackColor: '#ef4444' }
8690
- '.feedback-red-600': { touchFeedback: true, touchFeedbackColor: '#dc2626' }
8691
- '.feedback-red-700': { touchFeedback: true, touchFeedbackColor: '#b91c1c' }
8692
- '.feedback-red-800': { touchFeedback: true, touchFeedbackColor: '#991b1b' }
8693
- '.feedback-red-900': { touchFeedback: true, touchFeedbackColor: '#7f1d1d' }
8694
- '.feedback-orange-50': { touchFeedback: true, touchFeedbackColor: '#fff7ed' }
8695
- '.feedback-orange-100': { touchFeedback: true, touchFeedbackColor: '#ffedd5' }
8696
- '.feedback-orange-200': { touchFeedback: true, touchFeedbackColor: '#fed7aa' }
8697
- '.feedback-orange-300': { touchFeedback: true, touchFeedbackColor: '#fdba74' }
8698
- '.feedback-orange-400': { touchFeedback: true, touchFeedbackColor: '#fb923c' }
8699
- '.feedback-orange-500': { touchFeedback: true, touchFeedbackColor: '#f97316' }
8700
- '.feedback-orange-600': { touchFeedback: true, touchFeedbackColor: '#ea580c' }
8701
- '.feedback-orange-700': { touchFeedback: true, touchFeedbackColor: '#c2410c' }
8702
- '.feedback-orange-800': { touchFeedback: true, touchFeedbackColor: '#9a3412' }
8703
- '.feedback-orange-900': { touchFeedback: true, touchFeedbackColor: '#7c2d12' }
8704
- '.feedback-amber-50': { touchFeedback: true, touchFeedbackColor: '#fffbeb' }
8705
- '.feedback-amber-100': { touchFeedback: true, touchFeedbackColor: '#fef3c7' }
8706
- '.feedback-amber-200': { touchFeedback: true, touchFeedbackColor: '#fde68a' }
8707
- '.feedback-amber-300': { touchFeedback: true, touchFeedbackColor: '#fcd34d' }
8708
- '.feedback-amber-400': { touchFeedback: true, touchFeedbackColor: '#fbbf24' }
8709
- '.feedback-amber-500': { touchFeedback: true, touchFeedbackColor: '#f59e0b' }
8710
- '.feedback-amber-600': { touchFeedback: true, touchFeedbackColor: '#d97706' }
8711
- '.feedback-amber-700': { touchFeedback: true, touchFeedbackColor: '#b45309' }
8712
- '.feedback-amber-800': { touchFeedback: true, touchFeedbackColor: '#92400e' }
8713
- '.feedback-amber-900': { touchFeedback: true, touchFeedbackColor: '#78350f' }
8714
- '.feedback-yellow-50': { touchFeedback: true, touchFeedbackColor: '#fefce8' }
8715
- '.feedback-yellow-100': { touchFeedback: true, touchFeedbackColor: '#fef9c3' }
8716
- '.feedback-yellow-200': { touchFeedback: true, touchFeedbackColor: '#fef08a' }
8717
- '.feedback-yellow-300': { touchFeedback: true, touchFeedbackColor: '#fde047' }
8718
- '.feedback-yellow-400': { touchFeedback: true, touchFeedbackColor: '#facc15' }
8719
- '.feedback-yellow-500': { touchFeedback: true, touchFeedbackColor: '#eab308' }
8720
- '.feedback-yellow-600': { touchFeedback: true, touchFeedbackColor: '#ca8a04' }
8721
- '.feedback-yellow-700': { touchFeedback: true, touchFeedbackColor: '#a16207' }
8722
- '.feedback-yellow-800': { touchFeedback: true, touchFeedbackColor: '#854d0e' }
8723
- '.feedback-yellow-900': { touchFeedback: true, touchFeedbackColor: '#713f12' }
8724
- '.feedback-lime-50': { touchFeedback: true, touchFeedbackColor: '#f7fee7' }
8725
- '.feedback-lime-100': { touchFeedback: true, touchFeedbackColor: '#ecfccb' }
8726
- '.feedback-lime-200': { touchFeedback: true, touchFeedbackColor: '#d9f99d' }
8727
- '.feedback-lime-300': { touchFeedback: true, touchFeedbackColor: '#bef264' }
8728
- '.feedback-lime-400': { touchFeedback: true, touchFeedbackColor: '#a3e635' }
8729
- '.feedback-lime-500': { touchFeedback: true, touchFeedbackColor: '#84cc16' }
8730
- '.feedback-lime-600': { touchFeedback: true, touchFeedbackColor: '#65a30d' }
8731
- '.feedback-lime-700': { touchFeedback: true, touchFeedbackColor: '#4d7c0f' }
8732
- '.feedback-lime-800': { touchFeedback: true, touchFeedbackColor: '#3f6212' }
8733
- '.feedback-lime-900': { touchFeedback: true, touchFeedbackColor: '#365314' }
8734
- '.feedback-green-50': { touchFeedback: true, touchFeedbackColor: '#f0fdf4' }
8735
- '.feedback-green-100': { touchFeedback: true, touchFeedbackColor: '#dcfce7' }
8736
- '.feedback-green-200': { touchFeedback: true, touchFeedbackColor: '#bbf7d0' }
8737
- '.feedback-green-300': { touchFeedback: true, touchFeedbackColor: '#86efac' }
8738
- '.feedback-green-400': { touchFeedback: true, touchFeedbackColor: '#4ade80' }
8739
- '.feedback-green-500': { touchFeedback: true, touchFeedbackColor: '#22c55e' }
8740
- '.feedback-green-600': { touchFeedback: true, touchFeedbackColor: '#16a34a' }
8741
- '.feedback-green-700': { touchFeedback: true, touchFeedbackColor: '#15803d' }
8742
- '.feedback-green-800': { touchFeedback: true, touchFeedbackColor: '#166534' }
8743
- '.feedback-green-900': { touchFeedback: true, touchFeedbackColor: '#14532d' }
8744
- '.feedback-emerald-50': { touchFeedback: true, touchFeedbackColor: '#ecfdf5' }
8745
- '.feedback-emerald-100': { touchFeedback: true, touchFeedbackColor: '#d1fae5' }
8746
- '.feedback-emerald-200': { touchFeedback: true, touchFeedbackColor: '#a7f3d0' }
8747
- '.feedback-emerald-300': { touchFeedback: true, touchFeedbackColor: '#6ee7b7' }
8748
- '.feedback-emerald-400': { touchFeedback: true, touchFeedbackColor: '#34d399' }
8749
- '.feedback-emerald-500': { touchFeedback: true, touchFeedbackColor: '#10b981' }
8750
- '.feedback-emerald-600': { touchFeedback: true, touchFeedbackColor: '#059669' }
8751
- '.feedback-emerald-700': { touchFeedback: true, touchFeedbackColor: '#047857' }
8752
- '.feedback-emerald-800': { touchFeedback: true, touchFeedbackColor: '#065f46' }
8753
- '.feedback-emerald-900': { touchFeedback: true, touchFeedbackColor: '#064e3b' }
8754
- '.feedback-teal-50': { touchFeedback: true, touchFeedbackColor: '#f0fdfa' }
8755
- '.feedback-teal-100': { touchFeedback: true, touchFeedbackColor: '#ccfbf1' }
8756
- '.feedback-teal-200': { touchFeedback: true, touchFeedbackColor: '#99f6e4' }
8757
- '.feedback-teal-300': { touchFeedback: true, touchFeedbackColor: '#5eead4' }
8758
- '.feedback-teal-400': { touchFeedback: true, touchFeedbackColor: '#2dd4bf' }
8759
- '.feedback-teal-500': { touchFeedback: true, touchFeedbackColor: '#14b8a6' }
8760
- '.feedback-teal-600': { touchFeedback: true, touchFeedbackColor: '#0d9488' }
8761
- '.feedback-teal-700': { touchFeedback: true, touchFeedbackColor: '#0f766e' }
8762
- '.feedback-teal-800': { touchFeedback: true, touchFeedbackColor: '#115e59' }
8763
- '.feedback-teal-900': { touchFeedback: true, touchFeedbackColor: '#134e4a' }
8764
- '.feedback-cyan-50': { touchFeedback: true, touchFeedbackColor: '#ecfeff' }
8765
- '.feedback-cyan-100': { touchFeedback: true, touchFeedbackColor: '#cffafe' }
8766
- '.feedback-cyan-200': { touchFeedback: true, touchFeedbackColor: '#a5f3fc' }
8767
- '.feedback-cyan-300': { touchFeedback: true, touchFeedbackColor: '#67e8f9' }
8768
- '.feedback-cyan-400': { touchFeedback: true, touchFeedbackColor: '#22d3ee' }
8769
- '.feedback-cyan-500': { touchFeedback: true, touchFeedbackColor: '#06b6d4' }
8770
- '.feedback-cyan-600': { touchFeedback: true, touchFeedbackColor: '#0891b2' }
8771
- '.feedback-cyan-700': { touchFeedback: true, touchFeedbackColor: '#0e7490' }
8772
- '.feedback-cyan-800': { touchFeedback: true, touchFeedbackColor: '#155e75' }
8773
- '.feedback-cyan-900': { touchFeedback: true, touchFeedbackColor: '#164e63' }
8774
- '.feedback-sky-50': { touchFeedback: true, touchFeedbackColor: '#f0f9ff' }
8775
- '.feedback-sky-100': { touchFeedback: true, touchFeedbackColor: '#e0f2fe' }
8776
- '.feedback-sky-200': { touchFeedback: true, touchFeedbackColor: '#bae6fd' }
8777
- '.feedback-sky-300': { touchFeedback: true, touchFeedbackColor: '#7dd3fc' }
8778
- '.feedback-sky-400': { touchFeedback: true, touchFeedbackColor: '#38bdf8' }
8779
- '.feedback-sky-500': { touchFeedback: true, touchFeedbackColor: '#0ea5e9' }
8780
- '.feedback-sky-600': { touchFeedback: true, touchFeedbackColor: '#0284c7' }
8781
- '.feedback-sky-700': { touchFeedback: true, touchFeedbackColor: '#0369a1' }
8782
- '.feedback-sky-800': { touchFeedback: true, touchFeedbackColor: '#075985' }
8783
- '.feedback-sky-900': { touchFeedback: true, touchFeedbackColor: '#0c4a6e' }
8784
- '.feedback-blue-50': { touchFeedback: true, touchFeedbackColor: '#eff6ff' }
8785
- '.feedback-blue-100': { touchFeedback: true, touchFeedbackColor: '#dbeafe' }
8786
- '.feedback-blue-200': { touchFeedback: true, touchFeedbackColor: '#bfdbfe' }
8787
- '.feedback-blue-300': { touchFeedback: true, touchFeedbackColor: '#93c5fd' }
8788
- '.feedback-blue-400': { touchFeedback: true, touchFeedbackColor: '#60a5fa' }
8789
- '.feedback-blue-500': { touchFeedback: true, touchFeedbackColor: '#3b82f6' }
8790
- '.feedback-blue-600': { touchFeedback: true, touchFeedbackColor: '#2563eb' }
8791
- '.feedback-blue-700': { touchFeedback: true, touchFeedbackColor: '#1d4ed8' }
8792
- '.feedback-blue-800': { touchFeedback: true, touchFeedbackColor: '#1e40af' }
8793
- '.feedback-blue-900': { touchFeedback: true, touchFeedbackColor: '#1e3a8a' }
8794
- '.feedback-indigo-50': { touchFeedback: true, touchFeedbackColor: '#eef2ff' }
8795
- '.feedback-indigo-100': { touchFeedback: true, touchFeedbackColor: '#e0e7ff' }
8796
- '.feedback-indigo-200': { touchFeedback: true, touchFeedbackColor: '#c7d2fe' }
8797
- '.feedback-indigo-300': { touchFeedback: true, touchFeedbackColor: '#a5b4fc' }
8798
- '.feedback-indigo-400': { touchFeedback: true, touchFeedbackColor: '#818cf8' }
8799
- '.feedback-indigo-500': { touchFeedback: true, touchFeedbackColor: '#6366f1' }
8800
- '.feedback-indigo-600': { touchFeedback: true, touchFeedbackColor: '#4f46e5' }
8801
- '.feedback-indigo-700': { touchFeedback: true, touchFeedbackColor: '#4338ca' }
8802
- '.feedback-indigo-800': { touchFeedback: true, touchFeedbackColor: '#3730a3' }
8803
- '.feedback-indigo-900': { touchFeedback: true, touchFeedbackColor: '#312e81' }
8804
- '.feedback-violet-50': { touchFeedback: true, touchFeedbackColor: '#f5f3ff' }
8805
- '.feedback-violet-100': { touchFeedback: true, touchFeedbackColor: '#ede9fe' }
8806
- '.feedback-violet-200': { touchFeedback: true, touchFeedbackColor: '#ddd6fe' }
8807
- '.feedback-violet-300': { touchFeedback: true, touchFeedbackColor: '#c4b5fd' }
8808
- '.feedback-violet-400': { touchFeedback: true, touchFeedbackColor: '#a78bfa' }
8809
- '.feedback-violet-500': { touchFeedback: true, touchFeedbackColor: '#8b5cf6' }
8810
- '.feedback-violet-600': { touchFeedback: true, touchFeedbackColor: '#7c3aed' }
8811
- '.feedback-violet-700': { touchFeedback: true, touchFeedbackColor: '#6d28d9' }
8812
- '.feedback-violet-800': { touchFeedback: true, touchFeedbackColor: '#5b21b6' }
8813
- '.feedback-violet-900': { touchFeedback: true, touchFeedbackColor: '#4c1d95' }
8814
- '.feedback-purple-50': { touchFeedback: true, touchFeedbackColor: '#faf5ff' }
8815
- '.feedback-purple-100': { touchFeedback: true, touchFeedbackColor: '#f3e8ff' }
8816
- '.feedback-purple-200': { touchFeedback: true, touchFeedbackColor: '#e9d5ff' }
8817
- '.feedback-purple-300': { touchFeedback: true, touchFeedbackColor: '#d8b4fe' }
8818
- '.feedback-purple-400': { touchFeedback: true, touchFeedbackColor: '#c084fc' }
8819
- '.feedback-purple-500': { touchFeedback: true, touchFeedbackColor: '#a855f7' }
8820
- '.feedback-purple-600': { touchFeedback: true, touchFeedbackColor: '#9333ea' }
8821
- '.feedback-purple-700': { touchFeedback: true, touchFeedbackColor: '#7e22ce' }
8822
- '.feedback-purple-800': { touchFeedback: true, touchFeedbackColor: '#6b21a8' }
8823
- '.feedback-purple-900': { touchFeedback: true, touchFeedbackColor: '#581c87' }
8824
- '.feedback-fuchsia-50': { touchFeedback: true, touchFeedbackColor: '#fdf4ff' }
8825
- '.feedback-fuchsia-100': { touchFeedback: true, touchFeedbackColor: '#fae8ff' }
8826
- '.feedback-fuchsia-200': { touchFeedback: true, touchFeedbackColor: '#f5d0fe' }
8827
- '.feedback-fuchsia-300': { touchFeedback: true, touchFeedbackColor: '#f0abfc' }
8828
- '.feedback-fuchsia-400': { touchFeedback: true, touchFeedbackColor: '#e879f9' }
8829
- '.feedback-fuchsia-500': { touchFeedback: true, touchFeedbackColor: '#d946ef' }
8830
- '.feedback-fuchsia-600': { touchFeedback: true, touchFeedbackColor: '#c026d3' }
8831
- '.feedback-fuchsia-700': { touchFeedback: true, touchFeedbackColor: '#a21caf' }
8832
- '.feedback-fuchsia-800': { touchFeedback: true, touchFeedbackColor: '#86198f' }
8833
- '.feedback-fuchsia-900': { touchFeedback: true, touchFeedbackColor: '#701a75' }
8834
- '.feedback-pink-50': { touchFeedback: true, touchFeedbackColor: '#fdf2f8' }
8835
- '.feedback-pink-100': { touchFeedback: true, touchFeedbackColor: '#fce7f3' }
8836
- '.feedback-pink-200': { touchFeedback: true, touchFeedbackColor: '#fbcfe8' }
8837
- '.feedback-pink-300': { touchFeedback: true, touchFeedbackColor: '#f9a8d4' }
8838
- '.feedback-pink-400': { touchFeedback: true, touchFeedbackColor: '#f472b6' }
8839
- '.feedback-pink-500': { touchFeedback: true, touchFeedbackColor: '#ec4899' }
8840
- '.feedback-pink-600': { touchFeedback: true, touchFeedbackColor: '#db2777' }
8841
- '.feedback-pink-700': { touchFeedback: true, touchFeedbackColor: '#be185d' }
8842
- '.feedback-pink-800': { touchFeedback: true, touchFeedbackColor: '#9d174d' }
8843
- '.feedback-pink-900': { touchFeedback: true, touchFeedbackColor: '#831843' }
8844
- '.feedback-rose-50': { touchFeedback: true, touchFeedbackColor: '#fff1f2' }
8845
- '.feedback-rose-100': { touchFeedback: true, touchFeedbackColor: '#ffe4e6' }
8846
- '.feedback-rose-200': { touchFeedback: true, touchFeedbackColor: '#fecdd3' }
8847
- '.feedback-rose-300': { touchFeedback: true, touchFeedbackColor: '#fda4af' }
8848
- '.feedback-rose-400': { touchFeedback: true, touchFeedbackColor: '#fb7185' }
8849
- '.feedback-rose-500': { touchFeedback: true, touchFeedbackColor: '#f43f5e' }
8850
- '.feedback-rose-600': { touchFeedback: true, touchFeedbackColor: '#e11d48' }
8851
- '.feedback-rose-700': { touchFeedback: true, touchFeedbackColor: '#be123c' }
8852
- '.feedback-rose-800': { touchFeedback: true, touchFeedbackColor: '#9f1239' }
8853
- '.feedback-rose-900': { touchFeedback: true, touchFeedbackColor: '#881337' }
8653
+ // Property(ies): touchFeedbackColor - Android Only
8654
+ '.touch-feedback-transparent[platform=android]': { touchFeedback: true, touchFeedbackColor: 'transparent' }
8655
+ '.touch-feedback-black[platform=android]': { touchFeedback: true, touchFeedbackColor: '#000000' }
8656
+ '.touch-feedback-white[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ffffff' }
8657
+ '.touch-feedback-slate-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f8fafc' }
8658
+ '.touch-feedback-slate-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f1f5f9' }
8659
+ '.touch-feedback-slate-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e2e8f0' }
8660
+ '.touch-feedback-slate-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#cbd5e1' }
8661
+ '.touch-feedback-slate-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#94a3b8' }
8662
+ '.touch-feedback-slate-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#64748b' }
8663
+ '.touch-feedback-slate-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#475569' }
8664
+ '.touch-feedback-slate-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#334155' }
8665
+ '.touch-feedback-slate-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#1e293b' }
8666
+ '.touch-feedback-slate-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0f172a' }
8667
+ '.touch-feedback-gray-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f9fafb' }
8668
+ '.touch-feedback-gray-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f3f4f6' }
8669
+ '.touch-feedback-gray-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e5e7eb' }
8670
+ '.touch-feedback-gray-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d1d5db' }
8671
+ '.touch-feedback-gray-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#9ca3af' }
8672
+ '.touch-feedback-gray-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#6b7280' }
8673
+ '.touch-feedback-gray-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#4b5563' }
8674
+ '.touch-feedback-gray-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#374151' }
8675
+ '.touch-feedback-gray-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#1f2937' }
8676
+ '.touch-feedback-gray-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#111827' }
8677
+ '.touch-feedback-zinc-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fafafa' }
8678
+ '.touch-feedback-zinc-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f4f4f5' }
8679
+ '.touch-feedback-zinc-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e4e4e7' }
8680
+ '.touch-feedback-zinc-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d4d4d8' }
8681
+ '.touch-feedback-zinc-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a1a1aa' }
8682
+ '.touch-feedback-zinc-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#71717a' }
8683
+ '.touch-feedback-zinc-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#52525b' }
8684
+ '.touch-feedback-zinc-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#3f3f46' }
8685
+ '.touch-feedback-zinc-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#27272a' }
8686
+ '.touch-feedback-zinc-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#18181b' }
8687
+ '.touch-feedback-neutral-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fafafa' }
8688
+ '.touch-feedback-neutral-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f5f5f5' }
8689
+ '.touch-feedback-neutral-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e5e5e5' }
8690
+ '.touch-feedback-neutral-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d4d4d4' }
8691
+ '.touch-feedback-neutral-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a3a3a3' }
8692
+ '.touch-feedback-neutral-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#737373' }
8693
+ '.touch-feedback-neutral-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#525252' }
8694
+ '.touch-feedback-neutral-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#404040' }
8695
+ '.touch-feedback-neutral-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#262626' }
8696
+ '.touch-feedback-neutral-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#171717' }
8697
+ '.touch-feedback-stone-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fafaf9' }
8698
+ '.touch-feedback-stone-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f5f5f4' }
8699
+ '.touch-feedback-stone-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e7e5e4' }
8700
+ '.touch-feedback-stone-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d6d3d1' }
8701
+ '.touch-feedback-stone-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a8a29e' }
8702
+ '.touch-feedback-stone-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#78716c' }
8703
+ '.touch-feedback-stone-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#57534e' }
8704
+ '.touch-feedback-stone-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#44403c' }
8705
+ '.touch-feedback-stone-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#292524' }
8706
+ '.touch-feedback-stone-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#1c1917' }
8707
+ '.touch-feedback-red-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fef2f2' }
8708
+ '.touch-feedback-red-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fee2e2' }
8709
+ '.touch-feedback-red-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fecaca' }
8710
+ '.touch-feedback-red-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fca5a5' }
8711
+ '.touch-feedback-red-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f87171' }
8712
+ '.touch-feedback-red-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ef4444' }
8713
+ '.touch-feedback-red-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#dc2626' }
8714
+ '.touch-feedback-red-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#b91c1c' }
8715
+ '.touch-feedback-red-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#991b1b' }
8716
+ '.touch-feedback-red-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#7f1d1d' }
8717
+ '.touch-feedback-orange-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fff7ed' }
8718
+ '.touch-feedback-orange-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ffedd5' }
8719
+ '.touch-feedback-orange-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fed7aa' }
8720
+ '.touch-feedback-orange-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fdba74' }
8721
+ '.touch-feedback-orange-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fb923c' }
8722
+ '.touch-feedback-orange-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f97316' }
8723
+ '.touch-feedback-orange-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ea580c' }
8724
+ '.touch-feedback-orange-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#c2410c' }
8725
+ '.touch-feedback-orange-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#9a3412' }
8726
+ '.touch-feedback-orange-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#7c2d12' }
8727
+ '.touch-feedback-amber-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fffbeb' }
8728
+ '.touch-feedback-amber-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fef3c7' }
8729
+ '.touch-feedback-amber-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fde68a' }
8730
+ '.touch-feedback-amber-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fcd34d' }
8731
+ '.touch-feedback-amber-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fbbf24' }
8732
+ '.touch-feedback-amber-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f59e0b' }
8733
+ '.touch-feedback-amber-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d97706' }
8734
+ '.touch-feedback-amber-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#b45309' }
8735
+ '.touch-feedback-amber-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#92400e' }
8736
+ '.touch-feedback-amber-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#78350f' }
8737
+ '.touch-feedback-yellow-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fefce8' }
8738
+ '.touch-feedback-yellow-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fef9c3' }
8739
+ '.touch-feedback-yellow-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fef08a' }
8740
+ '.touch-feedback-yellow-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fde047' }
8741
+ '.touch-feedback-yellow-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#facc15' }
8742
+ '.touch-feedback-yellow-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#eab308' }
8743
+ '.touch-feedback-yellow-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ca8a04' }
8744
+ '.touch-feedback-yellow-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a16207' }
8745
+ '.touch-feedback-yellow-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#854d0e' }
8746
+ '.touch-feedback-yellow-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#713f12' }
8747
+ '.touch-feedback-lime-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f7fee7' }
8748
+ '.touch-feedback-lime-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ecfccb' }
8749
+ '.touch-feedback-lime-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d9f99d' }
8750
+ '.touch-feedback-lime-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#bef264' }
8751
+ '.touch-feedback-lime-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a3e635' }
8752
+ '.touch-feedback-lime-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#84cc16' }
8753
+ '.touch-feedback-lime-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#65a30d' }
8754
+ '.touch-feedback-lime-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#4d7c0f' }
8755
+ '.touch-feedback-lime-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#3f6212' }
8756
+ '.touch-feedback-lime-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#365314' }
8757
+ '.touch-feedback-green-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f0fdf4' }
8758
+ '.touch-feedback-green-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#dcfce7' }
8759
+ '.touch-feedback-green-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#bbf7d0' }
8760
+ '.touch-feedback-green-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#86efac' }
8761
+ '.touch-feedback-green-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#4ade80' }
8762
+ '.touch-feedback-green-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#22c55e' }
8763
+ '.touch-feedback-green-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#16a34a' }
8764
+ '.touch-feedback-green-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#15803d' }
8765
+ '.touch-feedback-green-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#166534' }
8766
+ '.touch-feedback-green-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#14532d' }
8767
+ '.touch-feedback-emerald-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ecfdf5' }
8768
+ '.touch-feedback-emerald-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d1fae5' }
8769
+ '.touch-feedback-emerald-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a7f3d0' }
8770
+ '.touch-feedback-emerald-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#6ee7b7' }
8771
+ '.touch-feedback-emerald-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#34d399' }
8772
+ '.touch-feedback-emerald-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#10b981' }
8773
+ '.touch-feedback-emerald-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#059669' }
8774
+ '.touch-feedback-emerald-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#047857' }
8775
+ '.touch-feedback-emerald-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#065f46' }
8776
+ '.touch-feedback-emerald-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#064e3b' }
8777
+ '.touch-feedback-teal-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f0fdfa' }
8778
+ '.touch-feedback-teal-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ccfbf1' }
8779
+ '.touch-feedback-teal-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#99f6e4' }
8780
+ '.touch-feedback-teal-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#5eead4' }
8781
+ '.touch-feedback-teal-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#2dd4bf' }
8782
+ '.touch-feedback-teal-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#14b8a6' }
8783
+ '.touch-feedback-teal-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0d9488' }
8784
+ '.touch-feedback-teal-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0f766e' }
8785
+ '.touch-feedback-teal-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#115e59' }
8786
+ '.touch-feedback-teal-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#134e4a' }
8787
+ '.touch-feedback-cyan-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ecfeff' }
8788
+ '.touch-feedback-cyan-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#cffafe' }
8789
+ '.touch-feedback-cyan-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a5f3fc' }
8790
+ '.touch-feedback-cyan-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#67e8f9' }
8791
+ '.touch-feedback-cyan-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#22d3ee' }
8792
+ '.touch-feedback-cyan-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#06b6d4' }
8793
+ '.touch-feedback-cyan-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0891b2' }
8794
+ '.touch-feedback-cyan-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0e7490' }
8795
+ '.touch-feedback-cyan-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#155e75' }
8796
+ '.touch-feedback-cyan-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#164e63' }
8797
+ '.touch-feedback-sky-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f0f9ff' }
8798
+ '.touch-feedback-sky-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e0f2fe' }
8799
+ '.touch-feedback-sky-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#bae6fd' }
8800
+ '.touch-feedback-sky-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#7dd3fc' }
8801
+ '.touch-feedback-sky-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#38bdf8' }
8802
+ '.touch-feedback-sky-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0ea5e9' }
8803
+ '.touch-feedback-sky-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0284c7' }
8804
+ '.touch-feedback-sky-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0369a1' }
8805
+ '.touch-feedback-sky-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#075985' }
8806
+ '.touch-feedback-sky-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#0c4a6e' }
8807
+ '.touch-feedback-blue-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#eff6ff' }
8808
+ '.touch-feedback-blue-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#dbeafe' }
8809
+ '.touch-feedback-blue-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#bfdbfe' }
8810
+ '.touch-feedback-blue-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#93c5fd' }
8811
+ '.touch-feedback-blue-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#60a5fa' }
8812
+ '.touch-feedback-blue-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#3b82f6' }
8813
+ '.touch-feedback-blue-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#2563eb' }
8814
+ '.touch-feedback-blue-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#1d4ed8' }
8815
+ '.touch-feedback-blue-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#1e40af' }
8816
+ '.touch-feedback-blue-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#1e3a8a' }
8817
+ '.touch-feedback-indigo-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#eef2ff' }
8818
+ '.touch-feedback-indigo-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e0e7ff' }
8819
+ '.touch-feedback-indigo-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#c7d2fe' }
8820
+ '.touch-feedback-indigo-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a5b4fc' }
8821
+ '.touch-feedback-indigo-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#818cf8' }
8822
+ '.touch-feedback-indigo-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#6366f1' }
8823
+ '.touch-feedback-indigo-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#4f46e5' }
8824
+ '.touch-feedback-indigo-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#4338ca' }
8825
+ '.touch-feedback-indigo-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#3730a3' }
8826
+ '.touch-feedback-indigo-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#312e81' }
8827
+ '.touch-feedback-violet-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f5f3ff' }
8828
+ '.touch-feedback-violet-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ede9fe' }
8829
+ '.touch-feedback-violet-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ddd6fe' }
8830
+ '.touch-feedback-violet-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#c4b5fd' }
8831
+ '.touch-feedback-violet-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a78bfa' }
8832
+ '.touch-feedback-violet-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#8b5cf6' }
8833
+ '.touch-feedback-violet-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#7c3aed' }
8834
+ '.touch-feedback-violet-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#6d28d9' }
8835
+ '.touch-feedback-violet-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#5b21b6' }
8836
+ '.touch-feedback-violet-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#4c1d95' }
8837
+ '.touch-feedback-purple-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#faf5ff' }
8838
+ '.touch-feedback-purple-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f3e8ff' }
8839
+ '.touch-feedback-purple-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e9d5ff' }
8840
+ '.touch-feedback-purple-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d8b4fe' }
8841
+ '.touch-feedback-purple-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#c084fc' }
8842
+ '.touch-feedback-purple-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a855f7' }
8843
+ '.touch-feedback-purple-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#9333ea' }
8844
+ '.touch-feedback-purple-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#7e22ce' }
8845
+ '.touch-feedback-purple-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#6b21a8' }
8846
+ '.touch-feedback-purple-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#581c87' }
8847
+ '.touch-feedback-fuchsia-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fdf4ff' }
8848
+ '.touch-feedback-fuchsia-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fae8ff' }
8849
+ '.touch-feedback-fuchsia-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f5d0fe' }
8850
+ '.touch-feedback-fuchsia-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f0abfc' }
8851
+ '.touch-feedback-fuchsia-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e879f9' }
8852
+ '.touch-feedback-fuchsia-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#d946ef' }
8853
+ '.touch-feedback-fuchsia-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#c026d3' }
8854
+ '.touch-feedback-fuchsia-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#a21caf' }
8855
+ '.touch-feedback-fuchsia-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#86198f' }
8856
+ '.touch-feedback-fuchsia-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#701a75' }
8857
+ '.touch-feedback-pink-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fdf2f8' }
8858
+ '.touch-feedback-pink-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fce7f3' }
8859
+ '.touch-feedback-pink-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fbcfe8' }
8860
+ '.touch-feedback-pink-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f9a8d4' }
8861
+ '.touch-feedback-pink-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f472b6' }
8862
+ '.touch-feedback-pink-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ec4899' }
8863
+ '.touch-feedback-pink-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#db2777' }
8864
+ '.touch-feedback-pink-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#be185d' }
8865
+ '.touch-feedback-pink-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#9d174d' }
8866
+ '.touch-feedback-pink-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#831843' }
8867
+ '.touch-feedback-rose-50[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fff1f2' }
8868
+ '.touch-feedback-rose-100[platform=android]': { touchFeedback: true, touchFeedbackColor: '#ffe4e6' }
8869
+ '.touch-feedback-rose-200[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fecdd3' }
8870
+ '.touch-feedback-rose-300[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fda4af' }
8871
+ '.touch-feedback-rose-400[platform=android]': { touchFeedback: true, touchFeedbackColor: '#fb7185' }
8872
+ '.touch-feedback-rose-500[platform=android]': { touchFeedback: true, touchFeedbackColor: '#f43f5e' }
8873
+ '.touch-feedback-rose-600[platform=android]': { touchFeedback: true, touchFeedbackColor: '#e11d48' }
8874
+ '.touch-feedback-rose-700[platform=android]': { touchFeedback: true, touchFeedbackColor: '#be123c' }
8875
+ '.touch-feedback-rose-800[platform=android]': { touchFeedback: true, touchFeedbackColor: '#9f1239' }
8876
+ '.touch-feedback-rose-900[platform=android]': { touchFeedback: true, touchFeedbackColor: '#881337' }
8854
8877
 
8855
8878
  // Component(s): Ti.UI.Animation
8856
8879
  // Property(ies): curve
@@ -8918,6 +8941,11 @@
8918
8941
  '.translucent[platform=ios]': { translucent: true }
8919
8942
  '.translucent-disabled[platform=ios]': { translucent: false }
8920
8943
 
8944
+ // Component(s): Ti.UI.Android.CardView
8945
+ // Property(ies): useCompatPadding - Android Only
8946
+ '.use-compat-padding[platform=android]': { useCompatPadding: true }
8947
+ '.dont-use-compat-padding[platform=android]': { useCompatPadding: false }
8948
+
8921
8949
  // Component(s): Ti.UI.Picker
8922
8950
  // Property(ies): useSpinner
8923
8951
  '.use-spinner': { useSpinner: true }