@mirohq/design-system-toolbar 2.1.2-changelog-1.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +20 -0
  2. 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;
@@ -147,6 +149,8 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
147
149
  readonly 'border-neutrals-disabled'?: any;
148
150
  readonly 'border-neutrals-controls'?: any;
149
151
  readonly 'border-neutrals-controls-disabled'?: any;
152
+ readonly 'border-neutrals-subtle'?: any;
153
+ readonly 'border-neutrals-inverted'?: any;
150
154
  readonly 'border-primary'?: any;
151
155
  readonly 'border-primary-hover'?: any;
152
156
  readonly 'border-primary-active'?: any;
@@ -181,6 +185,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
181
185
  readonly 50: "0 4px 16px #05003812";
182
186
  readonly 100: "0 8px 32px #05003808";
183
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";
184
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";
185
190
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
186
191
  };
@@ -525,6 +530,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
525
530
  readonly 'background-danger'?: any;
526
531
  readonly 'background-danger-hover'?: any;
527
532
  readonly 'background-success'?: any;
533
+ readonly 'background-warning-subtle'?: any;
534
+ readonly 'background-warning-prominent'?: any;
528
535
  readonly 'text-neutrals-inverted'?: any;
529
536
  readonly 'text-neutrals'?: any;
530
537
  readonly 'text-neutrals-subtle'?: any;
@@ -569,6 +576,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
569
576
  readonly 'border-neutrals-disabled'?: any;
570
577
  readonly 'border-neutrals-controls'?: any;
571
578
  readonly 'border-neutrals-controls-disabled'?: any;
579
+ readonly 'border-neutrals-subtle'?: any;
580
+ readonly 'border-neutrals-inverted'?: any;
572
581
  readonly 'border-primary'?: any;
573
582
  readonly 'border-primary-hover'?: any;
574
583
  readonly 'border-primary-active'?: any;
@@ -603,6 +612,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
603
612
  readonly 50: "0 4px 16px #05003812";
604
613
  readonly 100: "0 8px 32px #05003808";
605
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";
606
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";
607
617
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
608
618
  };
@@ -964,6 +974,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
964
974
  readonly 'background-danger'?: any;
965
975
  readonly 'background-danger-hover'?: any;
966
976
  readonly 'background-success'?: any;
977
+ readonly 'background-warning-subtle'?: any;
978
+ readonly 'background-warning-prominent'?: any;
967
979
  readonly 'text-neutrals-inverted'?: any;
968
980
  readonly 'text-neutrals'?: any;
969
981
  readonly 'text-neutrals-subtle'?: any;
@@ -1008,6 +1020,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
1008
1020
  readonly 'border-neutrals-disabled'?: any;
1009
1021
  readonly 'border-neutrals-controls'?: any;
1010
1022
  readonly 'border-neutrals-controls-disabled'?: any;
1023
+ readonly 'border-neutrals-subtle'?: any;
1024
+ readonly 'border-neutrals-inverted'?: any;
1011
1025
  readonly 'border-primary'?: any;
1012
1026
  readonly 'border-primary-hover'?: any;
1013
1027
  readonly 'border-primary-active'?: any;
@@ -1042,6 +1056,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
1042
1056
  readonly 50: "0 4px 16px #05003812";
1043
1057
  readonly 100: "0 8px 32px #05003808";
1044
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";
1045
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";
1046
1061
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
1047
1062
  };
@@ -1380,6 +1395,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1380
1395
  readonly 'background-danger'?: any;
1381
1396
  readonly 'background-danger-hover'?: any;
1382
1397
  readonly 'background-success'?: any;
1398
+ readonly 'background-warning-subtle'?: any;
1399
+ readonly 'background-warning-prominent'?: any;
1383
1400
  readonly 'text-neutrals-inverted'?: any;
1384
1401
  readonly 'text-neutrals'?: any;
1385
1402
  readonly 'text-neutrals-subtle'?: any;
@@ -1424,6 +1441,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1424
1441
  readonly 'border-neutrals-disabled'?: any;
1425
1442
  readonly 'border-neutrals-controls'?: any;
1426
1443
  readonly 'border-neutrals-controls-disabled'?: any;
1444
+ readonly 'border-neutrals-subtle'?: any;
1445
+ readonly 'border-neutrals-inverted'?: any;
1427
1446
  readonly 'border-primary'?: any;
1428
1447
  readonly 'border-primary-hover'?: any;
1429
1448
  readonly 'border-primary-active'?: any;
@@ -1458,6 +1477,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1458
1477
  readonly 50: "0 4px 16px #05003812";
1459
1478
  readonly 100: "0 8px 32px #05003808";
1460
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";
1461
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";
1462
1482
  readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
1463
1483
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.1.2-changelog-1.0",
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-changelog-1.0",
32
- "@mirohq/design-system-styles": "^1.0.15-changelog-1.0"
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-changelog-1.0",
36
- "@mirohq/design-system-button": "^2.1.2-changelog-1.0"
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",