@bagelink/vue 1.6.29 → 1.6.31

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.6.29",
4
+ "version": "1.6.31",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -4,11 +4,11 @@ import axios from 'axios'
4
4
  import { getBagelInstance } from '../../../../composables/useBagel'
5
5
 
6
6
  // Helper to get file version from config
7
- const getFileVersion = () => getBagelInstance()?.fileVersion ?? 'files_v2'
7
+ const getFileVersion = () => getBagelInstance()?.fileVersion ?? 'files'
8
8
 
9
9
  export const files = {
10
10
  setBaseUrl: (baseUrl?: string) => {
11
- if (baseUrl === undefined || '' === baseUrl) {return}
11
+ if (baseUrl === undefined || baseUrl === '') { return }
12
12
  baseUrl = baseUrl.replace(/\/$/, '')
13
13
  axios.defaults.baseURL = baseUrl
14
14
  },
@@ -1435,7 +1435,14 @@
1435
1435
  -o-translate: none !important;
1436
1436
  }
1437
1437
 
1438
+ .italic {
1439
+ font-style: italic;
1440
+ }
1441
+
1438
1442
  @media screen and (max-width: 910px) {
1443
+ .m_italic {
1444
+ font-style: italic;
1445
+ }
1439
1446
 
1440
1447
  .txt20,
1441
1448
  .txt-20 {