@pdfme/ui 5.3.14 → 5.3.15-dev.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/ui",
3
- "version": "5.3.14",
3
+ "version": "5.3.15-dev.1",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
@@ -44,11 +44,11 @@
44
44
  "form-render": "^2.2.16",
45
45
  "globrex": "^0.1.2",
46
46
  "hotkeys-js": "^3.8.7",
47
- "lucide-react": "^0.482.0",
47
+ "lucide-react": "^0.486.0",
48
48
  "react": "^16.14.0",
49
49
  "react-dom": "^16.14.0",
50
50
  "react-moveable": "^0.56.0",
51
- "react-refresh": "^0.16.0",
51
+ "react-refresh": "^0.17.0",
52
52
  "react-selecto": "^1.12.0"
53
53
  },
54
54
  "devDependencies": {
@@ -62,7 +62,7 @@
62
62
  "@ungap/structured-clone": "^1.3.0",
63
63
  "@vitejs/plugin-react": "^4.2.0",
64
64
  "csstype": "^3.1.2",
65
- "esbuild": "^0.25.1",
65
+ "esbuild": "^0.25.2",
66
66
  "eslint-plugin-react": "^7.37.4",
67
67
  "eslint-plugin-react-hooks": "^5.2.0",
68
68
  "is-path-inside": "^4.0.0",
@@ -70,8 +70,8 @@
70
70
  "jest-environment-jsdom": "^29.7.0",
71
71
  "postcss": "^8.5.3",
72
72
  "process": "^0.11.10",
73
- "rollup": "^4.36.0",
74
- "vite": "^6.2.1",
73
+ "rollup": "^4.38.0",
74
+ "vite": "^6.2.4",
75
75
  "vite-plugin-css-injected-by-js": "^3.3.0",
76
76
  "vite-tsconfig-paths": "^5.1.4"
77
77
  },
