shared-ritm 1.2.42 → 1.2.43

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,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.2.42",
3
+ "version": "1.2.43",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -5,7 +5,6 @@
5
5
  <div :class="$style['modal__content__header']">
6
6
  <safety-icon v-if="type === 'edit'" />
7
7
  <remove-icon v-if="type === 'delete'" />
8
- <h4>Подтвердить ?</h4>
9
8
  </div>
10
9
  <p>{{ content }}</p>
11
10
  </q-card-section>
@@ -39,9 +38,8 @@ const props = defineProps<Props>()
39
38
  display: flex;
40
39
  flex-direction: column;
41
40
  width: 400px;
42
- border-radius: 24px !important;
41
+ border-radius: 8px !important;
43
42
  justify-content: space-between;
44
- padding: 40px;
45
43
  &__content {
46
44
  margin: 0 auto;
47
45
  padding: 0;
@@ -53,6 +51,7 @@ const props = defineProps<Props>()
53
51
  justify-content: center;
54
52
  flex-direction: column;
55
53
  gap: 16px;
54
+ padding-top: 18px;
56
55
  h4 {
57
56
  font-size: 24px;
58
57
  font-weight: 600;
@@ -60,29 +59,29 @@ const props = defineProps<Props>()
60
59
  }
61
60
  }
62
61
  p {
63
- margin-top: 14px;
64
- margin-bottom: 30px;
62
+ margin: 0;
65
63
  font-size: 16px;
66
64
  text-align: center;
65
+ padding: 18px;
67
66
  }
68
67
  }
69
68
 
70
69
  .footer {
71
70
  display: flex;
72
- flex-direction: column;
73
71
  gap: 12px;
74
72
  align-items: center;
75
73
  justify-content: center;
76
- //height: 146px;
77
- padding: 0;
74
+ border-radius: 0px 0px 2px 2px;
75
+ background: #F4F9FD;
76
+ padding: 18px 12px;
78
77
  &__btn--ok,
79
78
  &__btn--cancel {
80
79
  background-color: #3f8cff;
81
- border-radius: 9px;
80
+ border-radius: 4px;
82
81
  color: white;
83
82
  font-size: 16px;
84
83
  font-weight: bold;
85
- width: 300px;
84
+ width: 165px;
86
85
  height: 48px;
87
86
  cursor: pointer;
88
87
  span {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none">
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 60 60" fill="none">
3
3
  <path
4
4
  fill-rule="evenodd"
5
5
  clip-rule="evenodd"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <svg width="60" height="60" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path
4
4
  fill-rule="evenodd"
5
5
  clip-rule="evenodd"