hayun-vite 0.7.0 → 0.7.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,7 +1,7 @@
1
1
  {
2
2
  "name": "hayun-vite",
3
3
  "private": false,
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -104,14 +104,14 @@ const rasaTymp = {
104
104
  { type: 'line', x1: 0, y1: 20, x2: width, y2: 20 },
105
105
  { type: 'text', x: width, y: 5, value: 'نام:' },
106
106
  { type: 'text', x: width - 37, y: 5, value: 'نام خانوادگی:' },
107
- { type: 'text', x: width - 84, y: 5, value: 'سن:' },
107
+ { type: 'text', x: width - 90, y: 5, value: 'سن:' },
108
108
  { type: 'text', x: width - 120, y: 5, value: 'ارجاع از:' },
109
109
  { type: 'text', x: width - 170, y: 5, value: 'تاریخ:' }
110
110
  ]
111
111
  this.patient.inputs = [
112
112
  { name: 'name', x: width - 6, y: 5 },
113
113
  { name: 'lastName', x: width - 57, y: 5 },
114
- { name: 'age', x: width - 91, y: 5 },
114
+ { name: 'age', x: width - 97, y: 5 },
115
115
  { name: 'referrer', x: width - 132, y: 5 },
116
116
  { name: 'date', x: width - 180, y: 5 }
117
117
  ]