@mirohq/design-system-dropdown-menu 3.5.17 → 3.5.18

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 (2) hide show
  1. package/dist/types.d.ts +273 -0
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -121,6 +121,9 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
121
121
  "background-primary-subtle-pressed-hover"?: any;
122
122
  "background-primary-subtle-selected"?: any;
123
123
  "background-success"?: any;
124
+ "background-success-prominent"?: any;
125
+ "background-success-prominent-active"?: any;
126
+ "background-success-prominent-hover"?: any;
124
127
  "background-warning-prominent"?: any;
125
128
  "background-warning-subtle"?: any;
126
129
  "border-danger"?: any;
@@ -149,6 +152,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
149
152
  "border-primary-hover"?: any;
150
153
  "border-primary-inverted"?: any;
151
154
  "border-success"?: any;
155
+ "border-success-active"?: any;
156
+ "border-success-hover"?: any;
152
157
  "border-warning"?: any;
153
158
  "icon-danger"?: any;
154
159
  "icon-danger-active"?: any;
@@ -168,9 +173,12 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
168
173
  "icon-primary-inverted"?: any;
169
174
  "icon-primary-selected"?: any;
170
175
  "icon-success"?: any;
176
+ "icon-success-active"?: any;
177
+ "icon-success-hover"?: any;
171
178
  "icon-success-inverted"?: any;
172
179
  "icon-warning"?: any;
173
180
  "icon-warning-prominent"?: any;
181
+ "icon-warning-subtle"?: any;
174
182
  "text-danger"?: any;
175
183
  "text-danger-active"?: any;
176
184
  "text-danger-hover"?: any;
@@ -192,7 +200,11 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
192
200
  "text-primary-inverted-subtle"?: any;
193
201
  "text-primary-selected"?: any;
194
202
  "text-success"?: any;
203
+ "text-success-active"?: any;
204
+ "text-success-hover"?: any;
205
+ "text-success-inverted"?: any;
195
206
  "text-warning"?: any;
207
+ "text-warning-subtle"?: any;
196
208
  };
197
209
  'font-sizes': {
198
210
  readonly 150: "0.75rem";
@@ -235,6 +247,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
235
247
  };
236
248
  space: {
237
249
  readonly 0: "0px";
250
+ readonly 25: "2px";
238
251
  readonly 50: "4px";
239
252
  readonly 100: "8px";
240
253
  readonly 150: "12px";
@@ -630,6 +643,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
630
643
  "background-primary-subtle-pressed-hover"?: any;
631
644
  "background-primary-subtle-selected"?: any;
632
645
  "background-success"?: any;
646
+ "background-success-prominent"?: any;
647
+ "background-success-prominent-active"?: any;
648
+ "background-success-prominent-hover"?: any;
633
649
  "background-warning-prominent"?: any;
634
650
  "background-warning-subtle"?: any;
635
651
  "border-danger"?: any;
@@ -658,6 +674,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
658
674
  "border-primary-hover"?: any;
659
675
  "border-primary-inverted"?: any;
660
676
  "border-success"?: any;
677
+ "border-success-active"?: any;
678
+ "border-success-hover"?: any;
661
679
  "border-warning"?: any;
662
680
  "icon-danger"?: any;
663
681
  "icon-danger-active"?: any;
@@ -677,9 +695,12 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
677
695
  "icon-primary-inverted"?: any;
678
696
  "icon-primary-selected"?: any;
679
697
  "icon-success"?: any;
698
+ "icon-success-active"?: any;
699
+ "icon-success-hover"?: any;
680
700
  "icon-success-inverted"?: any;
681
701
  "icon-warning"?: any;
682
702
  "icon-warning-prominent"?: any;
703
+ "icon-warning-subtle"?: any;
683
704
  "text-danger"?: any;
684
705
  "text-danger-active"?: any;
685
706
  "text-danger-hover"?: any;
@@ -701,7 +722,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
701
722
  "text-primary-inverted-subtle"?: any;
702
723
  "text-primary-selected"?: any;
703
724
  "text-success"?: any;
725
+ "text-success-active"?: any;
726
+ "text-success-hover"?: any;
727
+ "text-success-inverted"?: any;
704
728
  "text-warning"?: any;
729
+ "text-warning-subtle"?: any;
705
730
  };
706
731
  'font-sizes': {
707
732
  readonly 150: "0.75rem";
@@ -744,6 +769,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
744
769
  };
745
770
  space: {
746
771
  readonly 0: "0px";
772
+ readonly 25: "2px";
747
773
  readonly 50: "4px";
748
774
  readonly 100: "8px";
749
775
  readonly 150: "12px";
@@ -1246,6 +1272,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
1246
1272
  "background-primary-subtle-pressed-hover"?: any;
1247
1273
  "background-primary-subtle-selected"?: any;
1248
1274
  "background-success"?: any;
1275
+ "background-success-prominent"?: any;
1276
+ "background-success-prominent-active"?: any;
1277
+ "background-success-prominent-hover"?: any;
1249
1278
  "background-warning-prominent"?: any;
1250
1279
  "background-warning-subtle"?: any;
1251
1280
  "border-danger"?: any;
@@ -1274,6 +1303,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
1274
1303
  "border-primary-hover"?: any;
1275
1304
  "border-primary-inverted"?: any;
1276
1305
  "border-success"?: any;
1306
+ "border-success-active"?: any;
1307
+ "border-success-hover"?: any;
1277
1308
  "border-warning"?: any;
1278
1309
  "icon-danger"?: any;
1279
1310
  "icon-danger-active"?: any;
@@ -1293,9 +1324,12 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
1293
1324
  "icon-primary-inverted"?: any;
1294
1325
  "icon-primary-selected"?: any;
1295
1326
  "icon-success"?: any;
1327
+ "icon-success-active"?: any;
1328
+ "icon-success-hover"?: any;
1296
1329
  "icon-success-inverted"?: any;
1297
1330
  "icon-warning"?: any;
1298
1331
  "icon-warning-prominent"?: any;
1332
+ "icon-warning-subtle"?: any;
1299
1333
  "text-danger"?: any;
1300
1334
  "text-danger-active"?: any;
1301
1335
  "text-danger-hover"?: any;
@@ -1317,7 +1351,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
1317
1351
  "text-primary-inverted-subtle"?: any;
1318
1352
  "text-primary-selected"?: any;
1319
1353
  "text-success"?: any;
1354
+ "text-success-active"?: any;
1355
+ "text-success-hover"?: any;
1356
+ "text-success-inverted"?: any;
1320
1357
  "text-warning"?: any;
1358
+ "text-warning-subtle"?: any;
1321
1359
  };
