@synerise/ds-core 0.43.2 → 1.0.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/dist/i18n/en.json CHANGED
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "DS": {
3
+ "MAPPING": {
4
+ "BULK_SELECTION_ENABLE": "Bulk actions",
5
+ "BULK_SELECTION_DISABLE": "Hide actions"
6
+ },
3
7
  "MENU": {
4
8
  "SHOW-LESS": "Show less",
5
9
  "SHOW-MORE": "Show more"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.43.2",
3
+ "version": "1.0.0",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "types": "dist/js/index.js",
34
34
  "dependencies": {
35
- "@synerise/ds-data-format": "^0.7.2",
35
+ "@synerise/ds-data-format": "^1.0.0",
36
36
  "deepmerge": "^4.2.2",
37
37
  "flat": "^5.0.2",
38
38
  "intl-messageformat-parser": "^3.6.4"
@@ -47,5 +47,5 @@
47
47
  "hex-rgb": "^5.0.0",
48
48
  "less-vars-to-js": "^1.3.0"
49
49
  },
50
- "gitHead": "a176b46dab123cd503247ae57022f8e808772d68"
50
+ "gitHead": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
51
51
  }