bfg-common 1.3.565 → 1.3.567

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.
@@ -80,7 +80,7 @@ const languageModeLocal = computed<UI_T_SelectedRadio>({
80
80
 
81
81
  <style lang="scss" scoped>
82
82
  .radio:not(:last-child) {
83
- margin-bottom: 12px;
83
+ margin-bottom: 8px;
84
84
  }
85
85
 
86
86
  .select-language {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.565",
4
+ "version": "1.3.567",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",
@@ -35,7 +35,7 @@
35
35
  "@vueuse/components": "^10.1.2",
36
36
  "date-fns": "^2.29.3",
37
37
  "bfg-nuxt-3-graph": "^1.0.15",
38
- "bfg-uikit": "1.0.86",
38
+ "bfg-uikit": "1.0.88",
39
39
  "html2canvas": "^1.4.1",
40
40
  "prettier-eslint": "^15.0.1"
41
41
  }
@@ -114,6 +114,7 @@ export default defineNuxtPlugin(() => {
114
114
  )
115
115
  if (isFind) {
116
116
  arr.splice(i, 1)
117
+ i--
117
118
  res = true
118
119
  }
119
120