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