@trackunit/react-date-and-time-components 1.5.9 → 1.5.12

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/index.cjs.js CHANGED
@@ -678,7 +678,7 @@ const cvaTimelineElement = cssClassVarianceUtilities.cvaMerge([
678
678
  ], {
679
679
  variants: {
680
680
  selected: {
681
- true: "bg-blue-50 rounded-[4px]",
681
+ true: "bg-info-50 rounded-[4px]",
682
682
  false: "",
683
683
  },
684
684
  hoverBehavior: {
package/index.esm.js CHANGED
@@ -676,7 +676,7 @@ const cvaTimelineElement = cvaMerge([
676
676
  ], {
677
677
  variants: {
678
678
  selected: {
679
- true: "bg-blue-50 rounded-[4px]",
679
+ true: "bg-info-50 rounded-[4px]",
680
680
  false: "",
681
681
  },
682
682
  hoverBehavior: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-date-and-time-components",
3
- "version": "1.5.9",
3
+ "version": "1.5.12",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.5.6",
11
+ "@trackunit/react-components": "1.5.7",
12
12
  "@trackunit/react-date-and-time-hooks": "1.4.5",
13
13
  "@trackunit/date-and-time-utils": "1.4.4",
14
14
  "@trackunit/css-class-variance-utilities": "1.4.4",
@@ -17,7 +17,7 @@
17
17
  "@trackunit/shared-utils": "1.6.4",
18
18
  "@trackunit/i18n-library-translation": "1.4.5",
19
19
  "@trackunit/react-test-setup": "1.1.4",
20
- "@trackunit/react-form-components": "1.4.6",
20
+ "@trackunit/react-form-components": "1.4.7",
21
21
  "string-ts": "^2.0.0",
22
22
  "tailwind-merge": "^2.0.0",
23
23
  "react-calendar": "^6.0.0"
@@ -3,14 +3,14 @@
3
3
  var translation = {
4
4
  "dateTime.instant.now": "Now",
5
5
  "input.combined": "{{direction}} {{count}} {{unit}}",
6
- "input.direction.last": "Last",
7
- "input.direction.next": "Înainte",
6
+ "input.direction.last": "Ultima(ele)",
7
+ "input.direction.next": "Următoarea(ele)",
8
8
  "input.icon.tooltip.calendar": "Calendar",
9
- "input.noOptions": "No options available",
10
- "input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
11
- "input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
9
+ "input.noOptions": "Nicio opțiune disponibilă",
10
+ "input.placeholder.customRange.last": "Introduceți un interval de date (de ex., „Ultimele 4 zile”)",
11
+ "input.placeholder.customRange.next": "Introduceți un interval de date (de ex., „Următoarele 4 zile”)",
12
12
  "input.today": "Astăzi",
13
- "input.unit.day": "day",
13
+ "input.unit.day": "zi",
14
14
  "input.unit.days": "zile",
15
15
  "input.unit.month": "lună",
16
16
  "input.unit.months": "luni",
@@ -31,8 +31,8 @@ var translation = {
31
31
  "shared.timePeriods.weeks": "{{count}} săptămână",
32
32
  "shared.timePeriods.weeks_plural": "{{count}} (de) săptămâni",
33
33
  "timeline.loadMore": "Click for more...",
34
- "trigger.customRange": "Custom date range",
35
- "trigger.selectDateRange": "Select date range"
34
+ "trigger.customRange": "Interval de date personalizat",
35
+ "trigger.selectDateRange": "Selectați intervalul de date"
36
36
  };
37
37
 
38
38
  exports.default = translation;
@@ -1,14 +1,14 @@
1
1
  var translation = {
2
2
  "dateTime.instant.now": "Now",
3
3
  "input.combined": "{{direction}} {{count}} {{unit}}",
4
- "input.direction.last": "Last",
5
- "input.direction.next": "Înainte",
4
+ "input.direction.last": "Ultima(ele)",
5
+ "input.direction.next": "Următoarea(ele)",
6
6
  "input.icon.tooltip.calendar": "Calendar",
7
- "input.noOptions": "No options available",
8
- "input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
9
- "input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
7
+ "input.noOptions": "Nicio opțiune disponibilă",
8
+ "input.placeholder.customRange.last": "Introduceți un interval de date (de ex., „Ultimele 4 zile”)",
9
+ "input.placeholder.customRange.next": "Introduceți un interval de date (de ex., „Următoarele 4 zile”)",
10
10
  "input.today": "Astăzi",
11
- "input.unit.day": "day",
11
+ "input.unit.day": "zi",
12
12
  "input.unit.days": "zile",
13
13
  "input.unit.month": "lună",
14
14
  "input.unit.months": "luni",
@@ -29,8 +29,8 @@ var translation = {
29
29
  "shared.timePeriods.weeks": "{{count}} săptămână",
30
30
  "shared.timePeriods.weeks_plural": "{{count}} (de) săptămâni",
31
31
  "timeline.loadMore": "Click for more...",
32
- "trigger.customRange": "Custom date range",
33
- "trigger.selectDateRange": "Select date range"
32
+ "trigger.customRange": "Interval de date personalizat",
33
+ "trigger.selectDateRange": "Selectați intervalul de date"
34
34
  };
35
35
 
36
36
  export { translation as default };