@mirohq/design-system-dropdown-menu 3.2.2-button.0 → 3.2.2-test-changelog.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 -33
- 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;
|
|
@@ -183,7 +181,6 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
183
181
|
readonly 50: "0 4px 16px #05003812";
|
|
184
182
|
readonly 100: "0 8px 32px #05003808";
|
|
185
183
|
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
184
|
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
185
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
189
186
|
};
|
|
@@ -542,8 +539,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
542
539
|
readonly 'background-danger'?: any;
|
|
543
540
|
readonly 'background-danger-hover'?: any;
|
|
544
541
|
readonly 'background-success'?: any;
|
|
545
|
-
readonly 'background-warning-subtle'?: any;
|
|
546
|
-
readonly 'background-warning-prominent'?: any;
|
|
547
542
|
readonly 'text-neutrals-inverted'?: any;
|
|
548
543
|
readonly 'text-neutrals'?: any;
|
|
549
544
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -624,7 +619,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
624
619
|
readonly 50: "0 4px 16px #05003812";
|
|
625
620
|
readonly 100: "0 8px 32px #05003808";
|
|
626
621
|
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
622
|
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
623
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
630
624
|
};
|
|
@@ -1070,8 +1064,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1070
1064
|
readonly 'background-danger'?: any;
|
|
1071
1065
|
readonly 'background-danger-hover'?: any;
|
|
1072
1066
|
readonly 'background-success'?: any;
|
|
1073
|
-
readonly 'background-warning-subtle'?: any;
|
|
1074
|
-
readonly 'background-warning-prominent'?: any;
|
|
1075
1067
|
readonly 'text-neutrals-inverted'?: any;
|
|
1076
1068
|
readonly 'text-neutrals'?: any;
|
|
1077
1069
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1152,7 +1144,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1152
1144
|
readonly 50: "0 4px 16px #05003812";
|
|
1153
1145
|
readonly 100: "0 8px 32px #05003808";
|
|
1154
1146
|
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
1147
|
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
1148
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1158
1149
|
};
|
|
@@ -1508,8 +1499,6 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1508
1499
|
readonly 'background-danger'?: any;
|
|
1509
1500
|
readonly 'background-danger-hover'?: any;
|
|
1510
1501
|
readonly 'background-success'?: any;
|
|
1511
|
-
readonly 'background-warning-subtle'?: any;
|
|
1512
|
-
readonly 'background-warning-prominent'?: any;
|
|
1513
1502
|
readonly 'text-neutrals-inverted'?: any;
|
|
1514
1503
|
readonly 'text-neutrals'?: any;
|
|
1515
1504
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1590,7 +1579,6 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1590
1579
|
readonly 50: "0 4px 16px #05003812";
|
|
1591
1580
|
readonly 100: "0 8px 32px #05003808";
|
|
1592
1581
|
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
1582
|
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
1583
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1596
1584
|
};
|
|
@@ -1937,8 +1925,6 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1937
1925
|
readonly 'background-danger'?: any;
|
|
1938
1926
|
readonly 'background-danger-hover'?: any;
|
|
1939
1927
|
readonly 'background-success'?: any;
|
|
1940
|
-
readonly 'background-warning-subtle'?: any;
|
|
1941
|
-
readonly 'background-warning-prominent'?: any;
|
|
1942
1928
|
readonly 'text-neutrals-inverted'?: any;
|
|
1943
1929
|
readonly 'text-neutrals'?: any;
|
|
1944
1930
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2019,7 +2005,6 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2019
2005
|
readonly 50: "0 4px 16px #05003812";
|
|
2020
2006
|
readonly 100: "0 8px 32px #05003808";
|
|
2021
2007
|
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
2008
|
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
2009
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2025
2010
|
};
|
|
@@ -2374,8 +2359,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2374
2359
|
readonly 'background-danger'?: any;
|
|
2375
2360
|
readonly 'background-danger-hover'?: any;
|
|
2376
2361
|
readonly 'background-success'?: any;
|
|
2377
|
-
readonly 'background-warning-subtle'?: any;
|
|
2378
|
-
readonly 'background-warning-prominent'?: any;
|
|
2379
2362
|
readonly 'text-neutrals-inverted'?: any;
|
|
2380
2363
|
readonly 'text-neutrals'?: any;
|
|
2381
2364
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2456,7 +2439,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2456
2439
|
readonly 50: "0 4px 16px #05003812";
|
|
2457
2440
|
readonly 100: "0 8px 32px #05003808";
|
|
2458
2441
|
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
2442
|
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
2443
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2462
2444
|
};
|
|
@@ -2803,8 +2785,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
2803
2785
|
readonly 'background-danger'?: any;
|
|
2804
2786
|
readonly 'background-danger-hover'?: any;
|
|
2805
2787
|
readonly 'background-success'?: any;
|
|
2806
|
-
readonly 'background-warning-subtle'?: any;
|
|
2807
|
-
readonly 'background-warning-prominent'?: any;
|
|
2808
2788
|
readonly 'text-neutrals-inverted'?: any;
|
|
2809
2789
|
readonly 'text-neutrals'?: any;
|
|
2810
2790
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2885,7 +2865,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
2885
2865
|
readonly 50: "0 4px 16px #05003812";
|
|
2886
2866
|
readonly 100: "0 8px 32px #05003808";
|
|
2887
2867
|
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
2868
|
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
2869
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2891
2870
|
};
|
|
@@ -3230,8 +3209,6 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3230
3209
|
readonly 'background-danger'?: any;
|
|
3231
3210
|
readonly 'background-danger-hover'?: any;
|
|
3232
3211
|
readonly 'background-success'?: any;
|
|
3233
|
-
readonly 'background-warning-subtle'?: any;
|
|
3234
|
-
readonly 'background-warning-prominent'?: any;
|
|
3235
3212
|
readonly 'text-neutrals-inverted'?: any;
|
|
3236
3213
|
readonly 'text-neutrals'?: any;
|
|
3237
3214
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3312,7 +3289,6 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3312
3289
|
readonly 50: "0 4px 16px #05003812";
|
|
3313
3290
|
readonly 100: "0 8px 32px #05003808";
|
|
3314
3291
|
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
3292
|
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
3293
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3318
3294
|
};
|
|
@@ -3661,8 +3637,6 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3661
3637
|
readonly 'background-danger'?: any;
|
|
3662
3638
|
readonly 'background-danger-hover'?: any;
|
|
3663
3639
|
readonly 'background-success'?: any;
|
|
3664
|
-
readonly 'background-warning-subtle'?: any;
|
|
3665
|
-
readonly 'background-warning-prominent'?: any;
|
|
3666
3640
|
readonly 'text-neutrals-inverted'?: any;
|
|
3667
3641
|
readonly 'text-neutrals'?: any;
|
|
3668
3642
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3743,7 +3717,6 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3743
3717
|
readonly 50: "0 4px 16px #05003812";
|
|
3744
3718
|
readonly 100: "0 8px 32px #05003808";
|
|
3745
3719
|
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
3720
|
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
3721
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3749
3722
|
};
|
|
@@ -4150,8 +4123,6 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4150
4123
|
readonly 'background-danger'?: any;
|
|
4151
4124
|
readonly 'background-danger-hover'?: any;
|
|
4152
4125
|
readonly 'background-success'?: any;
|
|
4153
|
-
readonly 'background-warning-subtle'?: any;
|
|
4154
|
-
readonly 'background-warning-prominent'?: any;
|
|
4155
4126
|
readonly 'text-neutrals-inverted'?: any;
|
|
4156
4127
|
readonly 'text-neutrals'?: any;
|
|
4157
4128
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -4232,7 +4203,6 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4232
4203
|
readonly 50: "0 4px 16px #05003812";
|
|
4233
4204
|
readonly 100: "0 8px 32px #05003808";
|
|
4234
4205
|
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
4206
|
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
4207
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
4238
4208
|
};
|
|
@@ -4603,8 +4573,6 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
4603
4573
|
readonly 'background-danger'?: any;
|
|
4604
4574
|
readonly 'background-danger-hover'?: any;
|
|
4605
4575
|
readonly 'background-success'?: any;
|
|
4606
|
-
readonly 'background-warning-subtle'?: any;
|
|
4607
|
-
readonly 'background-warning-prominent'?: any;
|
|
4608
4576
|
readonly 'text-neutrals-inverted'?: any;
|
|
4609
4577
|
readonly 'text-neutrals'?: any;
|
|
4610
4578
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -4685,7 +4653,6 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
4685
4653
|
readonly 50: "0 4px 16px #05003812";
|
|
4686
4654
|
readonly 100: "0 8px 32px #05003808";
|
|
4687
4655
|
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
4656
|
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
4657
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
4691
4658
|
};
|
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-test-changelog.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-dropdown-menu": "^1.0.0",
|
|
31
|
+
"@mirohq/design-system-styles": "^1.0.15-test-changelog.0",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.1.2-test-changelog.0",
|
|
31
33
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-styles": "^1.0.15-button.0",
|
|
34
|
-
"@mirohq/design-system-switch": "^2.1.2-button.0"
|
|
34
|
+
"@mirohq/design-system-switch": "^2.1.2-test-changelog.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-test-changelog.0",
|
|
38
|
+
"@mirohq/design-system-flex": "^2.1.3-test-changelog.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c ../../../rollup.config.js",
|