@mirohq/design-system-popover 4.3.9 → 4.3.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 +18 -0
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -254,6 +254,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
254
254
  readonly 'stacking-500': any;
255
255
  readonly 'stacking-800': any;
256
256
  };
257
+ 'stroke-width': {
258
+ readonly thin: "1.5px";
259
+ readonly normal: "2px";
260
+ readonly bold: "4px";
261
+ };
257
262
  'z-indices': {
258
263
  readonly dropdownMenu: 100;
259
264
  readonly popover: 200;
@@ -382,6 +387,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
382
387
  readonly scrollPaddingRight: "space-inset";
383
388
  readonly scrollPaddingTop: "space-inset";
384
389
  readonly stroke: "colors";
390
+ readonly strokeWidth: "stroke-width";
385
391
  readonly textDecorationColor: "colors";
386
392
  readonly textShadow: "shadows";
387
393
  readonly top: "space";
@@ -707,6 +713,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
707
713
  readonly 'stacking-500': any;
708
714
  readonly 'stacking-800': any;
709
715
  };
716
+ 'stroke-width': {
717
+ readonly thin: "1.5px";
718
+ readonly normal: "2px";
719
+ readonly bold: "4px";
720
+ };
710
721
  'z-indices': {
711
722
  readonly dropdownMenu: 100;
712
723
  readonly popover: 200;
@@ -835,6 +846,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
835
846
  readonly scrollPaddingRight: "space-inset";
836
847
  readonly scrollPaddingTop: "space-inset";
837
848
  readonly stroke: "colors";
849
+ readonly strokeWidth: "stroke-width";
838
850
  readonly textDecorationColor: "colors";
839
851
  readonly textShadow: "shadows";
840
852
  readonly top: "space";
@@ -1262,6 +1274,11 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
1262
1274
  readonly 'stacking-500': any;
1263
1275
  readonly 'stacking-800': any;
1264
1276
  };
1277
+ 'stroke-width': {
1278
+ readonly thin: "1.5px";
1279
+ readonly normal: "2px";
1280
+ readonly bold: "4px";
1281
+ };
1265
1282
  'z-indices': {
1266
1283
  readonly dropdownMenu: 100;
1267
1284
  readonly popover: 200;
@@ -1390,6 +1407,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
1390
1407
  readonly scrollPaddingRight: "space-inset";
1391
1408
  readonly scrollPaddingTop: "space-inset";
1392
1409
  readonly stroke: "colors";
1410
+ readonly strokeWidth: "stroke-width";
1393
1411
  readonly textDecorationColor: "colors";
1394
1412
  readonly textShadow: "shadows";
1395
1413
  readonly top: "space";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,14 +30,14 @@
30
30
  "@radix-ui/react-compose-refs": "^0.0.5",
31
31
  "@radix-ui/react-popover": "^1.0.0",
32
32
  "@radix-ui/react-use-size": "^0.1.1",
33
- "@mirohq/design-system-icons": "^0.15.1",
33
+ "@mirohq/design-system-icons": "^0.16.0",
34
34
  "@mirohq/design-system-primitive": "^1.1.0",
35
- "@mirohq/design-system-stitches": "^2.2.5",
36
- "@mirohq/design-system-styles": "^1.0.21"
35
+ "@mirohq/design-system-stitches": "^2.3.0",
36
+ "@mirohq/design-system-styles": "^1.0.22"
37
37
  },
38
38
  "devDependencies": {
39
- "@mirohq/design-system-button": "^3.0.7",
40
- "@mirohq/design-system-flex": "^2.1.9"
39
+ "@mirohq/design-system-button": "^3.0.8",
40
+ "@mirohq/design-system-flex": "^2.1.10"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "rollup -c ../../../rollup.config.js",