@julseb-lib/react 1.0.28 → 1.0.32
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 +4 -2
- 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 +4 -2
- 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",
|
|
@@ -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,
|