@inntechcorp/it-design 3.1.9 → 3.1.10

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.
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "weekdaysLong":[
3
- "Pazar",
4
- "Pazartesi",
5
- "Salı",
6
- "Çarşamba",
7
- "Perşembe",
8
- "Cuma",
9
- "Cumartesi"
3
+ "Sunday",
4
+ "Monday",
5
+ "Tuesday",
6
+ "Wednesday",
7
+ "Thursday",
8
+ "Friday",
9
+ "Saturday"
10
10
  ],
11
11
  "weekdaysShort":[
12
- "Pt", "Sa", "Ça", "Pe", "Cu", "Ct", "Pz"
12
+ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"
13
13
  ],
14
14
  "months":[
15
- "Ocak",
16
- "Şubat",
17
- "Mart",
18
- "Nisan",
19
- "Mayıs",
20
- "Haziran",
21
- "Temmuz",
22
- "Ağustos",
23
- "Eylül",
24
- "Ekim",
25
- "Kasım",
26
- "Aralık"
15
+ "January",
16
+ "February",
17
+ "March",
18
+ "April",
19
+ "May",
20
+ "June",
21
+ "July",
22
+ "August",
23
+ "September",
24
+ "October",
25
+ "November",
26
+ "December"
27
27
  ],
28
- "firstDay": 1,
29
- "format": "DD/MM/YYYY"
28
+ "firstDay": 0,
29
+ "format": "MM/DD/YYYY"
30
30
  }
