@tamagui/card 1.0.1-beta.70 → 1.0.1-beta.73

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/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@tamagui/card",
3
- "version": "1.0.1-beta.70",
4
- "sideEffects": true,
3
+ "version": "1.0.1-beta.73",
4
+ "sideEffects": [
5
+ "*.css"
6
+ ],
5
7
  "source": "src/index.ts",
6
8
  "types": "./types/index.d.ts",
7
9
  "main": "dist/cjs",
@@ -19,9 +21,9 @@
19
21
  "clean:build": "tamagui-build clean:build"
20
22
  },
21
23
  "dependencies": {
22
- "@tamagui/core": "^1.0.1-beta.70",
23
- "@tamagui/create-context": "^1.0.1-beta.70",
24
- "@tamagui/stacks": "^1.0.1-beta.70"
24
+ "@tamagui/core": "^1.0.1-beta.73",
25
+ "@tamagui/create-context": "^1.0.1-beta.73",
26
+ "@tamagui/stacks": "^1.0.1-beta.73"
25
27
  },
26
28
  "peerDependencies": {
27
29
  "react": "*",
@@ -29,7 +31,7 @@
29
31
  "react-native": "*"
30
32
  },
31
33
  "devDependencies": {
32
- "@tamagui/build": "^1.0.1-beta.70",
34
+ "@tamagui/build": "^1.0.1-beta.73",
33
35
  "@types/react-native": "^0.67.3",
34
36
  "react": "*",
35
37
  "react-dom": "*",
package/types/Card.d.ts CHANGED
@@ -13,9 +13,9 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
13
13
  fontFamily?: unknown;
14
14
  backgrounded?: boolean | undefined;
15
15
  radiused?: boolean | undefined;
16
- hoverable?: boolean | undefined;
17
- pressable?: boolean | undefined;
18
- focusable?: boolean | undefined;
16
+ hoverTheme?: boolean | undefined;
17
+ pressTheme?: boolean | undefined;
18
+ focusTheme?: boolean | undefined;
19
19
  circular?: boolean | undefined;
20
20
  padded?: boolean | undefined;
21
21
  elevate?: boolean | undefined;
@@ -31,9 +31,9 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
31
31
  fontFamily?: unknown;
32
32
  backgrounded?: boolean | undefined;
33
33
  radiused?: boolean | undefined;
34
- hoverable?: boolean | undefined;
35
- pressable?: boolean | undefined;
36
- focusable?: boolean | undefined;
34
+ hoverTheme?: boolean | undefined;
35
+ pressTheme?: boolean | undefined;
36
+ focusTheme?: boolean | undefined;
37
37
  circular?: boolean | undefined;
38
38
  padded?: boolean | undefined;
39
39
  elevate?: boolean | undefined;
@@ -49,9 +49,9 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
49
49
  fontFamily?: unknown;
50
50
  backgrounded?: boolean | undefined;
51
51
  radiused?: boolean | undefined;
52
- hoverable?: boolean | undefined;
53
- pressable?: boolean | undefined;
54
- focusable?: boolean | undefined;
52
+ hoverTheme?: boolean | undefined;
53
+ pressTheme?: boolean | undefined;
54
+ focusTheme?: boolean | undefined;
55
55
  circular?: boolean | undefined;
56
56
  padded?: boolean | undefined;
57
57
  elevate?: boolean | undefined;
@@ -67,9 +67,9 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
67
67
  fontFamily?: unknown;
68
68
  backgrounded?: boolean | undefined;
69
69
  radiused?: boolean | undefined;
70
- hoverable?: boolean | undefined;
71
- pressable?: boolean | undefined;
72
- focusable?: boolean | undefined;
70
+ hoverTheme?: boolean | undefined;
71
+ pressTheme?: boolean | undefined;
72
+ focusTheme?: boolean | undefined;
73
73
  circular?: boolean | undefined;
74
74
  padded?: boolean | undefined;
75
75
  elevate?: boolean | undefined;
@@ -86,9 +86,9 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
86
86
  fontFamily?: unknown;
87
87
  backgrounded?: boolean | undefined;
88
88
  radiused?: boolean | undefined;
89
- hoverable?: boolean | undefined;
90
- pressable?: boolean | undefined;
91
- focusable?: boolean | undefined;
89
+ hoverTheme?: boolean | undefined;
90
+ pressTheme?: boolean | undefined;
91
+ focusTheme?: boolean | undefined;
92
92
  circular?: boolean | undefined;
93
93
  padded?: boolean | undefined;
94
94
  elevate?: boolean | undefined;
@@ -104,9 +104,9 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
104
104
  fontFamily?: unknown;
105
105
  backgrounded?: boolean | undefined;
106
106
  radiused?: boolean | undefined;
107
- hoverable?: boolean | undefined;
108
- pressable?: boolean | undefined;
109
- focusable?: boolean | undefined;
107
+ hoverTheme?: boolean | undefined;
108
+ pressTheme?: boolean | undefined;
109
+ focusTheme?: boolean | undefined;
110
110
  circular?: boolean | undefined;
111
111
  padded?: boolean | undefined;
112
112
  elevate?: boolean | undefined;
@@ -122,9 +122,9 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
122
122
  fontFamily?: unknown;
123
123
  backgrounded?: boolean | undefined;
124
124
  radiused?: boolean | undefined;
125
- hoverable?: boolean | undefined;
126
- pressable?: boolean | undefined;
127
- focusable?: boolean | undefined;
125
+ hoverTheme?: boolean | undefined;
126
+ pressTheme?: boolean | undefined;
127
+ focusTheme?: boolean | undefined;
128
128
  circular?: boolean | undefined;
129
129
  padded?: boolean | undefined;
130
130
  elevate?: boolean | undefined;
@@ -140,9 +140,9 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
140
140
  fontFamily?: unknown;
141
141
  backgrounded?: boolean | undefined;
142
142
  radiused?: boolean | undefined;
143
- hoverable?: boolean | undefined;
144
- pressable?: boolean | undefined;
145
- focusable?: boolean | undefined;
143
+ hoverTheme?: boolean | undefined;
144
+ pressTheme?: boolean | undefined;
145
+ focusTheme?: boolean | undefined;
146
146
  circular?: boolean | undefined;
147
147
  padded?: boolean | undefined;
148
148
  elevate?: boolean | undefined;
@@ -159,9 +159,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
159
159
  fontFamily?: unknown;
160
160
  backgrounded?: boolean | undefined;
161
161
  radiused?: boolean | undefined;
162
- hoverable?: boolean | undefined;
163
- pressable?: boolean | undefined;
164
- focusable?: boolean | undefined;
162
+ hoverTheme?: boolean | undefined;
163
+ pressTheme?: boolean | undefined;
164
+ focusTheme?: boolean | undefined;
165
165
  circular?: boolean | undefined;
166
166
  padded?: boolean | undefined;
167
167
  elevate?: boolean | undefined;
@@ -177,9 +177,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
177
177
  fontFamily?: unknown;
178
178
  backgrounded?: boolean | undefined;
179
179
  radiused?: boolean | undefined;
180
- hoverable?: boolean | undefined;
181
- pressable?: boolean | undefined;
182
- focusable?: boolean | undefined;
180
+ hoverTheme?: boolean | undefined;
181
+ pressTheme?: boolean | undefined;
182
+ focusTheme?: boolean | undefined;
183
183
  circular?: boolean | undefined;
184
184
  padded?: boolean | undefined;
185
185
  elevate?: boolean | undefined;
@@ -195,9 +195,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
195
195
  fontFamily?: unknown;
196
196
  backgrounded?: boolean | undefined;
197
197
  radiused?: boolean | undefined;
198
- hoverable?: boolean | undefined;
199
- pressable?: boolean | undefined;
200
- focusable?: boolean | undefined;
198
+ hoverTheme?: boolean | undefined;
199
+ pressTheme?: boolean | undefined;
200
+ focusTheme?: boolean | undefined;
201
201
  circular?: boolean | undefined;
202
202
  padded?: boolean | undefined;
203
203
  elevate?: boolean | undefined;
@@ -213,9 +213,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
213
213
  fontFamily?: unknown;
214
214
  backgrounded?: boolean | undefined;
215
215
  radiused?: boolean | undefined;
216
- hoverable?: boolean | undefined;
217
- pressable?: boolean | undefined;
218
- focusable?: boolean | undefined;
216
+ hoverTheme?: boolean | undefined;
217
+ pressTheme?: boolean | undefined;
218
+ focusTheme?: boolean | undefined;
219
219
  circular?: boolean | undefined;
220
220
  padded?: boolean | undefined;
221
221
  elevate?: boolean | undefined;
@@ -233,9 +233,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
233
233
  fontFamily?: unknown;
234
234
  backgrounded?: boolean | undefined;
235
235
  radiused?: boolean | undefined;
236
- hoverable?: boolean | undefined;
237
- pressable?: boolean | undefined;
238
- focusable?: boolean | undefined;
236
+ hoverTheme?: boolean | undefined;
237
+ pressTheme?: boolean | undefined;
238
+ focusTheme?: boolean | undefined;
239
239
  circular?: boolean | undefined;
240
240
  padded?: boolean | undefined;
241
241
  elevate?: boolean | undefined;
@@ -253,9 +253,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
253
253
  fontFamily?: unknown;
254
254
  backgrounded?: boolean | undefined;
255
255
  radiused?: boolean | undefined;
256
- hoverable?: boolean | undefined;
257
- pressable?: boolean | undefined;
258
- focusable?: boolean | undefined;
256
+ hoverTheme?: boolean | undefined;
257
+ pressTheme?: boolean | undefined;
258
+ focusTheme?: boolean | undefined;
259
259
  circular?: boolean | undefined;
260
260
  padded?: boolean | undefined;
261
261
  elevate?: boolean | undefined;
@@ -273,9 +273,9 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
273
273
  fontFamily?: unknown;
274
274
  backgrounded?: boolean | undefined;
275
275
  radiused?: boolean | undefined;
276
- hoverable?: boolean | undefined;
277
- pressable?: boolean | undefined;
278
- focusable?: boolean | undefined;
276
+ hoverTheme?: boolean | undefined;
277
+ pressTheme?: boolean | undefined;
278
+ focusTheme?: boolean | undefined;
279
279
  circular?: boolean | undefined;
280
280
  padded?: boolean | undefined;
281
281
  elevate?: boolean | undefined;
@@ -290,13 +290,13 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
290
290
  export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
291
291
  readonly fullscreen?: boolean | undefined;
292
292
  readonly elevation?: SizeTokens | undefined;
293
- }, "focusable" | "fontFamily" | "hoverable" | "pressable" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
293
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
294
294
  fontFamily?: unknown;
295
295
  backgrounded?: boolean | undefined;
296
296
  radiused?: boolean | undefined;
297
- hoverable?: boolean | undefined;
298
- pressable?: boolean | undefined;
299
- focusable?: boolean | undefined;
297
+ hoverTheme?: boolean | undefined;
298
+ pressTheme?: boolean | undefined;
299
+ focusTheme?: boolean | undefined;
300
300
  circular?: boolean | undefined;
301
301
  padded?: boolean | undefined;
302
302
  elevate?: boolean | undefined;
@@ -306,13 +306,13 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
306
306
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
307
307
  readonly fullscreen?: boolean | undefined;
308
308
  readonly elevation?: SizeTokens | undefined;
309
- }, "focusable" | "fontFamily" | "hoverable" | "pressable" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
309
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
310
310
  fontFamily?: unknown;
311
311
  backgrounded?: boolean | undefined;
312
312
  radiused?: boolean | undefined;
313
- hoverable?: boolean | undefined;
314
- pressable?: boolean | undefined;
315
- focusable?: boolean | undefined;
313
+ hoverTheme?: boolean | undefined;
314
+ pressTheme?: boolean | undefined;
315
+ focusTheme?: boolean | undefined;
316
316
  circular?: boolean | undefined;
317
317
  padded?: boolean | undefined;
318
318
  elevate?: boolean | undefined;
@@ -322,13 +322,13 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
322
322
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
323
323
  readonly fullscreen?: boolean | undefined;
324
324
  readonly elevation?: SizeTokens | undefined;
325
- }, "focusable" | "fontFamily" | "hoverable" | "pressable" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
325
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
326
326
  fontFamily?: unknown;
327
327
  backgrounded?: boolean | undefined;
328
328
  radiused?: boolean | undefined;
329
- hoverable?: boolean | undefined;
330
- pressable?: boolean | undefined;
331
- focusable?: boolean | undefined;
329
+ hoverTheme?: boolean | undefined;
330
+ pressTheme?: boolean | undefined;
331
+ focusTheme?: boolean | undefined;
332
332
  circular?: boolean | undefined;
333
333
  padded?: boolean | undefined;
334
334
  elevate?: boolean | undefined;
@@ -342,9 +342,9 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
342
342
  fontFamily?: unknown;
343
343
  backgrounded?: boolean | undefined;
344
344
  radiused?: boolean | undefined;
345
- hoverable?: boolean | undefined;
346
- pressable?: boolean | undefined;
347
- focusable?: boolean | undefined;
345
+ hoverTheme?: boolean | undefined;
346
+ pressTheme?: boolean | undefined;
347
+ focusTheme?: boolean | undefined;
348
348
  circular?: boolean | undefined;
