@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-
|
|
2
|
-
export { A as AnyNode, J as JsonValue, N as Node } from './types-
|
|
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-
|
|
2
|
-
export { A as AnyNode, J as JsonValue, N as Node } from './types-
|
|
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.
|
package/dist/jsx/jsx.d.cts
CHANGED
package/dist/jsx/jsx.d.ts
CHANGED
|
@@ -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.
|