@tamagui/web 1.123.0 → 1.123.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/types.tsx CHANGED
@@ -1421,303 +1421,243 @@ interface ExtraStyleProps {
1421
1421
 
1422
1422
  /**
1423
1423
  * Web-only style property. Will be omitted on native.
1424
- * @deprecated Web-only style props will move to $platform-web in v2
1425
1424
  */
1426
1425
  filter?: Properties['filter']
1427
1426
  /**
1428
1427
  * Web-only style property. Will be omitted on native.
1429
- * @deprecated Web-only style props will move to $platform-web in v2
1430
1428
  */
1431
1429
  mixBlendMode?: Properties['mixBlendMode']
1432
1430
  /**
1433
1431
  * Web-only style property. Will be omitted on native.
1434
- * @deprecated Web-only style props will move to $platform-web in v2
1435
1432
  */
1436
1433
  backgroundImage?: Properties['backgroundImage']
1437
1434
  /**
1438
1435
  * Web-only style property. Will be omitted on native.
1439
- * @deprecated Web-only style props will move to $platform-web in v2
1440
1436
  */
1441
1437
  backgroundOrigin?: Properties['backgroundOrigin']
1442
1438
  /**
1443
1439
  * Web-only style property. Will be omitted on native.
1444
- * @deprecated Web-only style props will move to $platform-web in v2
1445
1440
  */
1446
1441
  backgroundPosition?: Properties['backgroundPosition']
1447
1442
  /**
1448
1443
  * Web-only style property. Will be omitted on native.
1449
- * @deprecated Web-only style props will move to $platform-web in v2
1450
1444
  */
1451
1445
  backgroundRepeat?: Properties['backgroundRepeat']
1452
1446
  /**
1453
1447
  * Web-only style property. Will be omitted on native.
1454
- * @deprecated Web-only style props will move to $platform-web in v2
1455
1448
  */
1456
1449
  backgroundSize?: Properties['backgroundSize']
1457
1450
  /**
1458
1451
  * Web-only style property. Will be omitted on native.
1459
- * @deprecated Web-only style props will move to $platform-web in v2
1460
1452
  */
1461
1453
  backgroundClip?: Properties['backgroundClip']
1462
1454
  /**
1463
1455
  * Web-only style property. Will be omitted on native.
1464
- * @deprecated Web-only style props will move to $platform-web in v2
1465
1456
  */
1466
1457
  backgroundBlendMode?: Properties['backgroundBlendMode']
1467
1458
  /**
1468
1459
  * Web-only style property. Will be omitted on native.
1469
- * @deprecated Web-only style props will move to $platform-web in v2
1470
1460
  */
1471
1461
  backgroundAttachment?: Properties['backgroundAttachment']
1472
1462
  /**
1473
1463
  * Web-only style property. Will be omitted on native.
1474
- * @deprecated Web-only style props will move to $platform-web in v2
1475
1464
  */
1476
1465
  background?: Properties['background']
1477
1466
  /**
1478
1467
  * Web-only style property. Will be omitted on native.
1479
- * @deprecated Web-only style props will move to $platform-web in v2
1480
1468
  */
1481
1469
  clipPath?: Properties['clipPath']
1482
1470
  /**
1483
1471
  * Web-only style property. Will be omitted on native.
1484
- * @deprecated Web-only style props will move to $platform-web in v2
1485
1472
  */
1486
1473
  caretColor?: Properties['caretColor']
1487
1474
  /**
1488
1475
  * Web-only style property. Will be omitted on native.
1489
- * @deprecated Web-only style props will move to $platform-web in v2
1490
1476
  */
1491
1477
  transformStyle?: Properties['transformStyle']
1492
1478
  /**
1493
1479
  * Web-only style property. Will be omitted on native.
1494
- * @deprecated Web-only style props will move to $platform-web in v2
1495
1480
  */
1496
1481
  mask?: Properties['mask']
1497
1482
  /**
1498
1483
  * Web-only style property. Will be omitted on native.
1499
- * @deprecated Web-only style props will move to $platform-web in v2
1500
1484
  */
1501
1485
  maskImage?: Properties['maskImage']
1502
1486
  /**
1503
1487
  * Web-only style property. Will be omitted on native.
1504
- * @deprecated Web-only style props will move to $platform-web in v2
1505
1488
  */
1506
1489
  textEmphasis?: Properties['textEmphasis']
1507
1490
  /**
1508
1491
  * Web-only style property. Will be omitted on native.
1509
- * @deprecated Web-only style props will move to $platform-web in v2
1510
1492
  */
1511
1493
  borderImage?: Properties['borderImage']
1512
1494
  /**
1513
1495
  * Web-only style property. Will be omitted on native.
1514
- * @deprecated Web-only style props will move to $platform-web in v2
1515
1496
  */
1516
1497
  float?: Properties['float']
1517
1498
  /**
1518
1499
  * Web-only style property. Will be omitted on native.
1519
- * @deprecated Web-only style props will move to $platform-web in v2
1520
1500
  */
1521
1501
  content?: Properties['content']
1522
1502
  /**
1523
1503
  * Web-only style property. Will be omitted on native.
1524
- * @deprecated Web-only style props will move to $platform-web in v2
1525
1504
  */
1526
1505
  overflowBlock?: Properties['overflowBlock']
1527
1506
  /**
1528
1507
  * Web-only style property. Will be omitted on native.
1529
- * @deprecated Web-only style props will move to $platform-web in v2
1530
1508
  */
1531
1509
  overflowInline?: Properties['overflowInline']
1532
1510
  /**
1533
1511
  * Web-only style property. Will be omitted on native.
1534
- * @deprecated Web-only style props will move to $platform-web in v2
1535
1512
  */
1536
1513
  maskBorder?: Properties['maskBorder']
1537
1514
  /**
1538
1515
  * Web-only style property. Will be omitted on native.
1539
- * @deprecated Web-only style props will move to $platform-web in v2
1540
1516
  */
1541
1517
  maskBorderMode?: Properties['maskBorderMode']
1542
1518
  /**
1543
1519
  * Web-only style property. Will be omitted on native.
1544
- * @deprecated Web-only style props will move to $platform-web in v2
1545
1520
  */
1546
1521
  maskBorderOutset?: Properties['maskBorderOutset']
1547
1522
  /**
1548
1523
  * Web-only style property. Will be omitted on native.
1549
- * @deprecated Web-only style props will move to $platform-web in v2
1550
1524
  */
1551
1525
  maskBorderRepeat?: Properties['maskBorderRepeat']
1552
1526
  /**
1553
1527
  * Web-only style property. Will be omitted on native.
1554
- * @deprecated Web-only style props will move to $platform-web in v2
1555
1528
  */
1556
1529
  maskBorderSlice?: Properties['maskBorderSlice']
1557
1530
  /**
1558
1531
  * Web-only style property. Will be omitted on native.
1559
- * @deprecated Web-only style props will move to $platform-web in v2
1560
1532
  */
1561
1533
  maskBorderSource?: Properties['maskBorderSource']
1562
1534
  /**
1563
1535
  * Web-only style property. Will be omitted on native.
1564
- * @deprecated Web-only style props will move to $platform-web in v2
1565
1536
  */
1566
1537
  maskBorderWidth?: Properties['maskBorderWidth']
1567
1538
  /**
1568
1539
  * Web-only style property. Will be omitted on native.
1569
- * @deprecated Web-only style props will move to $platform-web in v2
1570
1540
  */
1571
1541
  maskClip?: Properties['maskClip']
1572
1542
  /**
1573
1543
  * Web-only style property. Will be omitted on native.
1574
- * @deprecated Web-only style props will move to $platform-web in v2
1575
1544
  */
1576
1545
  maskComposite?: Properties['maskComposite']
1577
1546
  /**
1578
1547
  * Web-only style property. Will be omitted on native.
1579
- * @deprecated Web-only style props will move to $platform-web in v2
1580
1548
  */
1581
1549
  maskMode?: Properties['maskMode']
1582
1550
  /**
1583
1551
  * Web-only style property. Will be omitted on native.
1584
- * @deprecated Web-only style props will move to $platform-web in v2
1585
1552
  */
1586
1553
  maskOrigin?: Properties['maskOrigin']
1587
1554
  /**
1588
1555
  * Web-only style property. Will be omitted on native.
1589
- * @deprecated Web-only style props will move to $platform-web in v2
1590
1556
  */
1591
1557
  maskPosition?: Properties['maskPosition']
1592
1558
  /**
1593
1559
  * Web-only style property. Will be omitted on native.
1594
- * @deprecated Web-only style props will move to $platform-web in v2
1595
1560
  */
1596
1561
  maskRepeat?: Properties['maskRepeat']
1597
1562
  /**
1598
1563
  * Web-only style property. Will be omitted on native.
1599
- * @deprecated Web-only style props will move to $platform-web in v2
1600
1564
  */
1601
1565
  maskSize?: Properties['maskSize']
1602
1566
  /**
1603
1567
  * Web-only style property. Will be omitted on native.
1604
- * @deprecated Web-only style props will move to $platform-web in v2
1605
1568
  */
1606
1569
  maskType?: Properties['maskType']
1607
1570
  /**
1608
1571
  * Web-only style property. Will be omitted on native.
1609
- * @deprecated Web-only style props will move to $platform-web in v2
1610
1572
  */
1611
1573
  gridRow?: Properties['gridRow']
1612
1574
  /**
1613
1575
  * Web-only style property. Will be omitted on native.
1614
- * @deprecated Web-only style props will move to $platform-web in v2
1615
1576
  */
1616
1577
  gridRowEnd?: Properties['gridRowEnd']
1617
1578
  /**
1618
1579
  * Web-only style property. Will be omitted on native.
1619
- * @deprecated Web-only style props will move to $platform-web in v2
1620
1580
  */
1621
1581
  gridRowGap?: Properties['gridRowGap']
1622
1582
  /**
1623
1583
  * Web-only style property. Will be omitted on native.
1624
- * @deprecated Web-only style props will move to $platform-web in v2
1625
1584
  */
1626
1585
  gridRowStart?: Properties['gridRowStart']
1627
1586
  /**
1628
1587
  * Web-only style property. Will be omitted on native.
1629
- * @deprecated Web-only style props will move to $platform-web in v2
1630
1588
  */
1631
1589
  gridColumn?: Properties['gridColumn']
1632
1590
  /**
1633
1591
  * Web-only style property. Will be omitted on native.
1634
- * @deprecated Web-only style props will move to $platform-web in v2
1635
1592
  */
1636
1593
  gridColumnEnd?: Properties['gridColumnEnd']
1637
1594
  /**
1638
1595
  * Web-only style property. Will be omitted on native.
1639
- * @deprecated Web-only style props will move to $platform-web in v2
1640
1596
  */
1641
1597
  gridColumnGap?: Properties['gridColumnGap']
1642
1598
  /**
1643
1599
  * Web-only style property. Will be omitted on native.
1644
- * @deprecated Web-only style props will move to $platform-web in v2
1645
1600
  */
1646
1601
  gridColumnStart?: Properties['gridColumnStart']
1647
1602
  /**
1648
1603
  * Web-only style property. Will be omitted on native.
1649
- * @deprecated Web-only style props will move to $platform-web in v2
1650
1604
  */
1651
1605
  gridTemplateColumns?: Properties['gridTemplateColumns']
1652
1606
  /**
1653
1607
  * Web-only style property. Will be omitted on native.
1654
- * @deprecated Web-only style props will move to $platform-web in v2
1655
1608
  */
1656
1609
  gridTemplateAreas?: Properties['gridTemplateAreas']
1657
1610
 
1658
1611
  /**
1659
1612
  * Web-only style property. Will be omitted on native.
1660
- * @deprecated Web-only style props will move to $platform-web in v2
1661
1613
  */
1662
1614
  backdropFilter?: Properties['backdropFilter']
1663
1615
  /**
1664
1616
  * Web-only style property. Will be omitted on native.
1665
- * @deprecated Web-only style props will move to $platform-web in v2
1666
1617
  */
1667
1618
  containerType?: Properties['containerType']
1668
1619
  /**
1669
1620
  * Web-only style property. Will be omitted on native.
1670
- * @deprecated Web-only style props will move to $platform-web in v2
1671
1621
  */
1672
1622
  blockSize?: SizeTokens | number
1673
1623
  /**
1674
1624
  * Web-only style property. Will be omitted on native.
1675
- * @deprecated Web-only style props will move to $platform-web in v2
1676
1625
  */
1677
1626
  inlineSize?: SizeTokens | number
1678
1627
  /**
1679
1628
  * Web-only style property. Will be omitted on native.
1680
- * @deprecated Web-only style props will move to $platform-web in v2
1681
1629
  */
1682
1630
  minBlockSize?: SizeTokens | number
1683
1631
  /**
1684
1632
  * Web-only style property. Will be omitted on native.
1685
- * @deprecated Web-only style props will move to $platform-web in v2
1686
1633
  */
1687
1634
  maxBlockSize?: SizeTokens | number
1688
1635
  /**
1689
1636
  * Web-only style property. Will be omitted on native.
1690
- * @deprecated Web-only style props will move to $platform-web in v2
1691
1637
  */
1692
1638
  objectFit?: Properties['objectFit']
1693
1639
  /**
1694
1640
  * Web-only style property. Will be omitted on native.
1695
- * @deprecated Web-only style props will move to $platform-web in v2
1696
1641
  */
1697
1642
  verticalAlign?: Properties['verticalAlign']
1698
1643
  /**
1699
1644
  * Web-only style property. Will be omitted on native.
1700
- * @deprecated Web-only style props will move to $platform-web in v2
1701
1645
  */
1702
1646
  minInlineSize?: SizeTokens | number
1703
1647
  /**
1704
1648
  * Web-only style property. Will be omitted on native.
1705
- * @deprecated Web-only style props will move to $platform-web in v2
1706
1649
  */
1707
1650
  maxInlineSize?: SizeTokens | number
1708
1651
  /**
1709
1652
  * Web-only style property. Will be omitted on native.
1710
- * @deprecated Web-only style props will move to $platform-web in v2
1711
1653
  */
1712
1654
  borderInlineColor?: ColorTokens
1713
1655
  /**
1714
1656
  * Web-only style property. Will be omitted on native.
1715
- * @deprecated Web-only style props will move to $platform-web in v2
1716
1657
  */
1717
1658
  borderInlineStartColor?: ColorTokens
1718
1659
  /**
1719
1660
  * Web-only style property. Will be omitted on native.
1720
- * @deprecated Web-only style props will move to $platform-web in v2
1721
1661
  */
1722
1662
  borderInlineEndColor?: ColorTokens
1723
1663
 
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeManager.d.ts","sourceRoot":"","sources":["../../src/helpers/ThemeManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAEpE,KAAK,aAAa,GAAG,CACnB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,OAAO,GAAG,MAAM,KACrB,IAAI,CAAA;AAET,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAA;IAIrB,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB,CAAA;AAID,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,UAAU,WAEzD;AAID,qBAAa,YAAY;IAOd,KAAK,EAAE,UAAU;IAN1B,EAAE,SAAI;IACN,cAAc,qBAA2B;IACzC,aAAa,EAAE,YAAY,GAAG,IAAI,CAAO;IACzC,KAAK,EAAE,iBAAiB,CAAa;gBAG5B,KAAK,GAAE,UAAe,EAC7B,aAAa,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS;IA6B1D,oBAAoB,CAClB,KAAK,GAAE,UAAU,GAAG;QAAE,UAAU,CAAC,EAAE,WAAW,CAAA;KAAqB,EACnE,YAAY,UAAO;IAkBrB,UAAU;IAUV,WAAW,CAAC,SAAS,EAAE,iBAAiB,EAAE,YAAY,UAAO;IAgB7D,iBAAiB,CACf,KAAK,aAAa,EAClB,KAAK,GAAE,iBAAiB,GAAG,IAAiB,EAC5C,aAAa,sBAAqB;IAapC,oBAAoB,CAClB,SAAS,EAAE,iBAAiB,GAAG,IAAI,EACnC,KAAK,GAAE,iBAAiB,GAAG,IAAiB;IAQ9C,QAAQ,CAAC,KAAK,aAAa,EAAE,aAAa,sBAAqB;IAO/D,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAO;IACnC,IAAI,OAAO,gBAMV;IAED,MAAM,CAAC,MAAM,UAAQ;IAQrB,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B,UAAU;IAIV,aAAa,CAAC,EAAE,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI;CAiBzD;AA6KD,KAAK,iBAAiB,GAAG,YAAY,GAAG,SAAS,CAAA;AAKjD,wBAAgB,WAAW,CAAC,YAAY,CAAC,EAAE,YAAY,GAAG,IAAI,uDAY7D"}
1
+ {"version":3,"file":"ThemeManager.d.ts","sourceRoot":"","sources":["../../src/helpers/ThemeManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAEpE,KAAK,aAAa,GAAG,CACnB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,OAAO,GAAG,MAAM,KACrB,IAAI,CAAA;AAET,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAA;IAIrB,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB,CAAA;AAID,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,UAAU,WAEzD;AAID,qBAAa,YAAY;IAOd,KAAK,EAAE,UAAU;IAN1B,EAAE,SAAI;IACN,cAAc,qBAA2B;IACzC,aAAa,EAAE,YAAY,GAAG,IAAI,CAAO;IACzC,KAAK,EAAE,iBAAiB,CAAa;gBAG5B,KAAK,GAAE,UAAe,EAC7B,aAAa,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS;IA6B1D,oBAAoB,CAClB,KAAK,GAAE,UAAU,GAAG;QAAE,UAAU,CAAC,EAAE,WAAW,CAAA;KAAqB,EACnE,YAAY,UAAO;IAkBrB,UAAU;IAUV,WAAW,CAAC,SAAS,EAAE,iBAAiB,EAAE,YAAY,UAAO;IAgB7D,iBAAiB,CACf,KAAK,aAAa,EAClB,KAAK,GAAE,iBAAiB,GAAG,IAAiB,EAC5C,aAAa,sBAAqB;IAapC,oBAAoB,CAClB,SAAS,EAAE,iBAAiB,GAAG,IAAI,EACnC,KAAK,GAAE,iBAAiB,GAAG,IAAiB;IAQ9C,QAAQ,CAAC,KAAK,aAAa,EAAE,aAAa,sBAAqB;IAO/D,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAO;IACnC,IAAI,OAAO,gBAMV;IAED,MAAM,CAAC,MAAM,UAAQ;IAQrB,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B,UAAU;IAIV,aAAa,CAAC,EAAE,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI;CAiBzD;AA6LD,KAAK,iBAAiB,GAAG,YAAY,GAAG,SAAS,CAAA;AAKjD,wBAAgB,WAAW,CAAC,YAAY,CAAC,EAAE,YAAY,GAAG,IAAI,uDAY7D"}
package/types/types.d.ts CHANGED
@@ -831,302 +831,242 @@ interface ExtraStyleProps {
831
831
  transformOrigin?: PxOrPct | 'left' | 'center' | 'right' | 'top' | 'bottom' | TwoValueTransformOrigin | `${TwoValueTransformOrigin} ${Px}`;
832
832
  /**
833
833
  * Web-only style property. Will be omitted on native.
834
- * @deprecated Web-only style props will move to $platform-web in v2
835
834
  */
836
835
  filter?: Properties['filter'];
837
836
  /**
838
837
  * Web-only style property. Will be omitted on native.
839
- * @deprecated Web-only style props will move to $platform-web in v2
840
838
  */
841
839
  mixBlendMode?: Properties['mixBlendMode'];
842
840
  /**
843
841
  * Web-only style property. Will be omitted on native.
844
- * @deprecated Web-only style props will move to $platform-web in v2
845
842
  */
846
843
  backgroundImage?: Properties['backgroundImage'];
847
844
  /**
848
845
  * Web-only style property. Will be omitted on native.
849
- * @deprecated Web-only style props will move to $platform-web in v2
850
846
  */
851
847
  backgroundOrigin?: Properties['backgroundOrigin'];
852
848
  /**
853
849
  * Web-only style property. Will be omitted on native.
854
- * @deprecated Web-only style props will move to $platform-web in v2
855
850
  */
856
851
  backgroundPosition?: Properties['backgroundPosition'];
857
852
  /**
858
853
  * Web-only style property. Will be omitted on native.
859
- * @deprecated Web-only style props will move to $platform-web in v2
860
854
  */
861
855
  backgroundRepeat?: Properties['backgroundRepeat'];
862
856
  /**
863
857
  * Web-only style property. Will be omitted on native.
864
- * @deprecated Web-only style props will move to $platform-web in v2
865
858
  */
866
859
  backgroundSize?: Properties['backgroundSize'];
867
860
  /**
868
861
  * Web-only style property. Will be omitted on native.
869
- * @deprecated Web-only style props will move to $platform-web in v2
870
862
  */
871
863
  backgroundClip?: Properties['backgroundClip'];
872
864
  /**
873
865
  * Web-only style property. Will be omitted on native.
874
- * @deprecated Web-only style props will move to $platform-web in v2
875
866
  */
876
867
  backgroundBlendMode?: Properties['backgroundBlendMode'];
877
868
  /**
878
869
  * Web-only style property. Will be omitted on native.
879
- * @deprecated Web-only style props will move to $platform-web in v2
880
870
  */
881
871
  backgroundAttachment?: Properties['backgroundAttachment'];
882
872
  /**
883
873
  * Web-only style property. Will be omitted on native.
884
- * @deprecated Web-only style props will move to $platform-web in v2
885
874
  */
886
875
  background?: Properties['background'];
887
876
  /**
888
877
  * Web-only style property. Will be omitted on native.
889
- * @deprecated Web-only style props will move to $platform-web in v2
890
878
  */
891
879
  clipPath?: Properties['clipPath'];
892
880
  /**
893
881
  * Web-only style property. Will be omitted on native.
894
- * @deprecated Web-only style props will move to $platform-web in v2
895
882
  */
896
883
  caretColor?: Properties['caretColor'];
897
884
  /**
898
885
  * Web-only style property. Will be omitted on native.
899
- * @deprecated Web-only style props will move to $platform-web in v2
900
886
  */
901
887
  transformStyle?: Properties['transformStyle'];
902
888
  /**
903
889
  * Web-only style property. Will be omitted on native.
904
- * @deprecated Web-only style props will move to $platform-web in v2
905
890
  */
906
891
  mask?: Properties['mask'];
907
892
  /**
908
893
  * Web-only style property. Will be omitted on native.
909
- * @deprecated Web-only style props will move to $platform-web in v2
910
894
  */
911
895
  maskImage?: Properties['maskImage'];
912
896
  /**
913
897
  * Web-only style property. Will be omitted on native.
914
- * @deprecated Web-only style props will move to $platform-web in v2
915
898
  */
916
899
  textEmphasis?: Properties['textEmphasis'];
917
900
  /**
918
901
  * Web-only style property. Will be omitted on native.
919
- * @deprecated Web-only style props will move to $platform-web in v2
920
902
  */
921
903
  borderImage?: Properties['borderImage'];
922
904
  /**
923
905
  * Web-only style property. Will be omitted on native.
924
- * @deprecated Web-only style props will move to $platform-web in v2
925
906
  */
926
907
  float?: Properties['float'];
927
908
  /**
928
909
  * Web-only style property. Will be omitted on native.
929
- * @deprecated Web-only style props will move to $platform-web in v2
930
910
  */
931
911
  content?: Properties['content'];
932
912
  /**
933
913
  * Web-only style property. Will be omitted on native.
934
- * @deprecated Web-only style props will move to $platform-web in v2
935
914
  */
936
915
  overflowBlock?: Properties['overflowBlock'];
937
916
  /**
938
917
  * Web-only style property. Will be omitted on native.
939
- * @deprecated Web-only style props will move to $platform-web in v2
940
918
  */
941
919
  overflowInline?: Properties['overflowInline'];
942
920
  /**
943
921
  * Web-only style property. Will be omitted on native.
944
- * @deprecated Web-only style props will move to $platform-web in v2
945
922
  */
946
923
  maskBorder?: Properties['maskBorder'];
947
924
  /**
948
925
  * Web-only style property. Will be omitted on native.
949
- * @deprecated Web-only style props will move to $platform-web in v2
950
926
  */
951
927
  maskBorderMode?: Properties['maskBorderMode'];
952
928
  /**
953
929
  * Web-only style property. Will be omitted on native.
954
- * @deprecated Web-only style props will move to $platform-web in v2
955
930
  */
956
931
  maskBorderOutset?: Properties['maskBorderOutset'];
957
932
  /**
958
933
  * Web-only style property. Will be omitted on native.
959
- * @deprecated Web-only style props will move to $platform-web in v2
960
934
  */
961
935
  maskBorderRepeat?: Properties['maskBorderRepeat'];
962
936
  /**
963
937
  * Web-only style property. Will be omitted on native.
964
- * @deprecated Web-only style props will move to $platform-web in v2
965
938
  */
966
939
  maskBorderSlice?: Properties['maskBorderSlice'];
967
940
  /**
968
941
  * Web-only style property. Will be omitted on native.
969
- * @deprecated Web-only style props will move to $platform-web in v2
970
942
  */
971
943
  maskBorderSource?: Properties['maskBorderSource'];
972
944
  /**
973
945
  * Web-only style property. Will be omitted on native.
974
- * @deprecated Web-only style props will move to $platform-web in v2
975
946
  */
976
947
  maskBorderWidth?: Properties['maskBorderWidth'];
977
948
  /**
978
949
  * Web-only style property. Will be omitted on native.
979
- * @deprecated Web-only style props will move to $platform-web in v2
980
950
  */
981
951
  maskClip?: Properties['maskClip'];
982
952
  /**
983
953
  * Web-only style property. Will be omitted on native.
984
- * @deprecated Web-only style props will move to $platform-web in v2
985
954
  */
986
955
  maskComposite?: Properties['maskComposite'];
987
956
  /**
988
957
  * Web-only style property. Will be omitted on native.
989
- * @deprecated Web-only style props will move to $platform-web in v2
990
958
  */
991
959
  maskMode?: Properties['maskMode'];
992
960
  /**
993
961
  * Web-only style property. Will be omitted on native.
994
- * @deprecated Web-only style props will move to $platform-web in v2
995
962
  */
996
963
  maskOrigin?: Properties['maskOrigin'];
997
964
  /**
998
965
  * Web-only style property. Will be omitted on native.
999
- * @deprecated Web-only style props will move to $platform-web in v2
1000
966
  */
1001
967
  maskPosition?: Properties['maskPosition'];
1002
968
  /**
1003
969
  * Web-only style property. Will be omitted on native.
1004
- * @deprecated Web-only style props will move to $platform-web in v2
1005
970
  */
1006
971
  maskRepeat?: Properties['maskRepeat'];
1007
972
  /**
1008
973
  * Web-only style property. Will be omitted on native.
1009
- * @deprecated Web-only style props will move to $platform-web in v2
1010
974
  */
1011
975
  maskSize?: Properties['maskSize'];
1012
976
  /**
1013
977
  * Web-only style property. Will be omitted on native.
1014
- * @deprecated Web-only style props will move to $platform-web in v2
1015
978
  */
1016
979
  maskType?: Properties['maskType'];
1017
980
  /**
1018
981
  * Web-only style property. Will be omitted on native.
1019
- * @deprecated Web-only style props will move to $platform-web in v2
1020
982
  */
1021
983
  gridRow?: Properties['gridRow'];
1022
984
  /**
1023
985
  * Web-only style property. Will be omitted on native.
1024
- * @deprecated Web-only style props will move to $platform-web in v2
1025
986
  */
1026
987
  gridRowEnd?: Properties['gridRowEnd'];
1027
988
  /**
1028
989
  * Web-only style property. Will be omitted on native.
1029
- * @deprecated Web-only style props will move to $platform-web in v2
1030
990
  */
1031
991
  gridRowGap?: Properties['gridRowGap'];
1032
992
  /**
1033
993
  * Web-only style property. Will be omitted on native.
1034
- * @deprecated Web-only style props will move to $platform-web in v2
1035
994
  */
1036
995
  gridRowStart?: Properties['gridRowStart'];
1037
996
  /**
1038
997
  * Web-only style property. Will be omitted on native.
1039
- * @deprecated Web-only style props will move to $platform-web in v2
1040
998
  */
1041
999
  gridColumn?: Properties['gridColumn'];
1042
1000
  /**
1043
1001
  * Web-only style property. Will be omitted on native.
1044
- * @deprecated Web-only style props will move to $platform-web in v2
1045
1002
  */
1046
1003
  gridColumnEnd?: Properties['gridColumnEnd'];
1047
1004
  /**
1048
1005
  * Web-only style property. Will be omitted on native.
1049
- * @deprecated Web-only style props will move to $platform-web in v2
1050
1006
  */
1051
1007
  gridColumnGap?: Properties['gridColumnGap'];
1052
1008
  /**
1053
1009
  * Web-only style property. Will be omitted on native.
1054
- * @deprecated Web-only style props will move to $platform-web in v2
1055
1010
  */
1056
1011
  gridColumnStart?: Properties['gridColumnStart'];
1057
1012
  /**
1058
1013
  * Web-only style property. Will be omitted on native.
1059
- * @deprecated Web-only style props will move to $platform-web in v2
1060
1014
  */
1061
1015
  gridTemplateColumns?: Properties['gridTemplateColumns'];
1062
1016
  /**
1063
1017
  * Web-only style property. Will be omitted on native.
1064
- * @deprecated Web-only style props will move to $platform-web in v2
1065
1018
  */
1066
1019
  gridTemplateAreas?: Properties['gridTemplateAreas'];
1067
1020
  /**
1068
1021
  * Web-only style property. Will be omitted on native.
1069
- * @deprecated Web-only style props will move to $platform-web in v2
1070
1022
  */
1071
1023
  backdropFilter?: Properties['backdropFilter'];
1072
1024
  /**
1073
1025
  * Web-only style property. Will be omitted on native.
1074
- * @deprecated Web-only style props will move to $platform-web in v2
1075
1026
  */
1076
1027
  containerType?: Properties['containerType'];
1077
1028
  /**
1078
1029
  * Web-only style property. Will be omitted on native.
1079
- * @deprecated Web-only style props will move to $platform-web in v2
1080
1030
  */
1081
1031
  blockSize?: SizeTokens | number;
1082
1032
  /**
1083
1033
  * Web-only style property. Will be omitted on native.
1084
- * @deprecated Web-only style props will move to $platform-web in v2
1085
1034
  */
1086
1035
  inlineSize?: SizeTokens | number;
1087
1036
  /**
1088
1037
  * Web-only style property. Will be omitted on native.
1089
- * @deprecated Web-only style props will move to $platform-web in v2
1090
1038
  */
1091
1039
  minBlockSize?: SizeTokens | number;
1092
1040
  /**
1093
1041
  * Web-only style property. Will be omitted on native.
1094
- * @deprecated Web-only style props will move to $platform-web in v2
1095
1042
  */
1096
1043
  maxBlockSize?: SizeTokens | number;
1097
1044
  /**
1098
1045
  * Web-only style property. Will be omitted on native.
1099
- * @deprecated Web-only style props will move to $platform-web in v2
1100
1046
  */
1101
1047
  objectFit?: Properties['objectFit'];
1102
1048
  /**
1103
1049
  * Web-only style property. Will be omitted on native.
1104
- * @deprecated Web-only style props will move to $platform-web in v2
1105
1050
  */
1106
1051
  verticalAlign?: Properties['verticalAlign'];
1107
1052
  /**
1108
1053
  * Web-only style property. Will be omitted on native.
1109
- * @deprecated Web-only style props will move to $platform-web in v2
1110
1054
  */
1111
1055
  minInlineSize?: SizeTokens | number;
1112
1056
  /**
1113
1057
  * Web-only style property. Will be omitted on native.
1114
- * @deprecated Web-only style props will move to $platform-web in v2
1115
1058
  */
1116
1059
  maxInlineSize?: SizeTokens | number;
1117
1060
  /**
1118
1061
  * Web-only style property. Will be omitted on native.
1119
- * @deprecated Web-only style props will move to $platform-web in v2
1120
1062
  */
1121
1063
  borderInlineColor?: ColorTokens;
1122
1064
  /**
1123
1065
  * Web-only style property. Will be omitted on native.
1124
- * @deprecated Web-only style props will move to $platform-web in v2
1125
1066
  */
1126
1067
  borderInlineStartColor?: ColorTokens;
1127
1068
  /**
1128
1069
  * Web-only style property. Will be omitted on native.
1129
- * @deprecated Web-only style props will move to $platform-web in v2
1130
1070
  */
1131
1071
  borderInlineEndColor?: ColorTokens;
1132
1072
  borderBlockWidth?: SpaceTokens | number;