react-day-picker 9.13.1 → 9.13.2
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/cjs/locale/se.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.se = {
|
|
|
11
11
|
const lib = dateLib ?? new DateLib_js_1.DateLib(options);
|
|
12
12
|
let label = lib.format(date, "PPPP");
|
|
13
13
|
if (modifiers.today)
|
|
14
|
-
label = `
|
|
14
|
+
label = `Odne, ${label}`;
|
|
15
15
|
if (modifiers.selected)
|
|
16
16
|
label = `${label}, válljejuvvon`;
|
|
17
17
|
return label;
|
|
@@ -26,7 +26,7 @@ exports.se = {
|
|
|
26
26
|
const lib = dateLib ?? new DateLib_js_1.DateLib(options);
|
|
27
27
|
let label = lib.format(date, "PPPP");
|
|
28
28
|
if (modifiers?.today) {
|
|
29
|
-
label = `
|
|
29
|
+
label = `Odne, ${label}`;
|
|
30
30
|
}
|
|
31
31
|
return label;
|
|
32
32
|
},
|
package/dist/esm/locale/se.js
CHANGED
|
@@ -8,7 +8,7 @@ export const se = {
|
|
|
8
8
|
const lib = dateLib ?? new DateLib(options);
|
|
9
9
|
let label = lib.format(date, "PPPP");
|
|
10
10
|
if (modifiers.today)
|
|
11
|
-
label = `
|
|
11
|
+
label = `Odne, ${label}`;
|
|
12
12
|
if (modifiers.selected)
|
|
13
13
|
label = `${label}, válljejuvvon`;
|
|
14
14
|
return label;
|
|
@@ -23,7 +23,7 @@ export const se = {
|
|
|
23
23
|
const lib = dateLib ?? new DateLib(options);
|
|
24
24
|
let label = lib.format(date, "PPPP");
|
|
25
25
|
if (modifiers?.today) {
|
|
26
|
-
label = `
|
|
26
|
+
label = `Odne, ${label}`;
|
|
27
27
|
}
|
|
28
28
|
return label;
|
|
29
29
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-day-picker",
|
|
3
|
-
"version": "9.13.
|
|
3
|
+
"version": "9.13.2",
|
|
4
4
|
"description": "Customizable Date Picker for React",
|
|
5
5
|
"author": "Giampaolo Bellavite <io@gpbl.dev>",
|
|
6
6
|
"homepage": "https://daypicker.dev",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"default": "./src/style.css"
|
|
94
94
|
},
|
|
95
95
|
"import": {
|
|
96
|
-
"types": "./src/style.
|
|
96
|
+
"types": "./src/style.css.d.ts",
|
|
97
97
|
"default": "./src/style.css"
|
|
98
98
|
},
|
|
99
99
|
"require": {
|
|
100
|
-
"types": "./src/style.
|
|
100
|
+
"types": "./src/style.css.d.ts",
|
|
101
101
|
"default": "./src/style.css"
|
|
102
102
|
}
|
|
103
103
|
},
|