frosty 0.0.142 → 0.0.144
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/_native.d.mts +3 -3
- package/dist/_native.d.ts +3 -3
- package/dist/dom.d.mts +3 -3
- package/dist/dom.d.ts +3 -3
- package/dist/dom.js +1 -1
- package/dist/dom.mjs +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/internals/{common-gTC-RUiA.d.mts → common-BcW7KRrC.d.mts} +86 -3
- package/dist/internals/common-BcW7KRrC.d.mts.map +1 -0
- package/dist/internals/{common-gTC-RUiA.d.ts → common-BcW7KRrC.d.ts} +86 -3
- package/dist/internals/common-BcW7KRrC.d.ts.map +1 -0
- package/dist/internals/{fragment-BnXwbA4t.d.mts → fragment-BoHUBtlD.d.mts} +2 -2
- package/dist/internals/{fragment-BnXwbA4t.d.mts.map → fragment-BoHUBtlD.d.mts.map} +1 -1
- package/dist/internals/{fragment-CjPRRB4J.d.ts → fragment-DiW7-s51.d.ts} +2 -2
- package/dist/internals/{fragment-CjPRRB4J.d.ts.map → fragment-DiW7-s51.d.ts.map} +1 -1
- package/dist/internals/{index-C3Ab8hzk.d.ts → index-Bn8i5nTY.d.ts} +2 -2
- package/dist/internals/{index-C3Ab8hzk.d.ts.map → index-Bn8i5nTY.d.ts.map} +1 -1
- package/dist/internals/{index-TQPk1ZVa.d.mts → index-CPivW-jh.d.mts} +2 -2
- package/dist/internals/{index-TQPk1ZVa.d.mts.map → index-CPivW-jh.d.mts.map} +1 -1
- package/dist/internals/{renderer-Fx21d9oU.d.mts → renderer-CED0QN2_.d.mts} +3 -3
- package/dist/internals/renderer-CED0QN2_.d.mts.map +1 -0
- package/dist/internals/{renderer-G2-S4V-u.mjs → renderer-DxY7_wTW.mjs} +92 -90
- package/dist/internals/{renderer-G2-S4V-u.mjs.map → renderer-DxY7_wTW.mjs.map} +1 -1
- package/dist/internals/{renderer-BEGpAhra.js → renderer-YG6Okxqo.js} +92 -90
- package/dist/internals/{renderer-BEGpAhra.js.map → renderer-YG6Okxqo.js.map} +1 -1
- package/dist/internals/{renderer-BWiYtfrk.d.ts → renderer-daMt3EpQ.d.ts} +3 -3
- package/dist/internals/renderer-daMt3EpQ.d.ts.map +1 -0
- package/dist/internals/runtime-Bpq-U9sI.mjs.map +1 -1
- package/dist/internals/runtime-CeVOFcK_.js.map +1 -1
- package/dist/internals/{utils-zuWvKU_m.d.ts → utils-D3UnUAzb.d.ts} +2 -2
- package/dist/internals/{utils-zuWvKU_m.d.ts.map → utils-D3UnUAzb.d.ts.map} +1 -1
- package/dist/internals/{utils-DaSFwaqf.d.mts → utils-DH_jsXo5.d.mts} +2 -2
- package/dist/internals/{utils-DaSFwaqf.d.mts.map → utils-DH_jsXo5.d.mts.map} +1 -1
- package/dist/jsx-dev-runtime.d.mts +2 -2
- package/dist/jsx-dev-runtime.d.ts +2 -2
- package/dist/jsx-runtime.d.mts +2 -2
- package/dist/jsx-runtime.d.ts +2 -2
- package/dist/server-dom.d.mts +3 -3
- package/dist/server-dom.d.ts +3 -3
- package/dist/server-dom.js +1 -1
- package/dist/server-dom.mjs +1 -1
- package/dist/web.d.mts +3 -3
- package/dist/web.d.ts +3 -3
- package/dist/web.js +1 -1
- package/dist/web.mjs +2 -2
- package/package.json +1 -1
- package/dist/internals/common-gTC-RUiA.d.mts.map +0 -1
- package/dist/internals/common-gTC-RUiA.d.ts.map +0 -1
- package/dist/internals/renderer-BWiYtfrk.d.ts.map +0 -1
- package/dist/internals/renderer-Fx21d9oU.d.mts.map +0 -1
package/dist/_native.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-
|
|
2
|
-
export { V as VNode, _ as _Renderer } from './internals/index-
|
|
3
|
-
export { u as uniqueId } from './internals/utils-
|
|
1
|
+
import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-BcW7KRrC.mjs';
|
|
2
|
+
export { V as VNode, _ as _Renderer } from './internals/index-CPivW-jh.mjs';
|
|
3
|
+
export { u as uniqueId } from './internals/utils-DH_jsXo5.mjs';
|
|
4
4
|
import '@o2ter/utils-js';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'csstype';
|
package/dist/_native.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-
|
|
2
|
-
export { V as VNode, _ as _Renderer } from './internals/index-
|
|
3
|
-
export { u as uniqueId } from './internals/utils-
|
|
1
|
+
import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-BcW7KRrC.js';
|
|
2
|
+
export { V as VNode, _ as _Renderer } from './internals/index-Bn8i5nTY.js';
|
|
3
|
+
export { u as uniqueId } from './internals/utils-D3UnUAzb.js';
|
|
4
4
|
import '@o2ter/utils-js';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'csstype';
|
package/dist/dom.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _DOMRenderer } from './internals/renderer-
|
|
2
|
-
import './internals/index-
|
|
3
|
-
import './internals/common-
|
|
1
|
+
import { _ as _DOMRenderer } from './internals/renderer-CED0QN2_.mjs';
|
|
2
|
+
import './internals/index-CPivW-jh.mjs';
|
|
3
|
+
import './internals/common-BcW7KRrC.mjs';
|
|
4
4
|
import '@o2ter/utils-js';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'csstype';
|
package/dist/dom.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _DOMRenderer } from './internals/renderer-
|
|
2
|
-
import './internals/index-
|
|
3
|
-
import './internals/common-
|
|
1
|
+
import { _ as _DOMRenderer } from './internals/renderer-daMt3EpQ.js';
|
|
2
|
+
import './internals/index-Bn8i5nTY.js';
|
|
3
|
+
import './internals/common-BcW7KRrC.js';
|
|
4
4
|
import '@o2ter/utils-js';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'csstype';
|
package/dist/dom.js
CHANGED
package/dist/dom.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { C as ComponentType, E as ElementNode, _ as _ElementType, N as NativeElementType, P as PropsWithChildren, a as ComponentNode, S as SetStateAction, R as RefObject, b as Ref, c as PropsType } from './internals/common-
|
|
2
|
-
export { h as CSSProperties, e as ClassName, j as ComponentProps, k as ComponentPropsWithoutRef, m as ComponentRef, g as ExtendedCSSProperties, i as RefAttribute, l as RefCallback, f as StyleProp, d as createElement } from './internals/common-
|
|
3
|
-
export { F as Fragment } from './internals/fragment-
|
|
1
|
+
import { C as ComponentType, E as ElementNode, _ as _ElementType, N as NativeElementType, P as PropsWithChildren, a as ComponentNode, S as SetStateAction, R as RefObject, b as Ref, c as PropsType } from './internals/common-BcW7KRrC.mjs';
|
|
2
|
+
export { h as CSSProperties, e as ClassName, j as ComponentProps, k as ComponentPropsWithoutRef, m as ComponentRef, g as ExtendedCSSProperties, i as RefAttribute, l as RefCallback, f as StyleProp, d as createElement } from './internals/common-BcW7KRrC.mjs';
|
|
3
|
+
export { F as Fragment } from './internals/fragment-BoHUBtlD.mjs';
|
|
4
4
|
import { Awaitable } from '@o2ter/utils-js';
|
|
5
5
|
import _ from 'lodash';
|
|
6
|
-
export { m as mergeRefs } from './internals/utils-
|
|
6
|
+
export { m as mergeRefs } from './internals/utils-DH_jsXo5.mjs';
|
|
7
7
|
import 'csstype';
|
|
8
8
|
|
|
9
9
|
type Context<Value> = ReturnType<typeof _createContext<Value>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { C as ComponentType, E as ElementNode, _ as _ElementType, N as NativeElementType, P as PropsWithChildren, a as ComponentNode, S as SetStateAction, R as RefObject, b as Ref, c as PropsType } from './internals/common-
|
|
2
|
-
export { h as CSSProperties, e as ClassName, j as ComponentProps, k as ComponentPropsWithoutRef, m as ComponentRef, g as ExtendedCSSProperties, i as RefAttribute, l as RefCallback, f as StyleProp, d as createElement } from './internals/common-
|
|
3
|
-
export { F as Fragment } from './internals/fragment-
|
|
1
|
+
import { C as ComponentType, E as ElementNode, _ as _ElementType, N as NativeElementType, P as PropsWithChildren, a as ComponentNode, S as SetStateAction, R as RefObject, b as Ref, c as PropsType } from './internals/common-BcW7KRrC.js';
|
|
2
|
+
export { h as CSSProperties, e as ClassName, j as ComponentProps, k as ComponentPropsWithoutRef, m as ComponentRef, g as ExtendedCSSProperties, i as RefAttribute, l as RefCallback, f as StyleProp, d as createElement } from './internals/common-BcW7KRrC.js';
|
|
3
|
+
export { F as Fragment } from './internals/fragment-DiW7-s51.js';
|
|
4
4
|
import { Awaitable } from '@o2ter/utils-js';
|
|
5
5
|
import _ from 'lodash';
|
|
6
|
-
export { m as mergeRefs } from './internals/utils-
|
|
6
|
+
export { m as mergeRefs } from './internals/utils-D3UnUAzb.js';
|
|
7
7
|
import 'csstype';
|
|
8
8
|
|
|
9
9
|
type Context<Value> = ReturnType<typeof _createContext<Value>>;
|
|
@@ -17,7 +17,90 @@ type PropsWithExtends<Props> = Props & {
|
|
|
17
17
|
type CSSProperties = CSS.Properties<string | number>;
|
|
18
18
|
type ExtendedCSSProperties = PropsWithExtends<CSSProperties>;
|
|
19
19
|
|
|
20
|
-
declare const globalEvents:
|
|
20
|
+
declare const globalEvents: {
|
|
21
|
+
readonly onCopy: "copy";
|
|
22
|
+
readonly onCut: "cut";
|
|
23
|
+
readonly onPaste: "paste";
|
|
24
|
+
readonly onCompositionEnd: "compositionend";
|
|
25
|
+
readonly onCompositionStart: "compositionstart";
|
|
26
|
+
readonly onCompositionUpdate: "compositionupdate";
|
|
27
|
+
readonly onFocus: "focus";
|
|
28
|
+
readonly onBlur: "blur";
|
|
29
|
+
readonly onFormData: "formdata";
|
|
30
|
+
readonly onChange: "change";
|
|
31
|
+
readonly onBeforeInput: "beforeinput";
|
|
32
|
+
readonly onInput: "input";
|
|
33
|
+
readonly onReset: "reset";
|
|
34
|
+
readonly onSubmit: "submit";
|
|
35
|
+
readonly onInvalid: "invalid";
|
|
36
|
+
readonly onLoad: "load";
|
|
37
|
+
readonly onError: "error";
|
|
38
|
+
readonly onKeyDown: "keydown";
|
|
39
|
+
/** @deprecated */
|
|
40
|
+
readonly onKeyPress: "keypress";
|
|
41
|
+
readonly onKeyUp: "keyup";
|
|
42
|
+
readonly onAbort: "abort";
|
|
43
|
+
readonly onCanPlay: "canplay";
|
|
44
|
+
readonly onCanPlayThrough: "canplaythrough";
|
|
45
|
+
readonly onDurationChange: "durationchange";
|
|
46
|
+
readonly onEmptied: "emptied";
|
|
47
|
+
readonly onEncrypted: "encrypted";
|
|
48
|
+
readonly onEnded: "ended";
|
|
49
|
+
readonly onLoadedData: "loadeddata";
|
|
50
|
+
readonly onLoadedMetadata: "loadedmetadata";
|
|
51
|
+
readonly onLoadStart: "loadstart";
|
|
52
|
+
readonly onPause: "pause";
|
|
53
|
+
readonly onPlay: "play";
|
|
54
|
+
readonly onPlaying: "playing";
|
|
55
|
+
readonly onProgress: "progress";
|
|
56
|
+
readonly onRateChange: "ratechange";
|
|
57
|
+
readonly onResize: "resize";
|
|
58
|
+
readonly onSeeked: "seeked";
|
|
59
|
+
readonly onSeeking: "seeking";
|
|
60
|
+
readonly onStalled: "stalled";
|
|
61
|
+
readonly onSuspend: "suspend";
|
|
62
|
+
readonly onTimeUpdate: "timeupdate";
|
|
63
|
+
readonly onVolumeChange: "volumechange";
|
|
64
|
+
readonly onWaiting: "waiting";
|
|
65
|
+
readonly onAuxClick: "auxclick";
|
|
66
|
+
readonly onClick: "click";
|
|
67
|
+
readonly onContextMenu: "contextmenu";
|
|
68
|
+
readonly onDoubleClick: "dblclick";
|
|
69
|
+
readonly onDrag: "drag";
|
|
70
|
+
readonly onDragEnd: "dragend";
|
|
71
|
+
readonly onDragEnter: "dragenter";
|
|
72
|
+
readonly onDragExit: "dragexit";
|
|
73
|
+
readonly onDragLeave: "dragleave";
|
|
74
|
+
readonly onDragOver: "dragover";
|
|
75
|
+
readonly onDragStart: "dragstart";
|
|
76
|
+
readonly onDrop: "drop";
|
|
77
|
+
readonly onMouseDown: "mousedown";
|
|
78
|
+
readonly onMouseEnter: "mouseenter";
|
|
79
|
+
readonly onMouseLeave: "mouseleave";
|
|
80
|
+
readonly onMouseMove: "mousemove";
|
|
81
|
+
readonly onMouseOut: "mouseout";
|
|
82
|
+
readonly onMouseOver: "mouseover";
|
|
83
|
+
readonly onMouseUp: "mouseup";
|
|
84
|
+
readonly onSelect: "select";
|
|
85
|
+
readonly onTouchCancel: "touchcancel";
|
|
86
|
+
readonly onTouchEnd: "touchend";
|
|
87
|
+
readonly onTouchMove: "touchmove";
|
|
88
|
+
readonly onTouchStart: "touchstart";
|
|
89
|
+
readonly onPointerDown: "pointerdown";
|
|
90
|
+
readonly onPointerMove: "pointermove";
|
|
91
|
+
readonly onPointerUp: "pointerup";
|
|
92
|
+
readonly onPointerCancel: "pointercancel";
|
|
93
|
+
readonly onPointerEnter: "pointerenter";
|
|
94
|
+
readonly onPointerLeave: "pointerleave";
|
|
95
|
+
readonly onPointerOver: "pointerover";
|
|
96
|
+
readonly onPointerOut: "pointerout";
|
|
97
|
+
readonly onScroll: "scroll";
|
|
98
|
+
readonly onWheel: "wheel";
|
|
99
|
+
readonly onAnimationStart: "animationstart";
|
|
100
|
+
readonly onAnimationEnd: "animationend";
|
|
101
|
+
readonly onAnimationIteration: "animationiteration";
|
|
102
|
+
readonly onTransitionEnd: "transitionend";
|
|
103
|
+
};
|
|
21
104
|
|
|
22
105
|
declare namespace Frosty {
|
|
23
106
|
interface ARIAMixin {
|
|
@@ -2145,7 +2228,7 @@ type EventHandler<E extends Event, C, T = EventTarget> = (this: C, event: E & {
|
|
|
2145
2228
|
target: T;
|
|
2146
2229
|
}) => void;
|
|
2147
2230
|
type EventMap = {
|
|
2148
|
-
[ev in typeof globalEvents
|
|
2231
|
+
[ev in keyof typeof globalEvents]: ev extends `on${infer x}` ? Lowercase<x> extends keyof GlobalEventHandlersEventMap ? GlobalEventHandlersEventMap[Lowercase<x>] : Event : never;
|
|
2149
2232
|
};
|
|
2150
2233
|
type _PropsOfInstance<Instance> = Omit<PickType<{
|
|
2151
2234
|
[k in WritableKeys<Instance>]: Instance[k];
|
|
@@ -2207,4 +2290,4 @@ type ComponentRef<T> = ComponentProps<T> extends RefAttribute<infer R> ? R : nev
|
|
|
2207
2290
|
|
|
2208
2291
|
export { NativeElementType as N, ComponentNode as a, createElement as d };
|
|
2209
2292
|
export type { ComponentType as C, ElementNode as E, PropsWithChildren as P, RefObject as R, SetStateAction as S, _ElementType as _, Ref as b, PropsType as c, ClassName as e, StyleProp as f, ExtendedCSSProperties as g, CSSProperties as h, RefAttribute as i, ComponentProps as j, ComponentPropsWithoutRef as k, RefCallback as l, ComponentRef as m, _IntrinsicElements as n, _IntrinsicAttributes as o };
|
|
2210
|
-
//# sourceMappingURL=common-
|
|
2293
|
+
//# sourceMappingURL=common-BcW7KRrC.d.mts.map
|