@mirohq/design-system-flex 2.1.12-dropdown.0 → 2.1.12-use-press.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.
- package/dist/types.d.ts +9 -9
- 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?:
|
|
12
|
+
gap?: 200 | "none" | 50 | 100 | 300 | "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?:
|
|
18
|
+
gap?: 200 | "none" | 50 | 100 | 300 | "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>> & {
|
|
@@ -216,28 +216,28 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
216
216
|
readonly 'icon-400': "32px";
|
|
217
217
|
};
|
|
218
218
|
space: {
|
|
219
|
-
readonly
|
|
219
|
+
readonly none: 0;
|
|
220
220
|
readonly 50: "4px";
|
|
221
221
|
readonly 100: "8px";
|
|
222
222
|
readonly 150: "12px";
|
|
223
223
|
readonly 200: "16px";
|
|
224
224
|
readonly 300: "24px";
|
|
225
225
|
readonly 400: "32px";
|
|
226
|
-
readonly 500: "
|
|
226
|
+
readonly 500: "64px";
|
|
227
227
|
readonly 600: "48px";
|
|
228
228
|
readonly 800: "64px";
|
|
229
229
|
readonly 1200: "96px";
|
|
230
230
|
readonly 1600: "128px";
|
|
231
231
|
};
|
|
232
232
|
'space-gap': {
|
|
233
|
-
readonly
|
|
233
|
+
readonly none: any;
|
|
234
234
|
readonly 50: any;
|
|
235
235
|
readonly 100: any;
|
|
236
236
|
readonly 200: any;
|
|
237
237
|
readonly 300: any;
|
|
238
238
|
};
|
|
239
239
|
'space-inset': {
|
|
240
|
-
readonly
|
|
240
|
+
readonly none: any;
|
|
241
241
|
readonly 50: any;
|
|
242
242
|
readonly 100: any;
|
|
243
243
|
readonly 150: any;
|
|
@@ -250,7 +250,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
250
250
|
readonly 1600: any;
|
|
251
251
|
};
|
|
252
252
|
'space-offset': {
|
|
253
|
-
readonly
|
|
253
|
+
readonly none: any;
|
|
254
254
|
readonly 50: any;
|
|
255
255
|
readonly 100: any;
|
|
256
256
|
readonly 150: any;
|
|
@@ -261,7 +261,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
261
261
|
readonly 800: any;
|
|
262
262
|
readonly 1200: any;
|
|
263
263
|
readonly 1600: any;
|
|
264
|
-
readonly 'stacking-
|
|
264
|
+
readonly 'stacking-none': any;
|
|
265
265
|
readonly 'stacking-100': any;
|
|
266
266
|
readonly 'stacking-200': any;
|
|
267
267
|
readonly 'stacking-300': any;
|
|
@@ -466,7 +466,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
466
466
|
} & _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">>, {
|
|
467
467
|
align?: "stretch" | "start" | "end" | "center" | undefined;
|
|
468
468
|
direction?: "row" | "column" | "rowReverse" | "columnReverse" | undefined;
|
|
469
|
-
gap?:
|
|
469
|
+
gap?: 200 | "none" | 50 | 100 | 300 | "100" | "200" | "300" | "50" | undefined;
|
|
470
470
|
justify?: "start" | "end" | "center" | "between" | "around" | "evenly" | undefined;
|
|
471
471
|
wrap?: "wrap" | "noWrap" | "wrapReverse" | undefined;
|
|
472
472
|
}, {}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-flex",
|
|
3
|
-
"version": "2.1.12-
|
|
3
|
+
"version": "2.1.12-use-press.0",
|
|
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-
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-utils": "^0.14.0-use-press.0",
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.1",
|
|
31
|
+
"@mirohq/design-system-primitive": "^1.1.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|