@koine/next 1.1.11 → 1.1.12

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/Link.d.ts +1 -1
  2. package/package.json +34 -30
package/Link.d.ts CHANGED
@@ -6,5 +6,5 @@ export type LinkProps = Omit<React.ComponentPropsWithRef<"a">, "href"> & Omit<Ne
6
6
  /**
7
7
  * @see https://next.js.org/docs/api-reference/next/link
8
8
  */
9
- export declare const Link: React.ForwardRefExoticComponent<Pick<LinkProps, "key" | "title" | "children" | "replace" | "slot" | "style" | "hidden" | "media" | "href" | "hrefLang" | "referrerPolicy" | "rel" | "type" | "locale" | "property" | "id" | "prefetch" | "onLoad" | "dangerouslySetInnerHTML" | "color" | "download" | "ping" | "target" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "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" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | "scroll" | "shallow" | "legacyBehavior" | "Link"> & React.RefAttributes<HTMLAnchorElement>>;
9
+ export declare const Link: React.ForwardRefExoticComponent<Omit<LinkProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
10
10
  export default Link;
package/package.json CHANGED
@@ -2,25 +2,25 @@
2
2
  "name": "@koine/next",
3
3
  "sideEffects": false,
4
4
  "peerDependenciesMeta": {
5
- "@hookform/resolvers": {
5
+ "@emotion/react": {
6
6
  "optional": true
7
7
  },
8
- "@kuus/yup": {
8
+ "@emotion/server": {
9
9
  "optional": true
10
10
  },
11
- "@mui/base": {
11
+ "@emotion/styled": {
12
12
  "optional": true
13
13
  },
14
- "@mui/material": {
14
+ "@hookform/resolvers": {
15
15
  "optional": true
16
16
  },
17
- "@emotion/react": {
17
+ "@kuus/yup": {
18
18
  "optional": true
19
19
  },
20
- "@emotion/server": {
20
+ "@mui/base": {
21
21
  "optional": true
22
22
  },
23
- "@emotion/styled": {
23
+ "@mui/material": {
24
24
  "optional": true
25
25
  },
26
26
  "@tiptap/react": {
@@ -66,31 +66,35 @@
66
66
  "optional": true
67
67
  }
68
68
  },
69
- "main": "./index.js",
70
- "types": "./index.d.ts",
71
- "dependencies": {},
72
- "peerDependencies": {
73
- "react": "18.2.0",
74
- "next": "13.1.6",
75
- "framer-motion": "8.5.5",
76
- "next-auth": "4.19.0",
77
- "@mui/material": "5.11.6",
78
- "@emotion/react": "11.10.5",
79
- "styled-components": "5.3.6",
80
- "@koine/utils": "1.1.11",
81
- "react-hook-form": "7.42.1",
69
+ "dependencies": {
82
70
  "@emotion/cache": "11.10.5",
83
- "@emotion/server": "11.10.0",
84
- "next-translate": "1.6.0",
85
- "clsx": "1.2.1",
86
- "ts-debounce": "4.0.0",
87
- "type-fest": "3.5.3",
88
- "next-seo": "5.15.0",
89
- "date-fns": "2.29.3",
71
+ "@emotion/react": "^11.10.6",
72
+ "@emotion/server": "^11.10.0",
73
+ "@emotion/styled": "^11.10.6",
74
+ "@hookform/resolvers": "^2.9.11",
90
75
  "@kuus/yup": "1.0.0-beta.7",
91
- "@hookform/resolvers": "2.9.10",
92
- "tslib": "2.5.0"
76
+ "@mui/material": "^5.11.9",
77
+ "clsx": "1.2.1",
78
+ "date-fns": "^2.29.3",
79
+ "framer-motion": "^9.0.4",
80
+ "next": "^13.1.6",
81
+ "next-auth": "^4.19.2",
82
+ "next-seo": "^5.15.0",
83
+ "next-translate": "^1.6.0",
84
+ "react": "^18.2.0",
85
+ "react-dom": "^18.2.0",
86
+ "react-hook-form": "^7.43.1",
87
+ "react-is": "^18.2.0",
88
+ "styled-components": "^5.3.6",
89
+ "ts-debounce": "^4.0.0",
90
+ "type-fest": "^3.5.7"
91
+ },
92
+ "peerDependencies": {
93
+ "@koine/utils": "1.1.12",
94
+ "tslib": "^2.5.0"
93
95
  },
94
- "version": "1.1.11",
96
+ "main": "./index.js",
97
+ "types": "./index.d.ts",
98
+ "version": "1.1.12",
95
99
  "module": "./index.mjs"
96
100
  }