bfg-common 1.3.208 → 1.3.210

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.
@@ -2333,5 +2333,6 @@
2333
2333
  "weekShort": "Т",
2334
2334
  "monthShort": "М",
2335
2335
  "yearShort": "Г",
2336
- "noNetworks": "Ніякіх сетак"
2336
+ "noNetworks": "Ніякіх сетак",
2337
+ "licenseName": "Назва ліцэнзіі"
2337
2338
  }
@@ -2337,5 +2337,6 @@
2337
2337
  "weekShort": "W",
2338
2338
  "monthShort": "M",
2339
2339
  "yearShort": "Y",
2340
- "noNetworks": "No networks"
2340
+ "noNetworks": "No networks",
2341
+ "licenseName": "License name"
2341
2342
  }
@@ -2337,5 +2337,6 @@
2337
2337
  "weekShort": "Շ",
2338
2338
  "monthShort": "Ա",
2339
2339
  "yearShort": "Տ",
2340
- "noNetworks": "Ցանցեր առկա չեն"
2340
+ "noNetworks": "Ցանցեր առկա չեն",
2341
+ "licenseName": "Լիցենզիայի անվանումը"
2341
2342
  }
@@ -2336,5 +2336,6 @@
2336
2336
  "weekShort": "Ап",
2337
2337
  "monthShort": "Ай",
2338
2338
  "yearShort": "Ж",
2339
- "noNetworks": "Желілер жоқ"
2339
+ "noNetworks": "Желілер жоқ",
2340
+ "licenseName": "Лицензия атауы"
2340
2341
  }
@@ -2342,5 +2342,6 @@
2342
2342
  "weekShort": "Н",
2343
2343
  "monthShort": "М",
2344
2344
  "yearShort": "Г",
2345
- "noNetworks": "Нет сетей"
2345
+ "noNetworks": "Нет сетей",
2346
+ "licenseName": "Название лицензии"
2346
2347
  }
@@ -2336,5 +2336,6 @@
2336
2336
  "weekShort": "周",
2337
2337
  "monthShort": "月",
2338
2338
  "yearShort": "年",
2339
- "noNetworks": "没有网络"
2339
+ "noNetworks": "没有网络",
2340
+ "licenseName": "许可证名称"
2340
2341
  }
@@ -34,6 +34,9 @@ body p {
34
34
  b {
35
35
  font-weight: bolder;
36
36
  }
37
+ .font-weight-bold {
38
+ font-weight: 700;
39
+ }
37
40
 
38
41
  .flex {
39
42
  display: flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.208",
4
+ "version": "1.3.210",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",