@@ -1,321 +1,320 @@
1
1
  {
2
- "success": "Başarılı",
3
- "error": "Hata",
2
+ "success": "Success",
3
+ "error": "Error",
4
4
  "table": {
5
- "noData": "Veri Yok"
5
+ "noData": "No Data"
6
6
  },
7
7
  "placeholders": {
8
- "username": "Kullanıcı adı",
9
- "email": "E-Posta",
10
- "password": "Şifre",
11
- "confirmPassword": "Şifre tekrar",
12
- "typeYourNoteHere": "Notunuzu buraya yazınız",
13
- "selectGender": "Cinsiyet Seçin",
14
- "selectCurrency": "Para Birimi Seçin",
15
- "selectLanguage": "Dil Seçin",
16
- "selectCountry": "Ülke Seçin",
17
- "birthday": "Doğum Tarihi",
18
- "multipleSelection": "Seçili ({{- count}})"
8
+ "username": "Username",
9
+ "email": "E-Mail",
10
+ "password": "Password",
11
+ "confirmPassword": "Confirm password",
12
+ "typeYourNoteHere": "Type your note here",
13
+ "selectGender": "Select Gender",
14
+ "selectCurrency": "Select Currency",
15
+ "selectLanguage": "Select Language",
16
+ "selectCountry": "Select Country",
17
+ "birthday": "Birthday",
18
+ "multipleSelection": "Selected ({{- count}})"
19
19
  },
20
20
  "options": {
21
- "all": "Hepsi",
22
- "male": "Erkek",
23
- "female": "Kadın",
21
+ "all": "All",
22
+ "male": "Male",
23
+ "female": "Female",
24
24
  "languages": {
25
- "turkish": "Türkçe",
26
- "english": "İngilizce"
25
+ "turkish": "Turkish",
26
+ "english": "English"
27
27
  },
28
28
  "currencies": {
29
- "TRY": "Türk Lirası",
29
+ "TRY": "Turkish Lira",
30
30
  "EUR": "Euro",
31
- "USD": "Dolar"
31
+ "USD": "Dollar"
32
32
  }
33
33
  },
34
34
  "buttons": {
35
- "submit": "Gönder",
36
- "reset": "Temizle"
35
+ "submit": "Submit",
36
+ "reset": "Reset"
37
37
  },
38
38
  "errors": {
39
- "required": "Bu alan zorunludur!",
40
- "minLength": "En az {{- length}} karakter olmalıdır",
41
- "maxLength": "Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",
42
- "exactLength": "This field must be {{- length}} characters long.",
43
- "passwordRule": "Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",
44
- "invalidEmailAddress": "Geçersiz e-posta adresi",
45
- "passwordsDontMatch": "Girdiğiniz şifreler birbirleriyle uyuşmuyor!",
46
- "usernameRule": "Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",
47
- "wrongTCIdentity": "TC Kimlik Numarası Yanlış",
48
- "fieldMustBeTheSame": "Bu alan şunlarla aynı olmalıdır: {{- fields}}",
49
- "siteUsernameRule": "Sadece İngilizce küçük harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine ve büyük harflere izin verilmez.",
50
- "adminUsernameRule": "Sadece ingilizce harflerden ve rakamlardan oluşmalıdır. Semboller (-_. vs) ve boşluk karakteri kullanılamaz.",
51
- "invalidURL": "Geçersiz URL",
52
- "fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}",
53
- "forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız."
39
+ "required": "This field is required!",
40
+ "minLength": "Should contain at least {{- length}} characters",
41
+ "maxLength": "Is too long. Max size is {{- length}}",
42
+ "passwordRule": "Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",
43
+ "invalidEmailAddress": "Invalid email address",
44
+ "passwordsDontMatch": "The two passwords that you entered do not match!",
45
+ "usernameRule": "Only English letters, digits and symbols (-_.). No space is allowed",
46
+ "wrongTCIdentity": "Wrong TC Identity Number",
47
+ "fieldMustBeTheSame": "This field must be the same as: {{- fields}}",
48
+ "siteUsernameRule": "Only English lowercase letters, digits and symbols (-_.). No space is allowed, no uppercase letters are allowed",
49
+ "adminUsernameRule": "Only English letters and digits. No symbols (-_. vs) and no space is allowed",
50
+ "invalidURL": "Invalid URL",
51
+ "fieldMustBeDifferent": "This field must be different from: {{- fields}}",
52
+ "forbiddenWords": "You cannot use this word in this field."
54
53
  },
55
54
  "uploader": {
56
- "header": "Bir resmi sürükleyip bırakın",
57
- "hint": "ya da bir dosya seçmek için tıklayın.",
58
- "fileUploading": "Dosya yükleniyor...",
59
- "info": "Toplam: {{- total}} - {{- estimated}} sn kaldı.",
60
- "delete": "Sil",
61
- "preview": "Önizleme",
62
- "error": "Hata",
63
- "fileFormatError": "Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",
64
- "fileSizeError": "Dosya boyutu {{fileSize}}'den küçük olmalıdır.",
65
- "fileUploadSuccess": "Dosya başarıyla yüklendi.",
66
- "fileUploadFailed": "Dosya yüklenemedi!",
67
- "removeFileSuccess": "Dosya başarıyla silindi!",
68
- "browserDoesntSupportDND": "Tarayıcı taşı&bırak özelliğini desteklemiyor!",
69
- "calculating": "Hesaplanıyor...",
70
- "removeFile": "Dosya Silme",
71
- "areYouSureToDeleteThisFile": "Bu dosyayı silmek istediğinize emin misiniz?",
72
- "yes": "Evet",
73
- "no": "Hayır",
74
- "cropImage": "Görseli Kırp",
75
- "crop": "Kırp",
76
- "cancel": "İptal",
77
- "width": "genişlik",
78
- "height": "yükseklik",
79
- "imageTooSmall": "Görsel Çok Küçük",
80
- "imageTooSmallMessage": "Minimum gerekli boyut {{required}}. Görseliniz {{actual}}."
55
+ "header": "Drag and drop an file",
56
+ "hint": "or Browse to choose a file",
57
+ "fileUploading": "File uploading...",
58
+ "info": "Total: {{- total}} - {{- estimated}} s remaining.",
59
+ "delete": "Delete",
60
+ "preview": "Preview",
61
+ "error": "Error",
62
+ "fileFormatError": "You can only upload {{fileFormat}} file",
63
+ "fileSizeError": "File must smaller than {{fileSize}}",
64
+ "fileUploadSuccess": "File successfully uploaded.",
65
+ "fileUploadFailed": "File upload failed!",
66
+ "removeFileSuccess": "File successfully delete!",
67
+ "browserDoesntSupportDND": "Browser doesn't support drag and drop!",
68
+ "calculating": "Calculating...",
69
+ "removeFile": "Remove File",
70
+ "areYouSureToDeleteThisFile": "Are you sure to delete this file?",
71
+ "yes": "Yes",
72
+ "no": "No",
73
+ "cropImage": "Crop Image",
74
+ "crop": "Crop",
75
+ "cancel": "Cancel",
76
+ "width": "width",
77
+ "height": "height",
78
+ "imageTooSmall": "Image Too Small",
79
+ "imageTooSmallMessage": "Minimum required size is {{required}}. Your image is {{actual}}."
81
80
  },
82
81
  "results": {
83
82
  "authentication": {
84
- "title": "Üye Girişi Gerekiyor",
85
- "subtitle": "Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",
86
- "button": "GİRİŞ YAP"
83
+ "title": "You Need To Sign In",
84
+ "subtitle": "You need to login to access this page. Please login by clicking the button below.",
85
+ "button": "LOGIN"
87
86
  }
88
87
  },
89
88
  "currencies": {
90
- "TRY": "Türk Lirası",
89
+ "TRY": "Turkish Lira",
91
90
  "EUR": "Euro",
92
- "USD": "Dolar"
91
+ "USD": "Dollar"
93
92
  },
94
93
  "countries": {
95
- "af": "Afganistan",
96
- "al": "Arnavutluk",
97
- "dz": "Cezayir",
94
+ "af": "Afghanistan",
95
+ "al": "Albania",
96
+ "dz": "Algeria",
98
97
  "ad": "Andorra",
99
98
  "ao": "Angola",
100
- "ag": "Antigua ve Barbuda",
101
- "ar": "Arjantin",
102
- "am": "Ermenistan",
103
- "au": "Avustralya",
104
- "at": "Avusturya",
105
- "az": "Azerbaycan",
106
- "bs": "Bahamalar",
107
- "bh": "Bahreyn",
108
- "bd": "Bangladeş",
99
+ "ag": "Antigua and Barbuda",
100
+ "ar": "Argentina",
101
+ "am": "Armenia",
102
+ "au": "Australia",
103
+ "at": "Austria",
104
+ "az": "Azerbaijan",
105
+ "bs": "Bahamas",
106
+ "bh": "Bahrain",
107
+ "bd": "Bangladesh",
109
108
  "bb": "Barbados",
110
- "by": "Beyaz Rusya",
111
- "be": "Belçika",
109
+ "by": "Belarus",
110
+ "be": "Belgium",
112
111
  "bz": "Belize",
113
112
  "bj": "Benin",
114
113
  "bt": "Bhutan",
115
- "bo": "Bolivya",
116
- "ba": "Bosna-Hersek",
117
- "bw": "Botsvana",
118
- "br": "Brezilya",
119
- "bn": "Brunei",
120
- "bg": "Bulgaristan",
114
+ "bo": "Bolivia",
115
+ "ba": "Bosnia and Herzegovina",
116
+ "bw": "Botswana",
117
+ "br": "Brazil",
118
+ "bn": "Brunei Darussalam",
119
+ "bg": "Bulgaria",
121
120
  "bf": "Burkina Faso",
122
121
  "bi": "Burundi",
123
- "cv": "Yeşil Burun Adaları",
124
- "kh": "Kamboçya",
125
- "cm": "Kamerun",
126
- "ca": "Kanada",
127
- "cf": "Orta Afrika Cumhuriyeti",
128
- "td": "Çad",
129
- "cl": "Şili",
130
- "cn": "Çin Halk Cumhuriyeti",
131
- "co": "Kolombiya",
132
- "km": "Komorlar",
133
- "cg": "Kongo Cumhuriyeti",
134
- "cd": "Demokratik Kongo",
135
- "cr": "Kosta Rika",
136
- "ci": "Fildişi Sahili",
137
- "hr": "Hırvatistan",
138
- "cu": "Küba",
139
- "cw": "Curaçao",
140
- "cy": "Güney Kıbrıs",
141
- "cz": "Çek Cumhuriyeti",
142
- "dk": "Danimarka",
143
- "dj": "Cibuti",
144
- "dm": "Dominika",
145
- "do": "Dominik Cumhuriyeti",
146
- "ec": "Ekvador",
147
- "eg": "Mısır",
122
+ "cv": "Cabo Verde",
123
+ "kh": "Cambodia",
124
+ "cm": "Cameroon",
125
+ "ca": "Canada",
126
+ "cf": "Central African Republic",
127
+ "td": "Chad",
128
+ "cl": "Chile",
129
+ "cn": "China",
130
+ "co": "Colombia",
131
+ "km": "Comoros",
132
+ "cg": "Congo",
133
+ "cd": "Congo, Democratic",
134
+ "cr": "Costa Rica",
135
+ "ci": "Côte d'Ivoire",
136
+ "hr": "Croatia",
137
+ "cu": "Cuba",
138
+ "cw": "Curacao",
139
+ "cy": "Cyprus",
140
+ "cz": "Czechia",
141
+ "dk": "Denmark",
142
+ "dj": "Djibouti",
143
+ "dm": "Dominica",
144
+ "do": "Dominican Republic",
145
+ "ec": "Ecuador",
146
+ "eg": "Egypt",
148
147
  "sv": "El Salvador",
149
- "gq": "Ekvator Ginesi",
150
- "er": "Eritre",
151
- "ee": "Estonya",
152
- "sz": "Esvati̇ni̇",
153
- "et": "Etiyopya",
148
+ "gq": "Equatorial Guinea",
149
+ "er": "Eritrea",
150
+ "ee": "Estonia",
151
+ "sz": "Eswatini",
152
+ "et": "Ethiopia",
154
153
  "fj": "Fiji",
155
- "fi": "Finlandiya",
156
- "fr": "Fransa",
154
+ "fi": "Finland",
155
+ "fr": "France",
157
156
  "ga": "Gabon",
158
157
  "gm": "Gambia",
159
- "ge": "Gürcistan",
160
- "de": "Almanya",
161
- "gh": "Gana",
162
- "gr": "Yunanistan",
158
+ "ge": "Georgia",
159
+ "de": "Germany",
160
+ "gh": "Ghana",
161
+ "gr": "Greece",
163
162
  "gd": "Grenada",
164
163
  "gt": "Guatemala",
165
- "gn": "Gine",
164
+ "gn": "Guinea",
166
165
  "gw": "Guinea-Bissau",
167
166
  "gy": "Guyana",
168
167
  "ht": "Haiti",
169
168
  "hn": "Honduras",
170
- "hu": "Macaristan",
171
- "is": "İzlanda",
172
- "in": "Hindistan",
173
- "id": "Endonezya",
174
- "ir": "İran",
175
- "iq": "Irak",
169
+ "hu": "Hungary",
170
+ "is": "Iceland",
171
+ "in": "India",
172
+ "id": "Indonesia",
173
+ "ir": "Iran",
174
+ "iq": "Iraq",
176
175
  "ie": "Ireland",
177
- "il": "İrlanda",
178
- "it": "İtalya",
179
- "jm": "Jamaika",
180
- "jp": "Japonya",
181
- "jo": "Ürdün",
182
- "kz": "Kazakistan",
176
+ "il": "Israel",
177
+ "it": "Italy",
178
+ "jm": "Jamaica",
179
+ "jp": "Japan",
180
+ "jo": "Jordan",
181
+ "kz": "Kazakhstan",
183
182
  "ke": "Kenya",
184
183
  "ki": "Kiribati",
185
- "kp": "Kuzey Kore",
186
- "kr": "Güney Kore",
187
- "kw": "Kuveyt",
188
- "kg": "Kırgızistan",
189
- "la": "Laos",
190
- "lv": "Letonya",
191
- "lb": "Lübnan",
184
+ "kp": "North Korea",
185
+ "kr": "South Korea",
186
+ "kw": "Kuwait",
187
+ "kg": "Kyrgyzstan",
188
+ "la": "Lao People's",
189
+ "lv": "Latvia",
190
+ "lb": "Lebanon",
192
191
  "ls": "Lesotho",
193
- "lr": "Liberya",
192
+ "lr": "Liberia",
194
193
  "ly": "Libya",
195
- "li": "Lihtenştayn",
196
- "lt": "Litvanya",
197
- "lu": "Lüksemburg",
198
- "mg": "Madagaskar",
199
- "mw": "Malavi",
200
- "my": "Malezya",
201
- "mv": "Maldivler",
194
+ "li": "Liechtenstein",
195
+ "lt": "Lithuania",
196
+ "lu": "Luxembourg",
197
+ "mg": "Madagascar",
198
+ "mw": "Malawi",
199
+ "my": "Malaysia",
200
+ "mv": "Maldives",
202
201
  "ml": "Mali",
203
202
  "mt": "Malta",
204
- "mh": "Marshall Adaları",
205
- "mr": "Moritanya",
203
+ "mh": "Marshall Islands",
204
+ "mr": "Mauritania",
206
205
  "mu": "Mauritius",
207
- "mx": "Meksika",
208
- "fm": "Mikronezya",
209
- "md": "Moldova",
210
- "mc": "Monako",
211
- "mn": "Moğolistan",
212
- "me": "Karadağ",
213
- "ma": "Fas",
214
- "mz": "Mozambik",
206
+ "mx": "Mexico",
207
+ "fm": "Micronesia",
208
+ "md": "Moldova, Republic of",
209
+ "mc": "Monaco",
210
+ "mn": "Mongolia",
211
+ "me": "Montenegro",
212
+ "ma": "Morocco",
213
+ "mz": "Mozambique",
215
214
  "mm": "Myanmar",
216
- "na": "Namibya",
215
+ "na": "Namibia",
217
216
  "nr": "Nauru",
218
217
  "np": "Nepal",
219
- "nl": "Hollanda",
220
- "nz": "Yeni Zelanda",
221
- "ni": "Nikaragua",
222
- "ne": "Nijer",
223
- "ng": "Nijerya",
224
- "mk": "Makedonya",
225
- "no": "Norveç",
226
- "om": "Umman",
218
+ "nl": "Netherlands",
219
+ "nz": "New Zealand",
220
+ "ni": "Nicaragua",
221
+ "ne": "Niger",
222
+ "ng": "Nigeria",
223
+ "mk": "North Macedonia",
224
+ "no": "Norway",
225
+ "om": "Oman",
227
226
  "pk": "Pakistan",
228
227
  "pw": "Palau",
229
228
  "pa": "Panama",
230
- "pg": "Papua Yeni Gine",
229
+ "pg": "Papua New Guinea",
231
230
  "py": "Paraguay",
232
231
  "pe": "Peru",
233
- "ph": "Filipinler",
234
- "pl": "Polonya",
235
- "pt": "Portekiz",
236
- "qa": "Katar",
237
- "ro": "Romanya",
238
- "ru": "Rusya",
239
- "rw": "Ruanda",
240
- "kn": "Saint Kitts ve Nevis",
232
+ "ph": "Philippines",
233
+ "pl": "Poland",
234
+ "pt": "Portugal",
235
+ "qa": "Qatar",
236
+ "ro": "Romania",
237
+ "ru": "Russian Federation",
238
+ "rw": "Rwanda",
239
+ "kn": "Saint Kitts and Nevis",
241
240
  "lc": "Saint Lucia",
242
241
  "vc": "Saint Vincent",
243
242
  "ws": "Samoa",
244
243
  "sm": "San Marino",
245
244
  "st": "Sao Tome and Principe",
246
- "sa": "Suudi Arabistan",
245
+ "sa": "Saudi Arabia",
247
246
  "sn": "Senegal",
248
- "rs": "Sırbistan",
249
- "sc": "Seyşeller",
247
+ "rs": "Serbia",
248
+ "sc": "Seychelles",
250
249
  "sl": "Sierra Leone",
251
- "sg": "Singapur",
252
- "sk": "Slovakya",
253
- "si": "Slovenya",
254
- "sb": "Solomon Adaları",
255
- "so": "Somali",
256
- "za": "Güney Afrika",
257
- "ss": "Güney Sudan",
258
- "es": "İspanya",
250
+ "sg": "Singapore",
251
+ "sk": "Slovakia",
252
+ "si": "Slovenia",
253
+ "sb": "Solomon Islands",
254
+ "so": "Somalia",
255
+ "za": "South Africa",
256
+ "ss": "South Sudan",
257
+ "es": "Spain",
259
258
  "lk": "Sri Lanka",
260
259
  "sd": "Sudan",
261
- "sr": "Surinam",
262
- "se": "İsveç",
263
- "ch": "İsviçre",
264
- "sy": "Suriye",
265
- "tj": "Tacikistan",
266
- "tw": "Tayvan",
267
- "tz": "Tanzanya",
268
- "th": "Tayland",
269
- "tl": "Doğu Timor",
260
+ "sr": "Suriname",
261
+ "se": "Sweden",
262
+ "ch": "Switzerland",
263
+ "sy": "Syrian Arab Republic",
264
+ "tj": "Tajikistan",
265
+ "tw": "Taiwan",
266
+ "tz": "Tanzania",
267
+ "th": "Thailand",
268
+ "tl": "Timor-Leste",
270
269
  "tg": "Togo",
271
270
  "to": "Tonga",
272
- "tt": "Trinidad ve Tobago",
273
- "tn": "Tunus",
274
- "tr": "Türkiye",
275
- "tm": "Türkmenistan",
271
+ "tt": "Trinidad and Tobago",
272
+ "tn": "Tunisia",
273
+ "tr": "Turkey",
274
+ "tm": "Turkmenistan",
276
275
  "tv": "Tuvalu",
277
276
  "ug": "Uganda",
278
- "ua": "Ukrayna",
279
- "ae": "Birleşik Arap Emirlikleri",
280
- "gb": "Birleşik Krallık",
281
- "us": "Amerika Birleşik Devletleri",
277
+ "ua": "Ukraine",
278
+ "ae": "United Arab Emirates",
279
+ "gb": "United Kingdom",
280
+ "us": "United States of America",
282
281
  "uy": "Uruguay",
283
- "uz": "Özbekistan",
282
+ "uz": "Uzbekistan",
284
283
  "vu": "Vanuatu",
285
284
  "ve": "Venezuela",
286
- "vn": "Vietnam",
285
+ "vn": "Viet Nam",
287
286
  "ye": "Yemen",
288
- "zm": "Zambiya",
289
- "zw": "Zimbabve"
287
+ "zm": "Zambia",
288
+ "zw": "Zimbabwe"
290
289
  },
291
290
  "calendar": {
292
291
  "weekdaysLong":[
293
- "Pazar",
294
- "Pazartesi",
295
- "Salı",
296
- "Çarşamba",
297
- "Perşembe",
298
- "Cuma",
299
- "Cumartesi"
292
+ "Sunday",
293
+ "Monday",
294
+ "Tuesday",
295
+ "Wednesday",
296
+ "Thursday",
297
+ "Friday",
298
+ "Saturday"
300
299
  ],
301
300
  "weekdaysShort":[
302
- "Pt", "Sa", "Ça", "Pe", "Cu", "Ct", "Pz"
301
+ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"
303
302
  ],
304
303
  "months":[
305
- "Ocak",
306
- "Şubat",
307
- "Mart",
308
- "Nisan",
309
- "Mayıs",
310
- "Haziran",
311
- "Temmuz",
312
- "Ağustos",
313
- "Eylül",
314
- "Ekim",
315
- "Kasım",
316
- "Aralık"
304
+ "January",
305
+ "February",
306
+ "March",
307
+ "April",
308
+ "May",
309
+ "June",
310
+ "July",
311
+ "August",
312
+ "September",
313
+ "October",
314
+ "November",
315
+ "December"
317
316
  ],
318
- "firstDay": 1,
319
- "format": "DD/MM/YYYY"
317
+ "firstDay": 0,
318
+ "format": "MM/DD/YYYY"
320
319
  }
321
- }
320
+ }
@@ -1,2 +1,2 @@
1
1
  import { RadioButtonProps } from 'types/RadioProps';
2
- export default function RadioButton({ id, name, value, type, buttonProps, checked, hasError, children, icon, image, component, onChange }: RadioButtonProps): import("react/jsx-runtime").JSX.Element;
2
+ export default function RadioButton({ id, name, value, type, buttonProps, checked, hasError, disabled, children, icon, image, component, onChange, }: RadioButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -6,6 +6,7 @@ declare const SimpleButton: import("styled-components/dist/types").IStyledCompon
6
6
  declare const InnerButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
7
  declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
8
8
  $hasCustomButton: boolean;
9
+ $disabled?: boolean;
9
10
  }>> & string;
10
11
  declare const ErrorBorder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
12
  export { Wrapper, CheckIcon, PreIcon, Left, InnerButton, SimpleButton, Label, ErrorBorder };
@@ -11,4 +11,4 @@ declare const meta: {
11
11
  export default meta;
12
12
  type Story = StoryObj<typeof meta>;
13
13
  export declare const Default: Story;
14
- export declare const DisabledChildren: Story;
14
+ export declare const Disabled: Story;