frosty 0.0.156 → 0.0.157

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 (42) hide show
  1. package/dist/_native.d.mts +3 -3
  2. package/dist/_native.d.ts +3 -3
  3. package/dist/dom.d.mts +3 -3
  4. package/dist/dom.d.ts +3 -3
  5. package/dist/index.d.mts +4 -4
  6. package/dist/index.d.ts +4 -4
  7. package/dist/internals/{common-DU6Re-Mj.d.ts → common-uQrs1G5-.d.mts} +36 -22
  8. package/dist/internals/common-uQrs1G5-.d.mts.map +1 -0
  9. package/dist/internals/{common-DU6Re-Mj.d.mts → common-uQrs1G5-.d.ts} +36 -22
  10. package/dist/internals/common-uQrs1G5-.d.ts.map +1 -0
  11. package/dist/internals/{fragment-v6b3-mS6.d.mts → fragment-DuyNMgL3.d.mts} +2 -2
  12. package/dist/internals/{fragment-v6b3-mS6.d.mts.map → fragment-DuyNMgL3.d.mts.map} +1 -1
  13. package/dist/internals/{fragment-CrKghgmU.d.ts → fragment-HkiF2xeJ.d.ts} +2 -2
  14. package/dist/internals/{fragment-CrKghgmU.d.ts.map → fragment-HkiF2xeJ.d.ts.map} +1 -1
  15. package/dist/internals/{index-OvcTjmzX.d.ts → index-CdMvWgIS.d.ts} +2 -2
  16. package/dist/internals/{index-OvcTjmzX.d.ts.map → index-CdMvWgIS.d.ts.map} +1 -1
  17. package/dist/internals/{index-BzVLlTCa.d.mts → index-D_01nFU0.d.mts} +2 -2
  18. package/dist/internals/{index-BzVLlTCa.d.mts.map → index-D_01nFU0.d.mts.map} +1 -1
  19. package/dist/internals/renderer-BvM6i6Cl.mjs.map +1 -1
  20. package/dist/internals/renderer-C5NIsxDg.js.map +1 -1
  21. package/dist/internals/{renderer-C1RBQB2f.d.ts → renderer-DWRFEffh.d.ts} +3 -3
  22. package/dist/internals/{renderer-C1RBQB2f.d.ts.map → renderer-DWRFEffh.d.ts.map} +1 -1
  23. package/dist/internals/{renderer-BluiQ1F-.d.mts → renderer-Qq2yni7e.d.mts} +3 -3
  24. package/dist/internals/{renderer-BluiQ1F-.d.mts.map → renderer-Qq2yni7e.d.mts.map} +1 -1
  25. package/dist/internals/{utils-BNdSbzPU.d.ts → utils-DeZcxzm0.d.ts} +2 -2
  26. package/dist/internals/{utils-BNdSbzPU.d.ts.map → utils-DeZcxzm0.d.ts.map} +1 -1
  27. package/dist/internals/{utils-ukNJhgdU.d.mts → utils-LlN8w8CJ.d.mts} +2 -2
  28. package/dist/internals/{utils-ukNJhgdU.d.mts.map → utils-LlN8w8CJ.d.mts.map} +1 -1
  29. package/dist/jsx-dev-runtime.d.mts +2 -2
  30. package/dist/jsx-dev-runtime.d.ts +2 -2
  31. package/dist/jsx-runtime.d.mts +2 -2
  32. package/dist/jsx-runtime.d.ts +2 -2
  33. package/dist/server-dom.d.mts +3 -3
  34. package/dist/server-dom.d.ts +3 -3
  35. package/dist/web.d.mts +3 -3
  36. package/dist/web.d.ts +3 -3
  37. package/package.json +6 -6
  38. package/packages/frosty-cli/package.json +1 -1
  39. package/packages/frosty-cli/webpack.mjs +5 -1
  40. package/packages/frosty-cli/yarn.lock +55 -171
  41. package/dist/internals/common-DU6Re-Mj.d.mts.map +0 -1
  42. package/dist/internals/common-DU6Re-Mj.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
