@takumi-rs/helpers 0.51.0 → 0.51.1

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/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as ContainerNode, P as PartialStyle, T as TextNode, I as ImageNode, S as Style, a as ColorInput } from './types-yxtAVyMN.cjs';
2
- export { A as AnyNode, J as JsonValue, N as Node } from './types-yxtAVyMN.cjs';
1
+ import { C as ContainerNode, P as PartialStyle, T as TextNode, I as ImageNode, S as Style, a as ColorInput } from './types-D9v4-kzl.cjs';
2
+ export { A as AnyNode, J as JsonValue, N as Node } from './types-D9v4-kzl.cjs';
3
3
 
4
4
  declare function container(props: Omit<ContainerNode, "type">): ContainerNode;
5
5
  declare function text(text: string, style?: PartialStyle): TextNode;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as ContainerNode, P as PartialStyle, T as TextNode, I as ImageNode, S as Style, a as ColorInput } from './types-yxtAVyMN.js';
2
- export { A as AnyNode, J as JsonValue, N as Node } from './types-yxtAVyMN.js';
1
+ import { C as ContainerNode, P as PartialStyle, T as TextNode, I as ImageNode, S as Style, a as ColorInput } from './types-D9v4-kzl.js';
2
+ export { A as AnyNode, J as JsonValue, N as Node } from './types-D9v4-kzl.js';
3
3
 
4
4
  declare function container(props: Omit<ContainerNode, "type">): ContainerNode;
5
5
  declare function text(text: string, style?: PartialStyle): TextNode;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { N as Node } from '../types-yxtAVyMN.cjs';
2
+ import { N as Node } from '../types-D9v4-kzl.cjs';
3
3
 
4
4
  type ReactElementLike = {
5
5
  type: string | symbol | ((props: unknown) => ReactElementLike) | ReactElementLike;
package/dist/jsx/jsx.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { N as Node } from '../types-yxtAVyMN.js';
2
+ import { N as Node } from '../types-D9v4-kzl.js';
3
3
 
4
4
  type ReactElementLike = {
5
5
  type: string | symbol | ((props: unknown) => ReactElementLike) | ReactElementLike;
@@ -775,6 +775,9 @@ type TextWrapMode = "wrap" | "nowrap";
775
775
 
776
776
  /**
777
777
  * Represents an affine transform matrix
778
+ * | a c x |
779
+ * | b d y |
780
+ * | 0 0 1 |
778
781
  */
779
782
  type Affine = {
780
783
  /**
@@ -775,6 +775,9 @@ type TextWrapMode = "wrap" | "nowrap";
775
775
 
776
776
  /**
777
777
  * Represents an affine transform matrix
778
+ * | a c x |
779
+ * | b d y |
780
+ * | 0 0 1 |
778
781
  */
779
782
  type Affine = {
780
783
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/helpers",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
4
4
  "author": {
5
5
  "email": "me@kane.tw",
6
6
  "name": "Kane Wang",