@mirohq/design-system-toolbar 2.1.8 → 2.1.10

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 +24 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -257,6 +257,11 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
257
257
  readonly 'stacking-500': any;
258
258
  readonly 'stacking-800': any;
259
259
  };
260
+ 'stroke-width': {
261
+ readonly thin: "1.5px";
262
+ readonly normal: "2px";
263
+ readonly bold: "4px";
264
+ };
260
265
  'z-indices': {
261
266
  readonly dropdownMenu: 100;
262
267
  readonly popover: 200;
@@ -385,6 +390,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
385
390
  readonly scrollPaddingRight: "space-inset";
386
391
  readonly scrollPaddingTop: "space-inset";
387
392
  readonly stroke: "colors";
393
+ readonly strokeWidth: "stroke-width";
388
394
  readonly textDecorationColor: "colors";
389
395
  readonly textShadow: "shadows";
390
396
  readonly top: "space";
@@ -705,6 +711,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
705
711
  readonly 'stacking-500': any;
706
712
  readonly 'stacking-800': any;
707
713
  };
714
+ 'stroke-width': {
715
+ readonly thin: "1.5px";
716
+ readonly normal: "2px";
717
+ readonly bold: "4px";
718
+ };
708
719
  'z-indices': {
709
720
  readonly dropdownMenu: 100;
710
721
  readonly popover: 200;
@@ -833,6 +844,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
833
844
  readonly scrollPaddingRight: "space-inset";
834
845
  readonly scrollPaddingTop: "space-inset";
835
846
  readonly stroke: "colors";
847
+ readonly strokeWidth: "stroke-width";
836
848
  readonly textDecorationColor: "colors";
837
849
  readonly textShadow: "shadows";
838
850
  readonly top: "space";
@@ -1170,6 +1182,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
1170
1182
  readonly 'stacking-500': any;
1171
1183
  readonly 'stacking-800': any;
1172
1184
  };
1185
+ 'stroke-width': {
1186
+ readonly thin: "1.5px";
1187
+ readonly normal: "2px";
1188
+ readonly bold: "4px";
1189
+ };
1173
1190
  'z-indices': {
1174
1191
  readonly dropdownMenu: 100;
1175
1192
  readonly popover: 200;
@@ -1298,6 +1315,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
1298
1315
  readonly scrollPaddingRight: "space-inset";
1299
1316
  readonly scrollPaddingTop: "space-inset";
1300
1317
  readonly stroke: "colors";
1318
+ readonly strokeWidth: "stroke-width";
1301
1319
  readonly textDecorationColor: "colors";
1302
1320
  readonly textShadow: "shadows";
1303
1321
  readonly top: "space";
@@ -1612,6 +1630,11 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1612
1630
  readonly 'stacking-500': any;
1613
1631
  readonly 'stacking-800': any;
1614
1632
  };
1633
+ 'stroke-width': {
1634
+ readonly thin: "1.5px";
1635
+ readonly normal: "2px";
1636
+ readonly bold: "4px";
1637
+ };
1615
1638
  'z-indices': {
1616
1639
  readonly dropdownMenu: 100;
1617
1640
  readonly popover: 200;
@@ -1740,6 +1763,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1740
1763
  readonly scrollPaddingRight: "space-inset";
1741
1764
  readonly scrollPaddingTop: "space-inset";
1742
1765
  readonly stroke: "colors";
1766
+ readonly strokeWidth: "stroke-width";
1743
1767
  readonly textDecorationColor: "colors";
1744
1768
  readonly textShadow: "shadows";
1745
1769
  readonly top: "space";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
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.2.5",
32
- "@mirohq/design-system-styles": "^1.0.21"
31
+ "@mirohq/design-system-stitches": "^2.3.1",
32
+ "@mirohq/design-system-styles": "^1.0.23"
33
33
  },
34
34
  "devDependencies": {
35
- "@mirohq/design-system-box": "^2.1.8",
36
- "@mirohq/design-system-button": "^3.0.7"
35
+ "@mirohq/design-system-box": "^2.1.10",
36
+ "@mirohq/design-system-button": "^3.1.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",