@julseb-lib/react 1.0.27 → 1.0.30
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.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -138,6 +138,7 @@ __export(index_exports, {
|
|
|
138
138
|
convertDate: () => import_utils144.convertDate,
|
|
139
139
|
convertDateShort: () => import_utils144.convertDateShort,
|
|
140
140
|
convertPrice: () => import_utils144.convertPrice,
|
|
141
|
+
convertTime: () => import_utils144.convertTime,
|
|
141
142
|
convertToEmail: () => import_utils144.convertToEmail,
|
|
142
143
|
convertYoutube: () => import_utils144.convertYoutube,
|
|
143
144
|
countries: () => countries,
|
|
@@ -2853,7 +2854,7 @@ var Main = ({
|
|
|
2853
2854
|
{
|
|
2854
2855
|
ref,
|
|
2855
2856
|
className: clsx(
|
|
2856
|
-
"flex flex-col
|
|
2857
|
+
"flex flex-col sm:py-8 md:py-12 w-full",
|
|
2857
2858
|
genBgAllColors[backgroundColor],
|
|
2858
2859
|
genGap[gap],
|
|
2859
2860
|
maxWidth[size],
|
|
@@ -2890,7 +2891,7 @@ var Aside = ({
|
|
|
2890
2891
|
ref,
|
|
2891
2892
|
className: clsx(
|
|
2892
2893
|
"flex flex-col items-stretch gap-6",
|
|
2893
|
-
"
|
|
2894
|
+
"sm:py-8 md:py-12 w-full",
|
|
2894
2895
|
genBgAllColors[backgroundColor],
|
|
2895
2896
|
asideSize[size],
|
|
2896
2897
|
"aside",
|
|
@@ -4091,7 +4092,7 @@ var Button = ({
|
|
|
4091
4092
|
{
|
|
4092
4093
|
ref,
|
|
4093
4094
|
className: clsx(
|
|
4094
|
-
"inline-flex items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
|
|
4095
|
+
"inline-flex justify-center items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
|
|
4095
4096
|
genBorderRadius[borderRadius],
|
|
4096
4097
|
variant === "plain" && [
|
|
4097
4098
|
genBgColorHover[color],
|
|
@@ -70107,6 +70108,7 @@ var CodeContainer = ({
|
|
|
70107
70108
|
convertDate,
|
|
70108
70109
|
convertDateShort,
|
|
70109
70110
|
convertPrice,
|
|
70111
|
+
convertTime,
|
|
70110
70112
|
convertToEmail,
|
|
70111
70113
|
convertYoutube,
|
|
70112
70114
|
countries,
|