@mirohq/design-system-toolbar 2.1.2-button.0 → 2.1.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 -20
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -103,8 +103,6 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
103
103
|
readonly 'background-danger'?: any;
|
|
104
104
|
readonly 'background-danger-hover'?: any;
|
|
105
105
|
readonly 'background-success'?: any;
|
|
106
|
-
readonly 'background-warning-subtle'?: any;
|
|
107
|
-
readonly 'background-warning-prominent'?: any;
|
|
108
106
|
readonly 'text-neutrals-inverted'?: any;
|
|
109
107
|
readonly 'text-neutrals'?: any;
|
|
110
108
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -149,8 +147,6 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
149
147
|
readonly 'border-neutrals-disabled'?: any;
|
|
150
148
|
readonly 'border-neutrals-controls'?: any;
|
|
151
149
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
152
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
153
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
154
150
|
readonly 'border-primary'?: any;
|
|
155
151
|
readonly 'border-primary-hover'?: any;
|
|
156
152
|
readonly 'border-primary-active'?: any;
|
|
@@ -185,7 +181,6 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
185
181
|
readonly 50: "0 4px 16px #05003812";
|
|
186
182
|
readonly 100: "0 8px 32px #05003808";
|
|
187
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";
|
|
188
|
-
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";
|
|
189
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";
|
|
190
185
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
191
186
|
};
|
|
@@ -530,8 +525,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
530
525
|
readonly 'background-danger'?: any;
|
|
531
526
|
readonly 'background-danger-hover'?: any;
|
|
532
527
|
readonly 'background-success'?: any;
|
|
533
|
-
readonly 'background-warning-subtle'?: any;
|
|
534
|
-
readonly 'background-warning-prominent'?: any;
|
|
535
528
|
readonly 'text-neutrals-inverted'?: any;
|
|
536
529
|
readonly 'text-neutrals'?: any;
|
|
537
530
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -576,8 +569,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
576
569
|
readonly 'border-neutrals-disabled'?: any;
|
|
577
570
|
readonly 'border-neutrals-controls'?: any;
|
|
578
571
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
579
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
580
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
581
572
|
readonly 'border-primary'?: any;
|
|
582
573
|
readonly 'border-primary-hover'?: any;
|
|
583
574
|
readonly 'border-primary-active'?: any;
|
|
@@ -612,7 +603,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
612
603
|
readonly 50: "0 4px 16px #05003812";
|
|
613
604
|
readonly 100: "0 8px 32px #05003808";
|
|
614
605
|
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";
|
|
615
|
-
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";
|
|
616
606
|
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";
|
|
617
607
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
618
608
|
};
|
|
@@ -974,8 +964,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
974
964
|
readonly 'background-danger'?: any;
|
|
975
965
|
readonly 'background-danger-hover'?: any;
|
|
976
966
|
readonly 'background-success'?: any;
|
|
977
|
-
readonly 'background-warning-subtle'?: any;
|
|
978
|
-
readonly 'background-warning-prominent'?: any;
|
|
979
967
|
readonly 'text-neutrals-inverted'?: any;
|
|
980
968
|
readonly 'text-neutrals'?: any;
|
|
981
969
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1020,8 +1008,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1020
1008
|
readonly 'border-neutrals-disabled'?: any;
|
|
1021
1009
|
readonly 'border-neutrals-controls'?: any;
|
|
1022
1010
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1023
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1024
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1025
1011
|
readonly 'border-primary'?: any;
|
|
1026
1012
|
readonly 'border-primary-hover'?: any;
|
|
1027
1013
|
readonly 'border-primary-active'?: any;
|
|
@@ -1056,7 +1042,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1056
1042
|
readonly 50: "0 4px 16px #05003812";
|
|
1057
1043
|
readonly 100: "0 8px 32px #05003808";
|
|
1058
1044
|
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";
|
|
1059
|
-
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";
|
|
1060
1045
|
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";
|
|
1061
1046
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1062
1047
|
};
|
|
@@ -1395,8 +1380,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1395
1380
|
readonly 'background-danger'?: any;
|
|
1396
1381
|
readonly 'background-danger-hover'?: any;
|
|
1397
1382
|
readonly 'background-success'?: any;
|
|
1398
|
-
readonly 'background-warning-subtle'?: any;
|
|
1399
|
-
readonly 'background-warning-prominent'?: any;
|
|
1400
1383
|
readonly 'text-neutrals-inverted'?: any;
|
|
1401
1384
|
readonly 'text-neutrals'?: any;
|
|
1402
1385
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1441,8 +1424,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1441
1424
|
readonly 'border-neutrals-disabled'?: any;
|
|
1442
1425
|
readonly 'border-neutrals-controls'?: any;
|
|
1443
1426
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1444
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1445
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1446
1427
|
readonly 'border-primary'?: any;
|
|
1447
1428
|
readonly 'border-primary-hover'?: any;
|
|
1448
1429
|
readonly 'border-primary-active'?: any;
|
|
@@ -1477,7 +1458,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1477
1458
|
readonly 50: "0 4px 16px #05003812";
|
|
1478
1459
|
readonly 100: "0 8px 32px #05003808";
|
|
1479
1460
|
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";
|
|
1480
|
-
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";
|
|
1481
1461
|
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";
|
|
1482
1462
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1483
1463
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.1.2-
|
|
3
|
+
"version": "2.1.2-changelog-1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-toolbar": "^1.0.0",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.1.2-
|
|
32
|
-
"@mirohq/design-system-styles": "^1.0.15-
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.1.2-changelog-1.0",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.0.15-changelog-1.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@mirohq/design-system-box": "^2.1.2-
|
|
36
|
-
"@mirohq/design-system-button": "^2.1.2-
|
|
35
|
+
"@mirohq/design-system-box": "^2.1.2-changelog-1.0",
|
|
36
|
+
"@mirohq/design-system-button": "^2.1.2-changelog-1.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|