- import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-DU6Re-Mj.mjs';
2
- export { V as VNode, _ as _Renderer } from './internals/index-BzVLlTCa.mjs';
3
- export { u as uniqueId } from './internals/utils-ukNJhgdU.mjs';
1
+ import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-uQrs1G5-.mjs';
2
+ export { V as VNode, _ as _Renderer } from './internals/index-D_01nFU0.mjs';
3
+ export { u as uniqueId } from './internals/utils-LlN8w8CJ.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-DU6Re-Mj.js';
2
- export { V as VNode, _ as _Renderer } from './internals/index-OvcTjmzX.js';
3
- export { u as uniqueId } from './internals/utils-BNdSbzPU.js';
1
+ import { N as NativeElementType, c as PropsType, a as ComponentNode } from './internals/common-uQrs1G5-.js';
2
+ export { V as VNode, _ as _Renderer } from './internals/index-CdMvWgIS.js';
3
+ export { u as uniqueId } from './internals/utils-DeZcxzm0.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-BluiQ1F-.mjs';
2
- import './internals/index-BzVLlTCa.mjs';
3
- import './internals/common-DU6Re-Mj.mjs';
1
+ import { _ as _DOMRenderer } from './internals/renderer-Qq2yni7e.mjs';
2
+ import './internals/index-D_01nFU0.mjs';
3
+ import './internals/common-uQrs1G5-.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-C1RBQB2f.js';
2
- import './internals/index-OvcTjmzX.js';
3
- import './internals/common-DU6Re-Mj.js';
1
+ import { _ as _DOMRenderer } from './internals/renderer-DWRFEffh.js';
2
+ import './internals/index-CdMvWgIS.js';
3
+ import './internals/common-uQrs1G5-.js';
4
4
  import '@o2ter/utils-js';
5
5
  import 'lodash';
6
6
  import 'csstype';
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-DU6Re-Mj.mjs';
2
- export { d as CSSProperties, e as ClassName, f as ComponentProps, g as ComponentPropsWithoutRef, h as ComponentRef, i as ExtendedCSSProperties, j as RefAttribute, k as RefCallback, l as StyleProp, m as createElement } from './internals/common-DU6Re-Mj.mjs';
3
- export { F as Fragment } from './internals/fragment-v6b3-mS6.mjs';
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-uQrs1G5-.mjs';
2
+ export { d as CSSProperties, e as ClassName, f as ComponentProps, g as ComponentPropsWithoutRef, h as ComponentRef, i as ExtendedCSSProperties, j as RefAttribute, k as RefCallback, l as StyleProp, m as createElement } from './internals/common-uQrs1G5-.mjs';
3
+ export { F as Fragment } from './internals/fragment-DuyNMgL3.mjs';
4
4
  import { Awaitable } from '@o2ter/utils-js';
5
5
  import _ from 'lodash';
6
- export { m as mergeRefs } from './internals/utils-ukNJhgdU.mjs';
6
+ export { m as mergeRefs } from './internals/utils-LlN8w8CJ.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-DU6Re-Mj.js';
2
- export { d as CSSProperties, e as ClassName, f as ComponentProps, g as ComponentPropsWithoutRef, h as ComponentRef, i as ExtendedCSSProperties, j as RefAttribute, k as RefCallback, l as StyleProp, m as createElement } from './internals/common-DU6Re-Mj.js';
3
- export { F as Fragment } from './internals/fragment-CrKghgmU.js';
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-uQrs1G5-.js';
2
+ export { d as CSSProperties, e as ClassName, f as ComponentProps, g as ComponentPropsWithoutRef, h as ComponentRef, i as ExtendedCSSProperties, j as RefAttribute, k as RefCallback, l as StyleProp, m as createElement } from './internals/common-uQrs1G5-.js';
3
+ export { F as Fragment } from './internals/fragment-HkiF2xeJ.js';
4
4
  import { Awaitable } from '@o2ter/utils-js';
5
5
  import _ from 'lodash';
6
- export { m as mergeRefs } from './internals/utils-BNdSbzPU.js';
6
+ export { m as mergeRefs } from './internals/utils-DeZcxzm0.js';
7
7
  import 'csstype';
8
8
 
9
9
  type Context<Value> = ReturnType<typeof _createContext<Value>>;
