@atlaskit/editor-plugin-block-type 1.0.2 → 2.0.0

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.
Files changed (164) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/dist/cjs/i18n/cs.js +47 -0
  4. package/dist/cjs/i18n/da.js +47 -0
  5. package/dist/cjs/i18n/de.js +47 -0
  6. package/dist/cjs/i18n/en.js +47 -0
  7. package/dist/cjs/i18n/en_GB.js +47 -0
  8. package/dist/cjs/i18n/en_ZZ.js +47 -0
  9. package/dist/cjs/i18n/es.js +47 -0
  10. package/dist/cjs/i18n/fi.js +47 -0
  11. package/dist/cjs/i18n/fr.js +47 -0
  12. package/dist/cjs/i18n/hu.js +47 -0
  13. package/dist/cjs/i18n/it.js +47 -0
  14. package/dist/cjs/i18n/ja.js +47 -0
  15. package/dist/cjs/i18n/ko.js +47 -0
  16. package/dist/cjs/i18n/nb.js +47 -0
  17. package/dist/cjs/i18n/nl.js +47 -0
  18. package/dist/cjs/i18n/pl.js +47 -0
  19. package/dist/cjs/i18n/pt_BR.js +47 -0
  20. package/dist/cjs/i18n/ru.js +47 -0
  21. package/dist/cjs/i18n/sv.js +47 -0
  22. package/dist/cjs/i18n/th.js +47 -0
  23. package/dist/cjs/i18n/tr.js +47 -0
  24. package/dist/cjs/i18n/uk.js +47 -0
  25. package/dist/cjs/i18n/vi.js +47 -0
  26. package/dist/cjs/i18n/zh.js +47 -0
  27. package/dist/cjs/i18n/zh_TW.js +47 -0
  28. package/dist/cjs/plugin/block-types.js +29 -45
  29. package/dist/cjs/plugin/commands/block-type.js +4 -7
  30. package/dist/cjs/plugin/commands/delete-and-move-cursor.js +2 -3
  31. package/dist/cjs/plugin/consts.js +1 -2
  32. package/dist/cjs/plugin/index.js +16 -17
  33. package/dist/cjs/plugin/pm-plugins/input-rule.js +1 -2
  34. package/dist/cjs/plugin/pm-plugins/main.js +3 -5
  35. package/dist/cjs/plugin/styles.js +2 -3
  36. package/dist/cjs/plugin/ui/ToolbarBlockType/blocktype-button.js +5 -13
  37. package/dist/cjs/plugin/ui/ToolbarBlockType/index.js +1 -2
  38. package/dist/cjs/plugin/ui/ToolbarBlockType/styled.js +7 -14
  39. package/dist/cjs/plugin/utils.js +3 -6
  40. package/dist/es2019/i18n/cs.js +41 -0
  41. package/dist/es2019/i18n/da.js +41 -0
  42. package/dist/es2019/i18n/de.js +41 -0
  43. package/dist/es2019/i18n/en.js +41 -0
  44. package/dist/es2019/i18n/en_GB.js +41 -0
  45. package/dist/es2019/i18n/en_ZZ.js +41 -0
  46. package/dist/es2019/i18n/es.js +41 -0
  47. package/dist/es2019/i18n/fi.js +41 -0
  48. package/dist/es2019/i18n/fr.js +41 -0
  49. package/dist/es2019/i18n/hu.js +41 -0
  50. package/dist/es2019/i18n/it.js +41 -0
  51. package/dist/es2019/i18n/ja.js +41 -0
  52. package/dist/es2019/i18n/ko.js +41 -0
  53. package/dist/es2019/i18n/nb.js +41 -0
  54. package/dist/es2019/i18n/nl.js +41 -0
  55. package/dist/es2019/i18n/pl.js +41 -0
  56. package/dist/es2019/i18n/pt_BR.js +41 -0
  57. package/dist/es2019/i18n/ru.js +41 -0
  58. package/dist/es2019/i18n/sv.js +41 -0
  59. package/dist/es2019/i18n/th.js +41 -0
  60. package/dist/es2019/i18n/tr.js +41 -0
  61. package/dist/es2019/i18n/uk.js +41 -0
  62. package/dist/es2019/i18n/vi.js +41 -0
  63. package/dist/es2019/i18n/zh.js +41 -0
  64. package/dist/es2019/i18n/zh_TW.js +41 -0
  65. package/dist/es2019/plugin/block-types.js +1 -1
  66. package/dist/es2019/plugin/index.js +1 -1
  67. package/dist/es2019/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -9
  68. package/dist/esm/i18n/cs.js +41 -0
  69. package/dist/esm/i18n/da.js +41 -0
  70. package/dist/esm/i18n/de.js +41 -0
  71. package/dist/esm/i18n/en.js +41 -0
  72. package/dist/esm/i18n/en_GB.js +41 -0
  73. package/dist/esm/i18n/en_ZZ.js +41 -0
  74. package/dist/esm/i18n/es.js +41 -0
  75. package/dist/esm/i18n/fi.js +41 -0
  76. package/dist/esm/i18n/fr.js +41 -0
  77. package/dist/esm/i18n/hu.js +41 -0
  78. package/dist/esm/i18n/it.js +41 -0
  79. package/dist/esm/i18n/ja.js +41 -0
  80. package/dist/esm/i18n/ko.js +41 -0
  81. package/dist/esm/i18n/nb.js +41 -0
  82. package/dist/esm/i18n/nl.js +41 -0
  83. package/dist/esm/i18n/pl.js +41 -0
  84. package/dist/esm/i18n/pt_BR.js +41 -0
  85. package/dist/esm/i18n/ru.js +41 -0
  86. package/dist/esm/i18n/sv.js +41 -0
  87. package/dist/esm/i18n/th.js +41 -0
  88. package/dist/esm/i18n/tr.js +41 -0
  89. package/dist/esm/i18n/uk.js +41 -0
  90. package/dist/esm/i18n/vi.js +41 -0
  91. package/dist/esm/i18n/zh.js +41 -0
  92. package/dist/esm/i18n/zh_TW.js +41 -0
  93. package/dist/esm/plugin/block-types.js +1 -1
  94. package/dist/esm/plugin/index.js +10 -10
  95. package/dist/esm/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -9
  96. package/dist/types/i18n/cs.d.ts +40 -0
  97. package/dist/types/i18n/da.d.ts +40 -0
  98. package/dist/types/i18n/de.d.ts +40 -0
  99. package/dist/types/i18n/en.d.ts +40 -0
  100. package/dist/types/i18n/en_GB.d.ts +40 -0
  101. package/dist/types/i18n/en_ZZ.d.ts +40 -0
  102. package/dist/types/i18n/es.d.ts +40 -0
  103. package/dist/types/i18n/fi.d.ts +40 -0
  104. package/dist/types/i18n/fr.d.ts +40 -0
  105. package/dist/types/i18n/hu.d.ts +40 -0
  106. package/dist/types/i18n/it.d.ts +40 -0
  107. package/dist/types/i18n/ja.d.ts +40 -0
  108. package/dist/types/i18n/ko.d.ts +40 -0
  109. package/dist/types/i18n/nb.d.ts +40 -0
  110. package/dist/types/i18n/nl.d.ts +40 -0
  111. package/dist/types/i18n/pl.d.ts +40 -0
  112. package/dist/types/i18n/pt_BR.d.ts +40 -0
  113. package/dist/types/i18n/ru.d.ts +40 -0
  114. package/dist/types/i18n/sv.d.ts +40 -0
  115. package/dist/types/i18n/th.d.ts +40 -0
  116. package/dist/types/i18n/tr.d.ts +40 -0
  117. package/dist/types/i18n/uk.d.ts +40 -0
  118. package/dist/types/i18n/vi.d.ts +40 -0
  119. package/dist/types/i18n/zh.d.ts +40 -0
  120. package/dist/types/i18n/zh_TW.d.ts +40 -0
  121. package/dist/types/plugin/ui/ToolbarBlockType/blocktype-button.d.ts +0 -7
  122. package/dist/types-ts4.5/i18n/cs.d.ts +40 -0
  123. package/dist/types-ts4.5/i18n/da.d.ts +40 -0
  124. package/dist/types-ts4.5/i18n/de.d.ts +40 -0
  125. package/dist/types-ts4.5/i18n/en.d.ts +40 -0
  126. package/dist/types-ts4.5/i18n/en_GB.d.ts +40 -0
  127. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +40 -0
  128. package/dist/types-ts4.5/i18n/es.d.ts +40 -0
  129. package/dist/types-ts4.5/i18n/fi.d.ts +40 -0
  130. package/dist/types-ts4.5/i18n/fr.d.ts +40 -0
  131. package/dist/types-ts4.5/i18n/hu.d.ts +40 -0
  132. package/dist/types-ts4.5/i18n/it.d.ts +40 -0
  133. package/dist/types-ts4.5/i18n/ja.d.ts +40 -0
  134. package/dist/types-ts4.5/i18n/ko.d.ts +40 -0
  135. package/dist/types-ts4.5/i18n/nb.d.ts +40 -0
  136. package/dist/types-ts4.5/i18n/nl.d.ts +40 -0
  137. package/dist/types-ts4.5/i18n/pl.d.ts +40 -0
  138. package/dist/types-ts4.5/i18n/pt_BR.d.ts +40 -0
  139. package/dist/types-ts4.5/i18n/ru.d.ts +40 -0
  140. package/dist/types-ts4.5/i18n/sv.d.ts +40 -0
  141. package/dist/types-ts4.5/i18n/th.d.ts +40 -0
  142. package/dist/types-ts4.5/i18n/tr.d.ts +40 -0
  143. package/dist/types-ts4.5/i18n/uk.d.ts +40 -0
  144. package/dist/types-ts4.5/i18n/vi.d.ts +40 -0
  145. package/dist/types-ts4.5/i18n/zh.d.ts +40 -0
  146. package/dist/types-ts4.5/i18n/zh_TW.d.ts +40 -0
  147. package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/blocktype-button.d.ts +0 -7
  148. package/package.json +3 -4
  149. package/dist/cjs/messages.js +0 -19
  150. package/dist/cjs/plugin/messages.js +0 -160
  151. package/dist/cjs/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -15
  152. package/dist/es2019/messages.js +0 -2
  153. package/dist/es2019/plugin/messages.js +0 -153
  154. package/dist/es2019/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -8
  155. package/dist/esm/messages.js +0 -2
  156. package/dist/esm/plugin/messages.js +0 -153
  157. package/dist/esm/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -8
  158. package/dist/types/messages.d.ts +0 -2
  159. package/dist/types/plugin/messages.d.ts +0 -152
  160. package/dist/types/plugin/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
  161. package/dist/types-ts4.5/messages.d.ts +0 -2
  162. package/dist/types-ts4.5/plugin/messages.d.ts +0 -152
  163. package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
  164. package/messages/package.json +0 -15
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.blockquote.description': string;
9
+ 'fabric.editor.blockquote2': string;
10
+ 'fabric.editor.codeblock': string;
11
+ 'fabric.editor.codeblock.description': string;
12
+ 'fabric.editor.customPanel': string;
13
+ 'fabric.editor.customPanel.description': string;
14
+ 'fabric.editor.errorPanel': string;
15
+ 'fabric.editor.errorPanel.description': string;
16
+ 'fabric.editor.heading1': string;
17
+ 'fabric.editor.heading1Description': string;
18
+ 'fabric.editor.heading2': string;
19
+ 'fabric.editor.heading2Description': string;
20
+ 'fabric.editor.heading3': string;
21
+ 'fabric.editor.heading3Description': string;
22
+ 'fabric.editor.heading4': string;
23
+ 'fabric.editor.heading4Description': string;
24
+ 'fabric.editor.heading5': string;
25
+ 'fabric.editor.heading5Description': string;
26
+ 'fabric.editor.heading6': string;
27
+ 'fabric.editor.heading6Description': string;
28
+ 'fabric.editor.infoPanel': string;
29
+ 'fabric.editor.infoPanel.description': string;
30
+ 'fabric.editor.normal': string;
31
+ 'fabric.editor.notePanel': string;
32
+ 'fabric.editor.notePanel.description': string;
33
+ 'fabric.editor.other': string;
34
+ 'fabric.editor.successPanel': string;
35
+ 'fabric.editor.successPanel.description': string;
36
+ 'fabric.editor.textStyles': string;
37
+ 'fabric.editor.warningPanel': string;
38
+ 'fabric.editor.warningPanel.description': string;
39
+ };
40
+ export default _default;