@mirohq/design-system-flex 2.1.67-new-focus-keyboard.1 → 2.1.67-sync-design-tokens.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 +3 -3
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -7,18 +7,18 @@ import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitiv
7
7
 
8
8
  declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, "direction" | "gap" | "wrap" | "align" | "justify"> & _stitches_react_types_styled_component.TransformProps<{
9
9
  align?: "stretch" | "center" | "start" | "end" | "baseline" | undefined;
10
- direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
10
+ direction?: "column" | "row" | "rowReverse" | "columnReverse" | undefined;
11
11
  gap?: 0 | 400 | 600 | 200 | 100 | 300 | 50 | 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;
12
12
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | undefined;
13
13
  wrap?: "wrap" | "noWrap" | "wrapReverse" | undefined;
14
14
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
15
15
  align?: "stretch" | "center" | "start" | "end" | "baseline" | undefined;
16
- direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
16
+ direction?: "column" | "row" | "rowReverse" | "columnReverse" | undefined;
17
17
  gap?: 0 | 400 | 600 | 200 | 100 | 300 | 50 | 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;
18
18
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | undefined;
19
19
  wrap?: "wrap" | "noWrap" | "wrapReverse" | undefined;
20
20
  }, {}>;
21
- declare type StyledFlexProps = ComponentPropsWithRef<typeof StyledFlex>;
21
+ type StyledFlexProps = ComponentPropsWithRef<typeof StyledFlex>;
22
22
 
23
23
  interface FlexProps extends StyledFlexProps {
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-flex",
3
- "version": "2.1.67-new-focus-keyboard.1",
3
+ "version": "2.1.67-sync-design-tokens.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.2",
30
- "@mirohq/design-system-stitches": "^2.6.31-new-focus-keyboard.1",
30
+ "@mirohq/design-system-stitches": "^2.6.31-sync-design-tokens.0",
31
31
  "@mirohq/design-system-utils": "^0.15.5"
32
32
  },
33
33
  "scripts": {