1322
1360
  'font-sizes': {
1323
1361
  readonly 150: "0.75rem";
@@ -1360,6 +1398,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
1360
1398
  };
1361
1399
  space: {
1362
1400
  readonly 0: "0px";
1401
+ readonly 25: "2px";
1363
1402
  readonly 50: "4px";
1364
1403
  readonly 100: "8px";
1365
1404
  readonly 150: "12px";
@@ -1745,6 +1784,9 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
1745
1784
  "background-primary-subtle-pressed-hover"?: any;
1746
1785
  "background-primary-subtle-selected"?: any;
1747
1786
  "background-success"?: any;
1787
+ "background-success-prominent"?: any;
1788
+ "background-success-prominent-active"?: any;
1789
+ "background-success-prominent-hover"?: any;
1748
1790
  "background-warning-prominent"?: any;
1749
1791
  "background-warning-subtle"?: any;
1750
1792
  "border-danger"?: any;
@@ -1773,6 +1815,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
1773
1815
  "border-primary-hover"?: any;
1774
1816
  "border-primary-inverted"?: any;
1775
1817
  "border-success"?: any;
1818
+ "border-success-active"?: any;
1819
+ "border-success-hover"?: any;
1776
1820
  "border-warning"?: any;
1777
1821
  "icon-danger"?: any;
1778
1822
  "icon-danger-active"?: any;
@@ -1792,9 +1836,12 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
1792
1836
  "icon-primary-inverted"?: any;
1793
1837
  "icon-primary-selected"?: any;
1794
1838
  "icon-success"?: any;
1839
+ "icon-success-active"?: any;
1840
+ "icon-success-hover"?: any;
1795
1841
  "icon-success-inverted"?: any;
1796
1842
  "icon-warning"?: any;
1797
1843
  "icon-warning-prominent"?: any;
1844
+ "icon-warning-subtle"?: any;
1798
1845
  "text-danger"?: any;
1799
1846
  "text-danger-active"?: any;
1800
1847
  "text-danger-hover"?: any;
@@ -1816,7 +1863,11 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
1816
1863
  "text-primary-inverted-subtle"?: any;
1817
1864
  "text-primary-selected"?: any;
1818
1865
  "text-success"?: any;
1866
+ "text-success-active"?: any;
1867
+ "text-success-hover"?: any;
1868
+ "text-success-inverted"?: any;
1819
1869
  "text-warning"?: any;
1870
+ "text-warning-subtle"?: any;
1820
1871
  };
1821
1872
  'font-sizes': {
1822
1873
  readonly 150: "0.75rem";
@@ -1859,6 +1910,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
1859
1910
  };
1860
1911
  space: {
1861
1912
  readonly 0: "0px";
1913
+ readonly 25: "2px";
1862
1914
  readonly 50: "4px";
1863
1915
  readonly 100: "8px";
1864
1916
  readonly 150: "12px";
@@ -2233,6 +2285,9 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2233
2285
  "background-primary-subtle-pressed-hover"?: any;
2234
2286
  "background-primary-subtle-selected"?: any;
2235
2287
  "background-success"?: any;
2288
+ "background-success-prominent"?: any;
2289
+ "background-success-prominent-active"?: any;
2290
+ "background-success-prominent-hover"?: any;
2236
2291
  "background-warning-prominent"?: any;
2237
2292
  "background-warning-subtle"?: any;
2238
2293
  "border-danger"?: any;
@@ -2261,6 +2316,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2261
2316
  "border-primary-hover"?: any;
2262
2317
  "border-primary-inverted"?: any;
2263
2318
  "border-success"?: any;
2319
+ "border-success-active"?: any;
2320
+ "border-success-hover"?: any;
2264
2321
  "border-warning"?: any;
2265
2322
  "icon-danger"?: any;
2266
2323
  "icon-danger-active"?: any;
@@ -2280,9 +2337,12 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2280
2337
  "icon-primary-inverted"?: any;
2281
2338
  "icon-primary-selected"?: any;
2282
2339
  "icon-success"?: any;
2340
+ "icon-success-active"?: any;
2341
+ "icon-success-hover"?: any;
2283
2342
  "icon-success-inverted"?: any;
2284
2343
  "icon-warning"?: any;
2285
2344
  "icon-warning-prominent"?: any;
2345
+ "icon-warning-subtle"?: any;
2286
2346
  "text-danger"?: any;
2287
2347
  "text-danger-active"?: any;
2288
2348
  "text-danger-hover"?: any;
@@ -2304,7 +2364,11 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2304
2364
  "text-primary-inverted-subtle"?: any;
2305
2365
  "text-primary-selected"?: any;
2306
2366
  "text-success"?: any;
2367
+ "text-success-active"?: any;
2368
+ "text-success-hover"?: any;
2369
+ "text-success-inverted"?: any;
2307
2370
  "text-warning"?: any;
2371
+ "text-warning-subtle"?: any;
2308
2372
  };
2309
2373
  'font-sizes': {
2310
2374
  readonly 150: "0.75rem";
@@ -2347,6 +2411,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2347
2411
  };
2348
2412
  space: {
2349
2413
  readonly 0: "0px";
2414
+ readonly 25: "2px";
2350
2415
  readonly 50: "4px";
2351
2416
  readonly 100: "8px";
2352
2417
  readonly 150: "12px";
@@ -2734,6 +2799,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2734
2799
  "background-primary-subtle-pressed-hover"?: any;
2735
2800
  "background-primary-subtle-selected"?: any;
2736
2801
  "background-success"?: any;
2802
+ "background-success-prominent"?: any;
2803
+ "background-success-prominent-active"?: any;
2804
+ "background-success-prominent-hover"?: any;
2737
2805
  "background-warning-prominent"?: any;
2738
2806
  "background-warning-subtle"?: any;
2739
2807
  "border-danger"?: any;
@@ -2762,6 +2830,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2762
2830
  "border-primary-hover"?: any;
2763
2831
  "border-primary-inverted"?: any;
2764
2832
  "border-success"?: any;
2833
+ "border-success-active"?: any;
2834
+ "border-success-hover"?: any;
2765
2835
  "border-warning"?: any;
2766
2836
  "icon-danger"?: any;
2767
2837
  "icon-danger-active"?: any;
@@ -2781,9 +2851,12 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2781
2851
  "icon-primary-inverted"?: any;
2782
2852
  "icon-primary-selected"?: any;
2783
2853
  "icon-success"?: any;
2854
+ "icon-success-active"?: any;
2855
+ "icon-success-hover"?: any;
2784
2856
  "icon-success-inverted"?: any;
2785
2857
  "icon-warning"?: any;
2786
2858
  "icon-warning-prominent"?: any;
2859
+ "icon-warning-subtle"?: any;
2787
2860
  "text-danger"?: any;
2788
2861
  "text-danger-active"?: any;
2789
2862
  "text-danger-hover"?: any;
@@ -2805,7 +2878,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2805
2878
  "text-primary-inverted-subtle"?: any;
2806
2879
  "text-primary-selected"?: any;
2807
2880
  "text-success"?: any;
2881
+ "text-success-active"?: any;
2882
+ "text-success-hover"?: any;
2883
+ "text-success-inverted"?: any;
2808
2884
  "text-warning"?: any;
2885
+ "text-warning-subtle"?: any;
2809
2886
  };