package/src/i18n.ts CHANGED
@@ -60,6 +60,7 @@ const dictEn: { [key in keyof Dict]: string } = {
60
60
  'schemas.text.fit': 'Fit',
61
61
  'schemas.text.dynamicFontSize': 'Dynamic Font Size',
62
62
  'schemas.text.format': 'Format',
63
+ 'schemas.radius': 'Radius',
63
64
  'schemas.mvt.typingInstructions':
64
65
  'Add variables by typing words surrounded by curly brackets, e.g.',
65
66
  'schemas.mvt.sampleField': 'name',
@@ -137,6 +138,7 @@ const dictZh: { [key in keyof Dict]: string } = {
137
138
  'schemas.text.fit': '适应',
138
139
  'schemas.text.dynamicFontSize': '动态字体大小',
139
140
  'schemas.text.format': '格式',
141
+ 'schemas.radius': '半径',
140
142
  'schemas.mvt.typingInstructions': '通过输入用花括号括起来的单词来添加变量,例如',
141
143
  'schemas.mvt.sampleField': '姓名',
142
144
  'schemas.mvt.variablesSampleData': '变量样本数据',
@@ -213,6 +215,7 @@ const dictJa: { [key in keyof Dict]: string } = {
213
215
  'schemas.text.fit': 'フィット',
214
216
  'schemas.text.dynamicFontSize': '動的フォントサイズ',
215
217
  'schemas.text.format': '書式',
218
+ 'schemas.radius': '角丸',
216
219
  'schemas.mvt.typingInstructions': '中括弧で囲まれた単語を入力して変数を追加します。例:',
217
220
  'schemas.mvt.sampleField': '名前',
218
221
  'schemas.mvt.variablesSampleData': '変数サンプルデータ',
@@ -289,6 +292,7 @@ const dictKo: { [key in keyof Dict]: string } = {
289
292
  'schemas.text.fit': '맞춤',
290
293
  'schemas.text.dynamicFontSize': '동적 폰트 크기',
291
294
  'schemas.text.format': '형식',
295
+ 'schemas.radius': '반경',
292
296
  'schemas.mvt.typingInstructions': '중괄호로 묶인 단어를 입력하여 변수를 추가하세요.',
293
297
  'schemas.mvt.sampleField': '이름',
294
298
  'schemas.mvt.variablesSampleData': '변수 샘플 데이터',
@@ -365,6 +369,7 @@ const dictAr: { [key in keyof Dict]: string } = {
365
369
  'schemas.text.fit': 'ملاءمة',
366
370
  'schemas.text.dynamicFontSize': 'حجم الخط الديناميكي',
367
371
  'schemas.text.format': 'تنسيق',
372
+ 'schemas.radius': 'نصف القطر',
368
373
  'schemas.mvt.typingInstructions':
369
374
  'قم بإضافة المتغيرات عن طريق كتابة الكلمات المحاطة بأقواس متعرجة، على سبيل المثال:',
370
375
  'schemas.mvt.sampleField': 'اسم',
@@ -442,6 +447,7 @@ const dictTh: { [key in keyof Dict]: string } = {
442
447
  'schemas.text.fit': 'พอดี',
443
448
  'schemas.text.dynamicFontSize': 'ขนาดตัวอักษรแบบไดนามิก',
444
449
  'schemas.text.format': 'รูปแบบ',
450
+ 'schemas.radius': 'รัศมี',
445
451
  'schemas.mvt.typingInstructions': 'เพิ่มตัวแปรโดยพิมพ์คำที่ล้อมรอบด้วยวงเล็บปีกกา เช่น',
446
452
  'schemas.mvt.sampleField': 'ชื่อ',
447
453
  'schemas.mvt.variablesSampleData': 'ข้อมูลตัวอย่างตัวแปร',
@@ -520,6 +526,7 @@ const dictIt: { [key in keyof Dict]: string } = {
520
526
  'schemas.text.fit': 'Adatta',
521
527
  'schemas.text.dynamicFontSize': 'Dimensione font dinamica',
522
528
  'schemas.text.format': 'Formato',
529
+ 'schemas.radius': 'Raggio',
523
530
  'schemas.mvt.typingInstructions':
524
531
  'Aggiungi variabili digitando parole circondate da parentesi graffe, ad es.',
525
532
  'schemas.mvt.sampleField': 'nome',
@@ -597,6 +604,7 @@ const dictPl: { [key in keyof Dict]: string } = {
597
604
  'schemas.text.fit': 'Dopasowanie',
598
605
  'schemas.text.dynamicFontSize': 'Dynamiczny rozmiar czcionki',
599
606
  'schemas.text.format': 'Format',
607
+ 'schemas.radius': 'Promień',
600
608
  'schemas.mvt.typingInstructions': 'Dodaj zmienne, wpisując słowa ujęte w nawiasy klamrowe, np.',
601
609
  'schemas.mvt.sampleField': 'nazwa',
602
610
  'schemas.mvt.variablesSampleData': 'Zmienne Przykładowe dane',
@@ -675,8 +683,9 @@ const dictDe: { [key in keyof Dict]: string } = {
675
683
  'schemas.text.fit': 'Anpassen',
676
684
  'schemas.text.dynamicFontSize': 'Dynamische Schriftgröße',
677
685
  'schemas.text.format': 'Format',
686
+ 'schemas.radius': 'Radius',
678
687
  'schemas.mvt.typingInstructions':
679
- 'Fügen Sie Variablen hinzu, indem Sie Wörter in geschweiften Klammern eingeben, z. B.',
688
+ 'Fügen Sie Variablen hinzu, indem Sie Wörter in geschweiften Klammern eingeben, z. B.',
680
689
  'schemas.mvt.sampleField': 'Name',
681
690
  'schemas.mvt.variablesSampleData': 'Variablen Beispieldaten',
682
691
  'schemas.barcodes.barColor': 'Strichcodefarbe',
@@ -754,6 +763,7 @@ const dictEs: { [key in keyof Dict]: string } = {
754
763
  'schemas.text.fit': 'Ajustar',
755
764
  'schemas.text.dynamicFontSize': 'Tamaño de fuente dinámico',
756
765
  'schemas.text.format': 'Formato',
766
+ 'schemas.radius': 'Radio',
757
767
  'schemas.mvt.typingInstructions': 'Agregue variables escribiendo palabras entre llaves, p.',
758
768
  'schemas.mvt.sampleField': 'nombre',
759
769
  'schemas.mvt.variablesSampleData': 'Variables Datos de muestra',
@@ -832,6 +842,7 @@ const dictFr: { [key in keyof Dict]: string } = {
832
842
  'schemas.text.fit': 'Ajustement',
833
843
  'schemas.text.dynamicFontSize': 'Taille de police dynamique',
834
844
  'schemas.text.format': 'Format',
845
+ 'schemas.radius': 'Rayon',
835
846
  'schemas.mvt.typingInstructions':
836
847
  "Ajoutez des variables en tapant des mots entourés d'accolades, par ex.",
837
848
  'schemas.mvt.sampleField': 'nom',