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