@mirohq/design-system-themes 1.3.11 → 1.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -36,7 +36,9 @@ const colors$3 = {
36
36
  "background-interactive-secondary-selected": "$blue-150",
37
37
  "background-interactive-selected": "$blue-500",
38
38
  "background-interactive-surface-hover": "$gray-100",
39
+ "background-interactive-surface-pressed": "$gray-150",
39
40
  "background-interactive-surface-secondary-hover": "$gray-150",
41
+ "background-interactive-surface-secondary-pressed": "$gray-200",
40
42
  "background-neutrals": "$white",
41
43
  "background-neutrals-active": "$gray-150",
42
44
  "background-neutrals-container": "$white",
@@ -208,7 +210,7 @@ const colors$3 = {
208
210
  "format-icon-timeline": "$moss-600",
209
211
  "input-background-alt-default": "$gray-100",
210
212
  "input-background-alt-focused": "$gray-100",
211
- "input-background-alt-hover": "$gray-100",
213
+ "input-background-alt-hover": "$gray-150",
212
214
  "input-background-default": "$white",
213
215
  "input-background-disabled": "$gray-150",
214
216
  "input-background-focused": "$white",
@@ -644,7 +646,9 @@ const colors$2 = {
644
646
  "background-interactive-secondary-selected": "$blue-700",
645
647
  "background-interactive-selected": "$blue-500",
646
648
  "background-interactive-surface-hover": "$gray-900",
649
+ "background-interactive-surface-pressed": "$gray-800",
647
650
  "background-interactive-surface-secondary-hover": "$gray-700",
651
+ "background-interactive-surface-secondary-pressed": "$gray-650",
648
652
  "background-neutrals": "$gray-950",
649
653
  "background-neutrals-active": "$gray-850",
650
654
  "background-neutrals-container": "$gray-850",
@@ -1252,7 +1256,9 @@ const colors$1 = {
1252
1256
  "background-interactive-secondary-selected": "$blue-150",
1253
1257
  "background-interactive-selected": "$blue-500",
1254
1258
  "background-interactive-surface-hover": "$cloud-100",
1259
+ "background-interactive-surface-pressed": "$cloud-150",
1255
1260
  "background-interactive-surface-secondary-hover": "$cloud-150",
1261
+ "background-interactive-surface-secondary-pressed": "$cloud-200",
1256
1262
  "background-neutrals": "$white",
1257
1263
  "background-neutrals-active": "$cloud-150",
1258
1264
  "background-neutrals-container": "$white",
@@ -1483,7 +1489,7 @@ const colors$1 = {
1483
1489
  "icon-on-interactive-danger": "$white",
1484
1490
  "icon-on-interactive-primary": "$white",
1485
1491
  "icon-on-interactive-secondary": "$cloud-900",
1486
- "icon-on-interactive-selected": "$blue-550",
1492
+ "icon-on-interactive-selected": "$cloud-900",
1487
1493
  "icon-neutrals": "$cloud-900",
1488
1494
  "icon-neutrals-disabled": "$cloud-300",
1489
1495
  "icon-neutrals-hover": "$cloud-950",
@@ -1543,7 +1549,7 @@ const colors$1 = {
1543
1549
  "text-on-interactive-danger": "$white",
1544
1550
  "text-on-interactive-primary": "$white",
1545
1551
  "text-on-interactive-secondary": "$cloud-900",
1546
- "text-on-interactive-selected": "$blue-550",
1552
+ "text-on-interactive-selected": "$cloud-900",
1547
1553
  "text-neutrals": "$cloud-900",
1548
1554
  "text-neutrals-active": "$cloud-950",
1549
1555
  "text-neutrals-disabled": "$cloud-300",
@@ -1860,7 +1866,9 @@ const colors = {
1860
1866
  "background-interactive-secondary-selected": "$blue-700",
1861
1867
  "background-interactive-selected": "$blue-500",
1862
1868
  "background-interactive-surface-hover": "$ink-750",
1869
+ "background-interactive-surface-pressed": "$ink-700",
1863
1870
  "background-interactive-surface-secondary-hover": "$ink-650",
1871
+ "background-interactive-surface-secondary-pressed": "$ink-600",
1864
1872
  "background-neutrals": "$ink-850",
1865
1873
  "background-neutrals-active": "$ink-800",
1866
1874
  "background-neutrals-container": "$ink-850",
@@ -2091,7 +2099,7 @@ const colors = {
2091
2099
  "icon-on-interactive-danger": "$white",
2092
2100
  "icon-on-interactive-primary": "$white",
2093
2101
  "icon-on-interactive-secondary": "$white",
2094
- "icon-on-interactive-selected": "$blue-400",
2102
+ "icon-on-interactive-selected": "$ink-50",
2095
2103
  "icon-neutrals": "$ink-50",
2096
2104
  "icon-neutrals-disabled": "$ink-450",
2097
2105
  "icon-neutrals-hover": "$ink-100",
@@ -2151,7 +2159,7 @@ const colors = {
2151
2159
  "text-on-interactive-danger": "$white",
2152
2160
  "text-on-interactive-primary": "$white",
2153
2161
  "text-on-interactive-secondary": "$white",
2154
- "text-on-interactive-selected": "$blue-200",
2162
+ "text-on-interactive-selected": "$ink-50",
2155
2163
  "text-neutrals": "$ink-100",
2156
2164
  "text-neutrals-active": "$ink-50",
2157
2165
  "text-neutrals-disabled": "$ink-400",
@@ -2462,71 +2470,83 @@ const shadows = {
2462
2470
  };
2463
2471
 
2464
2472
  const radii$3 = {
2465
- panel: "$150",
2466
- notification: "$100",
2473
+ "avatar-group": "$50",
2467
2474
  "avatar-people": "$round",
2468
2475
  "avatar-team": "$50",
2469
- "avatar-group": "$50",
2476
+ button: "$50",
2477
+ calendar: "$100",
2478
+ card: "$100",
2479
+ checkbox: "$50",
2470
2480
  dropdown: "$100",
2481
+ input: "$50",
2482
+ "list-item": "$50",
2483
+ notification: "$100",
2484
+ panel: "$150",
2485
+ popover: "$100",
2486
+ tag: "$50",
2471
2487
  toolbar: "$100",
2472
2488
  "toolbar-item": "$50",
2473
- input: "$50",
2474
- button: "$50",
2475
- popup: "$100",
2476
- tooltip: "$100",
2477
- checkbox: "$50",
2478
- "list-item": "$50"
2489
+ tooltip: "$100"
2479
2490
  };
2480
2491
 
2481
2492
  const radii$2 = {
2482
- panel: "$150",
2483
- notification: "$100",
2493
+ "avatar-group": "$50",
2484
2494
  "avatar-people": "$round",
2485
2495
  "avatar-team": "$50",
2486
- "avatar-group": "$50",
2496
+ button: "$50",
2497
+ calendar: "$100",
2498
+ card: "$100",
2499
+ checkbox: "$50",
2487
2500
  dropdown: "$100",
2501
+ input: "$50",
2502
+ "list-item": "$50",
2503
+ notification: "$100",
2504
+ panel: "$150",
2505
+ popover: "$100",
2506
+ tag: "$50",
2488
2507
  toolbar: "$100",
2489
2508
  "toolbar-item": "$50",
2490
- input: "$50",
2491
- button: "$50",
2492
- popup: "$100",
2493
- tooltip: "$100",
2494
- checkbox: "$50",
2495
- "list-item": "$50"
2509
+ tooltip: "$100"
2496
2510
  };
2497
2511
 
2498
2512
  const radii$1 = {
2499
- panel: "$150",
2500
- notification: "$100",
2513
+ "avatar-group": "$50",
2501
2514
  "avatar-people": "$round",
2502
2515
  "avatar-team": "$50",
2503
- "avatar-group": "$50",
2516
+ button: "$100",
2517
+ calendar: "$250",
2518
+ card: "$250",
2519
+ checkbox: "$75",
2504
2520
  dropdown: "$250",
2521
+ input: "$150",
2522
+ "list-item": "$150",
2523
+ notification: "$150",
2524
+ panel: "$150",
2525
+ popover: "$150",
2526
+ tag: "$round",
2505
2527
  toolbar: "$200",
2506
2528
  "toolbar-item": "$150",
2507
- input: "$150",
2508
- button: "$100",
2509
- popup: "$100",
2510
- tooltip: "$100",
2511
- checkbox: "$75",
2512
- "list-item": "$150"
2529
+ tooltip: "$100"
2513
2530
  };
2514
2531
 
2515
2532
  const radii = {
2516
- panel: "$150",
2517
- notification: "$100",
2533
+ "avatar-group": "$50",
2518
2534
  "avatar-people": "$round",
2519
2535
  "avatar-team": "$50",
2520
- "avatar-group": "$50",
2536
+ button: "$100",
2537
+ calendar: "$250",
2538
+ card: "$250",
2539
+ checkbox: "$75",
2521
2540
  dropdown: "$250",
2541
+ input: "$150",
2542
+ "list-item": "$150",
2543
+ notification: "$150",
2544
+ panel: "$150",
2545
+ popover: "$150",
2546
+ tag: "$round",
2522
2547
  toolbar: "$200",
2523
2548
  "toolbar-item": "$150",
2524
- input: "$150",
2525
- button: "$100",
2526
- popup: "$100",
2527
- tooltip: "$100",
2528
- checkbox: "$75",
2529
- "list-item": "$150"
2549
+ tooltip: "$100"
2530
2550
  };
2531
2551
 
2532
2552
  const light = Object.freeze({