@mirohq/design-system-toolbar 2.1.1 → 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.
Files changed (2) hide show
  1. package/dist/types.d.ts +0 -8
  2. 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;
@@ -529,8 +527,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
529
527
  readonly 'background-danger'?: any;
530
528
  readonly 'background-danger-hover'?: any;
531
529
  readonly 'background-success'?: any;
532
- readonly 'background-warning-subtle'?: any;
533
- readonly 'background-warning-prominent'?: any;
534
530
  readonly 'text-neutrals-inverted'?: any;
535
531
  readonly 'text-neutrals'?: any;
536
532
  readonly 'text-neutrals-subtle'?: any;
@@ -972,8 +968,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
972
968
  readonly 'background-danger'?: any;
973
969
  readonly 'background-danger-hover'?: any;
974
970
  readonly 'background-success'?: any;
975
- readonly 'background-warning-subtle'?: any;
976
- readonly 'background-warning-prominent'?: any;
977
971
  readonly 'text-neutrals-inverted'?: any;
978
972
  readonly 'text-neutrals'?: any;
979
973
  readonly 'text-neutrals-subtle'?: any;
@@ -1392,8 +1386,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1392
1386
  readonly 'background-danger'?: any;
1393
1387
  readonly 'background-danger-hover'?: any;
1394
1388
  readonly 'background-success'?: any;
1395
- readonly 'background-warning-subtle'?: any;
1396
- readonly 'background-warning-prominent'?: any;
1397
1389
  readonly 'text-neutrals-inverted'?: any;
1398
1390
  readonly 'text-neutrals'?: any;
1399
1391
  readonly 'text-neutrals-subtle'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.1.1",
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.1",
32
- "@mirohq/design-system-styles": "^1.0.14"
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.1",
36
- "@mirohq/design-system-button": "^2.1.1"
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",