@mirohq/design-system-grid 3.2.4 → 3.2.5

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 +6 -6
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -26,9 +26,9 @@ type TransformProps<Props, Media> = {
26
26
  declare const StyledGrid: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<React.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, "justifyItems" | "columns" | "gap" | "flow" | "justify" | "align" | "rows" | "gapX" | "gapY"> & TransformProps<{
27
27
  align?: "center" | "stretch" | "end" | "start" | "baseline" | undefined;
28
28
  flow?: "column" | "row" | "dense" | "rowDense" | "columnDense" | undefined;
29
- gap?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 350 | 500 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "200" | "150" | "300" | "350" | "400" | "500" | "600" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
30
- gapX?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 350 | 500 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "200" | "150" | "300" | "350" | "400" | "500" | "600" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
31
- gapY?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 350 | 500 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "200" | "150" | "300" | "350" | "400" | "500" | "600" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
29
+ gap?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 500 | 350 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "150" | "200" | "300" | "400" | "500" | "600" | "350" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
30
+ gapX?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 500 | 350 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "150" | "200" | "300" | "400" | "500" | "600" | "350" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
31
+ gapY?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 500 | 350 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "150" | "200" | "300" | "400" | "500" | "600" | "350" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
32
32
  columns?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | undefined;
33
33
  rows?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | undefined;
34
34
  justify?: "center" | "stretch" | "end" | "start" | "between" | "around" | "evenly" | undefined;
@@ -36,9 +36,9 @@ declare const StyledGrid: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
36
36
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & React.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<React.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
37
37
  align?: "center" | "stretch" | "end" | "start" | "baseline" | undefined;
38
38
  flow?: "column" | "row" | "dense" | "rowDense" | "columnDense" | undefined;
39
- gap?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 350 | 500 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "200" | "150" | "300" | "350" | "400" | "500" | "600" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
40
- gapX?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 350 | 500 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "200" | "150" | "300" | "350" | "400" | "500" | "600" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
41
- gapY?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 350 | 500 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "200" | "150" | "300" | "350" | "400" | "500" | "600" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
39
+ gap?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 500 | 350 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "150" | "200" | "300" | "400" | "500" | "600" | "350" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
40
+ gapX?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 500 | 350 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "150" | "200" | "300" | "400" | "500" | "600" | "350" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
41
+ gapY?: 0 | 400 | 600 | 50 | 100 | 200 | 300 | 25 | 150 | 500 | 350 | 700 | 800 | 1200 | 1600 | 2000 | "0" | "25" | "50" | "100" | "150" | "200" | "300" | "400" | "500" | "600" | "350" | "700" | "800" | "1200" | "1600" | "2000" | undefined;
42
42
  columns?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | undefined;
43
43
  rows?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | undefined;
44
44
  justify?: "center" | "stretch" | "end" | "start" | "between" | "around" | "evenly" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-grid",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^2.2.1",
30
- "@mirohq/design-system-utils": "^1.3.0",
31
- "@mirohq/design-system-stitches": "^3.3.1"
30
+ "@mirohq/design-system-stitches": "^3.3.2",
31
+ "@mirohq/design-system-utils": "^1.3.0"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",