2810
2887
  'font-sizes': {
2811
2888
  readonly 150: "0.75rem";
@@ -2848,6 +2925,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2848
2925
  };
2849
2926
  space: {
2850
2927
  readonly 0: "0px";
2928
+ readonly 25: "2px";
2851
2929
  readonly 50: "4px";
2852
2930
  readonly 100: "8px";
2853
2931
  readonly 150: "12px";
@@ -3214,6 +3292,9 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
3214
3292
  "background-primary-subtle-pressed-hover"?: any;
3215
3293
  "background-primary-subtle-selected"?: any;
3216
3294
  "background-success"?: any;
3295
+ "background-success-prominent"?: any;
3296
+ "background-success-prominent-active"?: any;
3297
+ "background-success-prominent-hover"?: any;
3217
3298
  "background-warning-prominent"?: any;
3218
3299
  "background-warning-subtle"?: any;
3219
3300
  "border-danger"?: any;
@@ -3242,6 +3323,8 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
3242
3323
  "border-primary-hover"?: any;
3243
3324
  "border-primary-inverted"?: any;
3244
3325
  "border-success"?: any;
3326
+ "border-success-active"?: any;
3327
+ "border-success-hover"?: any;
3245
3328
  "border-warning"?: any;
3246
3329
  "icon-danger"?: any;
3247
3330
  "icon-danger-active"?: any;
@@ -3261,9 +3344,12 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
3261
3344
  "icon-primary-inverted"?: any;
3262
3345
  "icon-primary-selected"?: any;
3263
3346
  "icon-success"?: any;
3347
+ "icon-success-active"?: any;
3348
+ "icon-success-hover"?: any;
3264
3349
  "icon-success-inverted"?: any;
3265
3350
  "icon-warning"?: any;
3266
3351
  "icon-warning-prominent"?: any;
3352
+ "icon-warning-subtle"?: any;
3267
3353
  "text-danger"?: any;
3268
3354
  "text-danger-active"?: any;
3269
3355
  "text-danger-hover"?: any;
@@ -3285,7 +3371,11 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
3285
3371
  "text-primary-inverted-subtle"?: any;
3286
3372
  "text-primary-selected"?: any;
3287
3373
  "text-success"?: any;
3374
+ "text-success-active"?: any;
3375
+ "text-success-hover"?: any;
3376
+ "text-success-inverted"?: any;
3288
3377
  "text-warning"?: any;
3378
+ "text-warning-subtle"?: any;
3289
3379
  };
3290
3380
  'font-sizes': {
3291
3381
  readonly 150: "0.75rem";
@@ -3328,6 +3418,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
3328
3418
  };
3329
3419
  space: {
3330
3420
  readonly 0: "0px";
3421
+ readonly 25: "2px";
3331
3422
  readonly 50: "4px";
3332
3423
  readonly 100: "8px";
3333
3424
  readonly 150: "12px";
@@ -3723,6 +3814,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
3723
3814
  "background-primary-subtle-pressed-hover"?: any;
3724
3815
  "background-primary-subtle-selected"?: any;
3725
3816
  "background-success"?: any;
3817
+ "background-success-prominent"?: any;
3818
+ "background-success-prominent-active"?: any;
3819
+ "background-success-prominent-hover"?: any;
3726
3820
  "background-warning-prominent"?: any;
3727
3821
  "background-warning-subtle"?: any;
3728
3822
  "border-danger"?: any;
@@ -3751,6 +3845,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
3751
3845
  "border-primary-hover"?: any;
3752
3846
  "border-primary-inverted"?: any;
3753
3847
  "border-success"?: any;
3848
+ "border-success-active"?: any;
3849
+ "border-success-hover"?: any;
3754
3850
  "border-warning"?: any;
3755
3851
  "icon-danger"?: any;
3756
3852
  "icon-danger-active"?: any;
@@ -3770,9 +3866,12 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
3770
3866
  "icon-primary-inverted"?: any;
3771
3867
  "icon-primary-selected"?: any;
3772
3868
  "icon-success"?: any;
3869
+ "icon-success-active"?: any;
3870
+ "icon-success-hover"?: any;
3773
3871
  "icon-success-inverted"?: any;
3774
3872
  "icon-warning"?: any;
3775
3873
  "icon-warning-prominent"?: any;
3874
+ "icon-warning-subtle"?: any;
3776
3875
  "text-danger"?: any;
3777
3876
  "text-danger-active"?: any;
3778
3877
  "text-danger-hover"?: any;
@@ -3794,7 +3893,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
3794
3893
  "text-primary-inverted-subtle"?: any;
3795
3894
  "text-primary-selected"?: any;
3796
3895
  "text-success"?: any;
3896
+ "text-success-active"?: any;
3897
+ "text-success-hover"?: any;
3898
+ "text-success-inverted"?: any;
3797
3899
  "text-warning"?: any;
3900
+ "text-warning-subtle"?: any;
3798
3901
  };
3799
3902
  'font-sizes': {
3800
3903
  readonly 150: "0.75rem";
@@ -3837,6 +3940,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
3837
3940
  };
