@mirohq/design-system-flex 2.1.13 → 2.1.14

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 +9 -9
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -9,13 +9,13 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
9
9
  declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
10
10
  align?: "stretch" | "start" | "end" | "center" | undefined;
11
11
  direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
12
- gap?: 200 | "none" | 50 | 100 | 300 | "100" | "200" | "300" | "50" | undefined;
12
+ gap?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
13
13
  justify?: "start" | "end" | "center" | "between" | "around" | "evenly" | undefined;
14
14
  wrap?: "wrap" | "noWrap" | "wrapReverse" | undefined;
15
15
  }, "direction" | "gap" | "wrap" | "align" | "justify"> & _stitches_react_types_styled_component.TransformProps<{
16
16
  align?: "stretch" | "start" | "end" | "center" | undefined;
17
17
  direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
18
- gap?: 200 | "none" | 50 | 100 | 300 | "100" | "200" | "300" | "50" | undefined;
18
+ gap?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
19
19
  justify?: "start" | "end" | "center" | "between" | "around" | "evenly" | undefined;
20
20
  wrap?: "wrap" | "noWrap" | "wrapReverse" | undefined;
21
21
  }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
@@ -222,28 +222,28 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
222
222
  readonly 'icon-400': "32px";
223
223
  };
224
224
  space: {
225
- readonly none: 0;
225
+ readonly 0: 0;
226
226
  readonly 50: "4px";
227
227
  readonly 100: "8px";
228
228
  readonly 150: "12px";
229
229
  readonly 200: "16px";
230
230
  readonly 300: "24px";
231
231
  readonly 400: "32px";
232
- readonly 500: "64px";
232
+ readonly 500: "40px";
233
233
  readonly 600: "48px";
234
234
  readonly 800: "64px";
235
235
  readonly 1200: "96px";
236
236
  readonly 1600: "128px";
237
237
  };
238
238
  'space-gap': {
239
- readonly none: any;
239
+ readonly 0: any;
240
240
  readonly 50: any;
241
241
  readonly 100: any;
242
242
  readonly 200: any;
243
243
  readonly 300: any;
244
244
  };
245
245
  'space-inset': {
246
- readonly none: any;
246
+ readonly 0: any;
247
247
  readonly 50: any;
248
248
  readonly 100: any;
249
249
  readonly 150: any;
@@ -256,7 +256,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
256
256
  readonly 1600: any;
257
257
  };
258
258
  'space-offset': {
259
- readonly none: any;
259
+ readonly 0: any;
260
260
  readonly 50: any;
261
261
  readonly 100: any;
262
262
  readonly 150: any;
@@ -267,7 +267,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
267
267
  readonly 800: any;
268
268
  readonly 1200: any;
269
269
  readonly 1600: any;
270
- readonly 'stacking-none': any;
270
+ readonly 'stacking-0': any;
271
271
  readonly 'stacking-100': any;
272
272
  readonly 'stacking-200': any;
273
273
  readonly 'stacking-300': any;
@@ -472,7 +472,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
472
472
  } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "direction" | "translate" | "gap" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "justify" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
473
473
  align?: "stretch" | "start" | "end" | "center" | undefined;
474
474
  direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
475
- gap?: 200 | "none" | 50 | 100 | 300 | "100" | "200" | "300" | "50" | undefined;
475
+ gap?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
476
476
  justify?: "start" | "end" | "center" | "between" | "around" | "evenly" | undefined;
477
477
  wrap?: "wrap" | "noWrap" | "wrapReverse" | undefined;
478
478
  }, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-flex",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,9 +26,9 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-utils": "^0.14.0",
30
- "@mirohq/design-system-stitches": "^2.3.2",
31
- "@mirohq/design-system-primitive": "^1.1.0"
29
+ "@mirohq/design-system-primitive": "^1.1.0",
30
+ "@mirohq/design-system-stitches": "^2.3.3",
31
+ "@mirohq/design-system-utils": "^0.14.0"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",