@thatch-health/slab-tokens 0.0.17 → 0.0.19

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.
Files changed (42) hide show
  1. package/dist/app-tokens-raw/color/danger.tokens.json +962 -61
  2. package/dist/app-tokens-raw/color/info.tokens.json +962 -61
  3. package/dist/app-tokens-raw/color/neutral-dark.tokens.json +962 -61
  4. package/dist/app-tokens-raw/color/neutral-inverted.tokens.json +962 -61
  5. package/dist/app-tokens-raw/color/neutral.tokens.json +962 -61
  6. package/dist/app-tokens-raw/color/success.tokens.json +962 -61
  7. package/dist/app-tokens-raw/color/warning.tokens.json +962 -61
  8. package/dist/app-tokens-raw/color-core/app - rebrand.tokens.json +9442 -4860
  9. package/dist/app-tokens-raw/color-core/default.tokens.json +9622 -5040
  10. package/dist/app-tokens-raw/color-primitives.tokens.json +18 -0
  11. package/dist/app-tokens-raw/spacing.tokens.json +16 -0
  12. package/dist/docs-tokens-raw/color/danger.tokens.json +962 -61
  13. package/dist/docs-tokens-raw/color/info.tokens.json +962 -61
  14. package/dist/docs-tokens-raw/color/neutral-dark.tokens.json +962 -61
  15. package/dist/docs-tokens-raw/color/neutral-inverted.tokens.json +962 -61
  16. package/dist/docs-tokens-raw/color/neutral.tokens.json +962 -61
  17. package/dist/docs-tokens-raw/color/success.tokens.json +962 -61
  18. package/dist/docs-tokens-raw/color/warning.tokens.json +962 -61
  19. package/dist/docs-tokens-raw/color-core/app - rebrand.tokens.json +9442 -4860
  20. package/dist/docs-tokens-raw/color-core/default.tokens.json +9622 -5040
  21. package/dist/docs-tokens-raw/color-core/marketing.tokens.json +9973 -5333
  22. package/dist/docs-tokens-raw/color-primitives.tokens.json +18 -0
  23. package/dist/docs-tokens-raw/spacing.tokens.json +16 -0
  24. package/dist/docs.css +1374 -84
  25. package/dist/index.css +1028 -60
  26. package/dist/index.d.mts +333 -25
  27. package/dist/index.d.mts.map +1 -1
  28. package/dist/index.mjs +17968 -9836
  29. package/dist/index.mjs.map +1 -1
  30. package/dist/marketing-tokens-raw/color/danger.tokens.json +984 -59
  31. package/dist/marketing-tokens-raw/color/info.tokens.json +982 -73
  32. package/dist/marketing-tokens-raw/color/neutral-dark.tokens.json +1136 -115
  33. package/dist/marketing-tokens-raw/color/neutral-inverted.tokens.json +1134 -113
  34. package/dist/marketing-tokens-raw/color/neutral.tokens.json +1000 -99
  35. package/dist/marketing-tokens-raw/color/success.tokens.json +982 -73
  36. package/dist/marketing-tokens-raw/color/warning.tokens.json +982 -73
  37. package/dist/marketing-tokens-raw/color-primitives.tokens.json +18 -0
  38. package/dist/marketing-tokens-raw/spacing.tokens.json +16 -0
  39. package/dist/marketing.css +348 -24
  40. package/dist/tailwind-plugin.cjs +88 -41
  41. package/dist/tailwind-v4-plugin.css +226 -36
  42. package/package.json +4 -4
@@ -1443,163 +1443,811 @@
1443
1443
  }
1444
1444
  }
1445
1445
  },
