lakelib 0.3.1 → 0.3.3

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.
@@ -74,6 +74,14 @@ declare const _default: {
74
74
  checklistDesc: string;
75
75
  table: string;
76
76
  tableDesc: string;
77
+ infoAlert: string;
78
+ infoAlertDesc: string;
79
+ tipAlert: string;
80
+ tipAlertDesc: string;
81
+ warningAlert: string;
82
+ warningAlertDesc: string;
83
+ dangerAlert: string;
84
+ dangerAlertDesc: string;
77
85
  hr: string;
78
86
  hrDesc: string;
79
87
  codeBlock: string;
@@ -74,6 +74,14 @@ declare const _default: {
74
74
  checklistDesc: string;
75
75
  table: string;
76
76
  tableDesc: string;
77
+ infoAlert: string;
78
+ infoAlertDesc: string;
79
+ tipAlert: string;
80
+ tipAlertDesc: string;
81
+ warningAlert: string;
82
+ warningAlertDesc: string;
83
+ dangerAlert: string;
84
+ dangerAlertDesc: string;
77
85
  hr: string;
78
86
  hrDesc: string;
79
87
  codeBlock: string;
@@ -74,6 +74,14 @@ declare const _default: {
74
74
  checklistDesc: string;
75
75
  table: string;
76
76
  tableDesc: string;
77
+ infoAlert: string;
78
+ infoAlertDesc: string;
79
+ tipAlert: string;
80
+ tipAlertDesc: string;
81
+ warningAlert: string;
82
+ warningAlertDesc: string;
83
+ dangerAlert: string;
84
+ dangerAlertDesc: string;
77
85
  hr: string;
78
86
  hrDesc: string;
79
87
  codeBlock: string;
@@ -296,6 +296,38 @@ type RootTranslation = {
296
296
  * I​n​s​e​r​t​ ​a​ ​t​a​b​l​e
297
297
  */
298
298
  tableDesc: string;
299
+ /**
300
+ * I​n​f​o​ ​a​l​e​r​t
301
+ */
302
+ infoAlert: string;
303
+ /**
304
+ * C​r​e​a​t​e​ ​a​n​ ​i​n​f​o​ ​a​l​e​r​t
305
+ */
306
+ infoAlertDesc: string;
307
+ /**
308
+ * T​i​p​ ​a​l​e​r​t
309
+ */
310
+ tipAlert: string;
311
+ /**
312
+ * C​r​e​a​t​e​ ​a​ ​t​i​p​ ​a​l​e​r​t
313
+ */
314
+ tipAlertDesc: string;
315
+ /**
316
+ * W​a​r​n​i​n​g​ ​a​l​e​r​t
317
+ */
318
+ warningAlert: string;
319
+ /**
320
+ * C​r​e​a​t​e​ ​a​ ​w​a​r​n​i​n​g​ ​a​l​e​r​t
321
+ */
322
+ warningAlertDesc: string;
323
+ /**
324
+ * D​a​n​g​e​r​ ​a​l​e​r​t
325
+ */
326
+ dangerAlert: string;
327
+ /**
328
+ * C​r​e​a​t​e​ ​a​ ​d​a​n​g​e​r​ ​a​l​e​r​t
329
+ */
330
+ dangerAlertDesc: string;
299
331
  /**
300
332
  * H​o​r​i​z​o​n​t​a​l​ ​l​i​n​e
301
333
  */
@@ -877,6 +909,38 @@ export type TranslationFunctions = {
877
909
  * Insert a table
878
910
  */
879
911
  tableDesc: () => LocalizedString;
912
+ /**
913
+ * Info alert
914
+ */
915
+ infoAlert: () => LocalizedString;
916
+ /**
917
+ * Create an info alert
918
+ */
919
+ infoAlertDesc: () => LocalizedString;
920
+ /**
921
+ * Tip alert
922
+ */
923
+ tipAlert: () => LocalizedString;
924
+ /**
925
+ * Create a tip alert
926
+ */
927
+ tipAlertDesc: () => LocalizedString;
928
+ /**
929
+ * Warning alert
930
+ */
931
+ warningAlert: () => LocalizedString;
932
+ /**
933
+ * Create a warning alert
934
+ */
935
+ warningAlertDesc: () => LocalizedString;
936
+ /**
937
+ * Danger alert
938
+ */
939
+ dangerAlert: () => LocalizedString;
940
+ /**
941
+ * Create a danger alert
942
+ */
943
+ dangerAlertDesc: () => LocalizedString;
880
944
  /**
881
945
  * Horizontal line
882
946
  */
@@ -74,6 +74,14 @@ declare const _default: {
74
74
  checklistDesc: string;
75
75
  table: string;
76
76
  tableDesc: string;
77
+ infoAlert: string;
78
+ infoAlertDesc: string;
79
+ tipAlert: string;
80
+ tipAlertDesc: string;
81
+ warningAlert: string;
82
+ warningAlertDesc: string;
83
+ dangerAlert: string;
84
+ dangerAlertDesc: string;
77
85
  hr: string;
78
86
  hrDesc: string;
79
87
  codeBlock: string;