minerva-plexus-csd 1.1.4 → 1.1.5
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.d.ts +6 -0
- package/dist/minerva-plexus-csd.es.js +1922 -1857
- package/dist/minerva-plexus-csd.umd.js +85 -58
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -144,6 +144,9 @@ export declare const minervaLocales: {
|
|
|
144
144
|
copied: string;
|
|
145
145
|
copycode: string;
|
|
146
146
|
welcome_text: string;
|
|
147
|
+
customticketmessage1: string;
|
|
148
|
+
customticketmessage2: string;
|
|
149
|
+
customticketbuttontext: string;
|
|
147
150
|
};
|
|
148
151
|
formLabels: {
|
|
149
152
|
loginEmail: string;
|
|
@@ -225,6 +228,9 @@ export declare const minervaLocales: {
|
|
|
225
228
|
copied: string;
|
|
226
229
|
copycode: string;
|
|
227
230
|
welcome_text: string;
|
|
231
|
+
customticketmessage1: string;
|
|
232
|
+
customticketmessage2: string;
|
|
233
|
+
customticketbuttontext: string;
|
|
228
234
|
};
|
|
229
235
|
formLabels: {
|
|
230
236
|
loginEmail: string;
|