@takumi-rs/helpers 0.37.0 → 0.38.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/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 } from './types-CsAVGMBu.cjs';
2
- export { A as AnyNode, J as JsonValue, N as Node } from './types-CsAVGMBu.cjs';
1
+ import { C as ContainerNode, P as PartialStyle, T as TextNode, I as ImageNode, S as Style } from './types-B5O1rXrN.cjs';
2
+ export { A as AnyNode, J as JsonValue, N as Node } from './types-B5O1rXrN.cjs';
3
3
 
4
4
  /**
5
5
  * Represents a color with 8-bit RGBA components.
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 } from './types-CsAVGMBu.js';
2
- export { A as AnyNode, J as JsonValue, N as Node } from './types-CsAVGMBu.js';
1
+ import { C as ContainerNode, P as PartialStyle, T as TextNode, I as ImageNode, S as Style } from './types-B5O1rXrN.js';
2
+ export { A as AnyNode, J as JsonValue, N as Node } from './types-B5O1rXrN.js';
3
3
 
4
4
  /**
5
5
  * Represents a color with 8-bit RGBA components.
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { N as Node } from '../types-CsAVGMBu.cjs';
2
+ import { N as Node } from '../types-B5O1rXrN.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-CsAVGMBu.js';
2
+ import { N as Node } from '../types-B5O1rXrN.js';
3
3
 
4
4
  type ReactElementLike = {
5
5
  type: string | symbol | ((props: unknown) => ReactElementLike) | ReactElementLike;
@@ -152,7 +152,7 @@ type RadialGradient = {
152
152
  /**
153
153
  * Background image variants supported by Takumi.
154
154
  */
155
- type BackgroundImage = LinearGradient | RadialGradient | NoiseV1;
155
+ type BackgroundImage = LinearGradient | RadialGradient | NoiseV1 | string;
156
156
 
157
157
  /**
158
158
  * A collection of background images.
@@ -152,7 +152,7 @@ type RadialGradient = {
152
152
  /**
153
153
  * Background image variants supported by Takumi.
154
154
  */
155
- type BackgroundImage = LinearGradient | RadialGradient | NoiseV1;
155
+ type BackgroundImage = LinearGradient | RadialGradient | NoiseV1 | string;
156
156
 
157
157
  /**
158
158
  * A collection of background images.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/helpers",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "author": {
5
5
  "email": "me@kane.tw",
6
6
  "name": "Kane Wang",