3838
3941
  space: {
3839
3942
  readonly 0: "0px";
3943
+ readonly 25: "2px";
3840
3944
  readonly 50: "4px";
3841
3945
  readonly 100: "8px";
3842
3946
  readonly 150: "12px";
@@ -4205,6 +4309,9 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4205
4309
  "background-primary-subtle-pressed-hover"?: any;
4206
4310
  "background-primary-subtle-selected"?: any;
4207
4311
  "background-success"?: any;
4312
+ "background-success-prominent"?: any;
4313
+ "background-success-prominent-active"?: any;
4314
+ "background-success-prominent-hover"?: any;
4208
4315
  "background-warning-prominent"?: any;
4209
4316
  "background-warning-subtle"?: any;
4210
4317
  "border-danger"?: any;
@@ -4233,6 +4340,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4233
4340
  "border-primary-hover"?: any;
4234
4341
  "border-primary-inverted"?: any;
4235
4342
  "border-success"?: any;
4343
+ "border-success-active"?: any;
4344
+ "border-success-hover"?: any;
4236
4345
  "border-warning"?: any;
4237
4346
  "icon-danger"?: any;
4238
4347
  "icon-danger-active"?: any;
@@ -4252,9 +4361,12 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4252
4361
  "icon-primary-inverted"?: any;
4253
4362
  "icon-primary-selected"?: any;
4254
4363
  "icon-success"?: any;
4364
+ "icon-success-active"?: any;
4365
+ "icon-success-hover"?: any;
4255
4366
  "icon-success-inverted"?: any;
4256
4367
  "icon-warning"?: any;
4257
4368
  "icon-warning-prominent"?: any;
4369
+ "icon-warning-subtle"?: any;
4258
4370
  "text-danger"?: any;
4259
4371
  "text-danger-active"?: any;
4260
4372
  "text-danger-hover"?: any;
@@ -4276,7 +4388,11 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4276
4388
  "text-primary-inverted-subtle"?: any;
4277
4389
  "text-primary-selected"?: any;
4278
4390
  "text-success"?: any;
4391
+ "text-success-active"?: any;
4392
+ "text-success-hover"?: any;
4393
+ "text-success-inverted"?: any;
4279
4394
  "text-warning"?: any;
4395
+ "text-warning-subtle"?: any;
4280
4396
  };
4281
4397
  'font-sizes': {
4282
4398
  readonly 150: "0.75rem";
@@ -4319,6 +4435,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4319
4435
  };
4320
4436
  space: {
4321
4437
  readonly 0: "0px";
4438
+ readonly 25: "2px";
4322
4439
  readonly 50: "4px";
4323
4440
  readonly 100: "8px";
4324
4441
  readonly 150: "12px";
@@ -4695,6 +4812,9 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4695
4812
  "background-primary-subtle-pressed-hover"?: any;
4696
4813
  "background-primary-subtle-selected"?: any;
4697
4814
  "background-success"?: any;
4815
+ "background-success-prominent"?: any;
4816
+ "background-success-prominent-active"?: any;
4817
+ "background-success-prominent-hover"?: any;
4698
4818
  "background-warning-prominent"?: any;
4699
4819
  "background-warning-subtle"?: any;
4700
4820
  "border-danger"?: any;
@@ -4723,6 +4843,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4723
4843
  "border-primary-hover"?: any;
4724
4844
  "border-primary-inverted"?: any;
4725
4845
  "border-success"?: any;
4846
+ "border-success-active"?: any;
4847
+ "border-success-hover"?: any;
4726
4848
  "border-warning"?: any;
4727
4849
  "icon-danger"?: any;
4728
4850
  "icon-danger-active"?: any;
@@ -4742,9 +4864,12 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4742
4864
  "icon-primary-inverted"?: any;
4743
4865
  "icon-primary-selected"?: any;
4744
4866
  "icon-success"?: any;
4867
+ "icon-success-active"?: any;
4868
+ "icon-success-hover"?: any;
4745
4869
  "icon-success-inverted"?: any;
4746
4870
  "icon-warning"?: any;
4747
4871
  "icon-warning-prominent"?: any;
4872
+ "icon-warning-subtle"?: any;
4748
4873
  "text-danger"?: any;
4749
4874
  "text-danger-active"?: any;
4750
4875
  "text-danger-hover"?: any;
@@ -4766,7 +4891,11 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4766
4891
  "text-primary-inverted-subtle"?: any;
4767
4892
  "text-primary-selected"?: any;
4768
4893
  "text-success"?: any;
4894
+ "text-success-active"?: any;
4895
+ "text-success-hover"?: any;
4896
+ "text-success-inverted"?: any;
4769
4897
  "text-warning"?: any;
4898
+ "text-warning-subtle"?: any;
4770
4899
  };
4771
4900
  'font-sizes': {
4772
4901
  readonly 150: "0.75rem";
@@ -4809,6 +4938,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4809
4938
  };
4810
4939
  space: {
4811
4940
  readonly 0: "0px";
4941
+ readonly 25: "2px";
4812
4942
  readonly 50: "4px";
4813
4943
  readonly 100: "8px";
4814
4944
  readonly 150: "12px";
@@ -5262,6 +5392,9 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5262
5392
  "background-primary-subtle-pressed-hover"?: any;
5263
5393
  "background-primary-subtle-selected"?: any;
5264
5394
  "background-success"?: any;
5395
+ "background-success-prominent"?: any;
5396
+ "background-success-prominent-active"?: any;
5397
+ "background-success-prominent-hover"?: any;
5265
5398
  "background-warning-prominent"?: any;
5266
5399
  "background-warning-subtle"?: any;
5267
5400
  "border-danger"?: any;
@@ -5290,6 +5423,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5290
5423
  "border-primary-hover"?: any;
5291
5424
  "border-primary-inverted"?: any;
5292
5425
  "border-success"?: any;
5426
+ "border-success-active"?: any;
5427
+ "border-success-hover"?: any;
5293
5428
  "border-warning"?: any;
5294
5429
  "icon-danger"?: any;
5295
5430
  "icon-danger-active"?: any;
@@ -5309,9 +5444,12 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5309
5444
  "icon-primary-inverted"?: any;
5310
5445
  "icon-primary-selected"?: any;
5311
5446
  "icon-success"?: any;
5447
+ "icon-success-active"?: any;
5448
+ "icon-success-hover"?: any;
5312
5449
  "icon-success-inverted"?: any;
5313
5450
  "icon-warning"?: any;
5314
5451
  "icon-warning-prominent"?: any;
5452
+ "icon-warning-subtle"?: any;
5315
5453
  "text-danger"?: any;
5316
5454
  "text-danger-active"?: any;
5317
5455
  "text-danger-hover"?: any;
@@ -5333,7 +5471,11 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5333
5471
  "text-primary-inverted-subtle"?: any;
5334
5472
  "text-primary-selected"?: any;
5335
5473
  "text-success"?: any;
5474
+ "text-success-active"?: any;
5475
+ "text-success-hover"?: any;
5476
+ "text-success-inverted"?: any;
5336
5477
  "text-warning"?: any;
5478
+ "text-warning-subtle"?: any;
5337
5479
  };
