itube-specs 0.0.525 → 0.0.527

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.
@@ -29,6 +29,7 @@
29
29
  wide
30
30
  size="l"
31
31
  :disabled="loading"
32
+ theme="primary"
32
33
  @click="login"
33
34
  >{{ t('auth.log_in') }}
34
35
  </SButton>
@@ -22,6 +22,7 @@
22
22
  wide
23
23
  size="l"
24
24
  :disabled="loading"
25
+ theme="primary"
25
26
  @click="submit"
26
27
  >{{ t('auth.get_recovery') }}
27
28
  </SButton>
@@ -41,6 +41,7 @@
41
41
  :disabled="loading"
42
42
  wide
43
43
  size="l"
44
+ theme="primary"
44
45
  @click="submit"
45
46
  >{{ t('auth.sign_up') }}
46
47
  </SButton>
@@ -51,6 +51,7 @@
51
51
  <SButton
52
52
  wide
53
53
  size="l"
54
+ theme="primary"
54
55
  @click="saveResult"
55
56
  >{{ t('apply') }}
56
57
  </SButton>
@@ -31,6 +31,7 @@
31
31
  <SButton
32
32
  wide
33
33
  size="l"
34
+ theme="primary"
34
35
  @click="onShowClick"
35
36
  >{{ t('show_results') }}
36
37
  </SButton>
@@ -93,6 +93,7 @@
93
93
  :disabled="loading"
94
94
  wide
95
95
  size="l"
96
+ theme="primary"
96
97
  @click="submit"
97
98
  >{{ t('report_form.send_report') }}
98
99
  </SButton>
@@ -59,6 +59,7 @@
59
59
  wide
60
60
  size="l"
61
61
  :disabled="loadingUserPlaylists || loadingPostVideo"
62
+ theme="primary"
62
63
  @click="onSaveClick"
63
64
  >{{ $t('add') }}
64
65
  </SButton>
@@ -29,6 +29,7 @@
29
29
  :disabled="loadingAll"
30
30
  wide
31
31
  size="l"
32
+ theme="primary"
32
33
  @click="onBinClick"
33
34
  >{{ $t('playlist.delete') }}
34
35
  </SButton>
@@ -39,6 +39,7 @@
39
39
  size="l"
40
40
  :disabled="loadingAll"
41
41
  wide
42
+ theme="primary"
42
43
  @click="onDeleteClick"
43
44
  >{{ $t('playlist.delete') }}
44
45
  </SButton>
@@ -106,6 +107,7 @@
106
107
  size="l"
107
108
  :disabled="loadingAll"
108
109
  wide
110
+ theme="primary"
109
111
  @click="onSaveClick"
110
112
  >{{ $t('save') }}
111
113
  </SButton>
@@ -14,6 +14,7 @@
14
14
  </SButton>
15
15
  <SButton
16
16
  wide
17
+ theme="primary"
17
18
  @click="onSaveClick"
18
19
  >{{ $t('save') }}
19
20
  </SButton>
@@ -30,12 +30,6 @@
30
30
  :alt="name"
31
31
  />
32
32
  {{ name }}
33
- <SIcon
34
- v-if="(isActive && !mini && item.resetPath) || withClose"
35
- class="s-chips__close"
36
- name="close"
37
- size="16"
38
- />
39
33
  </component>
40
34
  </template>
41
35
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.525",
4
+ "version": "0.0.527",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {