@obolnetwork/obol-ui 1.0.45 → 1.0.47

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.
@@ -976,4 +976,969 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
976
976
  };
977
977
  };
978
978
  }>>;
979
+ export declare const BoxCard: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
980
+ motion: "(prefers-reduced-motion)";
981
+ hover: "(any-hover: hover)";
982
+ dark: "(prefers-color-scheme: dark)";
983
+ light: "(prefers-color-scheme: light)";
984
+ xs: "(max-width: 520px)";
985
+ sm: "(max-width: 900px)";
986
+ bp2: "(min-width: 900px)";
987
+ md: "(max-width: 1200px)";
988
+ lg: "(max-width: 1800px)";
989
+ }, import("@stitches/react/types/css-util").CSS<{
990
+ motion: "(prefers-reduced-motion)";
991
+ hover: "(any-hover: hover)";
992
+ dark: "(prefers-color-scheme: dark)";
993
+ light: "(prefers-color-scheme: light)";
994
+ xs: "(max-width: 520px)";
995
+ sm: "(max-width: 900px)";
996
+ bp2: "(min-width: 900px)";
997
+ md: "(max-width: 1200px)";
998
+ lg: "(max-width: 1800px)";
999
+ }, {
1000
+ colors: {
1001
+ white: string;
1002
+ black: string;
1003
+ lightBackground: string;
1004
+ obolBlue: string;
1005
+ primaryBgDefault: string;
1006
+ primaryBgDefaultHover: string;
1007
+ primaryTextDefault: string;
1008
+ secondaryBgDefault: string;
1009
+ secondaryBgHover: string;
1010
+ grayBgDefault: string;
1011
+ gray2BgDefault: string;
1012
+ neutralDark: string;
1013
+ navButtonBgDefault: string;
1014
+ navButtonBgHover: string;
1015
+ cardBackgroundDark: string;
1016
+ cardBackgroundLight: string;
1017
+ textMiddle: string;
1018
+ textLight: string;
1019
+ textLighter: string;
1020
+ textTabHover: string;
1021
+ textTabInactive: string;
1022
+ textGreenDark: string;
1023
+ textGreenLight: string;
1024
+ textGreen1: string;
1025
+ textGreen2: string;
1026
+ textGreen3: string;
1027
+ textGreenHover: string;
1028
+ textCreateHover: string;
1029
+ textGrayHover: string;
1030
+ txButton: string;
1031
+ obolGreen: string;
1032
+ obolMidGreen: string;
1033
+ obolGreenHover: string;
1034
+ obolGreenLight: string;
1035
+ obolDarkDark: string;
1036
+ obolDisabled: string;
1037
+ linkButtonHover: string;
1038
+ progressTrackerGreen: string;
1039
+ lightGrey: string;
1040
+ coordinate: string;
1041
+ coordinateHover: string;
1042
+ test: string;
1043
+ testHover: string;
1044
+ create: string;
1045
+ createHover: string;
1046
+ light: string;
1047
+ body: string;
1048
+ muted: string;
1049
+ menu: string;
1050
+ bg01: string;
1051
+ bg02: string;
1052
+ bg03: string;
1053
+ bg04: string;
1054
+ bg05: string;
1055
+ tooltip: string;
1056
+ tooltip2: string;
1057
+ };
1058
+ space: {
1059
+ 1: string;
1060
+ 2: string;
1061
+ xxxs: string;
1062
+ xxs: string;
1063
+ xs: string;
1064
+ sm: string;
1065
+ md: string;
1066
+ lg: string;
1067
+ xl: string;
1068
+ "2xl": string;
1069
+ "3xl": string;
1070
+ "4xl": string;
1071
+ "5xl": string;
1072
+ "6xl": string;
1073
+ "7xl": string;
1074
+ };
1075
+ sizes: {
1076
+ 1: string;
1077
+ 2: string;
1078
+ xxxs: string;
1079
+ xxs: string;
1080
+ xs: string;
1081
+ sm: string;
1082
+ md: string;
1083
+ lg: string;
1084
+ xl: string;
1085
+ "2xl": string;
1086
+ "3xl": string;
1087
+ "4xl": string;
1088
+ "5xl": string;
1089
+ "6xl": string;
1090
+ "7xl": string;
1091
+ max: string;
1092
+ min: string;
1093
+ full: string;
1094
+ };
1095
+ radii: {
1096
+ 1: string;
1097
+ 2: string;
1098
+ 3: string;
1099
+ 4: string;
1100
+ 5: string;
1101
+ round: string;
1102
+ pill: string;
1103
+ };
1104
+ fontSizes: {
1105
+ 1: string;
1106
+ 2: string;
1107
+ 3: string;
1108
+ 4: string;
1109
+ 5: string;
1110
+ 6: string;
1111
+ 7: string;
1112
+ 8: string;
1113
+ 9: string;
1114
+ 10: string;
1115
+ 11: string;
1116
+ };
1117
+ fontWeights: {
1118
+ hairline: number;
1119
+ thin: number;
1120
+ light: number;
1121
+ normal: number;
1122
+ medium: number;
1123
+ semibold: number;
1124
+ bold: number;
1125
+ extrabold: number;
1126
+ black: number;
1127
+ };
1128
+ lineHeights: {
1129
+ normal: string;
1130
+ none: number;
1131
+ shorter: number;
1132
+ short: number;
1133
+ base: number;
1134
+ tall: number;
1135
+ tall2: number;
1136
+ taller: number;
1137
+ };
1138
+ letterSpacings: {
1139
+ tighter: string;
1140
+ tight: string;
1141
+ normal: string;
1142
+ wide: string;
1143
+ wider: string;
1144
+ widest: string;
1145
+ };
1146
+ borderWidths: unknown;
1147
+ borderStyles: unknown;
1148
+ shadows: unknown;
1149
+ zIndices: unknown;
1150
+ transitions: unknown;
1151
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1152
+ p: (value: {
1153
+ readonly [$$PropertyValue]: "padding";
1154
+ }) => {
1155
+ padding: {
1156
+ readonly [$$PropertyValue]: "padding";
1157
+ };
1158
+ };
1159
+ pt: (value: {
1160
+ readonly [$$PropertyValue]: "paddingTop";
1161
+ }) => {
1162
+ paddingTop: {
1163
+ readonly [$$PropertyValue]: "paddingTop";
1164
+ };
1165
+ };
1166
+ pr: (value: {
1167
+ readonly [$$PropertyValue]: "paddingRight";
1168
+ }) => {
1169
+ paddingRight: {
1170
+ readonly [$$PropertyValue]: "paddingRight";
1171
+ };
1172
+ };
1173
+ pb: (value: {
1174
+ readonly [$$PropertyValue]: "paddingBottom";
1175
+ }) => {
1176
+ paddingBottom: {
1177
+ readonly [$$PropertyValue]: "paddingBottom";
1178
+ };
1179
+ };
1180
+ pl: (value: {
1181
+ readonly [$$PropertyValue]: "paddingLeft";
1182
+ }) => {
1183
+ paddingLeft: {
1184
+ readonly [$$PropertyValue]: "paddingLeft";
1185
+ };
1186
+ };
1187
+ px: (value: {
1188
+ readonly [$$PropertyValue]: "paddingLeft";
1189
+ }) => {
1190
+ paddingLeft: {
1191
+ readonly [$$PropertyValue]: "paddingLeft";
1192
+ };
1193
+ paddingRight: {
1194
+ readonly [$$PropertyValue]: "paddingLeft";
1195
+ };
1196
+ };
1197
+ py: (value: {
1198
+ readonly [$$PropertyValue]: "paddingTop";
1199
+ }) => {
1200
+ paddingTop: {
1201
+ readonly [$$PropertyValue]: "paddingTop";
1202
+ };
1203
+ paddingBottom: {
1204
+ readonly [$$PropertyValue]: "paddingTop";
1205
+ };
1206
+ };
1207
+ m: (value: {
1208
+ readonly [$$PropertyValue]: "margin";
1209
+ }) => {
1210
+ margin: {
1211
+ readonly [$$PropertyValue]: "margin";
1212
+ };
1213
+ };
1214
+ mt: (value: {
1215
+ readonly [$$PropertyValue]: "marginTop";
1216
+ }) => {
1217
+ marginTop: {
1218
+ readonly [$$PropertyValue]: "marginTop";
1219
+ };
1220
+ };
1221
+ mr: (value: {
1222
+ readonly [$$PropertyValue]: "marginRight";
1223
+ }) => {
1224
+ marginRight: {
1225
+ readonly [$$PropertyValue]: "marginRight";
1226
+ };
1227
+ };
1228
+ mb: (value: {
1229
+ readonly [$$PropertyValue]: "marginBottom";
1230
+ }) => {
1231
+ marginBottom: {
1232
+ readonly [$$PropertyValue]: "marginBottom";
1233
+ };
1234
+ };
1235
+ ml: (value: {
1236
+ readonly [$$PropertyValue]: "marginLeft";
1237
+ }) => {
1238
+ marginLeft: {
1239
+ readonly [$$PropertyValue]: "marginLeft";
1240
+ };
1241
+ };
1242
+ mx: (value: {
1243
+ readonly [$$PropertyValue]: "marginLeft";
1244
+ }) => {
1245
+ marginLeft: {
1246
+ readonly [$$PropertyValue]: "marginLeft";
1247
+ };
1248
+ marginRight: {
1249
+ readonly [$$PropertyValue]: "marginLeft";
1250
+ };
1251
+ };
1252
+ my: (value: {
1253
+ readonly [$$PropertyValue]: "marginTop";
1254
+ }) => {
1255
+ marginTop: {
1256
+ readonly [$$PropertyValue]: "marginTop";
1257
+ };
1258
+ marginBottom: {
1259
+ readonly [$$PropertyValue]: "marginTop";
1260
+ };
1261
+ };
1262
+ ta: (value: {
1263
+ readonly [$$PropertyValue]: "textAlign";
1264
+ }) => {
1265
+ textAlign: {
1266
+ readonly [$$PropertyValue]: "textAlign";
1267
+ };
1268
+ };
1269
+ fd: (value: {
1270
+ readonly [$$PropertyValue]: "flexDirection";
1271
+ }) => {
1272
+ flexDirection: {
1273
+ readonly [$$PropertyValue]: "flexDirection";
1274
+ };
1275
+ };
1276
+ fw: (value: {
1277
+ readonly [$$PropertyValue]: "flexWrap";
1278
+ }) => {
1279
+ flexWrap: {
1280
+ readonly [$$PropertyValue]: "flexWrap";
1281
+ };
1282
+ };
1283
+ ai: (value: {
1284
+ readonly [$$PropertyValue]: "alignItems";
1285
+ }) => {
1286
+ alignItems: {
1287
+ readonly [$$PropertyValue]: "alignItems";
1288
+ };
1289
+ };
1290
+ ac: (value: {
1291
+ readonly [$$PropertyValue]: "alignContent";
1292
+ }) => {
1293
+ alignContent: {
1294
+ readonly [$$PropertyValue]: "alignContent";
1295
+ };
1296
+ };
1297
+ jc: (value: {
1298
+ readonly [$$PropertyValue]: "justifyContent";
1299
+ }) => {
1300
+ justifyContent: {
1301
+ readonly [$$PropertyValue]: "justifyContent";
1302
+ };
1303
+ };
1304
+ as: (value: {
1305
+ readonly [$$PropertyValue]: "alignSelf";
1306
+ }) => {
1307
+ alignSelf: {
1308
+ readonly [$$PropertyValue]: "alignSelf";
1309
+ };
1310
+ };
1311
+ fg: (value: {
1312
+ readonly [$$PropertyValue]: "flexGrow";
1313
+ }) => {
1314
+ flexGrow: {
1315
+ readonly [$$PropertyValue]: "flexGrow";
1316
+ };
1317
+ };
1318
+ fs: (value: {
1319
+ readonly [$$PropertyValue]: "flexShrink";
1320
+ }) => {
1321
+ flexShrink: {
1322
+ readonly [$$PropertyValue]: "flexShrink";
1323
+ };
1324
+ };
1325
+ fb: (value: {
1326
+ readonly [$$PropertyValue]: "flexBasis";
1327
+ }) => {
1328
+ flexBasis: {
1329
+ readonly [$$PropertyValue]: "flexBasis";
1330
+ };
1331
+ };
1332
+ bc: (value: {
1333
+ readonly [$$PropertyValue]: "backgroundColor";
1334
+ }) => {
1335
+ backgroundColor: {
1336
+ readonly [$$PropertyValue]: "backgroundColor";
1337
+ };
1338
+ };
1339
+ br: (value: {
1340
+ readonly [$$PropertyValue]: "borderRadius";
1341
+ }) => {
1342
+ borderRadius: {
1343
+ readonly [$$PropertyValue]: "borderRadius";
1344
+ };
1345
+ };
1346
+ btrr: (value: {
1347
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1348
+ }) => {
1349
+ borderTopRightRadius: {
1350
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1351
+ };
1352
+ };
1353
+ bbrr: (value: {
1354
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1355
+ }) => {
1356
+ borderBottomRightRadius: {
1357
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1358
+ };
1359
+ };
1360
+ bblr: (value: {
1361
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1362
+ }) => {
1363
+ borderBottomLeftRadius: {
1364
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1365
+ };
1366
+ };
1367
+ btlr: (value: {
1368
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1369
+ }) => {
1370
+ borderTopLeftRadius: {
1371
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1372
+ };
1373
+ };
1374
+ bs: (value: {
1375
+ readonly [$$PropertyValue]: "boxShadow";
1376
+ }) => {
1377
+ boxShadow: {
1378
+ readonly [$$PropertyValue]: "boxShadow";
1379
+ };
1380
+ };
1381
+ lh: (value: {
1382
+ readonly [$$PropertyValue]: "lineHeight";
1383
+ }) => {
1384
+ lineHeight: {
1385
+ readonly [$$PropertyValue]: "lineHeight";
1386
+ };
1387
+ };
1388
+ ox: (value: {
1389
+ readonly [$$PropertyValue]: "overflowX";
1390
+ }) => {
1391
+ overflowX: {
1392
+ readonly [$$PropertyValue]: "overflowX";
1393
+ };
1394
+ };
1395
+ oy: (value: {
1396
+ readonly [$$PropertyValue]: "overflowY";
1397
+ }) => {
1398
+ overflowY: {
1399
+ readonly [$$PropertyValue]: "overflowY";
1400
+ };
1401
+ };
1402
+ pe: (value: {
1403
+ readonly [$$PropertyValue]: "pointerEvents";
1404
+ }) => {
1405
+ pointerEvents: {
1406
+ readonly [$$PropertyValue]: "pointerEvents";
1407
+ };
1408
+ };
1409
+ us: (value: {
1410
+ readonly [$$PropertyValue]: "userSelect";
1411
+ }) => {
1412
+ WebkitUserSelect: {
1413
+ readonly [$$PropertyValue]: "userSelect";
1414
+ };
1415
+ userSelect: {
1416
+ readonly [$$PropertyValue]: "userSelect";
1417
+ };
1418
+ };
1419
+ userSelect: (value: {
1420
+ readonly [$$PropertyValue]: "userSelect";
1421
+ }) => {
1422
+ WebkitUserSelect: {
1423
+ readonly [$$PropertyValue]: "userSelect";
1424
+ };
1425
+ userSelect: {
1426
+ readonly [$$PropertyValue]: "userSelect";
1427
+ };
1428
+ };
1429
+ size: (value: {
1430
+ readonly [$$PropertyValue]: "width";
1431
+ }) => {
1432
+ width: {
1433
+ readonly [$$PropertyValue]: "width";
1434
+ };
1435
+ height: {
1436
+ readonly [$$PropertyValue]: "width";
1437
+ };
1438
+ };
1439
+ appearance: (value: {
1440
+ readonly [$$PropertyValue]: "appearance";
1441
+ }) => {
1442
+ WebkitAppearance: {
1443
+ readonly [$$PropertyValue]: "appearance";
1444
+ };
1445
+ appearance: {
1446
+ readonly [$$PropertyValue]: "appearance";
1447
+ };
1448
+ };
1449
+ backgroundClip: (value: {
1450
+ readonly [$$PropertyValue]: "backgroundClip";
1451
+ }) => {
1452
+ WebkitBackgroundClip: {
1453
+ readonly [$$PropertyValue]: "backgroundClip";
1454
+ };
1455
+ backgroundClip: {
1456
+ readonly [$$PropertyValue]: "backgroundClip";
1457
+ };
1458
+ };
1459
+ }>>, {
1460
+ toggle?: boolean | "true" | undefined;
1461
+ gradientBg?: boolean | "true" | undefined;
1462
+ metricWidget?: boolean | "true" | undefined;
1463
+ }, {
1464
+ motion: "(prefers-reduced-motion)";
1465
+ hover: "(any-hover: hover)";
1466
+ dark: "(prefers-color-scheme: dark)";
1467
+ light: "(prefers-color-scheme: light)";
1468
+ xs: "(max-width: 520px)";
1469
+ sm: "(max-width: 900px)";
1470
+ bp2: "(min-width: 900px)";
1471
+ md: "(max-width: 1200px)";
1472
+ lg: "(max-width: 1800px)";
1473
+ }, import("@stitches/react/types/css-util").CSS<{
1474
+ motion: "(prefers-reduced-motion)";
1475
+ hover: "(any-hover: hover)";
1476
+ dark: "(prefers-color-scheme: dark)";
1477
+ light: "(prefers-color-scheme: light)";
1478
+ xs: "(max-width: 520px)";
1479
+ sm: "(max-width: 900px)";
1480
+ bp2: "(min-width: 900px)";
1481
+ md: "(max-width: 1200px)";
1482
+ lg: "(max-width: 1800px)";
1483
+ }, {
1484
+ colors: {
1485
+ white: string;
1486
+ black: string;
1487
+ lightBackground: string;
1488
+ obolBlue: string;
1489
+ primaryBgDefault: string;
1490
+ primaryBgDefaultHover: string;
1491
+ primaryTextDefault: string;
1492
+ secondaryBgDefault: string;
1493
+ secondaryBgHover: string;
1494
+ grayBgDefault: string;
1495
+ gray2BgDefault: string;
1496
+ neutralDark: string;
1497
+ navButtonBgDefault: string;
1498
+ navButtonBgHover: string;
1499
+ cardBackgroundDark: string;
1500
+ cardBackgroundLight: string;
1501
+ textMiddle: string;
1502
+ textLight: string;
1503
+ textLighter: string;
1504
+ textTabHover: string;
1505
+ textTabInactive: string;
1506
+ textGreenDark: string;
1507
+ textGreenLight: string;
1508
+ textGreen1: string;
1509
+ textGreen2: string;
1510
+ textGreen3: string;
1511
+ textGreenHover: string;
1512
+ textCreateHover: string;
1513
+ textGrayHover: string;
1514
+ txButton: string;
1515
+ obolGreen: string;
1516
+ obolMidGreen: string;
1517
+ obolGreenHover: string;
1518
+ obolGreenLight: string;
1519
+ obolDarkDark: string;
1520
+ obolDisabled: string;
1521
+ linkButtonHover: string;
1522
+ progressTrackerGreen: string;
1523
+ lightGrey: string;
1524
+ coordinate: string;
1525
+ coordinateHover: string;
1526
+ test: string;
1527
+ testHover: string;
1528
+ create: string;
1529
+ createHover: string;
1530
+ light: string;
1531
+ body: string;
1532
+ muted: string;
1533
+ menu: string;
1534
+ bg01: string;
1535
+ bg02: string;
1536
+ bg03: string;
1537
+ bg04: string;
1538
+ bg05: string;
1539
+ tooltip: string;
1540
+ tooltip2: string;
1541
+ };
1542
+ space: {
1543
+ 1: string;
1544
+ 2: string;
1545
+ xxxs: string;
1546
+ xxs: string;
1547
+ xs: string;
1548
+ sm: string;
1549
+ md: string;
1550
+ lg: string;
1551
+ xl: string;
1552
+ "2xl": string;
1553
+ "3xl": string;
1554
+ "4xl": string;
1555
+ "5xl": string;
1556
+ "6xl": string;
1557
+ "7xl": string;
1558
+ };
1559
+ sizes: {
1560
+ 1: string;
1561
+ 2: string;
1562
+ xxxs: string;
1563
+ xxs: string;
1564
+ xs: string;
1565
+ sm: string;
1566
+ md: string;
1567
+ lg: string;
1568
+ xl: string;
1569
+ "2xl": string;
1570
+ "3xl": string;
1571
+ "4xl": string;
1572
+ "5xl": string;
1573
+ "6xl": string;
1574
+ "7xl": string;
1575
+ max: string;
1576
+ min: string;
1577
+ full: string;
1578
+ };
1579
+ radii: {
1580
+ 1: string;
1581
+ 2: string;
1582
+ 3: string;
1583
+ 4: string;
1584
+ 5: string;
1585
+ round: string;
1586
+ pill: string;
1587
+ };
1588
+ fontSizes: {
1589
+ 1: string;
1590
+ 2: string;
1591
+ 3: string;
1592
+ 4: string;
1593
+ 5: string;
1594
+ 6: string;
1595
+ 7: string;
1596
+ 8: string;
1597
+ 9: string;
1598
+ 10: string;
1599
+ 11: string;
1600
+ };
1601
+ fontWeights: {
1602
+ hairline: number;
1603
+ thin: number;
1604
+ light: number;
1605
+ normal: number;
1606
+ medium: number;
1607
+ semibold: number;
1608
+ bold: number;
1609
+ extrabold: number;
1610
+ black: number;
1611
+ };
1612
+ lineHeights: {
1613
+ normal: string;
1614
+ none: number;
1615
+ shorter: number;
1616
+ short: number;
1617
+ base: number;
1618
+ tall: number;
1619
+ tall2: number;
1620
+ taller: number;
1621
+ };
1622
+ letterSpacings: {
1623
+ tighter: string;
1624
+ tight: string;
1625
+ normal: string;
1626
+ wide: string;
1627
+ wider: string;
1628
+ widest: string;
1629
+ };
1630
+ borderWidths: unknown;
1631
+ borderStyles: unknown;
1632
+ shadows: unknown;
1633
+ zIndices: unknown;
1634
+ transitions: unknown;
1635
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1636
+ p: (value: {
1637
+ readonly [$$PropertyValue]: "padding";
1638
+ }) => {
1639
+ padding: {
1640
+ readonly [$$PropertyValue]: "padding";
1641
+ };
1642
+ };
1643
+ pt: (value: {
1644
+ readonly [$$PropertyValue]: "paddingTop";
1645
+ }) => {
1646
+ paddingTop: {
1647
+ readonly [$$PropertyValue]: "paddingTop";
1648
+ };
1649
+ };
1650
+ pr: (value: {
1651
+ readonly [$$PropertyValue]: "paddingRight";
1652
+ }) => {
1653
+ paddingRight: {
1654
+ readonly [$$PropertyValue]: "paddingRight";
1655
+ };
1656
+ };
1657
+ pb: (value: {
1658
+ readonly [$$PropertyValue]: "paddingBottom";
1659
+ }) => {
1660
+ paddingBottom: {
1661
+ readonly [$$PropertyValue]: "paddingBottom";
1662
+ };
1663
+ };
1664
+ pl: (value: {
1665
+ readonly [$$PropertyValue]: "paddingLeft";
1666
+ }) => {
1667
+ paddingLeft: {
1668
+ readonly [$$PropertyValue]: "paddingLeft";
1669
+ };
1670
+ };
1671
+ px: (value: {
1672
+ readonly [$$PropertyValue]: "paddingLeft";
1673
+ }) => {
1674
+ paddingLeft: {
1675
+ readonly [$$PropertyValue]: "paddingLeft";
1676
+ };
1677
+ paddingRight: {
1678
+ readonly [$$PropertyValue]: "paddingLeft";
1679
+ };
1680
+ };
1681
+ py: (value: {
1682
+ readonly [$$PropertyValue]: "paddingTop";
1683
+ }) => {
1684
+ paddingTop: {
1685
+ readonly [$$PropertyValue]: "paddingTop";
1686
+ };
1687
+ paddingBottom: {
1688
+ readonly [$$PropertyValue]: "paddingTop";
1689
+ };
1690
+ };
1691
+ m: (value: {
1692
+ readonly [$$PropertyValue]: "margin";
1693
+ }) => {
1694
+ margin: {
1695
+ readonly [$$PropertyValue]: "margin";
1696
+ };
1697
+ };
1698
+ mt: (value: {
1699
+ readonly [$$PropertyValue]: "marginTop";
1700
+ }) => {
1701
+ marginTop: {
1702
+ readonly [$$PropertyValue]: "marginTop";
1703
+ };
1704
+ };
1705
+ mr: (value: {
1706
+ readonly [$$PropertyValue]: "marginRight";
1707
+ }) => {
1708
+ marginRight: {
1709
+ readonly [$$PropertyValue]: "marginRight";
1710
+ };
1711
+ };
1712
+ mb: (value: {
1713
+ readonly [$$PropertyValue]: "marginBottom";
1714
+ }) => {
1715
+ marginBottom: {
1716
+ readonly [$$PropertyValue]: "marginBottom";
1717
+ };
1718
+ };
1719
+ ml: (value: {
1720
+ readonly [$$PropertyValue]: "marginLeft";
1721
+ }) => {
1722
+ marginLeft: {
1723
+ readonly [$$PropertyValue]: "marginLeft";
1724
+ };
1725
+ };
1726
+ mx: (value: {
1727
+ readonly [$$PropertyValue]: "marginLeft";
1728
+ }) => {
1729
+ marginLeft: {
1730
+ readonly [$$PropertyValue]: "marginLeft";
1731
+ };
1732
+ marginRight: {
1733
+ readonly [$$PropertyValue]: "marginLeft";
1734
+ };
1735
+ };
1736
+ my: (value: {
1737
+ readonly [$$PropertyValue]: "marginTop";
1738
+ }) => {
1739
+ marginTop: {
1740
+ readonly [$$PropertyValue]: "marginTop";
1741
+ };
1742
+ marginBottom: {
1743
+ readonly [$$PropertyValue]: "marginTop";
1744
+ };
1745
+ };
1746
+ ta: (value: {
1747
+ readonly [$$PropertyValue]: "textAlign";
1748
+ }) => {
1749
+ textAlign: {
1750
+ readonly [$$PropertyValue]: "textAlign";
1751
+ };
1752
+ };
1753
+ fd: (value: {
1754
+ readonly [$$PropertyValue]: "flexDirection";
1755
+ }) => {
1756
+ flexDirection: {
1757
+ readonly [$$PropertyValue]: "flexDirection";
1758
+ };
1759
+ };
1760
+ fw: (value: {
1761
+ readonly [$$PropertyValue]: "flexWrap";
1762
+ }) => {
1763
+ flexWrap: {
1764
+ readonly [$$PropertyValue]: "flexWrap";
1765
+ };
1766
+ };
1767
+ ai: (value: {
1768
+ readonly [$$PropertyValue]: "alignItems";
1769
+ }) => {
1770
+ alignItems: {
1771
+ readonly [$$PropertyValue]: "alignItems";
1772
+ };
1773
+ };
1774
+ ac: (value: {
1775
+ readonly [$$PropertyValue]: "alignContent";
1776
+ }) => {
1777
+ alignContent: {
1778
+ readonly [$$PropertyValue]: "alignContent";
1779
+ };
1780
+ };
1781
+ jc: (value: {
1782
+ readonly [$$PropertyValue]: "justifyContent";
1783
+ }) => {
1784
+ justifyContent: {
1785
+ readonly [$$PropertyValue]: "justifyContent";
1786
+ };
1787
+ };
1788
+ as: (value: {
1789
+ readonly [$$PropertyValue]: "alignSelf";
1790
+ }) => {
1791
+ alignSelf: {
1792
+ readonly [$$PropertyValue]: "alignSelf";
1793
+ };
1794
+ };
1795
+ fg: (value: {
1796
+ readonly [$$PropertyValue]: "flexGrow";
1797
+ }) => {
1798
+ flexGrow: {
1799
+ readonly [$$PropertyValue]: "flexGrow";
1800
+ };
1801
+ };
1802
+ fs: (value: {
1803
+ readonly [$$PropertyValue]: "flexShrink";
1804
+ }) => {
1805
+ flexShrink: {
1806
+ readonly [$$PropertyValue]: "flexShrink";
1807
+ };
1808
+ };
1809
+ fb: (value: {
1810
+ readonly [$$PropertyValue]: "flexBasis";
1811
+ }) => {
1812
+ flexBasis: {
1813
+ readonly [$$PropertyValue]: "flexBasis";
1814
+ };
1815
+ };
1816
+ bc: (value: {
1817
+ readonly [$$PropertyValue]: "backgroundColor";
1818
+ }) => {
1819
+ backgroundColor: {
1820
+ readonly [$$PropertyValue]: "backgroundColor";
1821
+ };
1822
+ };
1823
+ br: (value: {
1824
+ readonly [$$PropertyValue]: "borderRadius";
1825
+ }) => {
1826
+ borderRadius: {
1827
+ readonly [$$PropertyValue]: "borderRadius";
1828
+ };
1829
+ };
1830
+ btrr: (value: {
1831
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1832
+ }) => {
1833
+ borderTopRightRadius: {
1834
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1835
+ };
1836
+ };
1837
+ bbrr: (value: {
1838
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1839
+ }) => {
1840
+ borderBottomRightRadius: {
1841
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1842
+ };
1843
+ };
1844
+ bblr: (value: {
1845
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1846
+ }) => {
1847
+ borderBottomLeftRadius: {
1848
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1849
+ };
1850
+ };
1851
+ btlr: (value: {
1852
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1853
+ }) => {
1854
+ borderTopLeftRadius: {
1855
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1856
+ };
1857
+ };
1858
+ bs: (value: {
1859
+ readonly [$$PropertyValue]: "boxShadow";
1860
+ }) => {
1861
+ boxShadow: {
1862
+ readonly [$$PropertyValue]: "boxShadow";
1863
+ };
1864
+ };
1865
+ lh: (value: {
1866
+ readonly [$$PropertyValue]: "lineHeight";
1867
+ }) => {
1868
+ lineHeight: {
1869
+ readonly [$$PropertyValue]: "lineHeight";
1870
+ };
1871
+ };
1872
+ ox: (value: {
1873
+ readonly [$$PropertyValue]: "overflowX";
1874
+ }) => {
1875
+ overflowX: {
1876
+ readonly [$$PropertyValue]: "overflowX";
1877
+ };
1878
+ };
1879
+ oy: (value: {
1880
+ readonly [$$PropertyValue]: "overflowY";
1881
+ }) => {
1882
+ overflowY: {
1883
+ readonly [$$PropertyValue]: "overflowY";
1884
+ };
1885
+ };
1886
+ pe: (value: {
1887
+ readonly [$$PropertyValue]: "pointerEvents";
1888
+ }) => {
1889
+ pointerEvents: {
1890
+ readonly [$$PropertyValue]: "pointerEvents";
1891
+ };
1892
+ };
1893
+ us: (value: {
1894
+ readonly [$$PropertyValue]: "userSelect";
1895
+ }) => {
1896
+ WebkitUserSelect: {
1897
+ readonly [$$PropertyValue]: "userSelect";
1898
+ };
1899
+ userSelect: {
1900
+ readonly [$$PropertyValue]: "userSelect";
1901
+ };
1902
+ };
1903
+ userSelect: (value: {
1904
+ readonly [$$PropertyValue]: "userSelect";
1905
+ }) => {
1906
+ WebkitUserSelect: {
1907
+ readonly [$$PropertyValue]: "userSelect";
1908
+ };
1909
+ userSelect: {
1910
+ readonly [$$PropertyValue]: "userSelect";
1911
+ };
1912
+ };
1913
+ size: (value: {
1914
+ readonly [$$PropertyValue]: "width";
1915
+ }) => {
1916
+ width: {
1917
+ readonly [$$PropertyValue]: "width";
1918
+ };
1919
+ height: {
1920
+ readonly [$$PropertyValue]: "width";
1921
+ };
1922
+ };
1923
+ appearance: (value: {
1924
+ readonly [$$PropertyValue]: "appearance";
1925
+ }) => {
1926
+ WebkitAppearance: {
1927
+ readonly [$$PropertyValue]: "appearance";
1928
+ };
1929
+ appearance: {
1930
+ readonly [$$PropertyValue]: "appearance";
1931
+ };
1932
+ };
1933
+ backgroundClip: (value: {
1934
+ readonly [$$PropertyValue]: "backgroundClip";
1935
+ }) => {
1936
+ WebkitBackgroundClip: {
1937
+ readonly [$$PropertyValue]: "backgroundClip";
1938
+ };
1939
+ backgroundClip: {
1940
+ readonly [$$PropertyValue]: "backgroundClip";
1941
+ };
1942
+ };
1943
+ }>>;
979
1944
  export declare const Card: React.FC<CardProps>;