@mirohq/design-system-toolbar 2.0.10 → 2.0.11

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 +8 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -27,6 +27,8 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
27
27
  readonly 'blue-80': any;
28
28
  readonly 'gray-20': any;
29
29
  readonly 'gray-30': any;
30
+ readonly 'gray-40': any;
31
+ readonly 'gray-50': any;
30
32
  readonly 'green-70': any;
31
33
  readonly 'indigo-20': any;
32
34
  readonly 'indigo-30': any;
@@ -382,6 +384,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
382
384
  readonly 'blue-80': any;
383
385
  readonly 'gray-20': any;
384
386
  readonly 'gray-30': any;
387
+ readonly 'gray-40': any;
388
+ readonly 'gray-50': any;
385
389
  readonly 'green-70': any;
386
390
  readonly 'indigo-20': any;
387
391
  readonly 'indigo-30': any;
@@ -754,6 +758,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
754
758
  readonly 'blue-80': any;
755
759
  readonly 'gray-20': any;
756
760
  readonly 'gray-30': any;
761
+ readonly 'gray-40': any;
762
+ readonly 'gray-50': any;
757
763
  readonly 'green-70': any;
758
764
  readonly 'indigo-20': any;
759
765
  readonly 'indigo-30': any;
@@ -1103,6 +1109,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1103
1109
  readonly 'blue-80': any;
1104
1110
  readonly 'gray-20': any;
1105
1111
  readonly 'gray-30': any;
1112
+ readonly 'gray-40': any;
1113
+ readonly 'gray-50': any;
1106
1114
  readonly 'green-70': any;
1107
1115
  readonly 'indigo-20': any;
1108
1116
  readonly 'indigo-30': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
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.0.8",
32
- "@mirohq/design-system-styles": "^1.0.8"
31
+ "@mirohq/design-system-stitches": "^2.0.9",
32
+ "@mirohq/design-system-styles": "^1.0.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@mirohq/design-system-box": "^2.0.9",
36
- "@mirohq/design-system-button": "^2.0.11"
35
+ "@mirohq/design-system-box": "^2.0.10",
36
+ "@mirohq/design-system-button": "^2.0.13"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",