@4alldigital/foundation-ui--gamma 1.44.7 → 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/foundation-ui.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/translations/en.d.ts +78 -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: {
|
|
@@ -46,6 +46,7 @@ declare const en: {
|
|
|
46
46
|
CANCEL: string;
|
|
47
47
|
DELETE: string;
|
|
48
48
|
CONTINUE_WITH_SOCIAL: string;
|
|
49
|
+
SINGLE_SIGNON: string;
|
|
49
50
|
LOGIN_WITH_GOOGLE: string;
|
|
50
51
|
LOGIN_WITH_APPLE: string;
|
|
51
52
|
SIGNUP_WITH_GOOGLE: string;
|
|
@@ -97,7 +98,82 @@ declare const en: {
|
|
|
97
98
|
TOO_MANY_REQUESTS_MESSAGE: string;
|
|
98
99
|
COPYRIGHT: string;
|
|
99
100
|
ALL_RIGHTS_RESERVED: string;
|
|
101
|
+
APP_CAMERA_PERMISSION: string;
|
|
102
|
+
APP_CAMERA_PERMISSION_DENIED: string;
|
|
103
|
+
APP_NEED_ACCESS_CAMERA: string;
|
|
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;
|
|
100
176
|
};
|
|
101
177
|
ERRORS: {};
|
|
102
178
|
};
|
|
103
|
-
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",
|