@mirohq/design-system-toolbar 2.1.2-test-changelog.0 → 2.1.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 +12 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ 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;
|
|
106
108
|
readonly 'text-neutrals-inverted'?: any;
|
|
107
109
|
readonly 'text-neutrals'?: any;
|
|
108
110
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -183,6 +185,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
183
185
|
readonly 50: "0 4px 16px #05003812";
|
|
184
186
|
readonly 100: "0 8px 32px #05003808";
|
|
185
187
|
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";
|
|
186
189
|
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";
|
|
187
190
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
188
191
|
};
|
|
@@ -527,6 +530,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
527
530
|
readonly 'background-danger'?: any;
|
|
528
531
|
readonly 'background-danger-hover'?: any;
|
|
529
532
|
readonly 'background-success'?: any;
|
|
533
|
+
readonly 'background-warning-subtle'?: any;
|
|
534
|
+
readonly 'background-warning-prominent'?: any;
|
|
530
535
|
readonly 'text-neutrals-inverted'?: any;
|
|
531
536
|
readonly 'text-neutrals'?: any;
|
|
532
537
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -607,6 +612,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
607
612
|
readonly 50: "0 4px 16px #05003812";
|
|
608
613
|
readonly 100: "0 8px 32px #05003808";
|
|
609
614
|
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";
|
|
610
616
|
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";
|
|
611
617
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
612
618
|
};
|
|
@@ -968,6 +974,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
968
974
|
readonly 'background-danger'?: any;
|
|
969
975
|
readonly 'background-danger-hover'?: any;
|
|
970
976
|
readonly 'background-success'?: any;
|
|
977
|
+
readonly 'background-warning-subtle'?: any;
|
|
978
|
+
readonly 'background-warning-prominent'?: any;
|
|
971
979
|
readonly 'text-neutrals-inverted'?: any;
|
|
972
980
|
readonly 'text-neutrals'?: any;
|
|
973
981
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1048,6 +1056,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
1048
1056
|
readonly 50: "0 4px 16px #05003812";
|
|
1049
1057
|
readonly 100: "0 8px 32px #05003808";
|
|
1050
1058
|
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";
|
|
1051
1060
|
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";
|
|
1052
1061
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1053
1062
|
};
|
|
@@ -1386,6 +1395,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1386
1395
|
readonly 'background-danger'?: any;
|
|
1387
1396
|
readonly 'background-danger-hover'?: any;
|
|
1388
1397
|
readonly 'background-success'?: any;
|
|
1398
|
+
readonly 'background-warning-subtle'?: any;
|
|
1399
|
+
readonly 'background-warning-prominent'?: any;
|
|
1389
1400
|
readonly 'text-neutrals-inverted'?: any;
|
|
1390
1401
|
readonly 'text-neutrals'?: any;
|
|
1391
1402
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1466,6 +1477,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1466
1477
|
readonly 50: "0 4px 16px #05003812";
|
|
1467
1478
|
readonly 100: "0 8px 32px #05003808";
|
|
1468
1479
|
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";
|
|
1469
1481
|
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";
|
|
1470
1482
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1471
1483
|
};
|
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",
|
|
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",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.0.15"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@mirohq/design-system-box": "^2.1.2
|
|
36
|
-
"@mirohq/design-system-button": "^
|
|
35
|
+
"@mirohq/design-system-box": "^2.1.2",
|
|
36
|
+
"@mirohq/design-system-button": "^3.0.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|