@mirohq/design-system-dropdown-menu 3.2.2-changelog-1.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +55 -0
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -101,6 +101,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
101
101
|
readonly 'background-danger'?: any;
|
|
102
102
|
readonly 'background-danger-hover'?: any;
|
|
103
103
|
readonly 'background-success'?: any;
|
|
104
|
+
readonly 'background-warning-subtle'?: any;
|
|
105
|
+
readonly 'background-warning-prominent'?: any;
|
|
104
106
|
readonly 'text-neutrals-inverted'?: any;
|
|
105
107
|
readonly 'text-neutrals'?: any;
|
|
106
108
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -145,6 +147,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
145
147
|
readonly 'border-neutrals-disabled'?: any;
|
|
146
148
|
readonly 'border-neutrals-controls'?: any;
|
|
147
149
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
150
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
151
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
148
152
|
readonly 'border-primary'?: any;
|
|
149
153
|
readonly 'border-primary-hover'?: any;
|
|
150
154
|
readonly 'border-primary-active'?: any;
|
|
@@ -179,6 +183,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
179
183
|
readonly 50: "0 4px 16px #05003812";
|
|
180
184
|
readonly 100: "0 8px 32px #05003808";
|
|
181
185
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
186
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
182
187
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
183
188
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
184
189
|
};
|
|
@@ -537,6 +542,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
537
542
|
readonly 'background-danger'?: any;
|
|
538
543
|
readonly 'background-danger-hover'?: any;
|
|
539
544
|
readonly 'background-success'?: any;
|
|
545
|
+
readonly 'background-warning-subtle'?: any;
|
|
546
|
+
readonly 'background-warning-prominent'?: any;
|
|
540
547
|
readonly 'text-neutrals-inverted'?: any;
|
|
541
548
|
readonly 'text-neutrals'?: any;
|
|
542
549
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -581,6 +588,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
581
588
|
readonly 'border-neutrals-disabled'?: any;
|
|
582
589
|
readonly 'border-neutrals-controls'?: any;
|
|
583
590
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
591
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
592
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
584
593
|
readonly 'border-primary'?: any;
|
|
585
594
|
readonly 'border-primary-hover'?: any;
|
|
586
595
|
readonly 'border-primary-active'?: any;
|
|
@@ -615,6 +624,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
615
624
|
readonly 50: "0 4px 16px #05003812";
|
|
616
625
|
readonly 100: "0 8px 32px #05003808";
|
|
617
626
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
627
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
618
628
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
619
629
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
620
630
|
};
|
|
@@ -1060,6 +1070,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1060
1070
|
readonly 'background-danger'?: any;
|
|
1061
1071
|
readonly 'background-danger-hover'?: any;
|
|
1062
1072
|
readonly 'background-success'?: any;
|
|
1073
|
+
readonly 'background-warning-subtle'?: any;
|
|
1074
|
+
readonly 'background-warning-prominent'?: any;
|
|
1063
1075
|
readonly 'text-neutrals-inverted'?: any;
|
|
1064
1076
|
readonly 'text-neutrals'?: any;
|
|
1065
1077
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1104,6 +1116,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1104
1116
|
readonly 'border-neutrals-disabled'?: any;
|
|
1105
1117
|
readonly 'border-neutrals-controls'?: any;
|
|
1106
1118
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1119
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1120
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
1107
1121
|
readonly 'border-primary'?: any;
|
|
1108
1122
|
readonly 'border-primary-hover'?: any;
|
|
1109
1123
|
readonly 'border-primary-active'?: any;
|
|
@@ -1138,6 +1152,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1138
1152
|
readonly 50: "0 4px 16px #05003812";
|
|
1139
1153
|
readonly 100: "0 8px 32px #05003808";
|
|
1140
1154
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1155
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1141
1156
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1142
1157
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1143
1158
|
};
|
|
@@ -1493,6 +1508,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1493
1508
|
readonly 'background-danger'?: any;
|
|
1494
1509
|
readonly 'background-danger-hover'?: any;
|
|
1495
1510
|
readonly 'background-success'?: any;
|
|
1511
|
+
readonly 'background-warning-subtle'?: any;
|
|
1512
|
+
readonly 'background-warning-prominent'?: any;
|
|
1496
1513
|
readonly 'text-neutrals-inverted'?: any;
|
|
1497
1514
|
readonly 'text-neutrals'?: any;
|
|
1498
1515
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1537,6 +1554,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1537
1554
|
readonly 'border-neutrals-disabled'?: any;
|
|
1538
1555
|
readonly 'border-neutrals-controls'?: any;
|
|
1539
1556
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1557
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1558
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
1540
1559
|
readonly 'border-primary'?: any;
|
|
1541
1560
|
readonly 'border-primary-hover'?: any;
|
|
1542
1561
|
readonly 'border-primary-active'?: any;
|
|
@@ -1571,6 +1590,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1571
1590
|
readonly 50: "0 4px 16px #05003812";
|
|
1572
1591
|
readonly 100: "0 8px 32px #05003808";
|
|
1573
1592
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1593
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1574
1594
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1575
1595
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1576
1596
|
};
|
|
@@ -1917,6 +1937,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1917
1937
|
readonly 'background-danger'?: any;
|
|
1918
1938
|
readonly 'background-danger-hover'?: any;
|
|
1919
1939
|
readonly 'background-success'?: any;
|
|
1940
|
+
readonly 'background-warning-subtle'?: any;
|
|
1941
|
+
readonly 'background-warning-prominent'?: any;
|
|
1920
1942
|
readonly 'text-neutrals-inverted'?: any;
|
|
1921
1943
|
readonly 'text-neutrals'?: any;
|
|
1922
1944
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1961,6 +1983,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1961
1983
|
readonly 'border-neutrals-disabled'?: any;
|
|
1962
1984
|
readonly 'border-neutrals-controls'?: any;
|
|
1963
1985
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1986
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1987
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
1964
1988
|
readonly 'border-primary'?: any;
|
|
1965
1989
|
readonly 'border-primary-hover'?: any;
|
|
1966
1990
|
readonly 'border-primary-active'?: any;
|
|
@@ -1995,6 +2019,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1995
2019
|
readonly 50: "0 4px 16px #05003812";
|
|
1996
2020
|
readonly 100: "0 8px 32px #05003808";
|
|
1997
2021
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2022
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1998
2023
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1999
2024
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2000
2025
|
};
|
|
@@ -2349,6 +2374,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2349
2374
|
readonly 'background-danger'?: any;
|
|
2350
2375
|
readonly 'background-danger-hover'?: any;
|
|
2351
2376
|
readonly 'background-success'?: any;
|
|
2377
|
+
readonly 'background-warning-subtle'?: any;
|
|
2378
|
+
readonly 'background-warning-prominent'?: any;
|
|
2352
2379
|
readonly 'text-neutrals-inverted'?: any;
|
|
2353
2380
|
readonly 'text-neutrals'?: any;
|
|
2354
2381
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2393,6 +2420,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2393
2420
|
readonly 'border-neutrals-disabled'?: any;
|
|
2394
2421
|
readonly 'border-neutrals-controls'?: any;
|
|
2395
2422
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
2423
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
2424
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
2396
2425
|
readonly 'border-primary'?: any;
|
|
2397
2426
|
readonly 'border-primary-hover'?: any;
|
|
2398
2427
|
readonly 'border-primary-active'?: any;
|
|
@@ -2427,6 +2456,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2427
2456
|
readonly 50: "0 4px 16px #05003812";
|
|
2428
2457
|
readonly 100: "0 8px 32px #05003808";
|
|
2429
2458
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2459
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
2430
2460
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2431
2461
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2432
2462
|
};
|
|
@@ -2773,6 +2803,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
2773
2803
|
readonly 'background-danger'?: any;
|
|
2774
2804
|
readonly 'background-danger-hover'?: any;
|
|
2775
2805
|
readonly 'background-success'?: any;
|
|
2806
|
+
readonly 'background-warning-subtle'?: any;
|
|
2807
|
+
readonly 'background-warning-prominent'?: any;
|
|
2776
2808
|
readonly 'text-neutrals-inverted'?: any;
|
|
2777
2809
|
readonly 'text-neutrals'?: any;
|
|
2778
2810
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2817,6 +2849,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
2817
2849
|
readonly 'border-neutrals-disabled'?: any;
|
|
2818
2850
|
readonly 'border-neutrals-controls'?: any;
|
|
2819
2851
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
2852
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
2853
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
2820
2854
|
readonly 'border-primary'?: any;
|
|
2821
2855
|
readonly 'border-primary-hover'?: any;
|
|
2822
2856
|
readonly 'border-primary-active'?: any;
|
|
@@ -2851,6 +2885,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
2851
2885
|
readonly 50: "0 4px 16px #05003812";
|
|
2852
2886
|
readonly 100: "0 8px 32px #05003808";
|
|
2853
2887
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2888
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
2854
2889
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2855
2890
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2856
2891
|
};
|
|
@@ -3195,6 +3230,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3195
3230
|
readonly 'background-danger'?: any;
|
|
3196
3231
|
readonly 'background-danger-hover'?: any;
|
|
3197
3232
|
readonly 'background-success'?: any;
|
|
3233
|
+
readonly 'background-warning-subtle'?: any;
|
|
3234
|
+
readonly 'background-warning-prominent'?: any;
|
|
3198
3235
|
readonly 'text-neutrals-inverted'?: any;
|
|
3199
3236
|
readonly 'text-neutrals'?: any;
|
|
3200
3237
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3239,6 +3276,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3239
3276
|
readonly 'border-neutrals-disabled'?: any;
|
|
3240
3277
|
readonly 'border-neutrals-controls'?: any;
|
|
3241
3278
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
3279
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
3280
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
3242
3281
|
readonly 'border-primary'?: any;
|
|
3243
3282
|
readonly 'border-primary-hover'?: any;
|
|
3244
3283
|
readonly 'border-primary-active'?: any;
|
|
@@ -3273,6 +3312,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3273
3312
|
readonly 50: "0 4px 16px #05003812";
|
|
3274
3313
|
readonly 100: "0 8px 32px #05003808";
|
|
3275
3314
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3315
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
3276
3316
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3277
3317
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3278
3318
|
};
|
|
@@ -3621,6 +3661,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3621
3661
|
readonly 'background-danger'?: any;
|
|
3622
3662
|
readonly 'background-danger-hover'?: any;
|
|
3623
3663
|
readonly 'background-success'?: any;
|
|
3664
|
+
readonly 'background-warning-subtle'?: any;
|
|
3665
|
+
readonly 'background-warning-prominent'?: any;
|
|
3624
3666
|
readonly 'text-neutrals-inverted'?: any;
|
|
3625
3667
|
readonly 'text-neutrals'?: any;
|
|
3626
3668
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3665,6 +3707,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3665
3707
|
readonly 'border-neutrals-disabled'?: any;
|
|
3666
3708
|
readonly 'border-neutrals-controls'?: any;
|
|
3667
3709
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
3710
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
3711
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
3668
3712
|
readonly 'border-primary'?: any;
|
|
3669
3713
|
readonly 'border-primary-hover'?: any;
|
|
3670
3714
|
readonly 'border-primary-active'?: any;
|
|
@@ -3699,6 +3743,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3699
3743
|
readonly 50: "0 4px 16px #05003812";
|
|
3700
3744
|
readonly 100: "0 8px 32px #05003808";
|
|
3701
3745
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3746
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
3702
3747
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3703
3748
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3704
3749
|
};
|
|
@@ -4105,6 +4150,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4105
4150
|
readonly 'background-danger'?: any;
|
|
4106
4151
|
readonly 'background-danger-hover'?: any;
|
|
4107
4152
|
readonly 'background-success'?: any;
|
|
4153
|
+
readonly 'background-warning-subtle'?: any;
|
|
4154
|
+
readonly 'background-warning-prominent'?: any;
|
|
4108
4155
|
readonly 'text-neutrals-inverted'?: any;
|
|
4109
4156
|
readonly 'text-neutrals'?: any;
|
|
4110
4157
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -4149,6 +4196,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4149
4196
|
readonly 'border-neutrals-disabled'?: any;
|
|
4150
4197
|
readonly 'border-neutrals-controls'?: any;
|
|
4151
4198
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
4199
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
4200
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
4152
4201
|
readonly 'border-primary'?: any;
|
|
4153
4202
|
readonly 'border-primary-hover'?: any;
|
|
4154
4203
|
readonly 'border-primary-active'?: any;
|
|
@@ -4183,6 +4232,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4183
4232
|
readonly 50: "0 4px 16px #05003812";
|
|
4184
4233
|
readonly 100: "0 8px 32px #05003808";
|
|
4185
4234
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
4235
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
4186
4236
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
4187
4237
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
4188
4238
|
};
|
|
@@ -4553,6 +4603,8 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
4553
4603
|
readonly 'background-danger'?: any;
|
|
4554
4604
|
readonly 'background-danger-hover'?: any;
|
|
4555
4605
|
readonly 'background-success'?: any;
|
|
4606
|
+
readonly 'background-warning-subtle'?: any;
|
|
4607
|
+
readonly 'background-warning-prominent'?: any;
|
|
4556
4608
|
readonly 'text-neutrals-inverted'?: any;
|
|
4557
4609
|
readonly 'text-neutrals'?: any;
|
|
4558
4610
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -4597,6 +4649,8 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
4597
4649
|
readonly 'border-neutrals-disabled'?: any;
|
|
4598
4650
|
readonly 'border-neutrals-controls'?: any;
|
|
4599
4651
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
4652
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
4653
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
4600
4654
|
readonly 'border-primary'?: any;
|
|
4601
4655
|
readonly 'border-primary-hover'?: any;
|
|
4602
4656
|
readonly 'border-primary-active'?: any;
|
|
@@ -4631,6 +4685,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
4631
4685
|
readonly 50: "0 4px 16px #05003812";
|
|
4632
4686
|
readonly 100: "0 8px 32px #05003808";
|
|
4633
4687
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
4688
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
4634
4689
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
4635
4690
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
4636
4691
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-dropdown-menu",
|
|
3
|
-
"version": "3.2.2
|
|
3
|
+
"version": "3.2.2",
|
|
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": "^1.0.0",
|
|
31
31
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
32
|
-
"@mirohq/design-system-stitches": "^2.1.2
|
|
33
|
-
"@mirohq/design-system-styles": "^1.0.15
|
|
34
|
-
"@mirohq/design-system-switch": "^2.1.2
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.1.2",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.0.15",
|
|
34
|
+
"@mirohq/design-system-switch": "^2.1.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@mirohq/design-system-button": "^
|
|
38
|
-
"@mirohq/design-system-flex": "^2.1.3
|
|
37
|
+
"@mirohq/design-system-button": "^3.0.0",
|
|
38
|
+
"@mirohq/design-system-flex": "^2.1.3"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c ../../../rollup.config.js",
|