349
349
  padded?: boolean | undefined;
350
350
  elevate?: boolean | undefined;
@@ -360,9 +360,9 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
360
360
  fontFamily?: unknown;
361
361
  backgrounded?: boolean | undefined;
362
362
  radiused?: boolean | undefined;
363
- hoverable?: boolean | undefined;
364
- pressable?: boolean | undefined;
365
- focusable?: boolean | undefined;
363
+ hoverTheme?: boolean | undefined;
364
+ pressTheme?: boolean | undefined;
365
+ focusTheme?: boolean | undefined;
366
366
  circular?: boolean | undefined;
367
367
  padded?: boolean | undefined;
368
368
  elevate?: boolean | undefined;
@@ -378,9 +378,9 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
378
378
  fontFamily?: unknown;
379
379
  backgrounded?: boolean | undefined;
380
380
  radiused?: boolean | undefined;
381
- hoverable?: boolean | undefined;
382
- pressable?: boolean | undefined;
383
- focusable?: boolean | undefined;
381
+ hoverTheme?: boolean | undefined;
382
+ pressTheme?: boolean | undefined;
383
+ focusTheme?: boolean | undefined;
384
384
  circular?: boolean | undefined;
385
385
  padded?: boolean | undefined;
386
386
  elevate?: boolean | undefined;
@@ -396,9 +396,9 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
396
396
  fontFamily?: unknown;
397
397
  backgrounded?: boolean | undefined;
398
398
  radiused?: boolean | undefined;
399
- hoverable?: boolean | undefined;
400
- pressable?: boolean | undefined;
401
- focusable?: boolean | undefined;
399
+ hoverTheme?: boolean | undefined;
400
+ pressTheme?: boolean | undefined;
401
+ focusTheme?: boolean | undefined;
402
402
  circular?: boolean | undefined;
403
403
  padded?: boolean | undefined;
404
404
  elevate?: boolean | undefined;
@@ -418,9 +418,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
418
418
  fontFamily?: unknown;
419
419
  backgrounded?: boolean | undefined;
420
420
  radiused?: boolean | undefined;
421
- hoverable?: boolean | undefined;
422
- pressable?: boolean | undefined;
423
- focusable?: boolean | undefined;
421
+ hoverTheme?: boolean | undefined;
422
+ pressTheme?: boolean | undefined;
423
+ focusTheme?: boolean | undefined;
424
424
  circular?: boolean | undefined;
425
425
  padded?: boolean | undefined;
426
426
  elevate?: boolean | undefined;
@@ -436,9 +436,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
436
436
  fontFamily?: unknown;
437
437
  backgrounded?: boolean | undefined;
438
438
  radiused?: boolean | undefined;
439
- hoverable?: boolean | undefined;
440
- pressable?: boolean | undefined;
441
- focusable?: boolean | undefined;
439
+ hoverTheme?: boolean | undefined;
440
+ pressTheme?: boolean | undefined;
441
+ focusTheme?: boolean | undefined;
442
442
  circular?: boolean | undefined;
443
443
  padded?: boolean | undefined;
444
444
  elevate?: boolean | undefined;
@@ -454,9 +454,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
454
454
  fontFamily?: unknown;
455
455
  backgrounded?: boolean | undefined;
456
456
  radiused?: boolean | undefined;
457
- hoverable?: boolean | undefined;
458
- pressable?: boolean | undefined;
459
- focusable?: boolean | undefined;
457
+ hoverTheme?: boolean | undefined;
458
+ pressTheme?: boolean | undefined;
459
+ focusTheme?: boolean | undefined;
460
460
  circular?: boolean | undefined;
