@synerise/ds-core 0.40.4 → 0.40.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.40.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.4...@synerise/ds-core@0.40.5) (2023-10-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **date-range-picker:** ui/ux updates to filter and relative section ([8bb636b](https://github.com/synerise/synerise-design/commit/8bb636b185a5fe98a4ef70350dc387493ac6f0a5))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.40.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.3...@synerise/ds-core@0.40.4) (2023-10-11)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-core
package/dist/i18n/en.json CHANGED
@@ -238,7 +238,7 @@
238
238
  "TIMESTAMP-TILL": "till",
239
239
  "APPLY": "Apply",
240
240
  "NOW": "Now",
241
- "FILTER": "Filter",
241
+ "FILTER": "Date filter",
242
242
  "SELECT-DATE": "Select date",
243
243
  "SELECT-TIME": "Select time",
244
244
  "START-DATE": "Start date",
@@ -299,6 +299,7 @@
299
299
  "START-DATE-PLACEHOLDER": "Start date",
300
300
  "END-DATE-PLACEHOLDER": "End date",
301
301
  "ADD-FILTER": "Add filter",
302
+ "SELECT-DATE-FILTER": "Select date filter",
302
303
  "FILTER-ENABLED": "Filter enabled",
303
304
  "COPY-RANGE": "Copy range",
304
305
  "PASTE-RANGE": "Paste range",
package/dist/i18n/pl.json CHANGED
@@ -243,6 +243,7 @@
243
243
  "START-DATE-PLACEHOLDER": "Od",
244
244
  "END-DATE-PLACEHOLDER": "Do",
245
245
  "ADD-FILTER": "Dodaj filtr",
246
+ "SELECT-DATE-FILTER": "Wybierz filtr",
246
247
  "FILTER-ENABLED": "Filtr zdefiniowany",
247
248
  "COPY-RANGE": "Kopiuj zakres",
248
249
  "PASTE-RANGE": "Wklej zakres",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.40.4",
3
+ "version": "0.40.5",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -49,5 +49,5 @@
49
49
  "less-vars-loader": "1.1.0",
50
50
  "webpack": "4.42.0"
51
51
  },
52
- "gitHead": "8eb4a3e304406a8dbb9258803c48952461fc5a55"
52
+ "gitHead": "1b2696001dd88b4c11413977e38b541b0c78733d"
53
53
  }