@julseb-lib/react 0.1.52 → 0.1.54
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/{global-Bck2LNL3.d.cts → global-BN6K-AeC.d.cts} +1 -1
- package/dist/{global-Bck2LNL3.d.ts → global-BN6K-AeC.d.ts} +1 -1
- package/dist/index.cjs +1953 -2983
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1954 -2986
- package/dist/index.js.map +1 -1
- package/dist/types/components-items-props.d.cts +1 -1
- package/dist/types/components-items-props.d.ts +1 -1
- package/dist/types/components-props.d.cts +2 -5
- package/dist/types/components-props.d.ts +2 -5
- package/dist/types/global.cjs.map +1 -1
- package/dist/types/global.d.cts +1 -1
- package/dist/types/global.d.ts +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1456,7 +1456,7 @@ type CssTextAlign = "left" | "center" | "right" | "justify" | "start" | "end";
|
|
|
1456
1456
|
type CssVerticalAlign = "align-baseline" | "align-top" | "align-middle" | "align-bottom" | "align-text-top" | "align-text-bottom" | "align-sub" | "align-super";
|
|
1457
1457
|
type CssJustifyItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "stretch" | "normal";
|
|
1458
1458
|
type CssAlignItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "baseline" | "baseline-start" | "stretch";
|
|
1459
|
-
type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-
|
|
1459
|
+
type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-safe" | "space-between" | "space-around" | "space-evenly" | "stretch" | "baseline" | "normal";
|
|
1460
1460
|
type CssAlignContent = "normal" | "center" | "start" | "end" | "space-between" | "space-around" | "space-evenly" | "baseline" | "stretch";
|
|
1461
1461
|
type CssFlexDirection = "row" | "row-reverse" | "col" | "col-reverse";
|
|
1462
1462
|
type CssFlexWrap = "nowrap" | "wrap" | "wrap-reverse";
|
|
@@ -1456,7 +1456,7 @@ type CssTextAlign = "left" | "center" | "right" | "justify" | "start" | "end";
|
|
|
1456
1456
|
type CssVerticalAlign = "align-baseline" | "align-top" | "align-middle" | "align-bottom" | "align-text-top" | "align-text-bottom" | "align-sub" | "align-super";
|
|
1457
1457
|
type CssJustifyItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "stretch" | "normal";
|
|
1458
1458
|
type CssAlignItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "baseline" | "baseline-start" | "stretch";
|
|
1459
|
-
type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-
|
|
1459
|
+
type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-safe" | "space-between" | "space-around" | "space-evenly" | "stretch" | "baseline" | "normal";
|
|
1460
1460
|
type CssAlignContent = "normal" | "center" | "start" | "end" | "space-between" | "space-around" | "space-evenly" | "baseline" | "stretch";
|
|
1461
1461
|
type CssFlexDirection = "row" | "row-reverse" | "col" | "col-reverse";
|
|
1462
1462
|
type CssFlexWrap = "nowrap" | "wrap" | "wrap-reverse";
|