461
461
  padded?: boolean | undefined;
462
462
  elevate?: boolean | undefined;
@@ -478,9 +478,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
478
478
  fontFamily?: unknown;
479
479
  backgrounded?: boolean | undefined;
480
480
  radiused?: boolean | undefined;
481
- hoverable?: boolean | undefined;
482
- pressable?: boolean | undefined;
483
- focusable?: boolean | undefined;
481
+ hoverTheme?: boolean | undefined;
482
+ pressTheme?: boolean | undefined;
483
+ focusTheme?: boolean | undefined;
484
484
  circular?: boolean | undefined;
485
485
  padded?: boolean | undefined;
486
486
  elevate?: boolean | undefined;
@@ -496,9 +496,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
496
496
  fontFamily?: unknown;
497
497
  backgrounded?: boolean | undefined;
498
498
  radiused?: boolean | undefined;
499
- hoverable?: boolean | undefined;
500
- pressable?: boolean | undefined;
501
- focusable?: boolean | undefined;
499
+ hoverTheme?: boolean | undefined;
500
+ pressTheme?: boolean | undefined;
501
+ focusTheme?: boolean | undefined;
502
502
  circular?: boolean | undefined;
503
503
  padded?: boolean | undefined;
504
504
  elevate?: boolean | undefined;
@@ -514,9 +514,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
514
514
  fontFamily?: unknown;
515
515
  backgrounded?: boolean | undefined;
516
516
  radiused?: boolean | undefined;
517
- hoverable?: boolean | undefined;
518
- pressable?: boolean | undefined;
519
- focusable?: boolean | undefined;
517
+ hoverTheme?: boolean | undefined;
518
+ pressTheme?: boolean | undefined;
519
+ focusTheme?: boolean | undefined;
520
520
  circular?: boolean | undefined;
521
521
  padded?: boolean | undefined;
522
522
  elevate?: boolean | undefined;
@@ -532,9 +532,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
532
532
  fontFamily?: unknown;
533
533
  backgrounded?: boolean | undefined;
534
534
  radiused?: boolean | undefined;
535
- hoverable?: boolean | undefined;
536
- pressable?: boolean | undefined;
537
- focusable?: boolean | undefined;
535
+ hoverTheme?: boolean | undefined;
536
+ pressTheme?: boolean | undefined;
537
+ focusTheme?: boolean | undefined;
538
538
  circular?: boolean | undefined;
539
539
  padded?: boolean | undefined;
540
540
  elevate?: boolean | undefined;
@@ -551,9 +551,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
551
551
  fontFamily?: unknown;
552
552
  backgrounded?: boolean | undefined;
553
553
  radiused?: boolean | undefined;
554
- hoverable?: boolean | undefined;
555
- pressable?: boolean | undefined;
556
- focusable?: boolean | undefined;
554
+ hoverTheme?: boolean | undefined;
555
+ pressTheme?: boolean | undefined;
556
+ focusTheme?: boolean | undefined;
557
557
  circular?: boolean | undefined;
558
558
  padded?: boolean | undefined;
559
559
  elevate?: boolean | undefined;
@@ -569,9 +569,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
569
569
  fontFamily?: unknown;
570
570
  backgrounded?: boolean | undefined;
571
571
  radiused?: boolean | undefined;
572
- hoverable?: boolean | undefined;
573
- pressable?: boolean | undefined;
574
- focusable?: boolean | undefined;
572
+ hoverTheme?: boolean | undefined;
573
+ pressTheme?: boolean | undefined;
574
+ focusTheme?: boolean | undefined;
575
575
  circular?: boolean | undefined;
576
576
  padded?: boolean | undefined;
577
577
  elevate?: boolean | undefined;
@@ -587,9 +587,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
587
587
  fontFamily?: unknown;
588
588
  backgrounded?: boolean | undefined;
589
589
  radiused?: boolean | undefined;
590
- hoverable?: boolean | undefined;
591
- pressable?: boolean | undefined;
592
- focusable?: boolean | undefined;
590
+ hoverTheme?: boolean | undefined;
591
+ pressTheme?: boolean | undefined;
592
+ focusTheme?: boolean | undefined;
593
593
  circular?: boolean | undefined;
594
594
  padded?: boolean | undefined;
595
595
  elevate?: boolean | undefined;