@@ -104,6 +104,7 @@ declare const globalEvents: {
104
104
 
105
105
  declare namespace Frosty {
106
106
  interface ARIAMixin {
107
+ ariaActiveDescendantElement?: Element;
107
108
  ariaAtomic?: string;
108
109
  ariaAutoComplete?: string;
109
110
  ariaBrailleLabel?: string;
@@ -158,7 +159,7 @@ declare namespace Frosty {
158
159
  }
159
160
  interface ElementAttributes extends ARIAMixin {
160
161
  }
161
- interface SVGElementInstance {
162
+ interface SVGAttributes extends ElementAttributes {
162
163
  about?: string;
163
164
  content?: string;
164
165
  datatype?: string;
@@ -171,8 +172,6 @@ declare namespace Frosty {
171
172
  tabindex?: string;
172
173
  typeof?: string;
173
174
  }
174
- interface SVGAttributes extends ElementAttributes, SVGElementInstance {
175
- }
176
175
  interface SVGTests {
177
176
  fill?: string;
178
177
  }
@@ -1575,6 +1574,8 @@ declare namespace Frosty {
1575
1574
  writingSuggestions?: string;
1576
1575
  }
1577
1576
  interface HTMLAttributes extends ElementAttributes, ElementContentEditable {
1577
+ commandForElement?: HTMLElement;
1578
+ htmlFor?: HTMLElement;
1578
1579
  }
1579
1580
  interface HTMLHtmlAttributes extends HTMLAttributes {
1580
1581
  manifest?: string;
@@ -1668,8 +1669,17 @@ declare namespace Frosty {
1668
1669
  interface HTMLDivAttributes extends HTMLAttributes {
1669
1670
  align?: string;
1670
1671
  }
1671
- interface HTMLAttributionSrcElementUtils {
1672
+ interface HyperlinkElementUtils {
1673
+ coords?: string;
1674
+ download?: string;
1675
+ href?: string;
1676
+ hreflang?: string;
1677
+ ping?: string;
1672
1678
  referrerPolicy?: string;
1679
+ rel?: string;
1680
+ shape?: string;
1681
+ target?: string;
1682
+ type?: string;
1673
1683
  }
1674
1684
  interface HTMLHyperlinkElementUtils {
1675
1685
  coords?: string;
@@ -1683,7 +1693,7 @@ declare namespace Frosty {
1683
1693
  target?: string;
1684
1694
  type?: string;
1685
1695
  }
1686
- interface HTMLAnchorAttributes extends HTMLAttributes, HTMLAttributionSrcElementUtils, HTMLHyperlinkElementUtils {
1696
+ interface HTMLAnchorAttributes extends HTMLAttributes, HyperlinkElementUtils, HTMLHyperlinkElementUtils {
1687
1697
  charset?: string;
1688
1698
  name?: string;
1689
1699
  rev?: string;
@@ -1714,40 +1724,46 @@ declare namespace Frosty {
1714
1724
  type?: string;
1715
1725
  width?: number;
1716
1726
  }
1717
- interface HTMLSharedStorageWritableElementUtils {
1727
+ interface HTMLImageAttributes extends HTMLAttributes {
1718
1728
  align?: string;
1719
- height?: number;
1720
- loading?: string;
1721
- longDesc?: string;
1722
- name?: string;
1723
- referrerPolicy?: string;
1724
- src?: string;
1725
- width?: string;
1726
- }
1727
- interface HTMLImageAttributes extends HTMLAttributes, HTMLAttributionSrcElementUtils, HTMLSharedStorageWritableElementUtils {
1728
1729
  alt?: string;
1729
1730
  border?: string;
1730
1731
  crossOrigin?: string;
1731
1732
  decoding?: string;
1732
1733
  fetchPriority?: string;
1734
+ height?: number;
1733
1735
  hspace?: number;
1734
1736
  isMap?: boolean;
1737
+ loading?: string;
1738
+ longDesc?: string;
1739
+ name?: string;
1740
+ referrerPolicy?: string;
1735
1741
  sizes?: string;
1742
+ src?: string;
1736
1743
  srcset?: string;
1737
1744
  useMap?: string;
1738
1745
  vspace?: number;
1746
+ width?: number;
1739
1747
  }
1740
- interface HTMLIFrameAttributes extends HTMLAttributes, HTMLSharedStorageWritableElementUtils {
1748
+ interface HTMLIFrameAttributes extends HTMLAttributes {
1749
+ align?: string;
1741
1750
  allow?: string;
1742
1751
  allowFullscreen?: boolean;
1743
1752
  allowpaymentrequest?: string;
1744
1753
  allowusermedia?: string;
1745
1754
  frameBorder?: string;
1755
+ height?: string;
1756
+ loading?: string;
1757
+ longDesc?: string;
1746
1758
  marginHeight?: string;
1747
1759
  marginWidth?: string;
1760
+ name?: string;
1761
+ referrerPolicy?: string;
1748
1762
  sandbox?: string;
1749
1763
  scrolling?: string;
1764
+ src?: string;
1750
1765
  srcdoc?: string;
1766
+ width?: string;
1751
1767
  }
1752
1768
  interface HTMLEmbedAttributes extends HTMLAttributes {
1753
1769
  height?: string;
@@ -1802,7 +1818,7 @@ declare namespace Frosty {
1802
1818
  interface HTMLMapAttributes extends HTMLAttributes {
1803
1819
  name?: string;
1804
1820
  }
1805
- interface HTMLAreaAttributes extends HTMLAttributes, HTMLAttributionSrcElementUtils, HTMLHyperlinkElementUtils {
1821
+ interface HTMLAreaAttributes extends HTMLAttributes, HyperlinkElementUtils, HTMLHyperlinkElementUtils {
1806
1822
  alt?: string;
1807
1823
  noHref?: boolean;
1808
1824
  }
@@ -1869,7 +1885,6 @@ declare namespace Frosty {
1869
1885
  target?: string;
1870
1886
  }
1871
1887
  interface HTMLLabelAttributes extends HTMLAttributes {
1872
- for?: string;
1873
1888
  form?: string;
1874
1889
  }
1875
1890
  interface PopoverTargetAttributes {
@@ -1915,7 +1930,6 @@ declare namespace Frosty {
1915
1930
  }
1916
1931
  interface HTMLButtonAttributes extends HTMLAttributes, PopoverTargetAttributes {
1917
1932
  command?: string;
1918
- commandfor?: string;
1919
1933
  }
1920
1934
  interface HTMLSelectAttributes extends HTMLAttributes {
1921
1935
  autocomplete?: string;
@@ -1954,7 +1968,6 @@ declare namespace Frosty {
1954
1968
  wrap?: string;
1955
1969
  }
1956
1970
  interface HTMLOutputAttributes extends HTMLAttributes {
1957
- for?: string;
1958
1971
  form?: string;
1959
1972
  name?: string;
1960
1973
  }
@@ -1988,7 +2001,7 @@ declare namespace Frosty {
1988
2001
  closedBy?: string;
1989
2002
  open?: boolean;
1990
2003
  }
1991
- interface HTMLScriptAttributes extends HTMLAttributes, HTMLAttributionSrcElementUtils {
2004
+ interface HTMLScriptAttributes extends HTMLAttributes {
1992
2005
  async?: boolean;
1993
2006
  blocking?: string;
1994
2007
  charset?: string;
@@ -1998,6 +2011,7 @@ declare namespace Frosty {
1998
2011
  integrity?: string;
1999
2012
  language?: string;
2000
2013
  noModule?: boolean;
2014
+ referrerPolicy?: string;
2001
2015
  src?: string;
2002
2016
  type?: string;
2003
2017
  }
@@ -2290,4 +2304,4 @@ type ComponentRef<T> = ComponentProps<T> extends RefAttribute<infer R> ? R : nev
2290
2304
 
2291
2305
  export { NativeElementType as N, ComponentNode as a, createElement as m };
2292
2306
  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, CSSProperties as d, ClassName as e, ComponentProps as f, ComponentPropsWithoutRef as g, ComponentRef as h, ExtendedCSSProperties as i, RefAttribute as j, RefCallback as k, StyleProp as l, _IntrinsicElements as n, _IntrinsicAttributes as o };
2293
- //# sourceMappingURL=common-DU6Re-Mj.d.ts.map
2307
+ //# sourceMappingURL=common-uQrs1G5-.d.mts.map