@synerise/ds-core 1.0.0 → 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 +21 -0
- package/package.json +2 -2
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
|
@@ -104,6 +104,27 @@
|
|
|
104
104
|
"SEARCH-CLEAR": "Clear",
|
|
105
105
|
"TITLE": "Filters"
|
|
106
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
|
+
},
|
|
107
128
|
"ITEM-PICKER": {
|
|
108
129
|
"CLEAR-CONFIRM": "Are you sure you want to remove this selection?",
|
|
109
130
|
"YES-TEXT": "Yes",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "1.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",
|
|
@@ -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
|
}
|