@@ -605,9 +605,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
605
605
  fontFamily?: unknown;
606
606
  backgrounded?: boolean | undefined;
607
607
  radiused?: boolean | undefined;
608
- hoverable?: boolean | undefined;
609
- pressable?: boolean | undefined;
610
- focusable?: boolean | undefined;
608
+ hoverTheme?: boolean | undefined;
609
+ pressTheme?: boolean | undefined;
610
+ focusTheme?: boolean | undefined;
611
611
  circular?: boolean | undefined;
612
612
  padded?: boolean | undefined;
613
613
  elevate?: boolean | undefined;
@@ -625,9 +625,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
625
625
  fontFamily?: unknown;
626
626
  backgrounded?: boolean | undefined;
627
627
  radiused?: boolean | undefined;
628
- hoverable?: boolean | undefined;
629
- pressable?: boolean | undefined;
630
- focusable?: boolean | undefined;
628
+ hoverTheme?: boolean | undefined;
629
+ pressTheme?: boolean | undefined;
630
+ focusTheme?: boolean | undefined;
631
631
  circular?: boolean | undefined;
632
632
  padded?: boolean | undefined;
633
633
  elevate?: boolean | undefined;
@@ -645,9 +645,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
645
645
  fontFamily?: unknown;
646
646
  backgrounded?: boolean | undefined;
647
647
  radiused?: boolean | undefined;
648
- hoverable?: boolean | undefined;
649
- pressable?: boolean | undefined;
650
- focusable?: boolean | undefined;
648
+ hoverTheme?: boolean | undefined;
649
+ pressTheme?: boolean | undefined;
650
+ focusTheme?: boolean | undefined;
651
651
  circular?: boolean | undefined;
652
652
  padded?: boolean | undefined;
653
653
  elevate?: boolean | undefined;
@@ -665,9 +665,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
665
665
  fontFamily?: unknown;
666
666
  backgrounded?: boolean | undefined;
667
667
  radiused?: boolean | undefined;
668
- hoverable?: boolean | undefined;
669
- pressable?: boolean | undefined;
670
- focusable?: boolean | undefined;
668
+ hoverTheme?: boolean | undefined;
669
+ pressTheme?: boolean | undefined;
670
+ focusTheme?: boolean | undefined;
671
671
  circular?: boolean | undefined;
672
672
  padded?: boolean | undefined;
673
673
  elevate?: boolean | undefined;
@@ -682,13 +682,13 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
682
682
  Background: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
683
683
  readonly fullscreen?: boolean | undefined;
684
684
  readonly elevation?: SizeTokens | undefined;
685
- }, "focusable" | "fontFamily" | "hoverable" | "pressable" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
685
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
686
686
  fontFamily?: unknown;
687
687
  backgrounded?: boolean | undefined;
688
688
  radiused?: boolean | undefined;
689
- hoverable?: boolean | undefined;
690
- pressable?: boolean | undefined;
691
- focusable?: boolean | undefined;
689
+ hoverTheme?: boolean | undefined;
690
+ pressTheme?: boolean | undefined;
691
+ focusTheme?: boolean | undefined;
692
692
  circular?: boolean | undefined;
693
693
  padded?: boolean | undefined;
694
694
  elevate?: boolean | undefined;
@@ -698,13 +698,13 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
698
698
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
699
699
  readonly fullscreen?: boolean | undefined;
700
700
  readonly elevation?: SizeTokens | undefined;
701
- }, "focusable" | "fontFamily" | "hoverable" | "pressable" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
701
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
702
702
  fontFamily?: unknown;
703
703
  backgrounded?: boolean | undefined;
704
704
  radiused?: boolean | undefined;
705
- hoverable?: boolean | undefined;
706
- pressable?: boolean | undefined;
707
- focusable?: boolean | undefined;
705
+ hoverTheme?: boolean | undefined;
706
+ pressTheme?: boolean | undefined;
707
+ focusTheme?: boolean | undefined;
708
708
  circular?: boolean | undefined;
709
709
  padded?: boolean | undefined;
710
710
  elevate?: boolean | undefined;
@@ -714,13 +714,13 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
714
714
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
715
715
  readonly fullscreen?: boolean | undefined;
716
716
  readonly elevation?: SizeTokens | undefined;
