@4alldigital/foundation-ui--gamma 1.44.8 → 1.44.9
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/translations/en.d.ts +73 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const strings: {
|
|
2
2
|
GLOBAL: {};
|
|
3
3
|
FORMS: {
|
|
4
4
|
LOGIN_FORM: {
|
|
@@ -102,7 +102,78 @@ declare const en: {
|
|
|
102
102
|
APP_CAMERA_PERMISSION_DENIED: string;
|
|
103
103
|
APP_NEED_ACCESS_CAMERA: string;
|
|
104
104
|
ASK_ME_LATER: string;
|
|
105
|
+
PRIVACY_POLICY: string;
|
|
106
|
+
CREATE_ACCOUNT: string;
|
|
107
|
+
COMPLETE: string;
|
|
108
|
+
EDIT: string;
|
|
109
|
+
PREV: string;
|
|
110
|
+
NEXT: string;
|
|
111
|
+
GET_STARTED: string;
|
|
112
|
+
START_SEARCH: string;
|
|
113
|
+
READ_MORE_LABEL: string;
|
|
114
|
+
READ_LESS_LABEL: string;
|
|
115
|
+
CLOSE_LABEL: string;
|
|
116
|
+
CLOSE_HINT: string;
|
|
117
|
+
BACK_LABEL: string;
|
|
118
|
+
SHARE_LABEL: string;
|
|
119
|
+
VIEW_MORE_LABEL: string;
|
|
120
|
+
VIEW_LESS_LABEL: string;
|
|
121
|
+
GOT_IT: string;
|
|
122
|
+
MORE: string;
|
|
123
|
+
MORE_DETAILS: string;
|
|
124
|
+
MORE_INFO: string;
|
|
125
|
+
LEARN_MORE: string;
|
|
126
|
+
LOW: string;
|
|
127
|
+
MEDIUM: string;
|
|
128
|
+
HIGH: string;
|
|
129
|
+
VERY_HIGH: string;
|
|
130
|
+
VERY_LOW: string;
|
|
131
|
+
GOOD: string;
|
|
132
|
+
BAD: string;
|
|
133
|
+
STRONG: string;
|
|
134
|
+
SAVE_CONTINUE: string;
|
|
135
|
+
SAVE_FINISH: string;
|
|
136
|
+
FINISH: string;
|
|
137
|
+
SKIP: string;
|
|
138
|
+
ADD: string;
|
|
139
|
+
ADDED: string;
|
|
140
|
+
ADD_ANOTHER: string;
|
|
141
|
+
CREATE_PROFILE: string;
|
|
142
|
+
CONTINUE_NO_ACCOUNT: string;
|
|
143
|
+
REQUIRED_MISSING: string;
|
|
144
|
+
RESET: string;
|
|
145
|
+
APPLY_FILTER: string;
|
|
146
|
+
START: string;
|
|
147
|
+
HELP: string;
|
|
148
|
+
WHAT_IS_THIS: string;
|
|
149
|
+
CARD_VIEW: string;
|
|
150
|
+
LIST_VIEW: string;
|
|
151
|
+
FILTER: string;
|
|
152
|
+
NO_RESULTS: string;
|
|
153
|
+
CONTINUE: string;
|
|
154
|
+
CONTINUE_BROWSING: string;
|
|
155
|
+
VIEW: string;
|
|
156
|
+
INFORMATION: string;
|
|
157
|
+
DELETE_HINT: string;
|
|
158
|
+
VISIT_WEBSITE: string;
|
|
159
|
+
TAKE_AGAIN: string;
|
|
160
|
+
ADD_MORE: string;
|
|
161
|
+
REQUEST_SENT: string;
|
|
162
|
+
CUSTOMISE: string;
|
|
163
|
+
SET_LOCATION: string;
|
|
164
|
+
COUNTY_NOT_FOUND: string;
|
|
165
|
+
NO_RESOURCES_FOUND: string;
|
|
166
|
+
PATHWAY: string;
|
|
167
|
+
CLICK_TO_NAVIGATE: string;
|
|
168
|
+
INPUT_FIELD: string;
|
|
169
|
+
GO_BACK: string;
|
|
170
|
+
NAVIGATES_PREV: string;
|
|
171
|
+
REMOVE: string;
|
|
172
|
+
NO_INTERNET_CONNECTION: string;
|
|
173
|
+
CHECK_CONNECTION: string;
|
|
174
|
+
EXPLORE: string;
|
|
175
|
+
NO_ACCOUNT: string;
|
|
105
176
|
};
|
|
106
177
|
ERRORS: {};
|
|
107
178
|
};
|
|
108
|
-
export default
|
|
179
|
+
export default strings;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.9",
|
|
4
4
|
"description": "Foundation UI Component library with GAMMA theme. ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8f036464467669f11f4989ab1ca934b7351c47ac",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.1",
|