5338
5480
  'font-sizes': {
5339
5481
  readonly 150: "0.75rem";
@@ -5376,6 +5518,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5376
5518
  };
5377
5519
  space: {
5378
5520
  readonly 0: "0px";
5521
+ readonly 25: "2px";
5379
5522
  readonly 50: "4px";
5380
5523
  readonly 100: "8px";
5381
5524
  readonly 150: "12px";
@@ -5778,6 +5921,9 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
5778
5921
  "background-primary-subtle-pressed-hover"?: any;
5779
5922
  "background-primary-subtle-selected"?: any;
5780
5923
  "background-success"?: any;
5924
+ "background-success-prominent"?: any;
5925
+ "background-success-prominent-active"?: any;
5926
+ "background-success-prominent-hover"?: any;
5781
5927
  "background-warning-prominent"?: any;
5782
5928
  "background-warning-subtle"?: any;
5783
5929
  "border-danger"?: any;
@@ -5806,6 +5952,8 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
5806
5952
  "border-primary-hover"?: any;
5807
5953
  "border-primary-inverted"?: any;
5808
5954
  "border-success"?: any;
5955
+ "border-success-active"?: any;
5956
+ "border-success-hover"?: any;
5809
5957
  "border-warning"?: any;
5810
5958
  "icon-danger"?: any;
5811
5959
  "icon-danger-active"?: any;
@@ -5825,9 +5973,12 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
5825
5973
  "icon-primary-inverted"?: any;
5826
5974
  "icon-primary-selected"?: any;
5827
5975
  "icon-success"?: any;
5976
+ "icon-success-active"?: any;
5977
+ "icon-success-hover"?: any;
5828
5978
  "icon-success-inverted"?: any;
5829
5979
  "icon-warning"?: any;
5830
5980
  "icon-warning-prominent"?: any;
5981
+ "icon-warning-subtle"?: any;
5831
5982
  "text-danger"?: any;
5832
5983
  "text-danger-active"?: any;
5833
5984
  "text-danger-hover"?: any;
@@ -5849,7 +6000,11 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
5849
6000
  "text-primary-inverted-subtle"?: any;
5850
6001
  "text-primary-selected"?: any;
5851
6002
  "text-success"?: any;
6003
+ "text-success-active"?: any;
6004
+ "text-success-hover"?: any;
6005
+ "text-success-inverted"?: any;
5852
6006
  "text-warning"?: any;
6007
+ "text-warning-subtle"?: any;
5853
6008
  };
5854
6009
  'font-sizes': {
5855
6010
  readonly 150: "0.75rem";
@@ -5892,6 +6047,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
5892
6047
  };
5893
6048
  space: {
5894
6049
  readonly 0: "0px";
6050
+ readonly 25: "2px";
5895
6051
  readonly 50: "4px";
5896
6052
  readonly 100: "8px";
5897
6053
  readonly 150: "12px";
@@ -6257,6 +6413,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6257
6413
  "background-primary-subtle-pressed-hover"?: any;
6258
6414
  "background-primary-subtle-selected"?: any;
6259
6415
  "background-success"?: any;
6416
+ "background-success-prominent"?: any;
6417
+ "background-success-prominent-active"?: any;
6418
+ "background-success-prominent-hover"?: any;
6260
6419
  "background-warning-prominent"?: any;
6261
6420
  "background-warning-subtle"?: any;
6262
6421
  "border-danger"?: any;
@@ -6285,6 +6444,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6285
6444
  "border-primary-hover"?: any;
6286
6445
  "border-primary-inverted"?: any;
6287
6446
  "border-success"?: any;
6447
+ "border-success-active"?: any;
6448
+ "border-success-hover"?: any;
6288
6449
  "border-warning"?: any;
6289
6450
  "icon-danger"?: any;
6290
6451
  "icon-danger-active"?: any;
@@ -6304,9 +6465,12 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6304
6465
  "icon-primary-inverted"?: any;
6305
6466
  "icon-primary-selected"?: any;
6306
6467
  "icon-success"?: any;
6468
+ "icon-success-active"?: any;
6469
+ "icon-success-hover"?: any;
6307
6470
  "icon-success-inverted"?: any;
6308
6471
  "icon-warning"?: any;
6309
6472
  "icon-warning-prominent"?: any;
6473
+ "icon-warning-subtle"?: any;
6310
6474
  "text-danger"?: any;
6311
6475
  "text-danger-active"?: any;
6312
6476
  "text-danger-hover"?: any;
@@ -6328,7 +6492,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6328
6492
  "text-primary-inverted-subtle"?: any;
6329
6493
  "text-primary-selected"?: any;
6330
6494
  "text-success"?: any;
6495
+ "text-success-active"?: any;
6496
+ "text-success-hover"?: any;
6497
+ "text-success-inverted"?: any;
6331
6498
  "text-warning"?: any;
6499
+ "text-warning-subtle"?: any;
6332
6500
  };
6333
6501
  'font-sizes': {
6334
6502
  readonly 150: "0.75rem";
@@ -6371,6 +6539,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6371
6539
  };
6372
6540
  space: {
6373
6541
  readonly 0: "0px";
6542
+ readonly 25: "2px";
6374
6543
  readonly 50: "4px";
6375
6544
  readonly 100: "8px";
6376
6545
  readonly 150: "12px";
@@ -6730,6 +6899,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6730
6899
  "background-primary-subtle-pressed-hover"?: any;
6731
6900
  "background-primary-subtle-selected"?: any;
6732
6901
  "background-success"?: any;
6902
+ "background-success-prominent"?: any;
6903
+ "background-success-prominent-active"?: any;
6904
+ "background-success-prominent-hover"?: any;
6733
6905
  "background-warning-prominent"?: any;
6734
6906
  "background-warning-subtle"?: any;
6735
6907
  "border-danger"?: any;
@@ -6758,6 +6930,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6758
6930
  "border-primary-hover"?: any;
6759
6931
  "border-primary-inverted"?: any;
6760
6932
  "border-success"?: any;
6933
+ "border-success-active"?: any;
6934
+ "border-success-hover"?: any;
6761
6935
  "border-warning"?: any;
6762
6936
  "icon-danger"?: any;
6763
6937
  "icon-danger-active"?: any;
@@ -6777,9 +6951,12 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6777
6951
  "icon-primary-inverted"?: any;
6778
6952
  "icon-primary-selected"?: any;
6779
6953
  "icon-success"?: any;
6954
+ "icon-success-active"?: any;
6955
+ "icon-success-hover"?: any;
6780
6956
  "icon-success-inverted"?: any;
6781
6957
  "icon-warning"?: any;
6782
6958
  "icon-warning-prominent"?: any;
6959
+ "icon-warning-subtle"?: any;
6783
6960
  "text-danger"?: any;
6784
6961
  "text-danger-active"?: any;
6785
6962
  "text-danger-hover"?: any;
@@ -6801,7 +6978,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6801
6978
  "text-primary-inverted-subtle"?: any;
6802
6979
  "text-primary-selected"?: any;
6803
6980
  "text-success"?: any;
6981
+ "text-success-active"?: any;
6982
+ "text-success-hover"?: any;
6983
+ "text-success-inverted"?: any;
6804
6984
  "text-warning"?: any;
6985
+ "text-warning-subtle"?: any;
6805
6986
  };