717
- }, "focusable" | "fontFamily" | "hoverable" | "pressable" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
717
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
718
718
  fontFamily?: unknown;
719
719
  backgrounded?: boolean | undefined;
720
720
  radiused?: boolean | undefined;
721
- hoverable?: boolean | undefined;
722
- pressable?: boolean | undefined;
723
- focusable?: boolean | undefined;
721
+ hoverTheme?: boolean | undefined;
722
+ pressTheme?: boolean | undefined;
723
+ focusTheme?: boolean | undefined;
724
724
  circular?: boolean | undefined;
725
725
  padded?: boolean | undefined;
726
726
  elevate?: boolean | undefined;
@@ -734,9 +734,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
734
734
  fontFamily?: unknown;
735
735
  backgrounded?: boolean | undefined;
736
736
  radiused?: boolean | undefined;
737
- hoverable?: boolean | undefined;
738
- pressable?: boolean | undefined;
739
- focusable?: boolean | undefined;
737
+ hoverTheme?: boolean | undefined;
738
+ pressTheme?: boolean | undefined;
739
+ focusTheme?: boolean | undefined;
740
740
  circular?: boolean | undefined;
741
741
  padded?: boolean | undefined;
742
742
  elevate?: boolean | undefined;
@@ -752,9 +752,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
752
752
  fontFamily?: unknown;
753
753
  backgrounded?: boolean | undefined;
754
754
  radiused?: boolean | undefined;
755
- hoverable?: boolean | undefined;
756
- pressable?: boolean | undefined;
757
- focusable?: boolean | undefined;
755
+ hoverTheme?: boolean | undefined;
756
+ pressTheme?: boolean | undefined;
757
+ focusTheme?: boolean | undefined;
758
758
  circular?: boolean | undefined;
759
759
  padded?: boolean | undefined;
760
760
  elevate?: boolean | undefined;
@@ -770,9 +770,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
770
770
  fontFamily?: unknown;
771
771
  backgrounded?: boolean | undefined;
772
772
  radiused?: boolean | undefined;
773
- hoverable?: boolean | undefined;
774
- pressable?: boolean | undefined;
775
- focusable?: boolean | undefined;
773
+ hoverTheme?: boolean | undefined;
774
+ pressTheme?: boolean | undefined;
775
+ focusTheme?: boolean | undefined;
776
776
  circular?: boolean | undefined;
777
777
  padded?: boolean | undefined;
778
778
  elevate?: boolean | undefined;
@@ -788,9 +788,9 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
788
788
  fontFamily?: unknown;
789
789
  backgrounded?: boolean | undefined;
790
790
  radiused?: boolean | undefined;
791
- hoverable?: boolean | undefined;
792
- pressable?: boolean | undefined;
793
- focusable?: boolean | undefined;
791
+ hoverTheme?: boolean | undefined;
792
+ pressTheme?: boolean | undefined;
793
+ focusTheme?: boolean | undefined;
794
794
  circular?: boolean | undefined;
795
795
  padded?: boolean | undefined;
796
796
  elevate?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../src/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,UAAU,EAKX,MAAM,eAAe,CAAA;AAGtB,OAAO,KAAmC,MAAM,OAAO,CAAA;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAOnC,aAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA;AAED,QAAA,MAA0B,eAAe,+CAAiC,CAAA;AAC1E,QAAA,MAAqB,cAAc,0HAAkD,CAAA;AAErF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBb,CAAA;AAEF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAed,CAAA;AAEF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMd,CAAA;AAEF,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOlB,CAAA;AAEF,oBAAY,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AACzD,oBAAY,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAEzD,oBAAY,SAAS,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAA;AAElD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BhB,CAAA;AAED,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../src/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,UAAU,EAKX,MAAM,eAAe,CAAA;AAGtB,OAAO,KAAmC,MAAM,OAAO,CAAA;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAOnC,aAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA;AAED,QAAA,MAA0B,eAAe,+CAAiC,CAAA;AAC1E,QAAA,MAAqB,cAAc,0HAAkD,CAAA;AAErF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBpB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAerB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMrB,CAAA;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOzB,CAAA;AAEF,oBAAY,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AACzD,oBAAY,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAEzD,oBAAY,SAAS,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAA;AAElD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BhB,CAAA;AAED,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,CAAA"}
package/types/index.d.ts CHANGED
File without changes
File without changes