bfg-common 1.3.269 → 1.3.271

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.
@@ -52,7 +52,7 @@
52
52
  popup-class="diagram-actions__popup"
53
53
  :close-after-click="true"
54
54
  :items="networkPopupFields"
55
- :test-id="`network-${props.network.title}-toggle`"
55
+ :test-id="`network-${props.network.title}`"
56
56
  @change="(value: string) => onShowModal(value, dataForSelectedNetwork)"
57
57
  />
58
58
  </div>
@@ -11,7 +11,7 @@
11
11
  name="exclamation-triangle"
12
12
  class="confirm-modal__icon"
13
13
  />
14
- <p>{{ props.description }}</p>
14
+ <slot />
15
15
  </div>
16
16
  </template>
17
17
  </common-modals-confirmation>
@@ -21,7 +21,6 @@
21
21
  const props = defineProps<{
22
22
  title: string
23
23
  subTitle: string
24
- description: string
25
24
  }>()
26
25
 
27
26
  const emits = defineEmits<{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.269",
4
+ "version": "1.3.271",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",