@synerise/ds-core 0.43.2 → 1.0.1
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 +8 -0
- package/dist/i18n/en.json +25 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [1.0.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.0.0...@synerise/ds-core@1.0.1) (2025-03-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.43.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.43.1...@synerise/ds-core@0.43.2) (2025-03-10)
|
|
7
15
|
|
|
8
16
|
**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
|
+
"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"
|
|
@@ -100,6 +104,27 @@
|
|
|
100
104
|
"SEARCH-CLEAR": "Clear",
|
|
101
105
|
"TITLE": "Filters"
|
|
102
106
|
},
|
|
107
|
+
"ITEM-PICKER-DROPDOWN": {
|
|
108
|
+
"NO-ITEMS": "No items",
|
|
109
|
+
"NO-SEARCH-RESULTS": "No results found",
|
|
110
|
+
"NO-SEARCH-RESULTS-FOLDER": "Please check your phrase or try searching in different folders",
|
|
111
|
+
"NO-ACTIONS": "No actions available",
|
|
112
|
+
"REFRESH": "Refresh",
|
|
113
|
+
"RECENTS": "Recent",
|
|
114
|
+
"ACTIONS": "Actions",
|
|
115
|
+
"RESULTS": "Results",
|
|
116
|
+
"ITEMS": "Items",
|
|
117
|
+
"LOADING-MORE": "Loading more items...",
|
|
118
|
+
"LOADING-ERROR": "Loading error",
|
|
119
|
+
"LOADED-ALL": "All items loaded",
|
|
120
|
+
"ERROR-TITLE": "Items can't be laoded",
|
|
121
|
+
"ERROR-DESCRIPTION": "Try refreshing the list later",
|
|
122
|
+
"SHOW-MORE": "Show more",
|
|
123
|
+
"CLEAR-SEARCH-TOOLTIP": "Clear",
|
|
124
|
+
"BACK-TOOLTIP": "Back",
|
|
125
|
+
"SEARCH-EVERYWHERE": "Search all folders",
|
|
126
|
+
"SEARCH-PLACEHOLDER": "Search"
|
|
127
|
+
},
|
|
103
128
|
"ITEM-PICKER": {
|
|
104
129
|
"CLEAR-CONFIRM": "Are you sure you want to remove this selection?",
|
|
105
130
|
"YES-TEXT": "Yes",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
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.
|
|
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": "
|
|
50
|
+
"gitHead": "218110f61f4371bc04d793b2b976b71d14e99e76"
|
|
51
51
|
}
|