1446
+ "border": {
1447
+ "$type": "color",
1448
+ "$value": "{danger.form.default.primary.border}",
1449
+ "$extensions": {
1450
+ "com.figma.variableId": "VariableID:2008:81",
1451
+ "com.figma.scopes": [
1452
+ "STROKE"
1453
+ ],
1454
+ "com.figma.codeSyntax": {
1455
+ "WEB": "var(--slab-form-primary-border)"
1456
+ },
1457
+ "com.figma.aliasData": {
1458
+ "targetVariableId": "VariableID:e5258d57f904d4f4595ca4857c8bea8a5ace6934/-1:-1",
1459
+ "targetVariableName": "danger/form/default/primary/border",
1460
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1461
+ "targetVariableSetName": "Color - Core"
1462
+ }
1463
+ }
1464
+ },
1446
1465
  "icon": {
1447
1466
  "$type": "color",
1448
- "$value": "{danger.form.default.primary.icon}",
1467
+ "$value": "{danger.form.default.primary.icon}",
1468
+ "$extensions": {
1469
+ "com.figma.variableId": "VariableID:2008:80",
1470
+ "com.figma.scopes": [
1471
+ "FRAME_FILL",
1472
+ "SHAPE_FILL"
1473
+ ],
1474
+ "com.figma.codeSyntax": {
1475
+ "WEB": "var(--slab-form-primary-icon)"
1476
+ },
1477
+ "com.figma.aliasData": {
1478
+ "targetVariableId": "VariableID:b8ebb94657fc20ad8b664f913abba142d71de2e1/-1:-1",
1479
+ "targetVariableName": "danger/form/default/primary/icon",
1480
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1481
+ "targetVariableSetName": "Color - Core"
1482
+ }
1483
+ }
1484
+ },
1485
+ "ripple": {
1486
+ "$type": "color",
1487
+ "$value": "{danger.form.default.primary.ripple}",
1488
+ "$extensions": {
1489
+ "com.figma.variableId": "VariableID:2947:513",
1490
+ "com.figma.scopes": [
1491
+ "FRAME_FILL",
1492
+ "SHAPE_FILL"
1493
+ ],
1494
+ "com.figma.codeSyntax": {
1495
+ "WEB": "var(--slab-form-primary-ripple)"
1496
+ },
1497
+ "com.figma.aliasData": {
1498
+ "targetVariableId": "VariableID:abad6e9185977f6471103d1388bab1259f073c8a/-1:-1",
1499
+ "targetVariableName": "danger/form/default/primary/ripple",
1500
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1501
+ "targetVariableSetName": "Color - Core"
1502
+ }
1503
+ }
1504
+ },
1505
+ "card-bg": {
1506
+ "$type": "color",
1507
+ "$value": "{danger.form.default.primary.card-bg}",
1508
+ "$extensions": {
1509
+ "com.figma.variableId": "VariableID:3011:441",
1510
+ "com.figma.scopes": [
1511
+ "FRAME_FILL",
1512
+ "SHAPE_FILL"
1513
+ ],
1514
+ "com.figma.codeSyntax": {
1515
+ "WEB": "var(--slab-form-primary-card-bg)"
1516
+ },
1517
+ "com.figma.aliasData": {
1518
+ "targetVariableId": "VariableID:1c5b6a80fcc249dbf6df8d21cb65ef39bf11bc9f/-1:-1",
1519
+ "targetVariableName": "danger/form/default/primary/card-bg",
1520
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1521
+ "targetVariableSetName": "Color - Core"
1522
+ }
1523
+ }
1524
+ },
1525
+ "card-border": {
1526
+ "$type": "color",
1527
+ "$value": "{danger.form.default.primary.card-border}",
1528
+ "$extensions": {
1529
+ "com.figma.variableId": "VariableID:3011:437",
1530
+ "com.figma.scopes": [
1531
+ "STROKE"
1532
+ ],
1533
+ "com.figma.codeSyntax": {
1534
+ "WEB": "var(--slab-form-primary-card-border)"
1535
+ },
1536
+ "com.figma.aliasData": {
1537
+ "targetVariableId": "VariableID:c647c890ea87021f5592c50faf05e8b993466420/-1:-1",
1538
+ "targetVariableName": "danger/form/default/primary/card-border",
1539
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1540
+ "targetVariableSetName": "Color - Core"
1541
+ }
1542
+ }
1543
+ },
1544
+ "dropzone-bg": {
1545
+ "$type": "color",
1546
+ "$value": "{danger.form.default.primary.dropzone-bg}",
1547
+ "$extensions": {
1548
+ "com.figma.variableId": "VariableID:3011:445",
1549
+ "com.figma.scopes": [
1550
+ "FRAME_FILL",
1551
+ "SHAPE_FILL"
1552
+ ],
1553
+ "com.figma.codeSyntax": {
1554
+ "WEB": "var(--slab-form-primary-dropzone-bg)"
1555
+ },
1556
+ "com.figma.aliasData": {
1557
+ "targetVariableId": "VariableID:f7a1ddd9375e5aa53160a0a35e617035c8e4b9a4/-1:-1",
1558
+ "targetVariableName": "danger/form/default/primary/dropzone-bg",
1559
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1560
+ "targetVariableSetName": "Color - Core"
1561
+ }
1562
+ }
1563
+ },
1564
+ "dropzone-icon": {
1565
+ "$type": "color",
1566
+ "$value": "{danger.form.default.primary.dropzone-icon}",
1567
+ "$extensions": {
1568
+ "com.figma.variableId": "VariableID:3019:443",
1569
+ "com.figma.scopes": [
1570
+ "ALL_SCOPES"
1571
+ ],
1572
+ "com.figma.codeSyntax": {
1573
+ "WEB": "var(--slab-form-primary-dropzone-icon)"
1574
+ },
1575
+ "com.figma.aliasData": {
1576
+ "targetVariableId": "VariableID:ed73b9fb6f4ecc3e731050f4330a87c33a104c29/-1:-1",
1577
+ "targetVariableName": "danger/form/default/primary/dropzone-icon",
1578
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1579
+ "targetVariableSetName": "Color - Core"
1580
+ }
1581
+ }
1582
+ },
1583
+ "focus-border": {
1584
+ "$type": "color",
1585
+ "$value": "{danger.form.default.primary.focus-border}",
1586
+ "$extensions": {
1587
+ "com.figma.variableId": "VariableID:2041:32",
1588
+ "com.figma.scopes": [
1589
+ "STROKE",
1590
+ "EFFECT_COLOR"
1591
+ ],
1592
+ "com.figma.codeSyntax": {
1593
+ "WEB": "var(--slab-form-primary-focus-border)"
1594
+ },
1595
+ "com.figma.aliasData": {
1596
+ "targetVariableId": "VariableID:36e47f00dd1324a5262a7af31c21544b23de7c32/-1:-1",
1597
+ "targetVariableName": "danger/form/default/primary/focus-border",
1598
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1599
+ "targetVariableSetName": "Color - Core"
1600
+ }
1601
+ }
1602
+ },
1603
+ "handle-border": {
1604
+ "$type": "color",
1605
+ "$value": "{danger.form.default.primary.handle-border}",
1606
+ "$extensions": {
1607
+ "com.figma.variableId": "VariableID:3008:434",
1608
+ "com.figma.scopes": [
1609
+ "STROKE"
1610
+ ],
1611
+ "com.figma.codeSyntax": {
1612
+ "WEB": "var(--slab-form-primary-handle-border)"
1613
+ },
1614
+ "com.figma.aliasData": {
1615
+ "targetVariableId": "VariableID:50a0e75554ba09fdbbcf8da7700f10ffae73f4c2/-1:-1",
1616
+ "targetVariableName": "danger/form/default/primary/handle-border",
1617
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1618
+ "targetVariableSetName": "Color - Core"
1619
+ }
1620
+ }
1621
+ },
1622
+ "marker-bg": {
1623
+ "$type": "color",
1624
+ "$value": "{danger.form.default.primary.marker-bg}",
1625
+ "$extensions": {
1626
+ "com.figma.variableId": "VariableID:2951:374",
1627
+ "com.figma.scopes": [
1628
+ "FRAME_FILL",
1629
+ "SHAPE_FILL"
1630
+ ],
1631
+ "com.figma.codeSyntax": {
1632
+ "WEB": "var(--slab-form-primary-marker-bg)"
1633
+ },
1634
+ "com.figma.aliasData": {
1635
+ "targetVariableId": "VariableID:5f74466393e2823b62540db156545af38ae03739/-1:-1",
1636
+ "targetVariableName": "danger/form/default/primary/marker-bg",
1637
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1638
+ "targetVariableSetName": "Color - Core"
1639
+ }
1640
+ }
1641
+ },
1642
+ "marker-border": {
1643
+ "$type": "color",
1644
+ "$value": "{danger.form.default.primary.marker-border}",
1645
+ "$extensions": {
1646
+ "com.figma.variableId": "VariableID:3008:433",
1647
+ "com.figma.scopes": [
1648
+ "STROKE"
1649
+ ],
1650
+ "com.figma.codeSyntax": {
1651
+ "WEB": "var(--slab-form-primary-marker-border)"
1652
+ },
1653
+ "com.figma.aliasData": {
1654
+ "targetVariableId": "VariableID:ff7f793d7db469fbea383ce280a0a9dadb58e50f/-1:-1",
1655
+ "targetVariableName": "danger/form/default/primary/marker-border",
1656
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1657
+ "targetVariableSetName": "Color - Core"
1658
+ }
1659
+ }
1660
+ },
1661
+ "marker-icon": {
1662
+ "$type": "color",
1663
+ "$value": "{danger.form.default.primary.marker-icon}",
1664
+ "$extensions": {
1665
+ "com.figma.variableId": "VariableID:2952:379",
1666
+ "com.figma.scopes": [
1667
+ "SHAPE_FILL"
1668
+ ],
1669
+ "com.figma.codeSyntax": {
1670
+ "WEB": "var(--slab-form-primary-marker-icon)"
1671
+ },
1672
+ "com.figma.aliasData": {
1673
+ "targetVariableId": "VariableID:38b22bca3252c69c488bc3aba93f9c80d4f0b4c8/-1:-1",
1674
+ "targetVariableName": "danger/form/default/primary/marker-icon",
1675
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1676
+ "targetVariableSetName": "Color - Core"
1677
+ }
1678
+ }
1679
+ },
1680
+ "track-bg": {
1681
+ "$type": "color",
1682
+ "$value": "{danger.form.default.primary.track-bg}",
1683
+ "$extensions": {
1684
+ "com.figma.variableId": "VariableID:3004:806",
1685
+ "com.figma.scopes": [
1686
+ "FRAME_FILL",
1687
+ "SHAPE_FILL"
1688
+ ],
1689
+ "com.figma.codeSyntax": {
1690
+ "WEB": "var(--slab-form-primary-track-bg)"
1691
+ },
1692
+ "com.figma.aliasData": {
1693
+ "targetVariableId": "VariableID:14c5cb660c1280ab2fc86f119b050c026f845acd/-1:-1",
1694
+ "targetVariableName": "danger/form/default/primary/track-bg",
1695
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1696
+ "targetVariableSetName": "Color - Core"
1697
+ }
1698
+ }
1699
+ },
1700
+ "validation-text": {
1701
+ "$type": "color",
1702
+ "$value": "{danger.form.default.primary.validation-text}",
1703
+ "$extensions": {
1704
+ "com.figma.variableId": "VariableID:3238:490",
1705
+ "com.figma.scopes": [
1706
+ "TEXT_FILL"
1707
+ ],
1708
+ "com.figma.codeSyntax": {
1709
+ "WEB": "var(--slab-form-primary-validation-text)"
1710
+ },
1711
+ "com.figma.aliasData": {
1712
+ "targetVariableId": "VariableID:49b69da5caf0bb7fef4781fccf39998400f3bfa1/-1:-1",
1713
+ "targetVariableName": "danger/form/default/primary/validation-text",
1714
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1715
+ "targetVariableSetName": "Color - Core"
1716
+ }
1717
+ }
1718
+ },
1719
+ "validation-icon": {
1720
+ "$type": "color",
1721
+ "$value": "{danger.form.default.primary.validation-icon}",
1722
+ "$extensions": {
1723
+ "com.figma.variableId": "VariableID:3238:491",
1724
+ "com.figma.scopes": [
1725
+ "FRAME_FILL",
1726
+ "SHAPE_FILL"
1727
+ ],
1728
+ "com.figma.codeSyntax": {
1729
+ "WEB": "var(--slab-form-primary-validation-icon)"
1730
+ },
1731
+ "com.figma.aliasData": {
1732
+ "targetVariableId": "VariableID:c1a5c7675ca00494d9944b27ec35171b4bc17147/-1:-1",
1733
+ "targetVariableName": "danger/form/default/primary/validation-icon",
1734
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1735
+ "targetVariableSetName": "Color - Core"
1736
+ }
1737
+ }
1738
+ }
1739
+ },
1740
+ "secondary": {
1741
+ "text": {
1742
+ "$type": "color",
1743
+ "$value": "{danger.form.default.secondary.text}",
1744
+ "$extensions": {
1745
+ "com.figma.variableId": "VariableID:2008:82",
1746
+ "com.figma.scopes": [
1747
+ "TEXT_FILL"
1748
+ ],
1749
+ "com.figma.codeSyntax": {
1750
+ "WEB": "var(--slab-form-secondary-text)"
1751
+ },
1752
+ "com.figma.aliasData": {
1753
+ "targetVariableId": "VariableID:44061af9a850c85b8e624eb7ab5c4909c5311bd4/-1:-1",
1754
+ "targetVariableName": "danger/form/default/secondary/text",
1755
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1756
+ "targetVariableSetName": "Color - Core"
1757
+ }
1758
+ }
1759
+ },
1760
+ "handle-border": {
1761
+ "$type": "color",
1762
+ "$value": "{danger.form.default.secondary.handle-border}",
1763
+ "$extensions": {
1764
+ "com.figma.variableId": "VariableID:3098:602",
1765
+ "com.figma.scopes": [
1766
+ "STROKE"
1767
+ ],
1768
+ "com.figma.codeSyntax": {
1769
+ "WEB": "var(--slab-form-secondary-handle-border)"
1770
+ },
1771
+ "com.figma.aliasData": {
1772
+ "targetVariableId": "VariableID:501f30d0d6b6d1dee42dd6d40c7c3e6e26ae9fe4/-1:-1",
1773
+ "targetVariableName": "danger/form/default/secondary/handle-border",
1774
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1775
+ "targetVariableSetName": "Color - Core"
1776
+ }
1777
+ }
1778
+ },
1779
+ "track-bg": {
1780
+ "$type": "color",
1781
+ "$value": "{danger.form.default.secondary.track-bg}",
1782
+ "$extensions": {
1783
+ "com.figma.variableId": "VariableID:2941:475",
1784
+ "com.figma.scopes": [
1785
+ "FRAME_FILL",
1786
+ "SHAPE_FILL"
1787
+ ],
1788
+ "com.figma.codeSyntax": {
1789
+ "WEB": "var(--slab-form-secondary-track-bg)"
1790
+ },
1791
+ "com.figma.aliasData": {
1792
+ "targetVariableId": "VariableID:89390c96ec26e5fa1e8fd996a3e0435a9144c2a8/-1:-1",
1793
+ "targetVariableName": "danger/form/default/secondary/track-bg",
1794
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1795
+ "targetVariableSetName": "Color - Core"
1796
+ }
1797
+ }
1798
+ }
1799
+ }
1800
+ },
1801
+ "hover": {
1802
+ "primary": {
1803
+ "bg": {
1804
+ "$type": "color",
1805
+ "$value": "{danger.form.hover.primary.bg}",
1806
+ "$extensions": {
1807
+ "com.figma.variableId": "VariableID:2853:650",
1808
+ "com.figma.scopes": [
1809
+ "FRAME_FILL",
1810
+ "SHAPE_FILL"
1811
+ ],
1812
+ "com.figma.codeSyntax": {
1813
+ "WEB": "var(--slab-form-hover-primary-bg)"
1814
+ },
1815
+ "com.figma.aliasData": {
1816
+ "targetVariableId": "VariableID:f0a30cc59f715db08cdc7d7464162763be4ac58f/-1:-1",
1817
+ "targetVariableName": "danger/form/hover/primary/bg",
1818
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1819
+ "targetVariableSetName": "Color - Core"
1820
+ }
1821
+ }
1822
+ },
1823
+ "text": {
1824
+ "$type": "color",
1825
+ "$value": "{danger.form.hover.primary.text}",
1826
+ "$extensions": {
1827
+ "com.figma.variableId": "VariableID:2853:651",
1828
+ "com.figma.scopes": [
1829
+ "TEXT_FILL"
1830
+ ],
1831
+ "com.figma.codeSyntax": {
1832
+ "WEB": "var(--slab-form-hover-primary-text)"
1833
+ },
1834
+ "com.figma.aliasData": {
1835
+ "targetVariableId": "VariableID:898cf02096af9dae781c18af2599751a99a45ed2/-1:-1",
1836
+ "targetVariableName": "danger/form/hover/primary/text",
1837
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1838
+ "targetVariableSetName": "Color - Core"
1839
+ }
1840
+ }
1841
+ },
1842
+ "border": {
1843
+ "$type": "color",
1844
+ "$value": "{danger.form.hover.primary.border}",
1845
+ "$extensions": {
1846
+ "com.figma.variableId": "VariableID:2853:653",
1847
+ "com.figma.scopes": [
1848
+ "STROKE"
1849
+ ],
1850
+ "com.figma.codeSyntax": {
1851
+ "WEB": "var(--slab-form-hover-primary-border)"
1852
+ },
1853
+ "com.figma.aliasData": {
1854
+ "targetVariableId": "VariableID:1a72ab1b5b55e6a00fc6384e6ecb673f86ca75ad/-1:-1",
1855
+ "targetVariableName": "danger/form/hover/primary/border",
1856
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1857
+ "targetVariableSetName": "Color - Core"
1858
+ }
1859
+ }
1860
+ },
1861
+ "icon": {
1862
+ "$type": "color",
1863
+ "$value": "{danger.form.hover.primary.icon}",
1864
+ "$extensions": {
1865
+ "com.figma.variableId": "VariableID:2853:652",
1866
+ "com.figma.scopes": [
1867
+ "FRAME_FILL",
1868
+ "SHAPE_FILL"
1869
+ ],
1870
+ "com.figma.codeSyntax": {
1871
+ "WEB": "var(--slab-form-hover-primary-icon)"
1872
+ },
1873
+ "com.figma.aliasData": {
1874
+ "targetVariableId": "VariableID:ac1e01c1cc53c6265516d5e3ec5b3398d1ae0d30/-1:-1",
1875
+ "targetVariableName": "danger/form/hover/primary/icon",
1876
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1877
+ "targetVariableSetName": "Color - Core"
1878
+ }
1879
+ }
1880
+ },
1881
+ "ripple": {
1882
+ "$type": "color",
1883
+ "$value": "{danger.form.hover.primary.ripple}",
1884
+ "$extensions": {
1885
+ "com.figma.variableId": "VariableID:2947:517",
1886
+ "com.figma.scopes": [
1887
+ "ALL_SCOPES"
1888
+ ],
1889
+ "com.figma.codeSyntax": {
1890
+ "WEB": "var(--slab-form-hover-primary-ripple)"
1891
+ },
1892
+ "com.figma.aliasData": {
1893
+ "targetVariableId": "VariableID:e58a0645f6b861445a31cbd669953417bf33bb1e/-1:-1",
1894
+ "targetVariableName": "danger/form/hover/primary/ripple",
1895
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1896
+ "targetVariableSetName": "Color - Core"
1897
+ }
1898
+ }
1899
+ },
1900
+ "card-bg": {
1901
+ "$type": "color",
1902
+ "$value": "{danger.form.hover.primary.card-bg}",
1903
+ "$extensions": {
1904
+ "com.figma.variableId": "VariableID:3011:442",
1905
+ "com.figma.scopes": [
1906
+ "FRAME_FILL",
1907
+ "SHAPE_FILL"
1908
+ ],
1909
+ "com.figma.codeSyntax": {
1910
+ "WEB": "var(--slab-form-hover-primary-card-bg)"
1911
+ },
1912
+ "com.figma.aliasData": {
1913
+ "targetVariableId": "VariableID:0b12924d38bdcc202185e6ca5d2f08bd6bee7062/-1:-1",
1914
+ "targetVariableName": "danger/form/hover/primary/card-bg",
1915
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1916
+ "targetVariableSetName": "Color - Core"
1917
+ }
1918
+ }
1919
+ },
1920
+ "card-border": {
1921
+ "$type": "color",
1922
+ "$value": "{danger.form.hover.primary.card-border}",
1923
+ "$extensions": {
1924
+ "com.figma.variableId": "VariableID:3011:438",
1925
+ "com.figma.scopes": [
1926
+ "STROKE"
1927
+ ],
1928
+ "com.figma.codeSyntax": {
1929
+ "WEB": "var(--slab-form-hover-primary-card-border)"
1930
+ },
1931
+ "com.figma.aliasData": {
1932
+ "targetVariableId": "VariableID:c0339959778a4add37d365b6b3b94cb93c0a2f78/-1:-1",
1933
+ "targetVariableName": "danger/form/hover/primary/card-border",
1934
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1935
+ "targetVariableSetName": "Color - Core"
1936
+ }
1937
+ }
1938
+ },
1939
+ "dropzone-bg": {
1940
+ "$type": "color",
1941
+ "$value": "{danger.form.hover.primary.dropzone-bg}",
1942
+ "$extensions": {
1943
+ "com.figma.variableId": "VariableID:3011:446",
1944
+ "com.figma.scopes": [
1945
+ "FRAME_FILL",
1946
+ "SHAPE_FILL"
1947
+ ],
1948
+ "com.figma.codeSyntax": {
1949
+ "WEB": "var(--slab-form-hover-primary-dropzone-bg)"
1950
+ },
1951
+ "com.figma.aliasData": {
1952
+ "targetVariableId": "VariableID:fb7c0fd31c876aee44f1d7c5a22757cdd14f3b76/-1:-1",
1953
+ "targetVariableName": "danger/form/hover/primary/dropzone-bg",
1954
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1955
+ "targetVariableSetName": "Color - Core"
1956
+ }
1957
+ }
1958
+ },
1959
+ "dropzone-icon": {
1960
+ "$type": "color",
1961
+ "$value": "{danger.form.hover.primary.dropzone-icon}",
1962
+ "$extensions": {
1963
+ "com.figma.variableId": "VariableID:3019:444",
1964
+ "com.figma.scopes": [
1965
+ "ALL_SCOPES"
1966
+ ],
1967
+ "com.figma.codeSyntax": {
1968
+ "WEB": "var(--slab-form-hover-primary-dropzone-icon)"
1969
+ },
1970
+ "com.figma.aliasData": {
1971
+ "targetVariableId": "VariableID:55a99e972e2f48a84c5ddc293d25d3810d7edf92/-1:-1",
1972
+ "targetVariableName": "danger/form/hover/primary/dropzone-icon",
1973
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1974
+ "targetVariableSetName": "Color - Core"
1975
+ }
1976
+ }
1977
+ }
1978
+ },
1979
+ "secondary": {
1980
+ "text": {
1981
+ "$type": "color",
1982
+ "$value": "{danger.form.hover.secondary.text}",
1983
+ "$extensions": {
1984
+ "com.figma.variableId": "VariableID:2853:654",
1985
+ "com.figma.scopes": [
1986
+ "TEXT_FILL"
1987
+ ],
1988
+ "com.figma.codeSyntax": {
1989
+ "WEB": "var(--slab-form-hover-secondary-text)"
1990
+ },
1991
+ "com.figma.aliasData": {
1992
+ "targetVariableId": "VariableID:dd5c2263cac1c74cec7872b872a8477c72d660b4/-1:-1",
1993
+ "targetVariableName": "danger/form/hover/secondary/text",
1994
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1995
+ "targetVariableSetName": "Color - Core"
1996
+ }
1997
+ }
1998
+ }
1999
+ }
2000
+ },
2001
+ "disabled": {
2002
+ "primary": {
2003
+ "bg": {
2004
+ "$type": "color",
2005
+ "$value": "{danger.form.disabled.primary.bg}",
2006
+ "$extensions": {
2007
+ "com.figma.variableId": "VariableID:2008:83",
2008
+ "com.figma.scopes": [
2009
+ "FRAME_FILL",
2010
+ "SHAPE_FILL"
2011
+ ],
2012
+ "com.figma.codeSyntax": {
2013
+ "WEB": "var(--slab-form-disabled-primary-bg)"
2014
+ },
2015
+ "com.figma.aliasData": {
2016
+ "targetVariableId": "VariableID:c19c2e8e2397c2458b6a9bff028b2cbee49a153c/-1:-1",
2017
+ "targetVariableName": "danger/form/disabled/primary/bg",
2018
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2019
+ "targetVariableSetName": "Color - Core"
2020
+ }
2021
+ }
2022
+ },
2023
+ "text": {
2024
+ "$type": "color",
2025
+ "$value": "{danger.form.disabled.primary.text}",
2026
+ "$extensions": {
2027
+ "com.figma.variableId": "VariableID:2008:84",
2028
+ "com.figma.scopes": [
2029
+ "TEXT_FILL"
2030
+ ],
2031
+ "com.figma.codeSyntax": {
2032
+ "WEB": "var(--slab-form-disabled-primary-text)"
2033
+ },
2034
+ "com.figma.aliasData": {
2035
+ "targetVariableId": "VariableID:2c0b722fdae08051d605b31b3f720ceaa164e679/-1:-1",
2036
+ "targetVariableName": "danger/form/disabled/primary/text",
2037
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2038
+ "targetVariableSetName": "Color - Core"
2039
+ }
2040
+ }
2041
+ },
2042
+ "border": {
2043
+ "$type": "color",
2044
+ "$value": "{danger.form.disabled.primary.border}",
2045
+ "$extensions": {
2046
+ "com.figma.variableId": "VariableID:2008:86",
2047
+ "com.figma.scopes": [
2048
+ "STROKE"
2049
+ ],
2050
+ "com.figma.codeSyntax": {
2051
+ "WEB": "var(--slab-form-disabled-primary-border)"
2052
+ },
2053
+ "com.figma.aliasData": {
2054
+ "targetVariableId": "VariableID:cdfc64dff64b8385cb538d81fa4be4273d44401b/-1:-1",
2055
+ "targetVariableName": "danger/form/disabled/primary/border",
2056
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2057
+ "targetVariableSetName": "Color - Core"
2058
+ }
2059
+ }
2060
+ },
2061
+ "icon": {
2062
+ "$type": "color",
2063
+ "$value": "{danger.form.disabled.primary.icon}",
2064
+ "$extensions": {
2065
+ "com.figma.variableId": "VariableID:2008:85",
2066
+ "com.figma.scopes": [
2067
+ "FRAME_FILL",
2068
+ "SHAPE_FILL"
2069
+ ],
2070
+ "com.figma.codeSyntax": {
2071
+ "WEB": "var(--slab-form-disabled-primary-icon)"
2072
+ },
2073
+ "com.figma.aliasData": {
2074
+ "targetVariableId": "VariableID:71509f154eb0f1bc9a97a9762bf59ec873ecb217/-1:-1",
2075
+ "targetVariableName": "danger/form/disabled/primary/icon",
2076
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2077
+ "targetVariableSetName": "Color - Core"
2078
+ }
2079
+ }
2080
+ },
2081
+ "card-bg": {
2082
+ "$type": "color",
2083
+ "$value": "{danger.form.disabled.primary.card-bg}",
1449
2084
  "$extensions": {
1450
- "com.figma.variableId": "VariableID:2008:80",
2085
+ "com.figma.variableId": "VariableID:3011:443",
1451
2086
  "com.figma.scopes": [
1452
2087
  "FRAME_FILL",
1453
2088
  "SHAPE_FILL"
1454
2089
  ],
1455
2090
  "com.figma.codeSyntax": {
1456
- "WEB": "var(--slab-form-primary-icon)"
2091
+ "WEB": "var(--slab-form-disabled-primary-card-bg)"
1457
2092
  },
1458
2093
  "com.figma.aliasData": {
1459
- "targetVariableId": "VariableID:b8ebb94657fc20ad8b664f913abba142d71de2e1/-1:-1",
1460
- "targetVariableName": "danger/form/default/primary/icon",
2094
+ "targetVariableId": "VariableID:347762a392727fe79a53cb37bd0d51a0bdb11907/-1:-1",
2095
+ "targetVariableName": "danger/form/disabled/primary/card-bg",
1461
2096
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1462
2097
  "targetVariableSetName": "Color - Core"
1463
2098
  }
1464
2099
  }
1465
2100
  },
1466
- "border": {
2101
+ "card-border": {
1467
2102
  "$type": "color",
1468
- "$value": "{danger.form.default.primary.border}",
2103
+ "$value": "{danger.form.disabled.primary.card-border}",
1469
2104
  "$extensions": {
1470
- "com.figma.variableId": "VariableID:2008:81",
2105
+ "com.figma.variableId": "VariableID:3011:439",
1471
2106
  "com.figma.scopes": [
1472
2107
  "STROKE"
1473
2108
  ],
1474
2109
  "com.figma.codeSyntax": {
1475
- "WEB": "var(--slab-form-primary-border)"
2110
+ "WEB": "var(--slab-form-disabled-primary-card-border)"
1476
2111
  },
1477
2112
  "com.figma.aliasData": {
1478
- "targetVariableId": "VariableID:e5258d57f904d4f4595ca4857c8bea8a5ace6934/-1:-1",
1479
- "targetVariableName": "danger/form/default/primary/border",
2113
+ "targetVariableId": "VariableID:957b130e6b995c2cfd64179e04ebf5d4065e05c1/-1:-1",
2114
+ "targetVariableName": "danger/form/disabled/primary/card-border",
1480
2115
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1481
2116
  "targetVariableSetName": "Color - Core"
1482
2117
  }
1483
2118
  }
1484
2119
  },
1485
- "focus-border": {
2120
+ "dropzone-bg": {
1486
2121
  "$type": "color",
1487
- "$value": "{danger.form.default.primary.focus-border}",
2122
+ "$value": "{danger.form.disabled.primary.dropzone-bg}",
1488
2123
  "$extensions": {
1489
- "com.figma.variableId": "VariableID:2041:32",
2124
+ "com.figma.variableId": "VariableID:3011:447",
1490
2125
  "com.figma.scopes": [
1491
- "STROKE",
1492
- "EFFECT_COLOR"
2126
+ "FRAME_FILL",
2127
+ "SHAPE_FILL"
1493
2128
  ],
1494
2129
  "com.figma.codeSyntax": {
1495
- "WEB": "var(--slab-form-primary-focus-border)"
2130
+ "WEB": "var(--slab-form-disabled-primary-dropzone-bg)"
1496
2131
  },
1497
2132
  "com.figma.aliasData": {
1498
- "targetVariableId": "VariableID:36e47f00dd1324a5262a7af31c21544b23de7c32/-1:-1",
1499
- "targetVariableName": "danger/form/default/primary/focus-border",
2133
+ "targetVariableId": "VariableID:54ca8954286c5a23714026a586ee4ec693b2d1ce/-1:-1",
2134
+ "targetVariableName": "danger/form/disabled/primary/dropzone-bg",
1500
2135
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1501
2136
  "targetVariableSetName": "Color - Core"
1502
2137
  }
1503
2138
  }
1504
- }
1505
- },
1506
- "secondary": {
1507
- "text": {
2139
+ },
2140
+ "dropzone-icon": {
1508
2141
  "$type": "color",
1509
- "$value": "{danger.form.default.secondary.text}",
2142
+ "$value": "{danger.form.disabled.primary.dropzone-icon}",
1510
2143
  "$extensions": {
1511
- "com.figma.variableId": "VariableID:2008:82",
2144
+ "com.figma.variableId": "VariableID:3019:445",
1512
2145
  "com.figma.scopes": [
1513
- "TEXT_FILL"
2146
+ "ALL_SCOPES"
1514
2147
  ],
1515
2148
  "com.figma.codeSyntax": {
1516
- "WEB": "var(--slab-form-secondary-text)"
2149
+ "WEB": "var(--slab-form-disabled-primary-dropzone-icon)"
1517
2150
  },
1518
2151
  "com.figma.aliasData": {
1519
- "targetVariableId": "VariableID:44061af9a850c85b8e624eb7ab5c4909c5311bd4/-1:-1",
1520
- "targetVariableName": "danger/form/default/secondary/text",
2152
+ "targetVariableId": "VariableID:afd73b96032d4948fc1a78f9b62cdbd89f73c584/-1:-1",
2153
+ "targetVariableName": "danger/form/disabled/primary/dropzone-icon",
1521
2154
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1522
2155
  "targetVariableSetName": "Color - Core"
1523
2156
  }
1524
2157
  }
1525
- }
1526
- }
1527
- },
1528
- "disabled": {
1529
- "primary": {
1530
- "bg": {
2158
+ },
2159
+ "handle-border": {
1531
2160
  "$type": "color",
1532
- "$value": "{danger.form.disabled.primary.bg}",
2161
+ "$value": "{danger.form.disabled.primary.handle-border}",
1533
2162
  "$extensions": {
1534
- "com.figma.variableId": "VariableID:2008:83",
2163
+ "com.figma.variableId": "VariableID:3008:437",
2164
+ "com.figma.scopes": [
2165
+ "STROKE"
2166
+ ],
2167
+ "com.figma.codeSyntax": {
2168
+ "WEB": "var(--slab-form-disabled-primary-handle-border)"
2169
+ },
2170
+ "com.figma.aliasData": {
2171
+ "targetVariableId": "VariableID:dcd650f01839eb419bd18c89eb86780cfb01bd74/-1:-1",
2172
+ "targetVariableName": "danger/form/disabled/primary/handle-border",
2173
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2174
+ "targetVariableSetName": "Color - Core"
2175
+ }
2176
+ }
2177
+ },
2178
+ "marker-bg": {
2179
+ "$type": "color",
2180
+ "$value": "{danger.form.disabled.primary.marker-bg}",
2181
+ "$extensions": {
2182
+ "com.figma.variableId": "VariableID:2951:375",
1535
2183
  "com.figma.scopes": [
1536
2184
  "FRAME_FILL",
1537
2185
  "SHAPE_FILL"
1538
2186
  ],
1539
2187
  "com.figma.codeSyntax": {
1540
- "WEB": "var(--slab-form-disabled-primary-bg)"
2188
+ "WEB": "var(--slab-form-disabled-primary-marker-bg)"
1541
2189
  },
1542
2190
  "com.figma.aliasData": {
1543
- "targetVariableId": "VariableID:c19c2e8e2397c2458b6a9bff028b2cbee49a153c/-1:-1",
1544
- "targetVariableName": "danger/form/disabled/primary/bg",
2191
+ "targetVariableId": "VariableID:b28d02e16fb62d7ddb9e2f952dba82a452416d76/-1:-1",
2192
+ "targetVariableName": "danger/form/disabled/primary/marker-bg",
1545
2193
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1546
2194
  "targetVariableSetName": "Color - Core"
1547
2195
  }
1548
2196
  }
1549
2197
  },
1550
- "text": {
2198
+ "marker-border": {
1551
2199
  "$type": "color",
1552
- "$value": "{danger.form.disabled.primary.text}",
2200
+ "$value": "{danger.form.disabled.primary.marker-border}",
1553
2201
  "$extensions": {
1554
- "com.figma.variableId": "VariableID:2008:84",
2202
+ "com.figma.variableId": "VariableID:3098:615",
1555
2203
  "com.figma.scopes": [
1556
- "TEXT_FILL"
2204
+ "STROKE"
1557
2205
  ],
1558
2206
  "com.figma.codeSyntax": {
1559
- "WEB": "var(--slab-form-disabled-primary-text)"
2207
+ "WEB": "var(--slab-form-disabled-primary-marker-border)"
1560
2208
  },
1561
2209
  "com.figma.aliasData": {
1562
- "targetVariableId": "VariableID:2c0b722fdae08051d605b31b3f720ceaa164e679/-1:-1",
1563
- "targetVariableName": "danger/form/disabled/primary/text",
2210
+ "targetVariableId": "VariableID:43ef7a77a21f06ae462581cf2788972c80a4cafa/-1:-1",
2211
+ "targetVariableName": "danger/form/disabled/primary/marker-border",
1564
2212
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1565
2213
  "targetVariableSetName": "Color - Core"
1566
2214
  }
1567
2215
  }
1568
2216
  },
1569
- "icon": {
2217
+ "marker-icon": {
1570
2218
  "$type": "color",
1571
- "$value": "{danger.form.disabled.primary.icon}",
2219
+ "$value": "{danger.form.disabled.primary.marker-icon}",
1572
2220
  "$extensions": {
1573
- "com.figma.variableId": "VariableID:2008:85",
2221
+ "com.figma.variableId": "VariableID:2952:380",
1574
2222
  "com.figma.scopes": [
1575
- "FRAME_FILL",
1576
2223
  "SHAPE_FILL"
1577
2224
  ],
1578
2225
  "com.figma.codeSyntax": {
1579
- "WEB": "var(--slab-form-disabled-primary-icon)"
2226
+ "WEB": "var(--slab-form-disabled-primary-marker-icon)"
1580
2227
  },
1581
2228
  "com.figma.aliasData": {
1582
- "targetVariableId": "VariableID:71509f154eb0f1bc9a97a9762bf59ec873ecb217/-1:-1",
1583
- "targetVariableName": "danger/form/disabled/primary/icon",
2229
+ "targetVariableId": "VariableID:3ed348bbf30e0bebdf4d9e14acf232853d0df2d1/-1:-1",
2230
+ "targetVariableName": "danger/form/disabled/primary/marker-icon",
1584
2231
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1585
2232
  "targetVariableSetName": "Color - Core"
1586
2233
  }
1587
2234
  }
1588
2235
  },
1589
- "border": {
2236
+ "track-bg": {
1590
2237
  "$type": "color",
1591
- "$value": "{danger.form.disabled.primary.border}",
2238
+ "$value": "{danger.form.disabled.primary.track-bg}",
1592
2239
  "$extensions": {
1593
- "com.figma.variableId": "VariableID:2008:86",
2240
+ "com.figma.variableId": "VariableID:3004:808",
1594
2241
  "com.figma.scopes": [
1595
- "STROKE"
2242
+ "FRAME_FILL",
2243
+ "SHAPE_FILL"
1596
2244
  ],
1597
2245
  "com.figma.codeSyntax": {
1598
- "WEB": "var(--slab-form-disabled-primary-border)"
2246
+ "WEB": "var(--slab-form-disabled-primary-track-bg)"
1599
2247
  },
1600
2248
  "com.figma.aliasData": {
1601
- "targetVariableId": "VariableID:cdfc64dff64b8385cb538d81fa4be4273d44401b/-1:-1",
1602
- "targetVariableName": "danger/form/disabled/primary/border",
2249
+ "targetVariableId": "VariableID:0b96fcd05507075bbb3f92d60c175e93866adfe6/-1:-1",
2250
+ "targetVariableName": "danger/form/disabled/primary/track-bg",
1603
2251
  "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
1604
2252
  "targetVariableSetName": "Color - Core"
1605
2253
  }
@@ -1625,6 +2273,45 @@
1625
2273
  "targetVariableSetName": "Color - Core"
1626
2274
  }
1627
2275
  }
2276
+ },
2277
+ "handle-border": {
2278
+ "$type": "color",
2279
+ "$value": "{danger.form.disabled.secondary.handle-border}",
2280
+ "$extensions": {
2281
+ "com.figma.variableId": "VariableID:3098:604",
2282
+ "com.figma.scopes": [
2283
+ "STROKE"
2284
+ ],
2285
+ "com.figma.codeSyntax": {
2286
+ "WEB": "var(--slab-form-disabled-secondary-handle-border)"
2287
+ },
2288
+ "com.figma.aliasData": {
2289
+ "targetVariableId": "VariableID:a2eeafffaafa03834788b5c07d944a6bdace4848/-1:-1",
2290
+ "targetVariableName": "danger/form/disabled/secondary/handle-border",
2291
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2292
+ "targetVariableSetName": "Color - Core"
2293
+ }
2294
+ }
2295
+ },
2296
+ "track-bg": {
2297
+ "$type": "color",
2298
+ "$value": "{danger.form.disabled.secondary.track-bg}",
2299
+ "$extensions": {
2300
+ "com.figma.variableId": "VariableID:2941:478",
2301
+ "com.figma.scopes": [
2302
+ "FRAME_FILL",
2303
+ "SHAPE_FILL"
2304
+ ],
2305
+ "com.figma.codeSyntax": {
2306
+ "WEB": "var(--slab-form-disabled-secondary-track-bg)"
2307
+ },
2308
+ "com.figma.aliasData": {
2309
+ "targetVariableId": "VariableID:7bd1471b4de0f698dcbe297f6b550513f9638ef3/-1:-1",
2310
+ "targetVariableName": "danger/form/disabled/secondary/track-bg",
2311
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2312
+ "targetVariableSetName": "Color - Core"
2313
+ }
2314
+ }
1628
2315
  }
1629
2316
  }
1630
2317
  },
@@ -1707,6 +2394,181 @@
1707
2394
  "targetVariableSetName": "Color - Core"
1708
2395
  }
1709
2396
  }
2397
+ },
2398
+ "card-bg": {
2399
+ "$type": "color",
2400
+ "$value": "{danger.form.active.primary.card-bg}",
2401
+ "$extensions": {
2402
+ "com.figma.variableId": "VariableID:3011:444",
2403
+ "com.figma.scopes": [
2404
+ "FRAME_FILL",
2405
+ "SHAPE_FILL"
2406
+ ],
2407
+ "com.figma.codeSyntax": {
2408
+ "WEB": "var(--slab-form-active-primary-card-bg)"
2409
+ },
2410
+ "com.figma.aliasData": {
2411
+ "targetVariableId": "VariableID:47c7f2d51e19019384a473092457674f8d550a5e/-1:-1",
2412
+ "targetVariableName": "danger/form/active/primary/card-bg",
2413
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2414
+ "targetVariableSetName": "Color - Core"
2415
+ }
2416
+ }
2417
+ },
2418
+ "card-border": {
2419
+ "$type": "color",
2420
+ "$value": "{danger.form.active.primary.card-border}",
2421
+ "$extensions": {
2422
+ "com.figma.variableId": "VariableID:3011:440",
2423
+ "com.figma.scopes": [
2424
+ "STROKE"
2425
+ ],
2426
+ "com.figma.codeSyntax": {
2427
+ "WEB": "var(--slab-form-active-primary-card-border)"
2428
+ },
2429
+ "com.figma.aliasData": {
2430
+ "targetVariableId": "VariableID:f2d9fb5aaa68ed515b78a4daab0e4da234c99812/-1:-1",
2431
+ "targetVariableName": "danger/form/active/primary/card-border",
2432
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2433
+ "targetVariableSetName": "Color - Core"
2434
+ }
2435
+ }
2436
+ },
2437
+ "dropzone-bg": {
2438
+ "$type": "color",
2439
+ "$value": "{danger.form.active.primary.dropzone-bg}",
2440
+ "$extensions": {
2441
+ "com.figma.variableId": "VariableID:3011:448",
2442
+ "com.figma.scopes": [
2443
+ "FRAME_FILL",
2444
+ "SHAPE_FILL"
2445
+ ],
2446
+ "com.figma.codeSyntax": {
2447
+ "WEB": "var(--slab-form-active-primary-dropzone-bg)"
2448
+ },
2449
+ "com.figma.aliasData": {
2450
+ "targetVariableId": "VariableID:83412fef3f45c05af4dba20455ab98c9a907101d/-1:-1",
2451
+ "targetVariableName": "danger/form/active/primary/dropzone-bg",
2452
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2453
+ "targetVariableSetName": "Color - Core"
2454
+ }
2455
+ }
2456
+ },
2457
+ "dropzone-icon": {
2458
+ "$type": "color",
2459
+ "$value": "{danger.form.active.primary.dropzone-icon}",
2460
+ "$extensions": {
2461
+ "com.figma.variableId": "VariableID:3019:446",
2462
+ "com.figma.scopes": [
2463
+ "ALL_SCOPES"
2464
+ ],
2465
+ "com.figma.codeSyntax": {
2466
+ "WEB": "var(--slab-form-active-primary-dropzone-icon)"
2467
+ },
2468
+ "com.figma.aliasData": {
2469
+ "targetVariableId": "VariableID:97f42c978165baa998e868fec2ed7dc22c772c3b/-1:-1",
2470
+ "targetVariableName": "danger/form/active/primary/dropzone-icon",
2471
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2472
+ "targetVariableSetName": "Color - Core"
2473
+ }
2474
+ }
2475
+ },
2476
+ "handle-border": {
2477
+ "$type": "color",
2478
+ "$value": "{danger.form.active.primary.handle-border}",
2479
+ "$extensions": {
2480
+ "com.figma.variableId": "VariableID:3008:435",
2481
+ "com.figma.scopes": [
2482
+ "STROKE"
2483
+ ],
2484
+ "com.figma.codeSyntax": {
2485
+ "WEB": "var(--slab-form-active-primary-handle-border)"
2486
+ },
2487
+ "com.figma.aliasData": {
2488
+ "targetVariableId": "VariableID:6cc7a1a7cafef8f675f2fa319e9969ae00f0baee/-1:-1",
2489
+ "targetVariableName": "danger/form/active/primary/handle-border",
2490
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2491
+ "targetVariableSetName": "Color - Core"
2492
+ }
2493
+ }
2494
+ },
2495
+ "marker-bg": {
2496
+ "$type": "color",
2497
+ "$value": "{danger.form.active.primary.marker-bg}",
2498
+ "$extensions": {
2499
+ "com.figma.variableId": "VariableID:2951:376",
2500
+ "com.figma.scopes": [
2501
+ "FRAME_FILL",
2502
+ "SHAPE_FILL"
2503
+ ],
2504
+ "com.figma.codeSyntax": {
2505
+ "WEB": "var(--slab-form-active-primary-marker-bg)"
2506
+ },
2507
+ "com.figma.aliasData": {
2508
+ "targetVariableId": "VariableID:15bbce6c7a606f530eda569d5ca942a720a0c5a8/-1:-1",
2509
+ "targetVariableName": "danger/form/active/primary/marker-bg",
2510
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2511
+ "targetVariableSetName": "Color - Core"
2512
+ }
2513
+ }
2514
+ },
2515
+ "marker-border": {
2516
+ "$type": "color",
2517
+ "$value": "{danger.form.active.primary.marker-border}",
2518
+ "$extensions": {
2519
+ "com.figma.variableId": "VariableID:3008:436",
2520
+ "com.figma.scopes": [
2521
+ "STROKE"
2522
+ ],
2523
+ "com.figma.codeSyntax": {
2524
+ "WEB": "var(--slab-form-active-primary-marker-border)"
2525
+ },
2526
+ "com.figma.aliasData": {
2527
+ "targetVariableId": "VariableID:34fd3ec9a4b3b0bfed794713e125dca4aa20538b/-1:-1",
2528
+ "targetVariableName": "danger/form/active/primary/marker-border",
2529
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2530
+ "targetVariableSetName": "Color - Core"
2531
+ }
2532
+ }
2533
+ },
2534
+ "marker-icon": {
2535
+ "$type": "color",
2536
+ "$value": "{danger.form.active.primary.marker-icon}",
2537
+ "$extensions": {
2538
+ "com.figma.variableId": "VariableID:2952:381",
2539
+ "com.figma.scopes": [
2540
+ "SHAPE_FILL"
2541
+ ],
2542
+ "com.figma.codeSyntax": {
2543
+ "WEB": "var(--slab-form-active-primary-marker-icon)"
2544
+ },
2545
+ "com.figma.aliasData": {
2546
+ "targetVariableId": "VariableID:e3353b2f1b96b4b35833a82e6af60e7bdc4f7c2b/-1:-1",
2547
+ "targetVariableName": "danger/form/active/primary/marker-icon",
2548
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2549
+ "targetVariableSetName": "Color - Core"
2550
+ }
2551
+ }
2552
+ },
2553
+ "track-bg": {
2554
+ "$type": "color",
2555
+ "$value": "{danger.form.active.primary.track-bg}",
2556
+ "$extensions": {
2557
+ "com.figma.variableId": "VariableID:3004:809",
2558
+ "com.figma.scopes": [
2559
+ "FRAME_FILL",
2560
+ "SHAPE_FILL"
2561
+ ],
2562
+ "com.figma.codeSyntax": {
2563
+ "WEB": "var(--slab-form-active-primary-track-bg)"
2564
+ },
2565
+ "com.figma.aliasData": {
2566
+ "targetVariableId": "VariableID:b1b77a653286c1b174986971d13eb98d0a0e034f/-1:-1",
2567
+ "targetVariableName": "danger/form/active/primary/track-bg",
2568
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2569
+ "targetVariableSetName": "Color - Core"
2570
+ }
2571
+ }
1710
2572
  }
1711
2573
  },
