@synerise/ds-core 0.39.13 → 0.40.0

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.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.13...@synerise/ds-core@0.40.0) (2023-08-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **date-range-picker:** range filter as slider with "inverted" toggler ([6ae7d9e](https://github.com/synerise/synerise-design/commit/6ae7d9e27925c4fee502ed8fac84806836e5e727))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.39.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.12...@synerise/ds-core@0.39.13) (2023-08-25)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-core
package/dist/i18n/en.json CHANGED
@@ -294,7 +294,8 @@
294
294
  "RANGE": "Range",
295
295
  "HOUR": "Hour",
296
296
  "SAVED-FILTERS": "Saved filters",
297
- "CHANGE": "Change"
297
+ "CHANGE": "Change",
298
+ "FILTER-INVERSE-SELECTION": "Inverse selection"
298
299
  },
299
300
  "CARD-TAB": {
300
301
  "REMOVE": "Remove",
package/dist/i18n/pl.json CHANGED
@@ -250,7 +250,8 @@
250
250
  "RANGE": "Zakres",
251
251
  "HOUR": "Godzina",
252
252
  "SAVED-FILTERS": "Zapisane filtry",
253
- "CHANGE": "Zmień"
253
+ "CHANGE": "Zmień",
254
+ "FILTER-INVERSE-SELECTION": "Odwróć zakres"
254
255
  },
255
256
  "CARD-TAB": {
256
257
  "RENAME": "Zmień nazwę",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.39.13",
3
+ "version": "0.40.0",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -43,5 +43,5 @@
43
43
  "less-vars-loader": "1.1.0",
44
44
  "webpack": "4.42.0"
45
45
  },
46
- "gitHead": "9d424b025fe368bbf3beccea2102f000f4d7e82c"
46
+ "gitHead": "291e114ff38d1a8e9d5ad8d9e499add6c6f25ee5"
47
47
  }