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.
@@ -30,7 +30,7 @@ exports.jaHira = {
30
30
  }
31
31
  return label;
32
32
  },
33
- labelNav: "ナビゲーションバー",
33
+ labelNav: "なびげえしょんばあ",
34
34
  labelWeekNumberHeader: "しゅうばんごう",
35
35
  labelWeekday: (date, options, dateLib) => (dateLib ?? new DateLib_js_1.DateLib(options)).format(date, "cccc"),
36
36
  },
@@ -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 = `Ođđaid, ${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 = `Ođđaid, ${label}`;
29
+ label = `Odne, ${label}`;
30
30
  }
31
31
  return label;
32
32
  },
@@ -27,7 +27,7 @@ export const jaHira = {
27
27
  }
28
28
  return label;
29
29
  },
30
- labelNav: "ナビゲーションバー",
30
+ labelNav: "なびげえしょんばあ",
31
31
  labelWeekNumberHeader: "しゅうばんごう",
32
32
  labelWeekday: (date, options, dateLib) => (dateLib ?? new DateLib(options)).format(date, "cccc"),
33
33
  },
@@ -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 = `Ođđaid, ${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 = `Ođđaid, ${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.1",
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.module.css.d.ts",
96
+ "types": "./src/style.css.d.ts",
97
97
  "default": "./src/style.css"
98
98
  },
99
99
  "require": {
100
- "types": "./src/style.module.css.d.ts",
100
+ "types": "./src/style.css.d.ts",
101
101
  "default": "./src/style.css"
102
102
  }
103
103
  },
@@ -0,0 +1,3 @@
1
+ declare const styles: string;
2
+
3
+ export default styles;