1712
2574
  "secondary": {
@@ -1728,6 +2590,45 @@
1728
2590
  "targetVariableSetName": "Color - Core"
1729
2591
  }
1730
2592
  }
2593
+ },
2594
+ "handle-border": {
2595
+ "$type": "color",
2596
+ "$value": "{danger.form.active.secondary.handle-border}",
2597
+ "$extensions": {
2598
+ "com.figma.variableId": "VariableID:3098:605",
2599
+ "com.figma.scopes": [
2600
+ "STROKE"
2601
+ ],
2602
+ "com.figma.codeSyntax": {
2603
+ "WEB": "var(--slab-form-active-secondary-handle-border)"
2604
+ },
2605
+ "com.figma.aliasData": {
2606
+ "targetVariableId": "VariableID:dc676922c9234913064730895a5bd80ea8186037/-1:-1",
2607
+ "targetVariableName": "danger/form/active/secondary/handle-border",
2608
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2609
+ "targetVariableSetName": "Color - Core"
2610
+ }
2611
+ }
2612
+ },
2613
+ "track-bg": {
2614
+ "$type": "color",
2615
+ "$value": "{danger.form.active.secondary.track-bg}",
2616
+ "$extensions": {
2617
+ "com.figma.variableId": "VariableID:2941:480",
2618
+ "com.figma.scopes": [
2619
+ "FRAME_FILL",
2620
+ "SHAPE_FILL"
2621
+ ],
2622
+ "com.figma.codeSyntax": {
2623
+ "WEB": "var(--slab-form-active-secondary-track-bg)"
2624
+ },
2625
+ "com.figma.aliasData": {
2626
+ "targetVariableId": "VariableID:30f952f517cbc5b1b75efedb501360f4bd33576b/-1:-1",
2627
+ "targetVariableName": "danger/form/active/secondary/track-bg",
2628
+ "targetVariableSetId": "VariableCollectionId:1ad7ed10fddca938951166bf98810d8cc405489f/-1:-1",
2629
+ "targetVariableSetName": "Color - Core"
2630
+ }
2631
+ }
1731
2632
  }
1732
2633
  }
1733
2634
  }