@takumi-rs/helpers 0.27.3 → 0.27.4
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 Color } 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, a as Color } from './types-BsvAnIiU.cjs';
|
|
2
|
+
export { A as AnyNode, J as JsonValue, N as Node } from './types-BsvAnIiU.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 Color } 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, a as Color } from './types-BsvAnIiU.js';
|
|
2
|
+
export { A as AnyNode, J as JsonValue, N as Node } from './types-BsvAnIiU.js';
|
|
3
3
|
|
|
4
4
|
declare function container(props: Omit<ContainerNode, "type">): ContainerNode;
|
|
5
5
|
declare function text(text: string, style?: PartialStyle): TextNode;
|
package/dist/jsx/jsx.d.cts
CHANGED
package/dist/jsx/jsx.d.ts
CHANGED
|
@@ -610,19 +610,19 @@ type Style = {
|
|
|
610
610
|
/**
|
|
611
611
|
* Longhand: top-left border radius. Overrides `border_radius` top-left value.
|
|
612
612
|
*/
|
|
613
|
-
|
|
613
|
+
borderTopLeftRadius?: LengthUnit;
|
|
614
614
|
/**
|
|
615
615
|
* Longhand: top-right border radius. Overrides `border_radius` top-right value.
|
|
616
616
|
*/
|
|
617
|
-
|
|
617
|
+
borderTopRightRadius?: LengthUnit;
|
|
618
618
|
/**
|
|
619
619
|
* Longhand: bottom-right border radius. Overrides `border_radius` bottom-right value.
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
borderBottomRightRadius?: LengthUnit;
|
|
622
622
|
/**
|
|
623
623
|
* Longhand: bottom-left border radius. Overrides `border_radius` bottom-left value.
|
|
624
624
|
*/
|
|
625
|
-
|
|
625
|
+
borderBottomLeftRadius?: LengthUnit;
|
|
626
626
|
/**
|
|
627
627
|
* Width of the element's border on each side (top, right, bottom, left).
|
|
628
628
|
*/
|
|
@@ -610,19 +610,19 @@ type Style = {
|
|
|
610
610
|
/**
|
|
611
611
|
* Longhand: top-left border radius. Overrides `border_radius` top-left value.
|
|
612
612
|
*/
|
|
613
|
-
|
|
613
|
+
borderTopLeftRadius?: LengthUnit;
|
|
614
614
|
/**
|
|
615
615
|
* Longhand: top-right border radius. Overrides `border_radius` top-right value.
|
|
616
616
|
*/
|
|
617
|
-
|
|
617
|
+
borderTopRightRadius?: LengthUnit;
|
|
618
618
|
/**
|
|
619
619
|
* Longhand: bottom-right border radius. Overrides `border_radius` bottom-right value.
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
borderBottomRightRadius?: LengthUnit;
|
|
622
622
|
/**
|
|
623
623
|
* Longhand: bottom-left border radius. Overrides `border_radius` bottom-left value.
|
|
624
624
|
*/
|
|
625
|
-
|
|
625
|
+
borderBottomLeftRadius?: LengthUnit;
|
|
626
626
|
/**
|
|
627
627
|
* Width of the element's border on each side (top, right, bottom, left).
|
|
628
628
|
*/
|