@synerise/ds-core 0.40.22 → 0.41.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,25 @@
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.41.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.23...@synerise/ds-core@0.41.0) (2024-10-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * **menu:** maxToShowItems props ([982d12c](https://github.com/synerise/synerise-design/commit/982d12cf00dfd271bd75e3228e0e231ab26dc7f1))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.40.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.22...@synerise/ds-core@0.40.23) (2024-09-26)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-core
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.40.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.21...@synerise/ds-core@0.40.22) (2024-09-17)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-core
package/dist/i18n/en.json CHANGED
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "DS": {
3
+ "MENU": {
4
+ "SHOW-LESS": "Show less",
5
+ "SHOW-MORE": "Show more"
6
+ },
3
7
  "DESCRIPTION": {
4
8
  "COPY-VALUE": "Copy value",
5
9
  "COPIED": "Copied"
package/dist/i18n/pl.json CHANGED
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "DS": {
3
+ "MENU": {
4
+ "SHOW-LESS": "Pokaż mniej",
5
+ "SHOW-MORE": "Pokaż więcej"
6
+ },
3
7
  "MANAGABLE-LIST": {
4
8
  "LESS": "mniej",
5
9
  "MORE": "więcej",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.40.22",
3
+ "version": "0.41.0",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -27,11 +27,12 @@
27
27
  "test": "jest",
28
28
  "test:watch": "npm run test -- --watchAll",
29
29
  "types": "tsc --noEmit",
30
+ "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u",
30
31
  "vars": "node ./build/vars.js"
31
32
  },
32
33
  "types": "dist/js/index.js",
33
34
  "dependencies": {
34
- "@synerise/ds-data-format": "^0.5.3",
35
+ "@synerise/ds-data-format": "^0.5.4",
35
36
  "deepmerge": "^4.2.2",
36
37
  "flat": "^5.0.2",
37
38
  "intl-messageformat-parser": "^3.6.4",
@@ -43,5 +44,5 @@
43
44
  "react": ">=16.9.0 <= 17.0.2",
44
45
  "styled-components": "5.0.1"
45
46
  },
46
- "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
47
+ "gitHead": "2389b995aa44e42ec1dd9a177c7ab1f1a0001a70"
47
48
  }