6806
6987
  'font-sizes': {
6807
6988
  readonly 150: "0.75rem";
@@ -6844,6 +7025,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6844
7025
  };
6845
7026
  space: {
6846
7027
  readonly 0: "0px";
7028
+ readonly 25: "2px";
6847
7029
  readonly 50: "4px";
6848
7030
  readonly 100: "8px";
6849
7031
  readonly 150: "12px";
@@ -7207,6 +7389,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7207
7389
  "background-primary-subtle-pressed-hover"?: any;
7208
7390
  "background-primary-subtle-selected"?: any;
7209
7391
  "background-success"?: any;
7392
+ "background-success-prominent"?: any;
7393
+ "background-success-prominent-active"?: any;
7394
+ "background-success-prominent-hover"?: any;
7210
7395
  "background-warning-prominent"?: any;
7211
7396
  "background-warning-subtle"?: any;
7212
7397
  "border-danger"?: any;
@@ -7235,6 +7420,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7235
7420
  "border-primary-hover"?: any;
7236
7421
  "border-primary-inverted"?: any;
7237
7422
  "border-success"?: any;
7423
+ "border-success-active"?: any;
7424
+ "border-success-hover"?: any;
7238
7425
  "border-warning"?: any;
7239
7426
  "icon-danger"?: any;
7240
7427
  "icon-danger-active"?: any;
@@ -7254,9 +7441,12 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7254
7441
  "icon-primary-inverted"?: any;
7255
7442
  "icon-primary-selected"?: any;
7256
7443
  "icon-success"?: any;
7444
+ "icon-success-active"?: any;
7445
+ "icon-success-hover"?: any;
7257
7446
  "icon-success-inverted"?: any;
7258
7447
  "icon-warning"?: any;
7259
7448
  "icon-warning-prominent"?: any;
7449
+ "icon-warning-subtle"?: any;
7260
7450
  "text-danger"?: any;
7261
7451
  "text-danger-active"?: any;
7262
7452
  "text-danger-hover"?: any;
@@ -7278,7 +7468,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7278
7468
  "text-primary-inverted-subtle"?: any;
7279
7469
  "text-primary-selected"?: any;
7280
7470
  "text-success"?: any;
7471
+ "text-success-active"?: any;
7472
+ "text-success-hover"?: any;
7473
+ "text-success-inverted"?: any;
7281
7474
  "text-warning"?: any;
7475
+ "text-warning-subtle"?: any;
7282
7476
  };
7283
7477
  'font-sizes': {
7284
7478
  readonly 150: "0.75rem";
@@ -7321,6 +7515,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7321
7515
  };
7322
7516
  space: {
7323
7517
  readonly 0: "0px";
7518
+ readonly 25: "2px";
7324
7519
  readonly 50: "4px";
7325
7520
  readonly 100: "8px";
7326
7521
  readonly 150: "12px";
@@ -7690,6 +7885,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
7690
7885
  "background-primary-subtle-pressed-hover"?: any;
7691
7886
  "background-primary-subtle-selected"?: any;
7692
7887
  "background-success"?: any;
7888
+ "background-success-prominent"?: any;
7889
+ "background-success-prominent-active"?: any;
7890
+ "background-success-prominent-hover"?: any;
7693
7891
  "background-warning-prominent"?: any;
7694
7892
  "background-warning-subtle"?: any;
7695
7893
  "border-danger"?: any;
@@ -7718,6 +7916,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
7718
7916
  "border-primary-hover"?: any;
7719
7917
  "border-primary-inverted"?: any;
7720
7918
  "border-success"?: any;
7919
+ "border-success-active"?: any;
7920
+ "border-success-hover"?: any;
7721
7921
  "border-warning"?: any;
7722
7922
  "icon-danger"?: any;
7723
7923
  "icon-danger-active"?: any;
@@ -7737,9 +7937,12 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
7737
7937
  "icon-primary-inverted"?: any;
7738
7938
  "icon-primary-selected"?: any;
7739
7939
  "icon-success"?: any;
7940
+ "icon-success-active"?: any;
7941
+ "icon-success-hover"?: any;
7740
7942
  "icon-success-inverted"?: any;
7741
7943
  "icon-warning"?: any;
7742
7944
  "icon-warning-prominent"?: any;
7945
+ "icon-warning-subtle"?: any;
7743
7946
  "text-danger"?: any;
7744
7947
  "text-danger-active"?: any;
7745
7948
  "text-danger-hover"?: any;
@@ -7761,7 +7964,11 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
7761
7964
  "text-primary-inverted-subtle"?: any;
7762
7965
  "text-primary-selected"?: any;
7763
7966
  "text-success"?: any;
7967
+ "text-success-active"?: any;
7968
+ "text-success-hover"?: any;
7969
+ "text-success-inverted"?: any;
7764
7970
  "text-warning"?: any;
7971
+ "text-warning-subtle"?: any;
7765
7972
  };
7766
7973
  'font-sizes': {
7767
7974
  readonly 150: "0.75rem";
@@ -7804,6 +8011,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
7804
8011
  };
