@mirohq/design-system-toolbar 2.1.1 → 2.1.2-changelog-1.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 -16
  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;
@@ -149,8 +147,6 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
149
147
  readonly 'border-neutrals-disabled'?: any;
150
148
  readonly 'border-neutrals-controls'?: any;
151
149
  readonly 'border-neutrals-controls-disabled'?: any;
152
- readonly 'border-neutrals-subtle'?: any;
153
- readonly 'border-neutrals-inverted'?: any;
154
150
  readonly 'border-primary'?: any;
155
151
  readonly 'border-primary-hover'?: any;
156
152
  readonly 'border-primary-active'?: any;
@@ -529,8 +525,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
529
525
  readonly 'background-danger'?: any;
530
526
  readonly 'background-danger-hover'?: any;
531
527
  readonly 'background-success'?: any;
532
- readonly 'background-warning-subtle'?: any;
533
- readonly 'background-warning-prominent'?: any;
534
528
  readonly 'text-neutrals-inverted'?: any;
535
529
  readonly 'text-neutrals'?: any;
536
530
  readonly 'text-neutrals-subtle'?: any;
@@ -575,8 +569,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
575
569
  readonly 'border-neutrals-disabled'?: any;
576
570
  readonly 'border-neutrals-controls'?: any;
577
571
  readonly 'border-neutrals-controls-disabled'?: any;
578
- readonly 'border-neutrals-subtle'?: any;
579
- readonly 'border-neutrals-inverted'?: any;
580
572
  readonly 'border-primary'?: any;
581
573
  readonly 'border-primary-hover'?: any;
582
574
  readonly 'border-primary-active'?: any;
@@ -972,8 +964,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
972
964
  readonly 'background-danger'?: any;
973
965
  readonly 'background-danger-hover'?: any;
974
966
  readonly 'background-success'?: any;
975
- readonly 'background-warning-subtle'?: any;
976
- readonly 'background-warning-prominent'?: any;
977
967
  readonly 'text-neutrals-inverted'?: any;
978
968
  readonly 'text-neutrals'?: any;
979
969
  readonly 'text-neutrals-subtle'?: any;
@@ -1018,8 +1008,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
1018
1008
  readonly 'border-neutrals-disabled'?: any;
1019
1009
  readonly 'border-neutrals-controls'?: any;
1020
1010
  readonly 'border-neutrals-controls-disabled'?: any;
1021
- readonly 'border-neutrals-subtle'?: any;
1022
- readonly 'border-neutrals-inverted'?: any;
1023
1011
  readonly 'border-primary'?: any;
1024
1012
  readonly 'border-primary-hover'?: any;
1025
1013
  readonly 'border-primary-active'?: any;
@@ -1392,8 +1380,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1392
1380
  readonly 'background-danger'?: any;
1393
1381
  readonly 'background-danger-hover'?: any;
1394
1382
  readonly 'background-success'?: any;
1395
- readonly 'background-warning-subtle'?: any;
1396
- readonly 'background-warning-prominent'?: any;
1397
1383
  readonly 'text-neutrals-inverted'?: any;
1398
1384
  readonly 'text-neutrals'?: any;
1399
1385
  readonly 'text-neutrals-subtle'?: any;
@@ -1438,8 +1424,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1438
1424
  readonly 'border-neutrals-disabled'?: any;
1439
1425
  readonly 'border-neutrals-controls'?: any;
1440
1426
  readonly 'border-neutrals-controls-disabled'?: any;
1441
- readonly 'border-neutrals-subtle'?: any;
1442
- readonly 'border-neutrals-inverted'?: any;
1443
1427
  readonly 'border-primary'?: any;
1444
1428
  readonly 'border-primary-hover'?: any;
1445
1429
  readonly 'border-primary-active'?: 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-changelog-1.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-changelog-1.0",
32
+ "@mirohq/design-system-styles": "^1.0.15-changelog-1.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-changelog-1.0",
36
+ "@mirohq/design-system-button": "^2.1.2-changelog-1.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",