@wavy/react-ui 0.0.61 → 0.0.62
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/main.d.ts +2 -0
- package/dist/main.js +8 -8
- package/package.json +3 -3
package/dist/main.d.ts
CHANGED
|
@@ -1271,6 +1271,8 @@ type TableColumnConfig<T extends string = string> = {
|
|
|
1271
1271
|
|
|
1272
1272
|
type RootStyles = {
|
|
1273
1273
|
gap?: BasicStyleProps["gap"];
|
|
1274
|
+
/**@default "space-between" */
|
|
1275
|
+
justify?: BasicStyleProps["justify"] | "normal";
|
|
1274
1276
|
rowGap?: BasicStyleProps["gap"];
|
|
1275
1277
|
/**@default "onSurface[0.25]" */
|
|
1276
1278
|
separatorColor?: SepProps["color"];
|