7805
8012
  space: {
7806
8013
  readonly 0: "0px";
8014
+ readonly 25: "2px";
7807
8015
  readonly 50: "4px";
7808
8016
  readonly 100: "8px";
7809
8017
  readonly 150: "12px";
@@ -8163,6 +8371,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8163
8371
  "background-primary-subtle-pressed-hover"?: any;
8164
8372
  "background-primary-subtle-selected"?: any;
8165
8373
  "background-success"?: any;
8374
+ "background-success-prominent"?: any;
8375
+ "background-success-prominent-active"?: any;
8376
+ "background-success-prominent-hover"?: any;
8166
8377
  "background-warning-prominent"?: any;
8167
8378
  "background-warning-subtle"?: any;
8168
8379
  "border-danger"?: any;
@@ -8191,6 +8402,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8191
8402
  "border-primary-hover"?: any;
8192
8403
  "border-primary-inverted"?: any;
8193
8404
  "border-success"?: any;
8405
+ "border-success-active"?: any;
8406
+ "border-success-hover"?: any;
8194
8407
  "border-warning"?: any;
8195
8408
  "icon-danger"?: any;
8196
8409
  "icon-danger-active"?: any;
@@ -8210,9 +8423,12 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8210
8423
  "icon-primary-inverted"?: any;
8211
8424
  "icon-primary-selected"?: any;
8212
8425
  "icon-success"?: any;
8426
+ "icon-success-active"?: any;
8427
+ "icon-success-hover"?: any;
8213
8428
  "icon-success-inverted"?: any;
8214
8429
  "icon-warning"?: any;
8215
8430
  "icon-warning-prominent"?: any;
8431
+ "icon-warning-subtle"?: any;
8216
8432
  "text-danger"?: any;
8217
8433
  "text-danger-active"?: any;
8218
8434
  "text-danger-hover"?: any;
@@ -8234,7 +8450,11 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8234
8450
  "text-primary-inverted-subtle"?: any;
8235
8451
  "text-primary-selected"?: any;
8236
8452
  "text-success"?: any;
8453
+ "text-success-active"?: any;
8454
+ "text-success-hover"?: any;
8455
+ "text-success-inverted"?: any;
8237
8456
  "text-warning"?: any;
8457
+ "text-warning-subtle"?: any;
8238
8458
  };
8239
8459
  'font-sizes': {
8240
8460
  readonly 150: "0.75rem";
@@ -8277,6 +8497,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8277
8497
  };
8278
8498
  space: {
8279
8499
  readonly 0: "0px";
8500
+ readonly 25: "2px";
8280
8501
  readonly 50: "4px";
8281
8502
  readonly 100: "8px";
8282
8503
  readonly 150: "12px";
@@ -8640,6 +8861,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8640
8861
  "background-primary-subtle-pressed-hover"?: any;
8641
8862
  "background-primary-subtle-selected"?: any;
8642
8863
  "background-success"?: any;
8864
+ "background-success-prominent"?: any;
8865
+ "background-success-prominent-active"?: any;
8866
+ "background-success-prominent-hover"?: any;
8643
8867
  "background-warning-prominent"?: any;
8644
8868
  "background-warning-subtle"?: any;
8645
8869
  "border-danger"?: any;
@@ -8668,6 +8892,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8668
8892
  "border-primary-hover"?: any;
8669
8893
  "border-primary-inverted"?: any;
8670
8894
  "border-success"?: any;
8895
+ "border-success-active"?: any;
8896
+ "border-success-hover"?: any;
8671
8897
  "border-warning"?: any;
8672
8898
  "icon-danger"?: any;
8673
8899
  "icon-danger-active"?: any;
@@ -8687,9 +8913,12 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8687
8913
  "icon-primary-inverted"?: any;
8688
8914
  "icon-primary-selected"?: any;
8689
8915
  "icon-success"?: any;
8916
+ "icon-success-active"?: any;
8917
+ "icon-success-hover"?: any;
8690
8918
  "icon-success-inverted"?: any;
8691
8919
  "icon-warning"?: any;
8692
8920
  "icon-warning-prominent"?: any;
8921
+ "icon-warning-subtle"?: any;
8693
8922
  "text-danger"?: any;
8694
8923
  "text-danger-active"?: any;
8695
8924
  "text-danger-hover"?: any;
@@ -8711,7 +8940,11 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8711
8940
  "text-primary-inverted-subtle"?: any;
8712
8941
  "text-primary-selected"?: any;
8713
8942
  "text-success"?: any;
8943
+ "text-success-active"?: any;
8944
+ "text-success-hover"?: any;
8945
+ "text-success-inverted"?: any;
8714
8946
  "text-warning"?: any;
8947
+ "text-warning-subtle"?: any;
8715
8948
  };
8716
8949
  'font-sizes': {
8717
8950
  readonly 150: "0.75rem";
@@ -8754,6 +8987,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8754
8987
  };
8755
8988
  space: {
8756
8989
  readonly 0: "0px";
8990
+ readonly 25: "2px";
8757
8991
  readonly 50: "4px";
8758
8992
  readonly 100: "8px";
8759
8993
  readonly 150: "12px";
@@ -9119,6 +9353,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9119
9353
  "background-primary-subtle-pressed-hover"?: any;
9120
9354
  "background-primary-subtle-selected"?: any;
9121
9355
  "background-success"?: any;
9356
+ "background-success-prominent"?: any;
9357
+ "background-success-prominent-active"?: any;
9358
+ "background-success-prominent-hover"?: any;
9122
9359
  "background-warning-prominent"?: any;
9123
9360
  "background-warning-subtle"?: any;
9124
9361
  "border-danger"?: any;
@@ -9147,6 +9384,8 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9147
9384
  "border-primary-hover"?: any;
9148
9385
  "border-primary-inverted"?: any;
9149
9386
  "border-success"?: any;
9387
+ "border-success-active"?: any;
9388
+ "border-success-hover"?: any;
9150
9389
  "border-warning"?: any;
9151
9390
  "icon-danger"?: any;
9152
9391
  "icon-danger-active"?: any;
@@ -9166,9 +9405,12 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9166
9405
  "icon-primary-inverted"?: any;
9167
9406
  "icon-primary-selected"?: any;
9168
9407
  "icon-success"?: any;
9408
+ "icon-success-active"?: any;
9409
+ "icon-success-hover"?: any;
9169
9410
  "icon-success-inverted"?: any;
9170
9411
  "icon-warning"?: any;
9171
9412
  "icon-warning-prominent"?: any;
9413
+ "icon-warning-subtle"?: any;
9172
9414
  "text-danger"?: any;
9173
9415
  "text-danger-active"?: any;
9174
9416
  "text-danger-hover"?: any;
@@ -9190,7 +9432,11 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9190
9432
  "text-primary-inverted-subtle"?: any;
9191
9433
  "text-primary-selected"?: any;
9192
9434
  "text-success"?: any;
9435
+ "text-success-active"?: any;
9436
+ "text-success-hover"?: any;
9437
+ "text-success-inverted"?: any;
9193
9438
  "text-warning"?: any;
9439
+ "text-warning-subtle"?: any;
9194
9440
  };
9195
9441
  'font-sizes': {
9196
9442
  readonly 150: "0.75rem";
@@ -9233,6 +9479,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9233
9479
  };
9234
9480
  space: {
9235
9481
  readonly 0: "0px";
9482
+ readonly 25: "2px";
9236
9483
  readonly 50: "4px";
9237
9484
  readonly 100: "8px";
9238
9485
  readonly 150: "12px";
@@ -9592,6 +9839,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9592
9839
  "background-primary-subtle-pressed-hover"?: any;
9593
9840
  "background-primary-subtle-selected"?: any;
9594
9841
  "background-success"?: any;
9842
+ "background-success-prominent"?: any;
9843
+ "background-success-prominent-active"?: any;
9844
+ "background-success-prominent-hover"?: any;
9595
9845
  "background-warning-prominent"?: any;
9596
9846
  "background-warning-subtle"?: any;
9597
9847
  "border-danger"?: any;
@@ -9620,6 +9870,8 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9620
9870
  "border-primary-hover"?: any;
9621
9871
  "border-primary-inverted"?: any;
9622
9872
  "border-success"?: any;
9873
+ "border-success-active"?: any;
9874
+ "border-success-hover"?: any;
9623
9875
  "border-warning"?: any;
9624
9876
  "icon-danger"?: any;
9625
9877
  "icon-danger-active"?: any;
@@ -9639,9 +9891,12 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9639
9891
  "icon-primary-inverted"?: any;
9640
9892
  "icon-primary-selected"?: any;
9641
9893
  "icon-success"?: any;
9894
+ "icon-success-active"?: any;
9895
+ "icon-success-hover"?: any;
9642
9896
  "icon-success-inverted"?: any;
9643
9897
  "icon-warning"?: any;
9644
9898
  "icon-warning-prominent"?: any;
9899
+ "icon-warning-subtle"?: any;
9645
9900
  "text-danger"?: any;
9646
9901
  "text-danger-active"?: any;
9647
9902
  "text-danger-hover"?: any;
@@ -9663,7 +9918,11 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9663
9918
  "text-primary-inverted-subtle"?: any;
9664
9919
  "text-primary-selected"?: any;
9665
9920
  "text-success"?: any;
9921
+ "text-success-active"?: any;
9922
+ "text-success-hover"?: any;
9923
+ "text-success-inverted"?: any;
9666
9924
  "text-warning"?: any;
9925
+ "text-warning-subtle"?: any;
9667
9926
  };
9668
9927
  'font-sizes': {
9669
9928
  readonly 150: "0.75rem";
@@ -9706,6 +9965,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9706
9965
  };
9707
9966
  space: {
9708
9967
  readonly 0: "0px";
9968
+ readonly 25: "2px";
9709
9969
  readonly 50: "4px";
9710
9970
  readonly 100: "8px";
9711
9971
  readonly 150: "12px";
@@ -10069,6 +10329,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10069
10329
  "background-primary-subtle-pressed-hover"?: any;
10070
10330
  "background-primary-subtle-selected"?: any;
10071
10331
  "background-success"?: any;
10332
+ "background-success-prominent"?: any;
10333
+ "background-success-prominent-active"?: any;
10334
+ "background-success-prominent-hover"?: any;
10072
10335
  "background-warning-prominent"?: any;
10073
10336
  "background-warning-subtle"?: any;
10074
10337
  "border-danger"?: any;
@@ -10097,6 +10360,8 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10097
10360
  "border-primary-hover"?: any;
10098
10361
  "border-primary-inverted"?: any;
10099
10362
  "border-success"?: any;
10363
+ "border-success-active"?: any;
10364
+ "border-success-hover"?: any;
10100
10365
  "border-warning"?: any;
10101
10366
  "icon-danger"?: any;
10102
10367
  "icon-danger-active"?: any;
@@ -10116,9 +10381,12 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10116
10381
  "icon-primary-inverted"?: any;
10117
10382
  "icon-primary-selected"?: any;
10118
10383
  "icon-success"?: any;
10384
+ "icon-success-active"?: any;
10385
+ "icon-success-hover"?: any;
10119
10386
  "icon-success-inverted"?: any;
10120
10387
  "icon-warning"?: any;
10121
10388
  "icon-warning-prominent"?: any;
10389
+ "icon-warning-subtle"?: any;
10122
10390
  "text-danger"?: any;
10123
10391
  "text-danger-active"?: any;
10124
10392
  "text-danger-hover"?: any;
@@ -10140,7 +10408,11 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10140
10408
  "text-primary-inverted-subtle"?: any;
10141
10409
  "text-primary-selected"?: any;
10142
10410
  "text-success"?: any;
10411
+ "text-success-active"?: any;
10412
+ "text-success-hover"?: any;
10413
+ "text-success-inverted"?: any;
10143
10414
  "text-warning"?: any;
10415
+ "text-warning-subtle"?: any;
10144
10416
  };
10145
10417
  'font-sizes': {
10146
10418
  readonly 150: "0.75rem";
@@ -10183,6 +10455,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10183
10455
  };
10184
10456
  space: {
10185
10457
  readonly 0: "0px";
10458
+ readonly 25: "2px";
10186
10459
  readonly 50: "4px";
10187
10460
  readonly 100: "8px";
10188
10461
  readonly 150: "12px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-dropdown-menu",
3
- "version": "3.5.17",
3
+ "version": "3.5.18",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,13 +29,13 @@
29
29
  "dependencies": {
30
30
  "@radix-ui/react-dropdown-menu": "^2.0.5",
31
31
  "@react-aria/utils": "^3.13.0",
32
- "@mirohq/design-system-base-icon": "^0.1.12",
33
- "@mirohq/design-system-base-switch": "^0.1.11",
34
32
  "@mirohq/design-system-primitive": "^1.1.1",
35
- "@mirohq/design-system-scroll-area": "^0.1.13",
36
- "@mirohq/design-system-stitches": "^2.3.13",
37
- "@mirohq/design-system-styles": "^1.1.10",
33
+ "@mirohq/design-system-base-icon": "^0.1.13",
34
+ "@mirohq/design-system-stitches": "^2.3.14",
35
+ "@mirohq/design-system-styles": "^1.1.11",
36
+ "@mirohq/design-system-scroll-area": "^0.1.14",
38
37
  "@mirohq/design-system-types": "^0.6.2",
38
+ "@mirohq/design-system-base-switch": "^0.1.12",
39
39
  "@mirohq/design-system-use-layout-effect": "^0.2.1",
40
40
  "@mirohq/design-system-utils": "^0.14.3"
41
41
  },